@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

#page-container {
  background-color: #FAFAFA !important; }

.uptown-accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }
  .uptown-accordion .accordion-item {
    padding: 0 15px;
    border-bottom: 1px solid #e4e4e4; }
  .uptown-accordion .accordion-heading {
    background-color: transparent;
    color: #515151 !important;
    padding: 15px 0;
    display: block;
    font-weight: 600; }
    .uptown-accordion .accordion-heading i {
      position: relative;
      display: inline-block;
      margin-left: 10px;
      color: #005BE7;
      top: 2px; }
    .uptown-accordion .accordion-heading .label {
      float: right;
      font-size: 24px;
      font-weight: 800; }
  .uptown-accordion .accordion-content {
    opacity: 0;
    display: none;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms; }
    .uptown-accordion .accordion-content p {
      margin-bottom: 15px !important; }
  .uptown-accordion .active .accordion-content {
    display: block; }
  .uptown-accordion .fade-in .accordion-content {
    opacity: 1; }

.button {
  background: #30BFE0;
  padding: 15px 30px;
  color: #FFFFFF;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  line-height: 1;
  border: 0; }
  .button.button-blue {
    background: #015EED;
    color: #FFFFFF !important;
    padding: 8px 20px !important;
    border: 0 !important; }
    .button.button-blue:hover {
      background: #014aba !important;
      padding: 8px 20px !important; }
    .button.button-blue.button-big {
      padding: 15px 70px !important;
      font-size: 22px; }
  .button.button-cyan {
    background: #30BFE0;
    color: #FFFFFF !important;
    padding: 8px 20px !important;
    border: 0 !important; }
    .button.button-cyan:hover {
      background: #1da2c0 !important;
      padding: 8px 20px !important; }
  .button.button-light-green {
    background: #4dc2c3;
    color: #FFFFFF !important;
    padding: 8px 20px !important;
    border: 0 !important; }
    .button.button-light-green:hover {
      background: #38a4a5 !important;
      padding: 8px 20px !important; }
  .button.button-orange {
    background: #f18720;
    color: #FFFFFF !important;
    padding: 8px 20px !important;
    border: 0 !important; }
    .button.button-orange:hover {
      background: #d16e0d !important;
      padding: 8px 20px !important; }
  .button.button-relay {
    position: relative; }
    .button.button-relay:before {
      content: "";
      display: block;
      position: absolute;
      top: -15px;
      left: 15px;
      width: 100%;
      height: 100%;
      background: #015EED; }

#openside-button {
  padding: 12px 40px !important; }

.openside-testimonial {
  background-color: transparent !important; }
  .openside-testimonial:before {
    background-image: url("/uploads/quote-icon.png");
    width: 32px;
    height: 29px;
    font-size: 0;
    background-color: transparent;
    border-radius: 0;
    left: 0;
    top: 32px; }
  .openside-testimonial .et_pb_testimonial_description_inner {
    font-family: Lato, sans-serif;
    font-style: italic;
    font-size: 36px;
    font-weight: 300;
    color: #FFFFFF; }
    .openside-testimonial .et_pb_testimonial_description_inner p {
      padding-bottom: 15px;
      line-height: 1.3; }
  .openside-testimonial .et_pb_testimonial_author,
  .openside-testimonial .et_pb_testimonial_meta {
    font-size: 12px;
    font-style: normal; }
  @media (max-width: 768px) {
    .openside-testimonial {
      padding-right: 0;
      padding-left: 0;
      padding-bottom: 0; }
      .openside-testimonial:before {
        background-image: url("/uploads/quote-icon.png");
        width: 32px;
        height: 29px;
        font-size: 0;
        background-color: transparent;
        border-radius: 0;
        left: 50%;
        top: -20px; }
      .openside-testimonial .et_pb_testimonial_description_inner {
        font-size: 26px;
        text-align: center; } }

.button.button-white.button-outline {
  border: 1px solid #FFFFFF;
  padding: 8px 15px !important;
  border-radius: 5px;
  line-height: 1;
  font-family: Lato;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #FFFFFF !important;
  cursor: pointer; }
  .button.button-white.button-outline:hover {
    background-color: #FFFFFF !important;
    color: #202020 !important;
    opacity: 1; }

.card-story .story-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.card-story .story-categories a {
  display: inline-block;
  margin-right: 5px;
  padding: 0px 10px;
  border-radius: 3px;
  background-color: #efefef;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  letter-spacing: 1.4px;
  color: #505050;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .card-story .story-categories a:hover {
    background-color: #dedede;
    color: #434343; }

.card-story .story-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #505050;
  font-weight: 600; }
  .card-story .story-actions .icon {
    font-size: 14px;
    margin-right: 5px; }
  .card-story .story-actions .likes {
    margin-right: 15px; }
  .card-story .story-actions .comments .icon {
    color: #3fc2e6; }

.card-story .story-title {
  font-size: 28px;
  color: #505050;
  margin-top: 15px;
  text-transform: capitalize;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .card-story .story-title:hover {
    color: #2ea3f2;
    text-decoration: underline; }
  @media (max-width: 860px) {
    .card-story .story-title {
      font-size: 20px; } }

.card-story .story-about {
  color: #505050;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }
  .card-story .story-about span {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1; }
  .card-story .story-about span:first-child {
    border-right: 1px solid #505050; }

.card-story.story {
  padding: 10px 50px 30px 50px;
  position: relative; }
  .card-story.story .story-breadcrumb {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }
    .card-story.story .story-breadcrumb li {
      padding-right: 15px; }
  .card-story.story .story-thumbnail {
    position: relative;
    max-width: 1000px;
    margin: 0 auto; }
  .card-story.story .wp-post-image {
    display: block;
    margin: 0 auto; }
  .card-story.story .story-content {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 30px auto 0 auto; }
  .card-story.story .story-body {
    color: #505050;
    margin-top: 50px; }
    .card-story.story .story-body h1,
    .card-story.story .story-body h2,
    .card-story.story .story-body h3,
    .card-story.story .story-body h4,
    .card-story.story .story-body h5,
    .card-story.story .story-body h6 {
      color: #505050;
      font-weight: bold; }
  .card-story.story .story-social {
    position: -webkit-sticky;
    position: sticky;
    top: -1px; }
  .card-story.story .story-social-wrapper {
    position: absolute;
    top: 30px;
    right: -120px; }
  .card-story.story .story-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .card-story.story .story-actions > span,
    .card-story.story .story-actions .nice-likes {
      margin: 0; }
    .card-story.story .story-actions a {
      font-size: 15px; }
  .card-story.story .social-share a {
    display: block;
    width: 50px;
    background-color: #CCC;
    padding: 5px;
    text-align: center;
    color: #FFF; }
    .card-story.story .social-share a.btn-facebook {
      background-color: #6683BE; }
    .card-story.story .social-share a.btn-twitter {
      background-color: #7CC0DF; }
    .card-story.story .social-share a.btn-linkedin {
      background-color: #4787C3; }
  .card-story.story #submit {
    color: #FFF; }

.card-story .submit {
  color: #FFFFFF; }

.card {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 50px;
  box-shadow: 0px 18px 43px rgba(146, 149, 166, 0.3);
  position: relative;
  min-height: 540px; }
  .card .card-title h3 {
    display: inline-block;
    padding: 7px 70px;
    margin-left: -70px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #191919;
    color: #FFFFFF !important;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1; }
  .card.card-without-bg {
    background-color: transparent;
    box-shadow: none; }
    .card.card-without-bg .card-title h3 {
      box-shadow: 0px 18px 43px rgba(146, 149, 166, 0.3); }
  @media (max-width: 981px) {
    .card {
      min-height: 10px; } }

.card-row {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  box-shadow: 0px 18px 43px rgba(146, 149, 166, 0.3);
  position: relative;
  z-index: 9; }

.card-article {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
  min-height: 540px; }
  .card-article .card-thumbnail {
    text-align: center;
    width: 100%; }
    .card-article .card-thumbnail img {
      border-radius: 8px;
      max-width: 100%;
      height: auto; }
  .card-article .card-body {
    max-width: 680px;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0px 18px 43px rgba(146, 149, 166, 0.3);
    position: absolute;
    bottom: 0;
    left: 0; }
  .card-article .card-date {
    font-family: Roboto Condensed, sans-serif;
    color: #191919;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
    display: inline-block;
    padding-left: 32px;
    position: relative; }
    .card-article .card-date:before {
      content: "";
      display: block;
      width: 23px;
      height: 2px;
      background-color: #717171;
      position: absolute;
      left: 0;
      top: 13px; }
  .card-article .card-title a {
    display: inline-block;
    padding: 7px 15px 7px 70px;
    margin-left: -70px;
    background-color: #191919;
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1; }
  .card-article .card-excerpt {
    font-size: 17px;
    font-weight: 600;
    padding-top: 10px; }
  .card-article:nth-child(even) .card-body {
    right: 0;
    left: inherit; }
  @media (max-width: 980px) {
    .card-article {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .card-article:nth-child(even) .card-body {
        margin: 0 auto;
        left: 0; } }
  @media (max-width: 768px) {
    .card-article .card-body {
      position: relative;
      margin-top: -30px !important; }
    .card-article .card-title a {
      padding: 7px 15px;
      margin-left: 0;
      font-size: 25px; } }

.card-white {
  background-color: #FFFFFF;
  padding: 50px;
  box-shadow: 0px 18px 43px rgba(146, 149, 166, 0.3);
  border-radius: 8px; }
  .card-white .card-title {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #191919;
    margin-bottom: 50px; }
  .card-white .card-body #input-border {
    margin-bottom: 50px; }
  .card-white .card-submit-container {
    text-align: center; }
    .card-white .card-submit-container .button {
      margin-right: -15px; }
  .card-white p {
    padding: 0; }

.c-dropdown {
  position: relative;
  display: inline-block;
  text-align: left; }

.c-dropdown__list {
  margin: 5px 0 0 0;
  padding: 6px 0;
  list-style: none;
  position: absolute;
  top: 125%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 1px 30px rgba(80, 80, 80, 0.1);
  -webkit-transition: opacity .25s linear, top .25s linear;
  transition: opacity .25s linear, top .25s linear; }
  .c-dropdown.is-open .c-dropdown__list {
    opacity: 1;
    visibility: visible;
    top: 100%; }

.c-dropdown__item {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  color: #434A54;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background-color .25s linear;
  transition: background-color .25s linear; }
  .c-dropdown__item:hover {
    background-color: #E6E9ED; }
  .c-dropdown__item a {
    display: block;
    color: #505050; }

/**
 * Component: Button
 * --------------------------------------------------
 */
.c-button {
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .c-button:hover, .c-button:focus {
    outline: none;
    text-decoration: none; }
  .c-button:not(:disabled) {
    cursor: pointer; }

/**
 * Component: Button
 * Modifier: Dropdown
 * --------------------------------------------------
 */
.c-button--dropdown {
  padding: 6px 34px 6px 12px;
  background-color: transparent;
  border: 1px solid #505050;
  color: #505050;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  min-height: 32px;
  border-radius: 3px;
  min-width: 230px;
  text-align: left;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear; }
  .c-button--dropdown:hover {
    background-color: #FFFFFF; }
  .c-button--dropdown:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 11px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #505050; }

#input-border {
  border: 1px solid #ccc;
  border-left: 5px solid #30BFE0 !important;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-style: italic;
  background-color: #FAFAFA;
  outline: 0;
  width: 100%;
  font-size: 16px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  #input-border:focus {
    border: 1px solid #9295A6; }

.form-about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px; }
  .form-about-us .button {
    margin-left: 30px;
    padding: 20px 50px; }
  @media (max-width: 768px) {
    .form-about-us {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .form-about-us .button {
        margin-left: 0;
        margin-top: 30px; } }

.form-updates {
  text-align: center;
  margin-top: 15px; }
  .form-updates #input-border {
    margin-bottom: 15px; }

.blog-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  margin-top: 20px; }
  @media (max-width: 935px) {
    .blog-header {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .blog-header .blog-filters {
        width: 100%; } }
  @media (max-width: 500px) {
    .blog-header .secondary-title {
      font-size: 23px !important; } }

.blog-filters {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .blog-filters .fancy-search {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 2px solid #505050; }
  @media (max-width: 670px) {
    .blog-filters {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 15px; }
      .blog-filters .fancy-search {
        margin-bottom: 15px;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        width: 100%; } }

.fancy-search {
  position: relative; }
  .fancy-search .form-group {
    border-bottom: 2px solid transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 37px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .fancy-search .form-group input[type=search] {
      border: 0;
      background-color: transparent;
      width: 100%;
      font-size: 15px;
      opacity: 0;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .fancy-search .form-group i.fas {
      color: #505050; }
    .fancy-search .form-group:hover {
      border-bottom: 2px solid #505050; }
      .fancy-search .form-group:hover input[type=search] {
        opacity: 1; }
    @media (max-width: 768px) {
      .fancy-search .form-group {
        width: 100%;
        border-bottom: 2px solid #505050; }
        .fancy-search .form-group input[type=search] {
          opacity: 1; } }

.feed-newsletter {
  background-color: #3EBCDF;
  border-radius: 5px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0; }
  .feed-newsletter .feed-newsletter-title {
    font-family: Lato, sans-serif;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px; }
  .feed-newsletter input[type=email] {
    max-width: 300px;
    padding: 12px 20px;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 0;
    font-family: Lato, sans-serif;
    margin-bottom: 15px;
    font-size: 15px; }
  .feed-newsletter .button {
    margin-left: 16px;
    font-size: 15px; }

.input {
  background-color: #fafafa;
  border-radius: 4px;
  border: 2px solid rgba(74, 74, 74, 0.05);
  padding: 10px;
  font-size: 14px;
  width: 200px !important;
  min-width: 200px !important;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px; }

.uptown-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #515151;
  color: #515151;
  max-width: 200px; }
  .uptown-form input {
    background: transparent;
    padding: 5px;
    border: 0;
    font-size: 15px; }

.cyan-list ul {
  color: #30BFE0; }

.cyan-list li strong {
  color: #9295A6; }

.cyan-list li:not(:last-child) {
  margin-bottom: 15px; }

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px !important; }
  .social-links a {
    background-color: transparent !important;
    margin-right: 20px !important; }
    .social-links a:before {
      color: #D8D8D8 !important;
      font-size: 25px !important; }

.pagination {
  text-align: center;
  font-size: 25px;
  font-family: Roboto Condensed, sans-serif; }
  .pagination .screen-reader-text {
    display: none; }
  .pagination .current {
    color: #9295A6; }
  .pagination a {
    color: #191919; }

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

.col-md-4 {
  width: 33.333333%;
  padding: 15px; }

@media (max-width: 981px) {
  .row-flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .row-flex > div:last-child {
      margin-bottom: 40px !important; }
  .image-column {
    min-height: 400px !important;
    display: block !important; } }

.feed {
  overflow: hidden; }
  .feed .feed-row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .feed .feed-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 70px; }
    @media (max-width: 768px) {
      .feed .feed-item {
        width: 100%; } }
  .feed .feed-item-full {
    width: 100%;
    margin-bottom: 70px;
    padding: 0 15px; }

#main-header {
  background-color: #191919 !important; }
  @media (min-width: 980px) {
    #main-header #et-top-navigation {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-top: 0;
      height: 100px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      #main-header #et-top-navigation li {
        min-height: 30px;
        padding-right: 30px; } }
  @media (min-width: 980px) and (max-width: 1238px) {
    #main-header #et-top-navigation {
      padding-left: 0 !important; }
      #main-header #et-top-navigation li {
        padding-right: 10px; } }
  @media (min-width: 980px) {
      #main-header #et-top-navigation li:last-child {
        padding-right: 0; }
      #main-header #et-top-navigation a {
        padding-bottom: 0;
        color: #FFFFFF !important;
        font-family: Lato, sans-serif;
        font-weight: 700;
        font-size: 15px; }
      #main-header #et-top-navigation .button-cyan-outline > a {
        border: 2px solid #F04E45;
        padding: 15px 40px !important;
        border-radius: 5px;
        font-family: Lato;
        color: #F04E45;
        -webkit-transition: all .3s;
        transition: all .3s; }
        #main-header #et-top-navigation .button-cyan-outline > a:hover {
          background-color: #30BFE0 !important;
          color: #FFF !important; }
      #main-header #et-top-navigation .button-white-outline > a {
        background-color: #F18720 !important;
        border: 1px solid #F18720;
        padding: 10px !important;
        border-radius: 5px;
        font-family: Lato;
        -webkit-transition: all .3s;
        transition: all .3s; }
        #main-header #et-top-navigation .button-white-outline > a:hover {
          background-color: #d16e0d !important;
          opacity: 1; } }
  @media (min-width: 980px) and (min-width: 980px) and (max-width: 1182px) {
    #main-header #et-top-navigation a {
      font-size: 13px; }
    #main-header #et-top-navigation .button-cyan-outline a {
      padding: 15px 20px !important; } }
  @media (min-width: 980px) {
      #main-header #et-top-navigation .current-menu-item a {
        color: #30BFE0 !important; }
      #main-header #et-top-navigation .nav li ul {
        background-color: #191919 !important;
        border-color: #30BFE0;
        top: 30px; }
      #main-header #et-top-navigation .sub-menu li {
        margin-bottom: 15px; } }
  #main-header .mobile_menu_bar:before {
    color: #FFFFFF; }
  #main-header .account-icon {
    color: #FFFFFF;
    font-size: 15px;
    margin-left: 16px;
    float: left; }
  @media (max-width: 998px) {
    #main-header .account-icon {
      margin-top: 5px;
      font-size: 16px; }
    #main-header #logo {
      max-width: 130px !important; }
    #main-header #et-top-navigation {
      padding-left: 0; } }

#cta_mobile_button {
  margin-right: 10px;
  margin-top: 5px;
  display: none;
  float: left;
  position: relative;
  z-index: 9; }
  #cta_mobile_button .button-white-outline {
    background-color: #F04E45 !important;
    border: 1px solid #F04E45;
    color: #FFFFFF;
    padding: 10px !important;
    border-radius: 5px;
    font-family: Lato;
    -webkit-transition: all .3s;
    transition: all .3s; }
    #cta_mobile_button .button-white-outline:hover {
      background-color: #ec2116 !important;
      opacity: 1; }

@media (min-width: 600px) and (max-width: 980px) {
  #cta_mobile_button {
    display: block; } }

#main-footer .container {
  max-width: 950px; }

#main-footer #et-footer-nav,
#main-footer #footer-bottom {
  display: none; }

#main-footer ul > li {
  padding-left: 0 !important;
  margin-bottom: 0; }
  #main-footer ul > li:before {
    display: none; }

