/*
Theme Name: Layer theme Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme.
Version: 1.0
Author: Kai Waddington
Template: enfold


Please do not edit .css files, only edit .scss files.
This code was compiled using the ruby gem "sass".

From the theme root:
$ sass --watch ./scss/style.scss:./style.css

*/
/* Imports */
/* Custom Grid */
.k-cols-1-of-12 {
  width: 6.4609375%;
  margin-left: 0.9375%;
  margin-right: 0.9375%; }

.k-cols-2-of-12 {
  width: 14.796875%;
  margin-left: 0.9375%;
  margin-right: 0.9375%; }

.k-cols-3-of-12 {
  width: 23.1328125%;
  margin-left: 0.9375%;
  margin-right: 0.9375%; }

.k-cols-4-of-12 {
  width: 31.46875%;
  margin-left: 0.9375%;
  margin-right: 0.9375%; }

.k-cols-5-of-12 {
  width: 39.8046875%;
  margin-left: 0.9375%;
  margin-right: 0.9375%; }

.k-cols-6-of-12 {
  width: 48.140625%;
  margin-left: 0.9375%;
  margin-right: 0.9375%; }

.k-cols-7-of-12 {
  width: 56.4765625%;
  margin-left: 0.9375%;
  margin-right: 0.9375%; }

.k-cols-8-of-12 {
  width: 64.8125%;
  margin-left: 0.9375%;
  margin-right: 0.9375%; }

.k-cols-9-of-12 {
  width: 73.1484375%;
  margin-left: 0.9375%;
  margin-right: 0.9375%; }

.k-cols-10-of-12 {
  width: 81.484375%;
  margin-left: 0.9375%;
  margin-right: 0.9375%; }

.k-cols-11-of-12 {
  width: 89.8203125%;
  margin-left: 0.9375%;
  margin-right: 0.9375%; }

.k-cols-12-of-12 {
  width: 98.15625%;
  margin-left: 0.9375%;
  margin-right: 0.9375%; }

/* Overwriting Enfold grid classes */
body div .first {
  margin-left: 0.9375%; }

div .av_one_fourth {
  width: 23.13281%;
  margin-left: 0.9375%;
  margin-right: 0.932%; }
  @media (max-width: 767px) {
    div .av_one_fourth {
      margin-right: 0.92%; } }

div .av_one_third {
  width: 31.46875% !important;
  margin-left: 0.9375%;
  margin-right: 0.932%; }
  @media (max-width: 767px) {
    div .av_one_third {
      margin-right: 0.92%; } }

div .av_one_half {
  width: 48.14063%;
  margin-left: 0.9375%;
  margin-right: 0.932%; }
  @media (max-width: 767px) {
    div .av_one_half {
      margin-right: 0.92%; } }

div .av_two_third {
  width: 64.8125%;
  margin-left: 0.9375%;
  margin-right: 0.932%; }
  @media (max-width: 767px) {
    div .av_two_third {
      margin-right: 0.92%; } }

div .av_three_fourth {
  width: 73.14844%;
  margin-left: 0.9375%;
  margin-right: 0.932%; }
  @media (max-width: 767px) {
    div .av_three_fourth {
      margin-right: 0.92%; } }

div .av_one_sixth {
  width: 14.79688%;
  margin-left: 0.9375%;
  margin-right: 0.932%; }
  @media (max-width: 767px) {
    div .av_one_sixth {
      margin-right: 0.92%; } }

/* Mixins */
/* Header section mixin */
/* General */
/* Bottom branding */
#bottom-branding, #industry-bottom-branding {
  padding-bottom: 50px;
  background: #fafbfc !important; }
  #bottom-branding:before, #industry-bottom-branding:before {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 168px;
    position: relative;
    top: -168px;
    background: -moz-linear-gradient(to top right, #FAFBFC 49.7%, transparent 50%);
    background: -webkit-linear-gradient(to top right, #FAFBFC 49.7%, transparent 50%);
    background: linear-gradient(to top right, #FAFBFC 49.7%, transparent 50%);
    filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafbfc', endColorstr='#000000', GradientType=1)";
    z-index: 1; }
    @media (max-width: 1023px) {
      #bottom-branding:before, #industry-bottom-branding:before {
        height: 50px;
        top: -50px; } }
    @media (max-width: 500px) {
      #bottom-branding:before, #industry-bottom-branding:before {
        display: none; } }
    .page-id-1928 #bottom-branding:before,
    .page-id-1928 #industry-bottom-branding:before {
      display: none; }
  #bottom-branding.flat-top,
  #industry-bottom-branding.flat-top {
    padding-top: 168px; }
    #bottom-branding.flat-top:before,
    #industry-bottom-branding.flat-top:before {
      display: none; }
    @media (max-width: 1023px) {
      #bottom-branding.flat-top,
      #industry-bottom-branding.flat-top {
        padding-top: 50px; } }
  #bottom-branding > .container, #industry-bottom-branding > .container {
    background: #f4f5f6;
    padding: 56px 100px 48px; }
    @media (max-width: 767px) {
      body.home #bottom-branding > .container,
      body.home #industry-bottom-branding > .container {
        padding-bottom: 0; } }
  #bottom-branding .ind-branding-spiel,
  #industry-bottom-branding .ind-branding-spiel {
    text-align: center;
    margin-bottom: 48px; }
    #bottom-branding .ind-branding-spiel p,
    #industry-bottom-branding .ind-branding-spiel p {
      color: #404f5a;
      font-weight: 300;
      font-size: 24px;
      line-height: 36px;
      text-align: center;
      width: 70%;
      margin: 0 auto; }
      @media (max-width: 767px) {
        #bottom-branding .ind-branding-spiel p,
        #industry-bottom-branding .ind-branding-spiel p {
          width: 75%;
          font-size: 20px;
          line-height: 26px; } }
      @media (max-width: 425px) {
        #bottom-branding .ind-branding-spiel p,
        #industry-bottom-branding .ind-branding-spiel p {
          width: 95%; } }
  #bottom-branding .ind-brand-img-row,
  #industry-bottom-branding .ind-brand-img-row {
    text-align: center; }
    #bottom-branding .ind-brand-img-row .ind-brand-img-wrap,
    #industry-bottom-branding .ind-brand-img-row .ind-brand-img-wrap {
      display: inline-block;
      margin: 0 1.71875%;
      text-align: center;
      width: 16%;
      max-width: 174px;
      height: 55px;
      margin-bottom: 41px; }
      @media (max-width: 767px) {
        #bottom-branding .ind-brand-img-row .ind-brand-img-wrap:last-of-type,
        #industry-bottom-branding .ind-brand-img-row .ind-brand-img-wrap:last-of-type {
          display: none; } }
      #bottom-branding .ind-brand-img-row .ind-brand-img-wrap img,
      #industry-bottom-branding .ind-brand-img-row .ind-brand-img-wrap img {
        display: inline-block;
        vertical-align: middle; }
      @media (max-width: 767px) {
        #bottom-branding .ind-brand-img-row .ind-brand-img-wrap,
        #industry-bottom-branding .ind-brand-img-row .ind-brand-img-wrap {
          width: 45% !important;
          max-width: none !important;
          margin-bottom: 20px; } }
      @media (max-width: 424px) {
        #bottom-branding .ind-brand-img-row .ind-brand-img-wrap,
        #industry-bottom-branding .ind-brand-img-row .ind-brand-img-wrap {
          width: 40% !important;
          max-width: none !important;
          margin: 0 4% !important; } }
  #bottom-branding .ind-branding-cta a,
  #industry-bottom-branding .ind-branding-cta a {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
    background: #19a5e4;
    border-radius: 100px;
    border: none;
    width: 100%;
    max-width: 288px;
    margin-bottom: 20px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
  @media (max-width: 767px) {
    body.home #bottom-branding .ind-branding-con,
    body.home #industry-bottom-branding .ind-branding-con {
      margin-bottom: 25px !important; } }
  .page-id-2110 #bottom-branding, .page-id-1922 #bottom-branding, .page-id-2128 #bottom-branding, .page-id-3204 #bottom-branding, .page-id-2137 #bottom-branding, .page-id-1930 #bottom-branding,
  .page-id-2110 #industry-bottom-branding, .page-id-1922 #industry-bottom-branding, .page-id-2128 #industry-bottom-branding, .page-id-3204 #industry-bottom-branding, .page-id-2137 #industry-bottom-branding, .page-id-1930 #industry-bottom-branding {
    margin-bottom: 0;
    background: none !important;
    filter: none; }
    .page-id-2110 #bottom-branding:before, .page-id-1922 #bottom-branding:before, .page-id-2128 #bottom-branding:before, .page-id-3204 #bottom-branding:before, .page-id-2137 #bottom-branding:before, .page-id-1930 #bottom-branding:before,
    .page-id-2110 #industry-bottom-branding:before, .page-id-1922 #industry-bottom-branding:before, .page-id-2128 #industry-bottom-branding:before, .page-id-3204 #industry-bottom-branding:before, .page-id-2137 #industry-bottom-branding:before, .page-id-1930 #industry-bottom-branding:before {
      display: none; }
  .page-id-1883 #bottom-branding, body.home #bottom-branding, .page-id-1883 #industry-bottom-branding, body.home #industry-bottom-branding {
    margin-bottom: -24px;
    background: none !important;
    filter: none; }
    .page-id-1883 #bottom-branding:before, body.home #bottom-branding:before, .page-id-1883 #industry-bottom-branding:before, body.home #industry-bottom-branding:before {
      display: none; }
    @media (max-width: 767px) {
      .page-id-1883 #bottom-branding, body.home #bottom-branding, .page-id-1883 #industry-bottom-branding, body.home #industry-bottom-branding {
        background: #f4f5f6 !important;
        padding-bottom: 0; } }
  .page-id-1928 #bottom-branding, .page-id-1928 #industry-bottom-branding {
    background: #fff !important;
    padding-top: 145px !important; }
  @media (max-width: 767px) {
    .page-id-1813 #bottom-branding, .page-id-1813 #industry-bottom-branding {
      background: #f4f5f6 !important;
      top: 0 !important; } }
  .parent-pageid-1813 #bottom-branding, .parent-pageid-1813 #industry-bottom-branding {
    margin-top: 168px; }
    @media (max-width: 767px) {
      .parent-pageid-1813 #bottom-branding, .parent-pageid-1813 #industry-bottom-branding {
        margin-top: 0; } }
  .page-id-3954 #bottom-branding, .page-id-3966 #bottom-branding, .page-id-3954 #industry-bottom-branding, .page-id-3966 #industry-bottom-branding {
    margin-top: 86px;
    background: none !important; }
    .page-id-3954 #bottom-branding:before, .page-id-3966 #bottom-branding:before, .page-id-3954 #industry-bottom-branding:before, .page-id-3966 #industry-bottom-branding:before {
      display: none; }
  @media (max-width: 767px) {
    #bottom-branding, #industry-bottom-branding {
      padding-bottom: 50px;
      background: #FAFBFC !important;
      padding-top: 50px;
      top: -50px;
      position: relative; } }

#straight-top-diagonal-bottom {
  background: #FAFBFC !important;
  background: -moz-linear-gradient(bottom, #FAFBFC 0%, #FAFBFC 100%) !important;
  background: -webkit-linear-gradient(bottom, #FAFBFC 0%, #FAFBFC 100%) !important;
  background: linear-gradient(to bottom, #FAFBFC 0%, #FAFBFC 100%) !important;
  filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#FAFBFC', endColorstr='#FAFBFC', GradientType=0)!important"; }
  #straight-top-diagonal-bottom:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 48px;
    position: relative;
    bottom: -48px;
    background: #FAFBFC;
    background: -moz-linear-gradient(to bottom left, #FAFBFC 49.7%, transparent 50%);
    background: -webkit-linear-gradient(to bottom left, #FAFBFC 49.7%, transparent 50%);
    background: linear-gradient(to bottom left, #FAFBFC 49.7%, transparent 50%);
    filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#FAFBFCc', endColorstr='#FAFBFC', GradientType=1)";
    z-index: 1; }
    @media (max-width: 500px) {
      #straight-top-diagonal-bottom:after {
        display: none; } }

.straight-top-diagonal-bottom {
  background: #FAFBFC !important;
  background: -moz-linear-gradient(bottom, #FAFBFC 0%, #FAFBFC 100%) !important;
  background: -webkit-linear-gradient(bottom, #FAFBFC 0%, #FAFBFC 100%) !important;
  background: linear-gradient(to bottom, #FAFBFC 0%, #FAFBFC 100%) !important;
  filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#FAFBFC', endColorstr='#FAFBFC', GradientType=0)!important"; }
  .straight-top-diagonal-bottom:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 48px;
    position: relative;
    bottom: -48px;
    background: #FAFBFC;
    background: -moz-linear-gradient(to bottom left, #FAFBFC 49.7%, transparent 50%);
    background: -webkit-linear-gradient(to bottom left, #FAFBFC 49.7%, transparent 50%);
    background: linear-gradient(to bottom left, #FAFBFC 49.7%, transparent 50%);
    filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#FAFBFCc', endColorstr='#FAFBFC', GradientType=1)";
    z-index: 1; }
    @media (max-width: 500px) {
      .straight-top-diagonal-bottom:after {
        display: none; } }

.diagonal-bottom {
  padding-bottom: 40px;
  background: #f4f5f6 !important;
  background: -moz-linear-gradient(top, #f4f5f6 0%, #fafafb 100%) !important;
  background: -webkit-linear-gradient(top, #f4f5f6 0%, #fafafb 100%) !important;
  background: linear-gradient(to bottom, #f4f5f6 0%, #fafafb 100%) !important;
  filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#fafafb', GradientType=0)!important"; }
  .diagonal-bottom:before {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 48px;
    position: relative;
    top: -48px;
    background: -moz-linear-gradient(to top right, #f4f5f6 49.7%, transparent 50%);
    background: -webkit-linear-gradient(to top right, #f4f5f6 49.7%, transparent 50%);
    background: linear-gradient(to top right, #f4f5f6 49.7%, transparent 50%);
    filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafbfc', endColorstr='#000000', GradientType=1)";
    z-index: 1; }
    @media (max-width: 500px) {
      .diagonal-bottom:before {
        display: none; } }
  .diagonal-bottom.no-grad {
    background: #f4f5f6 !important; }

#mirror-diagonal-bottom, .mirror-diagonal-bottom {
  padding-bottom: 40px;
  background: #f4f5f6 !important;
  background: -moz-linear-gradient(top, #f4f5f6 0%, #fafafb 100%) !important;
  background: -webkit-linear-gradient(top, #f4f5f6 0%, #fafafb 100%) !important;
  background: linear-gradient(to bottom, #f4f5f6 0%, #fafafb 100%) !important;
  filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#fafafb', GradientType=0)!important"; }
  #mirror-diagonal-bottom:before,
  .mirror-diagonal-bottom:before {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 48px;
    position: relative;
    top: -48px;
    background: -moz-linear-gradient(to top left, #f4f5f6 49.7%, transparent 50%);
    background: -webkit-linear-gradient(to top left, #f4f5f6 49.7%, transparent 50%);
    background: linear-gradient(to top left, #f4f5f6 49.7%, transparent 50%);
    filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafbfc', endColorstr='#000000', GradientType=1)";
    z-index: 1; }
    @media (max-width: 500px) {
      #mirror-diagonal-bottom:before,
      .mirror-diagonal-bottom:before {
        display: none; } }
  .page-id-1895 #mirror-diagonal-bottom,
  .page-id-1895 .mirror-diagonal-bottom {
    padding-bottom: 0 !important; }

#top .av_inherit_color {
  margin-left: 50px; }
#top .side-image-caption2 {
  margin-left: 50px; }
  @media (max-width: 767px) {
    #top .side-image-caption2 {
      margin-left: 0 !important;
      margin-top: 16px; } }
#top #wrap_all .all_colors h3 {
  font-size: 24px;
  margin-top: 15px;
  line-height: 1.3em;
  font-weight: bold;
  text-transform: none; }

.white-grey-gradient-background {
  background: linear-gradient(180deg, #FFFFFF 0%, #fafafb 100%); }

div.avia-button-wrap.avia-button-center.avia-builder-el-78.avia-builder-el-no-sibling.blue-cta-btn {
  margin-top: -250px;
  width: 70%; }

.anchor2 {
  margin-top: -100px !important; }

body .flex_column.av_one_half.scripted {
  clear: none; }

body div .first, body div .no_margin {
  margin-left: 0 !important; }

.testi-left-bar .av_one_half:first-of-type {
  padding-right: 26px; }
.testi-left-bar .av_one_half:last-of-type .avia-testimonial {
  border-left: 16px solid #e5eaec !important;
  padding-top: 0;
  padding-bottom: 0; }
  .testi-left-bar .av_one_half:last-of-type .avia-testimonial p.p1 {
    color: #404F5A;
    font-size: 22px !important;
    line-height: 36px !important;
    text-align: left;
    margin-bottom: 0; }
  .testi-left-bar .av_one_half:last-of-type .avia-testimonial .avia-testimonial-meta {
    text-align: left; }
    .testi-left-bar .av_one_half:last-of-type .avia-testimonial .avia-testimonial-meta .avia-testimonial-meta-mini {
      margin-left: 0; }
      .testi-left-bar .av_one_half:last-of-type .avia-testimonial .avia-testimonial-meta .avia-testimonial-meta-mini .avia-testimonial-name {
        float: left;
        color: #404F5A;
        font-size: 22px !important;
        line-height: 36px !important;
        text-align: left;
        font-weight: normal;
        margin-right: 7px; }
      .testi-left-bar .av_one_half:last-of-type .avia-testimonial .avia-testimonial-meta .avia-testimonial-meta-mini .avia-testimonial-subtitle {
        float: left;
        color: #404F5A;
        font-size: 22px !important;
        line-height: 36px !important;
        text-align: left;
        font-weight: normal; }

/* Misc - not sure where to put these yet */
.avia-content-slider {
  padding-top: 15px;
  line-height: 1.5em;
  text-transform: none;
  text-align: left;
  font-size: 18px; }

blockquote p {
  font-size: 22px !important;
  line-height: 36px; }

.side-image-caption p {
  margin-left: -10%;
  font-size: 13px !important;
  color: #8798A4;
  padding-top: 15px; }

.main_color .inner-entry {
  background-color: #fff;
  padding: 0px !important;
  box-shadow: 0px 0px 10px #E4E9EC !important; }

.html_elegant-blog .multi-big .post_author_timeline,
.html_elegant-blog .av-vertical-delimiter,
.av-vertical-delimiter {
  border: none; }

.html_elegant-blog .av-vertical-delimiter {
  padding-bottom: 0px !important; }

.grid-image img {
  width: 395px !important;
  margin: 0 auto; }

#top .no_margin.av_one_half {
  width: 45% !important; }

@media (max-width: 767px) {
  div.avia-image-container.av-styling-.avia-builder-el-16.el_before_av_hr.avia-builder-el-first.home-CSR.avia-align-center img {
    margin-left: -10px; } }

@media (max-width: 767px) {
  .preview-tag,
  .third-product,
  .design-ui-center,
  .design-ui-container {
    width: auto; } }

@media (max-width: 767px) {
  .avia-image-container.avia-align-left {
    float: none; } }

@media (max-width: 767px) {
  .avia-image-container-inner .avia_image {
    display: inline-block; } }

@media (min-width: 768px) {
  .margin-left-1 {
    margin-left: 1% !important; } }

@media (min-width: 768px) {
  .margin-left-2 {
    margin-left: 2% !important; } }

@media (min-width: 768px) {
  .margin-left-3 {
    margin-left: 3% !important; } }

#avia_google_maps-2 {
  margin: 20px 0px;
  padding: 24px;
  background-color: #F4F5F6; }

.template-search .post-entry,
body.category .post-entry {
  padding: 45px 24px 27px; }

.search-result-counter {
  top: 42px;
  left: 74px; }

.html_elegant-blog #top .template-search .post-title {
  padding-left: 27px; }

.html_elegant-blog #top .template-search .post-entry .post-meta-infos {
  padding-left: 27px; }

.search-result-counter {
  top: 43px;
  left: 30px; }

#mauticform_input_contactus_title {
  float: none;
  margin-top: 0 !important; }

.main_color input[type='text'] {
  color: #404f5a !important; }

[class*="image-caption"] {
  color: #70828e;
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: normal; }

body.archive.category .post-entry .blog-categories.minor-meta {
  display: block;
  width: 100%;
  clear: both;
  text-align: center; }

body.archive.category .post-entry .post-meta-infos {
  text-align: right !important; }

.gating-form-backdrop {
  display: none;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999; }
  .gating-form-backdrop.show {
    display: block; }

.gating-popup-form {
  display: none;
  text-align: center;
  width: 100%;
  max-width: 655px;
  height: auto;
  background: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  padding: 25px;
  position: absolute;
  z-index: 999999; }
  .gating-popup-form.show {
    display: block !important; }
  .gating-popup-form input[type="text"],
  .gating-popup-form input,
  .gating-popup-form select,
  .gating-popup-form select option,
  .gating-popup-form select option:disabled {
    background-color: #fff !important;
    font-weight: 400 !important;
    border-color: #e8e8e8 !important;
    border-radius: 8px !important;
    border-width: 2px !important;
    cursor: pointer;
    max-height: none !important; }
  .gating-popup-form input[type="text"] {
    padding: 0 10px !important; }
  .gating-popup-form input[type="text"],
  .gating-popup-form input[type="text"]::-webkit-input-placeholder,
  .gating-popup-form input[type="text"]::-moz-placeholder,
  .gating-popup-form input[type="text"]::-ms-input-placeholder,
  .gating-popup-form input[type="text"]:-moz-placeholder,
  .gating-popup-form select,
  .gating-popup-form select option,
  .gating-popup-form select option:disabled {
    font-weight: 700 !important;
    color: #a7a7a7;
    border-color: #e8e8e8 !important;
    padding: 0 10px !important; }
  .gating-popup-form input[type="email"],
  .gating-popup-form input[type="email"]::-webkit-input-placeholder,
  .gating-popup-form input[type="email"]::-moz-placeholder,
  .gating-popup-form input[type="email"]::-ms-input-placeholder,
  .gating-popup-form input[type="email"]:-moz-placeholder,
  .gating-popup-form input[type="tel"] {
    font-weight: 400 !important;
    color: #a7a7a7;
    border-color: #e8e8e8 !important; }
  .gating-popup-form input[type="tel"]::-webkit-input-placeholder,
  .gating-popup-form input[type="tel"]::-moz-placeholder,
  .gating-popup-form input[type="tel"]::-ms-input-placeholder,
  .gating-popup-form input[type="tel"]:-moz-placeholder {
    font-weight: 400 !important;
    color: #a7a7a7;
    border-color: #e8e8e8 !important; }
  .gating-popup-form input,
  .gating-popup-form select {
    border-color: #e8e8e8 !important;
    padding: 0 10px !important;
    height: auto !important;
    max-height: none !important;
    line-height: 50px !important;
    font-size: 14px !important; }
  .gating-popup-form div.sf_field.sf_field_country.sf_type_select {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important; }
  .gating-popup-form input[type='submit'] {
    font-weight: 700 !important;
    color: #fff;
    min-width: 360px;
    text-transform: capitalize !important; }
  .gating-popup-form .mauticform-row {
    width: calc(50% - 5px);
    float: left;
    margin-bottom: 12px; }
    .gating-popup-form .mauticform-row:nth-of-type(2n) {
      float: right; }
      .gating-popup-form .mauticform-row:nth-of-type(2n) input,
      .gating-popup-form .mauticform-row:nth-of-type(2n) select {
        float: left; }
    .gating-popup-form .mauticform-row:nth-of-type(2n-1) input,
    .gating-popup-form .mauticform-row:nth-of-type(2n-1) select {
      float: right; }
    .gating-popup-form .mauticform-row:nth-last-of-type(2) {
      width: 100%;
      text-align: center;
      margin-bottom: 40px; }
      .gating-popup-form .mauticform-row:nth-last-of-type(2) select {
        width: calc(100% - 120px) !important;
        margin: 0 auto !important;
        float: none; }
        @media (max-width: 767px) {
          .gating-popup-form .mauticform-row:nth-last-of-type(2) select {
            width: 100% !important; } }
    .gating-popup-form .mauticform-row:last-of-type {
      width: 100%;
      text-align: center;
      margin-bottom: 34px; }
      .gating-popup-form .mauticform-row:last-of-type button {
        background: #19a5e4;
        color: #fff;
        padding: 0;
        border: none;
        outline: none;
        line-height: 60px;
        font-size: 16px;
        width: calc(100% - 20px);
        max-width: 370px;
        border-radius: 8px !important;
        font-weight: normal; }
        .gating-popup-form .mauticform-row:last-of-type button:hover {
          opacity: 0.9; }
    @media (max-width: 767px) {
      .gating-popup-form .mauticform-row {
        width: 100%; } }
  .gating-popup-form .mauticform-input,
  .gating-popup-form .mauticform-selectbox {
    width: calc(100% - 60px) !important;
    margin-bottom: 0 !important; }
    @media (max-width: 767px) {
      .gating-popup-form .mauticform-input,
      .gating-popup-form .mauticform-selectbox {
        width: 100% !important; } }
  .gating-popup-form label {
    display: none; }
  .gating-popup-form #mauticform_wrapper_popup {
    margin: 0 !important; }
    .gating-popup-form #mauticform_wrapper_popup:after {
      content: '';
      display: block;
      clear: both; }
  .gating-popup-form p.form-terms,
  .gating-popup-form p.form-terms a {
    width: 100%;
    text-align: center;
    color: #adadad !important;
    font-size: 14px;
    margin: 0;
    text-decoration: none; }
  .gating-popup-form p.form-terms a:hover {
    text-decoration: underline; }
  .gating-popup-form .close-btn {
    float: right;
    margin: 0;
    cursor: pointer; }
    .gating-popup-form .close-btn img {
      display: block; }
  .gating-popup-form .form-logo {
    display: block;
    clear: both;
    text-align: center;
    margin-bottom: 40px; }
    .gating-popup-form .form-logo img {
      display: block;
      margin: 0 auto; }
  .gating-popup-form .form-title {
    font-size: 30px;
    line-height: 41px;
    color: #4b4b4b;
    font-weight: 300;
    margin: 0 auto;
    width: calc(100% - 120px) !important;
    margin-bottom: 19px; }
  .gating-popup-form select option,
  .gating-popup-form input {
    color: #54636D !important; }
  .gating-popup-form .input::placeholder {
    color: #adadad !important; }
  .gating-popup-form .select:invalid {
    color: #adadad !important; }

.legend span.green {
  color: #5BC512;
  font-weight: 600; }

.legend span.red {
  color: #E52816;
  font-weight: 600; }

body.parent-pageid-3055 {
  background-image: url(/wp-content/uploads/2017/07/purple-bubble2.png) !important;
  background-position: center -120px; }
  body.parent-pageid-3055 #header .header_bg {
    background: none !important; }
  body.parent-pageid-3055 #header.header-scrolled {
    padding-top: 0;
    min-height: 80px !important;
    background-color: #f4f5f6; }
    body.parent-pageid-3055 #header.header-scrolled .logo {
      background: url(/wp-content/uploads/2017/02/layer-logo.svg) no-repeat center !important;
      display: block;
      height: 70px !important;
      width: 110px !important; }
    body.parent-pageid-3055 #header.header-scrolled a {
      color: #313f48 !important; }
  @media (max-width: 950px) {
    body.parent-pageid-3055 #header {
      background: #36a7dd; } }
  body.parent-pageid-3055 .header_color .main_menu ul:first-child > li > a {
    color: #fff !important; }
  body.parent-pageid-3055 .logo {
    background: url(/wp-content/uploads/2017/06/layer-logo-white-1.svg) no-repeat center !important;
    display: block;
    height: 70px !important;
    width: 110px !important; }
    body.parent-pageid-3055 .logo img {
      position: absolute;
      left: -9999px; }
  body.parent-pageid-3055 #industry-bottom-branding,
  body.parent-pageid-3055 #bottom-branding {
    margin-top: 168px; }
    @media (max-width: 767px) {
      body.parent-pageid-3055 #industry-bottom-branding,
      body.parent-pageid-3055 #bottom-branding {
        margin-top: 0; } }
  @media (max-width: 1550px) {
    body.parent-pageid-3055 {
      background-position: center -60px; } }
  @media (max-width: 1350px) {
    body.parent-pageid-3055 {
      background-position: center top; } }
body.single-portfolio.postid-3049 #after_section_3, body.pi-k-page #after_section_3 {
  display: none; }

.responsive .avia_responsive_table .avia-data-table {
  border-color: transparent; }

#scroll-top-link {
  display: none !important; }

.mejs-video {
  background: none !important; }

#main p a,
#main li a {
  color: #19A5E4; }

@media only screen and (max-width: 767px) {
  .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
    margin: 0;
    margin-bottom: 30px;
    width: 100%; } }
/* Page backgrounds */
#fotocser,
#wrap_all,
#main,
.main_color {
  background-color: transparent !important;
  border: none; }

body {
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center -120px;
  background-size: contain;
  background-image: url(/wp-content/uploads/2017/08/grey-bubble-full.jpg);
  background-size: auto 735px; }
  body.home {
    background-image: url(/wp-content/uploads/2018/04/hero-img@2x.jpg);
    background-position: top center;
    background-size: contain; }
  body.page-id-4073 {
    background-image: none;
    background-color: #00aaff !important; }
  body.page-id-1893, body.single-portfolio {
    background-image: url(/wp-content/uploads/2017/08/bubble-design-ui-1.jpg);
    background-size: auto 735px; }
    @media (max-width: 767px) {
      body.page-id-1893, body.single-portfolio {
        background-image: none; }
        body.page-id-1893 #wrap_all #main > div:first-child, body.single-portfolio #wrap_all #main > div:first-child {
          background-image: url(/wp-content/uploads/2017/07/purple-bubble.png) !important;
          background-size: auto 510px;
          background-repeat: no-repeat; } }
  body.page-id-1895 {
    background-image: url(/wp-content/uploads/2017/08/bubble-infastructure-1.jpg);
    background-size: auto 735px; }
    @media (max-width: 767px) {
      body.page-id-1895 {
        background-image: none; }
        body.page-id-1895 #wrap_all #main > div:first-child {
          background-image: url(/wp-content/uploads/2017/07/dark-bubble.png) !important;
          background-position: top right; } }
  body.page-id-3338 {
    background-image: url(/wp-content/uploads/2017/08/bubble-security.jpg);
    background-size: auto 735px; }
    @media (max-width: 767px) {
      body.page-id-3338 {
        background-image: none; }
        body.page-id-3338 #wrap_all #main > div:first-child {
          background-image: url(/wp-content/uploads/2017/07/dark-bubble.png) !important; } }
  body.page-id-3954 {
    background-image: url(/wp-content/uploads/2018/04/CDS-bubble.jpeg);
    background-size: auto 735px; }
    @media (max-width: 767px) {
      body.page-id-3954 {
        background-image: none; }
        body.page-id-3954 #wrap_all #main > div:first-child {
          background-image: url(/wp-content/uploads/2017/07/purple-bubble.png) !important;
          background-size: auto 510px;
          background-repeat: no-repeat; } }
  body.blog {
    background-position: center -120px; }

@media (min-width: 1600px) {
  body.home,
  body.page {
    background-position: center -300px !important; } }
@media (min-width: 1280px) {
  body.home,
  body.page {
    background-position: center -120px !important; } }
@media (max-width: 767px) {
  body.home,
  body.page {
    background-size: cover; } }

/* Header */
#header {
  padding-top: 35px;
  -webkit-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  box-shadow: none; }
  #header.header-scrolled {
    padding-top: 0;
    background-color: #f4f5f6;
    min-height: 80px !important; }
    body.single-portfolio #header.header-scrolled a, body.page-id-4802 #header.header-scrolled a, body.page-id-4917 #header.header-scrolled a, body.page-id-4852 #header.header-scrolled a, body.page-id-4663 #header.header-scrolled a, body.page-id-1895 #header.header-scrolled a, body.page-id-4340 #header.header-scrolled a, body.page-id-1893 #header.header-scrolled a, body.page-id-4172 #header.header-scrolled a, body.page-id-4180 #header.header-scrolled a, body.page-id-4124 #header.header-scrolled a, body.page-id-4083 #header.header-scrolled a, body.page-id-4073 #header.header-scrolled a {
      color: #313f48 !important; }
    #header.header-scrolled .logo {
      background: url(/wp-content/uploads/2018/04/layer-logo-dark.svg) no-repeat left center !important;
      width: 110px !important; }
  #header .logo {
    position: relative !important;
    z-index: 10000;
    background: url(/wp-content/uploads/2018/04/layer-logo-dark.svg) no-repeat left center;
    display: block;
    height: 70px;
    width: 40px !important; }
    body.single-portfolio #header .logo, body.page-id-4917 #header .logo, body.page-id-4852 #header .logo, body.page-id-4802 #header .logo, body.page-id-4663 #header .logo, body.page-id-1895 #header .logo, body.page-id-4340 #header .logo, body.page-id-1893 #header .logo, body.page-id-4172 #header .logo, body.page-id-4180 #header .logo, body.page-id-4124 #header .logo, body.page-id-4083 #header .logo, body.page-id-4073 #header .logo {
      background: url(/wp-content/uploads/2018/04/layer-logo.svg) no-repeat left center; }
    #header .logo img {
      display: none; }
  #header .header_bg {
    background: none; }
  @media (max-width: 767px) {
    #header {
      padding-top: 0;
      background: #00aaff; }
      #header .logo {
        background: url(/wp-content/uploads/2018/04/layer-logo.svg) no-repeat left center; } }

.html_header_top.html_header_sticky #top #wrap_all #main {
  padding-top: 105px !important; }
  @media (max-width: 767px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
      padding-top: 0 !important; } }

.html_header_top.html_header_sticky #top.page-id-4917 #wrap_all #main,
.html_header_top.html_header_sticky #top.page-id-4802 #wrap_all #main,
.html_header_top.html_header_sticky #top.page-id-4663 #wrap_all #main,
.html_header_top.html_header_sticky #top.page-id-4852 #wrap_all #main {
  padding-top: 0 !important; }

body.page-id-4073 #header .shaped-btn a {
  color: #00AAFF !important;
  background-color: #FFFFFF !important; }

body.single-portfolio #header.header-scrolled .shaped-btn a,
body.page-id-1893 #header.header-scrolled .shaped-btn a,
body.page-id-4802 #header.header-scrolled .shaped-btn a,
body.page-id-4917 #header.header-scrolled .shaped-btn a,
body.page-id-4852 #header.header-scrolled .shaped-btn a,
body.page-id-4663 #header.header-scrolled .shaped-btn a,
body.page-id-1895 #header.header-scrolled .shaped-btn a,
body.page-id-4340 #header.header-scrolled .shaped-btn a,
body.page-id-4172 #header.header-scrolled .shaped-btn a,
body.page-id-4180 #header.header-scrolled .shaped-btn a,
body.page-id-4124 #header.header-scrolled .shaped-btn a,
body.page-id-4083 #header.header-scrolled .shaped-btn a,
body.page-id-4073 #header.header-scrolled .shaped-btn a {
  color: #FFFFFF !important;
  background-color: #00AAFF !important; }

#main {
  border: none; }

#top .title_container {
  border: none; }

/* Mega menu */
nav.main_menu .menu-item-top-level > a {
  font-size: 16px;
  letter-spacing: 0.01875em;
  color: #313f48;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  line-height: 70px !important;
  height: auto !important;
  padding: 0 28px;
  -webkit-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  transition: color .15s ease-out; }
  body.single-portfolio nav.main_menu .menu-item-top-level > a, body.page-id-1895 nav.main_menu .menu-item-top-level > a, body.page-id-4852 nav.main_menu .menu-item-top-level > a, body.page-id-4917 nav.main_menu .menu-item-top-level > a, body.page-id-4802 nav.main_menu .menu-item-top-level > a, body.page-id-4663 nav.main_menu .menu-item-top-level > a, body.page-id-1893 nav.main_menu .menu-item-top-level > a, body.page-id-4340 nav.main_menu .menu-item-top-level > a, body.page-id-4172 nav.main_menu .menu-item-top-level > a, body.page-id-4180 nav.main_menu .menu-item-top-level > a, body.page-id-4124 nav.main_menu .menu-item-top-level > a, body.page-id-4083 nav.main_menu .menu-item-top-level > a, body.page-id-4073 nav.main_menu .menu-item-top-level > a {
    color: #fff !important; }
  nav.main_menu .menu-item-top-level > a:hover {
    color: #adb9c1; }
  @media (max-width: 1023px) {
    nav.main_menu .menu-item-top-level > a {
      padding: 0 12px;
      font-size: 14px; } }
nav.main_menu .menu-item-top-level.menu-item-has-children > a {
  cursor: default; }
nav.main_menu .menu-item-top-level.shaped-btn a {
  color: #FFFFFF !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px !important;
  text-align: center;
  border-radius: 4px 4px 4px 30px;
  background-color: #00AAFF;
  box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
  padding: 19px 26px 20px !important;
  display: block;
  margin-top: 6.5px; }
  nav.main_menu .menu-item-top-level.shaped-btn a:hover {
    opacity: 0.9; }
nav.main_menu li.products-menu ul.sub-menu {
  padding: 35px 45px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(49, 63, 72, 0.5);
  width: 431px;
  margin-left: -149px; }
  nav.main_menu li.products-menu ul.sub-menu > li {
    padding-left: 89px; }
    nav.main_menu li.products-menu ul.sub-menu > li a {
      padding: 0 !important;
      margin-bottom: 43px;
      position: relative; }
      nav.main_menu li.products-menu ul.sub-menu > li a span.avia-bullet {
        display: block;
        width: 64px;
        height: 64px;
        border: none;
        position: absolute;
        left: -89px;
        top: 0;
        margin: 0;
        background-repeat: no-repeat;
        background-position: center; }
      nav.main_menu li.products-menu ul.sub-menu > li a span.avia-menu-text {
        display: block;
        clear: both;
        color: #19a5e4;
        font-weight: 700;
        font-size: 14px !important;
        line-height: 21px;
        margin: 0; }
      nav.main_menu li.products-menu ul.sub-menu > li a span.description {
        color: #70828e;
        font-size: 15px;
        line-height: 22px;
        margin: 0;
        display: none; }
      nav.main_menu li.products-menu ul.sub-menu > li a:hover {
        background: none !important; }
        nav.main_menu li.products-menu ul.sub-menu > li a:hover span.avia-menu-text {
          text-decoration: underline; }
    nav.main_menu li.products-menu ul.sub-menu > li:last-of-type a {
      margin-bottom: 0; }
    nav.main_menu li.products-menu ul.sub-menu > li.duk span.avia-bullet {
      background-image: url(/wp-content/uploads/2017/07/ui-kit-menu-icon-menu.svg);
      margin-top: -23px; }
    nav.main_menu li.products-menu ul.sub-menu > li.ia span.avia-bullet {
      background-image: url(/wp-content/uploads/2017/07/api-menu-icon-menu.svg);
      margin-top: -18px; }
    nav.main_menu li.products-menu ul.sub-menu > li.pi span.avia-bullet {
      background-image: url(/wp-content/uploads/2017/06/integration-menu-icon.png); }
  nav.main_menu li.products-menu ul.sub-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    top: -10px;
    left: calc(50% - 10px); }
nav.main_menu li.products-menu .security-li {
  padding-left: 0 !important;
  width: calc(100% + 90px);
  margin-left: -45px;
  margin-bottom: -35px; }
  nav.main_menu li.products-menu .security-li .security-menu-holder {
    border-radius: 0 0 10px 10px;
    background-color: #FAFBFC;
    padding: 20px 52px 30px 44px;
    text-align: center;
    display: block !important;
    opacity: 1 !important; }
    nav.main_menu li.products-menu .security-li .security-menu-holder:after {
      content: '';
      display: block;
      clear: both; }
    nav.main_menu li.products-menu .security-li .security-menu-holder .sec-sec-title {
      color: #54636D;
      font-weight: 500;
      display: block;
      clear: both;
      margin: 0;
      margin-bottom: 16px;
      text-align: left;
      font-size: 14px !important;
      font-weight: 500 !important;
      color: #54636d; }
    nav.main_menu li.products-menu .security-li .security-menu-holder .security-item {
      display: inline-block;
      text-align: center; }
      nav.main_menu li.products-menu .security-li .security-menu-holder .security-item:first-of-type {
        float: left; }
      nav.main_menu li.products-menu .security-li .security-menu-holder .security-item:last-of-type {
        float: right; }
      nav.main_menu li.products-menu .security-li .security-menu-holder .security-item:nth-of-type(2), nav.main_menu li.products-menu .security-li .security-menu-holder .security-item:nth-of-type(3) {
        pointer: default;
        pointer-events: none; }
      nav.main_menu li.products-menu .security-li .security-menu-holder .security-item a {
        text-decoration: none !important;
        color: #19A5E4 !important;
        background: none;
        cursor: pointer; }
        #top nav.main_menu li.products-menu .security-li .security-menu-holder .security-item a {
          color: #19A5E4 !important; }
        nav.main_menu li.products-menu .security-li .security-menu-holder .security-item a:hover {
          text-decoration: underline !important; }
      nav.main_menu li.products-menu .security-li .security-menu-holder .security-item img {
        max-width: 48px;
        display: block;
        margin: 0 auto; }
      nav.main_menu li.products-menu .security-li .security-menu-holder .security-item p {
        margin: 0;
        margin-top: 6px;
        color: #19A5E4 !important;
        font-size: 12px !important;
        font-weight: 600;
        line-height: 20px; }
      @media (max-width: 767px) {
        nav.main_menu li.products-menu .security-li .security-menu-holder .security-item {
          width: 33% !important; } }
nav.main_menu li.businesses-menu:hover ul.sub-menu {
  opacity: 1 !important;
  visibility: visible !important; }
nav.main_menu li.businesses-menu > ul.sub-menu {
  padding: 35px 45px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(49, 63, 72, 0.5);
  box-shadow: 0 4px 20px 0 rgba(49, 63, 72, 0.5);
  width: 509px;
  height: 406px;
  margin-left: -161px; }
  nav.main_menu li.businesses-menu > ul.sub-menu > li.heading {
    position: relative; }
    nav.main_menu li.businesses-menu > ul.sub-menu > li.heading > a {
      margin: 0;
      padding: 0 !important; }
      nav.main_menu li.businesses-menu > ul.sub-menu > li.heading > a .avia-menu-text {
        font-size: 14px;
        font-weight: 500;
        color: #54636d; }
  nav.main_menu li.businesses-menu > ul.sub-menu > li.industry {
    width: 178px;
    display: block;
    float: left; }
    nav.main_menu li.businesses-menu > ul.sub-menu > li.industry ul.sub-menu {
      padding: 0;
      padding-top: 35px !important;
      padding-left: 66px;
      margin: 0 !important;
      width: 178px;
      left: 0 !important;
      box-shadow: none;
      background: none;
      border-right: 1px solid #ebf0f3; }
      nav.main_menu li.businesses-menu > ul.sub-menu > li.industry ul.sub-menu li {
        height: 46px;
        margin-bottom: 19px; }
        nav.main_menu li.businesses-menu > ul.sub-menu > li.industry ul.sub-menu li:hover a {
          text-decoration: underline; }
        nav.main_menu li.businesses-menu > ul.sub-menu > li.industry ul.sub-menu li:last-of-type {
          margin-bottom: 0; }
        nav.main_menu li.businesses-menu > ul.sub-menu > li.industry ul.sub-menu li.air span.avia-bullet {
          background-image: url(/wp-content/uploads/2017/07/airline-menu-icon1.svg); }
        nav.main_menu li.businesses-menu > ul.sub-menu > li.industry ul.sub-menu li.fs span.avia-bullet {
          background-image: url(/wp-content/uploads/2017/07/financial-menu-icon2.svg); }
        nav.main_menu li.businesses-menu > ul.sub-menu > li.industry ul.sub-menu li.fs a {
          padding-top: 3px !important; }
        nav.main_menu li.businesses-menu > ul.sub-menu > li.industry ul.sub-menu li.h span.avia-bullet {
          background-image: url(/wp-content/uploads/2017/07/hotel-menu-icon1.svg); }
        nav.main_menu li.businesses-menu > ul.sub-menu > li.industry ul.sub-menu li.r span.avia-bullet {
          background-image: url(/wp-content/uploads/2017/07/retail-menu-icon.svg); }
      nav.main_menu li.businesses-menu > ul.sub-menu > li.industry ul.sub-menu a {
        background: none;
        padding: 0 !important;
        padding-top: 11px !important; }
        nav.main_menu li.businesses-menu > ul.sub-menu > li.industry ul.sub-menu a span {
          font-size: 14px !important;
          line-height: 16px !important;
          font-weight: 600 !important;
          color: #19a5e4; }
        nav.main_menu li.businesses-menu > ul.sub-menu > li.industry ul.sub-menu a span.avia-bullet {
          display: block;
          width: 56px;
          height: 46px;
          border: none;
          position: absolute;
          left: -66px;
          top: 0;
          margin: 0;
          background-repeat: no-repeat;
          background-position: center; }
        nav.main_menu li.businesses-menu > ul.sub-menu > li.industry ul.sub-menu a:hover span {
          text-decoration: underline; }
      nav.main_menu li.businesses-menu > ul.sub-menu > li.industry ul.sub-menu:before {
        display: none; }
  nav.main_menu li.businesses-menu > ul.sub-menu > li.customers, nav.main_menu li.businesses-menu > ul.sub-menu > li.resources {
    width: 233px;
    float: right;
    padding-left: 52px; }
  nav.main_menu li.businesses-menu > ul.sub-menu > li.customers {
    height: 79px; }
    nav.main_menu li.businesses-menu > ul.sub-menu > li.customers .sub-menu {
      left: 0 !important;
      border-top-width: 0 !important;
      background: none;
      box-shadow: none;
      padding-left: 52px;
      padding-top: 30px !important; }
      nav.main_menu li.businesses-menu > ul.sub-menu > li.customers .sub-menu li a {
        background: none;
        padding: 0 !important; }
        nav.main_menu li.businesses-menu > ul.sub-menu > li.customers .sub-menu li a span.avia-menu-text {
          font-weight: 600;
          font-size: 14px;
          line-height: 22px;
          color: #19a5e4;
          white-space: nowrap; }
        nav.main_menu li.businesses-menu > ul.sub-menu > li.customers .sub-menu li a:hover span {
          text-decoration: underline; }
  nav.main_menu li.businesses-menu > ul.sub-menu > li.resources {
    height: 79px; }
    nav.main_menu li.businesses-menu > ul.sub-menu > li.resources .sub-menu {
      left: 0 !important;
      border-top-width: 0 !important;
      background: none;
      box-shadow: none;
      padding-left: 52px;
      padding-top: 30px !important; }
      nav.main_menu li.businesses-menu > ul.sub-menu > li.resources .sub-menu li a {
        background: none;
        padding: 0 !important; }
        nav.main_menu li.businesses-menu > ul.sub-menu > li.resources .sub-menu li a span.avia-menu-text {
          font-weight: 600;
          font-size: 14px;
          line-height: 22px;
          color: #19a5e4;
          white-space: nowrap; }
        nav.main_menu li.businesses-menu > ul.sub-menu > li.resources .sub-menu li a:hover span {
          text-decoration: underline; }
  nav.main_menu li.businesses-menu > ul.sub-menu > li.cta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px 25px 16px 46px;
    background: #fafbfc;
    border-radius: 0 0 10px 10px; }
    nav.main_menu li.businesses-menu > ul.sub-menu > li.cta:before {
      content: 'Ready to get started?';
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
      color: #70828e;
      position: relative;
      bottom: -8px; }
    nav.main_menu li.businesses-menu > ul.sub-menu > li.cta a {
      background: none;
      border: none;
      padding: 0 !important;
      float: right !important;
      width: auto !important;
      background: #19a5e4;
      border-radius: 40px;
      padding: 13px 23px 12px !important;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
      nav.main_menu li.businesses-menu > ul.sub-menu > li.cta a:hover {
        opacity: 0.8; }
      nav.main_menu li.businesses-menu > ul.sub-menu > li.cta a span.avia-menu-text {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500; }
  nav.main_menu li.businesses-menu > ul.sub-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    top: -10px;
    left: calc(50% - 10px); }
  nav.main_menu li.businesses-menu > ul.sub-menu:after {
    content: '';
    display: block;
    clear: both; }
nav.main_menu li.developers-menu:hover ul.sub-menu {
  opacity: 1 !important;
  visibility: visible !important; }
nav.main_menu li.developers-menu > ul.sub-menu {
  padding: 35px 45px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(49, 63, 72, 0.5);
  box-shadow: 0 4px 20px 0 rgba(49, 63, 72, 0.5);
  width: 234px;
  margin-left: -35px; }
  nav.main_menu li.developers-menu > ul.sub-menu > li.heading {
    position: relative; }
    nav.main_menu li.developers-menu > ul.sub-menu > li.heading > a {
      margin: 0;
      padding: 0 !important; }
      nav.main_menu li.developers-menu > ul.sub-menu > li.heading > a .avia-menu-text {
        font-size: 14px;
        font-weight: 500;
        color: #404f5a; }
  nav.main_menu li.developers-menu > ul.sub-menu > li a {
    padding: 0 !important; }
    nav.main_menu li.developers-menu > ul.sub-menu > li a:hover {
      background: none !important; }
      nav.main_menu li.developers-menu > ul.sub-menu > li a:hover span.avia-menu-text {
        text-decoration: underline; }
    nav.main_menu li.developers-menu > ul.sub-menu > li a span.avia-menu-text {
      font-size: 15px;
      font-weight: 600;
      color: #19a5e4; }
  nav.main_menu li.developers-menu > ul.sub-menu > li.sdks {
    display: block;
    height: 144px;
    margin-top: 22px; }
    nav.main_menu li.developers-menu > ul.sub-menu > li.sdks ul.sub-menu {
      padding: 0;
      padding-top: 33px !important;
      padding-left: 29px !important;
      margin: 0 !important;
      left: 0 !important;
      box-shadow: none;
      background: none;
      border: none !important; }
      nav.main_menu li.developers-menu > ul.sub-menu > li.sdks ul.sub-menu li {
        margin-bottom: 0; }
        nav.main_menu li.developers-menu > ul.sub-menu > li.sdks ul.sub-menu li:hover a {
          text-decoration: underline; }
        nav.main_menu li.developers-menu > ul.sub-menu > li.sdks ul.sub-menu li:last-of-type {
          margin-bottom: 0; }
        nav.main_menu li.developers-menu > ul.sub-menu > li.sdks ul.sub-menu li.ios span.avia-bullet {
          background-image: url(/wp-content/uploads/2017/06/black-apple-menu-icon.png); }
        nav.main_menu li.developers-menu > ul.sub-menu > li.sdks ul.sub-menu li.android span.avia-bullet {
          background-image: url(/wp-content/uploads/2017/06/android-menu-icon.png); }
        nav.main_menu li.developers-menu > ul.sub-menu > li.sdks ul.sub-menu li.web span.avia-bullet {
          background-image: url(/wp-content/uploads/2017/06/javascript-menu-icon.png); }
      nav.main_menu li.developers-menu > ul.sub-menu > li.sdks ul.sub-menu a {
        background: none;
        padding: 0 !important; }
        nav.main_menu li.developers-menu > ul.sub-menu > li.sdks ul.sub-menu a span {
          font-size: 15px !important;
          line-height: 32px !important;
          font-weight: 400 !important;
          color: #19a5e4; }
        nav.main_menu li.developers-menu > ul.sub-menu > li.sdks ul.sub-menu a span.avia-bullet {
          display: block;
          width: 17px;
          height: 17px;
          border: none;
          position: absolute;
          left: -29px;
          top: 7px;
          margin: 0;
          background-repeat: no-repeat;
          background-position: center; }
        nav.main_menu li.developers-menu > ul.sub-menu > li.sdks ul.sub-menu a:hover span {
          text-decoration: underline; }
      nav.main_menu li.developers-menu > ul.sub-menu > li.sdks ul.sub-menu:before {
        display: none; }
  nav.main_menu li.developers-menu > ul.sub-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    top: -10px;
    left: calc(50% - 10px); }
  nav.main_menu li.developers-menu > ul.sub-menu:after {
    content: '';
    display: block;
    clear: both; }
nav.main_menu li.company-menu ul.sub-menu {
  padding: 33px 46px 29px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(49, 63, 72, 0.5);
  box-shadow: 0 4px 20px 0 rgba(49, 63, 72, 0.5);
  width: 234px;
  margin-left: -53px; }
  nav.main_menu li.company-menu ul.sub-menu > li {
    padding-left: 0; }
    nav.main_menu li.company-menu ul.sub-menu > li a {
      padding: 0 !important;
      margin-bottom: 20px;
      position: relative; }
      nav.main_menu li.company-menu ul.sub-menu > li a span.avia-menu-text {
        display: block;
        clear: both;
        color: #19a5e4;
        font-weight: 600;
        font-size: 15px;
        line-height: 21px;
        margin: 0; }
      nav.main_menu li.company-menu ul.sub-menu > li a:hover {
        background: none !important; }
        nav.main_menu li.company-menu ul.sub-menu > li a:hover span.avia-menu-text {
          text-decoration: underline; }
    nav.main_menu li.company-menu ul.sub-menu > li:last-of-type a {
      margin-bottom: 0; }
  nav.main_menu li.company-menu ul.sub-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    top: -10px;
    left: calc(50% - 10px); }

#advanced_menu_hide {
  top: 40px;
  right: 28px; }

#mobile-advanced {
  background: transparent;
  padding: 80px 0 0 0;
  border: none;
  transform: none; }
  #mobile-advanced li {
    background: #fff; }
    #mobile-advanced li a {
      border-color: #ccc;
      padding: 25px;
      text-transform: uppercase; }
    #mobile-advanced li li a {
      padding-left: 50px; }

.MobileCTA {
  display: none;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  list-style: none; }
  .MobileCTA a {
    border: none;
    display: inline-block;
    letter-spacing: 2.5px !important;
    line-height: 50px;
    text-align: center;
    border-radius: 4px 4px 4px 30px;
    box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
    padding: 0 33px 0 36px !important;
    margin: 15px 0 0 0 !important;
    font-size: 13px;
    font-weight: 800 !important;
    color: #00AAFF !important;
    background-color: #FFF; }
  @media (max-width: 767px) {
    .MobileCTA {
      display: block; } }

.MobileCTA .avia-bullet,
#mobile-advanced li > a::before {
  display: none; }

/*#advanced_menu_hide {
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    top: 53px;
    right: 30px;
    &:before {
        content: none;
        display: none;
    }
    img {
        display: block;
    }
}

#mobile-advanced {
    padding-top: 0;
    padding-bottom: 69px;
    li {
        &#mm-header {
            height: 80px;
            background: #4abff5;
            background: -moz-linear-gradient(left, #4abff5 0%, #41b4ea 100%);
            background: -webkit-linear-gradient(left, #4abff5 0%, #41b4ea 100%);
            background: linear-gradient(to right, #4abff5 0%, #41b4ea 100%);
            filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abff5', endColorstr='#41b4ea',GradientType=1 )";
            display: block;
            clear: both;
            float: left;
            width: 100%;
            padding: 25px 30px 27.5px;
            box-sizing: border-box;
            img {
                max-width: 110px;
                height: auto;
                float: left;
            }
        }
        &#twp-cta {
            padding: 24px 30px;
            background: #fff;
            a {
                display: block;
                width: 100%;
                text-align: center;
                color: #ffffff;
                font-weight: 500;
                font-size: 20px;
                line-height: 24px;
                padding: 20px;
                background: #19a5e4;
                border-radius: 100px;
                border: none;
                box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
                &:before {
                    display: none;
                }
            }
        }
        &.cta {
            display: none;
        }
    }
    >.menu-item-top-level {
        display: block;
        width: 100%;
        clear: both;
        border-top: 2px solid #eaeef1;
        background: #fafbfc;
        &:last-of-type {
            border-bottom: 2px solid #eaeef1;
        }
        >a {
            padding: 32px 52px 32px 42px;
            margin: 0;
            border: none;
            font-size: 14px;
            color: #8496a2;
            position: relative;
            &:before {
                display: none;
            }
            &:after {
                content: url(/wp-content/uploads/2017/08/arrow.svg);
                display: block;
                float: right;
            }
            &:hover {
                background: none!important;
                color: #8496a2;
            }
        }
        >ul {
            &.sub-menu {
                display: none;
            }
        }
        &.show-sub {
            >ul {
                &.sub-menu {
                    display: block;
                    padding: 0 52px 32px 42px;
                    >li {
                        &.heading {
                            margin-top: 40px;
                            &:first-of-type {
                                margin-top: 0;
                            }
                            &.sdks {
                                margin-top: 18px;
                                margin-bottom: 18px;
                                ul {
                                    &.sub-menu {
                                        &:after {
                                            content: '';
                                            display: block;
                                            clear: both;
                                        }
                                        li {
                                            width: 33.3333%;
                                            display: block;
                                            float: left;
                                            clear: none;
                                            text-align: center;
                                            a {
                                                display: block;
                                                width: 100%;
                                                padding-top: 35px !important;
                                                &:before {
                                                    content: '';
                                                    display: block;
                                                    clear: both;
                                                    width: 100%;
                                                    text-align: center;
                                                    top: 0;
                                                    right: 0;
                                                }
                                                &:hover {
                                                    background: none;
                                                }
                                            }
                                            &.ios {
                                                a {
                                                    &:before {
                                                        content: url(/wp-content/uploads/2017/06/black-apple-menu-icon.png);
                                                    }
                                                }
                                            }
                                            &.android {
                                                a {
                                                    &:before {
                                                        content: url(/wp-content/uploads/2017/06/android-menu-icon.png);
                                                    }
                                                }
                                            }
                                            &.web {
                                                a {
                                                    &:before {
                                                        content: url(/wp-content/uploads/2017/06/javascript-menu-icon.png);
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                            >a {
                                margin: 0;
                                padding: 0;
                                border: none;
                                font-size: 12px;
                                color: #4d5c67;
                                text-decoration: none;
                                cursor: default;
                                font-weight: 700;
                                margin-bottom: 15px;
                                &:hover {
                                    background: none!important;
                                }
                            }
                        }
                        &.industry {
                            ul {
                                display: block;
                                clear: both;
                                width: 100%;
                                &:after {
                                    content: '';
                                    display: block;
                                    clear: both;
                                }
                                li {
                                    display: block;
                                    float: left;
                                    width: 25%;
                                    clear: none;
                                    text-align: center;
                                    a {
                                        display: block;
                                        width: 100%;
                                        padding-top: 57px;
                                        &:before {
                                            content: '';
                                            display: block;
                                            clear: both;
                                            width: 100%;
                                            text-align: center;
                                            top: 0;
                                            right: 0;
                                        }
                                        &:hover {
                                            background: none;
                                        }
                                    }
                                    &.air {
                                        a {
                                            &:before {
                                                content: url(/wp-content/uploads/2017/07/airline-menu-icon1.svg);
                                            }
                                        }
                                    }
                                    &.fs {
                                        a {
                                            &:before {
                                                content: url(/wp-content/uploads/2017/07/financial-menu-icon2.svg);
                                            }
                                        }
                                    }
                                    &.h {
                                        a {
                                            &:before {
                                                content: url(/wp-content/uploads/2017/07/hotel-menu-icon1.svg);
                                            }
                                        }
                                    }
                                    &.r {
                                        a {
                                            &:before {
                                                content: url(/wp-content/uploads/2017/07/retail-menu-icon.svg);
                                            }
                                        }
                                    }
                                }
                            }
                        }
                        a {
                            margin: 0;
                            padding: 0;
                            border: none;
                            font-size: 12px;
                            color: #19a5e4;
                            text-decoration: none;
                            &:before {
                                display: none;
                            }
                            &:hover {
                                text-decoration: underline;
                                background: none;
                            }
                        }
                    }
                    >a {
                        &:after {
                            transform: rotate(90deg);
                        }
                    }
                    .sub-menu {
                        a {
                            padding: 5px 0;
                        }
                    }
                }
            }
        }
        &.products-menu {
            ul {
                &.sub-menu {
                    &:after {
                        content: '';
                        display: block;
                        clear: both;
                    }
                    li {
                        width: 50%;
                        display: block;
                        float: left;
                        clear: none;
                        text-align: center;
                        a {
                            display: block;
                            width: 100%;
                            padding-top: 57px;
                            &:before {
                                content: '';
                                display: block;
                                clear: both;
                                width: 100%;
                                text-align: center;
                                top: 0;
                                right: 0;
                            }
                            &:hover {
                                background: none;
                            }
                            .description {
                                display: none;
                            }
                        }
                        &.duk {
                            a {
                                &:before {
                                    content: url(/wp-content/uploads/2017/07/ui-kit-menu-icon-menu.svg);
                                }
                            }
                        }
                        &.ia {
                            a {
                                &:before {
                                    content: url(/wp-content/uploads/2017/07/api-menu-icon-menu.svg);
                                }
                            }
                        }
                        &.security-li {
                            width: 100%!important;
                            margin-top: 35px;
                            .security-menu-holder {
                                &:after {
                                    content: '';
                                    display: block;
                                    clear: both;
                                }
                            }
                            .sec-sec-title {
                                text-align: left;
                                color: #8496a2;
                                font-size: 14px;
                                font-weight: normal;
                            }
                            .security-item {
                                width: 33%;
                                float: left;
                                a {
                                    padding-top: 7px;
                                }
                                &:nth-of-type(2),
                                &:nth-of-type(3) {
                                    cursor: default;
                                    pointer-events: none;
                                }
                            }
                        }
                    }
                }
            }
        }
        &.company-menu {
            ul {
                &.sub-menu {
                    &:after {
                        content: '';
                        display: block;
                        clear: both;
                    }
                    li {
                        a {
                            padding: 5px 0!important;
                        }
                    }
                }
            }
        }
    }
}*/
header #menu-item-1936 .description,
header #menu-item-1937 .description {
  display: none; }

header #menu-item-5040 ul.sub-menu,
header #menu-item-1941 ul.sub-menu,
header #menu-item-4298 ul.sub-menu {
  padding: 33px 46px 29px !important;
  background: #ffffff !important;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 4px 20px 0 rgba(49, 63, 72, 0.5) !important;
  box-shadow: 0 4px 20px 0 rgba(49, 63, 72, 0.5) !important;
  width: 234px !important;
  margin-left: -53px !important; }
header #menu-item-5040 ul.sub-menu > li,
header #menu-item-1941 ul.sub-menu > li,
header #menu-item-4298 ul.sub-menu > li {
  padding-left: 0; }
header #menu-item-5040 ul.sub-menu > li a,
header #menu-item-1941 ul.sub-menu > li a,
header #menu-item-4298 ul.sub-menu > li a {
  padding: 0 !important;
  margin-bottom: 20px;
  position: relative; }
header #menu-item-5040 ul.sub-menu > li a span.avia-menu-text,
header #menu-item-1941 ul.sub-menu > li a span.avia-menu-text,
header #menu-item-4298 ul.sub-menu > li a span.avia-menu-text {
  display: block;
  clear: both;
  color: #19a5e4;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  margin: 0; }
header #menu-item-5040 ul.sub-menu > li a:hover,
header #menu-item-1941 ul.sub-menu > li a:hover,
header #menu-item-4298 ul.sub-menu > li a:hover {
  background: none !important; }
header #menu-item-5040 ul.sub-menu > li a:hover span.avia-menu-text,
header #menu-item-1941 ul.sub-menu > li a:hover span.avia-menu-text,
header #menu-item-4298 ul.sub-menu > li a:hover span.avia-menu-text {
  text-decoration: underline; }
header #menu-item-5040 ul.sub-menu > li:last-of-type a,
header #menu-item-1941 ul.sub-menu > li:last-of-type a,
header #menu-item-4298 ul.sub-menu > li:last-of-type a {
  margin-bottom: 0; }
header #menu-item-5040 ul.sub-menu:before,
header #menu-item-1941 ul.sub-menu:before,
header #menu-item-4298 ul.sub-menu:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  top: -10px;
  left: calc(50% - 10px); }
header #menu-item-4022 a {
  white-space: nowrap; }
header nav.main_menu .menu-item-top-level > a {
  font-size: 14px;
  padding: 0 20px; }

#menu-item-4022 a {
  width: auto !important; }
  #menu-item-4022 a .avia-menu-text {
    left: -5px !important; }

/* Footer */
#footer {
  border: none;
  padding-bottom: 0;
  padding-top: 0;
  background: #fff; }
  #footer > .container {
    padding-top: 56px;
    padding-bottom: 57px; }
  #footer .widget {
    margin: 0; }
  @media (max-width: 768px) {
    #footer .flex_column.av_one_fifth {
      width: 25%; }
      #footer .flex_column.av_one_fifth:nth-of-type(4) {
        clear: both;
        margin-left: 0; } }
  @media (max-width: 600px) {
    #footer .flex_column.av_one_fifth {
      width: 45%; } }
  @media (max-width: 425px) {
    #footer .flex_column.av_one_fifth {
      width: 100%;
      margin-left: 0; } }
  #footer section.widget_text {
    margin-bottom: 0; }
  #footer h3.widgettitle {
    text-transform: uppercase !important;
    color: #3D4158 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    letter-spacing: 0.86px !important;
    line-height: 48px !important;
    margin: 0 !important; }
    #footer h3.widgettitle + .textwidget li {
      margin-bottom: 6px;
      line-height: 1em; }
      #footer h3.widgettitle + .textwidget li:last-of-type {
        margin-bottom: 26px; }
      #footer h3.widgettitle + .textwidget li a {
        letter-spacing: 0.0214285714em;
        color: rgba(0, 32, 55, 0.7) !important;
        font-size: 14px;
        font-weight: 300;
        line-height: 26px; }
      @media (max-width: 1024px) {
        #footer h3.widgettitle + .textwidget li {
          margin-bottom: 10px; } }
      @media (max-width: 425px) {
        #footer h3.widgettitle + .textwidget li {
          margin-bottom: 0; } }
  .page-id-1928 #footer {
    background: #fff !important;
    padding-top: 180px; }
  @media (max-width: 767px) {
    .page-id-1813 #footer h3 {
      text-align: center; } }
  #footer #custom_html-2 {
    display: none; }

#socket {
  border: none;
  border-top: 1px solid rgba(111, 130, 151, 0.11);
  background: #fff; }
  #socket .container {
    padding-top: 32px;
    padding-bottom: 43px; }
  #socket .branding {
    float: left;
    display: block; }
    #socket .branding .flogo {
      padding: 20px 18px;
      height: auto !important;
      position: initial;
      float: left;
      vertical-align: top; }
      #socket .branding .flogo img {
        display: block; }
      #socket .branding .flogo:after {
        content: '';
        display: block;
        clear: both; }
      @media (max-width: 767px) {
        #socket .branding .flogo {
          float: none;
          display: inline-block; } }
    #socket .branding .spiel,
    #socket .branding .copyright {
      float: left; }
      #socket .branding .spiel p,
      #socket .branding .copyright p {
        margin: 0;
        line-height: 72px;
        float: left;
        color: rgba(0, 32, 55, 0.7); }
      @media (max-width: 767px) {
        #socket .branding .spiel,
        #socket .branding .copyright {
          float: none;
          display: inline-block; } }
    #socket .branding .spiel p {
      font-size: 14px;
      font-weight: bold; }
    #socket .branding .copyright {
      margin-left: 50px;
      margin-right: 15px; }
      #socket .branding .copyright p {
        font-size: 13px;
        font-weight: 300; }
        @media (max-width: 950px) {
          #socket .branding .copyright p {
            line-height: 24px;
            margin-bottom: 10px;
            margin-left: 2px; } }
      @media (max-width: 950px) {
        #socket .branding .copyright {
          clear: left;
          margin-left: 15px; } }
    #socket .branding::after {
      content: '';
      display: block;
      clear: both; }
    @media (max-width: 767px) {
      #socket .branding {
        float: none;
        text-align: center;
        width: 100%; } }
  #socket .sub_menu_socket {
    display: block !important;
    float: left; }
    #socket .sub_menu_socket:after {
      content: '';
      display: block;
      clear: both; }
    @media (max-width: 767px) {
      #socket .sub_menu_socket > * {
        display: inline-block;
        float: none;
        vertical-align: bottom; } }
    @media (max-width: 767px) {
      #socket .sub_menu_socket * {
        color: #54636d !important; } }
    @media (max-width: 1100px) {
      #socket .sub_menu_socket {
        clear: left;
        margin-left: 10px; } }
    @media (max-width: 767px) {
      #socket .sub_menu_socket {
        text-align: center; } }
  #socket .footer-social {
    float: right;
    padding-top: 24px; }
    #socket .footer-social > div {
      float: left;
      margin-right: 27px; }
      #socket .footer-social > div:last-of-type {
        margin-right: 0; }
      #socket .footer-social > div a {
        display: block; }
        #socket .footer-social > div a img {
          display: block; }
      @media (max-width: 767px) {
        #socket .footer-social > div {
          float: none;
          display: inline-block; } }
    #socket .footer-social:after {
      content: '';
      display: block;
      clear: both; }
    @media (max-width: 767px) {
      #socket .footer-social {
        float: none;
        width: 100%;
        display: block;
        text-align: center; } }
  #socket .avia3-menu {
    float: left; }
    #socket .avia3-menu ul {
      margin: 0; }
      #socket .avia3-menu ul li {
        border: none;
        padding: 0 7px 0 8px; }
        #socket .avia3-menu ul li a {
          line-height: 72px;
          color: #00AAFF;
          font-size: 13px;
          font-weight: 300; }
          @media (max-width: 1100px) {
            #socket .avia3-menu ul li a {
              line-height: 13px; } }
          @media (max-width: 424px) {
            #socket .avia3-menu ul li a {
              font-size: 10px; } }
    @media (max-width: 767px) {
      #socket .avia3-menu {
        float: none; } }
  .page-id-1928 #socket {
    background: #fff !important; }

/* Sidebar Modules */
/*
* This is the css for the sidebar modules which are from a custom plugin - "layersidebars-plugin"
* This would make sense to be a part of the plugin, looking back on it, I don't know why this css isn't with the plugin.
*/
#top [id^="ls_search"] .ls-search-holder p.title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #54636d;
  margin: 9px 0; }
#top [id^="ls_search"] .ls-search-holder form input[type="submit"] {
  display: none; }
#top [id^="ls_search"] .ls-search-holder form input[type="text"]#s {
  color: #8798a4;
  font-size: 14px;
  line-height: 19px;
  border: 2px solid #e4e9ec;
  border-radius: 5px;
  padding: 12px 16px !important;
  background: none; }
#top [id^="ls_newsletter"] .ls-newsletter-holder p.title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #54636d;
  margin: 9px 0; }
#top [id^="ls_newsletter"] .ls-newsletter-holder p.spiel {
  color: #8798a4;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 16px; }
#top [id^="ls_newsletter"] .ls-newsletter-holder .custom-text-holder form input#sf_email,
#top [id^="ls_newsletter"] .ls-newsletter-holder .custom-text-holder form input#mauticform_input_blogsubscriptionform_email {
  color: #8798a4;
  font-size: 14px;
  line-height: 19px;
  border: 2px solid #e4e9ec;
  border-radius: 5px;
  padding: 12px 16px !important;
  background: none;
  margin: 0; }
#top [id^="ls_newsletter"] .ls-newsletter-holder .custom-text-holder form .w2lsubmit {
  padding: 0;
  padding-top: 16px; }
  #top [id^="ls_newsletter"] .ls-newsletter-holder .custom-text-holder form .w2lsubmit input[type="submit"] {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
    background: #19a5e4;
    border-radius: 21px;
    padding: 12px 22px 11px; }
#top [id^="ls_newsletter"] .ls-newsletter-holder .custom-text-holder form .sf_cc_user {
  display: none; }
#top [id^="ls_newsletter"] .ls-newsletter-holder .custom-text-holder .sf_required_fields_msg {
  display: none; }
#top [id^="ls_newsletter"] #mauticform_input_blogsubscriptionform_email {
  width: 100% !important; }
#top [id^="ls_newsletter"] .mauticform-button-wrapper .mauticform-button.btn-default {
  max-width: 288px;
  color: #ffffff !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 15px;
  background: #19a5e4 !important;
  border-radius: 100px;
  border: none;
  width: 55%;
  margin-top: 5px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
#top [id^="ls_categories"] .ls-categories-holder p.title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #54636d;
  margin: 9px 0 19px; }
#top [id^="ls_categories"] .ls-categories-holder .ls-categories p {
  margin: 0;
  margin-bottom: 13px; }
#top [id^="ls_categories"] .ls-categories-holder .ls-categories a {
  color: #19a5e4;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 8px;
  background: #def5ff;
  border-radius: 5px;
  cursor: pointer; }
#top [id^="ls_categories"] .ls-categories-holder p.archive-link {
  margin: 0;
  margin-top: 54px; }
  #top [id^="ls_categories"] .ls-categories-holder p.archive-link a {
    color: #19a5e4;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    cursor: pointer; }
#top [id^="ls_customerdetails"] .ls-customerInfo-holder img {
  float: left;
  display: block;
  margin-bottom: 20px; }
#top [id^="ls_customerdetails"] .ls-customerInfo-holder p.info {
  color: #54636D;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  clear: both;
  margin: 0; }
  #top [id^="ls_customerdetails"] .ls-customerInfo-holder p.info span.heading {
    color: #8798a4;
    font-weight: 500;
    margin-right: 16px;
    display: block;
    float: left;
    text-align: right;
    width: 22%; }
  #top [id^="ls_customerdetails"] .ls-customerInfo-holder p.info a {
    color: #19a5e4; }
#top [id^="ls_press"] {
  padding: 24px;
  background-color: #F4F5F6; }
  #top [id^="ls_press"] .ls-press-holder p.title {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #54636d;
    margin: 9px 0 8px; }
  #top [id^="ls_press"] .ls-press-holder p.text {
    font-size: 14px;
    line-height: 19px;
    color: #8798a4;
    margin-top: 0;
    margin-bottom: 16px; }
  #top [id^="ls_press"] .ls-press-holder p.link {
    margin: 0; }
    #top [id^="ls_press"] .ls-press-holder p.link a {
      color: #19a5e4;
      font-size: 14px;
      line-height: 16px;
      font-weight: 700; }
#top [id^="ls_hiring"] {
  padding: 24px;
  background-color: #F4F5F6;
  margin-bottom: 20px; }
  #top [id^="ls_hiring"] .ls-hiring-holder p.title {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #54636d;
    margin: 9px 0 8px; }
  #top [id^="ls_hiring"] .ls-hiring-holder p.text {
    font-size: 14px;
    line-height: 19px;
    color: #8798a4;
    margin-top: 0;
    margin-bottom: 16px; }
  #top [id^="ls_hiring"] .ls-hiring-holder p.link {
    margin: 0; }
    #top [id^="ls_hiring"] .ls-hiring-holder p.link a {
      color: #19a5e4;
      font-size: 14px;
      line-height: 16px;
      font-weight: 700; }
#top [id^="ls_imgcaption"] .ls-imgCaption-holder {
  text-align: center; }
  #top [id^="ls_imgcaption"] .ls-imgCaption-holder img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0; }
  #top [id^="ls_imgcaption"] .ls-imgCaption-holder p.caption {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #8798a4;
    margin: 0;
    margin-top: 11px;
    padding: 0 24px; }
#top [id^="ls_map"] .ls-map-holder {
  text-align: center;
  background-color: #F4F5F6;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  #top [id^="ls_map"] .ls-map-holder #ls-map-map {
    max-width: 100%;
    padding-bottom: 65%;
    height: auto;
    margin-bottom: 0; }
  #top [id^="ls_map"] .ls-map-holder p.caption {
    text-align: left;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 26px;
    color: #8798a4;
    margin: 0;
    margin-top: 11px;
    padding: 0 24px; }

/* Industry Pages */
body.industry-page #industry-post-header {
  padding-top: 70px; }
  body.industry-page #industry-post-header .ind-ph-left {
    margin-left: 0;
    margin-top: 10px; }
  body.industry-page #industry-post-header .ind-ph-right {
    margin-top: 10px; }
  body.industry-page #industry-post-header .ind-cat-title p {
    margin: 0;
    font-weight: 700;
    line-height: 19px;
    font-size: 16px;
    color: #8798a4;
    text-align: left; }
    @media (max-width: 767px) {
      body.industry-page #industry-post-header .ind-cat-title p {
        font-size: 14px; } }
  @media (max-width: 767px) {
    body.industry-page #industry-post-header .ind-cat-title {
      text-align: center; } }
  body.industry-page #industry-post-header .ind-page-title h1 {
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #404f5a;
    text-transform: none;
    letter-spacing: -0.6px; }
    @media (max-width: 425px) {
      body.industry-page #industry-post-header .ind-page-title h1 br {
        display: none; } }
    @media (max-width: 1023px) {
      body.industry-page #industry-post-header .ind-page-title h1 {
        font-size: 26px;
        line-height: 38px; } }
    @media (max-width: 767px) {
      body.industry-page #industry-post-header .ind-page-title h1 {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 425px) {
      body.industry-page #industry-post-header .ind-page-title h1 {
        font-size: 24px;
        line-height: 32px; } }
  @media (min-width: 767px) {
    body.industry-page #industry-post-header .ind-page-title {
      width: 100vw;
      max-width: 650px; } }
  body.industry-page #industry-post-header .ind-page-tag p {
    color: #404f5a;
    font-size: 22px;
    line-height: 32px;
    margin-top: 27px;
    letter-spacing: 0.3px;
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      body.industry-page #industry-post-header .ind-page-tag p {
        font-size: 17px;
        line-height: 27px;
        margin-top: 18px; } }
  body.industry-page #industry-post-header .ind-ph-cta-btn {
    width: 100%;
    max-width: 288px; }
    body.industry-page #industry-post-header .ind-ph-cta-btn a {
      color: #ffffff;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      padding: 20px;
      background: #19a5e4;
      border-radius: 100px;
      border: none;
      width: 100%;
      margin-top: 32px;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 424px) {
      body.industry-page #industry-post-header .ind-ph-cta-btn {
        max-width: 100%; } }
  @media (max-width: 767px) {
    body.industry-page #industry-post-header {
      padding-top: 90px; } }
@media (max-width: 767px) {
  body.industry-page #after_section_1 .template-page {
    padding: 45px 0;
    height: 0; } }
body.industry-page #industry-post-video .content {
  padding-top: 130px; }
body.industry-page #industry-post-video .post-vid-heading h2 {
  font-weight: 700;
  color: #404f5a;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  display: block;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 72px; }
body.industry-page #industry-post-video .industry-icon {
  padding-bottom: 16px; }
body.industry-page #industry-post-video .post-vid-topic {
  padding-bottom: 89px; }
  body.industry-page #industry-post-video .post-vid-topic .topic-icn {
    margin-bottom: 22.5px; }
  body.industry-page #industry-post-video .post-vid-topic .topic-title p {
    margin-top: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    color: #404f5a;
    margin-bottom: 22px; }
    @media (max-width: 1023px) {
      body.industry-page #industry-post-video .post-vid-topic .topic-title p {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px; } }
  body.industry-page #industry-post-video .post-vid-topic .topic-excerpt p {
    margin: 0;
    color: #70828e;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: normal; }
body.industry-page #industry-post-video .top-icon-half .topic-title p {
  margin-top: 0;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 32px !important;
  letter-spacing: normal;
  color: #404f5a; }
body.industry-page #industry-phone-demo .ind-pd-left {
  padding-top: 90px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    body.industry-page #industry-phone-demo .ind-pd-left {
      padding-top: 30px; } }
  body.industry-page #industry-phone-demo .ind-pd-left .pd-title {
    margin-bottom: 17px; }
    body.industry-page #industry-phone-demo .ind-pd-left .pd-title h2 {
      color: #404f5a;
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      text-transform: none;
      margin: 0; }
  body.industry-page #industry-phone-demo .ind-pd-left .pd-list {
    color: #313f48;
    font-size: 16px;
    line-height: 32px; }
    body.industry-page #industry-phone-demo .ind-pd-left .pd-list .icon-list-custom {
      line-height: 25px; }
    body.industry-page #industry-phone-demo .ind-pd-left .pd-list [class^="retail-industry-page"] {
      font-size: 18px;
      vertical-align: top !important;
      padding-left: 50px !important;
      padding-top: 0px !important;
      padding-bottom: 30px;
      margin-left: -20px !important;
      list-style: none;
      color: #404F5A; }
    body.industry-page #industry-phone-demo .ind-pd-left .pd-list .retail-industry-page1 {
      background: url("/wp-content/uploads/2017/07/tag2.svg") no-repeat left top; }
    body.industry-page #industry-phone-demo .ind-pd-left .pd-list .retail-industry-page2 {
      background: url("/wp-content/uploads/2017/07/up-circle.svg") no-repeat left top; }
    body.industry-page #industry-phone-demo .ind-pd-left .pd-list .retail-industry-page3 {
      background: url("/wp-content/uploads/2017/07/chat2.svg") no-repeat left top; }
    body.industry-page #industry-phone-demo .ind-pd-left .pd-list .retail-industry-page4 {
      background: url("/wp-content/uploads/2017/07/clock.svg") no-repeat left top; }
    body.industry-page #industry-phone-demo .ind-pd-left .pd-list .retail-industry-page5 {
      background: url("/wp-content/uploads/2017/07/people.svg") no-repeat left top; }
  @media (max-width: 767px) {
    body.industry-page #industry-phone-demo .ind-pd-left {
      padding-top: 0; } }
body.industry-page #industry-phone-demo .ind-pd-right {
  margin-right: 0;
  padding-top: 19px; }
  body.industry-page #industry-phone-demo .ind-pd-right .trunk-club-retail-img {
    width: 530px; }
@media (max-width: 767px) {
  body.industry-page #industry-phone-demo .flex_column {
    text-align: left; } }
body.industry-page #industry-fullwidth-video .flex_column.av_one_fourth {
  width: 23.13281% !important;
  margin-left: 0.9% !important;
  margin-right: 0.932% !important;
  clear: none !important;
  margin-top: 0 !important; }
  body.industry-page #industry-fullwidth-video .flex_column.av_one_fourth img {
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1); }
  @media (max-width: 767px) {
    body.industry-page #industry-fullwidth-video .flex_column.av_one_fourth {
      width: 45% !important;
      float: left !important;
      margin: 0 2.4% 40px !important; } }
  @media (max-width: 425px) {
    body.industry-page #industry-fullwidth-video .flex_column.av_one_fourth {
      width: 95% !important; } }

/* About Page */
.page-id-2411 #about-top {
  padding-top: 70px; }
  .page-id-2411 #about-top .flex_column.first {
    margin-left: 0; }
  .page-id-2411 #about-top .ind-cat-title p {
    margin: 0;
    font-weight: 700;
    line-height: 19px;
    font-size: 16px;
    color: #8798a4;
    text-align: left; }
    @media (max-width: 767px) {
      .page-id-2411 #about-top .ind-cat-title p {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .page-id-2411 #about-top .ind-cat-title {
      text-align: center; } }
  .page-id-2411 #about-top .ind-page-title h1 {
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #404f5a;
    text-transform: none;
    letter-spacing: -0.6px; }
    @media (max-width: 425px) {
      .page-id-2411 #about-top .ind-page-title h1 br {
        display: none; } }
    @media (max-width: 1023px) {
      .page-id-2411 #about-top .ind-page-title h1 {
        font-size: 26px;
        line-height: 38px; } }
    @media (max-width: 767px) {
      .page-id-2411 #about-top .ind-page-title h1 {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 425px) {
      .page-id-2411 #about-top .ind-page-title h1 {
        font-size: 24px;
        line-height: 32px; } }
  @media (min-width: 767px) {
    .page-id-2411 #about-top .ind-page-title {
      width: 100vw;
      max-width: 650px; } }
  .page-id-2411 #about-top .ind-page-tag p {
    color: #404f5a;
    font-size: 22px;
    line-height: 32px;
    margin-top: 27px;
    letter-spacing: 0.3px;
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .page-id-2411 #about-top .ind-page-tag p {
        font-size: 17px;
        line-height: 27px;
        margin-top: 18px; } }
  .page-id-2411 #about-top .avia-team-member {
    margin: 30px 0 32px;
    clear: both; }
    .page-id-2411 #about-top .avia-team-member .team-img-container {
      position: relative;
      overflow: hidden;
      border-radius: 3px;
      text-align: left;
      margin-top: -20px;
      width: 100px;
      float: left;
      padding-right: 20px;
      margin-bottom: 0; }
.page-id-2411 .template-page .ind-pd-left h3 {
  font-size: 16px !important;
  position: relative;
  top: 5px;
  color: #404f5a; }
  .page-id-2411 .template-page .ind-pd-left h3 + div {
    font-size: 14px;
    margin-top: 16px;
    color: #adb9c1; }
.page-id-2411 .template-page .ind-pd-left + .hr {
  display: none; }
.page-id-2411 .template-page .avia-team-member {
  margin: 30px 0 32px;
  clear: both; }
.page-id-2411 .about-rs {
  margin-left: 10%; }

.company-about-exec-team {
  padding-right: 32px; }
  .company-about-exec-team .k_team_member {
    clear: both;
    width: 100%;
    padding: 37px 0;
    border-bottom: 2px solid #ebeff2; }
    .company-about-exec-team .k_team_member:after {
      content: '';
      display: block;
      clear: both; }
    .company-about-exec-team .k_team_member :last-of-type {
      border-bottom: none; }
    .company-about-exec-team .k_team_member .left_side {
      padding-right: 30px;
      float: left;
      max-width: 155px; }
      .company-about-exec-team .k_team_member .left_side:after {
        content: '';
        display: block;
        clear: both; }
      .company-about-exec-team .k_team_member .left_side img {
        max-width: 125px;
        height: auto; }
      @media (max-width: 767px) {
        .company-about-exec-team .k_team_member .left_side {
          max-width: 100%;
          width: 100%;
          padding: 0;
          text-align: center; } }
    .company-about-exec-team .k_team_member .right_side {
      float: left;
      padding-right: 42px;
      max-width: calc(100% - 155px); }
      .company-about-exec-team .k_team_member .right_side:after {
        content: '';
        display: block;
        clear: both; }
      .company-about-exec-team .k_team_member .right_side .meta-info {
        display: block;
        width: 100%;
        clear: both; }
        .company-about-exec-team .k_team_member .right_side .meta-info:after {
          content: '';
          display: block;
          clear: both; }
        .company-about-exec-team .k_team_member .right_side .meta-info p {
          float: left;
          font-weight: bold; }
          .company-about-exec-team .k_team_member .right_side .meta-info p:after {
            content: '';
            display: block;
            clear: both; }
          .company-about-exec-team .k_team_member .right_side .meta-info p span {
            float: left;
            line-height: 19px; }
            @media (max-width: 767px) {
              .company-about-exec-team .k_team_member .right_side .meta-info p span {
                float: none; } }
            @media (max-width: 425px) {
              .company-about-exec-team .k_team_member .right_side .meta-info p span {
                display: block;
                width: 100%;
                clear: both; } }
          .company-about-exec-team .k_team_member .right_side .meta-info p .name {
            font-size: 16px !important;
            color: #404F5A;
            margin-right: 16px; }
            @media (max-width: 425px) {
              .company-about-exec-team .k_team_member .right_side .meta-info p .name {
                margin-bottom: 10px; } }
          .company-about-exec-team .k_team_member .right_side .meta-info p .title {
            font-size: 14px !important;
            font-weight: bold;
            color: #ADB9C1; }
          @media (max-width: 767px) {
            .company-about-exec-team .k_team_member .right_side .meta-info p {
              width: 100%;
              text-align: center; } }
        @media (max-width: 767px) {
          .company-about-exec-team .k_team_member .right_side .meta-info {
            text-align: center; } }
      .company-about-exec-team .k_team_member .right_side .bio {
        display: block;
        clear: both; }
        .company-about-exec-team .k_team_member .right_side .bio p {
          color: #54636D;
          font-size: 16px !important;
          line-height: 24px !important; }
        @media (max-width: 767px) {
          .company-about-exec-team .k_team_member .right_side .bio {
            font-size: 14px !important; } }
      @media (max-width: 767px) {
        .company-about-exec-team .k_team_member .right_side {
          max-width: 100%;
          padding: 0; } }
  @media (max-width: 767px) {
    .company-about-exec-team {
      padding-right: 0; } }

/* Press Page */
.page-id-1930 #press-post-header {
  padding-top: 70px; }
  .page-id-1930 #press-post-header .ind-cat-title p {
    margin: 0;
    font-weight: 700;
    line-height: 19px;
    font-size: 16px;
    color: #8798a4;
    text-align: left; }
    @media (max-width: 767px) {
      .page-id-1930 #press-post-header .ind-cat-title p {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .page-id-1930 #press-post-header .ind-cat-title {
      text-align: center; } }
  .page-id-1930 #press-post-header .ind-page-title h1 {
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #404f5a;
    text-transform: none;
    letter-spacing: -0.6px; }
    @media (max-width: 425px) {
      .page-id-1930 #press-post-header .ind-page-title h1 br {
        display: none; } }
    @media (max-width: 1023px) {
      .page-id-1930 #press-post-header .ind-page-title h1 {
        font-size: 26px;
        line-height: 38px; } }
    @media (max-width: 767px) {
      .page-id-1930 #press-post-header .ind-page-title h1 {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 425px) {
      .page-id-1930 #press-post-header .ind-page-title h1 {
        font-size: 24px;
        line-height: 32px; } }
  @media (min-width: 767px) {
    .page-id-1930 #press-post-header .ind-page-title {
      width: 100vw;
      max-width: 650px; } }
  .page-id-1930 #press-post-header .ind-page-tag p {
    color: #404f5a;
    font-size: 22px;
    line-height: 32px;
    margin-top: 27px;
    letter-spacing: 0.3px;
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .page-id-1930 #press-post-header .ind-page-tag p {
        font-size: 17px;
        line-height: 27px;
        margin-top: 18px; } }
  .page-id-1930 #press-post-header .ind-ph-cta-btn {
    width: 100%;
    max-width: 288px; }
    .page-id-1930 #press-post-header .ind-ph-cta-btn a {
      color: #ffffff;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      padding: 20px;
      background: #19a5e4;
      border-radius: 100px;
      border: none;
      width: 100%;
      margin-top: 32px;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 424px) {
      .page-id-1930 #press-post-header .ind-ph-cta-btn {
        max-width: 100%; } }
.page-id-1930 #press-post-video .content {
  padding-top: 130px; }
.page-id-1930 #press-post-video .post-vid-heading h2 {
  font-weight: 700;
  color: #404f5a;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  display: block;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 25px; }
.page-id-1930 #press-post-video .post-vid-topic .press-date {
  margin: 0;
  font-weight: 700;
  line-height: 19px;
  font-size: 16px;
  color: #8798a4; }
.page-id-1930 #press-post-video .post-vid-topic .press-title {
  margin-top: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  color: #404f5a;
  margin-bottom: 22px;
  width: 100%; }
.page-id-1930 #press-post-video .post-vid-topic .press-excerpt {
  margin: 0;
  color: #70828e;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: normal; }
.page-id-1930 #press-post-video .flex_column_table .flex_column section:after {
  content: '';
  display: block;
  clear: both; }
.page-id-1930 #press-post-video .flex_column_table .flex_column a {
  display: block; }
  .page-id-1930 #press-post-video .flex_column_table .flex_column a:after {
    content: '';
    display: block;
    clear: both; }
  .page-id-1930 #press-post-video .flex_column_table .flex_column a > div {
    float: left !important; }
    .page-id-1930 #press-post-video .flex_column_table .flex_column a > div:first-of-type {
      width: 100%;
      max-width: 70px;
      margin-right: 25px; }
      .page-id-1930 #press-post-video .flex_column_table .flex_column a > div:first-of-type:after {
        content: '';
        display: block;
        clear: both; }
    .page-id-1930 #press-post-video .flex_column_table .flex_column a > div:last-of-type {
      width: 100%;
      max-width: calc(100% - 95px); }
.page-id-1930 #press-post-video .flex_column_table .flex_column p.press-title {
  margin-bottom: 19px; }
@media (max-width: 767px) {
  .page-id-1930 #press-post-video .flex_column_table .flex_column {
    padding: 0 !important;
    text-align: left !important; } }
.page-id-1930 #press-bottom-branding {
  margin-bottom: 0;
  background: none !important;
  filter: none; }
  .page-id-1930 #press-bottom-branding:before {
    content: '';
    display: none !important;
    clear: both;
    width: 100%;
    height: 168px;
    position: relative;
    top: -168px; }
    @media (max-width: 1023px) {
      .page-id-1930 #press-bottom-branding:before {
        height: 50px;
        top: -50px; } }
  .page-id-1930 #press-bottom-branding > .container {
    background: #fff;
    padding: 100px 0; }
  .page-id-1930 #press-bottom-branding .press-branding-spiel {
    text-align: center;
    margin-bottom: 48px; }
    .page-id-1930 #press-bottom-branding .press-branding-spiel p {
      color: #404f5a;
      font-weight: 300;
      font-size: 24px;
      line-height: 36px;
      text-align: center;
      width: 70%;
      margin: 0 auto; }
  .page-id-1930 #press-bottom-branding .press-branding-img-con .press-brand-img-row {
    text-align: center; }
  .page-id-1930 #press-bottom-branding .press-branding-img-con .press-brand-img-wrap {
    display: inline-block;
    margin: 0 1.71875%;
    text-align: center;
    width: 100%;
    max-width: 174px;
    height: 55px;
    margin-bottom: 41px; }
    .page-id-1930 #press-bottom-branding .press-branding-img-con .press-brand-img-wrap img {
      display: inline-block;
      vertical-align: middle; }
    @media (max-width: 767px) {
      .page-id-1930 #press-bottom-branding .press-branding-img-con .press-brand-img-wrap {
        max-width: 100px;
        margin-bottom: 20px; } }
  .page-id-1930 #press-bottom-branding .press-branding-cta a {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
    background: #19a5e4;
    border-radius: 100px;
    border: none;
    width: 100%;
    max-width: 288px;
    margin-top: 32px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
.page-id-1930 #facts-bottom-branding {
  padding-bottom: 40px;
  background: #f4f5f6 !important;
  background: -moz-linear-gradient(top, #f4f5f6 0%, #fafafb 100%) !important;
  background: -webkit-linear-gradient(top, #f4f5f6 0%, #fafafb 100%) !important;
  background: linear-gradient(to bottom, #f4f5f6 0%, #fafafb 100%) !important;
  filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#fafafb', GradientType=0)!important"; }
  .page-id-1930 #facts-bottom-branding:before {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 48px;
    position: relative;
    top: -48px;
    background: -moz-linear-gradient(to top right, #f4f5f6 49.7%, transparent 50%);
    background: -webkit-linear-gradient(to top right, #f4f5f6 49.7%, transparent 50%);
    background: linear-gradient(to top right, #f4f5f6 49.7%, transparent 50%);
    filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafbfc', endColorstr='#000000', GradientType=1)";
    z-index: 1; }
  .page-id-1930 #facts-bottom-branding .icon-list-custom {
    line-height: 25px; }
    .page-id-1930 #facts-bottom-branding .icon-list-custom li {
      margin-left: 0;
      padding-left: 15px !important;
      list-style: none !important;
      padding-bottom: 30px; }
      .page-id-1930 #facts-bottom-branding .icon-list-custom li:before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        left: -30px;
        top: 0;
        float: left;
        position: relative; }
      .page-id-1930 #facts-bottom-branding .icon-list-custom li.press-page1:before {
        content: url("/wp-content/uploads/2017/07/cal.svg"); }
      .page-id-1930 #facts-bottom-branding .icon-list-custom li.press-page2:before {
        content: url("/wp-content/uploads/2017/07/ceo.svg"); }
      .page-id-1930 #facts-bottom-branding .icon-list-custom li.press-page3:before {
        content: url("/wp-content/uploads/2017/07/people.svg"); }
      .page-id-1930 #facts-bottom-branding .icon-list-custom li.press-page4:before {
        content: url("/wp-content/uploads/2017/07/money.svg"); }
      .page-id-1930 #facts-bottom-branding .icon-list-custom li.press-page5:before {
        content: url("/wp-content/uploads/2017/07/founder.svg"); }
      .page-id-1930 #facts-bottom-branding .icon-list-custom li.press-page6:before {
        content: url("/wp-content/uploads/2017/07/sf.svg"); }
      .page-id-1930 #facts-bottom-branding .icon-list-custom li.press-page7:before {
        content: url("/wp-content/uploads/2017/07/chat.svg"); }
      .page-id-1930 #facts-bottom-branding .icon-list-custom li.press-page8:before {
        content: url("/wp-content/uploads/2017/07/up.svg"); }
  .page-id-1930 #facts-bottom-branding [class^="press-page"] {
    font-size: 18px;
    color: #404F5A;
    padding-left: 20px !important;
    list-style: none; }
    .page-id-1930 #facts-bottom-branding [class^="press-page"]:before {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      left: -30px;
      top: 9px;
      float: left;
      position: relative; }
.page-id-1930 #kit-bottom-branding {
  padding: 52px 0 100px 40px;
  height: auto;
  background: #f4f5f6 !important;
  background: -moz-linear-gradient(top, #f4f5f6 0%, #fafafb 100%) !important;
  background: -webkit-linear-gradient(top, #f4f5f6 0%, #fafafb 100%) !important;
  background: linear-gradient(to bottom, #f4f5f6 0%, #fafafb 100%) !important;
  filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#fafafb', GradientType=0)!important"; }
  .page-id-1930 #kit-bottom-branding:before {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 48px;
    position: relative;
    top: -100px;
    background: -moz-linear-gradient(to top left, #f4f5f6 49.7%, transparent 50%);
    background: -webkit-linear-gradient(to top left, #f4f5f6 49.7%, transparent 50%);
    background: linear-gradient(to top left, #f4f5f6 49.7%, transparent 50%);
    filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafbfc', endColorstr='#000000', GradientType=1)";
    z-index: 1; }
.page-id-1930 .press-kit-container {
  width: 45% !important;
  margin-right: 5% !important;
  background-color: #fff;
  padding: 40px !important;
  box-shadow: 0px 0px 10px #E4E9EC; }
  .page-id-1930 .press-kit-container:hover {
    box-shadow: 0px 0px 15px #b6c9d4;
    transition: all 200ms ease-in; }
  .page-id-1930 .press-kit-container .press-download-title {
    font-size: 18px;
    color: #19A5E4;
    font-weight: bold; }
  .page-id-1930 .press-kit-container .press-download-text {
    font-size: 15px;
    color: #70828E; }
  .page-id-1930 .press-kit-container .download-kit {
    padding-right: 20px;
    margin: 0; }
  .page-id-1930 .press-kit-container a:hover {
    text-decoration: none; }

/* Product Pages */
.parent-pageid-1813 #product-post-header {
  padding-top: 70px; }
  .parent-pageid-1813 #product-post-header .ind-cat-title p {
    margin: 0;
    font-weight: 700;
    line-height: 19px;
    font-size: 16px;
    color: #8798a4;
    text-align: left; }
    @media (max-width: 767px) {
      .parent-pageid-1813 #product-post-header .ind-cat-title p {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .parent-pageid-1813 #product-post-header .ind-cat-title {
      text-align: center; } }
  .parent-pageid-1813 #product-post-header .ind-page-title h1 {
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #404f5a;
    text-transform: none;
    letter-spacing: -0.6px; }
    @media (max-width: 425px) {
      .parent-pageid-1813 #product-post-header .ind-page-title h1 br {
        display: none; } }
    @media (max-width: 1023px) {
      .parent-pageid-1813 #product-post-header .ind-page-title h1 {
        font-size: 26px;
        line-height: 38px; } }
    @media (max-width: 767px) {
      .parent-pageid-1813 #product-post-header .ind-page-title h1 {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 425px) {
      .parent-pageid-1813 #product-post-header .ind-page-title h1 {
        font-size: 24px;
        line-height: 32px; } }
  @media (min-width: 767px) {
    .parent-pageid-1813 #product-post-header .ind-page-title {
      width: 100vw;
      max-width: 650px; } }
  .parent-pageid-1813 #product-post-header .ind-page-tag p {
    color: #404f5a;
    font-size: 22px;
    line-height: 32px;
    margin-top: 27px;
    letter-spacing: 0.3px;
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .parent-pageid-1813 #product-post-header .ind-page-tag p {
        font-size: 17px;
        line-height: 27px;
        margin-top: 18px; } }
  .parent-pageid-1813 #product-post-header h1 {
    color: #fff !important;
    font-weight: 300 !important; }
    @media (max-width: 767px) {
      .parent-pageid-1813 #product-post-header h1 {
        font-size: 30px;
        line-height: 40px; } }
  .parent-pageid-1813 #product-post-header .ind-ph-cta-btn {
    width: 100%;
    max-width: 288px; }
    .parent-pageid-1813 #product-post-header .ind-ph-cta-btn a {
      color: #ffffff;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      padding: 20px;
      background: #19a5e4;
      border-radius: 100px;
      border: none;
      width: 100%;
      margin-top: 32px;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 424px) {
      .parent-pageid-1813 #product-post-header .ind-ph-cta-btn {
        max-width: 100%; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #after_section_1 .template-page {
    padding: 45px 0;
    height: 0; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #after_section_1 {
    display: none; } }
.parent-pageid-1813 .design-ui-container {
  width: 95% !important;
  margin-right: 5% !important;
  background-color: #fff;
  padding: 80px !important;
  box-shadow: 0px 0px 10px #E4E9EC; }
  @media (max-width: 767px) {
    .parent-pageid-1813 .design-ui-container {
      padding: 20px !important;
      margin-top: -51px !important; } }
  .parent-pageid-1813 .design-ui-container .design-ui-center {
    width: 45%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .parent-pageid-1813 .design-ui-container .design-ui-center p:after {
        content: '';
        display: block;
        clear: both; } }
    @media (max-width: 767px) {
      .parent-pageid-1813 .design-ui-container .design-ui-center img {
        margin: 0 auto;
        display: block;
        float: left !important;
        padding-right: 0; } }
    @media (max-width: 767px) {
      .parent-pageid-1813 .design-ui-container .design-ui-center h2 {
        margin: 0 0 -6px; } }
    @media (max-width: 767px) {
      .parent-pageid-1813 .design-ui-container .design-ui-center {
        width: 95% !important; } }
  .parent-pageid-1813 .design-ui-container .product-download-title {
    font-size: 18px !important;
    color: #19A5E4 !important;
    font-weight: bold;
    text-transform: none !important; }
  .parent-pageid-1813 .design-ui-container .product-download-text {
    font-size: 15px;
    line-height: 22px !important;
    color: #70828E; }
    .parent-pageid-1813 .design-ui-container .product-download-text a {
      font-size: 15px;
      line-height: 22px !important;
      color: #70828E !important;
      text-decoration: none; }
  .parent-pageid-1813 .design-ui-container .download-kit {
    padding-right: 20px;
    margin: 0; }
  @media (max-width: 767px) {
    .parent-pageid-1813 .design-ui-container {
      padding: 20px !important;
      margin-top: -51px !important; } }
.parent-pageid-1813 .third-product {
  margin: 0 auto;
  text-align: center;
  width: 50%; }
  .parent-pageid-1813 .third-product .prod-cat-title {
    margin: 0;
    font-weight: 700;
    line-height: 19px;
    font-size: 16px;
    padding-bottom: 16px;
    color: #8798a4; }
    @media (max-width: 767px) {
      .parent-pageid-1813 .third-product .prod-cat-title {
        padding-bottom: 40px;
        margin-bottom: 0; } }
  .parent-pageid-1813 .third-product .product-head {
    margin-top: 0px;
    font-weight: 700;
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: normal;
    color: #404f5a;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .parent-pageid-1813 .third-product .product-head + p {
        margin-bottom: 32px; } }
  @media (max-width: 767px) {
    .parent-pageid-1813 .third-product {
      margin-bottom: 64px;
      width: 100%; } }
.parent-pageid-1813 .phone-slider {
  width: 350px; }
.parent-pageid-1813 .product-cta .blue-cta-btn a {
  max-width: 288px;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 20px;
  background: #19a5e4;
  border-radius: 100px;
  border: none;
  width: 100%;
  margin-top: 32px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  margin-top: -220px; }
  @media (max-width: 979px) {
    .parent-pageid-1813 .product-cta .blue-cta-btn a {
      width: 100%;
      max-width: 400px;
      color: #ffffff;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      padding: 20px;
      background: #19a5e4;
      border-radius: 100px;
      border: none;
      width: 100%;
      margin-top: -220px !important;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); } }
  @media (max-width: 424px) {
    .parent-pageid-1813 .product-cta .blue-cta-btn a {
      margin-top: 0 !important; } }
@media (max-width: 424px) {
  .parent-pageid-1813 .product-cta .blue-cta-btn {
    display: block;
    width: 100%; } }
@media (max-width: 767px) {
  .parent-pageid-1813 .top-icon-half .topic-icn {
    margin-right: 0;
    margin-bottom: 6px; } }
@media (max-width: 767px) {
  .parent-pageid-1813 .top-icon-half .topic-title {
    margin-bottom: -14px; } }
.parent-pageid-1813 .top-icon-half .topic-title p {
  margin-top: 0;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 32px !important;
  letter-spacing: normal;
  color: #404f5a; }
.parent-pageid-1813 .top-icon-half .topic-excerpt p {
  margin: 0;
  color: #70828e;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: normal; }
  @media (max-width: 767px) {
    .parent-pageid-1813 .top-icon-half .topic-excerpt p {
      margin-top: -10px; } }
.parent-pageid-1813 .top-icon-half .topic-link a {
  color: #19A5E4; }
@media (max-width: 767px) {
  .parent-pageid-1813 #av_section_3 .flex_column {
    margin-bottom: 26px !important; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #av_section_3 .hr-invisible {
    display: none; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #av_section_3 .template-page {
    padding-bottom: 40px;
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .parent-pageid-1813 .hr-invisible {
    display: none; } }
@media (max-width: 767px) {
  .parent-pageid-1813 section:after {
    content: '';
    display: block;
    clear: both; } }
@media (max-width: 767px) {
  .parent-pageid-1813 section + .hr-invisible {
    display: block;
    height: 0 !important;
    margin: 0;
    padding: 0; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #straight-top-diagonal-bottom section:after {
    content: '';
    display: block;
    clear: both; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #straight-top-diagonal-bottom section + .hr-invisible {
    display: block;
    height: 0 !important;
    margin: 0;
    padding: 0; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #straight-top-diagonal-bottom .product-icon:last-of-type {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #straight-top-diagonal-bottom .product-icon {
    margin: 0 auto 26px; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #straight-top-diagonal-bottom .ind-pd-left + .av_one_fifth {
    margin-bottom: 11px !important; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #straight-top-diagonal-bottom .template-page {
    padding-bottom: 0;
    margin-bottom: -82px; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #after_section_4 {
    display: none; } }
.parent-pageid-1813 #main #av_section_5 {
  padding-top: 0; }
  @media (max-width: 767px) {
    .parent-pageid-1813 #main #av_section_5 .template-page {
      padding-top: 61px; } }
  .parent-pageid-1813 #main #av_section_5 .product-cta {
    width: 23.13281% !important; }
    .parent-pageid-1813 #main #av_section_5 .product-cta + div.av_one_half {
      width: 48.14063% !important;
      clear: none !important; }
      @media (max-width: 767px) {
        .parent-pageid-1813 #main #av_section_5 .product-cta + div.av_one_half img {
          max-height: 550px;
          float: right; } }
      @media (max-width: 989px) and (min-width: 768px) {
        .parent-pageid-1813 #main #av_section_5 .product-cta + div.av_one_half {
          margin-left: 0 !important; } }
      @media (max-width: 767px) {
        .parent-pageid-1813 #main #av_section_5 .product-cta + div.av_one_half {
          width: 100% !important; } }
    @media (max-width: 767px) {
      .parent-pageid-1813 #main #av_section_5 .product-cta .avia-team-member:after,
      .parent-pageid-1813 #main #av_section_5 .product-cta + div .avia-team-member:after {
        content: '';
        display: block;
        clear: both; } }
    @media (max-width: 767px) {
      .parent-pageid-1813 #main #av_section_5 .product-cta .avia-team-member .team-img-container,
      .parent-pageid-1813 #main #av_section_5 .product-cta + div .avia-team-member .team-img-container {
        margin-bottom: 21px; } }
    @media (max-width: 767px) {
      .parent-pageid-1813 #main #av_section_5 .product-cta .avia-team-member,
      .parent-pageid-1813 #main #av_section_5 .product-cta + div .avia-team-member {
        margin: 0; } }
    @media (max-width: 767px) {
      .parent-pageid-1813 #main #av_section_5 .product-cta {
        margin-bottom: 0;
        width: 50% !important; } }
    @media (max-width: 424px) {
      .parent-pageid-1813 #main #av_section_5 .product-cta {
        width: 100% !important; } }
.parent-pageid-1813 #industry-post-video .post-vid-topic {
  padding-bottom: 89px; }
  .parent-pageid-1813 #industry-post-video .post-vid-topic .topic-icn {
    margin-bottom: 22.5px; }
  .parent-pageid-1813 #industry-post-video .post-vid-topic .topic-title p {
    margin-top: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    color: #404f5a;
    margin-bottom: 22px; }
    @media (max-width: 767px) {
      .parent-pageid-1813 #industry-post-video .post-vid-topic .topic-title p {
        margin-bottom: 2px; } }
  .parent-pageid-1813 #industry-post-video .post-vid-topic .topic-excerpt p {
    margin: 0;
    color: #70828e;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: normal; }
  .parent-pageid-1813 #industry-post-video .post-vid-topic .topic-link p {
    margin: 2px 0 0; }
  .parent-pageid-1813 #industry-post-video .post-vid-topic .securi-topic-excerpt p {
    margin: 0;
    letter-spacing: normal;
    color: #333738;
    font-size: 18px;
    line-height: 32px; }
@media (max-width: 767px) {
  .parent-pageid-1813 .preview-tag {
    display: inline-block;
    padding: 0 10px; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #av_section_6 .product-cta .avia-image-container + section p {
    margin: -10px 0 -14px; } }
@media (max-width: 979px) {
  .parent-pageid-1813 #av_section_6 .product-cta .blue-cta-btn a {
    margin-top: -220px !important; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #av_section_6 .product-cta .blue-cta-btn a {
    margin-top: 0 !important; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #av_section_6 .flex_column {
    padding: 0 !important; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #av_section_6 .column-top-margin {
    margin-top: -20px !important; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #av_section_6 .template-page {
    padding-bottom: 0; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #av_section_6 + #industry-post-header .template-page {
    padding-bottom: 0 !important; } }
.parent-pageid-1813 #industry-post-video .grid-sort-container .grid-entry {
  width: 31% !important;
  margin-right: 2% !important; }
  .parent-pageid-1813 #industry-post-video .grid-sort-container .grid-entry article h3.grid-entry-category {
    font-size: 13px !important;
    text-align: left;
    color: #8798A4; }
  .parent-pageid-1813 #industry-post-video .grid-sort-container .grid-entry article h3.grid-entry-title {
    font-size: 18px !important;
    line-height: 24px; }
  @media (max-width: 767px) {
    .parent-pageid-1813 #industry-post-video .grid-sort-container .grid-entry {
      left: 0 !important; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #industry-post-video {
    padding-top: 30px; } }
@media (max-width: 767px) {
  .parent-pageid-1813.page-id-1895 #industry-post-header .ind-ph-left .avia-image-container {
    margin-right: 0; } }
@media (max-width: 767px) {
  .parent-pageid-1813.page-id-1895 #industry-post-header section:first-of-type > div > div p:last-of-type {
    margin-bottom: 39px; } }
@media (max-width: 767px) {
  .parent-pageid-1813.page-id-1895 #mirror-diagonal-bottom .ind-pd-left {
    margin-bottom: -3px !important; } }
@media (max-width: 767px) {
  .parent-pageid-1813.page-id-1895 .product-head + p {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .parent-pageid-1813.page-id-1895 #industry-post-video .post-vid-topic img {
    margin-bottom: 7px; } }
@media (max-width: 767px) {
  .parent-pageid-1813.page-id-1895 #industry-post-video .post-vid-topic {
    margin-bottom: 25px !important; } }
@media (max-width: 767px) {
  .parent-pageid-1813.page-id-1895 #industry-post-video .post-vid-topic .topic-icn {
    margin: 0; } }
@media (max-width: 767px) {
  .parent-pageid-1813.page-id-1895 #industry-post-video {
    padding-bottom: 70px; } }
.parent-pageid-1813.page-id-1895 #after_section_4 + #industry-bottom-branding {
  padding-bottom: 50px;
  margin-bottom: 0; }
  .parent-pageid-1813.page-id-1895 #after_section_4 + #industry-bottom-branding > .container {
    background: #f4f5f6;
    padding: 56px 100px 48px; }
  .parent-pageid-1813.page-id-1895 #after_section_4 + #industry-bottom-branding .ind-branding-img-con .ind-branding-spiel {
    text-align: center;
    margin-bottom: 48px; }
    .parent-pageid-1813.page-id-1895 #after_section_4 + #industry-bottom-branding .ind-branding-img-con .ind-branding-spiel p {
      color: #404f5a;
      font-weight: 300;
      font-size: 24px;
      line-height: 36px;
      text-align: center;
      width: 70%;
      margin: 0 auto; }
  .parent-pageid-1813.page-id-1895 #after_section_4 + #industry-bottom-branding .ind-branding-img-con .ind-brand-img-row {
    text-align: center; }
    @media (max-width: 767px) {
      .parent-pageid-1813.page-id-1895 #after_section_4 + #industry-bottom-branding .ind-branding-img-con .ind-brand-img-row .ind-brand-img-wrap:nth-last-of-type(2) {
        display: none; } }
.parent-pageid-1813.page-id-1895 #after_section_5 .design-ui-container,
.parent-pageid-1813.page-id-1895 #after_section_7 .design-ui-container {
  width: 95% !important;
  margin-right: 5% !important;
  background-color: #fff;
  padding: 80px !important;
  box-shadow: 0px 0px 10px #E4E9EC; }
  @media (max-width: 767px) {
    .parent-pageid-1813.page-id-1895 #after_section_5 .design-ui-container,
    .parent-pageid-1813.page-id-1895 #after_section_7 .design-ui-container {
      padding: 20px !important;
      margin-top: -51px !important; } }
.parent-pageid-1813.page-id-1895 #after_section_5 .flex_column .design-ui-center,
.parent-pageid-1813.page-id-1895 #after_section_7 .flex_column .design-ui-center {
  width: 45%;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .parent-pageid-1813.page-id-1895 #after_section_5 .flex_column .design-ui-center > p:after,
    .parent-pageid-1813.page-id-1895 #after_section_7 .flex_column .design-ui-center > p:after {
      content: '';
      display: block;
      clear: both; } }
  @media (max-width: 767px) {
    .parent-pageid-1813.page-id-1895 #after_section_5 .flex_column .design-ui-center img,
    .parent-pageid-1813.page-id-1895 #after_section_7 .flex_column .design-ui-center img {
      margin: 0 auto;
      display: block;
      float: none;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .parent-pageid-1813.page-id-1895 #after_section_5 .flex_column .design-ui-center h2,
    .parent-pageid-1813.page-id-1895 #after_section_7 .flex_column .design-ui-center h2 {
      margin: 0 0 -6px; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #after_section_7 + #industry-bottom-branding:before {
    display: none; } }
@media (max-width: 767px) {
  .parent-pageid-1813 #after_section_7 + #industry-bottom-branding {
    margin-top: 0; } }
.parent-pageid-1813 #main #straight-top-diagonal-bottom .product-icon-p {
  margin-left: 0; }
  @media (max-width: 767px) {
    .parent-pageid-1813 #main #straight-top-diagonal-bottom .product-icon-p + div.flex_column {
      width: 50% !important;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .parent-pageid-1813 #main #straight-top-diagonal-bottom .product-icon-p {
      width: 50% !important;
      margin-bottom: 30px; } }
.parent-pageid-1813 .product-icon .team-img-container {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  text-align: left;
  margin-top: -20px;
  width: inherit;
  float: left;
  padding-right: 20px; }
  .parent-pageid-1813 .product-icon .team-img-container img {
    display: block;
    margin: 0 auto; }
    @media (max-width: 424px) {
      .parent-pageid-1813 .product-icon .team-img-container img {
        max-width: 50px; } }
.parent-pageid-1813 .product-icon .team-member-name {
  font-size: 13px !important;
  text-align: left;
  margin-top: 15px;
  line-height: 1.3em;
  font-weight: bold;
  text-transform: none; }
.parent-pageid-1813 .product-cta {
  margin-right: 0;
  margin-left: 0; }
  .parent-pageid-1813 .product-cta .team-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    text-align: left;
    margin-top: -20px;
    width: inherit;
    float: left;
    padding-right: 20px; }
    .parent-pageid-1813 .product-cta .team-img-container img {
      display: block;
      margin: 0 auto; }
      @media (max-width: 424px) {
        .parent-pageid-1813 .product-cta .team-img-container img {
          max-width: 50px; } }
  .parent-pageid-1813 .product-cta .team-member-name {
    font-size: 13px !important;
    text-align: left;
    margin-top: 15px;
    line-height: 1.3em;
    font-weight: bold;
    text-transform: none; }
.parent-pageid-1813 .preview-tag {
  color: #fff;
  border-radius: 10px;
  background-color: #9442DB;
  margin: 0 auto;
  margin-bottom: 15px !important;
  display: inline-block;
  padding: 0 10px; }
@media (max-width: 767px) {
  .parent-pageid-1813 .el_before_av_portfolio + .grid-sort-container > div {
    margin-bottom: 20px; } }
.parent-pageid-1813 .security-drawer-section {
  display: block;
  padding: 0 15px; }
  .parent-pageid-1813 .security-drawer-section:after {
    content: '';
    display: block;
    clear: both; }
  .parent-pageid-1813 .security-drawer-section .section-title {
    display: block;
    color: #404F5A;
    font-size: 32px !important;
    font-weight: bold !important;
    line-height: 32px !important;
    text-align: center; }
    @media (max-width: 767px) {
      .parent-pageid-1813 .security-drawer-section .section-title {
        font-size: 24px !important; } }
    @media (max-width: 500px) {
      .parent-pageid-1813 .security-drawer-section .section-title {
        font-size: 20px !important; } }
  .parent-pageid-1813 .security-drawer-section .drawer {
    box-shadow: 0 10px 40px 0 #E4E9EC;
    background: #fff;
    margin-bottom: 24px;
    border-radius: 5px;
    overflow: hidden; }
  .parent-pageid-1813 .security-drawer-section .drawer-header {
    padding: 24px 27px 24px 36px;
    cursor: pointer;
    color: #2996CC; }
    .parent-pageid-1813 .security-drawer-section .drawer-header:hover {
      text-decoration: underline; }
    .parent-pageid-1813 .security-drawer-section .drawer-header.open {
      background-color: #19A5E4;
      color: #fff; }
      .parent-pageid-1813 .security-drawer-section .drawer-header.open p span {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .parent-pageid-1813 .security-drawer-section .drawer-header p {
      margin: 0;
      font-size: 24px !important;
      font-weight: bold;
      line-height: 32px !important;
      cursor: pointer; }
      .parent-pageid-1813 .security-drawer-section .drawer-header p span {
        float: right; }
      @media (max-width: 767px) {
        .parent-pageid-1813 .security-drawer-section .drawer-header p {
          font-size: 18px; } }
    @media (max-width: 767px) {
      .parent-pageid-1813 .security-drawer-section .drawer-header {
        padding: 16px 20px 16px 26px; } }
  .parent-pageid-1813 .security-drawer-section .drawer-body {
    display: none;
    padding: 12px 41px 0 36px; }
    .parent-pageid-1813 .security-drawer-section .drawer-body.show {
      display: block; }
    @media (max-width: 500px) {
      .parent-pageid-1813 .security-drawer-section .drawer-body {
        padding: 12px 20px 0 20px; } }
  .parent-pageid-1813 .security-drawer-section .drawer-segment {
    display: block;
    clear: both;
    padding: 49px 0;
    border-bottom: 1px solid #E4E9EC; }
    .parent-pageid-1813 .security-drawer-section .drawer-segment:after {
      content: '';
      display: block;
      clear: both; }
    .parent-pageid-1813 .security-drawer-section .drawer-segment:last-of-type {
      border: none; }
    .parent-pageid-1813 .security-drawer-section .drawer-segment .seg-title {
      margin: 0;
      color: #8798A4;
      font-size: 16px !important;
      font-weight: bold;
      line-height: 32px !important;
      float: left;
      width: 29%;
      padding: 0 20px 0 0;
      box-sizing: border-box; }
      @media (max-width: 767px) {
        .parent-pageid-1813 .security-drawer-section .drawer-segment .seg-title {
          line-height: 22px !important; } }
      @media (max-width: 500px) {
        .parent-pageid-1813 .security-drawer-section .drawer-segment .seg-title {
          padding: 0;
          width: 100%;
          margin-bottom: 15px; } }
    .parent-pageid-1813 .security-drawer-section .drawer-segment .seg-info {
      margin: 0;
      color: #70828E;
      font-size: 15px !important;
      line-height: 22px !important;
      float: left;
      width: 71%; }
      @media (max-width: 500px) {
        .parent-pageid-1813 .security-drawer-section .drawer-segment .seg-info {
          width: 100%; } }
    @media (max-width: 767px) {
      .parent-pageid-1813 .security-drawer-section .drawer-segment {
        padding: 30px 0; } }
.parent-pageid-1813.page-id-3954 #product-post-header .ind-ph-left > .avia-image-container img {
  max-width: 62px; }
.parent-pageid-1813.page-id-3954 #product-post-header .ind-ph-left > .avia-image-container + .av_textblock_section {
  float: left; }
  .parent-pageid-1813.page-id-3954 #product-post-header .ind-ph-left > .avia-image-container + .av_textblock_section p {
    color: #E4E9EC;
    font-size: 18px;
    line-height: 24px;
    text-shadow: 0 3px 5px rgba(49, 63, 72, 0.24); }
.parent-pageid-1813.page-id-3954 #product-post-header .ind-ph-left h1 {
  padding-top: 30px; }
  @media (max-width: 767px) {
    .parent-pageid-1813.page-id-3954 #product-post-header .ind-ph-left h1 {
      padding-top: 0; } }
.parent-pageid-1813.page-id-3954 #industry-post-video .post-vid-topic .topic-title p {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 50px; }
.parent-pageid-1813.page-id-3954 #industry-post-video .post-vid-topic .topic-title.bl p {
  color: #19a5e4; }
.parent-pageid-1813.page-id-3954 #industry-post-video .post-vid-topic .topic-excerpt p {
  color: #54636D;
  font-size: 18px;
  line-height: 32px; }
.parent-pageid-1813.page-id-3954 #industry-phone-demo .pd-img img {
  max-height: 500px; }
@media (max-width: 767px) {
  .parent-pageid-1813.page-id-3954 #industry-phone-demo .pd-img {
    float: none;
    text-align: center; } }
.parent-pageid-1813.page-id-3954 .padded-title-desc .av_textblock_section p {
  color: #54636D !important;
  font-size: 18px !important;
  line-height: 32px !important; }
.parent-pageid-1813.page-id-3954 .padded-title-desc .av_textblock_section:first-of-type p {
  color: #404F5A !important;
  font-size: 24px !important;
  line-height: 36px !important;
  font-weight: normal !important; }
.parent-pageid-1813.page-id-3954 .padded-title-desc.pad-s {
  padding-top: 21px; }
  @media (max-width: 767px) {
    .parent-pageid-1813.page-id-3954 .padded-title-desc.pad-s {
      padding-bottom: 0; } }
.parent-pageid-1813.page-id-3954 .padded-title-desc.pad-m {
  padding-top: 72px; }
  @media (max-width: 767px) {
    .parent-pageid-1813.page-id-3954 .padded-title-desc.pad-m {
      padding-bottom: 0; } }
.parent-pageid-1813.page-id-3954 .padded-title-desc.pad-l {
  padding-top: 143px; }
  @media (max-width: 767px) {
    .parent-pageid-1813.page-id-3954 .padded-title-desc.pad-l {
      padding-bottom: 0; } }
.parent-pageid-1813.page-id-3954 .feature-cards .by-2-features {
  text-align: center; }
  .parent-pageid-1813.page-id-3954 .feature-cards .by-2-features .avia-image-container {
    text-align: center; }
    .parent-pageid-1813.page-id-3954 .feature-cards .by-2-features .avia-image-container img {
      max-width: 425px;
      width: 100%; }
  .parent-pageid-1813.page-id-3954 .feature-cards .by-2-features .avia_textblock p {
    color: #404F5B;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    width: 100%;
    max-width: 430px;
    text-align: left;
    display: inline-block; }
  .parent-pageid-1813.page-id-3954 .feature-cards .by-2-features .avia_textblock.title p {
    color: #404F5A;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px; }
.parent-pageid-1813.page-id-3954 .pre-brand-links {
  margin-top: 62px; }
  .parent-pageid-1813.page-id-3954 .pre-brand-links .avia_textblock {
    text-align: center; }
    .parent-pageid-1813.page-id-3954 .pre-brand-links .avia_textblock p {
      color: #54636D;
      font-size: 15px !important;
      line-height: 22px !important;
      width: 100%;
      max-width: 530px;
      text-align: center;
      display: inline-block;
      margin: 0; }
      @media (max-width: 767px) {
        .parent-pageid-1813.page-id-3954 .pre-brand-links .avia_textblock p {
          margin-bottom: 30px; } }
    .parent-pageid-1813.page-id-3954 .pre-brand-links .avia_textblock.title p {
      color: #404F5A;
      font-size: 24px !important;
      font-weight: bold;
      line-height: 32px !important;
      max-width: none;
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .parent-pageid-1813.page-id-3954 .pre-brand-links .avia_textblock.title p {
          margin-bottom: 0; } }
  .parent-pageid-1813.page-id-3954 .pre-brand-links .link-item {
    margin-top: 105px; }
    .parent-pageid-1813.page-id-3954 .pre-brand-links .link-item .avia-image-container {
      max-width: 250px;
      text-align: left;
      margin-bottom: 20px;
      height: 80px; }
      .parent-pageid-1813.page-id-3954 .pre-brand-links .link-item .avia-image-container .avia-image-container-inner {
        height: 100%;
        position: relative; }
        .parent-pageid-1813.page-id-3954 .pre-brand-links .link-item .avia-image-container .avia-image-container-inner img {
          position: absolute;
          bottom: 0;
          left: 0; }
          @media (max-width: 767px) {
            .parent-pageid-1813.page-id-3954 .pre-brand-links .link-item .avia-image-container .avia-image-container-inner img {
              position: relative; } }
      @media (max-width: 767px) {
        .parent-pageid-1813.page-id-3954 .pre-brand-links .link-item .avia-image-container {
          text-align: center; } }
    .parent-pageid-1813.page-id-3954 .pre-brand-links .link-item .title p {
      color: #404F5A;
      font-size: 18px !important;
      font-weight: bold;
      line-height: 32px !important;
      margin: 0;
      text-align: left;
      max-width: 275px; }
      @media (max-width: 767px) {
        .parent-pageid-1813.page-id-3954 .pre-brand-links .link-item .title p {
          text-align: center; } }
    .parent-pageid-1813.page-id-3954 .pre-brand-links .link-item .link p,
    .parent-pageid-1813.page-id-3954 .pre-brand-links .link-item .link a {
      color: #19a5e4;
      font-size: 15px !important;
      font-weight: 600;
      line-height: 18px !important;
      margin: 0;
      text-align: left;
      max-width: 275px;
      text-decoration: none;
      cursor: default; }
      .parent-pageid-1813.page-id-3954 .pre-brand-links .link-item .link p:hover,
      .parent-pageid-1813.page-id-3954 .pre-brand-links .link-item .link a:hover {
        text-decoration: underline;
        cursor: pointer; }
      @media (max-width: 767px) {
        .parent-pageid-1813.page-id-3954 .pre-brand-links .link-item .link p,
        .parent-pageid-1813.page-id-3954 .pre-brand-links .link-item .link a {
          text-align: center; } }
    .parent-pageid-1813.page-id-3954 .pre-brand-links .link-item:nth-of-type(1) img {
      max-width: 100px; }
    .parent-pageid-1813.page-id-3954 .pre-brand-links .link-item:nth-of-type(2) img {
      max-width: 85px; }
    .parent-pageid-1813.page-id-3954 .pre-brand-links .link-item:nth-of-type(3) img {
      max-width: 125px; }
@media (max-width: 1440px) {
  .parent-pageid-1813.page-id-3954 #after_section_3 .template-page,
  .parent-pageid-1813.page-id-3954 #after_section_4 .template-page,
  .parent-pageid-1813.page-id-3954 #after_section_5 .template-page,
  .parent-pageid-1813.page-id-3954 #after_section_6 .template-page {
    padding-top: 30px;
    padding-bottom: 30px; } }
@media (max-width: 767px) {
  .parent-pageid-1813.page-id-3954 #after_section_3 .template-page,
  .parent-pageid-1813.page-id-3954 #after_section_4 .template-page,
  .parent-pageid-1813.page-id-3954 #after_section_5 .template-page,
  .parent-pageid-1813.page-id-3954 #after_section_6 .template-page {
    display: none; } }

@media (max-width: 767px) {
  #top.page-id-1895 #mirror-diagonal-bottom .content {
    padding-bottom: 0; } }
@media (max-width: 767px) {
  #top.page-id-1895 #mirror-diagonal-bottom .ind-pd-left {
    margin-bottom: -5px !important; } }

/* Customer Stories */
.page-id-1922 #customer-post-header {
  padding-top: 130px; }
  .page-id-1922 #customer-post-header .ind-ph-left {
    margin-top: 10px;
    margin-left: 0; }
  .page-id-1922 #customer-post-header .ind-cat-title p {
    margin: 0;
    font-weight: 700;
    line-height: 19px;
    font-size: 16px;
    color: #8798a4; }
  @media (max-width: 767px) {
    .page-id-1922 #customer-post-header .ind-cat-title {
      text-align: center; } }
  .page-id-1922 #customer-post-header .ind-page-title h1 {
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #404f5a;
    text-transform: none;
    letter-spacing: -0.6px; }
  @media (max-width: 767px) {
    .page-id-1922 #customer-post-header .flex_column {
      margin-bottom: 0 !important; } }
@media (max-width: 767px) {
  .page-id-1922 #after_section_1 .template-page {
    padding-top: 31px; } }
.page-id-1922 .av-flex-placeholder {
  display: table-cell;
  width: 2% !important; }
.page-id-1922 .customer-container {
  background-color: #fff;
  padding: 0px !important;
  box-shadow: 0px 0px 10px #E4E9EC; }
  .page-id-1922 .customer-container:hover {
    box-shadow: 0px 0px 15px #b6c9d4;
    transition: all 200ms ease-in; }
  .page-id-1922 .customer-container img {
    width: 100%;
    margin: 0; }
  .page-id-1922 .customer-container .customer-text {
    padding: 25px; }
  .page-id-1922 .customer-container h6 {
    padding-bottom: 10px; }
  .page-id-1922 .customer-container .avia_image {
    border-radius: 0; }
  .page-id-1922 .customer-container a:hover, .page-id-1922 .customer-container a:visited {
    text-decoration: none !important; }
@media (max-width: 767px) {
  .page-id-1922 .flex_column {
    margin: 0 auto !important;
    margin-bottom: 40px !important;
    width: 100% !important; } }

#cust-post-header {
  padding-top: 130px; }
  #cust-post-header .ind-ph-left {
    margin-top: 10px;
    margin-left: 0; }
  #cust-post-header .ind-cat-title p {
    margin: 0;
    font-weight: 700;
    line-height: 19px;
    font-size: 16px;
    color: #8798a4;
    text-align: left; }
    @media (max-width: 767px) {
      #cust-post-header .ind-cat-title p {
        font-size: 14px; } }
  @media (max-width: 767px) {
    #cust-post-header .ind-cat-title {
      text-align: center; } }
  #cust-post-header .ind-page-title h1 {
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #404f5a;
    text-transform: none;
    letter-spacing: -0.6px; }
    @media (max-width: 425px) {
      #cust-post-header .ind-page-title h1 br {
        display: none; } }
    @media (max-width: 1023px) {
      #cust-post-header .ind-page-title h1 {
        font-size: 26px;
        line-height: 38px; } }
    @media (max-width: 767px) {
      #cust-post-header .ind-page-title h1 {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 425px) {
      #cust-post-header .ind-page-title h1 {
        font-size: 24px;
        line-height: 32px; } }
  @media (min-width: 767px) {
    #cust-post-header .ind-page-title {
      width: 100vw;
      max-width: 650px; } }
  #cust-post-header .ind-page-tag p {
    color: #404f5a;
    font-size: 22px;
    line-height: 32px;
    margin-top: 27px;
    letter-spacing: 0.3px;
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      #cust-post-header .ind-page-tag p {
        font-size: 17px;
        line-height: 27px;
        margin-top: 18px; } }
  #cust-post-header .ind-ph-cta-btn {
    width: 100%;
    max-width: 288px; }
    #cust-post-header .ind-ph-cta-btn a {
      color: #ffffff;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      padding: 20px;
      background: #19a5e4;
      border-radius: 100px;
      border: none;
      width: 100%;
      margin-top: 32px;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 424px) {
      #cust-post-header .ind-ph-cta-btn {
        max-width: 100%; } }

.company-info-box {
  background-color: #F4F5F6;
  padding: 20px; }
  .company-info-box .company-table {
    border: none !important; }
  .company-info-box .company-table tr {
    border: none !important;
    background-color: #F4F5F6 !important; }
  .company-info-box .company-table td {
    border: none !important;
    padding: 6% 2% 0 2%; }
  .company-info-box .company-table-left {
    background-color: #F4F5F6;
    text-align: right;
    font-size: 14px;
    color: #8798A4;
    width: 30%; }
  .company-info-box .company-table-right {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #54636D;
    background-color: #F4F5F6;
    width: 70%; }

.avia-testimonial-wrapper .avia-testimonial-content {
  text-align: center;
  font-size: 22px !important;
  margin: 0 auto; }
  .avia-testimonial-wrapper .avia-testimonial-content p {
    font-size: 22px !important; }
    .avia-testimonial-wrapper .avia-testimonial-content p.p1 {
      margin-bottom: 32px; }
.avia-testimonial-wrapper .avia-testimonial-meta {
  text-align: center;
  margin-left: 0 !important; }
.avia-testimonial-wrapper .avia-testimonial-image {
  float: none;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  max-width: 80px; }
.avia-testimonial-wrapper .avia-testimonial-meta-mini {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-left: 22px; }
.avia-testimonial-wrapper .avia-testimonial-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  color: #404F5A; }
.avia-testimonial-wrapper .avia-testimonial-subtitle {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  color: #ADB9C1; }

.parent-pageid-1920 .icon-list-custom {
  line-height: 25px; }
  .parent-pageid-1920 .icon-list-custom li {
    font-size: 18px;
    vertical-align: top !important;
    padding-left: 50px !important;
    padding-top: 0px !important;
    padding-bottom: 30px;
    margin-left: -20px !important;
    list-style: none;
    color: #404F5A; }
    .parent-pageid-1920 .icon-list-custom li.retail-industry-page1 {
      background: url("/wp-content/uploads/2017/07/tag2.svg") no-repeat left top; }
    .parent-pageid-1920 .icon-list-custom li.retail-industry-page2 {
      background: url("/wp-content/uploads/2017/07/up-circle.svg") no-repeat left top; }
    .parent-pageid-1920 .icon-list-custom li.retail-industry-page3 {
      background: url("/wp-content/uploads/2017/07/chat2.svg") no-repeat left top; }
    .parent-pageid-1920 .icon-list-custom li.retail-industry-page4 {
      background: url("/wp-content/uploads/2017/07/clock.svg") no-repeat left top; }
    .parent-pageid-1920 .icon-list-custom li.retail-industry-page5 {
      background: url("/wp-content/uploads/2017/07/people.svg") no-repeat left top; }
.parent-pageid-1920 #industry-post-video .post-vid-heading h2 {
  font-weight: 700;
  color: #404f5a;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  display: block;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 72px; }
.parent-pageid-1920 #industry-post-video .post-vid-topic {
  padding-bottom: 89px; }
  .parent-pageid-1920 #industry-post-video .post-vid-topic .topic-icn {
    margin-bottom: 22.5px; }
  .parent-pageid-1920 #industry-post-video .post-vid-topic .topic-title p {
    margin-top: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    color: #404f5a;
    margin-bottom: 22px; }
  .parent-pageid-1920 #industry-post-video .post-vid-topic .topic-excerpt p {
    margin: 0;
    color: #70828e;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: normal; }
  .parent-pageid-1920 #industry-post-video .post-vid-topic.extra-pad-right {
    padding-right: 60px; }
.parent-pageid-1920 #industry-post-video .sub-top-title {
  color: #404F5A;
  font-size: 22px;
  line-height: 27px;
  margin-top: 44px;
  margin-bottom: 30px; }
  .parent-pageid-1920 #industry-post-video .sub-top-title + ul li {
    margin-bottom: 1.6em;
    color: #54636D;
    font-size: 16px;
    line-height: 28px !important; }
  .parent-pageid-1920 #industry-post-video .sub-top-title + ul strong {
    color: #54636D; }
.parent-pageid-1920 #industry-post-video .customer-story-img-caption {
  text-align: center;
  color: #253038;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  margin-top: 26px; }
.parent-pageid-1920 .post-pd {
  padding-top: 90px; }
.parent-pageid-1920 .customer-pre-testi-pad {
  padding-bottom: 82px; }

/* Blog Pages */
body.blog .blog-title {
  padding-top: 50px; }
body.blog article.post-entry {
  background-color: #fff;
  box-shadow: 0px 0px 20px #E4E9EC;
  margin-bottom: 48px; }
  body.blog article.post-entry .big-preview {
    display: block;
    padding: 0px !important; }
    body.blog article.post-entry .big-preview img {
      border-radius: 4px 4px 0 0; }
  body.blog article.post-entry .entry-content-wrapper {
    display: none; }
  body.blog article.post-entry .entry-content {
    padding: 32px 30px 0; }
    @media (max-width: 767px) {
      body.blog article.post-entry .entry-content {
        text-align: left !important; } }
  body.blog article.post-entry h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    color: #404F5A;
    margin-bottom: 20px; }
  body.blog article.post-entry h3 {
    margin-bottom: 0; }
    body.blog article.post-entry h3, body.blog article.post-entry h3 b {
      font-size: 16px;
      line-height: 26px !important;
      font-weight: normal;
      color: #313F48; }
  body.blog article.post-entry p {
    font-size: 16px;
    line-height: 26px !important;
    font-weight: normal;
    color: #313F48;
    margin-top: 0; }
  body.blog article.post-entry .post-meta-infos {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 20px;
    width: 100%;
    clear: both;
    float: left; }
    body.blog article.post-entry .post-meta-infos .blog-meta {
      float: left;
      padding-left: 30px;
      margin-right: -15px;
      margin-top: -10px; }
      body.blog article.post-entry .post-meta-infos .blog-meta .rounded-container {
        width: 32px;
        height: 32px; }
      body.blog article.post-entry .post-meta-infos .blog-meta img {
        margin-left: 0; }
    body.blog article.post-entry .post-meta-infos .minor-meta {
      padding: 0 0 10px 30px; }
    body.blog article.post-entry .post-meta-infos .blog-author {
      text-transform: uppercase;
      float: left;
      padding: 0 0 10px 30px; }
      body.blog article.post-entry .post-meta-infos .blog-author a {
        font-size: 13px;
        font-weight: 500;
        line-height: 15px;
        color: #ADB9C1; }
    body.blog article.post-entry .post-meta-infos .date-container {
      float: right !important;
      margin-right: 24px;
      font-size: 13px;
      font-weight: 500;
      line-height: 15px;
      color: #ADB9C1; }
  body.blog article.post-entry .blog-author a {
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    color: #ADB9C1; }
  body.blog article.post-entry .date-container {
    float: right !important;
    margin-right: 24px;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    color: #ADB9C1; }
body.blog .sidebar_right .container .av-content-small.units {
  width: 100%;
  border: none; }
body.blog main .flex_column {
  text-align: left !important; }
  body.blog main .flex_column.av_three_fifth.content-side {
    margin-left: 0; }

@media (max-width: 767px) {
  body.single-post .main-area-wrapper .flex_column {
    text-align: left !important; } }

.blog-single-article:after {
  content: '';
  display: block;
  clear: both; }
.blog-single-article .featured-image-holder {
  width: 100%;
  max-width: 1256px;
  height: 0;
  padding-bottom: 33.5%;
  margin: 0 auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  margin-top: 43px;
  margin-bottom: 72px; }
.blog-single-article .post-meta .intro-line {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  color: #19A5E4; }
.blog-single-article .post-meta .post-title {
  margin: 8px 0 40px;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  color: #404F5A; }
.blog-single-article .content-side {
  margin-left: 0;
  color: #54636D !important;
  padding-right: 100px; }
  .blog-single-article .content-side p {
    font-size: 16px;
    line-height: 28px;
    color: #54636D;
    margin: 20px 0; }
    .blog-single-article .content-side p a {
      color: #19A5E4; }
  .blog-single-article .content-side ul {
    list-style-type: disc;
    list-style-position: inside; }
    .blog-single-article .content-side ul li {
      font-size: 16px;
      line-height: 28px;
      color: #54636D; }
  .blog-single-article .content-side ul li,
  .blog-single-article .content-side ol li {
    line-height: 22px !important;
    letter-spacing: normal;
    margin-bottom: 10px; }
  .blog-single-article .content-side .share-holder {
    margin-top: 156px; }
    .blog-single-article .content-side .share-holder .title {
      font-size: 14px;
      font-weight: bold;
      line-height: 16px;
      color: #70828E;
      margin-bottom: 18px; }
    .blog-single-article .content-side .share-holder > div:not(.title) {
      float: left;
      width: 100%;
      max-width: 28px;
      height: 22px;
      margin: 0 22px 0 0; }
      .blog-single-article .content-side .share-holder > div:not(.title) img {
        max-width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        max-height: 22px; }
  @media (max-width: 767px) {
    .blog-single-article .content-side {
      padding-right: 0; } }
.blog-single-article .sidebar-side .author-information .left-side {
  float: left; }
  .blog-single-article .sidebar-side .author-information .left-side img {
    border-radius: 50%; }
.blog-single-article .sidebar-side .author-information .right-side {
  float: left;
  margin-top: 10px;
  margin-left: 15px; }
  .blog-single-article .sidebar-side .author-information .right-side p {
    margin: 0; }
    .blog-single-article .sidebar-side .author-information .right-side p:first-of-type {
      font-size: 16px;
      color: #404F5A;
      font-weight: 700; }
    .blog-single-article .sidebar-side .author-information .right-side p:last-of-type {
      font-size: 14px;
      color: #ADB9C1;
      font-weight: 700; }
.blog-single-article .sidebar-side .post-cat-info .title {
  font-size: 14px;
  color: #54636d; }
.blog-single-article .sidebar-side .post-cat-info a {
  background: #DEF5FF;
  border-radius: 5px;
  font-size: 14px;
  color: #19A5E4;
  padding: 5px 4px;
  float: none;
  display: table;
  margin-bottom: 10px; }
.blog-single-article .sidebar-side .sidebar-holder > .sidebar {
  border: none !important;
  padding: 42px 0 0; }
  .blog-single-article .sidebar-side .sidebar-holder > .sidebar > .inner_sidebar {
    margin-left: 0; }
.blog-single-article .sidebar-side .share-holder {
  margin-top: 42px; }
  .blog-single-article .sidebar-side .share-holder .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #70828E;
    margin-bottom: 18px; }
  .blog-single-article .sidebar-side .share-holder > div:not(.title) {
    float: left;
    width: 100%;
    max-width: 28px;
    height: 22px;
    margin: 0 22px 0 0; }
    .blog-single-article .sidebar-side .share-holder > div:not(.title) img {
      max-width: 100% !important;
      height: auto !important;
      margin: 0 !important;
      max-height: 22px; }
.blog-single-article .related-posts-holder {
  margin-bottom: 110px; }
  .blog-single-article .related-posts-holder .container {
    border-top: none;
    padding: 145px 0 0 !important;
    text-align: center; }
  .blog-single-article .related-posts-holder h3 {
    font-size: 24px !important;
    font-weight: bold !important;
    line-height: 29px !important;
    color: #404F5A;
    text-transform: capitalize !important;
    margin-bottom: 46px; }
  .blog-single-article .related-posts-holder .related-post {
    display: block;
    float: left;
    width: 32%;
    margin: 0;
    border: 1px solid #F4F5F6;
    border-radius: 0;
    padding: 0;
    min-height: 360px;
    text-align: left; }
    .blog-single-article .related-posts-holder .related-post:hover {
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); }
    .blog-single-article .related-posts-holder .related-post:nth-of-type(2) {
      margin: 0 2%; }
      @media (max-width: 767px) {
        .blog-single-article .related-posts-holder .related-post:nth-of-type(2) {
          margin: 0 !important;
          margin-bottom: 20px !important; } }
    .blog-single-article .related-posts-holder .related-post:nth-of-type(4) {
      display: none; }
    .blog-single-article .related-posts-holder .related-post a {
      text-decoration: none; }
      .blog-single-article .related-posts-holder .related-post a:hover {
        text-decoration: none; }
    .blog-single-article .related-posts-holder .related-post > a > img {
      margin-left: 0 !important;
      max-width: 100% !important; }
    .blog-single-article .related-posts-holder .related-post .author-area p {
      margin: 0;
      font-size: 13px !important;
      font-weight: 500;
      line-height: 15px !important;
      color: #ADB9C1;
      text-transform: uppercase;
      text-align: right; }
      .blog-single-article .related-posts-holder .related-post .author-area p span {
        text-align: left;
        float: left;
        font-size: 13px;
        font-weight: 500;
        line-height: 15px;
        color: #ADB9C1; }
    .blog-single-article .related-posts-holder .related-post .rel-post {
      padding: 16px 24px 0; }
      .blog-single-article .related-posts-holder .related-post .rel-post .rel-title {
        font-size: 18px !important;
        font-weight: bold;
        line-height: 24px !important;
        color: #333738;
        margin: 0; }
      .blog-single-article .related-posts-holder .related-post .rel-post .rel-excerpt {
        font-size: 13px !important;
        line-height: 20px !important;
        color: #333738;
        margin: 22px 0 0; }
    .blog-single-article .related-posts-holder .related-post .author-area {
      padding: 27px 24px 22px; }
      .blog-single-article .related-posts-holder .related-post .author-area img {
        width: 100% !important;
        max-width: 32px !important;
        margin-left: 0 !important;
        margin-right: 8px;
        float: left;
        border-radius: 50%;
        height: auto;
        max-height: 32px;
        margin-top: -10px; }
    @media (max-width: 767px) {
      .blog-single-article .related-posts-holder .related-post {
        width: 100% !important;
        margin-bottom: 20px !important;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); } }
.blog-single-article pre {
  padding: 0 !important; }

/* Library Pages */
.page-id-1915 #industry-post-header .ind-cat-title p {
  margin: 0;
  font-weight: 700;
  line-height: 19px;
  font-size: 16px;
  color: #8798a4;
  text-align: left; }
  @media (max-width: 767px) {
    .page-id-1915 #industry-post-header .ind-cat-title p {
      font-size: 14px; } }
@media (max-width: 767px) {
  .page-id-1915 #industry-post-header .ind-cat-title {
    text-align: center; } }
.page-id-1915 #industry-post-header .ind-page-title h1 {
  margin: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #404f5a;
  text-transform: none;
  letter-spacing: -0.6px; }
  @media (max-width: 425px) {
    .page-id-1915 #industry-post-header .ind-page-title h1 br {
      display: none; } }
  @media (max-width: 1023px) {
    .page-id-1915 #industry-post-header .ind-page-title h1 {
      font-size: 26px;
      line-height: 38px; } }
  @media (max-width: 767px) {
    .page-id-1915 #industry-post-header .ind-page-title h1 {
      font-size: 20px;
      line-height: 30px; } }
  @media (max-width: 425px) {
    .page-id-1915 #industry-post-header .ind-page-title h1 {
      font-size: 24px;
      line-height: 32px; } }
@media (min-width: 767px) {
  .page-id-1915 #industry-post-header .ind-page-title {
    width: 100vw;
    max-width: 650px; } }
.page-id-1915 #industry-post-header .ind-page-tag p {
  color: #404f5a;
  font-size: 22px;
  line-height: 32px;
  margin-top: 27px;
  letter-spacing: 0.3px;
  margin-bottom: 0; }
  @media (max-width: 1023px) {
    .page-id-1915 #industry-post-header .ind-page-tag p {
      font-size: 17px;
      line-height: 27px;
      margin-top: 18px; } }
@media (max-width: 767px) {
  .page-id-1915 .library-port > div {
    left: 0 !important; } }
@media (max-width: 767px) {
  .page-id-1915 .library-port .grid-entry-overview:last-of-type {
    top: auto; } }
.page-id-1915 .library-port article {
  margin-bottom: 20px; }
  .page-id-1915 .library-port article .grid-entry-category {
    font-size: 16px !important;
    color: #8798a4 !important; }
  .page-id-1915 .library-port article .grid-entry-title {
    color: #333738;
    font-size: 18px !important;
    line-height: 1.3em !important;
    font-weight: bold; }
.page-id-1915 .avia-arrow {
  display: none; }
.page-id-1915 .sort_width_container .filter-title {
  font-size: 13px;
  color: #8798A4;
  margin-bottom: 1vw; }
.page-id-1915 .sort_width_container #js_sort_items {
  background: none !important; }
  .page-id-1915 .sort_width_container #js_sort_items a:hover {
    opacity: 0.9; }
  .page-id-1915 .sort_width_container #js_sort_items a[class*="sort_button"] {
    border-radius: 5px;
    color: #fff !important;
    padding: 5px 15px;
    background-color: #19A5E4 !important;
    border: none !important; }
  .page-id-1915 .sort_width_container #js_sort_items a.active_sort {
    background-color: #313F48 !important;
    color: #fff !important;
    cursor: pointer;
    pointer-events: none; }
    .page-id-1915 .sort_width_container #js_sort_items a.active_sort:hover {
      opacity: 1; }
  @media (max-width: 767px) {
    .page-id-1915 .sort_width_container #js_sort_items a {
      padding: 8px 10px; } }
.page-id-1915 .sort_width_container .webinar_sort_sep {
  border-color: rgba(0, 0, 0, 0) !important; }
.page-id-1915 .sort_width_container .text-sep {
  border-color: rgba(0, 0, 0, 0) !important; }
  @media (max-width: 767px) {
    .page-id-1915 .sort_width_container .text-sep {
      padding: 0; } }
@media (max-width: 767px) {
  .page-id-1915 #after_section_2 {
    display: none; } }

.pi-top {
  margin-top: 94px;
  margin-bottom: 100px; }
  .pi-top .pi-text-side {
    margin-top: -45px !important; }
    .pi-top .pi-text-side .pi-cat p {
      margin: 0;
      color: #FFFFFF;
      font-size: 16px !important;
      font-weight: bold;
      line-height: 19px !important; }
    .pi-top .pi-text-side .pi-title h1 {
      margin: 0;
      color: #FFFFFF;
      font-size: 36px;
      font-weight: bold;
      line-height: 48px;
      margin: 16px 0 47px; }
      @media (max-width: 1100px) {
        .pi-top .pi-text-side .pi-title h1 {
          font-size: 30px;
          line-height: 42px;
          margin: 10px 0 20px; } }
      @media (max-width: 535px) {
        .pi-top .pi-text-side .pi-title h1 {
          font-size: 22px;
          line-height: 28px;
          margin: 10px 0 10px; } }
    .pi-top .pi-text-side .pi-intro p {
      margin: 0;
      color: #FFFFFF;
      font-size: 18px !important;
      line-height: 26px !important; }
      @media (max-width: 535px) {
        .pi-top .pi-text-side .pi-intro p {
          margin: 0;
          color: #FFFFFF;
          font-size: 14px !important;
          line-height: 22px !important; } }
    @media (max-width: 950px) {
      .pi-top .pi-text-side {
        width: 100%; } }
    @media (max-width: 767px) {
      .pi-top .pi-text-side {
        text-align: left !important; } }
  .pi-top .pi-form-side {
    border-radius: 6px !important;
    background-color: #00aaff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    padding: 40px; }
    .pi-top .pi-form-side p:first-of-type {
      margin: 0;
      color: #fff;
      font-size: 28px !important;
      font-weight: bold;
      line-height: 38px !important; }
    .pi-top .pi-form-side .mauticform_wrapper {
      max-width: 600px;
      margin: 0 !important; }
    .pi-top .pi-form-side .mauticform-input {
      height: 42px;
      background-color: #fff !important;
      border: solid 1px #E4E9EC !important;
      border-radius: 5px !important;
      width: 100% !important; }
    .pi-top .pi-form-side label {
      font-weight: 700;
      font-size: 16px !important;
      margin-bottom: 15px !important; }
    .pi-top .pi-form-side #mauticform_input_gateddownload_last_name,
    .pi-top .pi-form-side #mauticform_input_gateddownload_phone_number,
    .pi-top .pi-form-side .lf-last_name,
    .pi-top .pi-form-side .lf-phone_number {
      vertical-align: top;
      float: right;
      margin-top: 0 !important; }
    .pi-top .pi-form-side #mauticform_input_gateddownload_submit,
    .pi-top .pi-form-side #mauticform_input_gatedwebinar_submit,
    .pi-top .pi-form-side button.lf-submit {
      max-width: 288px;
      color: #ffffff !important;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      padding: 20px;
      background: #19a5e4 !important;
      border-radius: 100px;
      border: none;
      width: 100%;
      margin-top: 32px;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
    .pi-top .pi-form-side #mauticform_input_gateddownload_country,
    .pi-top .pi-form-side #mauticform_input_gateddownload_industry,
    .pi-top .pi-form-side #mauticform_input_gateddownload_company_size,
    .pi-top .pi-form-side #mauticform_input_gatedwebinar_industry,
    .pi-top .pi-form-side #mauticform_input_gatedwebinar_company_size,
    .pi-top .pi-form-side #mauticform_input_gatedwebinar_country,
    .pi-top .pi-form-side #mauticform_input_gatedwebinar_state,
    .pi-top .pi-form-side .lf-country,
    .pi-top .pi-form-side .lf-industry,
    .pi-top .pi-form-side .lf-company_size,
    .pi-top .pi-form-side .lf-state {
      height: 42px;
      background-color: #fff !important;
      border: solid 1px #E4E9EC !important;
      border-radius: 5px !important;
      width: 100% !important; }
    .pi-top .pi-form-side #mauticform_input_gateddownload_state,
    .pi-top .pi-form-side .lf-state {
      height: 42px;
      background-color: #fff !important;
      border: solid 1px #E4E9EC !important;
      border-radius: 5px !important;
      width: 100% !important;
      vertical-align: top;
      float: right;
      margin-top: 0 !important; }
    .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gateddownload,
    .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gatedwebinar,
    .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_adsform {
      margin: 0;
      max-width: none !important; }
      .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gateddownload .mauticform-row,
      .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gatedwebinar .mauticform-row,
      .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_adsform .mauticform-row {
        margin: 0; }
        .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gateddownload .mauticform-row input,
        .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gatedwebinar .mauticform-row input,
        .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_adsform .mauticform-row input {
          width: 100% !important;
          margin: 0;
          margin-bottom: 14px;
          border: 2px solid #E4E9EC !important;
          border-radius: 5px !important;
          color: #54636D !important;
          font-size: 14px !important;
          line-height: 19px !important;
          padding: 12px 16px 11px; }
        .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gateddownload .mauticform-row select,
        .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gatedwebinar .mauticform-row select,
        .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_adsform .mauticform-row select {
          width: 100% !important;
          margin: 0;
          margin-bottom: 14px;
          border: 2px solid #E4E9EC !important;
          border-radius: 5px !important;
          color: #54636D !important;
          font-size: 14px !important;
          line-height: 19px !important;
          padding: 12px 16px 11px;
          background-color: #fff; }
          .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gateddownload .mauticform-row select:invalid,
          .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gatedwebinar .mauticform-row select:invalid,
          .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_adsform .mauticform-row select:invalid {
            color: #b2b9c1 !important; }
          .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gateddownload .mauticform-row select#mauticform_input_gateddownload_state,
          .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gatedwebinar .mauticform-row select#mauticform_input_gateddownload_state,
          .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_adsform .mauticform-row select#mauticform_input_gateddownload_state {
            margin-top: 0 !important; }
        .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gateddownload .mauticform-row label,
        .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gatedwebinar .mauticform-row label,
        .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_adsform .mauticform-row label {
          color: #54636D;
          font-size: 14px;
          font-weight: bold;
          line-height: 16px;
          margin: 2px 0 16px; }
          .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gateddownload .mauticform-row label:after,
          .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gatedwebinar .mauticform-row label:after,
          .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_adsform .mauticform-row label:after {
            content: '*';
            color: inherit; }
        .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gateddownload .mauticform-row button,
        .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gatedwebinar .mauticform-row button,
        .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_adsform .mauticform-row button {
          border-radius: 100px;
          background-color: #19A5E4;
          color: #FFFFFF;
          font-size: 18px;
          line-height: 24px;
          text-align: center;
          padding: 18px 30px 20px;
          width: 100%;
          max-width: 255px;
          font-weight: normal;
          margin-top: 10px; }
          .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gateddownload .mauticform-row button:hover,
          .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_gatedwebinar .mauticform-row button:hover,
          .pi-top .pi-form-side .pi-top .pi-form-side #mauticform_wrapper_adsform .mauticform-row button:hover {
            opacity: 0.9; }
    @media (max-width: 950px) {
      .pi-top .pi-form-side {
        margin-left: 0;
        width: 100%;
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .pi-top .pi-form-side {
        padding: 35px 40px 36px;
        text-align: left !important; } }
  @media (max-width: 1250px) {
    .pi-top {
      margin-top: 40px; } }
  @media (max-width: 1100px) {
    .pi-top {
      margin-top: 0;
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .pi-top {
      margin-bottom: 50px; } }

.pi-vid-wrapper {
  text-align: center;
  color: #fff;
  max-width: 1091px;
  margin: 0 auto !important;
  float: none !important; }
  .pi-vid-wrapper h1 {
    color: #FFFFFF;
    font-size: 36px !important;
    font-weight: bold;
    line-height: 48px !important;
    text-align: center;
    max-width: 968px;
    margin: 0 auto 71px; }
    @media (max-width: 767px) {
      .pi-vid-wrapper h1 {
        font-size: 28px !important;
        line-height: 38px !important;
        margin: 0 auto 40px; } }
    @media (max-width: 425px) {
      .pi-vid-wrapper h1 {
        font-size: 20px !important;
        line-height: 26px !important; } }
  @media (max-width: 950px) {
    .pi-vid-wrapper {
      background-color: #ffffff !important;
      background-position: center top;
      background-size: contain;
      background-image: url(/wp-content/uploads/2017/07/purple-bubble.png) !important;
      background-repeat: no-repeat !important;
      padding-bottom: 40px; } }

.single-portfolio .pi-body .pi-sub-title p {
  margin: 0;
  color: #404F5A;
  font-size: 24px !important;
  font-weight: bold;
  line-height: 36px !important; }
@media (max-width: 767px) {
  .single-portfolio .pi-body .pi-sub-title {
    text-align: left !important;
    margin-bottom: 20px !important; } }
.single-portfolio .pi-body .pi-list ul {
  margin-bottom: 0; }
  .single-portfolio .pi-body .pi-list ul li {
    color: #404F5A;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px; }
@media (max-width: 767px) {
  .single-portfolio .pi-body .pi-list {
    text-align: left !important;
    margin-bottom: 20px !important; } }
.single-portfolio .pi-body .hr-default {
  margin: 70px 0; }
  .single-portfolio .pi-body .hr-default .hr-inner {
    border-color: #e4e9ec;
    border-width: 2px; }
  @media (max-width: 767px) {
    .single-portfolio .pi-body .hr-default {
      margin: 0 0 30px; } }
.single-portfolio .pi-body .av-equal-height-column-flextable {
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .single-portfolio .pi-body .av-equal-height-column-flextable {
      margin-bottom: 50px; } }
.single-portfolio .pi-body .pi-profile-left {
  padding: 0; }
  .single-portfolio .pi-body .pi-profile-left .avia-image-container {
    margin: 0;
    float: left; }
    .single-portfolio .pi-body .pi-profile-left .avia-image-container img {
      max-width: 84px;
      margin-right: 23px; }
  .single-portfolio .pi-body .pi-profile-left .av_textblock_section {
    margin: 0;
    float: left; }
    .single-portfolio .pi-body .pi-profile-left .av_textblock_section p {
      margin: 0; }
      .single-portfolio .pi-body .pi-profile-left .av_textblock_section p:first-of-type {
        color: #404F5A;
        font-size: 24px !important;
        font-weight: bold;
        line-height: 33px !important;
        margin: 9px 0 1px; }
        @media (max-width: 950px) {
          .single-portfolio .pi-body .pi-profile-left .av_textblock_section p:first-of-type {
            font-size: 18px !important; } }
        @media (max-width: 767px) {
          .single-portfolio .pi-body .pi-profile-left .av_textblock_section p:first-of-type {
            font-size: 20px !important; } }
      .single-portfolio .pi-body .pi-profile-left .av_textblock_section p:last-of-type {
        color: #8798A4;
        font-size: 16px !important;
        font-weight: bold;
        line-height: 22px !important; }
        @media (max-width: 950px) {
          .single-portfolio .pi-body .pi-profile-left .av_textblock_section p:last-of-type {
            font-size: 10px !important; } }
        @media (max-width: 767px) {
          .single-portfolio .pi-body .pi-profile-left .av_textblock_section p:last-of-type {
            font-size: 14px !important; } }
  .single-portfolio .pi-body .pi-profile-left section {
    max-width: calc(100% - 110px); }
  @media (max-width: 767px) {
    .single-portfolio .pi-body .pi-profile-left {
      text-align: left !important;
      margin-bottom: 10px !important; } }
.single-portfolio .pi-body .pi-profile-right p {
  margin: 0;
  color: #404F5A;
  font-size: 16px !important;
  line-height: 28px !important; }
@media (max-width: 767px) {
  .single-portfolio .pi-body .pi-profile-right {
    text-align: left !important; } }
.single-portfolio #industry-bottom-branding {
  margin-top: 168px; }

#library-filter-wrapper {
  display: block;
  clear: both; }
  #library-filter-wrapper .filter-title {
    font-size: 13px !important;
    color: #8798A4;
    margin-bottom: 20px;
    line-height: 1em !important; }
  #library-filter-wrapper .filter-tags-holder {
    display: block;
    clear: both;
    margin-bottom: 35px; }
    #library-filter-wrapper .filter-tags-holder:after {
      content: '';
      display: block;
      clear: both; }
    #library-filter-wrapper .filter-tags-holder .filter-term {
      border-radius: 5px;
      color: #fff !important;
      padding: 5px 15px;
      background-color: #19A5E4 !important;
      border: none !important;
      margin-right: 34px;
      cursor: pointer;
      font-size: 12px;
      font-weight: 400; }
      #library-filter-wrapper .filter-tags-holder .filter-term:hover {
        opacity: 0.9;
        text-decoration: none; }
      #library-filter-wrapper .filter-tags-holder .filter-term.term-current {
        background-color: #313F48 !important;
        color: #fff !important;
        cursor: pointer;
        pointer-events: none; }
        #library-filter-wrapper .filter-tags-holder .filter-term.term-current:hover {
          opacity: 1; }
  #library-filter-wrapper .filtered-posts-area {
    display: block;
    clear: both;
    padding-right: 1%;
    box-sizing: border-box; }
    #library-filter-wrapper .filtered-posts-area:after {
      content: '';
      display: block;
      clear: both; }
    #library-filter-wrapper .filtered-posts-area .library-item {
      display: block;
      float: left;
      width: 100%;
      max-width: calc(33% - 10px);
      box-sizing: border-box;
      margin: 0 5px 30px;
      box-shadow: 0px 0px 10px 0 #E4E9EC !important;
      background: #fff;
      opacity: 0;
      transition: opacity .5s ease-out;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      z-index: 10; }
      #library-filter-wrapper .filtered-posts-area .library-item:hover {
        box-shadow: 0px 0px 10px 5px #E4E9EC !important; }
      #library-filter-wrapper .filtered-posts-area .library-item.visible {
        opacity: 1; }
      #library-filter-wrapper .filtered-posts-area .library-item > a {
        display: block;
        text-align: center; }
      #library-filter-wrapper .filtered-posts-area .library-item .post-information {
        padding: 20px; }
        #library-filter-wrapper .filtered-posts-area .library-item .post-information .post-term {
          font-size: 16px !important;
          color: #8798a4 !important;
          margin: 0;
          font-weight: bold; }
          @media (max-width: 425px) {
            #library-filter-wrapper .filtered-posts-area .library-item .post-information .post-term {
              font-size: 12px; } }
        #library-filter-wrapper .filtered-posts-area .library-item .post-information a {
          display: block; }
          #library-filter-wrapper .filtered-posts-area .library-item .post-information a:hover {
            color: #333738;
            text-decoration: none; }
          #library-filter-wrapper .filtered-posts-area .library-item .post-information a .post-title {
            color: #333738;
            font-size: 18px !important;
            line-height: 1.3em !important;
            font-weight: bold;
            text-align: left;
            text-transform: none;
            margin-top: 15px;
            letter-spacing: 0; }
            #library-filter-wrapper .filtered-posts-area .library-item .post-information a .post-title:hover {
              opacity: 1; }
            @media (max-width: 425px) {
              #library-filter-wrapper .filtered-posts-area .library-item .post-information a .post-title {
                font-size: 14px; } }
      @media (max-width: 767px) {
        #library-filter-wrapper .filtered-posts-area .library-item {
          max-width: 100%; } }
    #library-filter-wrapper .filtered-posts-area .filter-pagination {
      display: block;
      clear: both; }
      #library-filter-wrapper .filtered-posts-area .filter-pagination .paginator {
        float: left;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        padding: 0;
        border-radius: 100px;
        margin-right: 3px;
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
        background: #fafbfc;
        color: #adb9c1;
        cursor: pointer;
        font-size: 11px; }
        #library-filter-wrapper .filtered-posts-area .filter-pagination .paginator:hover:not(.current-page) {
          text-decoration: none;
          background: #adb9c1;
          color: #ffffff; }
        #library-filter-wrapper .filtered-posts-area .filter-pagination .paginator.current-page {
          color: #313f48; }
          #library-filter-wrapper .filtered-posts-area .filter-pagination .paginator.current-page:hover {
            text-decoration: none;
            cursor: default; }
      #library-filter-wrapper .filtered-posts-area .filter-pagination .total-page-count {
        float: right;
        line-height: 35px;
        color: #adb9c1;
        font-size: 11px;
        padding: 2px 9px 1px 9px; }

/* Contact Page */
.page-id-1934 #industry-post-header {
  padding-top: 130px; }
  .page-id-1934 #industry-post-header .ind-cat-title p {
    margin: 0;
    font-weight: 700;
    line-height: 19px;
    font-size: 16px;
    color: #8798a4;
    text-align: left; }
    @media (max-width: 767px) {
      .page-id-1934 #industry-post-header .ind-cat-title p {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .page-id-1934 #industry-post-header .ind-cat-title {
      text-align: center; } }
  .page-id-1934 #industry-post-header .ind-page-title h1 {
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #404f5a;
    text-transform: none;
    letter-spacing: -0.6px; }
    @media (max-width: 425px) {
      .page-id-1934 #industry-post-header .ind-page-title h1 br {
        display: none; } }
    @media (max-width: 1023px) {
      .page-id-1934 #industry-post-header .ind-page-title h1 {
        font-size: 26px;
        line-height: 38px; } }
    @media (max-width: 767px) {
      .page-id-1934 #industry-post-header .ind-page-title h1 {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 425px) {
      .page-id-1934 #industry-post-header .ind-page-title h1 {
        font-size: 24px;
        line-height: 32px; } }
  @media (min-width: 767px) {
    .page-id-1934 #industry-post-header .ind-page-title {
      width: 100vw;
      max-width: 650px; } }
  .page-id-1934 #industry-post-header .ind-page-tag p {
    color: #404f5a;
    font-size: 22px;
    line-height: 32px;
    margin-top: 27px;
    letter-spacing: 0.3px;
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .page-id-1934 #industry-post-header .ind-page-tag p {
        font-size: 17px;
        line-height: 27px;
        margin-top: 18px; } }
.page-id-1934 .mauticform_wrapper label {
  font-weight: 700;
  font-size: 16px !important;
  margin-bottom: 15px !important; }
.page-id-1934 .mauticform_wrapper .mauticform-input {
  height: 42px;
  background-color: #fff !important;
  border: solid 1px #E4E9EC !important;
  border-radius: 5px !important;
  width: 48% !important; }
.page-id-1934 .mauticform_wrapper #mauticform_input_contactus_last_name {
  vertical-align: top;
  float: right;
  margin-top: -62px !important; }
.page-id-1934 .mauticform_wrapper #mauticform_input_contactus_phone_number {
  vertical-align: top;
  float: right;
  margin-top: -62px !important; }
.page-id-1934 .mauticform_wrapper #mauticform_input_contactus_title {
  vertical-align: top;
  float: right;
  margin-top: -62px !important; }
.page-id-1934 .mauticform_wrapper #mauticform_input_contactus_industry {
  height: 42px;
  background-color: #fff !important;
  border: solid 1px #E4E9EC !important;
  border-radius: 5px !important;
  width: 48% !important; }
.page-id-1934 .mauticform_wrapper #mauticform_contactus_company_size {
  height: 42px;
  background-color: #fff !important;
  border: solid 1px #E4E9EC !important;
  border-radius: 5px !important;
  width: 48% !important;
  vertical-align: top;
  float: right;
  margin-top: -62px !important; }
.page-id-1934 .mauticform_wrapper #mauticform_input_contactus_how_can_we_help {
  background-color: #fff !important;
  border: solid 1px #E4E9EC !important;
  border-radius: 5px !important;
  height: 150px; }
.page-id-1934 .mauticform_wrapper #mauticform_input_contactus_submit {
  max-width: 288px;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 20px;
  background: #19a5e4;
  border-radius: 100px;
  border: none;
  width: 100%;
  margin-top: 32px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }

/* Messaging Best Practices pages */
.parent-pageid-1911 .mbp-top-section h1 {
  margin: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #404f5a;
  text-transform: none;
  letter-spacing: -0.6px; }
  @media (max-width: 767px) {
    .parent-pageid-1911 .mbp-top-section h1 {
      font-size: 30px;
      line-height: 30px; } }
.parent-pageid-1911 .mbp-top-section p {
  color: #404F5A;
  font-size: 22px;
  line-height: 32px; }
.parent-pageid-1911 .mbp-top-section + .container_wrap .sidebar {
  border: none !important;
  padding-top: 20px; }
  .parent-pageid-1911 .mbp-top-section + .container_wrap .sidebar .inner_sidebar {
    margin-right: 0; }
  @media (max-width: 767px) {
    .parent-pageid-1911 .mbp-top-section + .container_wrap .sidebar {
      display: block !important;
      width: 100% !important;
      padding-top: 0; } }
@media (max-width: 767px) {
  .parent-pageid-1911 .mbp-top-section + .container_wrap .template-page,
  .parent-pageid-1911 .mbp-top-section + .container_wrap .template-page .flex_column {
    text-align: left !important; } }
@media (max-width: 767px) {
  .parent-pageid-1911 .mbp-top-section + .container_wrap .template-page {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important; } }
@media (max-width: 767px) {
  .parent-pageid-1911 .mbp-top-section main {
    padding-bottom: 0;
    padding-top: 30px;
    margin-bottom: 0px; } }
.parent-pageid-1911 .menu-messaging-best-practices-container li {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  text-align: left; }
  .parent-pageid-1911 .menu-messaging-best-practices-container li a {
    padding: 0 !important;
    margin: 0 !important;
    color: #19A5E4 !important;
    font-size: 18px;
    line-height: 60px; }
    .parent-pageid-1911 .menu-messaging-best-practices-container li a:hover {
      text-decoration: underline; }
    @media (max-width: 767px) {
      .parent-pageid-1911 .menu-messaging-best-practices-container li a {
        font-size: 18px;
        line-height: 40px; } }
.parent-pageid-1911 .mbp-mainPageContent.hideContent {
  height: 400px;
  overflow: hidden;
  position: relative; }
  .parent-pageid-1911 .mbp-mainPageContent.hideContent:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 130px;
    background: red;
    position: absolute;
    top: 270px;
    visibility: visible;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,0)', endColorstr='#ffffff', GradientType=0)"; }
.parent-pageid-1911 .mbp-gate p {
  color: rgba(2, 28, 40, 0.88);
  font-size: 18px !important;
  font-weight: 500;
  line-height: 26px !important;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  margin-top: 0; }
  .parent-pageid-1911 .mbp-gate p.mbp-launch-btn {
    border-radius: 100px;
    background-color: #19A5E4;
    color: #FFFFFF !important;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 21px !important;
    width: auto;
    margin: 0 auto;
    padding: 21px 0;
    max-width: 255px;
    cursor: pointer; }
    .parent-pageid-1911 .mbp-gate p.mbp-launch-btn:hover {
      opacity: 0.9; }

body.mbp-page .template-page.content p {
  color: #54636D;
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 40px; }
  body.mbp-page .template-page.content p strong {
    font-weight: 600; }
body.mbp-page .template-page.content video {
  transform-origin: top center; }
body.mbp-page .template-page.content .avia_textblock.legend p {
  color: #54636D;
  font-size: 12px !important;
  line-height: 15px !important;
  margin-top: 16px;
  margin-bottom: 48px; }
body.mbp-page .mbp-page-nav {
  margin-top: 0 !important; }
  body.mbp-page .mbp-page-nav a {
    color: #19A5E4;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px; }
    body.mbp-page .mbp-page-nav a:first-of-type {
      float: left; }
    body.mbp-page .mbp-page-nav a:last-of-type {
      float: right; }

/* Careers Page */
.page-id-1928 #careers-post-header {
  padding-top: 70px; }
  .page-id-1928 #careers-post-header .ind-ph-left {
    margin-left: 0;
    margin-top: 10px; }
  .page-id-1928 #careers-post-header .ind-ph-right {
    margin-top: 10px; }
  .page-id-1928 #careers-post-header .ind-cat-title p {
    margin: 0;
    font-weight: 700;
    line-height: 19px;
    font-size: 16px;
    color: #8798a4;
    text-align: left; }
    @media (max-width: 767px) {
      .page-id-1928 #careers-post-header .ind-cat-title p {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .page-id-1928 #careers-post-header .ind-cat-title {
      text-align: center; } }
  .page-id-1928 #careers-post-header .ind-page-title h1 {
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #404f5a;
    text-transform: none;
    letter-spacing: -0.6px; }
    @media (max-width: 425px) {
      .page-id-1928 #careers-post-header .ind-page-title h1 br {
        display: none; } }
    @media (max-width: 1023px) {
      .page-id-1928 #careers-post-header .ind-page-title h1 {
        font-size: 26px;
        line-height: 38px; } }
    @media (max-width: 767px) {
      .page-id-1928 #careers-post-header .ind-page-title h1 {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 425px) {
      .page-id-1928 #careers-post-header .ind-page-title h1 {
        font-size: 24px;
        line-height: 32px; } }
  @media (min-width: 767px) {
    .page-id-1928 #careers-post-header .ind-page-title {
      width: 100vw;
      max-width: 650px; } }
  .page-id-1928 #careers-post-header .ind-page-tag p {
    color: #404f5a;
    font-size: 22px;
    line-height: 32px;
    margin-top: 27px;
    letter-spacing: 0.3px;
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .page-id-1928 #careers-post-header .ind-page-tag p {
        font-size: 17px;
        line-height: 27px;
        margin-top: 18px; } }
  .page-id-1928 #careers-post-header .ind-ph-cta-btn {
    width: 100%;
    max-width: 288px; }
    .page-id-1928 #careers-post-header .ind-ph-cta-btn a {
      color: #ffffff;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      padding: 20px;
      background: #19a5e4;
      border-radius: 100px;
      border: none;
      width: 100%;
      margin-top: 32px;
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 424px) {
      .page-id-1928 #careers-post-header .ind-ph-cta-btn {
        max-width: 100%; } }
.page-id-1928 #industry-post-header p {
  line-height: 22px;
  color: #70828e; }
.page-id-1928 #industry-fullwidth-video {
  padding-top: 130px; }
.page-id-1928 .careers-side-left {
  padding-right: 100px; }
.page-id-1928 .careers-side {
  background: #F4F5F6;
  padding: 25px 27px 27px; }
  .page-id-1928 .careers-side h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #404F5A; }
  .page-id-1928 .careers-side ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .page-id-1928 .careers-side ul li {
      padding: 0;
      margin: 0;
      font-size: 14px;
      font-weight: bold;
      line-height: 32px;
      color: #54636D; }
      .page-id-1928 .careers-side ul li:before {
        content: url(/wp-content/uploads/2017/07/checkmark.svg);
        margin-right: 20px;
        position: relative;
        top: 4px; }
.page-id-1928 #k_greenhouse_board {
  max-width: 640px;
  margin: 0 auto; }
  .page-id-1928 #k_greenhouse_board .dept-holder h3 {
    color: #54636D;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 36px !important;
    margin-top: 40px !important;
    margin-bottom: 21px; }
  .page-id-1928 #k_greenhouse_board .job {
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 23px 45px 21px 41px;
    margin-bottom: 23px;
    border: 1px solid #EBEFF2;
    cursor: pointer; }
    .page-id-1928 #k_greenhouse_board .job:after {
      content: '';
      display: block;
      clear: both; }
    .page-id-1928 #k_greenhouse_board .job:hover {
      box-shadow: 0 10px 40px 0 #E4E9EC; }
      .page-id-1928 #k_greenhouse_board .job:hover .job-title {
        text-decoration: underline; }
  .page-id-1928 #k_greenhouse_board .job-heading {
    color: #333738;
    font-size: 14px !important;
    line-height: 24px;
    text-align: right;
    margin: 0;
    line-height: 1em !important; }
    .page-id-1928 #k_greenhouse_board .job-heading span.job-title {
      text-align: left;
      float: left;
      color: #00A4E7;
      font-size: 14px;
      font-weight: 500;
      line-height: 16px;
      cursor: pointer; }
      .page-id-1928 #k_greenhouse_board .job-heading span.job-title:hover {
        text-decoration: underline; }
      @media (max-width: 670px) {
        .page-id-1928 #k_greenhouse_board .job-heading span.job-title {
          width: 100%;
          margin-bottom: 5px; } }
    @media (max-width: 670px) {
      .page-id-1928 #k_greenhouse_board .job-heading {
        text-align: left; } }
  .page-id-1928 #k_greenhouse_board .job-desc-holder {
    display: none; }
    .page-id-1928 #k_greenhouse_board .job-desc-holder.visible {
      display: block; }
    .page-id-1928 #k_greenhouse_board .job-desc-holder,
    .page-id-1928 #k_greenhouse_board .job-desc-holder p,
    .page-id-1928 #k_greenhouse_board .job-desc-holder a,
    .page-id-1928 #k_greenhouse_board .job-desc-holder li {
      color: #70828E;
      font-size: 15px;
      line-height: 22px; }
    .page-id-1928 #k_greenhouse_board .job-desc-holder a,
    .page-id-1928 #k_greenhouse_board .job-desc-holder .desc-toggle {
      color: #00A4E7;
      text-decoration: none;
      cursor: pointer; }
      .page-id-1928 #k_greenhouse_board .job-desc-holder a:hover,
      .page-id-1928 #k_greenhouse_board .job-desc-holder .desc-toggle:hover {
        text-decoration: underline; }
  .page-id-1928 #k_greenhouse_board .job-footer p {
    float: left; }
  .page-id-1928 #k_greenhouse_board .job-footer a {
    float: right;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 30px;
    background: #19a5e4;
    border-radius: 100px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
    .page-id-1928 #k_greenhouse_board .job-footer a:hover {
      text-decoration: none;
      opacity: 0.9; }
.page-id-1928 #job-feed {
  background: #f4f5f6 !important;
  background: -moz-linear-gradient(top, #f4f5f6 0%, #fafafb 100%) !important;
  background: -webkit-linear-gradient(top, #f4f5f6 0%, #fafafb 100%) !important;
  background: linear-gradient(to bottom, #f4f5f6 0%, #fafafb 100%) !important;
  filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#fafafb', GradientType=0)!important";
  margin-top: 150px; }
  .page-id-1928 #job-feed:before {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 168px;
    position: relative;
    top: -168px;
    background: -moz-linear-gradient(to top right, #f4f5f6 49.7%, transparent 50%);
    background: -webkit-linear-gradient(to top right, #f4f5f6 49.7%, transparent 50%);
    background: linear-gradient(to top right, #f4f5f6 49.7%, transparent 50%);
    filter: "progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafbfc', endColorstr='#000000', GradientType=1)";
    z-index: 1; }
  .page-id-1928 #job-feed .template-page {
    padding-top: 0 !important; }
  .page-id-1928 #job-feed .container {
    margin-top: -168px; }
  .page-id-1928 #job-feed .jobs-header h3 {
    color: #333738;
    font-size: 24px !important;
    font-weight: bold !important;
    line-height: 36px !important;
    text-align: center !important;
    margin-bottom: 69px !important; }

/* Design Kit page */
.dk-form {
  background: #00aaff;
  padding: 35px;
  border-radius: 15px;
  margin: 40px auto;
  max-width: 400px; }

.page-id-1913 #av_section_1 {
  text-align: center; }
  .page-id-1913 #av_section_1 h1 {
    font-size: 34px;
    line-height: 1.3em;
    font-weight: lighter;
    margin: 40px auto 30px; }
  .page-id-1913 #av_section_1 .hr {
    margin: 0 0 20px; }
    .page-id-1913 #av_section_1 .hr > span {
      width: 21px;
      border-color: #313f48;
      display: inline-block;
      position: relative;
      top: 0; }
  .page-id-1913 #av_section_1 p {
    font-size: 20px;
    font-weight: 300;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    float: none;
    clear: both;
    margin-bottom: 20px; }
    .page-id-1913 #av_section_1 p.dk-trig {
      border-radius: 100px;
      background-color: #19A5E4;
      color: #FFFFFF !important;
      font-size: 18px !important;
      font-weight: 500 !important;
      line-height: 21px !important;
      width: auto;
      margin: 30px auto 100px;
      padding: 21px 0;
      max-width: 285px !important;
      cursor: pointer; }
.page-id-1913 #after_section_1 .hr {
  text-align: center; }
  .page-id-1913 #after_section_1 .hr > span {
    width: 80%;
    border-color: rgba(49, 63, 72, 0.1);
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: 0; }
.page-id-1913 #av_section_2 h2 {
  text-align: center;
  font-size: 24px;
  text-transform: initial;
  line-height: 1.3em; }
.page-id-1913 #av_section_2 .hr {
  margin: 0;
  margin-bottom: 20px;
  text-align: center; }
  .page-id-1913 #av_section_2 .hr > span {
    width: 21px;
    border-color: #313f48;
    display: inline-block;
    position: relative;
    top: 0; }
.page-id-1913 #av_section_2 h3 {
  text-align: center;
  font-size: 20px;
  line-height: 1.3em; }
  .page-id-1913 #av_section_2 h3 + p {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3em; }
.page-id-1913 #av_section_3 .template-page.content {
  padding-top: 0; }
.page-id-1913 #av_section_3 .hr {
  text-align: center;
  margin-top: 0; }
  .page-id-1913 #av_section_3 .hr > span {
    width: 80%;
    border-color: rgba(49, 63, 72, 0.1);
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: 0; }
.page-id-1913 #av_section_3 h2 {
  text-align: center;
  font-size: 24px;
  text-transform: initial;
  line-height: 1.3em; }
.page-id-1913 #av_section_3 section + .hr {
  margin: 0;
  margin-bottom: 20px;
  text-align: center; }
  .page-id-1913 #av_section_3 section + .hr > span {
    width: 21px;
    border-color: #313f48;
    display: inline-block;
    position: relative;
    top: 0; }
.page-id-1913 #av_section_8 {
  text-align: center; }
  .page-id-1913 #av_section_8 h2 {
    text-align: center;
    font-size: 24px;
    text-transform: initial;
    line-height: 1.3em; }
  .page-id-1913 #av_section_8 .file {
    font-size: 14px; }
  .page-id-1913 #av_section_8 p.dk-trig {
    font-size: 20px;
    font-weight: 300;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    float: none;
    clear: both;
    margin-bottom: 20px;
    border-radius: 100px;
    background-color: #19A5E4;
    color: #FFFFFF !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 21px !important;
    width: auto;
    margin: 30px auto 100px;
    padding: 21px 0;
    max-width: 285px !important;
    cursor: pointer; }
.page-id-1913 #after_section_8 {
  display: none; }
.page-id-1913 #av_section_4 .template-page.content,
.page-id-1913 #av_section_5 .template-page.content,
.page-id-1913 #av_section_6 .template-page.content,
.page-id-1913 #av_section_7 .template-page.content {
  padding-top: 0;
  padding-bottom: 80px; }

.page-id-2908 #main .entry-content-wrapper .avia_textblock a {
  border-radius: 100px;
  background-color: #19A5E4;
  color: #FFFFFF !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
  width: auto;
  margin: 0 auto;
  padding: 21px 0;
  max-width: 285px !important;
  cursor: pointer;
  margin-top: 30px;
  display: block; }

.page-id-3966 .download-info {
  text-align: center; }
  .page-id-3966 .download-info h1 {
    margin: 40px auto 17px;
    color: #404F5A;
    font-size: 48px !important;
    line-height: 56px !important;
    text-align: center;
    text-transform: none;
    font-weight: normal; }
  .page-id-3966 .download-info p {
    font-weight: normal;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 660px;
    float: none;
    clear: both;
    margin-bottom: 20px;
    color: #404F5A;
    font-size: 22px;
    line-height: 32px;
    text-align: center; }
    .page-id-3966 .download-info p.dk-trig {
      border-radius: 100px;
      background-color: #19A5E4;
      color: #FFFFFF !important;
      font-size: 18px !important;
      font-weight: 500 !important;
      line-height: 21px !important;
      width: auto;
      margin: 30px auto 22px;
      padding: 21px 0;
      max-width: 285px !important;
      cursor: pointer; }
  .page-id-3966 .download-info .graphic {
    max-width: 400px;
    display: block;
    margin: 0 auto; }
    .page-id-3966 .download-info .graphic img {
      width: 80px;
      margin: 0;
      padding: 0;
      margin-right: 20px; }
    .page-id-3966 .download-info .graphic p {
      color: #70828E;
      font-size: 16px;
      line-height: 32px;
      float: left;
      max-width: none;
      width: auto;
      clear: none;
      margin: 0; }
      .page-id-3966 .download-info .graphic p:nth-of-type(2) {
        color: #404F5A;
        font-size: 18px;
        font-weight: bold;
        line-height: 32px;
        margin-top: 11px; }
      .page-id-3966 .download-info .graphic p:last-of-type {
        margin-right: 20px;
        line-height: 0;
        margin-top: 8px; }
    .page-id-3966 .download-info .graphic:after {
      content: '';
      display: block;
      clear: both; }
  .page-id-3966 .download-info .word-decor p {
    color: #5D6F7B;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    max-width: none; }
    .page-id-3966 .download-info .word-decor p:before, .page-id-3966 .download-info .word-decor p:after {
      content: '';
      display: block;
      width: calc(50% - 38px);
      height: 2px;
      background-color: #E4E9EC;
      position: absolute;
      top: 15px; }
    .page-id-3966 .download-info .word-decor p:before {
      left: 0; }
    .page-id-3966 .download-info .word-decor p:after {
      right: 0; }
  .page-id-3966 .download-info .learn-more {
    margin-bottom: 84px; }
    .page-id-3966 .download-info .learn-more p,
    .page-id-3966 .download-info .learn-more a {
      max-width: none;
      color: #19A5E4;
      font-size: 15px;
      font-weight: bold;
      line-height: 18px;
      text-align: center;
      text-decoration: none;
      cursor: default; }
      .page-id-3966 .download-info .learn-more p:hover,
      .page-id-3966 .download-info .learn-more a:hover {
        text-decoration: underline;
        cursor: pointer; }
  .page-id-3966 .download-info.bottom-cta > .container {
    box-shadow: 0 0 20px 0 #E4E9EC;
    background: #fff;
    padding: 73px 0 49px;
    margin: 120px auto 0; }
    .page-id-3966 .download-info.bottom-cta > .container > .template-page {
      padding-bottom: 0; }
  .page-id-3966 .download-info.bottom-cta p.title {
    margin: 0px auto 17px;
    color: #404F5A;
    font-size: 32px !important;
    font-weight: bold;
    line-height: 43px !important;
    text-align: center; }
  .page-id-3966 .download-info.bottom-cta .learn-more {
    margin-bottom: 0; }
    .page-id-3966 .download-info.bottom-cta .learn-more p {
      margin-bottom: 0;
      margin-top: 33px; }
.page-id-3966 #after_section_1 .hr {
  text-align: center; }
  .page-id-3966 #after_section_1 .hr > span {
    width: 80%;
    border-color: rgba(49, 63, 72, 0.1);
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: 0; }
.page-id-3966 #av_section_1 .avia-builder-el-last {
  padding-top: 80px;
  margin-top: 80px !important;
  border-top: 1px #eee solid; }
.page-id-3966 #av_section_2 .avia_textblock.ttl p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto; }
  .page-id-3966 #av_section_2 .avia_textblock.ttl p:nth-of-type(1) {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    text-align: center; }
  .page-id-3966 #av_section_2 .avia_textblock.ttl p:nth-of-type(2) {
    color: #404F5A;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    max-width: 490px; }
  .page-id-3966 #av_section_2 .avia_textblock.ttl p:nth-of-type(3) {
    color: #19A5E4;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    text-align: center; }
    .page-id-3966 #av_section_2 .avia_textblock.ttl p:nth-of-type(3):hover {
      text-decoration: underline;
      cursor: pointer; }
.page-id-3966 #av_section_2 .avia_textblock.ttl a {
  color: #19A5E4;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  text-align: center; }
.page-id-3966 #av_section_3 .flex_column_table:last-of-type {
  margin-top: 54px; }
  .page-id-3966 #av_section_3 .flex_column_table:last-of-type > .flex_column:last-of-type img {
    max-height: 279px; }
.page-id-3966 #av_section_3 img {
  max-width: 350px; }
.page-id-3966 #av_section_3 .avia_textblock {
  text-align: center; }
  .page-id-3966 #av_section_3 .avia_textblock h3 {
    color: #404F5A;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 24px !important;
    max-width: 350px;
    display: inline-block;
    text-align: left;
    width: 100%; }
    .page-id-3966 #av_section_3 .avia_textblock h3 + p {
      font-size: 15px;
      line-height: 22px;
      max-width: 350px;
      display: inline-block;
      text-align: left;
      width: 100%; }
.page-id-3966 #av_section_3 h3 {
  color: #404F5A;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 24px !important;
  max-width: 350px;
  display: inline-block;
  text-align: left;
  width: 100%; }
  .page-id-3966 #av_section_3 h3 + p {
    font-size: 15px;
    line-height: 22px;
    max-width: 350px;
    display: inline-block;
    text-align: left;
    width: 100%; }
.page-id-3966 .resource-screens .title p {
  color: #404F5A;
  font-size: 24px !important;
  font-weight: bold;
  line-height: 32px !important;
  text-align: center; }
.page-id-3966 .resource-screens .capt p {
  color: #404F5A;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: center;
  text-transform: uppercase; }
.page-id-3966 .resource-screens img {
  margin-bottom: 50px; }
.page-id-3966 .gating-popup-form {
  display: none; }

/* Docs page */
#top.page-id-3560 #wrap_all #docs-post-header {
  padding-top: 70px; }
  #top.page-id-3560 #wrap_all #docs-post-header .ind-cat-title p {
    margin: 0;
    font-weight: 700;
    line-height: 19px;
    font-size: 16px;
    color: #8798a4;
    text-align: left; }
    @media (max-width: 767px) {
      #top.page-id-3560 #wrap_all #docs-post-header .ind-cat-title p {
        font-size: 14px; } }
  @media (max-width: 767px) {
    #top.page-id-3560 #wrap_all #docs-post-header .ind-cat-title {
      text-align: center; } }
  #top.page-id-3560 #wrap_all #docs-post-header .ind-page-title h1 {
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #404f5a;
    text-transform: none;
    letter-spacing: -0.6px; }
    @media (max-width: 425px) {
      #top.page-id-3560 #wrap_all #docs-post-header .ind-page-title h1 br {
        display: none; } }
    @media (max-width: 1023px) {
      #top.page-id-3560 #wrap_all #docs-post-header .ind-page-title h1 {
        font-size: 26px;
        line-height: 38px; } }
    @media (max-width: 767px) {
      #top.page-id-3560 #wrap_all #docs-post-header .ind-page-title h1 {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 425px) {
      #top.page-id-3560 #wrap_all #docs-post-header .ind-page-title h1 {
        font-size: 24px;
        line-height: 32px; } }
  @media (min-width: 767px) {
    #top.page-id-3560 #wrap_all #docs-post-header .ind-page-title {
      width: 100vw;
      max-width: 650px; } }
  #top.page-id-3560 #wrap_all #docs-post-header .ind-page-tag p {
    color: #404f5a;
    font-size: 22px;
    line-height: 32px;
    margin-top: 27px;
    letter-spacing: 0.3px;
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      #top.page-id-3560 #wrap_all #docs-post-header .ind-page-tag p {
        font-size: 17px;
        line-height: 27px;
        margin-top: 18px; } }
  #top.page-id-3560 #wrap_all #docs-post-header .ind-page-tag p {
    max-width: 512px; }
  #top.page-id-3560 #wrap_all #docs-post-header .ind-ph-right {
    position: static; }
#top.page-id-3560 #wrap_all .sec .sec-title h3 {
  color: #404F5A;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-align: center !important;
  text-transform: capitalize;
  margin-bottom: 23px; }
#top.page-id-3560 #wrap_all .sec .sec-desc {
  text-align: center; }
  #top.page-id-3560 #wrap_all .sec .sec-desc p {
    color: #54636D;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    max-width: 475px;
    margin: 0 auto; }
  @media (max-width: 767px) {
    #top.page-id-3560 #wrap_all .sec .sec-desc {
      margin-bottom: 72px; } }
#top.page-id-3560 #wrap_all .the-basics > .container > .alpha.units {
  position: static; }
@media (max-width: 767px) {
  #top.page-id-3560 #wrap_all .the-basics .section .avia-image-container {
    display: block;
    float: left; } }
@media (max-width: 767px) {
  #top.page-id-3560 #wrap_all .the-basics .section .av_textblock_section {
    float: left;
    display: block;
    width: calc(100% - 90px); } }
#top.page-id-3560 #wrap_all .the-basics .section img {
  margin-bottom: 31px; }
#top.page-id-3560 #wrap_all .the-basics .section .title p {
  color: #333738;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px; }
  @media (max-width: 767px) {
    #top.page-id-3560 #wrap_all .the-basics .section .title p {
      line-height: 0; } }
#top.page-id-3560 #wrap_all .the-basics .section .desc p {
  color: #333738;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 22px;
  max-width: 300px;
  min-height: 48px; }
  @media (max-width: 767px) {
    #top.page-id-3560 #wrap_all .the-basics .section .desc p {
      margin-top: 0;
      min-height: 0; } }
@media (max-width: 767px) {
  #top.page-id-3560 #wrap_all .the-basics .section .lm-link p {
    margin-top: -10px; } }
#top.page-id-3560 #wrap_all .app-dev .av-flex-placeholder {
  width: 13px; }
#top.page-id-3560 #wrap_all .app-dev .sec-desc p {
  margin-bottom: 50px; }
#top.page-id-3560 #wrap_all .app-dev-single-box {
  background: #fff;
  padding: 24px;
  box-shadow: 0 0 20px 0 #E4E9EC; }
  #top.page-id-3560 #wrap_all .app-dev-single-box:hover {
    box-shadow: 0 0 10px 5px #E4E9EC; }
  #top.page-id-3560 #wrap_all .app-dev-single-box img {
    margin-bottom: 33px; }
    @media (max-width: 767px) {
      #top.page-id-3560 #wrap_all .app-dev-single-box img {
        margin: 0 auto 33px;
        display: block; } }
  #top.page-id-3560 #wrap_all .app-dev-single-box .app-doc-sec p {
    color: #333738;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    margin-top: 39px; }
  #top.page-id-3560 #wrap_all .app-dev-single-box .app-doc-desc {
    min-height: 105px; }
    #top.page-id-3560 #wrap_all .app-dev-single-box .app-doc-desc p {
      color: #333738;
      font-size: 14px;
      line-height: 22px; }
    @media (max-width: 767px) {
      #top.page-id-3560 #wrap_all .app-dev-single-box .app-doc-desc {
        min-height: 0; } }
  #top.page-id-3560 #wrap_all .app-dev-single-box .link {
    display: block;
    color: #19A5E4;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px; }
    @media (max-width: 767px) {
      #top.page-id-3560 #wrap_all .app-dev-single-box .link.multi p {
        text-align: left; } }
    #top.page-id-3560 #wrap_all .app-dev-single-box .link.multi a {
      display: block;
      float: left;
      position: absolute;
      left: 0; }
      #top.page-id-3560 #wrap_all .app-dev-single-box .link.multi a:last-of-type {
        left: 50%; }
        @media (max-width: 767px) {
          #top.page-id-3560 #wrap_all .app-dev-single-box .link.multi a:last-of-type {
            margin-left: 25px; } }
      @media (max-width: 767px) {
        #top.page-id-3560 #wrap_all .app-dev-single-box .link.multi a {
          display: block;
          position: relative;
          left: auto;
          float: left; } }
    #top.page-id-3560 #wrap_all .app-dev-single-box .link.multi br {
      display: none; }
    #top.page-id-3560 #wrap_all .app-dev-single-box .link p {
      position: relative; }
#top.page-id-3560 #wrap_all .server-dev {
  padding-top: 80px;
  padding-bottom: 80px; }
  #top.page-id-3560 #wrap_all .server-dev .serv-dev-box {
    box-shadow: 0 0 20px 0 #E4E9EC;
    background: #fff;
    padding: 59px 48px 58px;
    position: relative;
    overflow: hidden;
    margin: 50px auto 0 !important;
    float: none;
    display: block; }
    #top.page-id-3560 #wrap_all .server-dev .serv-dev-box:hover {
      box-shadow: 0 0 10px 5px #E4E9EC; }
    #top.page-id-3560 #wrap_all .server-dev .serv-dev-box .avia-image-container {
      float: left;
      display: block;
      position: absolute;
      height: 100%; }
    #top.page-id-3560 #wrap_all .server-dev .serv-dev-box .av_textblock_section {
      float: left;
      margin-left: 96px; }
    #top.page-id-3560 #wrap_all .server-dev .serv-dev-box .box-title p {
      color: #404F5A;
      font-size: 18px;
      font-weight: bold;
      line-height: 21px;
      margin: 0;
      margin-top: 3px;
      margin-bottom: 16px; }
    #top.page-id-3560 #wrap_all .server-dev .serv-dev-box .box-desc p {
      color: #70828E;
      font-size: 15px;
      line-height: 22px;
      margin: 0;
      margin-bottom: 24px; }
    #top.page-id-3560 #wrap_all .server-dev .serv-dev-box .box-link p {
      margin: 0; }
      #top.page-id-3560 #wrap_all .server-dev .serv-dev-box .box-link p a {
        font-size: 15px;
        font-weight: 600;
        line-height: 18px; }
    @media (max-width: 500px) {
      #top.page-id-3560 #wrap_all .server-dev .serv-dev-box {
        padding: 40px 34px 48px; } }
  #top.page-id-3560 #wrap_all .server-dev.integrations {
    display: none; }
#top.page-id-3560 #wrap_all .hero .algolia-autocomplete {
  height: 34px;
  margin-top: 1em;
  width: 100%;
  max-width: 619px; }
  #top.page-id-3560 #wrap_all .hero .algolia-autocomplete .aa-input {
    border: solid 1px #DDD;
    border-radius: 0.25em;
    height: 34px;
    min-height: 30px;
    font-size: 18px; }
#top.page-id-3560 #wrap_all .hero input#search-input.aa-input {
  border: 2px solid #E4E9EC;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 21px 16px 20px;
  color: #8798A4;
  font-size: 16px;
  line-height: 19px; }
#top.page-id-3560 #wrap_all .algolia-autocomplete {
  font-family: 'Open Sans', -apple-system-headline, sans-serif;
  width: 600px; }
  #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-input {
    width: 100%;
    background-size: 1em 1em;
    border: 2px solid #E4E9EC;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 21px 16px 20px;
    color: #8798A4;
    font-size: 16px;
    line-height: 19px; }
    #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-input:focus {
      outline: none; }
    #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-input::-webkit-input-placeholder {
      color: #c3cdd4; }
    #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-input:-moz-placeholder {
      color: #c3cdd4; }
    #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-input::-moz-placeholder {
      color: #c3cdd4; }
    #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-input:-ms-input-placeholder {
      color: #c3cdd4; }
  #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-hint {
    color: #999; }
  #top.page-id-3560 #wrap_all .algolia-autocomplete .category {
    text-align: left;
    background: #edf0f2;
    padding: 10px 5px;
    font-weight: bold; }
    #top.page-id-3560 #wrap_all .algolia-autocomplete .category:first-child {
      border-radius: 6px 6px 0 0; }
  #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu {
    width: 100%;
    right: inherit !important;
    left: 0 !important;
    margin: 25px -2px 6px;
    background-color: #FAFBFC;
    border: 1px solid #E4E9EC;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2), 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    border-top: none;
    text-align: left; }
    #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-empty em {
      font-weight: bold; }
    #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion {
      cursor: pointer;
      border-bottom: 1px solid #E4E9EC;
      overflow: hidden; }
      #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion .suggestion-row {
        display: table;
        width: 100%; }
        #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion .suggestion-row a {
          width: 100%;
          color: #666; }
        #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion .suggestion-row .suggestion-row-cell {
          display: table-cell;
          padding: 0 0.2em; }
          #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion .suggestion-row .suggestion-row-cell code {
            word-wrap: break-word; }
          #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion .suggestion-row .suggestion-row-cell:nth-child(2) {
            width: 100%;
            max-width: 430px; }
          #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion .suggestion-row .suggestion-row-cell.concept-suggestion {
            background-color: #f3f5f7;
            min-width: 140px;
            white-space: normal;
            word-wrap: break-word; }
          #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion .suggestion-row .suggestion-row-cell.header-suggestion {
            text-transform: none; }
          #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion .suggestion-row .suggestion-row-cell .description {
            text-transform: none;
            word-wrap: break-word; }
          #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion .suggestion-row .suggestion-row-cell .component-request {
            margin: 0.2em 0 0 0;
            font-size: smaller;
            overflow: hidden; }
          #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion .suggestion-row .suggestion-row-cell .icon {
            float: right;
            width: 1.3em;
            height: 1.3em;
            background-size: 100% 100%; }
            #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion .suggestion-row .suggestion-row-cell .icon.ios {
              background-image: url(/img/ios.svg); }
            #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion .suggestion-row .suggestion-row-cell .icon.android {
              background-image: url(/img/android.svg); }
            #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion .suggestion-row .suggestion-row-cell .icon.client_api {
              background-image: url(/img/capi.svg); }
            #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion .suggestion-row .suggestion-row-cell .icon.server_api {
              background-image: url(/img/sapi.svg); }
            #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion .suggestion-row .suggestion-row-cell .icon.web {
              background-image: url(/img/web.svg); }
            #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion .suggestion-row .suggestion-row-cell .icon.webhooks {
              background-image: url(/img/webhooks.svg); }
      #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion.aa-cursor {
        background: #f8f8f8; }
      #top.page-id-3560 #wrap_all .algolia-autocomplete .aa-dropdown-menu .aa-suggestions .aa-suggestion em {
        font-weight: bold;
        font-style: normal; }
  #top.page-id-3560 #wrap_all .algolia-autocomplete .algolia-docsearch-footer {
    border-top: 1px solid #E4E9EC;
    text-align: right;
    font-size: 12px;
    padding: 0 6px;
    color: #333; }
  #top.page-id-3560 #wrap_all .algolia-autocomplete .algolia-docsearch-footer--logo {
    display: inline-block !important;
    width: 45px;
    height: 16px;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAoCAYAAAA2cfJIAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAZYUlEQVR42uWceZxU1bXvv2ufc6qqa+iJHpihoRlkEFFAJQ5oBI04xTnxxvsEfZqYmMTc3JjEFzO/l7wkN/EakxuTe02ucQjGIWhExQAOKBEVFJC5GbqBBnquoWs4e70/quiuBoyA4PB5v8+nPt119j5rr73W2tNaa5fwvqMfg06qp6OxpT/IuaDHASeArM4kO75ZOmh89961i95/to4hKupOIpvsGAoyq6e/yuJsousH0z87zy76yRkfGG/u+9/kcdjcKpDqiQI/UqUaMECzqlUTKPnAhHGsIMYBkVOBH6OUA4KwQt0MWa/zgPqlg8djs90RkHECjlp9+5RPze1YeOc3jjpv5v0Xh4uSBRVHlVAvDwqqoPb9Z+n9gQOEACn0FoNg3GBRlYFUjRmLzXZXiJgfAU8qPCGO+dUrD/1ucM1xZx51pg55BqgYPpVssq0eYRZ5pRmETeJnnonW1GV3rl5y6K2qHAsBfzShRf+PWkQ2MQskMFPhOiAMoMoVIC8bp+Tfj3bzh2QANcfPoqNxlesFIjehfDnPtQiwXp3AJ7sTXW9/0HI82vjPudrn+5zfvQ9Gu2EMDDgONNcfNNRboC4wcNeqBUJfk3nPOCQDyHa14AXCxwGXgBZN2YwSkcuTzQ3fH37qNbrl5T8eeyG9D7jlLmXOKV9n1tq5RsrcSVidcu6Fm5xCsQBdqv7z8Uj/bS/9LMaVc2DelUfHQJxQBD/RvhKRZtAB+RalXeDvlcOnaOuW5Ue1r+9qAHUzbqRx+SMmGC2/HNW6/YqNwhVeab8/tu9YvhkGA41HlcH3HaqMengTM1fPwVS4J4s491hyYxCKNCy+iLsgnNx5wyev2r579+Cao9Z8qGII3R17Xjaedysin0bxUB5TdIEEAke9u++6CWzbvIxguKwO5dKi+r3TkDIW5ILhZzZz2hdOJ28EH11c+0f4/HUjSQwV1PfPUeuPFZEUSieqHSImDoiInGEcb5wbjSGJzvfc7j7seP1RkHDG5oIP2Zxeo75e5Se777FpP9WyfulR7+8/nAHOuPVl2pofo2Hhn2cDYwqP08BzIKeCVoB6iFy5fkG/hwKRN5ohctSZPKaYut/3p4A4VPy1VLKndr6GtbdiTAMiHSgWiIIOxjijjWpn6gRDZPHRPU0nW96G/CDrOtbd/wec9+etR/+ZdMKvdYy5QlU9AEQasPYORL4NzC5UnmxEzjYSewBePdY898HQM/8XzSv+yzFuOGhEjEVV1beaS2TTHZpzgoKf3tX3Jc1PYOcv+jO5vWNKcMT1NRt/7vIT9A83wx/uA6jRj9237q+2O06wbEDQM8EgiFibyaWCsVSgq1XcYLmOq9/Az0bNKOjrgzvduJEouUScYMVg1zHhoBjfRazBilrrZnN+OiXi2Ez75r7vvTPJXWDDGHHOVJhcVDA/vnv3a9Ha/g8j8nFUQ6iGQa7q7tzzREXdtK62hr8f087GakehNhtC3LGtax+Y5oVCE0CrRTQo4INJ40Y7vRCNwCYYuVEt262vHanWzenqT9/FlOvm4qdOPNGEzC2IVIufvffkh1Y+4rVM8s0vX5VgbVm5KR10kkbtqeK6Y0WcKlDXIdzlZrPbKSl9TTW3dOX9VQ3nP7ot+9enbwEuhl8//p76VjpoPH4mGTTGPUOhMv9UkwqLA5GKrrbNvQNsyGlXsf3Fh4jW1teAnEhUxwH1IlqjmBhqPFxyjmq743mbQZZ6tSOX0tW2N5Fs/ccGUDXqY6Tad0TF4UpUC/O67ET1kcoRNZqJ+wsRZzVwUuGV04zjTkVzf+OoH1byKKkcSi7dbVR1qjjejarMBGpBPdB9A7sYCpICusRIo2O4NxSr//XQyyflbKJpKMb5hVr/NDHOdhSiW3dZb0w0ilTNBpmjaqeJSKnmcgb8whjXwiFY0iJmmxuNPOLb3L2XzLpjXaBzsv7pV/LeJgK1gEQQvilwsoKisg30QnHcPkvCphceJCAPAcxF+AYqJaCOFguir0y6RMwrxCp/HAmE/jZ4yqX2HTaBc7C5JoxxJwOn9zwWllibe9MrH0e8dWcTML+3Ce2HyKWZrr1ezdgZR1n13yI2qAZxI8FgtOwGRB5U1etAB+eV/44Q0HDBSE4CTjROwOnvjAPHPU5EJiE0qfVvefqT9fOc+hHDEOenqtxj/dws9f1y1cKxV8SKiN8jV98Pqu+PQvWr4pgHu53yyzpia70L3mpn6qj/c+T6V0VEQHE1P7uWgAaQwvMiBEQoHTgWoAslDOq8C/UYqjMRuceEoue1t7168BmgamIjnY1ZNxD0LkG1cMaRBMqjwYiTbN8xjsphb2omzhOI3IDqoIK0z8UN1PuZ1FF0DF1I/4m/pmvXYMdx4jeo8n3QsiIdJ4ANCBtR7QIRhBKgFtVRwEB6x6QiQCyNdukW43mr8HP3Lbiy7rFZj64fLZi71PrnqLWCCGKchBizSq1drmo3i5i0Qo1x3ImqOg21A9X6RtVOEmN+JV6oX2rdjt9VPDU3N+POiSy+c/bhdraX04POovs/qMMLQ7pLtiM0oLITaADdDXQAPlAFMgk4GQozuepwFe6Ib29Zf1AD8ONtBLyS4SifKHq8Guu/4AZjpLfcSWzMVGxu6xrjBZ4HPpWny3CQ86dNP/ftzR+7nnV/uOE9q1/1L1SNPAlx4meCfr2P8kWWg/4MX5+31rarZrKiIiqeI0Y845gLQX4FGi2W7yVnf4//fvCmjbFA9fUEQ1s/MW9LlVX7v9X6M7EKIirGvAryC5tJP5dOJlsGjZ+c27n+dbC+MV5JqQmU1Dli5iL8k6otU9+vEs/5bjBWsSf4dPsjY7aW0KXKa3KY68FhLZ1dlNeNZNeKLUvFyKVqbaP1bTKXbk0bE1DHi4HvGwl65WK4CuTbPQNamSQil+23BAwAyvEG14IwE9GRvWzpU90t23Z9Z+0KIMXedc8TjLkplL+AJAvVXIQLlzzzx6rdL93znpUPUDX6dFLxjlLQL6jqwCLlv4Ll+rIRuQes7zQlWxoSqdamTLKtMZ1qbUgGwqUdIHvJj4JeCDTt+TXPXz3Jz8X3rOlu6+jGyI3AhagixlhjnIdtLvtPT1980/3ZbK55yWcG5e7/13amXH4iTklsgBsM32HEDPf9zO3AF8U4OwBsLlujNnd7d13J6PU3D2G5AJ536J09bOxl07MLSezZuCfevOHNxJ5NranWhu5sokPTXXtItm4m2bHVgtPqZ4K/Ae4GyRV0FUQ4Zz8DqKRyRBWJdevKEbkYJVAQdjOwoGzEUP2czNinGpAAqvoiwtoeEqonGmS6+hmOG3PBe+6izXVjxEwFekNhIntA7jABb+XMf2kg2br+gPecYI8/4oAh6CpUn/UNSgcNwy3xxqn1r1M/5yGCiFmovv+VcDCyAX2aRVePB2r40mk/Z+XCNI4TOEHEXA/83vFC31PrLxBjviWO24UqNpOZpL7/mVRLyrn58dcpm3g6HzQSu5sIlTo+1j4K7CwqGtvHAAaxGuiHiE5FdVpR0SvW2lUqA4B9Ub+9DDhlLqn43h3A00V1Y8Al2c6W4F7teE+M3/iI0tawXEDPQrWip0B5VnP+CyUxuPfSusOmmwP27BxKZ8M9guolau0IAHHcHVb5fjBStf3xBzYz/t9eBhGumAcP1K4g/tjdgjJdrY2qn4up9T9rgqHvKMwXkXliDGqtUet/MhgKDl3tD6CsuvQYq/dQYLC5LKrahLC9V45aVWQA45FTq0m07vZALgT2CTwNPBmN1cZbN7zUh+yaBx6jfEClRfWp/KgsQGQGXnBULpd+T2z/+WsfI1I1PCIiE4oeZ0D/5oa8VPPba4Ath003lYGZt52NLbmwTIx7pqqKiEFUF3R3tfx97GnlDK5czupbpwOw/eUWzpz5faLnzC4Tx5mm+3IWFB+oEzEl6tvf55ccBagzxp0SC2SpTFcdO73uh3CsikgoSEllfTBcXV8WqRlRGakZ0S9S3a88nUgFRcgJFPutvSIDWE1i11DcgAwDnVlUaauqXWK9g+0XX0ScANbqSrTIBagMEeTcqSefxdg5DxxxhzKpTtSYEs3v5PchAWwqqQwAg46IrgnmaSPOAOtnx6CKOCalsLCielj6xxGhcXHvHsaOfJLcrgmI54xUayeIiBXHXYHwlVy6+7qn7aptvs2uwphViIDasFo76YkLhrFicVshcn7sMPik04lUjYiYkvJTpWzIrY4ndxtHHhTj/EXEmS+OO88NuL9FzFf3k+W+Y+AoYD3BwHSyKXM2yoieGiLPWatbUu07D9p4+94EpaFoZ9bP/QXkHNBAPn4tF7y08E/3BmOLW460YyIGgVCvIwqADKqdqv2BN4+IbrwFTEUN4vq1ohpR30etTaCyeVeykc89qdw9O6+0KarMkWt5+I+X4cacaWKcVpvL/lKtvT/WnGlI9XO1fl0YOyQedxxvMzBDVRHHHTTroeXBdU2j0113zzwiPt8Nn16izLugv7Q17jpZHOdLoGcB/UCdPqeJ4tCd9nWXufueV44eTUerLXWMuTCvRAByKOWOyM2AidbWH5SRrJ+1wFAgA/s2jkwW40wVIwu8YJhsOnnYHRRVjB6YQKSgao/c1ZhSKNOhdMuWIIhRfNSqr6rJcP8sTQt66w6YP5/77/sDIW+la3ORTeLop2yW1dbDf/im47j6wUVs+OpZ1D38uq/WT+QZFwQJ+b6YsrKuYxLROeuRHPefKUT7jzof+LeCz6NYelmENIpfCGV7qAbZLwJcMIBa8HfiGHM8cHLfcr0KuPoQeOobDVEtQ2R2vLXxuX7jZ2Z3vX74PnJxPTRNWpCU9ppxQERKHW8P+dlsx2HTLfGhK7gV12o3hQVdjLggkYQOo676jZ668y+6iEu2Kevv9v3SsfGFmhO77PoT8vwBs6NJTvjN97GVV7uOY6JqbUEYmhIcv2Xv+sPm71Cw4tZpxPqPGqvwgz7KF2lE9WnQV0F2A0lUXNAyhTEC/4P8YAUKBjBfX+SicMRESgedB1q9X1uHmjh6kIVOP+56oaHZeMumI+mkCYaxibZuIzT36F8kguqIZGt2yZEoHyASBF934+YqmjHSBVSIMRFU62vD5pUXbpnM5AnKG6vyXXpsqFCYOvNczNWedT2Ubaei+kpEbVTErVcsIoJaf3v605MyTUyisv5oZjoH+Gbnw/yg9CKitfWXA8f3akBWoHw5l9WlXjia6Wpc2VMUra1H0JiImaqqPQZgoB/XjhxHONq/P8K5RS2lEVkuIi+IyIuH8kFkKUhrkU2MEDjTPcJMlvrz/5VMsiOB0utaVg2AfDyX7C7pP/EE3jkB5Z2XiEwQwh0RfHI7xXHWIoL6fkjEzEqvbQ2ZZc8z4/L9XhLp+wGu+NPvGZh8iYAZjnGcyWrthLwzyUmIyMrSZ3cwetJQDhal6qV7uFIZyG+mXkOkalQMkak9FESSKD8xmMVuONhH+RChpLwc1B7QmikbfhPYbsSY6YVLC/s6/Kqqvcpa/2L1D+lzkVp7MTCvSFlBRGZ37twcrayf/u59y/vfe76+9YebKa0d4YMuQaR4KZ0ljpmRbIlTNrD6QDoOaC5HQfIHSL/Uh78yn2cvu6RDrV0kYmxhgJ9rosHTRrXUM+CmLgb+5CX+EcIddawpOxnYHhUx16G2AhEU3ahql+/V3WRCwXd8X9Wqf9h7ox10d/UHYz10X7gYUI2r6mo3FibeuH9aXuIdY2amJHY/6S4niMhstCedR4FnEs2bNocqh7TF2ze3xve82yfW5gbYC/wV+ijrFMd1x6nfSD5ynAU8DhwW4rqBEuM4SQrZ0CRbtoNxsNZfCrxSJLpqhO9Zn1M6WtZISb8hPSUhIDJsMslkcwgYUWisD9wIjLw3zZmPP4KIPC5iNgCo79egens23T3ylQ1pdvzLdJhxkBhzVNGosnn4YMJWXMHMVdVLCpE8K2L+nNy7rrF+5gm0tfSMxD6EBDxfQ6ZsrM/hZlEZxwW1ivRxczsCIcEhvxffj+d3opVJ1WJcRgBF95NkN8rCiroptKxdktfZu2I7TiAI1r4KfVzD/UFmtTVs4xN3zQZW4qdHA9oN9N4CEYY6XjDS2bQd6B0VrRuXEY5VtAB39VleVE8Cfh8tH3Kb4wSmRWpGDIrUjBzk1Iw8XhJdV7vi/QbkO4Vw8AFob2vFDeyGYGQdRn4rjptRVVTtGQi/iO9umzD9209yzk1rChdWFFpb4eMfR77wDc67bzMlcY1mNftZRb+p1g8jgjHucrLZ+6IjZtj/Bjo2bkTEgNJNcVxCZHgwHAu/eNsXYeDhuIvDhPtZbI5utM8mqAwjM7p2xU2kZkjfVzzQbO6gy41rog50cTZK8VvLrfVX62EtUK1MuvF1Ft8+sTlSWfs3erPtDMKsSPWo/1j2s4f3QIBsOouq3SliOtjncVQ9EeRmVfufJf1GtFiyKcFod0s1TqQd2ykLHFd+pvD1Ir/AaOC7iHxZkBbyhl4OlBXi4+/Ibcuqlew67+eMu3OVjQ+L/k6MTMKYawqh4PON6w6OTR73a+tnnzr7T2/sSia2pqPRoZjP/l8nZ72oqp1kHHeOWnuZWj8KYFxvhzHOt8tKyhvuPyvC+DXFLWoTSgrIRyaV0wXm5Aj+KdK9vl1Lq7rFCR3C2bYdcWZSMbwj1bmzYSkqVxTuDbjA5wORXELRx8P9RrX4NpkVzamIkVTnXmNcJ8Z+M6KbbGwuN458omeREMmh+kzpqPrOXUufOQwDgEVfG07lyGk2k2h9FuV/Fin3eBGmILGnDGtw3XFk/dYmcZ1lig7vMW30NhG50vHMk8byXSdQEu9mOc1vQdmQ8RmbTf9ckJSKfAnVfQbrAtWFTx+JAykovn7WF+PnQe2gCTTp6raUH7odI2ExzsVqfcdaf5KI+blxvM8Zp/yNUi+6BZFukFov4ByH2snq+1WqPbkDTah+HVefWbZ8Oz86p4yvjc8PILU51OY2iOOtRPWcAnvlID80Rq4j4DxspfQnkep0d/chhE92vLaMypHlCDIf4RpVPaUg50HAjwVzo3isM1rSRn6WdRAJAtWqPRlc+dFpHKaA9ubGKk2qLErvbDss5ecxCuPEUcsbIrKiqKAM4ROJ5l3e0FP7ke0MU1I9KKEi/yFithTVCwHjBEaozWogUt5T0LF9NYKb8DPpO1G9CuSXIKsQaUMkBZIp/G0H1iDcDXyv735E8X1fTTlAmnlXCs9tXcwbr+4hFqnZqpr7vBjzCzFOe15xflB9f6Ja/1oR+ZaI/BD0i5rPFqpWVRFjfGOcvwvckGtpu1/eiPkDL9jO14rcv2Pvfo6qygltKL+CopgJGkZ1EqrDfD/tByrHFbN6kOl336MorZuGESrztiLmNsQUb/lDoONRvRSYC9wAzEH1GlRn5TO5ewkahPPyixStIB0If1Ob2yjOkaQ6t7N3/RrizRtaVXmC/LTcCrSDTHFK3IGde0bSsft5asddiJ9OL1HVmxBZCLSRD9Shqg3Jjt3J6T96sQ/1zl1rSbZuy6nlZfW5VVXPV9XLUL0euAnlBtArFD0/nTRfFGQ5fdeBnNKhZQEF8s6et79yFgM/9wZN436LJCI7/XTmdtDPiHEeFcfdLcb4PfvVon2rOG5SHPMWxnxXrX91eFviqV2l6s8eUM4LE8/vw/fS88ro0g6yme75wOdBXgLpAPELOl0fqqjJNi19Nh9KQEGIF+TWBtKJSpHvcw0wnwnX/5msa5agem0+8UU2F3IzDraUaN47KInCXmoLIsskWls/RfMjTxEE1e21g8dsbckZOlY+cQRGAOXDTiDXHa9CGK3aM/36qv6agdMu7dj4xE97zTU2SJxQoEKMczwwlrx7b6EX9p5vazjSzLIYZUOG4mcyn0b4bT6vDoAfxps33n5QARUp9/KHttNlUjEC+dQvEcaJ6/UTEVd9P2793FYxzuvq+6+6aRq9TM5//NqxBct4531TSfVwrPXFcwI1iEwCRoHUgP7FCUVf69i6gkhtPWp9zxhnnOZD6wBpX/xV4erhqda3DvzthEj/kaj1g0bcOoGJqoxA6A8EyW88k+QHeCvQhrJbVXcitvVDdU23LADiQ7YcTBq64kdCpZ5hUzz2ru92pcT9KegtBcVkUL3J8dz/GnTaEtY8WPuulK5Y1ES0PERzQ7uX8buDOEawbs5JZNO4xj59zdj31N99c6zP0UuiDpK/h54ORYwTiInNpsH1rSrqxw+8wfShMoCjgXDVaAIlSi4r0wW9T3vuM0qToheVVPD63rUCbHh3Yge4KuTgzz7C+AB+IeTwUVk3jXSiZaiInI7om2pp9HPZRLefyxjjYNu2U1JZh6rvIH5pLiOnAd9S+lxmXWz93FpxRgHPHlrDB1PuR1zh++MjYQCqOURkqoj8uyoJMbLB9QKbol6gEbSV2npfoURwhiAyEeXE/DGrAJFNwC9LyiW5Z/UhKv//E3zoDWCtKv/8zV+w+nd3TdB8XmAFqoOBs/I1xJJPGTCAHBh4kY0ot6U1uay0/+mwseGD7tKHCh96Azhj8vl0bHsz4HnhEvJHyghocYTlYE6eLLAHWKToXelU97JcZ6Pu2H1sMnM+yvjQL2jRoZNIte+QUDBWJfmElROB40VkOFCjSiT/qyWSRmhFdRvwGrDEz2XfCJfVxVs2L/6gu/Ghxf8DwvKOSmwdryMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTUtMDktMjFUMTc6NTE6MTIrMDI6MDAaMs3qAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE1LTA5LTIxVDE3OjUxOjEyKzAyOjAwa291VgAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle; }

.trusted-by-logos {
  text-align: center;
  background-color: #fff !important; }
  .trusted-by-logos h3 {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 15px !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    color: #4c6273 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important; }
  .trusted-by-logos p {
    font-size: 0 !important; }
  .trusted-by-logos img {
    max-width: 225px;
    width: 20%;
    height: auto;
    display: inline-block;
    margin: 0;
    padding: 0; }

.split-info {
  background-color: #0A1631 !important;
  padding: 0 !important; }
  .split-info .container {
    padding: 0 !important; }
    @media (max-width: 767px) {
      .split-info .container {
        max-width: none !important;
        width: 100% !important; } }
  .split-info .content {
    padding: 0 !important; }
  .split-info img {
    margin-bottom: 39px; }
  .split-info p:nth-of-type(1) {
    color: #FFFFFF !important;
    font-size: 28px !important;
    letter-spacing: -1px !important;
    line-height: 15px !important; }
  .split-info p:nth-of-type(2) {
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 300 !important;
    opacity: .7;
    line-height: 26px;
    max-width: 485px; }
  .split-info p strong {
    color: #fff; }
  .split-info a {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 50px !important; }
  .split-info .flex_column {
    background-size: cover;
    padding: 80px;
    margin: 0; }
    .split-info .flex_column:first-of-type img {
      padding: 14px;
      background: #fff;
      border-radius: 12px; }
    .split-info .flex_column:last-of-type img {
      margin-bottom: 23px; }

.page-footer-form {
  text-align: center;
  padding: 50px 0px 50px 0 !important;
  background-color: #00AAFF !important; }
  .page-footer-form h2 {
    padding-bottom: 10px !important;
    color: #fff !important;
    font-size: 40px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 800 !important;
    max-width: 800px;
    margin: 0 auto !important; }
    @media (max-width: 767px) {
      .page-footer-form h2 {
        font-size: 32px; } }
  .page-footer-form h3 {
    padding-bottom: 30px;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px !important;
    font-family: inherit;
    max-width: 650px;
    margin: 0 auto;
    font-weight: bold !important;
    letter-spacing: 2px !important;
    font-weight: normal !important;
    font-weight: 200 !important; }
    @media (max-width: 767px) {
      .page-footer-form h3 {
        max-width: 400px; } }
  .page-footer-form .pardotform {
    display: block;
    clear: both;
    width: 100%;
    height: 135px;
    overflow: hidden; }
    @media (max-width: 867px) {
      .page-footer-form .pardotform {
        height: 275px; } }

.tab-block {
  border-top: 1px #e0e4e7 solid;
  border-bottom: 1px #e0e4e7 solid;
  background: #f9f9fb !important; }
  .tab-block h2 {
    text-align: center;
    color: #002037 !important;
    font-size: 40px !important;
    letter-spacing: 0px !important;
    text-transform: none !important;
    font-weight: 800 !important;
    max-width: 800px;
    margin: 0 auto !important;
    padding: 50px 0 50px 0; }
    @media (max-width: 767px) {
      .tab-block h2 {
        padding: 25px 0;
        font-size: 32px; } }
  .tab-block .tab_container {
    overflow: visible;
    margin: 75px 0 0 0; }
  .tab-block .tabcontainer .av_tab_section .tab {
    font-size: 14px;
    border-bottom: 1px #b1bac3 solid;
    background: transparent !important; }
  .tab-block .tabcontainer .av_tab_section .active_tab {
    color: #00aaff !important;
    border-bottom: 1px #00aaff solid;
    background: transparent !important; }
  .tab-block .tab_titles {
    border-bottom: 1px #b1bac3 solid;
    text-align: center; }
    .tab-block .tab_titles .tab {
      display: inline-block;
      float: none;
      margin: 0;
      padding: 20px 50px;
      border-bottom: 4px transparent solid;
      text-transform: uppercase;
      color: #4a6071 !important;
      font-size: 14px !important;
      letter-spacing: 1px !important;
      font-weight: 600 !important; }
    .tab-block .tab_titles .active_tab {
      color: #00aaff !important;
      border-bottom: 4px #00aaff solid; }
  .tab-block .tab_content {
    overflow: visible; }

#main .logo-quote-box {
  background: #fff !important;
  text-align: center; }
  #main .logo-quote-box .context-top,
  #main .logo-quote-box .context-bottom {
    padding: 90px auto !important; }
    #main .logo-quote-box .context-top h2,
    #main .logo-quote-box .context-bottom h2 {
      padding-bottom: 25px !important; }
    #main .logo-quote-box .context-top h3,
    #main .logo-quote-box .context-bottom h3 {
      color: #4c6273 !important;
      font-size: 16px !important;
      line-height: 24px;
      font-family: inherit;
      max-width: 650px;
      margin: 0 auto;
      letter-spacing: 1px !important;
      font-weight: 400 !important;
      padding-bottom: 40px !important; }
      @media (max-width: 767px) {
        #main .logo-quote-box .context-top h3,
        #main .logo-quote-box .context-bottom h3 {
          padding-bottom: 25px !important; } }
    #main .logo-quote-box .context-top p,
    #main .logo-quote-box .context-bottom p {
      margin-bottom: 100px; }
      @media (max-width: 767px) {
        #main .logo-quote-box .context-top p,
        #main .logo-quote-box .context-bottom p {
          margin-bottom: 50px; } }
    @media (max-width: 767px) {
      #main .logo-quote-box .context-top,
      #main .logo-quote-box .context-bottom {
        padding: 50px auto !important; } }
  #main .logo-quote-box h2 {
    color: #002037 !important;
    font-size: 40px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 800 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 50px 0; }
    @media (max-width: 767px) {
      #main .logo-quote-box h2 {
        padding: 25px 0;
        font-size: 32px; } }
  #main .logo-quote-box .av_one_half {
    width: 50% !important;
    margin: 0 !important; }
    #main .logo-quote-box .av_one_half:nth-of-type(1) .avia-image-container {
      width: 50%;
      margin: 0 !important;
      float: left !important;
      clear: none !important; }
      #main .logo-quote-box .av_one_half:nth-of-type(1) .avia-image-container img {
        padding: 0 20px 20px 0; }
    @media (max-width: 767px) {
      #main .logo-quote-box .av_one_half:nth-of-type(1) {
        width: calc(100% + 20px) !important;
        margin-bottom: 0 !important; } }
    #main .logo-quote-box .av_one_half:nth-of-type(2) .avia-image-container {
      width: 100%;
      margin: 0 !important;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      #main .logo-quote-box .av_one_half:nth-of-type(2) .avia-image-container .avia-image-container-inner {
        display: block; }
        #main .logo-quote-box .av_one_half:nth-of-type(2) .avia-image-container .avia-image-container-inner img {
          width: 100%;
          height: 100%; }
          @media (max-width: 767px) {
            #main .logo-quote-box .av_one_half:nth-of-type(2) .avia-image-container .avia-image-container-inner img {
              height: 100%; } }
    #main .logo-quote-box .av_one_half:nth-of-type(2) .av_textblock_section {
      position: relative;
      z-index: 2;
      text-align: left; }
      #main .logo-quote-box .av_one_half:nth-of-type(2) .av_textblock_section:nth-of-type(1) {
        padding: 50px 50px 15px 50px; }
        #main .logo-quote-box .av_one_half:nth-of-type(2) .av_textblock_section:nth-of-type(1) p {
          color: #FFFFFF;
          font-size: 32px;
          font-weight: 300;
          line-height: 40px;
          margin: 0;
          padding-bottom: 35px; }
          @media (max-width: 1100px) {
            #main .logo-quote-box .av_one_half:nth-of-type(2) .av_textblock_section:nth-of-type(1) p {
              font-size: 24px;
              line-height: 35px; } }
        #main .logo-quote-box .av_one_half:nth-of-type(2) .av_textblock_section:nth-of-type(1) img {
          max-width: 200px; }
        @media (max-width: 767px) {
          #main .logo-quote-box .av_one_half:nth-of-type(2) .av_textblock_section:nth-of-type(1) {
            padding: 50px 50px 15px 50px; } }
      #main .logo-quote-box .av_one_half:nth-of-type(2) .av_textblock_section:nth-of-type(2) {
        padding: 0 50px; }
        #main .logo-quote-box .av_one_half:nth-of-type(2) .av_textblock_section:nth-of-type(2) p {
          padding: 0 !important;
          margin: 0 !important; }
        #main .logo-quote-box .av_one_half:nth-of-type(2) .av_textblock_section:nth-of-type(2) img {
          width: 70px;
          float: left; }
        #main .logo-quote-box .av_one_half:nth-of-type(2) .av_textblock_section:nth-of-type(2) h3 {
          padding: 10px 0 0 0 !important;
          margin: 0 0 0 90px !important;
          color: #FFFFFF !important;
          font-size: 18px !important;
          font-weight: 500 !important;
          line-height: 24px !important; }
        #main .logo-quote-box .av_one_half:nth-of-type(2) .av_textblock_section:nth-of-type(2) h4 {
          padding: 0 !important;
          margin: 0 0 0 90px !important;
          color: #FFFFFF !important;
          font-size: 14px !important;
          font-weight: normal !important;
          line-height: 24px !important; }
    @media (max-width: 767px) {
      #main .logo-quote-box .av_one_half:nth-of-type(2) {
        padding-bottom: 50px !important;
        width: 100% !important;
        margin-bottom: 30px !important; }
        #main .logo-quote-box .av_one_half:nth-of-type(2) .avia-image-container {
          height: 100%; }
          #main .logo-quote-box .av_one_half:nth-of-type(2) .avia-image-container .avia-image-container-inner {
            height: 100%; } }

/*head.sr*/
.wow {
  visibility: hidden; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.UpperPad {
  height: 105px; }
  @media (max-width: 767px) {
    .UpperPad {
      height: 0px; } }

.LaminaSwath {
  position: relative; }

.FSBG {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #112042;
  background-position: top center;
  background-size: cover; }

.Header .Inner {
  z-index: 2;
  position: relative;
  max-width: 1280px;
  margin: 0 auto; }
.Header .Context {
  text-align: center;
  padding: 100px 50px; }
  @media (max-width: 767px) {
    .Header .Context {
      padding: 50px 25px; } }
.Header .LeadIn {
  padding: 0 !important;
  padding-bottom: 30px !important;
  margin: 0 !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 500 !important; }
.Header h1 {
  padding-bottom: 0px;
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  line-height: normal !important;
  letter-spacing: -1.5px;
  text-transform: none;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 500 !important;
  margin-bottom: 50px; }
  @media (max-width: 1050px) {
    .Header h1 {
      font-size: 44px; } }
  @media (max-width: 767px) {
    .Header h1 {
      font-size: 32px; } }
.Header a.Shaped {
  display: inline-block;
  font-size: 14px;
  font-weight: 400 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px !important;
  border-radius: 4px 4px 4px 30px;
  box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
  padding: 4px 33px 6px 36px;
  color: #FFFFFF !important;
  background-color: #00AAFF; }
.Header a.Arrowed {
  display: inline-block;
  font-size: 14px;
  font-weight: 400 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px !important;
  border-radius: 4px 4px 4px 30px;
  box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
  padding: 4px 33px 6px 36px;
  color: #FFFFFF !important;
  background-color: #00AAFF;
  background: none;
  box-shadow: none;
  margin-left: 10px; }
  .Header a.Arrowed:before {
    margin-left: 15px;
    position: relative;
    top: 3px;
    left: -15px;
    content: url("/wp-content/uploads/2018/04/play-icon.svg"); }

.LogoGrid {
  background: #fff;
  text-align: center;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .LogoGrid {
      padding-bottom: 50px; } }
  .LogoGrid .Inner {
    max-width: 1280px;
    margin: 0 auto; }
  .LogoGrid .Context {
    padding: 100px 50px; }
    @media (max-width: 767px) {
      .LogoGrid .Context {
        padding: 50px 25px; } }
  .LogoGrid h2 {
    color: #002037 !important;
    font-size: 40px !important;
    letter-spacing: 0px !important;
    line-height: normal !important;
    text-transform: none !important;
    font-weight: 800 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 0 30px 0 !important; }
    @media (max-width: 767px) {
      .LogoGrid h2 {
        font-size: 32px !important; } }
  .LogoGrid a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px !important;
    border-radius: 4px 4px 4px 30px;
    box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
    padding: 4px 33px 6px 36px;
    color: #FFFFFF !important;
    background-color: #00AAFF; }
  .LogoGrid .Logos, .LogoGrid .Testimonial {
    float: left;
    width: 50%; }
    @media (max-width: 767px) {
      .LogoGrid .Logos, .LogoGrid .Testimonial {
        float: none;
        width: 100%; } }
  .LogoGrid .GridWrapper {
    padding: 0 20px; }
  .LogoGrid .Logos ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .LogoGrid .Logos ul li {
      margin: 0;
      padding: 0;
      float: left;
      width: 50%; }
      .LogoGrid .Logos ul li img {
        display: block;
        margin: 0;
        padding: 0 20px 20px 0; }
    @media (max-width: 767px) {
      .LogoGrid .Logos ul {
        width: calc(100% + 20px) !important; } }
  .LogoGrid .Testimonial {
    position: relative;
    border-radius: 4px;
    overflow: hidden; }
    .LogoGrid .Testimonial .TestimonialWrapper {
      position: relative;
      z-index: 2;
      text-align: left;
      padding: 50px;
      padding-right: 75px;
      overflow: hidden; }
      .LogoGrid .Testimonial .TestimonialWrapper .TestimonialInner .Quote {
        color: #FFFFFF;
        font-size: 32px;
        font-weight: 300;
        line-height: 1.25  !important;
        margin: 0;
        padding-bottom: 35px; }
        @media (max-width: 1100px) {
          .LogoGrid .Testimonial .TestimonialWrapper .TestimonialInner .Quote {
            font-size: 24px;
            line-height: 30px; } }
        @media (max-width: 480px) {
          .LogoGrid .Testimonial .TestimonialWrapper .TestimonialInner .Quote {
            font-size: 20px;
            line-height: 24px; } }
      .LogoGrid .Testimonial .TestimonialWrapper .TestimonialInner img {
        max-width: 200px;
        padding-bottom: 35px; }
      .LogoGrid .Testimonial .TestimonialWrapper .TestimonialUser img {
        width: 70px;
        float: left; }
      .LogoGrid .Testimonial .TestimonialWrapper .TestimonialUser .UserName {
        padding: 10px 0 0 0 !important;
        margin: 0 0 0 90px !important;
        color: #FFFFFF !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 24px !important; }
      .LogoGrid .Testimonial .TestimonialWrapper .TestimonialUser .UserBlurb {
        padding: 0 !important;
        margin: 0 0 0 90px !important;
        color: #FFFFFF !important;
        font-size: 14px !important;
        font-weight: normal !important;
        line-height: 24px !important; }
      @media (max-width: 767px) {
        .LogoGrid .Testimonial .TestimonialWrapper {
          padding: 30px;
          padding-right: 30px; } }

.FooterCTA {
  text-align: center;
  background-color: #00AAFF !important;
  padding: 100px 50px; }
  @media (max-width: 767px) {
    .FooterCTA {
      padding: 50px 25px; } }
  .FooterCTA .Inner {
    max-width: 1280px;
    margin: 0 auto; }
  .FooterCTA h2 {
    color: #FFFFFF !important;
    font-size: 40px !important;
    letter-spacing: 0px !important;
    line-height: normal !important;
    text-transform: none !important;
    font-weight: 800 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 0 30px 0 !important; }
    @media (max-width: 767px) {
      .FooterCTA h2 {
        font-size: 32px !important; } }
  .FooterCTA .pardotform {
    display: block;
    clear: both;
    width: 100%;
    height: 150px;
    overflow: hidden !important; }
    @media (max-width: 867px) {
      .FooterCTA .pardotform {
        height: 300px; } }

.CDK .DownloadPromptWrapper {
  position: relative; }
  .CDK .DownloadPromptWrapper .DownloadPrompt .KitInfo {
    text-align: left;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    color: #fff !important;
    font-weight: 500 !important;
    margin: 20px auto;
    width: 400px;
    padding: 20px; }
    .CDK .DownloadPromptWrapper .DownloadPrompt .KitInfo .Icon {
      float: left;
      height: 64px;
      width: auto; }
    .CDK .DownloadPromptWrapper .DownloadPrompt .KitInfo .Filename,
    .CDK .DownloadPromptWrapper .DownloadPrompt .KitInfo .Filesize {
      margin-left: 80px; }
    .CDK .DownloadPromptWrapper .DownloadPrompt .KitInfo .Filename {
      font-size: 16px !important;
      margin-top: 15px;
      margin-bottom: 4px; }
    @media (max-width: 767px) {
      .CDK .DownloadPromptWrapper .DownloadPrompt .KitInfo {
        width: 320px; }
        .CDK .DownloadPromptWrapper .DownloadPrompt .KitInfo .Icon {
          height: 32px; }
        .CDK .DownloadPromptWrapper .DownloadPrompt .KitInfo .Filename,
        .CDK .DownloadPromptWrapper .DownloadPrompt .KitInfo .Filesize {
          margin-left: 50px; }
        .CDK .DownloadPromptWrapper .DownloadPrompt .KitInfo .Filename {
          margin-top: 0px;
          font-size: 12px !important; } }
  .CDK .DownloadPromptWrapper .DownloadPrompt .OrDivider {
    padding: 0 !important;
    margin: 40px 0 !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 500 !important; }
  .CDK .DownloadPromptWrapper .DownloadPrompt .Alternate {
    font-size: 12px !important;
    letter-spacing: 1px !important;
    color: #fff !important;
    font-weight: 500 !important; }
  .CDK .DownloadPromptWrapper .DownloadForm {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .CDK .DownloadPromptWrapper .DownloadForm iframe {
      border-radius: 4px;
      padding: 30px;
      background: #00aaff;
      max-width: 600px;
      margin: 0 auto;
      height: 100%; }
.CDK .Header .Context {
  padding: 75px 50px 150px 50px; }
  @media (max-width: 767px) {
    .CDK .Header .Context {
      padding: 50px 25px; } }
.CDK .Header h1 {
  margin-bottom: 25px; }
.CDK .ScreensRotator {
  position: relative;
  z-index: 10;
  margin-top: -50px; }
  @media (max-width: 767px) {
    .CDK .ScreensRotator {
      margin-top: 50px; } }
  .CDK .ScreensRotator .Screens {
    position: relative;
    width: 1400px;
    height: 500px; }
    .CDK .ScreensRotator .Screens .Screen {
      width: 280px;
      float: left;
      text-align: center; }
      .CDK .ScreensRotator .Screens .Screen img {
        transition: all .2s ease-in-out;
        top: 0px;
        left: 0%;
        width: 280px;
        height: 460px;
        display: block;
        position: relative;
        max-width: none; }
      .CDK .ScreensRotator .Screens .Screen .Title {
        transition: all .2s ease-in-out;
        margin-top: -25px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px; }
    .CDK .ScreensRotator .Screens .Screen:hover img {
      top: -20px;
      left: -10%;
      width: 120%;
      height: 120%; }
    .CDK .ScreensRotator .Screens .Screen:hover .Title {
      opacity: 0; }
    @media (max-width: 767px) {
      .CDK .ScreensRotator .Screens {
        width: 750px;
        height: 275px; }
        .CDK .ScreensRotator .Screens .Screen {
          width: 150px; }
          .CDK .ScreensRotator .Screens .Screen img {
            top: 0px;
            left: 0%;
            width: 150px;
            height: 246px; }
          .CDK .ScreensRotator .Screens .Screen .Title {
            margin-top: -10px; } }
.CDK .Features {
  background-color: #f9f9fb;
  text-align: center; }
  .CDK .Features .Inner {
    max-width: 1050px;
    margin: 0 auto; }
  .CDK .Features .Context {
    padding: 100px 0; }
    @media (max-width: 767px) {
      .CDK .Features .Context {
        padding: 50px 25px; } }
    .CDK .Features .Context h2 {
      color: #002037 !important;
      font-size: 40px !important;
      letter-spacing: 0px !important;
      line-height: normal !important;
      text-transform: none !important;
      font-weight: 800 !important;
      max-width: 800px !important;
      margin: 0 auto !important;
      padding: 0 0 30px 0 !important; }
      @media (max-width: 767px) {
        .CDK .Features .Context h2 {
          font-size: 32px !important; } }
    .CDK .Features .Context .SubTitle {
      opacity: 0.7 !important;
      color: #002037 !important;
      font-size: 18px !important;
      letter-spacing: 2px !important;
      text-transform: none !important;
      font-weight: 400 !important;
      line-height: normal !important;
      font-family: inherit !important;
      max-width: 650px !important;
      margin: 0 auto !important;
      padding: 0 0 30px 0 !important;
      letter-spacing: 0px !important;
      line-height: 1.5  !important; }
      @media (max-width: 767px) {
        .CDK .Features .Context .SubTitle {
          font-size: 14px !important; } }
    .CDK .Features .Context a {
      color: #00AAFF;
      font-size: 14px; }
  .CDK .Features .Features {
    padding: 0 0px 50px 0px; }
    @media (max-width: 767px) {
      .CDK .Features .Features {
        padding: 0 0px 0px 0px; } }
    .CDK .Features .Features .Feature {
      float: left;
      width: 50%;
      text-align: left; }
      .CDK .Features .Features .Feature .FeatureWrapper {
        text-align: left;
        margin: 0 25px 50px 25px; }
      .CDK .Features .Features .Feature img {
        display: block;
        margin: 0 auto; }
      .CDK .Features .Features .Feature .Title {
        opacity: 1 !important;
        color: #002037 !important;
        font-size: 18px !important;
        letter-spacing: 2px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        line-height: normal !important;
        font-family: inherit !important;
        max-width: 650px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important;
        max-width: 350px !important;
        font-size: 22px !important;
        font-weight: 500 !important;
        letter-spacing: 0px !important;
        padding: 0 0px 15px 0 !important;
        margin-top: 25px !important; }
        @media (max-width: 767px) {
          .CDK .Features .Features .Feature .Title {
            font-size: 14px !important; } }
        @media (max-width: 767px) {
          .CDK .Features .Features .Feature .Title {
            font-size: 18px !important; } }
      .CDK .Features .Features .Feature .Blurb {
        opacity: 0.7 !important;
        color: #002037 !important;
        font-size: 18px !important;
        letter-spacing: 2px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        line-height: normal !important;
        font-family: inherit !important;
        max-width: 650px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important;
        max-width: 350px !important;
        font-size: 16px !important;
        letter-spacing: 0px !important;
        line-height: 1.5  !important; }
        @media (max-width: 767px) {
          .CDK .Features .Features .Feature .Blurb {
            font-size: 14px !important; } }
        @media (max-width: 767px) {
          .CDK .Features .Features .Feature .Blurb {
            font-size: 14px !important; } }
      @media (max-width: 480px) {
        .CDK .Features .Features .Feature {
          float: none;
          width: 100%; } }
    .CDK .Features .Features .Feature:nth-child(2n+1) {
      clear: left; }
.CDK .Hero {
  background-color: #1C2F57;
  text-align: center; }
  .CDK .Hero .Inner {
    max-width: 1280px;
    margin: 0 auto; }
  .CDK .Hero .Context {
    text-align: center;
    padding: 75px 50px; }
    @media (max-width: 767px) {
      .CDK .Hero .Context {
        padding: 35px 25px; } }
    .CDK .Hero .Context h2 {
      color: #FFFFFF !important;
      font-size: 40px !important;
      letter-spacing: 0px !important;
      line-height: normal !important;
      text-transform: none !important;
      font-weight: 800 !important;
      max-width: 800px !important;
      margin: 0 auto !important;
      padding: 0 0 30px 0 !important;
      max-width: 600px !important; }
      @media (max-width: 767px) {
        .CDK .Hero .Context h2 {
          font-size: 32px !important; } }
    .CDK .Hero .Context .SubTitle {
      opacity: 0.7 !important;
      color: #FFFFFF !important;
      font-size: 18px !important;
      letter-spacing: 2px !important;
      text-transform: none !important;
      font-weight: 400 !important;
      line-height: normal !important;
      font-family: inherit !important;
      max-width: 650px !important;
      margin: 0 auto !important;
      padding: 0 0 30px 0 !important;
      font-size: 16px !important;
      padding-bottom: 0 !important; }
      @media (max-width: 767px) {
        .CDK .Hero .Context .SubTitle {
          font-size: 14px !important; } }
      @media (max-width: 767px) {
        .CDK .Hero .Context .SubTitle {
          font-size: 14px !important; } }
  .CDK .Hero img {
    display: block;
    margin: 0;
    padding: 0; }
  .CDK .Hero .HeroImages {
    background-color: #fff; }
  .CDK .Hero .SideBySide {
    position: relative;
    height: 80vh;
    margin: 100px 0 50px 0; }
    .CDK .Hero .SideBySide .Left {
      position: absolute;
      z-index: 2;
      top: 0;
      right: 50%;
      height: 100%;
      width: auto;
      max-width: none; }
    .CDK .Hero .SideBySide .Right {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 50%;
      height: 80%;
      width: auto;
      max-width: none; }
    @media (max-width: 480px) {
      .CDK .Hero .SideBySide {
        display: none; } }
  .CDK .Hero .Inner2 {
    background: #fff; }
  .CDK .Hero .StarCards {
    max-width: 840px;
    margin: 0 auto; }
    .CDK .Hero .StarCards .StarCard {
      float: left;
      width: 33%; }
    .CDK .Hero .StarCards .StarCard:nth-child(3n+1) {
      clear: left; }
    @media (max-width: 480px) {
      .CDK .Hero .StarCards {
        padding-top: 50px; } }
    @media (max-width: 640px) {
      .CDK .Hero .StarCards .StarCard {
        width: 50%; }
      .CDK .Hero .StarCards .StarCard:nth-child(3n+1) {
        clear: none; }
      .CDK .Hero .StarCards .StarCard:nth-child(2n+1) {
        clear: left; } }
.CDK .FooterCTA a.Shaped {
  display: inline-block;
  font-size: 14px;
  font-weight: 400 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px !important;
  border-radius: 4px 4px 4px 30px;
  box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
  padding: 4px 33px 6px 36px;
  color: #FFFFFF !important;
  background-color: #006FBF; }

.CDS {
  background: #fff; }
  .CDS .Header .Context {
    padding: 75px 50px 200px 50px; }
    @media (max-width: 767px) {
      .CDS .Header .Context {
        padding: 50px 50px 100px 50px; } }
  .CDS .Hero {
    position: relative;
    z-index: 10;
    margin-top: -100px;
    text-align: center; }
    @media (max-width: 767px) {
      .CDS .Hero {
        margin-top: -50px; } }
    .CDS .Hero .HeroImage {
      padding: 0 25px; }
      .CDS .Hero .HeroImage img {
        margin: 0 auto;
        display: block;
        width: 100%;
        height: auto;
        max-width: 1000px;
        box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.28); }
    .CDS .Hero .Inner {
      max-width: 1280px;
      margin: 0 auto; }
    .CDS .Hero .Context {
      padding: 75px 0; }
      @media (max-width: 767px) {
        .CDS .Hero .Context {
          padding: 50px 25px; } }
      .CDS .Hero .Context h2 {
        opacity: 1 !important;
        color: #002037 !important;
        font-size: 18px !important;
        letter-spacing: 2px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        line-height: normal !important;
        font-family: inherit !important;
        max-width: 650px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important;
        text-transform: uppercase !important;
        font-size: 18px !important;
        font-weight: 800 !important;
        max-width: 800px !important;
        letter-spacing: 0px !important;
        padding: 0 0 15px 0 !important; }
        @media (max-width: 767px) {
          .CDS .Hero .Context h2 {
            font-size: 14px !important; } }
        @media (max-width: 767px) {
          .CDS .Hero .Context h2 {
            font-size: 18px !important; } }
      .CDS .Hero .Context .SubTitle {
        opacity: 0.7 !important;
        color: #002037 !important;
        font-size: 18px !important;
        letter-spacing: 2px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        line-height: normal !important;
        font-family: inherit !important;
        max-width: 650px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important;
        font-size: 20px !important;
        letter-spacing: 0px !important;
        line-height: 1.5  !important; }
        @media (max-width: 767px) {
          .CDS .Hero .Context .SubTitle {
            font-size: 14px !important; } }
        @media (max-width: 767px) {
          .CDS .Hero .Context .SubTitle {
            font-size: 16px !important; } }
  .CDS .Features {
    background-color: #f9f9fb;
    text-align: center; }
    .CDS .Features .Inner {
      max-width: 1050px;
      margin: 0 auto; }
    .CDS .Features .Context {
      padding: 100px 0; }
      @media (max-width: 767px) {
        .CDS .Features .Context {
          padding: 50px 25px; } }
      .CDS .Features .Context h2 {
        color: #002037 !important;
        font-size: 40px !important;
        letter-spacing: 0px !important;
        line-height: normal !important;
        text-transform: none !important;
        font-weight: 800 !important;
        max-width: 800px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important; }
        @media (max-width: 767px) {
          .CDS .Features .Context h2 {
            font-size: 32px !important; } }
      .CDS .Features .Context .SubTitle {
        opacity: 0.7 !important;
        color: #002037 !important;
        font-size: 18px !important;
        letter-spacing: 2px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        line-height: normal !important;
        font-family: inherit !important;
        max-width: 650px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important;
        letter-spacing: 0px !important;
        line-height: 1.5  !important; }
        @media (max-width: 767px) {
          .CDS .Features .Context .SubTitle {
            font-size: 14px !important; } }
      .CDS .Features .Context a {
        color: #00AAFF;
        font-size: 14px; }
    .CDS .Features .Features {
      padding: 0 0px 50px 0px; }
      @media (max-width: 767px) {
        .CDS .Features .Features {
          padding: 0 0px 0px 0px; } }
      .CDS .Features .Features .Feature {
        float: left;
        width: 50%;
        text-align: left; }
        .CDS .Features .Features .Feature .FeatureWrapper {
          text-align: left;
          margin: 0 25px 50px 25px; }
        .CDS .Features .Features .Feature img {
          display: block;
          max-width: 100%;
          margin: 0 auto; }
        .CDS .Features .Features .Feature .Title {
          opacity: 1 !important;
          color: #002037 !important;
          font-size: 18px !important;
          letter-spacing: 2px !important;
          text-transform: none !important;
          font-weight: 400 !important;
          line-height: normal !important;
          font-family: inherit !important;
          max-width: 650px !important;
          margin: 0 auto !important;
          padding: 0 0 30px 0 !important;
          font-size: 32px !important;
          font-weight: 500 !important;
          letter-spacing: 0px !important;
          padding: 0 0px 15px 0 !important;
          margin-top: 75px !important; }
          @media (max-width: 767px) {
            .CDS .Features .Features .Feature .Title {
              font-size: 14px !important; } }
          @media (max-width: 767px) {
            .CDS .Features .Features .Feature .Title {
              margin-top: 30px !important;
              font-size: 24px !important; } }
        .CDS .Features .Features .Feature .Blurb {
          opacity: 0.7 !important;
          color: #002037 !important;
          font-size: 18px !important;
          letter-spacing: 2px !important;
          text-transform: none !important;
          font-weight: 400 !important;
          line-height: normal !important;
          font-family: inherit !important;
          max-width: 650px !important;
          margin: 0 auto !important;
          padding: 0 0 30px 0 !important;
          max-width: 350px !important;
          margin: 0 !important;
          font-size: 16px !important;
          letter-spacing: 0px !important;
          line-height: 1.5  !important; }
          @media (max-width: 767px) {
            .CDS .Features .Features .Feature .Blurb {
              font-size: 14px !important; } }
          @media (max-width: 767px) {
            .CDS .Features .Features .Feature .Blurb {
              font-size: 14px !important; } }
        @media (max-width: 480px) {
          .CDS .Features .Features .Feature {
            float: none;
            width: 100%; } }
      .CDS .Features .Features .Feature:nth-child(2n+1) {
        clear: left; }
  .CDS .FeatureHighlight {
    background-color: #fff; }
    .CDS .FeatureHighlight .Inner {
      position: relative;
      max-width: 1100px;
      margin: 50px auto 0 auto; }
    .CDS .FeatureHighlight .Context {
      float: left;
      width: 49%;
      padding: 100px 50px; }
      .CDS .FeatureHighlight .Context h2 {
        opacity: 1 !important;
        color: #002037 !important;
        font-size: 18px !important;
        letter-spacing: 2px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        line-height: normal !important;
        font-family: inherit !important;
        max-width: 650px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important;
        font-weight: 800 !important;
        max-width: 800px !important;
        letter-spacing: 0px !important;
        padding: 0 0 15px 0 !important;
        font-size: 36px !important; }
        @media (max-width: 767px) {
          .CDS .FeatureHighlight .Context h2 {
            font-size: 14px !important; } }
        @media (max-width: 767px) {
          .CDS .FeatureHighlight .Context h2 {
            font-size: 30px !important; } }
      .CDS .FeatureHighlight .Context .SubTitle {
        opacity: 0.7 !important;
        color: #002037 !important;
        font-size: 18px !important;
        letter-spacing: 2px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        line-height: normal !important;
        font-family: inherit !important;
        max-width: 650px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important;
        font-size: 18px !important;
        letter-spacing: 0px !important;
        line-height: 1.5  !important; }
        @media (max-width: 767px) {
          .CDS .FeatureHighlight .Context .SubTitle {
            font-size: 14px !important; } }
        @media (max-width: 767px) {
          .CDS .FeatureHighlight .Context .SubTitle {
            font-size: 16px !important; } }
    .CDS .FeatureHighlight .HeroImage {
      width: 50%;
      position: absolute;
      top: 0;
      right: 0; }
      .CDS .FeatureHighlight .HeroImage img {
        max-width: 500px;
        display: block; }
    @media (max-width: 1000px) {
      .CDS .FeatureHighlight .Context {
        width: 59%;
        padding: 50px 50px; }
      .CDS .FeatureHighlight .HeroImage {
        width: 40%; } }
    @media (max-width: 480px) {
      .CDS .FeatureHighlight .Context {
        width: 79%;
        padding: 25px 25px; }
      .CDS .FeatureHighlight .HeroImage {
        width: 20%; } }
  .CDS .Experiences {
    background-color: #0F1A39;
    text-align: center; }
    .CDS .Experiences .Inner {
      z-index: 2;
      position: relative;
      max-width: 1280px;
      margin: 0 auto; }
    .CDS .Experiences .Context {
      text-align: center;
      padding: 75px 50px; }
      @media (max-width: 767px) {
        .CDS .Experiences .Context {
          padding: 35px 25px; } }
      .CDS .Experiences .Context h2 {
        color: #fff !important;
        font-size: 40px !important;
        letter-spacing: 0px !important;
        line-height: normal !important;
        text-transform: none !important;
        font-weight: 800 !important;
        max-width: 800px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important; }
        @media (max-width: 767px) {
          .CDS .Experiences .Context h2 {
            font-size: 32px !important; } }
      .CDS .Experiences .Context .SubTitle {
        opacity: 0.7 !important;
        color: #fff !important;
        font-size: 18px !important;
        letter-spacing: 2px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        line-height: normal !important;
        font-family: inherit !important;
        max-width: 650px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important;
        letter-spacing: 0px !important;
        line-height: 1.5  !important; }
        @media (max-width: 767px) {
          .CDS .Experiences .Context .SubTitle {
            font-size: 14px !important; } }
    .CDS .Experiences .ExperienceBlocksWrapper {
      position: relative;
      padding-bottom: 100px; }
      @media (max-width: 767px) {
        .CDS .Experiences .ExperienceBlocksWrapper {
          padding-bottom: 50px; } }
      .CDS .Experiences .ExperienceBlocksWrapper .WBG {
        background: #fff;
        z-index: 1;
        position: absolute;
        width: 100%;
        height: 50%;
        bottom: 0; }
      .CDS .Experiences .ExperienceBlocksWrapper .ExperienceBlocks {
        position: relative;
        z-index: 2;
        max-width: 975px;
        margin: 0 auto; }
        .CDS .Experiences .ExperienceBlocksWrapper .ExperienceBlocks .ExperienceBlock {
          float: left;
          width: 33.3%; }
  .CDS .ExperienceHighlight {
    text-align: center; }
    .CDS .ExperienceHighlight .Inner {
      z-index: 2;
      position: relative;
      max-width: 1280px;
      margin: 0 auto; }
    .CDS .ExperienceHighlight .Context {
      text-align: center;
      padding: 75px 50px; }
      @media (max-width: 767px) {
        .CDS .ExperienceHighlight .Context {
          padding: 35px 25px; } }
      .CDS .ExperienceHighlight .Context h2 {
        color: #002037 !important;
        font-size: 40px !important;
        letter-spacing: 0px !important;
        line-height: normal !important;
        text-transform: none !important;
        font-weight: 800 !important;
        max-width: 800px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important; }
        @media (max-width: 767px) {
          .CDS .ExperienceHighlight .Context h2 {
            font-size: 32px !important; } }
      .CDS .ExperienceHighlight .Context .SubTitle {
        opacity: 0.7 !important;
        color: #002037 !important;
        font-size: 18px !important;
        letter-spacing: 2px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        line-height: normal !important;
        font-family: inherit !important;
        max-width: 650px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important;
        letter-spacing: 0px !important;
        line-height: 1.5  !important;
        max-width: 550px !important; }
        @media (max-width: 767px) {
          .CDS .ExperienceHighlight .Context .SubTitle {
            font-size: 14px !important; } }
    .CDS .ExperienceHighlight .HeroImage {
      overflow: hidden;
      padding: 0 25px; }
      .CDS .ExperienceHighlight .HeroImage img {
        margin: 0 auto;
        display: block;
        width: 100%;
        height: auto;
        max-width: 1280px; }
  .CDS .Resources {
    background-color: #09132D;
    text-align: center; }
    .CDS .Resources .Inner {
      max-width: 1280px;
      margin: 0 auto; }
    .CDS .Resources .Context {
      text-align: center;
      padding: 75px 50px 25px 50px; }
      @media (max-width: 767px) {
        .CDS .Resources .Context {
          padding: 35px 25px 25px 25px; } }
      .CDS .Resources .Context h2 {
        color: #fff !important;
        font-size: 40px !important;
        letter-spacing: 0px !important;
        line-height: normal !important;
        text-transform: none !important;
        font-weight: 800 !important;
        max-width: 800px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important; }
        @media (max-width: 767px) {
          .CDS .Resources .Context h2 {
            font-size: 32px !important; } }
      .CDS .Resources .Context .SubTitle {
        opacity: 0.7 !important;
        color: #fff !important;
        font-size: 18px !important;
        letter-spacing: 2px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        line-height: normal !important;
        font-family: inherit !important;
        max-width: 650px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important;
        font-size: 16px !important;
        letter-spacing: 0px !important;
        line-height: 1.5 !important;
        font-weight: 300 !important; }
        @media (max-width: 767px) {
          .CDS .Resources .Context .SubTitle {
            font-size: 14px !important; } }
        @media (max-width: 767px) {
          .CDS .Resources .Context .SubTitle {
            font-size: 14px !important; } }
    .CDS .Resources .ResourceBlocks {
      max-width: 900px;
      margin: 0 auto;
      padding-bottom: 100px; }
      @media (max-width: 767px) {
        .CDS .Resources .ResourceBlocks {
          padding-bottom: 50px; } }
      .CDS .Resources .ResourceBlocks .ResourceBlock {
        float: left;
        width: 50%; }
        .CDS .Resources .ResourceBlocks .ResourceBlock img {
          height: 75px;
          width: auto;
          max-width: none;
          margin-bottom: 25px; }
        .CDS .Resources .ResourceBlocks .ResourceBlock .Title {
          opacity: 1 !important;
          color: #fff !important;
          font-size: 18px !important;
          letter-spacing: 2px !important;
          text-transform: none !important;
          font-weight: 400 !important;
          line-height: normal !important;
          font-family: inherit !important;
          max-width: 650px !important;
          margin: 0 auto !important;
          padding: 0 0 30px 0 !important;
          padding: 0 0 15px 0 !important;
          font-size: 22px !important;
          letter-spacing: 0px !important; }
          @media (max-width: 767px) {
            .CDS .Resources .ResourceBlocks .ResourceBlock .Title {
              font-size: 14px !important; } }
        .CDS .Resources .ResourceBlocks .ResourceBlock a {
          color: #fff;
          font-size: 18px !important;
          letter-spacing: 0px !important;
          line-height: 1.5 !important;
          font-weight: 300 !important;
          opacity: .7; }
        .CDS .Resources .ResourceBlocks .ResourceBlock a:hover {
          color: #00A7FF;
          opacity: 1; }
        @media (max-width: 640px) {
          .CDS .Resources .ResourceBlocks .ResourceBlock {
            padding: 0 25px 25px 25px;
            float: none;
            width: 100%; } }

.page-id-4073 .hero-left {
  padding-right: 40px; }
  .page-id-4073 .hero-left h1 {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #FFFFFF;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 60px;
    text-transform: none; }
    @media (max-width: 1050px) {
      .page-id-4073 .hero-left h1 {
        font-size: 42px;
        line-height: 45px; } }
  .page-id-4073 .hero-left iframe {
    display: block;
    clear: both;
    width: 100%;
    height: 300px;
    overflow: hidden; }
@media (max-width: 800px) {
  .page-id-4073 .hero-right {
    display: none !important; } }
.page-id-4073 #av_section_2 {
  background: #fff !important; }
.page-id-4073 #av-layout-grid-1 {
  background: #f3f4f8 !important;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid; }
@media (max-width: 767px) {
  .page-id-4073 #av_section_1 .no_margin.av_one_half {
    padding-right: 0 !important;
    width: 100% !important; } }
@media (max-width: 767px) {
  .page-id-4073 #av-layout-grid-1 .no_margin.av_one_half {
    margin-bottom: 0 !important;
    width: 100% !important; } }

body.page-id-4180 {
  background-image: url("/wp-content/uploads/2018/05/ecom-bg-img.png");
  background-color: #112042 !important;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed; }

.page-id-4180 p a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px !important;
  border-radius: 4px 4px 4px 30px;
  box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
  padding: 4px 33px 6px 36px;
  color: #FFFFFF !important;
  background-color: #00AAFF;
  margin-bottom: 50px; }
.page-id-4180 .full-image-header {
  text-align: center;
  padding: 50px 0; }
  .page-id-4180 .full-image-header h1 {
    padding-bottom: 50px;
    color: #FFFFFF;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: -1.5px;
    text-transform: none;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500 !important; }
    @media (max-width: 1050px) {
      .page-id-4180 .full-image-header h1 {
        font-size: 48px; } }
    @media (max-width: 767px) {
      .page-id-4180 .full-image-header h1 {
        font-size: 36px; } }
  .page-id-4180 .full-image-header a:last-of-type {
    background: none;
    box-shadow: none; }
    .page-id-4180 .full-image-header a:last-of-type:before {
      position: relative;
      top: 3px;
      left: -15px;
      content: url("/wp-content/uploads/2018/04/play-icon.svg"); }
.page-id-4180 #av_section_2 {
  text-align: center;
  background-color: #f9f9fb !important;
  padding-bottom: 30px; }
  .page-id-4180 #av_section_2 h3 {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    color: #4c6273 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important; }
  .page-id-4180 #av_section_2 .av_one_fourth {
    margin: 0 !important; }
    .page-id-4180 #av_section_2 .av_one_fourth section {
      padding: 0 20px !important; }
    .page-id-4180 #av_section_2 .av_one_fourth p img {
      display: block;
      margin: 0 auto;
      padding: 0;
      max-width: 145px;
      width: 100%;
      height: auto; }
    .page-id-4180 #av_section_2 .av_one_fourth h3 {
      color: #002037 !important;
      font-size: 22px !important;
      letter-spacing: 0px !important;
      text-transform: none !important;
      font-weight: 800 !important;
      margin: 30px 0 20px 0 !important;
      padding: 0 !important; }
    .page-id-4180 #av_section_2 .av_one_fourth h2 {
      font-size: 52px !important;
      letter-spacing: 1px !important;
      font-weight: 800 !important;
      padding: 0; }
    .page-id-4180 #av_section_2 .av_one_fourth:nth-of-type(1) h2 {
      color: #3cc0e9 !important; }
    .page-id-4180 #av_section_2 .av_one_fourth:nth-of-type(2) h2 {
      color: #00aaff !important; }
    .page-id-4180 #av_section_2 .av_one_fourth:nth-of-type(3) h2 {
      color: #647eff !important; }
    .page-id-4180 #av_section_2 .av_one_fourth:nth-of-type(4) h2 {
      color: #006fbf !important; }
.page-id-4180 #av_section_3 {
  text-align: center;
  padding: 50px 0px 0 0 !important;
  background-color: #00AAFF !important;
  margin-bottom: -400px; }
  @media (max-width: 767px) {
    .page-id-4180 #av_section_3 {
      margin-bottom: -200px; } }
  .page-id-4180 #av_section_3 h2 {
    padding-bottom: 10px !important;
    color: #fff !important;
    font-size: 40px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 800 !important;
    max-width: 800px;
    margin: 0 auto !important; }
    @media (max-width: 767px) {
      .page-id-4180 #av_section_3 h2 {
        font-size: 32px; } }
  .page-id-4180 #av_section_3 h3 {
    padding-bottom: 30px;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px !important;
    font-family: inherit;
    max-width: 650px;
    margin: 0 auto;
    font-weight: bold !important;
    letter-spacing: 2px !important;
    font-weight: normal !important;
    font-weight: 200 !important; }
.page-id-4180 #av_section_4 {
  padding-top: 300px; }
  @media (max-width: 767px) {
    .page-id-4180 #av_section_4 {
      padding-top: 150px; } }
.page-id-4180 #av_section_5,
.page-id-4180 #av_section_6,
.page-id-4180 #av_section_7 {
  padding: 5% 0 !important;
  background: #fff !important; }
  @media (max-width: 767px) {
    .page-id-4180 #av_section_5,
    .page-id-4180 #av_section_6,
    .page-id-4180 #av_section_7 {
      padding: 0 0 !important; } }
  .page-id-4180 #av_section_5 h2,
  .page-id-4180 #av_section_6 h2,
  .page-id-4180 #av_section_7 h2 {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -1.5px;
    text-transform: none;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500 !important; }
    @media (max-width: 767px) {
      .page-id-4180 #av_section_5 h2,
      .page-id-4180 #av_section_6 h2,
      .page-id-4180 #av_section_7 h2 {
        font-size: 32px; } }
  .page-id-4180 #av_section_5 h3,
  .page-id-4180 #av_section_6 h3,
  .page-id-4180 #av_section_7 h3 {
    color: #FFFFFF;
    font-size: 14px !important;
    max-width: 650px;
    margin: 0 auto;
    line-height: 3;
    font-weight: normal !important;
    letter-spacing: 2px !important;
    font-weight: normal !important;
    font-weight: 200 !important; }
  .page-id-4180 #av_section_5 .container,
  .page-id-4180 #av_section_6 .container,
  .page-id-4180 #av_section_7 .container {
    max-width: none !important;
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .page-id-4180 #av_section_5 .container,
      .page-id-4180 #av_section_6 .container,
      .page-id-4180 #av_section_7 .container {
        width: 100% !important; } }
    .page-id-4180 #av_section_5 .container .content,
    .page-id-4180 #av_section_6 .container .content,
    .page-id-4180 #av_section_7 .container .content {
      border: 1px red dotted;
      padding: 0;
      margin: -10% 0 -10% 0 !important; }
      @media (max-width: 767px) {
        .page-id-4180 #av_section_5 .container .content,
        .page-id-4180 #av_section_6 .container .content,
        .page-id-4180 #av_section_7 .container .content {
          margin: 0 0 0 0 !important; } }
      @media (max-width: 767px) {
        .page-id-4180 #av_section_5 .container .content .av_one_half,
        .page-id-4180 #av_section_6 .container .content .av_one_half,
        .page-id-4180 #av_section_7 .container .content .av_one_half {
          width: 100% !important; } }
      .page-id-4180 #av_section_5 .container .content .av_textblock_section,
      .page-id-4180 #av_section_6 .container .content .av_textblock_section,
      .page-id-4180 #av_section_7 .container .content .av_textblock_section {
        max-width: 320px; }
        @media (max-width: 767px) {
          .page-id-4180 #av_section_5 .container .content .av_textblock_section,
          .page-id-4180 #av_section_6 .container .content .av_textblock_section,
          .page-id-4180 #av_section_7 .container .content .av_textblock_section {
            margin: -50px 30px 50px 30px; } }
      .page-id-4180 #av_section_5 .container .content img,
      .page-id-4180 #av_section_6 .container .content img,
      .page-id-4180 #av_section_7 .container .content img {
        max-width: 380px !important; }
        @media (max-width: 767px) {
          .page-id-4180 #av_section_5 .container .content img,
          .page-id-4180 #av_section_6 .container .content img,
          .page-id-4180 #av_section_7 .container .content img {
            max-width: 320px !important; } }
.page-id-4180 #av_section_5 .container {
  background: #6fddff !important; }
.page-id-4180 #av_section_6 .container {
  background: #00aaff !important; }
  .page-id-4180 #av_section_6 .container .av_textblock_section {
    float: right; }
    @media (max-width: 767px) {
      .page-id-4180 #av_section_6 .container .av_textblock_section {
        margin: 100px 0 0px 0 !important; } }
.page-id-4180 #av_section_7 .container {
  background: #6284ff !important; }
.page-id-4180 #av_section_5,
.page-id-4180 #av_section_6,
.page-id-4180 #av_section_7 {
  padding-bottom: 10% !important; }
  @media (max-width: 767px) {
    .page-id-4180 #av_section_5,
    .page-id-4180 #av_section_6,
    .page-id-4180 #av_section_7 {
      padding-bottom: 0 !important; } }

.Developers {
  background: #fff; }
  .Developers .Header .Context {
    padding: 75px 50px 0 50px; }
    @media (max-width: 767px) {
      .Developers .Header .Context {
        padding: 50px 25px 0 25px; } }
    .Developers .Header .Context h1 {
      max-width: 900px;
      font-weight: 500 !important;
      margin-bottom: 75px !important; }
  .Developers .Header .Featurettes {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 20px; }
    .Developers .Header .Featurettes .Featurette {
      float: left;
      width: 33.3%; }
      .Developers .Header .Featurettes .Featurette .FeaturetteInner {
        margin: 0 20px 20px 20px;
        padding: 40px;
        background: #fff;
        border-radius: 4px; }
        .Developers .Header .Featurettes .Featurette .FeaturetteInner img {
          height: 40px;
          width: auto;
          max-width: none;
          margin-bottom: 25px; }
        .Developers .Header .Featurettes .Featurette .FeaturetteInner .Title {
          opacity: 1 !important;
          color: #002037 !important;
          font-size: 18px !important;
          letter-spacing: 2px !important;
          text-transform: none !important;
          font-weight: 400 !important;
          line-height: normal !important;
          font-family: inherit !important;
          max-width: 650px !important;
          margin: 0 auto !important;
          padding: 0 0 30px 0 !important;
          padding: 0 0 15px 0 !important;
          font-size: 22px !important;
          letter-spacing: 0px !important;
          font-weight: 600 !important; }
          @media (max-width: 767px) {
            .Developers .Header .Featurettes .Featurette .FeaturetteInner .Title {
              font-size: 14px !important; } }
        .Developers .Header .Featurettes .Featurette .FeaturetteInner .Blurb {
          opacity: 0.7 !important;
          color: #002037 !important;
          font-size: 18px !important;
          letter-spacing: 2px !important;
          text-transform: none !important;
          font-weight: 400 !important;
          line-height: normal !important;
          font-family: inherit !important;
          max-width: 650px !important;
          margin: 0 auto !important;
          padding: 0 0 30px 0 !important;
          font-size: 16px !important;
          letter-spacing: 0px !important;
          line-height: 1.5 !important;
          font-weight: 300 !important;
          padding-bottom: 0 !important; }
          @media (max-width: 767px) {
            .Developers .Header .Featurettes .Featurette .FeaturetteInner .Blurb {
              font-size: 14px !important; } }
          @media (max-width: 767px) {
            .Developers .Header .Featurettes .Featurette .FeaturetteInner .Blurb {
              font-size: 14px !important; } }
        @media (max-width: 640px) {
          .Developers .Header .Featurettes .Featurette .FeaturetteInner {
            padding: 30px;
            margin: 20px; } }
      @media (max-width: 640px) {
        .Developers .Header .Featurettes .Featurette {
          float: none;
          width: 100%; } }
  .Developers .Hero {
    background-color: #f9f9f9; }
    .Developers .Hero .Inner {
      position: relative;
      max-width: 1280px;
      margin: 0 auto 0 auto; }
    .Developers .Hero .HeroImage {
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-position: center right;
      background-size: cover; }
      .Developers .Hero .HeroImage img {
        position: absolute;
        right: 0;
        display: block; }
    .Developers .Hero .Context {
      float: right;
      width: 49%;
      padding: 200px 50px 100px 50px; }
      .Developers .Hero .Context h2 {
        opacity: 1 !important;
        color: #002037 !important;
        font-size: 18px !important;
        letter-spacing: 2px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        line-height: normal !important;
        font-family: inherit !important;
        max-width: 650px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important;
        font-weight: 800 !important;
        max-width: 800px !important;
        letter-spacing: 0px !important;
        padding: 0 0 15px 0 !important;
        font-size: 36px !important; }
        @media (max-width: 767px) {
          .Developers .Hero .Context h2 {
            font-size: 14px !important; } }
        @media (max-width: 767px) {
          .Developers .Hero .Context h2 {
            font-size: 30px !important; } }
      .Developers .Hero .Context .SubTitle {
        opacity: 0.7 !important;
        color: #002037 !important;
        font-size: 18px !important;
        letter-spacing: 2px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        line-height: normal !important;
        font-family: inherit !important;
        max-width: 650px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important;
        font-size: 18px !important;
        letter-spacing: 0px !important;
        line-height: 1.5 !important; }
        @media (max-width: 767px) {
          .Developers .Hero .Context .SubTitle {
            font-size: 14px !important; } }
        @media (max-width: 767px) {
          .Developers .Hero .Context .SubTitle {
            font-size: 16px !important; } }
      .Developers .Hero .Context a {
        display: inline-block;
        font-size: 14px;
        font-weight: 400 !important;
        letter-spacing: 2.5px !important;
        text-transform: uppercase;
        line-height: 50px;
        text-align: center;
        letter-spacing: 1px !important;
        border-radius: 4px 4px 4px 30px;
        box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
        padding: 4px 33px 6px 36px;
        color: #FFFFFF !important;
        background-color: #00AAFF; }
    @media (max-width: 1000px) {
      .Developers .Hero .HeroImage {
        width: 40%; }
      .Developers .Hero .Context {
        width: 59%;
        padding: 50px 50px; } }
    @media (max-width: 480px) {
      .Developers .Hero .HeroImage {
        width: 0%; }
      .Developers .Hero .Context {
        width: 99%;
        padding: 25px 25px; } }
  .Developers .Banner {
    background: #1f355e; }
    .Developers .Banner img {
      display: block;
      margin: 0;
      padding: 0; }
  .Developers .BannerBlurb {
    position: relative;
    background-color: #1f355e;
    text-align: center; }
    .Developers .BannerBlurb .Inner {
      z-index: 2;
      position: relative;
      max-width: 1280px;
      margin: 0 auto; }
    .Developers .BannerBlurb .Context {
      text-align: center;
      padding: 75px 50px; }
      @media (max-width: 767px) {
        .Developers .BannerBlurb .Context {
          padding: 35px 25px; } }
      .Developers .BannerBlurb .Context h2 {
        color: #FFFFFF !important;
        font-size: 40px !important;
        letter-spacing: 0px !important;
        line-height: normal !important;
        text-transform: none !important;
        font-weight: 800 !important;
        max-width: 800px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important;
        font-size: 28px !important;
        font-weight: 600 !important; }
        @media (max-width: 767px) {
          .Developers .BannerBlurb .Context h2 {
            font-size: 32px !important; } }
        @media (max-width: 767px) {
          .Developers .BannerBlurb .Context h2 {
            font-size: 14px !important; } }
      .Developers .BannerBlurb .Context .SubTitle {
        opacity: 0.7 !important;
        color: #FFFFFF !important;
        font-size: 18px !important;
        letter-spacing: 2px !important;
        text-transform: none !important;
        font-weight: 400 !important;
        line-height: normal !important;
        font-family: inherit !important;
        max-width: 650px !important;
        margin: 0 auto !important;
        padding: 0 0 30px 0 !important;
        font-size: 15px !important;
        line-height: 1.5  !important;
        letter-spacing: 1px !important;
        font-weight: 200 !important; }
        @media (max-width: 767px) {
          .Developers .BannerBlurb .Context .SubTitle {
            font-size: 14px !important; } }
        @media (max-width: 767px) {
          .Developers .BannerBlurb .Context .SubTitle {
            font-size: 14px !important; } }
  .Developers .Features .FeaturesLight {
    text-align: center;
    max-width: 1280px;
    margin: 0 auto; }
    .Developers .Features .FeaturesLight .Feature {
      float: left;
      width: 50%; }
      .Developers .Features .FeaturesLight .Feature .FeatureWrapper {
        margin: 75px 50px; }
        @media (max-width: 767px) {
          .Developers .Features .FeaturesLight .Feature .FeatureWrapper {
            margin: 35px 25px; } }
        .Developers .Features .FeaturesLight .Feature .FeatureWrapper img {
          height: 50px;
          width: auto;
          margin-bottom: 15px; }
        .Developers .Features .FeaturesLight .Feature .FeatureWrapper .Title {
          opacity: 1 !important;
          color: #002037 !important;
          font-size: 18px !important;
          letter-spacing: 2px !important;
          text-transform: none !important;
          font-weight: 400 !important;
          line-height: normal !important;
          font-family: inherit !important;
          max-width: 650px !important;
          margin: 0 auto !important;
          padding: 0 0 30px 0 !important;
          font-size: 24px !important;
          font-weight: 600 !important;
          letter-spacing: 0px !important;
          padding: 0 0 15px 0 !important; }
          @media (max-width: 767px) {
            .Developers .Features .FeaturesLight .Feature .FeatureWrapper .Title {
              font-size: 14px !important; } }
          @media (max-width: 767px) {
            .Developers .Features .FeaturesLight .Feature .FeatureWrapper .Title {
              font-size: 20px !important; } }
        .Developers .Features .FeaturesLight .Feature .FeatureWrapper .Blurb {
          opacity: 0.7 !important;
          color: #002037 !important;
          font-size: 18px !important;
          letter-spacing: 2px !important;
          text-transform: none !important;
          font-weight: 400 !important;
          line-height: normal !important;
          font-family: inherit !important;
          max-width: 650px !important;
          margin: 0 auto !important;
          padding: 0 0 30px 0 !important;
          font-size: 16px !important;
          letter-spacing: 1px !important;
          line-height: 1.5  !important; }
          @media (max-width: 767px) {
            .Developers .Features .FeaturesLight .Feature .FeatureWrapper .Blurb {
              font-size: 14px !important; } }
          @media (max-width: 767px) {
            .Developers .Features .FeaturesLight .Feature .FeatureWrapper .Blurb {
              font-size: 14px !important; } }
      @media (max-width: 480px) {
        .Developers .Features .FeaturesLight .Feature {
          float: none;
          width: 100%; } }
    .Developers .Features .FeaturesLight .Feature:nth-child(2n+1) {
      clear: left; }
  .Developers .Features .FeaturesDarkWrap {
    background: #09132e;
    position: relative; }
  .Developers .Features .FeaturesDark {
    z-index: 2;
    position: relative;
    max-width: 1280px;
    margin: 0 auto; }
    .Developers .Features .FeaturesDark .Feature {
      float: left;
      width: 25%; }
      .Developers .Features .FeaturesDark .Feature .FeatureWrapper {
        margin: 75px 50px; }
        @media (max-width: 1000px) {
          .Developers .Features .FeaturesDark .Feature .FeatureWrapper {
            margin: 35px; } }
        @media (max-width: 480px) {
          .Developers .Features .FeaturesDark .Feature .FeatureWrapper {
            margin: 25px; } }
        .Developers .Features .FeaturesDark .Feature .FeatureWrapper img {
          height: 40px;
          width: auto;
          margin-bottom: 15px; }
        .Developers .Features .FeaturesDark .Feature .FeatureWrapper .Title {
          opacity: 1 !important;
          color: #fff !important;
          font-size: 18px !important;
          letter-spacing: 2px !important;
          text-transform: none !important;
          font-weight: 400 !important;
          line-height: normal !important;
          font-family: inherit !important;
          max-width: 650px !important;
          margin: 0 auto !important;
          padding: 0 0 30px 0 !important;
          font-size: 18px !important;
          font-weight: 500 !important;
          letter-spacing: 0px !important;
          padding: 0 0 15px 0 !important; }
          @media (max-width: 767px) {
            .Developers .Features .FeaturesDark .Feature .FeatureWrapper .Title {
              font-size: 14px !important; } }
          @media (max-width: 767px) {
            .Developers .Features .FeaturesDark .Feature .FeatureWrapper .Title {
              font-size: 16px !important; } }
        .Developers .Features .FeaturesDark .Feature .FeatureWrapper .Blurb {
          opacity: 0.7 !important;
          color: #fff !important;
          font-size: 18px !important;
          letter-spacing: 2px !important;
          text-transform: none !important;
          font-weight: 400 !important;
          line-height: normal !important;
          font-family: inherit !important;
          max-width: 650px !important;
          margin: 0 auto !important;
          padding: 0 0 30px 0 !important;
          font-size: 14px !important;
          letter-spacing: 1px !important;
          line-height: 1.5 !important; }
          @media (max-width: 767px) {
            .Developers .Features .FeaturesDark .Feature .FeatureWrapper .Blurb {
              font-size: 14px !important; } }
          @media (max-width: 767px) {
            .Developers .Features .FeaturesDark .Feature .FeatureWrapper .Blurb {
              font-size: 14px !important; } }
      @media (max-width: 1000px) {
        .Developers .Features .FeaturesDark .Feature {
          width: 50%; } }
      @media (max-width: 480px) {
        .Developers .Features .FeaturesDark .Feature {
          float: none;
          width: 100%; } }
    .Developers .Features .FeaturesDark .Feature:nth-child(4n+1) {
      clear: left; }
    @media (max-width: 1000px) {
      .Developers .Features .FeaturesDark .Feature:nth-child(2n+1) {
        clear: left; } }

body.page-id-4172 {
  background-image: url("/wp-content/uploads/2018/05/product-bg.png");
  background-color: #112042 !important;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed; }

.page-id-4172 p a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px !important;
  border-radius: 4px 4px 4px 30px;
  box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
  padding: 4px 33px 6px 36px;
  color: #FFFFFF !important;
  background-color: #00AAFF;
  margin-bottom: 50px; }
.page-id-4172 #av_section_1 {
  text-align: center; }
  .page-id-4172 #av_section_1 h2 {
    padding-bottom: 30px;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal !important;
    text-transform: uppercase; }
  .page-id-4172 #av_section_1 h1 {
    padding-bottom: 20px;
    color: #FFFFFF;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: -1.5px;
    text-transform: none;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500 !important; }
    @media (max-width: 1050px) {
      .page-id-4172 #av_section_1 h1 {
        font-size: 48px; } }
    @media (max-width: 767px) {
      .page-id-4172 #av_section_1 h1 {
        font-size: 36px; } }
  .page-id-4172 #av_section_1 h3 {
    padding-bottom: 30px;
    color: #FFFFFF;
    font-size: 18px !important;
    max-width: 650px;
    margin: 0 auto;
    font-weight: normal !important;
    letter-spacing: 2px !important;
    font-weight: normal !important;
    font-weight: 200 !important; }
  .page-id-4172 #av_section_1 iframe {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3); }
.page-id-4172 #after_section_1 {
  background: #fff !important; }
.page-id-4172 .bullet-points {
  text-align: center;
  background: #f9f9fb !important;
  border-top: 1px #e0e4e7 solid;
  border-bottom: 1px #e0e4e7 solid; }
  .page-id-4172 .bullet-points .container {
    max-width: 1100px; }
  .page-id-4172 .bullet-points h1 {
    color: #002037 !important;
    font-size: 40px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 800 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 50px 0 15px 0; }
    @media (max-width: 767px) {
      .page-id-4172 .bullet-points h1 {
        padding: 25px 0;
        font-size: 32px; } }
  .page-id-4172 .bullet-points p {
    color: #4a6071 !important;
    font-size: 16px !important;
    max-width: 650px !important;
    margin: 0 auto !important;
    letter-spacing: 1px !important;
    font-weight: normal !important;
    padding: 0 0 70px 0; }
  .page-id-4172 .bullet-points .av_one_half {
    text-align: left;
    padding-bottom: 40px !important; }
    .page-id-4172 .bullet-points .av_one_half h2 {
      margin: 0 40px 15px 40px !important;
      color: #002037 !important;
      font-size: 18px;
      letter-spacing: 0px;
      text-transform: none;
      font-weight: 800 !important;
      padding: 0 0 20px 0 !important;
      background-image: url("/wp-content/uploads/2018/05/graded-bar.png");
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: contain; }
    .page-id-4172 .bullet-points .av_one_half h3 {
      margin: 0 40px 0 40px !important;
      color: #4a6071 !important;
      font-size: 14px !important;
      line-height: 28px !important;
      letter-spacing: 1px !important;
      font-weight: normal !important;
      padding: 0 !important; }
  .page-id-4172 .bullet-points p a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px !important;
    border-radius: 4px 4px 4px 30px;
    box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
    padding: 4px 33px 6px 36px;
    font-size: 13px;
    font-weight: 800 !important;
    color: #00AAFF !important;
    background-color: #FFF;
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .page-id-4172 .bullet-points p a {
        margin-top: 0px;
        margin-bottom: 0px; } }
@media (max-width: 767px) {
  .page-id-4172 #av_section_2 .no_margin.av_one_half {
    width: 100% !important; } }
.page-id-4172 #av_section_3 {
  background: #fff !important;
  padding: 50px 0 !important; }
  .page-id-4172 #av_section_3 .hero-left {
    padding: 50px 80px 80px 0; }
    @media (max-width: 767px) {
      .page-id-4172 #av_section_3 .hero-left {
        padding: 0px 80px 0px 0; } }
    .page-id-4172 #av_section_3 .hero-left h2 {
      padding-top: 50px;
      padding-bottom: 20px;
      color: #002037;
      font-size: 38px;
      font-weight: 500;
      letter-spacing: -1px;
      line-height: 42px;
      text-transform: none; }
      @media (max-width: 1050px) {
        .page-id-4172 #av_section_3 .hero-left h2 {
          font-size: 36px;
          line-height: 45px; } }
  .page-id-4172 #av_section_3 .hero-right {
    background-size: cover; }
    @media (max-width: 800px) {
      .page-id-4172 #av_section_3 .hero-right {
        display: none !important; } }
  @media (max-width: 767px) {
    .page-id-4172 #av_section_3 .no_margin.av_one_half {
      padding-right: 0 !important;
      width: 100% !important; } }
.page-id-4172 #av_section_4 {
  text-align: center;
  padding: 0px 0px 0 0 !important;
  background-color: #00AAFF !important; }
  .page-id-4172 #av_section_4 .container {
    max-width: 1100px; }
  .page-id-4172 #av_section_4 h3 {
    text-align: left;
    float: left;
    padding-bottom: 10px !important;
    color: #fff !important;
    font-size: 32px !important;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 300 !important;
    width: calc(100% - 300px); }
    @media (max-width: 767px) {
      .page-id-4172 #av_section_4 h3 {
        width: 100% !important; } }
  .page-id-4172 #av_section_4 p {
    position: relative;
    top: 30px; }
    @media (max-width: 767px) {
      .page-id-4172 #av_section_4 p {
        top: 0px; } }
    .page-id-4172 #av_section_4 p a {
      background: #006fbf;
      margin: 0; }
      @media (max-width: 767px) {
        .page-id-4172 #av_section_4 p a {
          margin: 25px 0 0 0; } }
.page-id-4172 #av_section_5 {
  background: #fff !important;
  padding: 0 0 80px 0 !important; }
  .page-id-4172 #av_section_5 .container {
    max-width: 1200px; }
  @media (max-width: 767px) {
    .page-id-4172 #av_section_5 {
      padding: 0 0 0px 0 !important; } }
  .page-id-4172 #av_section_5 h2 {
    text-align: center;
    color: #002037 !important;
    font-size: 40px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 800 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 100px 0 !important; }
    @media (max-width: 767px) {
      .page-id-4172 #av_section_5 h2 {
        padding: 50px 0;
        font-size: 32px; } }
  .page-id-4172 #av_section_5 .flex_column_table {
    margin-bottom: 50px; }
  .page-id-4172 #av_section_5 .hero-left {
    background: #6fddff;
    padding: 150px 80px; }
    @media (max-width: 767px) {
      .page-id-4172 #av_section_5 .hero-left {
        padding: 50px; } }
    .page-id-4172 #av_section_5 .hero-left h3 {
      max-width: 350px;
      color: #000;
      font-size: 28px !important;
      font-weight: normal !important;
      letter-spacing: -1px;
      line-height: 42px;
      text-transform: none; }
    .page-id-4172 #av_section_5 .hero-left p {
      color: #000;
      font-size: 16px; }
  .page-id-4172 #av_section_5 .flex_column_table:nth-of-type(2) .hero-left {
    background: #2bb9ff; }
    .page-id-4172 #av_section_5 .flex_column_table:nth-of-type(2) .hero-left h3 {
      color: #fff !important; }
    .page-id-4172 #av_section_5 .flex_column_table:nth-of-type(2) .hero-left p {
      color: #fff; }
  .page-id-4172 #av_section_5 .flex_column_table:nth-of-type(3) .hero-left {
    background: #647eff; }
    .page-id-4172 #av_section_5 .flex_column_table:nth-of-type(3) .hero-left h3 {
      color: #fff !important; }
    .page-id-4172 #av_section_5 .flex_column_table:nth-of-type(3) .hero-left p {
      color: #fff; }
  .page-id-4172 #av_section_5 .hero-right {
    background-size: cover; }
    @media (max-width: 800px) {
      .page-id-4172 #av_section_5 .hero-right {
        display: none !important; } }
  @media (max-width: 767px) {
    .page-id-4172 #av_section_5 .no_margin.av_one_half {
      padding-right: 0 !important;
      width: 100% !important; } }
.page-id-4172 #av_section_6 {
  text-align: center;
  background: #101e3c !important;
  padding: 0 0 0px 0 !important; }
  @media (max-width: 767px) {
    .page-id-4172 #av_section_6 {
      padding: 0 0 0px 0 !important; } }
  .page-id-4172 #av_section_6 .container {
    padding: 0 0 40px 0 !important;
    max-width: none; }
  .page-id-4172 #av_section_6 h2 {
    color: #fff !important;
    font-size: 32px !important;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 800 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 50px 0 !important; }
    @media (max-width: 767px) {
      .page-id-4172 #av_section_6 h2 {
        padding: 25px 0;
        font-size: 32px; } }
  .page-id-4172 #av_section_6 .flex_column .av_textblock_section {
    background: #39518d;
    border-radius: 3px;
    padding: 80px 100px 30px 100px;
    margin: 0 20px 20px 20px;
    max-width: 1000px; }
    .page-id-4172 #av_section_6 .flex_column .av_textblock_section p {
      color: #fff !important;
      font-size: 28px !important;
      line-height: 1.3 !important;
      letter-spacing: 1px !important;
      text-transform: none;
      font-weight: 300 !important;
      padding: 0px 0 !important;
      margin: 0px 0 20px 0 !important; }
    .page-id-4172 #av_section_6 .flex_column .av_textblock_section h3 {
      color: #fff !important;
      font-size: 20px !important;
      font-weight: normal !important; }
    .page-id-4172 #av_section_6 .flex_column .av_textblock_section h4 {
      color: #fff !important;
      font-size: 14px !important;
      font-weight: normal !important;
      margin: 0px 0 40px 0 !important; }
    .page-id-4172 #av_section_6 .flex_column .av_textblock_section p:nth-of-type(2) img {
      width: 70px;
      margin: 0 auto; }
  .page-id-4172 #av_section_6 .flex_column .av_textblock_section:nth-of-type(2n) {
    background: #2bb9ff; }
  .page-id-4172 #av_section_6 .slick-slide {
    outline: none; }
  .page-id-4172 #av_section_6 .slick-dots li.slick-active button::before,
  .page-id-4172 #av_section_6 .slick-dots li button::before {
    font-size: 12px;
    color: #fff; }
.page-id-4172 #av_section_8 .no_margin.av_one_half {
  width: 50% !important; }
  @media (max-width: 767px) {
    .page-id-4172 #av_section_8 .no_margin.av_one_half {
      width: 100% !important;
      margin: 0 !important; } }

body.page-id-4340 {
  background-image: url("/wp-content/uploads/2018/04/hero-img@2x.jpg");
  background-color: #112042 !important;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed; }

.page-id-4340 p a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px !important;
  border-radius: 4px 4px 4px 30px;
  box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
  padding: 4px 33px 6px 36px;
  color: #FFFFFF !important;
  background-color: #00AAFF;
  margin-bottom: 50px; }
.page-id-4340 .hero {
  padding: 50px 0; }
  .page-id-4340 .hero h1 {
    padding-bottom: 0px;
    color: #FFFFFF;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: -1.5px;
    text-transform: none;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500 !important; }
    @media (max-width: 1050px) {
      .page-id-4340 .hero h1 {
        font-size: 48px; } }
    @media (max-width: 767px) {
      .page-id-4340 .hero h1 {
        font-size: 36px; } }
  .page-id-4340 .hero h3 {
    padding-bottom: 40px;
    color: #FFFFFF;
    font-size: 18px !important;
    max-width: 600px;
    font-weight: normal !important;
    letter-spacing: 2px !important;
    font-weight: normal !important;
    font-weight: 200 !important; }
.page-id-4340 #av_section_2 {
  background: #fff !important; }
.page-id-4340 #av_section_3 {
  text-align: center;
  background: #F3F4F8 !important; }
  .page-id-4340 #av_section_3 h2 {
    text-align: center !important;
    color: #002037 !important;
    font-size: 48px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 800 !important;
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 75px 0 25px 0; }
    @media (max-width: 767px) {
      .page-id-4340 #av_section_3 h2 {
        padding: 35px 0;
        font-size: 32px; } }
  .page-id-4340 #av_section_3 p {
    color: #4a6071 !important;
    font-size: 18px !important;
    max-width: 650px !important;
    margin: 0 auto !important;
    letter-spacing: 1px !important;
    font-weight: normal !important;
    padding: 0 0 75px 0; }
  .page-id-4340 #av_section_3 .avia-image-container {
    margin: 0 35px 60px 35px !important; }
    .page-id-4340 #av_section_3 .avia-image-container img {
      max-width: 260px;
      -webkit-box-shadow: 0px 36px 60px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 36px 60px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 36px 60px 0px rgba(0, 0, 0, 0.25); }
  .page-id-4340 #av_section_3 .av_one_third .avia_textblock {
    margin: 0 30px !important; }
    .page-id-4340 #av_section_3 .av_one_third .avia_textblock p {
      padding-bottom: 20px !important; }
      .page-id-4340 #av_section_3 .av_one_third .avia_textblock p:nth-of-type(1) {
        color: #002037 !important;
        font-size: 28px !important;
        font-weight: bold !important;
        letter-spacing: -1px !important;
        line-height: 50px !important;
        text-align: center !important;
        letter-spacing: 0 !important; }
      .page-id-4340 #av_section_3 .av_one_third .avia_textblock p:nth-of-type(2) {
        color: rgba(0, 32, 55, 0.7) !important;
        font-size: 18px !important;
        font-weight: 300 !important;
        line-height: 26px !important;
        text-align: center !important;
        letter-spacing: 0 !important; }
      .page-id-4340 #av_section_3 .av_one_third .avia_textblock p:nth-of-type(3) {
        color: #002037 !important;
        font-size: 13px !important;
        font-weight: bold !important;
        letter-spacing: 0.93px !important;
        line-height: 16px !important;
        text-align: center !important;
        text-transform: uppercase; }
      .page-id-4340 #av_section_3 .av_one_third .avia_textblock p:nth-of-type(4) {
        color: #3CC0E9 !important;
        font-size: 58px !important;
        font-weight: bold !important;
        letter-spacing: -1.38px !important;
        line-height: 58px !important;
        text-align: center !important;
        margin-top: 15px !important; }
  .page-id-4340 #av_section_3 .av_one_third:nth-of-type(2) p:nth-of-type(4) {
    color: #00AAFF !important; }
  .page-id-4340 #av_section_3 .av_one_third:nth-of-type(3) p:nth-of-type(4) {
    color: #6284FF !important; }
  .page-id-4340 #av_section_3 h3 {
    text-align: center !important;
    color: #002037 !important;
    font-size: 30px !important;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 500 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 75px 0 25px 0; }
    @media (max-width: 767px) {
      .page-id-4340 #av_section_3 h3 {
        padding: 35px 0;
        font-size: 26px; } }
  .page-id-4340 #av_section_3 p a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px !important;
    border-radius: 4px 4px 4px 30px;
    box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
    padding: 4px 33px 6px 36px;
    font-size: 13px;
    font-weight: 800 !important;
    color: #00AAFF !important;
    background-color: #FFF;
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .page-id-4340 #av_section_3 p a {
        margin-top: 0px;
        margin-bottom: 0px; } }
.page-id-4340 #av_section_3 .no_margin.av_one_third {
  width: 33% !important;
  margin: 0 !important;
  padding: 0 !important; }
  @media (max-width: 767px) {
    .page-id-4340 #av_section_3 .no_margin.av_one_third {
      width: 100% !important;
      margin: 0 !important; } }
.page-id-4340 #av_section_4 .no_margin.av_one_half {
  width: 50% !important; }
  @media (max-width: 767px) {
    .page-id-4340 #av_section_4 .no_margin.av_one_half {
      width: 100% !important;
      margin: 0 !important; } }
.page-id-4340 #av_section_5 h2 {
  max-width: 920px; }
.page-id-4340 #av_section_5 .tab_content {
  margin: 0;
  padding: 0; }
  .page-id-4340 #av_section_5 .tab_content .tab_inner_content {
    margin: 50px 0;
    position: relative; }
    .page-id-4340 #av_section_5 .tab_content .tab_inner_content p:first-of-type {
      border: 1px transparent solid;
      margin: 0 !important; }
      .page-id-4340 #av_section_5 .tab_content .tab_inner_content p:first-of-type img {
        float: right;
        width: 33%;
        max-width: 400px;
        -webkit-box-shadow: 0px 36px 60px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 36px 60px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 36px 60px 0px rgba(0, 0, 0, 0.25);
        margin: 50px 50px 80px 50px; }
        @media (max-width: 767px) {
          .page-id-4340 #av_section_5 .tab_content .tab_inner_content p:first-of-type img {
            display: none; } }
    .page-id-4340 #av_section_5 .tab_content .tab_inner_content h3 {
      margin: 15% 50% 0 10% !important;
      padding: 0;
      color: #fff !important;
      font-size: 14px !important;
      letter-spacing: 2px;
      font-weight: 500 !important;
      text-transform: uppercase !important; }
      @media (max-width: 767px) {
        .page-id-4340 #av_section_5 .tab_content .tab_inner_content h3 {
          margin: 50px 50px 0 50px !important; } }
    .page-id-4340 #av_section_5 .tab_content .tab_inner_content h2 {
      text-align: left;
      margin: 0 50% 10px 10% !important;
      padding: 0;
      color: #fff !important;
      font-size: 42px;
      font-weight: bold;
      letter-spacing: -1.5px;
      text-transform: none;
      font-weight: 500 !important; }
      @media (max-width: 767px) {
        .page-id-4340 #av_section_5 .tab_content .tab_inner_content h2 {
          margin: 0 50px 10px 50px !important;
          font-size: 32px; } }
    .page-id-4340 #av_section_5 .tab_content .tab_inner_content h4 {
      margin: 0 50% 30px 10% !important;
      padding: 0;
      color: #fff !important;
      font-size: 14px !important;
      line-height: 1.7 !important;
      opacity: .7;
      font-weight: normal !important;
      letter-spacing: 2px !important; }
      @media (max-width: 767px) {
        .page-id-4340 #av_section_5 .tab_content .tab_inner_content h4 {
          margin: 0 50px 40px 50px !important; } }
    .page-id-4340 #av_section_5 .tab_content .tab_inner_content p:nth-of-type(2) {
      margin: 0 50% 0 10% !important; }
      @media (max-width: 767px) {
        .page-id-4340 #av_section_5 .tab_content .tab_inner_content p:nth-of-type(2) {
          margin: 0 50px 50px 50px !important; } }
      .page-id-4340 #av_section_5 .tab_content .tab_inner_content p:nth-of-type(2) a {
        display: inline-block;
        font-size: 14px;
        font-weight: 400 !important;
        letter-spacing: 2.5px !important;
        text-transform: uppercase;
        line-height: 50px;
        text-align: center;
        letter-spacing: 1px !important;
        border-radius: 4px 4px 4px 30px;
        box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
        padding: 4px 33px 6px 36px;
        font-size: 13px;
        font-weight: 800 !important;
        color: #00AAFF !important;
        background-color: #FFF; }
    .page-id-4340 #av_section_5 .tab_content .tab_inner_content p:last-of-type {
      display: block;
      margin: 0;
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      max-width: 875px; }
      @media (max-width: 767px) {
        .page-id-4340 #av_section_5 .tab_content .tab_inner_content p:last-of-type {
          height: 100%; } }
      .page-id-4340 #av_section_5 .tab_content .tab_inner_content p:last-of-type img {
        display: block;
        height: 100%; }
.page-id-4340 #av_section_6 h2 {
  max-width: 920px !important; }

.MarketPlace .Inner {
  max-width: 1280px;
  margin: 0 auto; }
.MarketPlace .Results {
  text-align: center;
  background-color: #f9f9fb !important;
  padding-bottom: 100px; }
  .MarketPlace .Results .Context {
    padding: 40px 0; }
    .MarketPlace .Results .Context h2 {
      padding: 0 !important;
      margin: 0 !important;
      font-size: 12px !important;
      letter-spacing: 1px !important;
      color: #4c6273 !important;
      text-transform: uppercase !important;
      font-weight: 500 !important; }
  .MarketPlace .Results ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none; }
    .MarketPlace .Results ul li {
      float: left;
      padding: 0 !important;
      margin: 0 !important;
      width: 25%; }
      @media (max-width: 767px) {
        .MarketPlace .Results ul li {
          width: 50%; } }
      @media (max-width: 480px) {
        .MarketPlace .Results ul li {
          width: 100%; } }
    .MarketPlace .Results ul img {
      display: block;
      margin: 0 auto;
      padding: 0;
      max-width: 145px;
      width: 100%;
      height: auto; }
    .MarketPlace .Results ul .Blurb {
      color: #002037 !important;
      font-size: 22px !important;
      letter-spacing: 0px !important;
      text-transform: none !important;
      font-weight: 800 !important;
      padding: 30px 0 20px 0 !important;
      margin: 0 auto !important;
      max-width: 240px; }
      @media (max-width: 767px) {
        .MarketPlace .Results ul .Blurb {
          padding: 0 !important; } }
    .MarketPlace .Results ul .Percent {
      color: #002037 !important;
      font-size: 52px !important;
      letter-spacing: 1px !important;
      font-weight: 800 !important;
      padding: 0; }
      @media (max-width: 767px) {
        .MarketPlace .Results ul .Percent {
          padding-bottom: 30px; } }
.MarketPlace .Hero {
  text-align: center;
  background-color: #006FBF; }
  .MarketPlace .Hero .Inner {
    max-width: 1280px;
    margin: 0 auto; }
  .MarketPlace .Hero .Context {
    padding: 100px 0; }
    @media (max-width: 767px) {
      .MarketPlace .Hero .Context {
        padding: 50px 25px; } }
    .MarketPlace .Hero .Context h2 {
      color: #fff !important;
      font-size: 40px;
      letter-spacing: 0px;
      text-transform: none;
      font-weight: 800 !important;
      max-width: 800px;
      margin: 0 auto !important;
      padding: 0 0 30px 0 !important; }
      @media (max-width: 767px) {
        .MarketPlace .Hero .Context h2 {
          font-size: 32px; } }
    .MarketPlace .Hero .Context .SubTitle {
      padding: 0 !important;
      color: #fff !important;
      font-size: 18px !important;
      line-height: normal;
      font-family: inherit;
      max-width: 650px;
      margin: 0 auto;
      font-weight: bold !important;
      letter-spacing: 2px !important;
      font-weight: normal !important;
      font-weight: 200 !important; }
      @media (max-width: 767px) {
        .MarketPlace .Hero .Context .SubTitle {
          font-size: 14px !important; } }
  .MarketPlace .Hero img {
    padding: 0 25px; }
.MarketPlace .FeatureList {
  background-color: #f9f9fb;
  text-align: center; }
  .MarketPlace .FeatureList .Inner {
    max-width: 1280px;
    margin: 0 auto; }
  .MarketPlace .FeatureList .Context {
    padding: 100px 0; }
    @media (max-width: 767px) {
      .MarketPlace .FeatureList .Context {
        padding: 50px 25px; } }
    .MarketPlace .FeatureList .Context h2 {
      color: #002037 !important;
      font-size: 40px !important;
      letter-spacing: 0px !important;
      line-height: normal !important;
      text-transform: none !important;
      font-weight: 800 !important;
      max-width: 800px !important;
      margin: 0 auto !important;
      padding: 0 0 30px 0 !important; }
      @media (max-width: 767px) {
        .MarketPlace .FeatureList .Context h2 {
          font-size: 32px !important; } }
    .MarketPlace .FeatureList .Context a {
      display: inline-block;
      font-size: 14px;
      font-weight: 400 !important;
      letter-spacing: 2.5px !important;
      text-transform: uppercase;
      line-height: 50px;
      text-align: center;
      letter-spacing: 1px !important;
      border-radius: 4px 4px 4px 30px;
      box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
      padding: 4px 33px 6px 36px;
      color: #FFFFFF !important;
      background-color: #00AAFF; }
    .MarketPlace .FeatureList .Context .SubTitle {
      opacity: 0.7 !important;
      color: #002037 !important;
      font-size: 18px !important;
      letter-spacing: 2px !important;
      text-transform: none !important;
      font-weight: 400 !important;
      line-height: normal !important;
      font-family: inherit !important;
      max-width: 650px !important;
      margin: 0 auto !important;
      padding: 0 0 30px 0 !important; }
      @media (max-width: 767px) {
        .MarketPlace .FeatureList .Context .SubTitle {
          font-size: 14px !important; } }
  .MarketPlace .FeatureList .Features .Feature {
    position: relative;
    clear: both;
    text-align: left;
    overflow: hidden; }
    .MarketPlace .FeatureList .Features .Feature .Title {
      color: #002037 !important;
      font-size: 40px !important;
      letter-spacing: 0px !important;
      line-height: normal !important;
      text-transform: none !important;
      font-weight: 800 !important;
      max-width: 800px !important;
      margin: 0 auto !important;
      padding: 0 0 30px 0 !important;
      padding-bottom: 10px !important; }
      @media (max-width: 767px) {
        .MarketPlace .FeatureList .Features .Feature .Title {
          font-size: 32px !important; } }
    .MarketPlace .FeatureList .Features .Feature .SubTitle {
      color: #002037 !important;
      font-size: 40px !important;
      letter-spacing: 0px !important;
      line-height: normal !important;
      text-transform: none !important;
      font-weight: 800 !important;
      max-width: 800px !important;
      margin: 0 auto !important;
      padding: 0 0 30px 0 !important;
      padding-bottom: 10px !important;
      font-size: 28px !important; }
      @media (max-width: 767px) {
        .MarketPlace .FeatureList .Features .Feature .SubTitle {
          font-size: 32px !important; } }
      @media (max-width: 767px) {
        .MarketPlace .FeatureList .Features .Feature .SubTitle {
          font-size: 23px !important; } }
    .MarketPlace .FeatureList .Features .Feature .Blurb {
      opacity: 0.7 !important;
      color: #002037 !important;
      font-size: 18px !important;
      letter-spacing: 2px !important;
      text-transform: none !important;
      font-weight: 400 !important;
      line-height: normal !important;
      font-family: inherit !important;
      max-width: 650px !important;
      margin: 0 auto !important;
      padding: 0 0 30px 0 !important; }
      @media (max-width: 767px) {
        .MarketPlace .FeatureList .Features .Feature .Blurb {
          font-size: 14px !important; } }
    .MarketPlace .FeatureList .Features .Feature .BG {
      position: absolute;
      z-index: 1;
      top: 15%;
      height: 60%;
      width: 100%;
      background: #6FDDFF; }
  .MarketPlace .FeatureList .Features .medium .Title {
    color: #fff !important;
    font-size: 40px !important;
    letter-spacing: 0px !important;
    line-height: normal !important;
    text-transform: none !important;
    font-weight: 800 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 0 30px 0 !important;
    padding-bottom: 10px !important; }
    @media (max-width: 767px) {
      .MarketPlace .FeatureList .Features .medium .Title {
        font-size: 32px !important; } }
  .MarketPlace .FeatureList .Features .medium .SubTitle {
    color: #fff !important;
    font-size: 40px !important;
    letter-spacing: 0px !important;
    line-height: normal !important;
    text-transform: none !important;
    font-weight: 800 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 0 30px 0 !important;
    padding-bottom: 10px !important;
    font-size: 28px !important; }
    @media (max-width: 767px) {
      .MarketPlace .FeatureList .Features .medium .SubTitle {
        font-size: 32px !important; } }
    @media (max-width: 767px) {
      .MarketPlace .FeatureList .Features .medium .SubTitle {
        font-size: 23px !important; } }
  .MarketPlace .FeatureList .Features .medium .Blurb {
    opacity: 0.7 !important;
    color: #fff !important;
    font-size: 18px !important;
    letter-spacing: 2px !important;
    text-transform: none !important;
    font-weight: 400 !important;
    line-height: normal !important;
    font-family: inherit !important;
    max-width: 650px !important;
    margin: 0 auto !important;
    padding: 0 0 30px 0 !important; }
    @media (max-width: 767px) {
      .MarketPlace .FeatureList .Features .medium .Blurb {
        font-size: 14px !important; } }
  .MarketPlace .FeatureList .Features .medium .BG {
    background: #00AAFF; }
  .MarketPlace .FeatureList .Features .dark .Title {
    color: #fff !important;
    font-size: 40px !important;
    letter-spacing: 0px !important;
    line-height: normal !important;
    text-transform: none !important;
    font-weight: 800 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 0 30px 0 !important;
    padding-bottom: 10px !important; }
    @media (max-width: 767px) {
      .MarketPlace .FeatureList .Features .dark .Title {
        font-size: 32px !important; } }
  .MarketPlace .FeatureList .Features .dark .SubTitle {
    color: #fff !important;
    font-size: 40px !important;
    letter-spacing: 0px !important;
    line-height: normal !important;
    text-transform: none !important;
    font-weight: 800 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 0 0 30px 0 !important;
    padding-bottom: 10px !important;
    font-size: 28px !important; }
    @media (max-width: 767px) {
      .MarketPlace .FeatureList .Features .dark .SubTitle {
        font-size: 32px !important; } }
    @media (max-width: 767px) {
      .MarketPlace .FeatureList .Features .dark .SubTitle {
        font-size: 23px !important; } }
  .MarketPlace .FeatureList .Features .dark .Blurb {
    opacity: 0.7 !important;
    color: #fff !important;
    font-size: 18px !important;
    letter-spacing: 2px !important;
    text-transform: none !important;
    font-weight: 400 !important;
    line-height: normal !important;
    font-family: inherit !important;
    max-width: 650px !important;
    margin: 0 auto !important;
    padding: 0 0 30px 0 !important; }
    @media (max-width: 767px) {
      .MarketPlace .FeatureList .Features .dark .Blurb {
        font-size: 14px !important; } }
  .MarketPlace .FeatureList .Features .dark .BG {
    background: #6284FF; }
  .MarketPlace .FeatureList .Features .Normal .Left,
  .MarketPlace .FeatureList .Features .Flipped .Right {
    position: relative;
    z-index: 2;
    width: 50%;
    float: left; }
    .MarketPlace .FeatureList .Features .Normal .Left img,
    .MarketPlace .FeatureList .Features .Flipped .Right img {
      display: block;
      width: 100%;
      height: inherit;
      max-width: 450px;
      margin: 0 auto; }
  .MarketPlace .FeatureList .Features .Normal .Right,
  .MarketPlace .FeatureList .Features .Flipped .Left {
    position: absolute;
    z-index: 2;
    width: 40%;
    float: right;
    left: 50%;
    top: 45% !important;
    transform: translateY(-50%); }
  .MarketPlace .FeatureList .Features .Flipped .Left {
    left: 10%; }
  .MarketPlace .FeatureList .Features .Flipped .Right {
    float: right; }
  @media (max-width: 640px) {
    .MarketPlace .FeatureList .Features .Feature .BG {
      top: 0;
      height: 100%;
      width: 100%; }
    .MarketPlace .FeatureList .Features .Normal .Left,
    .MarketPlace .FeatureList .Features .Flipped .Right {
      left: -20%; }
    .MarketPlace .FeatureList .Features .Normal .Right,
    .MarketPlace .FeatureList .Features .Flipped .Left {
      width: 60%;
      left: 30%; }
    .MarketPlace .FeatureList .Features .Flipped .Left {
      left: 10%; }
    .MarketPlace .FeatureList .Features .Flipped .Right {
      left: 20%; } }
  @media (max-width: 480px) {
    .MarketPlace .FeatureList .Features .Normal .Left,
    .MarketPlace .FeatureList .Features .Flipped .Right {
      display: none; }
    .MarketPlace .FeatureList .Features .Normal .Right,
    .MarketPlace .FeatureList .Features .Flipped .Left {
      padding: 30px;
      position: relative;
      width: auto;
      float: none;
      left: 0;
      top: 0 !important;
      transform: none; } }

body.page-id-4083 {
  background-image: url("");
  background-color: #112042 !important;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed; }

.page-id-4083 p a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px !important;
  border-radius: 4px 4px 4px 30px;
  box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
  padding: 4px 33px 6px 36px;
  color: #FFFFFF !important;
  background-color: #00AAFF;
  margin-bottom: 50px; }
.page-id-4083 #av_section_1 {
  text-align: center;
  margin-bottom: -350px; }
  @media (max-width: 767px) {
    .page-id-4083 #av_section_1 {
      margin-bottom: -150px; } }
  .page-id-4083 #av_section_1 h2 {
    padding-bottom: 30px;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: normal !important;
    text-transform: uppercase; }
  .page-id-4083 #av_section_1 h1 {
    padding-bottom: 20px;
    color: #FFFFFF;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: -1.5px;
    text-transform: none;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500 !important; }
    @media (max-width: 1050px) {
      .page-id-4083 #av_section_1 h1 {
        font-size: 48px; } }
    @media (max-width: 767px) {
      .page-id-4083 #av_section_1 h1 {
        font-size: 36px; } }
  .page-id-4083 #av_section_1 h3 {
    padding-bottom: 30px;
    color: #FFFFFF;
    font-size: 18px !important;
    max-width: 650px;
    margin: 0 auto;
    font-weight: normal !important;
    letter-spacing: 2px !important;
    font-weight: normal !important;
    font-weight: 200 !important; }
  .page-id-4083 #av_section_1 iframe {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3); }
.page-id-4083 #after_section_1 {
  background: #fff !important;
  padding-top: 350px; }
  @media (max-width: 767px) {
    .page-id-4083 #after_section_1 {
      padding-top: 150px; } }
  @media (max-width: 767px) {
    .page-id-4083 #after_section_1 .content {
      padding: 0 !important; } }
  .page-id-4083 #after_section_1 .layer-powers {
    text-align: center; }
    .page-id-4083 #after_section_1 .layer-powers h2 {
      padding-bottom: 30px;
      color: #002037 !important;
      font-size: 40px;
      letter-spacing: 0px;
      text-transform: none;
      font-weight: 800 !important;
      max-width: 800px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .page-id-4083 #after_section_1 .layer-powers h2 {
          font-size: 32px; } }
    .page-id-4083 #after_section_1 .layer-powers h3 {
      padding-bottom: 30px;
      color: #002037 !important;
      font-size: 18px !important;
      font-family: inherit;
      max-width: 650px;
      margin: 0 auto;
      font-weight: bold !important;
      letter-spacing: 2px !important;
      font-weight: normal !important;
      font-weight: 200 !important; }
.page-id-4083 #av_section_2,
.page-id-4083 #av_section_3,
.page-id-4083 #av_section_4 {
  padding: 5% 0 !important;
  background: #fff !important; }
  @media (max-width: 767px) {
    .page-id-4083 #av_section_2,
    .page-id-4083 #av_section_3,
    .page-id-4083 #av_section_4 {
      padding: 0 0 !important; } }
  .page-id-4083 #av_section_2 h2,
  .page-id-4083 #av_section_3 h2,
  .page-id-4083 #av_section_4 h2 {
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: normal !important;
    text-transform: uppercase; }
  .page-id-4083 #av_section_2 h1,
  .page-id-4083 #av_section_3 h1,
  .page-id-4083 #av_section_4 h1 {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -1.5px;
    text-transform: none;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500 !important; }
    @media (max-width: 767px) {
      .page-id-4083 #av_section_2 h1,
      .page-id-4083 #av_section_3 h1,
      .page-id-4083 #av_section_4 h1 {
        font-size: 32px; } }
  .page-id-4083 #av_section_2 h3,
  .page-id-4083 #av_section_3 h3,
  .page-id-4083 #av_section_4 h3 {
    color: #FFFFFF;
    font-size: 14px !important;
    max-width: 650px;
    margin: 0 auto;
    line-height: 3;
    font-weight: normal !important;
    letter-spacing: 2px !important;
    font-weight: normal !important;
    font-weight: 200 !important; }
  .page-id-4083 #av_section_2 .container,
  .page-id-4083 #av_section_3 .container,
  .page-id-4083 #av_section_4 .container {
    max-width: none !important;
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .page-id-4083 #av_section_2 .container,
      .page-id-4083 #av_section_3 .container,
      .page-id-4083 #av_section_4 .container {
        width: 100% !important; } }
    .page-id-4083 #av_section_2 .container .content,
    .page-id-4083 #av_section_3 .container .content,
    .page-id-4083 #av_section_4 .container .content {
      padding: 0;
      margin: -10% 0 -10% 0 !important; }
      @media (max-width: 767px) {
        .page-id-4083 #av_section_2 .container .content,
        .page-id-4083 #av_section_3 .container .content,
        .page-id-4083 #av_section_4 .container .content {
          margin: 0 0 0 0 !important; } }
      @media (max-width: 767px) {
        .page-id-4083 #av_section_2 .container .content .av_one_half,
        .page-id-4083 #av_section_3 .container .content .av_one_half,
        .page-id-4083 #av_section_4 .container .content .av_one_half {
          width: 100% !important; } }
      .page-id-4083 #av_section_2 .container .content .av_textblock_section,
      .page-id-4083 #av_section_3 .container .content .av_textblock_section,
      .page-id-4083 #av_section_4 .container .content .av_textblock_section {
        max-width: 320px; }
        @media (max-width: 767px) {
          .page-id-4083 #av_section_2 .container .content .av_textblock_section,
          .page-id-4083 #av_section_3 .container .content .av_textblock_section,
          .page-id-4083 #av_section_4 .container .content .av_textblock_section {
            margin: -50px 30px 50px 30px; } }
      .page-id-4083 #av_section_2 .container .content img,
      .page-id-4083 #av_section_3 .container .content img,
      .page-id-4083 #av_section_4 .container .content img {
        max-width: 380px !important; }
        @media (max-width: 767px) {
          .page-id-4083 #av_section_2 .container .content img,
          .page-id-4083 #av_section_3 .container .content img,
          .page-id-4083 #av_section_4 .container .content img {
            max-width: 320px !important; } }
.page-id-4083 #av_section_2 .container {
  background: #6fddff url(/wp-content/uploads/2018/05/engage-bg.png) no-repeat center center !important; }
.page-id-4083 #av_section_3 .container {
  background: #00aaff url(/wp-content/uploads/2018/05/convert-bg.png) no-repeat center center !important; }
  .page-id-4083 #av_section_3 .container .av_textblock_section {
    float: right; }
    @media (max-width: 767px) {
      .page-id-4083 #av_section_3 .container .av_textblock_section {
        margin: 100px 0 0px 0px !important; } }
.page-id-4083 #av_section_4 .container {
  background: #6284ff url(/wp-content/uploads/2018/05/support-bg.png) no-repeat center center !important; }
.page-id-4083 #av_section_2,
.page-id-4083 #av_section_3,
.page-id-4083 #av_section_4 {
  padding-bottom: 10% !important; }
  @media (max-width: 767px) {
    .page-id-4083 #av_section_2,
    .page-id-4083 #av_section_3,
    .page-id-4083 #av_section_4 {
      padding-bottom: 0 !important; } }
.page-id-4083 #after_section_4 {
  background: #f9f9fb !important;
  text-align: center;
  padding: 100px 0px !important;
  margin-top: 100px !important;
  border-top: 1px #ddd solid; }
  @media (max-width: 767px) {
    .page-id-4083 #after_section_4 {
      padding: 40px 0px !important;
      margin-top: 40px !important; } }
  .page-id-4083 #after_section_4 h2 {
    padding-bottom: 30px;
    color: #002037 !important;
    font-size: 40px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 800 !important;
    max-width: 800px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .page-id-4083 #after_section_4 h2 {
        font-size: 32px; } }
  .page-id-4083 #after_section_4 h3 {
    padding-bottom: 30px;
    color: #002037 !important;
    font-size: 18px !important;
    font-family: inherit;
    max-width: 650px;
    margin: 0 auto;
    font-weight: bold !important;
    letter-spacing: 2px !important;
    font-weight: normal !important;
    font-weight: 200 !important; }
  .page-id-4083 #after_section_4 p a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px !important;
    border-radius: 4px 4px 4px 30px;
    box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
    padding: 4px 33px 6px 36px;
    font-size: 13px;
    font-weight: 800 !important;
    color: #00AAFF !important;
    background-color: #FFF;
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .page-id-4083 #after_section_4 p a {
        margin-bottom: 50px; } }

body.page-id-4124 {
  background-image: url("/wp-content/uploads/2018/05/product-bg.png");
  background-color: #112042 !important;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed; }

.page-id-4124 p a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px !important;
  border-radius: 4px 4px 4px 30px;
  box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
  padding: 4px 33px 6px 36px;
  color: #FFFFFF !important;
  background-color: #00AAFF;
  margin-bottom: 50px; }
.page-id-4124 .full-image-header {
  text-align: center;
  margin-bottom: -350px; }
  @media (max-width: 767px) {
    .page-id-4124 .full-image-header {
      margin-bottom: -150px; } }
  .page-id-4124 .full-image-header h2 {
    padding-bottom: 30px;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal !important;
    text-transform: uppercase; }
  .page-id-4124 .full-image-header h1 {
    padding-bottom: 20px;
    color: #FFFFFF;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: -1.5px;
    text-transform: none;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500 !important; }
    @media (max-width: 1050px) {
      .page-id-4124 .full-image-header h1 {
        font-size: 48px; } }
    @media (max-width: 767px) {
      .page-id-4124 .full-image-header h1 {
        font-size: 36px; } }
  .page-id-4124 .full-image-header h3 {
    padding-bottom: 30px;
    color: #FFFFFF;
    font-size: 18px !important;
    max-width: 650px;
    margin: 0 auto;
    font-weight: normal !important;
    letter-spacing: 2px !important;
    font-weight: normal !important;
    font-weight: 200 !important; }
  .page-id-4124 .full-image-header iframe {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3); }
.page-id-4124 #after_section_1 {
  background: #fff !important;
  padding-top: 350px; }
  @media (max-width: 767px) {
    .page-id-4124 #after_section_1 {
      padding-top: 150px; } }
.page-id-4124 .four-up {
  text-align: center;
  background: #f9f9fb !important;
  border-top: 1px #e0e4e7 solid; }
  .page-id-4124 .four-up h1 {
    color: #002037 !important;
    font-size: 40px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 800 !important;
    max-width: 800px;
    margin: 0 auto !important;
    padding: 50px 0; }
    @media (max-width: 767px) {
      .page-id-4124 .four-up h1 {
        padding: 25px 0;
        font-size: 32px; } }
  .page-id-4124 .four-up .av_one_fourth {
    margin: 30px 0 !important; }
    .page-id-4124 .four-up .av_one_fourth section {
      padding: 0 20px !important; }
    .page-id-4124 .four-up .av_one_fourth p img {
      display: block;
      margin: 0 auto;
      padding: 0;
      max-width: 140px;
      width: 100%;
      height: auto; }
    .page-id-4124 .four-up .av_one_fourth h2 {
      color: #002037 !important;
      font-size: 22px;
      letter-spacing: 0px;
      text-transform: none;
      font-weight: 800 !important;
      margin: 0 0 15px 0 !important;
      padding: 0; }
    .page-id-4124 .four-up .av_one_fourth h3 {
      color: #4a6071 !important;
      font-size: 16px !important;
      letter-spacing: 1px !important;
      font-weight: normal !important;
      padding: 0; }
  .page-id-4124 .four-up p a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px !important;
    border-radius: 4px 4px 4px 30px;
    box-shadow: 0 12px 24px 0 rgba(52, 73, 94, 0.1);
    padding: 4px 33px 6px 36px;
    font-size: 13px;
    font-weight: 800 !important;
    color: #00AAFF !important;
    background-color: #FFF;
    margin: 70px 0; }
    @media (max-width: 767px) {
      .page-id-4124 .four-up p a {
        margin-bottom: 50px; } }
.page-id-4124 .slider-pane {
  display: none;
  background-color: #00AAFF !important;
  text-align: center;
  padding: 50px 0px 0 0 !important;
  background-color: #00AAFF !important; }
  .page-id-4124 .slider-pane h2 {
    padding-bottom: 10px !important;
    color: #fff !important;
    font-size: 40px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 800 !important;
    max-width: 800px;
    margin: 0 auto !important; }
    @media (max-width: 767px) {
      .page-id-4124 .slider-pane h2 {
        font-size: 32px; } }
  .page-id-4124 .slider-pane h3 {
    padding-bottom: 30px;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px !important;
    font-family: inherit;
    max-width: 650px;
    margin: 0 auto;
    font-weight: bold !important;
    letter-spacing: 2px !important;
    font-weight: normal !important;
    font-weight: 200 !important; }
  .page-id-4124 .slider-pane .post-entry-4124 .entry-content-wrapper .av_one_full {
    clear: none !important; }
  .page-id-4124 .slider-pane .av_one_full .av_textblock_section {
    margin: 100px 0 180px 0; }
    .page-id-4124 .slider-pane .av_one_full .av_textblock_section .avia_textblock {
      background: #33bbff;
      text-align: left;
      padding: 150px 0; }
      @media (max-width: 767px) {
        .page-id-4124 .slider-pane .av_one_full .av_textblock_section .avia_textblock {
          padding: 75px 0; } }
      @media (max-width: 480px) {
        .page-id-4124 .slider-pane .av_one_full .av_textblock_section .avia_textblock {
          padding: 50px 0; } }
      .page-id-4124 .slider-pane .av_one_full .av_textblock_section .avia_textblock p {
        width: 50%;
        margin: 0;
        display: block;
        position: absolute;
        top: 0px; }
        @media (max-width: 480px) {
          .page-id-4124 .slider-pane .av_one_full .av_textblock_section .avia_textblock p {
            width: 100%;
            position: relative; } }
      .page-id-4124 .slider-pane .av_one_full .av_textblock_section .avia_textblock h2 {
        margin: 0 50px 0 53% !important; }
        @media (max-width: 480px) {
          .page-id-4124 .slider-pane .av_one_full .av_textblock_section .avia_textblock h2 {
            margin: 0 50px 0 50px !important; } }
      .page-id-4124 .slider-pane .av_one_full .av_textblock_section .avia_textblock h3 {
        margin: 0 50px 0 53%; }
        @media (max-width: 480px) {
          .page-id-4124 .slider-pane .av_one_full .av_textblock_section .avia_textblock h3 {
            margin: 0 50px 0 50px !important; } }
    @media (max-width: 767px) {
      .page-id-4124 .slider-pane .av_one_full .av_textblock_section {
        margin: 0 0 0 0; } }
  .page-id-4124 .slider-pane .slick-slide {
    outline: none; }
  .page-id-4124 .slider-pane .slick-dots li.slick-active button::before,
  .page-id-4124 .slider-pane .slick-dots li button::before {
    font-size: 12px;
    color: #fff; }
.page-id-4124 .bullet-points {
  text-align: center;
  background: #fff !important;
  border-top: 1px #e0e4e7 solid; }
  .page-id-4124 .bullet-points .container {
    max-width: 1100px;
    padding-bottom: 30px; }
  .page-id-4124 .bullet-points h1 {
    color: #002037 !important;
    font-size: 40px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 800 !important;
    max-width: 800px;
    margin: 0 auto !important;
    padding: 50px 0 15px 0; }
    @media (max-width: 767px) {
      .page-id-4124 .bullet-points h1 {
        padding: 25px 0;
        font-size: 32px; } }
  .page-id-4124 .bullet-points p {
    color: #4a6071 !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    font-weight: normal !important;
    padding: 0 0 50px 0; }
  .page-id-4124 .bullet-points .av_one_half {
    text-align: left;
    padding-bottom: 30px !important; }
    .page-id-4124 .bullet-points .av_one_half p {
      margin: 0 !important;
      padding: 0 !important;
      float: left; }
      .page-id-4124 .bullet-points .av_one_half p img {
        max-width: 72px; }
    .page-id-4124 .bullet-points .av_one_half h2 {
      margin: 0 40px 15px 92px !important;
      color: #002037 !important;
      font-size: 18px;
      letter-spacing: 0px;
      text-transform: none;
      font-weight: 800 !important;
      padding: 0 !important; }
    .page-id-4124 .bullet-points .av_one_half h3 {
      margin: 0 40px 0 92px !important;
      color: #4a6071 !important;
      font-size: 14px !important;
      line-height: 28px !important;
      letter-spacing: 1px !important;
      font-weight: normal !important;
      padding: 0 !important; }
@media (max-width: 767px) {
  .page-id-4124 #av_section_4 .av_one_half {
    width: 100% !important; } }
.page-id-4124 #av_section_5 .tab_content .tab_inner_content {
  padding: 25% 0; }
  @media (max-width: 767px) {
    .page-id-4124 #av_section_5 .tab_content .tab_inner_content {
      padding: 0; } }
  .page-id-4124 #av_section_5 .tab_content .tab_inner_content p {
    padding: 0;
    position: absolute;
    top: 0;
    width: 50%; }
    .page-id-4124 #av_section_5 .tab_content .tab_inner_content p img {
      max-width: 400px;
      margin: 0 auto;
      display: block;
      width: 100%; }
    @media (max-width: 767px) {
      .page-id-4124 #av_section_5 .tab_content .tab_inner_content p {
        position: relative;
        width: 100%; } }
  .page-id-4124 #av_section_5 .tab_content .tab_inner_content h3 {
    margin: 0 50px 10px 50%;
    padding: 0;
    color: #647887 !important;
    font-size: 14px !important;
    letter-spacing: 2px;
    font-weight: 500 !important;
    text-transform: uppercase !important; }
    @media (max-width: 767px) {
      .page-id-4124 #av_section_5 .tab_content .tab_inner_content h3 {
        margin: 0 50px 10px 50px; } }
  .page-id-4124 #av_section_5 .tab_content .tab_inner_content h2 {
    text-align: left;
    margin: 0 50px 25px 50% !important;
    padding: 0;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -1.5px;
    text-transform: none;
    font-weight: 500 !important; }
    @media (max-width: 767px) {
      .page-id-4124 #av_section_5 .tab_content .tab_inner_content h2 {
        margin: 0 50px 10px 50px !important;
        font-size: 32px; } }
  .page-id-4124 #av_section_5 .tab_content .tab_inner_content h4 {
    margin: 0 50px 0 50%;
    padding: 0;
    font-size: 14px !important;
    line-height: 2 !important;
    max-width: 350px;
    font-weight: normal !important;
    letter-spacing: 2px !important; }
    @media (max-width: 767px) {
      .page-id-4124 #av_section_5 .tab_content .tab_inner_content h4 {
        margin: 0 50px 10px 50px; } }
.page-id-4124 #av_section_5 #tab-id-1-container {
  background: url(/wp-content/uploads/2018/05/engage-bg.png) no-repeat center center !important; }
.page-id-4124 #av_section_5 #tab-id-2-container {
  background: url(/wp-content/uploads/2018/05/convert-bg.png) no-repeat center center !important; }
.page-id-4124 #av_section_5 #tab-id-3-container {
  background: url(/wp-content/uploads/2018/05/support-bg.png) no-repeat center center !important; }
.page-id-4124 .split-info {
  background-color: #0A1631 !important;
  padding: 0 !important; }
  .page-id-4124 .split-info .container {
    padding: 0 !important; }
    @media (max-width: 767px) {
      .page-id-4124 .split-info .container {
        max-width: none !important;
        width: 100% !important; } }
  .page-id-4124 .split-info .content {
    padding: 0 !important; }
  .page-id-4124 .split-info img {
    margin-bottom: 39px; }
  .page-id-4124 .split-info p:nth-of-type(1) {
    color: #FFFFFF !important;
    font-size: 28px !important;
    letter-spacing: -1px !important;
    line-height: 15px !important; }
  .page-id-4124 .split-info p:nth-of-type(2) {
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 100 !important;
    line-height: 26px;
    max-width: 485px; }
  .page-id-4124 .split-info p strong {
    color: #fff; }
  .page-id-4124 .split-info a {
    background: none;
    margin: 0 !important;
    padding: 0 !important;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px; }
  .page-id-4124 .split-info .flex_column {
    background-size: cover;
    padding: 80px;
    margin: 0; }
    .page-id-4124 .split-info .flex_column:first-of-type img {
      padding: 14px;
      background: #fff;
      border-radius: 12px; }
    .page-id-4124 .split-info .flex_column:last-of-type img {
      margin-bottom: 23px; }
.page-id-4124 #av_section_7 .no_margin.av_one_half {
  width: 50% !important; }
  @media (max-width: 767px) {
    .page-id-4124 #av_section_7 .no_margin.av_one_half {
      width: 100% !important;
      margin: 0 !important; } }

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