#main-footer .et-social-icons {
  float: inherit; }
  #main-footer .et-social-icons li {
    margin-left: 0;
    margin-right: 20px; }

#main-footer .et-social-linkedin a:before {
    content: '\e09d';
}


#main-footer p,
#main-footer li {
  line-height: 1.7; }

@media (max-width: 768px) {
  #main-footer {
    text-align: center; }
    #main-footer .et_pb_widget {
      float: inherit;
      width: 100%;
      text-align: center; }
    #main-footer p,
    #main-footer li {
      text-align: center; }
    #main-footer .et-social-icons {
      width: 100%;
      display: block; } }

#page-container {
  padding-top: 100px !important; }

#main-content {
  overflow-x: hidden; }
  #main-content .container {
    padding-top: 0px; }
    #main-content .container:before {
      display: none; }
  @media (min-width: 768px) {
    #main-content .contact-info-container {
      padding-bottom: 0; }
      #main-content .contact-info-container .card-white {
        position: relative;
        z-index: 9999; }
    #main-content .contact-map-container iframe {
      margin-top: -130px; } }

.et-fb-root-ancestor #main-content {
  overflow: visible; }

.main {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px; }
  .main.main-blog {
    padding-top: 15px; }

img {
  border-radius: 8px; }

.section-offset-cyan {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.our-team-image-section {
  margin-top: 40px !important; }

.our-team-last-section.section-offset-cyan {
  background-color: #30BFE0 !important; }

.home.page #main-header,
.page-id-272 #main-header {
  background-color: transparent !important;
  box-shadow: inherit; }
  .home.page #main-header.et-fixed-header,
  .page-id-272 #main-header.et-fixed-header {
    background-color: #191919 !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.home.page #page-container,
.page-id-272 #page-container {
  padding-top: 0 !important;
  -webkit-transition: inherit;
  transition: inherit;
  margin-top: 0 !important; }

@media (max-width: 980px) {
  .home.page .home-section-text,
  .page-id-272 .home-section-text {
    padding: 0; }
    .home.page .home-section-text h1,
    .page-id-272 .home-section-text h1 {
      text-align: center; }
    .home.page .home-section-text .et_pb_button_module_wrapper,
    .page-id-272 .home-section-text .et_pb_button_module_wrapper {
      text-align: center; }
    .home.page .home-section-text .et_pb_row,
    .page-id-272 .home-section-text .et_pb_row {
      margin-bottom: 0 !important; }
  .home.page .et_pb_section_3 h1,
  .home.page .et_pb_button_module_wrapper,
  .page-id-272 .et_pb_section_3 h1,
  .page-id-272 .et_pb_button_module_wrapper {
    text-align: center; } }

.page-id-272 h4 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #4a4a4a; }

@media (min-width: 980px) {
  .our-team-card-section {
    margin-top: -80px !important; }
  .our-team-image-section {
    margin-top: -180px !important; }
  .our-team-last-section {
    min-height: 800px; }
  .our-team-image-last-section {
    margin-top: -400px; }
  .section-offset-cyan {
    background-color: #30BFE0 !important; }
    .section-offset-cyan:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      background-color: #30BFE0;
      height: 100%;
      left: -50px;
      width: 50px; }
  .cyan-fake-section {
    background-color: #30BFE0;
    width: 100%;
    position: absolute;
    min-height: 600px;
    height: 100%;
    right: -100%;
    top: 180px; } }

.software-fake-section {
  width: 200%;
  position: absolute;
  height: 500px;
  background-color: #30BFE0;
  right: -100%;
  top: -25px;
  left: 50px; }
  .software-fake-section.fake-section-to-left {
    left: inherit;
    right: 50px;
    width: 100%;
    top: -465px;
    z-index: 0; }
    .software-fake-section.fake-section-to-left:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: -100%;
      background-color: #30BFE0;
      width: 100%;
      height: 100%; }

.platform-fake-section {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  background-color: #30BFE0;
  z-index: 0; }
  .platform-fake-section:after {
    content: "";
    display: block;
    position: absolute;
    width: 200%;
    height: 380px;
    background-color: #30BFE0;
    right: 0;
    z-index: 10;
    bottom: -380px; }

.fake-section-to-left:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: #4BCEEA;
  width: 100%;
  height: 100%; }

@media (min-width: 728px) and (max-width: 980px) {
  .row-tablet-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 740px !important;
    width: 97% !important; } }

@media (max-width: 980px) {
  .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .row-tablet-icons + div {
    padding: 0 !important; } }

.et_mobile_menu {
  overflow: scroll !important;
  max-height: 83vh; }

.growth-workflows-section .et_pb_column:last-child .et_pb_text_inner {
  margin-top: 10px; }
  .growth-workflows-section .et_pb_column:last-child .et_pb_text_inner > p:first-child {
    padding-bottom: 0; }

.section-warning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .section-warning > div:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0; }
  @media (max-width: 768px) {
    .section-warning {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

@media (min-width: 980px) {
  .image-with-line {
    position: relative; }
    .image-with-line img {
      position: relative;
      z-index: 1; }
    .image-with-line:after {
      content: "";
      width: 597px;
      height: 235px;
      background-image: url("/uploads/lines-top-top.png");
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      bottom: -165px;
      left: -315px;
      z-index: 0; }
  .image-with-line-right {
    position: relative; }
    .image-with-line-right img {
      position: relative;
      z-index: 1; }
    .image-with-line-right:after {
      content: "";
      width: 429px;
      height: 344px;
      background-image: url("/uploads/lines-top.png");
      background-repeat: no-repeat;
      position: absolute;
      z-index: 0;
      bottom: -227px;
      right: -108px; } }

.woocommerce-page {
  font-size: 16px;
  overflow-x: hidden;
  color: #191919; }
  .woocommerce-page #content-area {
    margin-bottom: 50px; }
  .woocommerce-page .woocommerce-message .button {
    min-width: auto;
    box-shadow: 0;
    font-weight: bold; }
  .woocommerce-page .product_meta a {
    display: inline-block;
    padding: 4px 5px;
    background-color: #30BFE0;
    line-height: 1;
    border-radius: 3px;
    color: #FFF;
    margin: 0 5px; }
    .woocommerce-page .product_meta a:hover {
      background-color: #1ea9c9; }
  .woocommerce-page h1, .woocommerce-page h2, .woocommerce-page h3, .woocommerce-page h4, .woocommerce-page h5 {
    color: #191919; }
  .woocommerce-page #left-area {
    width: 100%;
    padding: 0; }
    .woocommerce-page #left-area .woocommerce-form-login {
      border: 0;
      background-color: #FAFAFA;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .woocommerce-page #left-area .woocommerce-form-login .woocommerce-form__label-for-checkbox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 10px; }
      .woocommerce-page #left-area .woocommerce-form-login .woocommerce-password-strength {
        margin-top: 15px; }
      @media (min-width: 800px) {
        .woocommerce-page #left-area .woocommerce-form-login {
          padding-right: 20%; }
          .woocommerce-page #left-area .woocommerce-form-login .form-row:first-child {
            width: -webkit-calc(50% - 15px) !important;
            width: calc(50% - 15px) !important;
            margin-right: 15px; }
          .woocommerce-page #left-area .woocommerce-form-login .form-row:nth-child(2) {
            margin-left: 15px;
            width: -webkit-calc(50% - 15px) !important;
            width: calc(50% - 15px) !important; }
          .woocommerce-page #left-area .woocommerce-form-login .form-row-first {
            width: -webkit-calc(50% - 15px) !important;
            width: calc(50% - 15px) !important;
            margin-left: 0 !important;
            margin-right: 15px !important; }
          .woocommerce-page #left-area .woocommerce-form-login .form-row-last {
            width: -webkit-calc(50% - 15px) !important;
            width: calc(50% - 15px) !important;
            margin-right: 0 !important;
            margin-left: 15px !important; } }
      .woocommerce-page #left-area .woocommerce-form-login p:nth-child(3) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .woocommerce-page #left-area .woocommerce-form-login p:nth-child(3) label {
          display: inline-block;
          margin-left: 10px; }
      .woocommerce-page #left-area .woocommerce-form-login p {
        width: 100% !important; }
      .woocommerce-page #left-area .woocommerce-form-login input {
        background-color: #FFFFFF; }
    .woocommerce-page #left-area .breadcrumb-wrapper {
      background-color: #FFF;
      width: 100%;
      position: relative; }
      .woocommerce-page #left-area .breadcrumb-wrapper .woocommerce-breadcrumb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        height: 43px;
        margin: 0;
        color: #30BFE0;
        font-size: 14px;
        font-weight: bold; }
        .woocommerce-page #left-area .breadcrumb-wrapper .woocommerce-breadcrumb a {
          color: #191919; }
    .woocommerce-page #left-area .main_title {
      margin-top: 30px; }
    .woocommerce-page #left-area .woocommerce-products-header__title {
      font-size: 30px;
      font-weight: bold;
      color: #191919;
      margin-top: 50px;
      text-transform: uppercase; }
    .woocommerce-page #left-area .woocommerce-result-count {
      font-size: 16px;
      color: #4a4a4a; }
    .woocommerce-page #left-area select {
      padding: 8px 10px;
      background-color: #fafafa;
      border-radius: 3px;
      border: 2px solid rgba(74, 74, 74, 0.05);
      font-size: 14px;
      color: #191919;
      height: 40px;
      font-family: Lato, sans-serif; }
    .woocommerce-page #left-area .woocommerce-ordering select {
      color: #666;
      font-size: 14px; }
    .woocommerce-page #left-area .shop_table {
      background-color: #FAFAFA; }
      .woocommerce-page #left-area .shop_table thead {
        background-color: #f1f1f1; }
      .woocommerce-page #left-area .shop_table .input-text {
        background-color: #FFFFFF !important;
        font-size: 14px !important;
        line-height: 25px; }
        .woocommerce-page #left-area .shop_table .input-text::-webkit-input-placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #191919 !important;
          opacity: 1;
          /* Firefox */ }
        .woocommerce-page #left-area .shop_table .input-text:-ms-input-placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #191919 !important;
          opacity: 1;
          /* Firefox */ }
        .woocommerce-page #left-area .shop_table .input-text::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #191919 !important;
          opacity: 1;
          /* Firefox */ }
        .woocommerce-page #left-area .shop_table .input-text:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #191919 !important; }
        .woocommerce-page #left-area .shop_table .input-text::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #191919 !important; }
    .woocommerce-page #left-area .woocommerce-MyAccount-navigation {
      background-color: #4a4a4a;
      border-radius: 4px;
      box-shadow: 0 2px 27px 0 rgba(0, 0, 0, 0.1);
      margin-bottom: 30px; }
      .woocommerce-page #left-area .woocommerce-MyAccount-navigation ul {
        margin: 0;
        padding: 10px 0;
        list-style: none; }
        .woocommerce-page #left-area .woocommerce-MyAccount-navigation ul a {
          color: rgba(255, 255, 255, 0.5);
          display: block;
          padding: 8px 20px;
          font-size: 16px;
          -webkit-transition: all .3s;
          transition: all .3s; }
        .woocommerce-page #left-area .woocommerce-MyAccount-navigation ul .is-active a,
        .woocommerce-page #left-area .woocommerce-MyAccount-navigation ul a:hover {
          background-color: rgba(250, 250, 250, 0.2);
          color: #FFFFFF; }
    .woocommerce-page #left-area .woocommerce-MyAccount-content {
      margin-bottom: 30px; }
  .woocommerce-page #submit {
    color: #FFFFFF !important; }
  .woocommerce-page #woocommerce-pages.woocommerce-shop .product,
  .woocommerce-page .related .product {
    border-radius: 4px;
    min-height: 390px;
    background-color: #4a4a4a;
    box-shadow: 0 2px 27px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden; }
    .woocommerce-page #woocommerce-pages.woocommerce-shop .product img,
    .woocommerce-page .related .product img {
      background-color: white;
      object-fit: cover;
      border-radius: 0; }
    .woocommerce-page #woocommerce-pages.woocommerce-shop .product .woocommerce-loop-product__title,
    .woocommerce-page .related .product .woocommerce-loop-product__title {
      font-size: 20px !important;
      color: #FFFFFF; }
    .woocommerce-page #woocommerce-pages.woocommerce-shop .product .price,
    .woocommerce-page .related .product .price {
      font-size: 25px !important;
      color: #30BFE0 !important;
      display: block;
      margin-bottom: 20px !important; }
    .woocommerce-page #woocommerce-pages.woocommerce-shop .product .woocommerce-Price-amount,
    .woocommerce-page #woocommerce-pages.woocommerce-shop .product .subscription-details,
    .woocommerce-page .related .product .woocommerce-Price-amount,
    .woocommerce-page .related .product .subscription-details {
      color: #30BFE0 !important; }
  .woocommerce-page.single .product {
    margin-top: 30px; }
  .woocommerce-page.single .product_title {
    color: #191919; }
  .woocommerce-page.single .price {
    margin-bottom: 15px; }
  .woocommerce-page.single .woocommerce-product-gallery {
    margin-bottom: 30px !important; }
  .woocommerce-page.single .posted_in {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .woocommerce-page #main-content .input-text,
  .woocommerce-page #main-content .button {
    padding: 10px !important;
    font-size: 14px;
    height: auto; }
  .woocommerce-page #main-content .input-text {
    border-radius: 4px;
    background-color: #fafafa !important;
    border: solid 2px rgba(74, 74, 74, 0.07) !important;
    color: #191919 !important; }
  .woocommerce-page #main-content .button {
    text-align: center;
    min-width: 200px;
    color: #FFFFFF;
    font-weight: bold;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.28); }
  .woocommerce-page #main-content .woocommerce-message .button {
    min-width: auto !important;
    box-shadow: inherit !important;
    font-weight: bold !important;
    padding: 0 !important; }
  @media (max-width: 768px) {
    .woocommerce-page #main-content .products.columns-3 .product {
      width: 100% !important; } }
  .woocommerce-page #content-area .woocommerce-tabs {
    background-color: #FAFAFA !important;
    border: 0 !important;
    border-radius: 4px;
    overflow: hidden; }
    .woocommerce-page #content-area .woocommerce-tabs .tabs {
      background-color: #4a4a4a !important; }
      .woocommerce-page #content-area .woocommerce-tabs .tabs li {
        background-color: transparent !important;
        line-height: 46px;
        border-right: 0 !important;
        color: #FFFFFF; }
        .woocommerce-page #content-area .woocommerce-tabs .tabs li a {
          color: #FFFFFF !important; }
        .woocommerce-page #content-area .woocommerce-tabs .tabs li.active {
          border-bottom: 2px solid #30BFE0 !important; }
          .woocommerce-page #content-area .woocommerce-tabs .tabs li.active a {
            background-color: #4a4a4a !important; }
    .woocommerce-page #content-area .woocommerce-tabs .panel {
      padding: 20px !important;
      color: #4a4a4a !important; }
      .woocommerce-page #content-area .woocommerce-tabs .panel h2 {
        color: #4a4a4a !important; }
  @media (max-width: 768px) {
    .woocommerce-page .woocommerce-result-count {
      display: none; } }

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a, body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #FFFFFF !important; }

.woocommerce-cart #main-content {
  padding-bottom: 60px; }

.checkout.woocommerce-checkout .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.woocommerce-billing-fields__field-wrapper {
  margin-bottom: 30px; }

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1 !important; }

#application-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1100px;
  margin: 80px auto;
  position: relative;
  padding: 0 15px; }
  #application-main.application-search {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 900px; }
    #application-main.application-search > div {
      width: 100%; }
  #application-main p {
    line-height: 1.6;
    color: #515151;
    margin-bottom: 40px; }
  #application-main .application-aside {
    width: 300px;
    padding-right: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 170px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
    @media (max-width: 800px) {
      #application-main .application-aside {
        width: 220px; } }
  #application-main .application-content {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    padding-right: 15px;
    padding-left: 15px; }
    #application-main .application-content .application-content-item {
      padding-left: 20px;
      padding-right: 20px;
      border-bottom: 1px solid #E4E4E4;
      margin-bottom: 40px; }
    #application-main .application-content a {
      color: #005BE7; }
    #application-main .application-content p {
      line-height: 1.6;
      color: #515151;
      margin-bottom: 40px; }
  @media (max-width: 700px) {
    #application-main {
      margin-top: 30px; }
      #application-main .application-content,
      #application-main .application-aside {
        width: 100%; }
      #application-main .application-aside {
        position: relative;
        top: 0;
        padding: 0;
        margin-left: 30px;
        margin-bottom: 30px; }
        #application-main .application-aside .application-nav {
          display: none; } }
  #application-main .application-logo {
    max-width: 180px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 5px 8px rgba(204, 204, 204, 0.3);
    padding: 15px;
    border-radius: 4px; }
  #application-main .application-nav {
    margin-top: 60px;
    border-left: 1px solid #005BE7;
    padding-left: 20px; }
    #application-main .application-nav li {
      margin-bottom: 35px;
      line-height: 1;
      position: relative;
      -webkit-transition: all .3s;
      transition: all .3s; }
      #application-main .application-nav li a {
        color: #9295A6;
        -webkit-transition: all .3s;
        transition: all .3s; }
    #application-main .application-nav .active a {
      color: #191919; }
    #application-main .application-nav .active:after {
      content: "";
      display: block;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 8px solid #005BE7;
      position: absolute;
      left: -20px;
      top: 1px;
      -webkit-transition: all .3s;
      transition: all .3s; }
  #application-main .entry-title {
    color: #191919;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 0; }
  #application-main .entry-subtitle {
    color: #515151;
    font-size: 20px;
    font-weight: 800;
    font-family: Lato, sans-serif; }
  #application-main .box-service {
    text-align: center;
    margin-bottom: 20px;
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4); }
    #application-main .box-service img {
      margin-bottom: 10px; }
    #application-main .box-service h4 {
      font-family: Lato, sans-serif;
      color: #515151; }
    @media (max-width: 800px) {
      #application-main .box-service {
        width: 50%; } }
  #application-main .box-percentage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    #application-main .box-percentage .box-label {
      color: #515151;
      font-size: 45px;
      font-weight: 800;
      padding-bottom: 0; }
    #application-main .box-percentage .box-stars {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: 15px; }
      #application-main .box-percentage .box-stars li {
        padding: 4px; }
        #application-main .box-percentage .box-stars li i {
          color: #005BE7; }
  #application-main .application-item {
    text-align: center;
    width: -webkit-calc( 100% / 5);
    width: calc( 100% / 5);
    padding: 15px; }
    @media (max-width: 800px) {
      #application-main .application-item {
        width: -webkit-calc( 100% / 3);
        width: calc( 100% / 3); } }
    @media (max-width: 400px) {
      #application-main .application-item {
        width: 50%; } }
    #application-main .application-item .application-logo {
      max-width: 70px;
      margin-right: auto;
      margin-left: auto;
      padding: 5px 10px;
      background-color: transparent;
      border: 0;
      box-shadow: inherit;
      border-radius: 4px;
      -webkit-transition: all .3s;
      transition: all .3s;
      margin-bottom: 15px; }
      #application-main .application-item .application-logo:hover {
        background-color: #FFFFFF;
        border: 1px solid #DDDDDD;
        box-shadow: 0px 5px 8px rgba(204, 204, 204, 0.3); }
    #application-main .application-item .application-name a {
      color: #515151;
      font-family: Lato, sans-serif;
      font-size: 15px;
      font-weight: 600; }
  #application-main .platform-item {
    text-align: center;
    width: -webkit-calc(100% / 5);
    width: calc(100% / 5);
    padding: 15px;
    text-align: center; }
    @media (max-width: 800px) {
      #application-main .platform-item {
        width: -webkit-calc( 100% / 3);
        width: calc( 100% / 3); } }
    @media (max-width: 400px) {
      #application-main .platform-item {
        width: 50%; } }
    #application-main .platform-item .application-logo {
      max-width: 100px;
      padding: 10px;
      margin: 0 auto; }
      #application-main .platform-item .application-logo img {
        max-width: 40px;
        margin-bottom: 5px; }
      #application-main .platform-item .application-logo h4 {
        font-family: Lato, sans-serif;
        color: #515151;
        font-size: 15px;
        font-weight: 600;
        padding: 0; }
  #application-main .application-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 700px) {
      #application-main .application-filters {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        #application-main .application-filters .uptown-filter,
        #application-main .application-filters .uptown-form {
          width: 100%;
          margin: 10px 0; } }
  #application-main .uptown-filter a {
    color: #515151;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px; }
    #application-main .uptown-filter a .check {
      display: inline-block;
      width: 20px;
      height: 20px;
      border: 1px solid #515151;
      border-radius: 50px;
      margin-right: 5px;
      position: relative;
      top: 5px; }
      #application-main .uptown-filter a .check:after {
        content: "";
        display: block;
        position: relative;
        width: 14px;
        height: 14px;
        top: 2px;
        left: 2px;
        border-radius: 50px;
        background-color: transparent;
        -webkit-transition: all .3s;
        transition: all .3s; }
    #application-main .uptown-filter a.active .check:after,
    #application-main .uptown-filter a:hover .check:after {
      background-color: #005BE7; }
  #application-main .applications-apps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 50px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    #application-main .applications-apps .application-item {
      width: 20%; }
      @media (max-width: 800px) {
        #application-main .applications-apps .application-item {
          width: -webkit-calc(100% / 4);
          width: calc(100% / 4); } }
      @media (max-width: 400px) {
        #application-main .applications-apps .application-item {
          width: 50%; } }

.page-template-template-trasparent-header #main-header,
.page-template-template-transparent-header-light #main-header {
  background-color: transparent !important;
  box-shadow: inherit !important; }
  .page-template-template-trasparent-header #main-header.et-fixed-header,
  .page-template-template-transparent-header-light #main-header.et-fixed-header {
    background-color: #191919 !important; }

.page-template-template-trasparent-header #page-container,
.page-template-template-transparent-header-light #page-container {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.page-template-template-transparent-header-light #main-header #et-top-navigation li:not(.button-white-outline) a,
.page-template-template-transparent-header-light #main-header #et-top-navigation a span {
  color: #4a4a4a !important; }

.page-template-template-transparent-header-light #main-header.et-fixed-header {
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #eee;
  box-shadow: 0px 5px 10px rgba(80, 80, 80, 0.1) !important; }

.page-title {
  font-size: 60px;
  color: #191919;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px; }
  .page-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 74px;
    height: 4px;
    background-color: #30BFE0; }

.secondary-title {
  font-size: 38px;
  font-weight: 600;
  color: #505050; }

.builder-page-title h1 {
  font-size: 60px;
  color: #191919;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px; }
  .builder-page-title h1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 74px;
    height: 4px;
    background-color: #30BFE0; }
  @media (max-width: 768px) {
    .builder-page-title h1 {
      font-size: 40px; } }

.section-title h2 {
  display: inline-block;
  padding: 7px 70px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #191919;
  color: #FFFFFF !important;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0px 18px 43px rgba(146, 149, 166, 0.5);
  line-height: 1; }

.col-title h2 {
  font-size: 60px;
  color: #191919;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 25px;
  text-transform: inherit;
  padding-bottom: 0; }
  .col-title h2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 74px;
    height: 4px;
    background-color: #30BFE0; }
  .col-title h2:after {
    position: relative;
    bottom: 0;
    left: 0;
    width: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px; }

.title-lined {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; }
  .title-lined > div:before {
    content: "";
    display: block;
    width: 100%;
    border: 1px solid #979797;
    position: absolute;
    top: 27px;
    left: 0;
    z-index: 0; }
  .title-lined h3 {
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #3BCECA;
    font-size: 24px;
    display: inline-block;
    padding: 15px 40px;
    position: relative;
    background-color: #181E1E; }
  .title-lined.title-lined-cyan h3 {
    color: #23C3F3; }
  .title-lined.title-lined-yellow h3 {
    color: #F0D800; }
  @media (max-width: 768px) {
    .title-lined {
      margin-top: 0; }
      .title-lined > div:before {
        display: none; }
      .title-lined h3 {
        padding: 0px 20px; } }

.p-5 {
  padding: 5px !important; }

.p-10 {
  padding: 10px !important; }

.p-15 {
  padding: 15px !important; }

.p-20 {
  padding: 20px !important; }

.p-25 {
  padding: 25px !important; }

.p-30 {
  padding: 30px !important; }

.p-35 {
  padding: 35px !important; }

.p-40 {
  padding: 40px !important; }

.p-45 {
  padding: 45px !important; }

.p-50 {
  padding: 50px !important; }

.p-55 {
  padding: 55px !important; }

.p-60 {
  padding: 60px !important; }

.p-65 {
  padding: 65px !important; }

.p-70 {
  padding: 70px !important; }

.p-75 {
  padding: 75px !important; }

.p-80 {
  padding: 80px !important; }

.p-85 {
  padding: 85px !important; }

.p-90 {
  padding: 90px !important; }

.p-95 {
  padding: 95px !important; }

.p-100 {
  padding: 100px !important; }

.p-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.p-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.p-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.p-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.p-tb-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.p-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.p-tb-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.p-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.p-tb-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.p-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.p-tb-55 {
  padding-top: 55px;
  padding-bottom: 55px; }

.p-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.p-tb-65 {
  padding-top: 65px;
  padding-bottom: 65px; }

.p-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.p-tb-75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.p-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.p-tb-85 {
  padding-top: 85px;
  padding-bottom: 85px; }

.p-tb-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.p-tb-95 {
  padding-top: 95px;
  padding-bottom: 95px; }

.p-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.p-rl-5 {
  padding-right: 5px;
  padding-left: 5px; }

.p-rl-10 {
  padding-right: 10px;
  padding-left: 10px; }

.p-rl-15 {
  padding-right: 15px;
  padding-left: 15px; }

.p-rl-20 {
  padding-right: 20px;
  padding-left: 20px; }

.p-rl-25 {
  padding-right: 25px;
  padding-left: 25px; }

.p-rl-30 {
  padding-right: 30px;
  padding-left: 30px; }

.p-rl-35 {
  padding-right: 35px;
  padding-left: 35px; }

.p-rl-40 {
  padding-right: 40px;
  padding-left: 40px; }

.p-rl-45 {
  padding-right: 45px;
  padding-left: 45px; }

.p-rl-50 {
  padding-right: 50px;
  padding-left: 50px; }

.p-rl-55 {
  padding-right: 55px;
  padding-left: 55px; }

.p-rl-60 {
  padding-right: 60px;
  padding-left: 60px; }

.p-rl-65 {
  padding-right: 65px;
  padding-left: 65px; }

.p-rl-70 {
  padding-right: 70px;
  padding-left: 70px; }

.p-rl-75 {
  padding-right: 75px;
  padding-left: 75px; }

.p-rl-80 {
  padding-right: 80px;
  padding-left: 80px; }

.p-rl-85 {
  padding-right: 85px;
  padding-left: 85px; }

.p-rl-90 {
  padding-right: 90px;
  padding-left: 90px; }

.p-rl-95 {
  padding-right: 95px;
  padding-left: 95px; }

.p-rl-100 {
  padding-right: 100px;
  padding-left: 100px; }

.p-top-5 {
  padding-top: 5px; }

.p-top-10 {
  padding-top: 10px; }

.p-top-15 {
  padding-top: 15px; }

.p-top-20 {
  padding-top: 20px; }

.p-top-25 {
  padding-top: 25px; }

.p-top-30 {
  padding-top: 30px; }

.p-top-35 {
  padding-top: 35px; }

.p-top-40 {
  padding-top: 40px; }

.p-top-45 {
  padding-top: 45px; }

.p-top-50 {
  padding-top: 50px; }

.p-top-55 {
  padding-top: 55px; }

.p-top-60 {
  padding-top: 60px; }

.p-top-65 {
  padding-top: 65px; }

.p-top-70 {
  padding-top: 70px; }

.p-top-75 {
  padding-top: 75px; }

.p-top-80 {
  padding-top: 80px; }

.p-top-85 {
  padding-top: 85px; }

.p-top-90 {
  padding-top: 90px; }

.p-top-95 {
  padding-top: 95px; }

.p-top-100 {
  padding-top: 100px; }

.p-bottom-5 {
  padding-bottom: 5px; }

.p-bottom-10 {
  padding-bottom: 10px; }

.p-bottom-15 {
  padding-bottom: 15px; }

.p-bottom-20 {
  padding-bottom: 20px; }

.p-bottom-25 {
  padding-bottom: 25px; }

.p-bottom-30 {
  padding-bottom: 30px; }

.p-bottom-35 {
  padding-bottom: 35px; }

.p-bottom-40 {
  padding-bottom: 40px; }

.p-bottom-45 {
  padding-bottom: 45px; }

.p-bottom-50 {
  padding-bottom: 50px; }

.p-bottom-55 {
  padding-bottom: 55px; }

.p-bottom-60 {
  padding-bottom: 60px; }

.p-bottom-65 {
  padding-bottom: 65px; }

.p-bottom-70 {
  padding-bottom: 70px; }

.p-bottom-75 {
  padding-bottom: 75px; }

.p-bottom-80 {
  padding-bottom: 80px; }

.p-bottom-85 {
  padding-bottom: 85px; }

.p-bottom-90 {
  padding-bottom: 90px; }

.p-bottom-95 {
  padding-bottom: 95px; }

.p-bottom-100 {
  padding-bottom: 100px; }

.m-5 {
  margin: 5px; }

.m-10 {
  margin: 10px; }

.m-15 {
  margin: 15px; }

.m-20 {
  margin: 20px; }

.m-25 {
  margin: 25px; }

.m-30 {
  margin: 30px; }

.m-35 {
  margin: 35px; }

.m-40 {
  margin: 40px; }

.m-45 {
  margin: 45px; }

.m-50 {
  margin: 50px; }

.m-55 {
  margin: 55px; }

.m-60 {
  margin: 60px; }

.m-65 {
  margin: 65px; }

.m-70 {
  margin: 70px; }

.m-75 {
  margin: 75px; }

.m-80 {
  margin: 80px; }

.m-85 {
  margin: 85px; }

.m-90 {
  margin: 90px; }

.m-95 {
  margin: 95px; }

.m-100 {
  margin: 100px; }

.m-tb-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.m-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.m-tb-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.m-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.m-tb-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.m-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.m-tb-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.m-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.m-tb-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.m-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.m-tb-55 {
  margin-top: 55px;
  margin-bottom: 55px; }

.m-tb-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.m-tb-65 {
  margin-top: 65px;
  margin-bottom: 65px; }

.m-tb-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.m-tb-75 {
  margin-top: 75px;
  margin-bottom: 75px; }

.m-tb-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.m-tb-85 {
  margin-top: 85px;
  margin-bottom: 85px; }

.m-tb-90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.m-tb-95 {
  margin-top: 95px;
  margin-bottom: 95px; }

.m-tb-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.m-rl-5 {
  margin-right: 5px;
  margin-left: 5px; }

.m-rl-10 {
  margin-right: 10px;
  margin-left: 10px; }

.m-rl-15 {
  margin-right: 15px;
  margin-left: 15px; }

.m-rl-20 {
  margin-right: 20px;
  margin-left: 20px; }

.m-rl-25 {
  margin-right: 25px;
  margin-left: 25px; }

.m-rl-30 {
  margin-right: 30px;
  margin-left: 30px; }

.m-rl-35 {
  margin-right: 35px;
  margin-left: 35px; }

.m-rl-40 {
  margin-right: 40px;
  margin-left: 40px; }

.m-rl-45 {
  margin-right: 45px;
  margin-left: 45px; }

.m-rl-50 {
  margin-right: 50px;
  margin-left: 50px; }

.m-rl-55 {
  margin-right: 55px;
  margin-left: 55px; }

.m-rl-60 {
  margin-right: 60px;
  margin-left: 60px; }

.m-rl-65 {
  margin-right: 65px;
  margin-left: 65px; }

.m-rl-70 {
  margin-right: 70px;
  margin-left: 70px; }

.m-rl-75 {
  margin-right: 75px;
  margin-left: 75px; }

.m-rl-80 {
  margin-right: 80px;
  margin-left: 80px; }

.m-rl-85 {
  margin-right: 85px;
  margin-left: 85px; }

.m-rl-90 {
  margin-right: 90px;
  margin-left: 90px; }

.m-rl-95 {
  margin-right: 95px;
  margin-left: 95px; }

.m-rl-100 {
  margin-right: 100px;
  margin-left: 100px; }

.m-top-5 {
  margin-top: 5px; }

.m-top-10 {
  margin-top: 10px; }

.m-top-15 {
  margin-top: 15px; }

.m-top-20 {
  margin-top: 20px; }

.m-top-25 {
  margin-top: 25px; }

.m-top-30 {
  margin-top: 30px; }

.m-top-35 {
  margin-top: 35px; }

.m-top-40 {
  margin-top: 40px; }

.m-top-45 {
  margin-top: 45px; }

.m-top-50 {
  margin-top: 50px; }

.m-top-55 {
  margin-top: 55px; }

.m-top-60 {
  margin-top: 60px; }

.m-top-65 {
  margin-top: 65px; }

.m-top-70 {
  margin-top: 70px; }

.m-top-75 {
  margin-top: 75px; }

.m-top-80 {
  margin-top: 80px; }

.m-top-85 {
  margin-top: 85px; }

.m-top-90 {
  margin-top: 90px; }

.m-top-95 {
  margin-top: 95px; }

.m-top-100 {
  margin-top: 100px; }

.m-bottom-5 {
  margin-bottom: 5px; }

.m-bottom-10 {
  margin-bottom: 10px; }

.m-bottom-15 {
  margin-bottom: 15px; }

.m-bottom-20 {
  margin-bottom: 20px; }

.m-bottom-25 {
  margin-bottom: 25px; }

.m-bottom-30 {
  margin-bottom: 30px; }

.m-bottom-35 {
  margin-bottom: 35px; }

.m-bottom-40 {
  margin-bottom: 40px; }

.m-bottom-45 {
  margin-bottom: 45px; }

.m-bottom-50 {
  margin-bottom: 50px; }

.m-bottom-55 {
  margin-bottom: 55px; }

.m-bottom-60 {
  margin-bottom: 60px; }

.m-bottom-65 {
  margin-bottom: 65px; }

.m-bottom-70 {
  margin-bottom: 70px; }

.m-bottom-75 {
  margin-bottom: 75px; }

.m-bottom-80 {
  margin-bottom: 80px; }

.m-bottom-85 {
  margin-bottom: 85px; }

.m-bottom-90 {
  margin-bottom: 90px; }

.m-bottom-95 {
  margin-bottom: 95px; }

.m-bottom-100 {
  margin-bottom: 100px; }

.no-padding {
  padding: 0; }

.no-rl-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.no-margin {
  margin: 0; }

.bg-white-relative {
  background-color: #FAFAFA !important; }

.m-top-0 {
  margin-top: 0 !important; }

.img-icon-container {
  min-height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.centerd-row-columns .et_pb_column_1_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.equal-columns > .et_pb_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.logo-containers .et_pb_image img {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto; }
