@charset "UTF-8";
/*
Theme Name: Mitratech.com
Description: Custom WordPress theme built with the team at Sagepath, Inc.
Author: Stephen Spann
Author URI: https://demicapps.com
Template: Avada
Version: 1.0.0
Text Domain: Avada
*/
/* includes */
/* Gotham font files */
@font-face {
  font-family: 'Gotham-Book';
  src: url("fonts/Gotham-Book.ttf");
  font-weight: 300;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url("fonts/Gotham-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url("fonts/Gotham-Bold.ttf");
  font-weight: 700;
}
/* need this font weight added to cloud.typography.com */
/* Akagi font file loaded via Adobe CSS */
/* used in testimonials */
/* breakpoints */
/* CTAs */
/* triangle notch designs */
/* for images that are to the right on desktop and above on mobile */
/* apply to a container, assumes 2 columns */
#wrapper, #main, .fusion-header {
  background-color: transparent;
}

/* specific headers */
.fusion-modal h1, .fusion-page-title-bar h1, .fusion-title h1, .fusion-widget-area h1, .post-content h1 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
}

/* TEMP */
.fusion-page-title-bar,
.fusion-privacy-bar {
  display: none !important;
}

/* global elements */
html {
  height: 100%;
  font-size: 62.5%;
}

#main {
  overflow: hidden;
  overflow-y: hidden;
}

body {
  height: 100%;
  /* overwrite the auto-generated inline body styles from Avada */
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  background-color: white !important;
  overflow: hidden;
}

/* add this for CTA buttons */
.fusion-layout-column .fusion-column-content-centered {
  text-align: center;
}

#wrapper .post-content .fusion-column-wrapper h1, #wrapper .post-content .fusion-column-wrapper h2, #wrapper .post-content .fusion-column-wrapper h3, #wrapper .post-content .fusion-column-wrapper h4, #wrapper .post-content .fusion-column-wrapper h5, #wrapper .post-content .fusion-column-wrapper h6 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
}

#wrapper .post-content {
  overflow-x: hidden;
}

.mitratech-cta--white-stroke {
  min-width: 200px;
  height: 48px;
  line-height: 44px;
  background-color: transparent;
  display: inline-block;
  color: white;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 28px;
  letter-spacing: 0.3;
  border: solid 2px #ffffff;
  font-weight: 500;
}

.mitratech-cta--solid-navy {
  min-width: 200px;
  height: 48px;
  line-height: 48px;
  background-color: #002453;
  display: inline-block;
  color: white;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 28px;
  border: 0;
}
.mitratech-cta--solid-navy:hover, .mitratech-cta--solid-navy:focus {
  color: #ffffff;
}

.mitratech-cta--solid-orange {
  min-width: 200px;
  height: 48px;
  line-height: 48px;
  background-color: #fc552e;
  display: inline-block;
  color: white;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 28px;
  border: 0;
}
.mitratech-cta--solid-orange:hover, .mitratech-cta--solid-orange:focus {
  color: #ffffff;
}

.mitratech-arrow-link--white {
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding-right: 15px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  font-size: 1.4rem;
}
.mitratech-arrow-link--white:before {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mitratech-arrow-link--white:after {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 9px;
  width: 23.3px;
  border-bottom: 2px solid #ffffff;
}

.mitratech-arrow-link--navy {
  display: inline-block;
  color: #002453;
  position: relative;
  padding-right: 15px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  font-size: 1.4rem;
}
.mitratech-arrow-link--navy:before {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #002453;
  border-right: 2px solid #002453;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mitratech-arrow-link--navy:after {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 9px;
  width: 23.3px;
  border-bottom: 2px solid #002453;
}

.mitratech-arrow-link--orange {
  display: inline-block;
  color: #fc552e;
  position: relative;
  padding-right: 15px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  font-size: 1.4rem;
}
.mitratech-arrow-link--orange:before {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fc552e;
  border-right: 2px solid #fc552e;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mitratech-arrow-link--orange:after {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 9px;
  width: 23.3px;
  border-bottom: 2px solid #fc552e;
}

.mitratech-container-padding > .fusion-builder-row {
  padding-left: 36px !important;
  padding-right: 36px !important;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .mitratech-container-padding > .fusion-builder-row {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}

#gdpr-bnr {
  display: block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 11px;
  z-index: 1000;
  background-color: #274288;
  color: #ffffff;
  width: 425px;
  height: auto;
  padding: 18px 30px 18px 18px;
}

#gdpr-bnr a {
  color: #ffffff !important;
  text-decoration: underline;
}

#gdpr-bnr i {
  position: absolute;
  right: 15px;
  top: 30px;
  font-size: 16px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  #gdpr-bnr {
    left: 15px;
    width: auto !important;
  }
}
.solutions-header .header-content {
  padding-right: 135px;
}
@media only screen and (max-width: 768px) {
  .solutions-header .header-content {
    padding-right: 0;
  }
}

/* Mobile nav line fix */
nav.fusion-mobile-nav-holder {
  border-top: solid 1px #dadada;
}

nav.fusion-mobile-nav-holder button.fusion-open-submenu {
  background-color: transparent;
}

/* End Mobile nav line fix */
/* Start Search page styles */
.search #main p {
  font-family: akagi-pro, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #2f2f2f;
}

.search #main h2 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #002453;
  -webkit-font-smoothing: antialiased;
}

.archive h2, .archive p, .archive a {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
}

.search #main h2.entry-title a {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #002453;
  letter-spacing: 0.5px;
}

.search #main .fusion-meta-info a {
  font-family: Gotham;
  font-size: 9px;
  font-weight: bold;
  color: #fc552e;
}

.search #main .fusion-meta-info .fusion-alignright span {
  font-size: 9px;
}

/* End search page styles */
a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:first-child .sub-menu .menu-item:first-child {
  min-height: auto !important;
}

a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:first-child .sub-menu .menu-item:nth-child(4) {
  border-right: solid 1px #d4d1d1;
}

.single-post .blog-post-wrap .post li:before,
.single-post .blog-post-wrap .use_case li:before,
.single-use_case .blog-post-wrap .post li:before,
.single-use_case .blog-post-wrap .use_case li:before,
.search-results .blog-post-wrap .post li:before,
.search-results .blog-post-wrap .use_case li:before,
.archive .blog-post-wrap .post li:before,
.archive .blog-post-wrap .use_case li:before {
  content: "\2022" !important;
}

/* logo */
.fusion-logo img {
  width: 192px;
  margin-top: 20px;
}

.fusion-header-wrapper .fusion-row {
  max-width: 1100px !important;
  margin: 0 !important;
}

/* top header */
.fusion-secondary-header {
  height: 77px;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.fusion-secondary-header .fusion-alignleft {
  padding-left: 36px;
}
.fusion-secondary-header .fusion-alignright {
  padding-right: 36px;
}

/* top menu */
.fusion-secondary-menu {
  margin-top: 21px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 14px;
  font-size: 1.4rem;
}
.fusion-secondary-menu > ul > li > a {
  padding: 3px 20px 0;
}
.fusion-secondary-menu li:last-child {
  border: 2px solid white;
  margin-left: 20px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
}
.fusion-secondary-menu li:last-child a {
  padding: 0 35px;
  line-height: 40px;
}

/* main header */
.fusion-header {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0 !important;
}

@media only screen and (max-width: 992px) {
  .fusion-header-wrapper {
    height: 55px;
  }

  .fusion-header {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    height: 55px;
    pointer-events: none;
  }

  .fusion-logo {
    width: 100%;
  }

  .fusion-logo-link {
    height: 55px;
    padding-top: 17px;
    display: inline-block !important;
  }

  .fusion-logo img {
    margin-top: 0;
    width: 149px;
    height: auto;
  }

  .fusion-secondary-header {
    position: absolute;
    width: 100%;
    height: 55px;
    border-bottom: 0 !important;
  }
  .fusion-secondary-header .fusion-alignleft {
    padding-left: 0;
  }

  .fusion-mobile-nav-holder {
    pointer-events: all;
  }

  .fusion-alignright > nav {
    display: none !important;
  }

  .fusion-header-wrapper .fusion-header {
    background-color: transparent !important;
  }

  .fusion-icon-bars {
    float: left !important;
    margin-left: 3px !important;
    pointer-events: auto;
  }
  .fusion-icon-bars:before {
    content: ' ' !important;
    display: block;
    background-image: url("images/bars@2x.png");
    width: 44px;
    height: 44px;
    background-size: 20px 19px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .fusion-icon-bars[aria-expanded="true"]:before {
    background-image: url("images/close@2x.png");
  }

  .fusion-icon-search {
    margin-right: 1px;
    pointer-events: auto;
  }
  .fusion-icon-search:before {
    content: ' ' !important;
    display: block;
    background-image: url("images/mobile-search@2x.png");
    border-radius: 0;
    width: 44px;
    height: 44px;
    background-size: 17px 17px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .fusion-icon-search.fusion-icon-search--open:before {
    background-image: url("images/close@2x.png");
  }

  /* open mobile search */
  .fusion-mobile-menu-search {
    margin-top: 0;
    height: 100vh;
    background-color: white;
    padding: 0 15px;
  }
  .fusion-mobile-menu-search .fusion-search-form {
    padding-top: 240px;
  }
  .fusion-mobile-menu-search .searchform .fusion-search-form-content .fusion-search-field input {
    border: 0;
    border-bottom: 1px solid #002453;
    height: 38px;
    line-height: 38px;
    padding-left: 0;
    color: #000000;
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 1.8rem;
  }
  .fusion-mobile-menu-search .searchform .fusion-search-form-content .fusion-search-field input::-webkit-input-placeholder {
    color: black;
  }
  .fusion-mobile-menu-search .searchform .fusion-search-form-content .fusion-search-field input:-ms-input-placeholder {
    color: black;
  }
  .fusion-mobile-menu-search .searchform .fusion-search-form-content .fusion-search-field input::-ms-input-placeholder {
    color: black;
  }
  .fusion-mobile-menu-search .searchform .fusion-search-form-content .fusion-search-field input::placeholder {
    color: black;
  }
  .fusion-mobile-menu-search .searchform .fusion-search-form-content .fusion-search-button input[type="submit"] {
    background-color: white;
    color: #002453 !important;
    border-bottom: 1px solid #002453;
    font-size: 1.8rem;
    padding-bottom: 5px;
    height: 38px;
    line-height: 38px;
  }
  .fusion-mobile-menu-search .searchform .fusion-search-form-content .fusion-search-button input[type="submit"]:hover {
    background-color: white !important;
  }
}
.fusion-footer {
  background: #fafcfd;
}

/* footer menu */
.fusion-footer-widget-area {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}
.fusion-footer-widget-area .fusion-row {
  max-width: 1080px;
  padding: 0 10px;
}
.fusion-footer-widget-area .fusion-widget-area {
  max-width: 1028px;
  margin: 0 auto !important;
  padding-bottom: 44px;
  border-bottom: 1px solid #e1e9ec;
}
.fusion-footer-widget-area .fusion-column {
  padding: 0 !important;
}

.menu-footer-menu-container .menu-item-has-children {
  width: 33.33%;
  padding-right: 145px;
  float: left;
  min-height: 209px;
  margin-top: 50px;
    /*
    &:nth-child(2) {
      max-height: 209px;
      width: 66.66%;
      padding-right: 0;

      .sub-menu {
        .menu-item {
          float: left;
          width: 50%;
        }
      }
    }
    */
}
.menu-footer-menu-container .menu-item-has-children:nth-child(4), .menu-footer-menu-container .menu-item-has-children:nth-child(7) {
  clear: both;
}
.menu-footer-menu-container .menu-item-has-children > a {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 18px !important;
  font-size: 1.8rem !important;
  color: #002453;
}
.menu-footer-menu-container .sub-menu {
  margin-left: 0 !important;
}
.menu-footer-menu-container .sub-menu .menu-item a {
  font-size: 14px !important;
  font-size: 1.4rem !important;
  padding: 8px 0;
  cursor: pointer;
}
.menu-footer-menu-container .menu-item {
  border: 0 !important;
  padding: 0 !important;
}
.menu-footer-menu-container .menu-item a:before {
  content: '' !important;
}
.menu-footer-menu-container > .menu > .menu-item:last-child {
  clear: both;
  float: none;
}
.menu-footer-menu-container > .menu > .menu-item:last-child a {
  min-width: 200px;
  height: 48px;
  line-height: 48px;
  background-color: #fc552e;
  display: inline-block;
  color: white;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 28px;
  border: 0;
  font-weight: 500;
  margin-top: 40px;
}
.menu-footer-menu-container > .menu > .menu-item:last-child a:hover, .menu-footer-menu-container > .menu > .menu-item:last-child a:focus {
  color: #ffffff;
}

/* copyright */
.fusion-footer-copyright-area {
  padding-bottom: 55px !important;
  padding-top: 35px !important;
}

.fusion-copyright-content {
  max-width: 1028px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .fusion-copyright-content {
    text-align: center;
  }
}

.fusion-copyright-notice {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 13px;
  text-transform: uppercase;
  color: #002453;
  width: 110px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 992px) {
  .fusion-copyright-notice {
    display: block;
    text-align: center;
  }
}

/* legal menu */
.mitratech-legal-nav {
  display: table-cell;
  vertical-align: middle;
}

.menu-legal-menu-container ul {
  padding-left: 20px;
  margin: 0;
  list-style: none;
}
.menu-legal-menu-container li {
  display: inline;
  float: left;
}
.menu-legal-menu-container a {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px;
  color: #002453;
  padding: 0 10px;
  margin: 0 14px;
}

/* social icons */
.fusion-social-links-footer {
  height: 40px;
}

.fusion-social-networks {
  margin-top: 0 !important;
}

.fusion-social-network-icon {
  width: 53px !important;
  height: 40px !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
  background-image: url("images/social-footer-bg@2x.png");
  background-size: cover;
  border-radius: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.fusion-social-network-icon:before {
  line-height: 40px;
  font-size: 20px;
  font-size: 2.0rem;
}

@media only screen and (max-width: 992px) {
  .fusion-footer-widget-area {
    padding: 36px 36px 0 !important;
  }
  .fusion-footer-widget-area .fusion-widget-area {
    border: 0;
    padding-bottom: 0;
  }

  /* remove display table elements */
  .fusion-copyright-content,
  .mitratech-legal-nav {
    display: block;
  }

  .fusion-copyright-notice {
    width: 100%;
    padding: 0 0 15px;
  }

  .menu-footer-menu-container > .menu > .menu-item {
    display: none;
  }
  .menu-footer-menu-container > .menu > .menu-item:last-child {
    display: block;
    text-align: center;
  }
  .menu-footer-menu-container > .menu > .menu-item:last-child a {
    width: 100%;
    max-width: 300px;
    margin: 0;
  }

  .fusion-footer-copyright-area {
    padding-top: 40px !important;
    padding-bottom: 36px !important;
  }

  .menu-legal-menu-container > .menu {
    text-align: center;
  }
  .menu-legal-menu-container ul {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .menu-legal-menu-container li {
    display: inline-block;
    float: none;
  }
  .menu-legal-menu-container a {
    margin: 0 6px;
    padding: 0 5px;
  }

  .fusion-social-links-footer {
    float: none;
    width: auto !important;
    clear: both;
    display: block !important;
    margin: 0 auto;
    text-align: center !important;
  }

  .fusion-social-networks-wrapper {
    margin: 0 !important;
  }

  .fusion-social-network-icon {
    width: 66px !important;
    height: 48px !important;
    margin: 0 0 10px !important;
  }
  .fusion-social-network-icon:before {
    line-height: 48px;
    font-size: 2.4 rem;
  }
}
@media only screen and (max-width: 768px) {
  .menu-footer-menu-container > .menu > .menu-item:last-child a {
    max-width: none;
  }
}
/* temp until mobile design ready */
@media only screen and (min-width: 993px) {
  /* main menu */
  .fusion-main-menu {
    float: none;
    right: 0;
    /* fix overflow for megamenu submenus */
  }
  .fusion-main-menu > ul > li > a {
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 500 !important;
    height: 56px !important;
    padding-top: 0px !important;
    line-height: 56px !important;
    padding-left: 31px !important;
    padding-right: 31px !important;
    /* prevent overlap with search */
  }
  .fusion-main-menu > ul > li > a:first-child {
    padding-left: 36px !important;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1080px) {
  .fusion-main-menu > ul > li > a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (min-width: 993px) {
  .fusion-main-menu > ul > li:hover {
    color: black;
  }
  .fusion-main-menu > ul > li:hover > a {
    color: black;
  }
  .fusion-main-menu .fusion-megamenu-menu {
    position: static;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1080px) {
  .fusion-main-menu > ul > .menu-item:first-child {
    margin-left: 16px;
    /* plus 20px for tab padding */
  }
}
@media only screen and (min-width: 993px) {
  .fusion-main-menu > .fusion-menu > .menu-item > .sub-menu {
    margin-left: -28px;
    width: 280px;
    padding: 30px 0;
    -webkit-box-shadow: 0px 6px 12px -2px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 6px 12px -2px rgba(0, 0, 0, 0.35);
  }
  .fusion-main-menu > .fusion-menu > .menu-item > .sub-menu > .menu-item a {
    padding-left: 37px;
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 500 !important;
  }
  .fusion-main-menu > .fusion-menu > .menu-item > .sub-menu > .menu-item a:hover {
    color: #fc552e;
  }
  .fusion-main-menu > ul > li.current-menu-ancestor > a,
  .fusion-main-menu > ul > li.current-menu-item > a,
  .fusion-main-menu > ul > li.current-menu-parent > a {
    background-color: transparent !important;
    color: white !important;
  }
  .fusion-main-menu > ul > li.current-menu-ancestor:hover > a,
  .fusion-main-menu > ul > li.current-menu-item:hover > a,
  .fusion-main-menu > ul > li.current-menu-parent:hover > a {
    background-color: white !important;
    color: black !important;
  }

  /* global megamenu styles */
  .fusion-megamenu-wrapper {
    left: 0 !important;
    -webkit-box-shadow: 0px 6px 12px -2px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 6px 12px -2px rgba(0, 0, 0, 0.35);
    width: 1100px !important;
  }
  .fusion-megamenu-wrapper .fusion-megamenu-holder {
    border-top-width: 0 !important;
    width: 1100px !important;
  }
  .fusion-megamenu-wrapper .fusion-megamenu > .menu-item > .sub-menu {
    min-height: 322px;
  }
  .fusion-megamenu-wrapper .fusion-megamenu > .menu-item > .sub-menu > .menu-item {
    width: 327px;
    position: static;
  }
  .fusion-megamenu-wrapper .fusion-megamenu > .menu-item > .sub-menu > .menu-item a {
    padding: 5px 36px;
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 1.4rem;
    line-height: 20px;
    color: #000000 !important;
    transition-duraiton: 0 !important;
  }
  .fusion-megamenu-wrapper .fusion-megamenu > .menu-item > .sub-menu > .menu-item a:hover {
    color: #fc552e !important;
    background-color: transparent;
  }
  .fusion-megamenu-wrapper .fusion-megamenu > .menu-item > .sub-menu > .menu-item a:hover .fusion-menu-highlight-label {
    color: #000000 !important;
  }
  .fusion-megamenu-wrapper .fusion-megamenu > .menu-item > .sub-menu > .menu-item a[href="#"] {
    cursor: default;
  }
  .fusion-megamenu-wrapper .fusion-megamenu > .menu-item > .sub-menu > .menu-item a[href="#"]:hover {
    color: #000000;
  }
  .fusion-megamenu-wrapper .fusion-megamenu-icon {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto;
  }
  .fusion-megamenu-wrapper .fusion-megamenu-icon img {
    width: 100%;
    max-height: none;
  }
  .fusion-megamenu-wrapper .fusion-megamenu-title {
    color: black;
    cursor: default;
  }
  .fusion-megamenu-wrapper .fusion-megamenu-title a {
    color: black;
    cursor: pointer;
  }
  .fusion-megamenu-wrapper .fusion-megamenu-widgets-container {
    position: absolute;
    max-width: 245px;
    top: 30px;
    left: 695px;
    padding: 0;
  }
  .fusion-megamenu-wrapper .fusion-megamenu-widgets-container .menu-featured-post:nth-child(2) {
    display: none;
  }
  .fusion-megamenu-wrapper .fusion-megamenu-widgets-container .menu-featured-post__link {
    padding: 0 !important;
  }
  .fusion-megamenu-wrapper .fusion-megamenu-widgets-container .menu-featured-post__description {
    display: none;
  }

  /* for Solutions and Products 2nd level */
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu {
    min-height: 456px;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu--medium, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu--medium {
    min-height: 494px;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu--medium > .menu-item > .sub-menu, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu--medium > .menu-item > .sub-menu {
    min-height: 359px;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu--tall, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu--tall {
    min-height: 576px;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu {
    position: relative;
    background-color: #eff4f6;
    overflow: hidden;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item {
    width: 200px !important;
    height: 135px;
    overflow: hidden;
    position: static;
    padding-top: 17px;
    background-color: transparent;
    /* adjust sub-menu left positions */
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item:hover, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item:hover {
    overflow: visible;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item:first-child, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item:first-child {
    overflow: visible;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item > .sub-menu, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item > .sub-menu {
    left: 0;
    width: 600%;
    position: relative;
    background-color: white;
    padding: 30px 0 0;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item > .sub-menu > .menu-item, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item > .sub-menu > .menu-item {
    display: block;
    float: left;
    padding: 6px 0 4px;
    line-height: 20px;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item > .sub-menu > .menu-item .fusion-megamenu-bullet, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item > .sub-menu > .menu-item .fusion-megamenu-bullet {
    display: none;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item > .sub-menu > .menu-item .fusion-menu-highlight-label, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item > .sub-menu > .menu-item .fusion-menu-highlight-label {
    display: block;
    margin-left: 0;
    border: 0;
    padding: 2px 0;
    margin-top: 11px;
    line-height: 20px;
    font-size: 1.4rem;
    margin-bottom: 32px;
    font-family: akagi-pro, sans-serif !important;
    font-weight: 500 !important;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item .fusion-megamenu-title, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item .fusion-megamenu-title {
    height: 118px;
    padding: 0 10px 15px;
    text-align: center;
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 1.5rem;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item .fusion-megamenu-title a, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item .fusion-megamenu-title a {
    text-align: center;
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 1.5rem;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item .fusion-megamenu-title .fusion-megamenu-icon, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item .fusion-megamenu-title .fusion-megamenu-icon {
    margin: 0 auto 11px;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item:nth-child(2) > .sub-menu, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item:nth-child(2) > .sub-menu {
    left: -100%;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item:nth-child(3) > .sub-menu, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item:nth-child(3) > .sub-menu {
    left: -200%;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item:nth-child(4) > .sub-menu, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item:nth-child(4) > .sub-menu {
    left: -300%;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item:nth-child(5) > .sub-menu, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item:nth-child(5) > .sub-menu {
    left: -400%;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item:nth-child(6) > .sub-menu, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item:nth-child(6) > .sub-menu {
    left: -500%;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu .fusion-megamenu-submenu--open, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu .fusion-megamenu-submenu--open {
    background-color: white !important;
  }
  a[title="Solutions"] + .fusion-megamenu-wrapper .fusion-megamenu-submenu, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu-submenu {
    padding-top: 0;
    border: 0 !important;
  }

  /* by role and by industry submenus */
  a[title="Solutions"] + .fusion-megamenu-wrapper .menu-item-object-custom > .sub-menu > .menu-item:nth-child(odd) {
    clear: both;
  }

  /* team connect platform */
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(2) {
    /* CTA widget */
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(2) > .sub-menu {
    min-height: 441px;
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 1.4rem;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(2) .fusion-megamenu-widgets-container {
    position: static;
    max-width: none;
    padding: 0 34px;
    font-family: akagi-pro, sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.4rem;
    line-height: 22px;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(2) .fusion-megamenu-widgets-container .widget-title {
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 500 !important;
    margin: 5px 0;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(2) .fusion-megamenu-widgets-container a {
    background-color: #002453;
    height: 28px;
    padding-top: 14px;
    width: 120px;
    text-align: center;
    display: inline-block;
    margin-top: 28px;
    color: white !important;
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 1.5rem;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(2) .fusion-megamenu-widgets-container a:hover {
    color: #ffffff !important;
    background-color: rgba(0, 36, 83, 0.85);
  }

  /* product suite */
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:first-child .sub-menu {
    /* more products - centered arrow */
    /*
    li:last-child {

      float: none;
      text-align: center;
      width: 100%;
      clear: both;

      a {
        @include arrow-link($orange);
        padding-top: 0;
      }
    }
    */
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:first-child .sub-menu .menu-item:first-child {
    min-height: 197px;
    border-right: solid 1px #d4d1d1;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:first-child .sub-menu .menu-item {
    height: 114px;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:first-child .sub-menu .menu-item a {
    padding: 5px 10px 5px 40px;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:first-child .sub-menu .menu-item a .fusion-menu-highlight-label {
    margin-bottom: 20px;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:first-child .sub-menu .fusion-megamenu-icon {
    width: 64px;
    height: 64px;
    float: left;
    margin: -5px 5px 30px 0;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:first-child .sub-menu .fusion-menu-highlight-label {
    margin-top: 0px !important;
  }

  /* workflow applications */
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(3) {
    /* use cases */
    /* image */
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(3) > .sub-menu {
    min-height: 441px;
    padding-right: 445px;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(3) > .sub-menu > .menu-item {
    width: 327px;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(3) > .sub-menu > .menu-item a {
    width: 280px;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(3) > .sub-menu > .menu-item .fusion-menu-highlight-label {
    width: 300px;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(3) > .sub-menu > .menu-item > .sub-menu > li:nth-child(1), a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(3) > .sub-menu > .menu-item > .sub-menu > li:nth-child(2) {
    width: 601px;
    right: auto;
    clear: both;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(3) > .sub-menu > .menu-item > .sub-menu > li:nth-child(1) a, a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(3) > .sub-menu > .menu-item > .sub-menu > li:nth-child(2) a {
    width: auto;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(3) > .sub-menu > li:nth-child(3) {
    width: 327px;
    position: absolute;
    left: 755px;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(3) > .sub-menu > li:nth-child(3) > a:hover {
    color: #000000 !important;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(3) > .sub-menu > li:nth-child(3) .deep-level a {
    font-family: akagi-pro, sans-serif !important;
    font-weight: 500 !important;
    padding: 5px 36px;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(3) ul > li > .fusion-background-highlight {
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 700 !important;
    -webkit-font-smoothing: antialiased;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(3) > .sub-menu > li:nth-child(3) {
    position: absolute;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(3) > .sub-menu > li:nth-child(3) .widget_media_image {
    max-width: 246px;
  }

  /* integrations */
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(4) .sub-menu {
    padding-right: 218px !important;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(4) .menu-item-object-page {
    clear: left;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(4) .fusion-megamenu-image {
    width: 246px;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(4) .menu-item-object-custom {
    float: right !important;
    width: 327px !important;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(4) .menu-item-object-custom > .fusion-background-highlight > span {
    max-width: 245px;
    display: block;
  }
  a[title="Products"] + .fusion-megamenu-wrapper .fusion-megamenu > li:nth-child(4) .menu-item-object-custom .fusion-megamenu-icon {
    width: auto;
    height: auto;
    margin-bottom: 15px;
  }

  /* Resources menu */
  a[title="Resources"] + .fusion-megamenu-wrapper .fusion-megamenu-title {
    padding: 0 36px 20px;
  }
  a[title="Resources"] + .fusion-megamenu-wrapper .fusion-megamenu-title a {
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 700 !important;
    -webkit-font-smoothing: antialiased;
    font-size: 1.4rem;
  }
  a[title="Resources"] + .fusion-megamenu-wrapper .fusion-megamenu-title a:hover {
    color: #fc552e;
  }
  a[title="Resources"] + .fusion-megamenu-wrapper .menu-item-has-children .fusion-megamenu-title {
    padding-bottom: 5px;
  }
  a[title="Resources"] + .fusion-megamenu-wrapper .fusion-megamenu-holder {
    padding-top: 62px;
    padding-right: calc(100% - 982px) !important;
  }
  a[title="Resources"] + .fusion-megamenu-wrapper .fusion-megamenu {
    float: right;
  }
  a[title="Resources"] + .fusion-megamenu-wrapper .fusion-megamenu > .menu-item > .sub-menu > .menu-item > a {
    font-family: akagi-pro, sans-serif !important;
    font-weight: 500 !important;
  }
  a[title="Resources"] + .fusion-megamenu-wrapper .sub-menu {
    width: 100%;
    min-height: 0 !important;
    margin-bottom: 10px;
  }
  a[title="Resources"] + .fusion-megamenu-wrapper .sub-menu li .fusion-megamenu-bullet {
    display: none;
  }
  a[title="Resources"] + .fusion-megamenu-wrapper .sub-menu li:last-child {
    padding-bottom: 15px;
  }
  a[title="Resources"] + .fusion-megamenu-wrapper .menu-item {
    float: left;
    width: 350px !important;
    padding: 0;
  }
  a[title="Resources"] + .fusion-megamenu-wrapper .menu-item-object-post {
    float: right;
    height: 305px;
    width: 300px !important;
  }
  a[title="Resources"] + .fusion-megamenu-wrapper .fusion-megamenu-icon {
    width: 246px;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }

  /* search */
  .fusion-main-menu .fusion-main-menu-search {
    float: right;
    margin-right: 10px;
  }
  .fusion-main-menu .fusion-main-menu-search a:after {
    content: ' ';
    display: block;
    background-image: url("images/iconmonstr-magnifier-2-32.png");
    border-radius: 0;
    width: 16px;
    height: 16px;
    background-size: cover;
    position: absolute;
    top: 18px;
    left: 20px;
  }
  .fusion-main-menu .fusion-main-menu-search .fusion-main-menu-icon {
    padding-left: 31px !important;
    padding-right: 31px !important;
  }
  .fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents {
    background-color: transparent !important;
    border: 0;
    padding: 0 25px;
    position: absolute;
    top: 15px;
    right: -3px;
    width: 290px;
  }
  .fusion-main-menu .fusion-main-menu-search .search-field input {
    background-color: transparent !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-color: white !important;
    padding-left: 0 !important;
    width: 237px;
    height: 29px !important;
  }
  .fusion-main-menu .fusion-main-menu-search .search-field input::-webkit-input-placeholder {
    color: white !important;
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 1.4rem;
    padding-top: 10px;
  }
  .fusion-main-menu .fusion-main-menu-search .search-field input:-ms-input-placeholder {
    color: white !important;
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 1.4rem;
    padding-top: 10px;
  }
  .fusion-main-menu .fusion-main-menu-search .search-field input::-ms-input-placeholder {
    color: white !important;
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 1.4rem;
    padding-top: 10px;
  }
  .fusion-main-menu .fusion-main-menu-search .search-field input::placeholder {
    color: white !important;
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 1.4rem;
    padding-top: 10px;
  }
  .fusion-main-menu .fusion-main-menu-search .fusion-search-button {
    position: absolute;
    right: 25px;
    opacity: 0.0;
  }
  .fusion-main-menu .fusion-main-menu-search .fusion-search-submit {
    background-color: transparent !important;
  }
}
/* fix hidden placeholder text (issue #48) */
.ua-safari .fusion-main-menu .fusion-main-menu-search .search-field input::-webkit-input-placeholder {
  padding-top: 0;
}
.ua-safari .fusion-main-menu .fusion-main-menu-search .search-field input:-ms-input-placeholder {
  padding-top: 0;
}
.ua-safari .fusion-main-menu .fusion-main-menu-search .search-field input::-ms-input-placeholder {
  padding-top: 0;
}
.ua-safari .fusion-main-menu .fusion-main-menu-search .search-field input::placeholder {
  padding-top: 0;
}

@media only screen and (max-width: 992px) {
  .fusion-mobile-nav-holder {
    position: fixed;
    width: 100%;
    margin: 0 !important;
    top: 55px;
    bottom: 0px;
    background-color: white;
    height: 100vh;
    left: 0;
    right: 0;
    padding-top: 0 !important;
    /* for button version */
    /* staging site is using span instead of button? */
  }
  .fusion-mobile-nav-holder li a:before {
    content: none !important;
  }
  .fusion-mobile-nav-holder > .fusion-mobile-menu {
    -webkit-transition-duration: .25s;
         -o-transition-duration: .25s;
            transition-duration: .25s;
    width: 100%;
    position: absolute;
    /*
    > .menu-item-has-children {
      & .child-open {
        left: -100%;
      }
    }
    */
  }
  .fusion-mobile-nav-holder > .fusion-mobile-menu.child-open {
    left: -100%;
  }
  .fusion-mobile-nav-holder .fusion-open-submenu {
    position: relative;
    top: -50px;
    right: 0;
    height: 0;
    float: right;
    font-size: 2.0rem;
    padding-right: 0 !important;
  }
  .fusion-mobile-nav-holder .fusion-open-submenu:before {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    color: #fc552e;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }
  .fusion-mobile-nav-holder span.fusion-open-submenu {
    top: 5px;
  }
  .fusion-mobile-nav-holder .fusion-mobile-nav-item {
    position: static !important;
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 1.6rem;
  }
  .fusion-mobile-nav-holder .fusion-mobile-nav-item a {
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 1.6rem !important;
    color: #000000;
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .fusion-mobile-nav-holder > .fusion-mobile-menu > .fusion-mobile-nav-item:last-child a {
    min-width: 200px;
    height: 48px;
    line-height: 48px;
    background-color: #fc552e;
    display: inline-block;
    color: white;
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 700 !important;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    font-size: 1.4rem;
    padding: 0 28px;
    border: 0;
    background-color: #fc552e !important;
    margin: 100px 15px 0;
    width: auto;
    display: block;
  }
  .fusion-mobile-nav-holder > .fusion-mobile-menu > .fusion-mobile-nav-item:last-child a:hover, .fusion-mobile-nav-holder > .fusion-mobile-menu > .fusion-mobile-nav-item:last-child a:focus {
    color: #ffffff;
  }
  .fusion-mobile-nav-holder a[title="Client Portal"], .fusion-mobile-nav-holder a[title="Partner Portal"] {
    border-bottom: none !important;
  }
  .fusion-mobile-nav-holder a[title="Client Portal"] .menu-text, .fusion-mobile-nav-holder a[title="Partner Portal"] .menu-text {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .fusion-mobile-nav-holder a[title="Client Portal"] {
    margin-top: 40px;
  }
  .fusion-mobile-nav-holder .sub-menu {
    left: 100%;
    position: absolute;
    width: 100%;
    top: 0;
  }
  .fusion-mobile-nav-holder .sub-menu.fusion-sub-menu-open {
    display: block !important;
  }
  .fusion-mobile-nav-holder .sub-menu.child-open {
    left: 0%;
  }
  .fusion-mobile-nav-holder .sub-menu .sub-menu {
    left: 100%;
    position: absolute;
    width: 100%;
    top: 0;
  }
  .fusion-mobile-nav-holder .sub-menu .sub-menu.child-open {
    left: 0%;
  }

  .fusion-mobile-nav-holder > ul li a {
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 500 !important;
  }

  .fusion-mobile-nav-item a {
    background-color: white !important;
    padding: 0 14px !important;
    height: 53px !important;
    line-height: 53px !important;
    clear: both;
  }

  .fusion-mobile-nav-item .mobile-menu__back-button {
    padding-left: 33px !important;
  }
  .fusion-mobile-nav-item .mobile-menu__back-button .menu-text {
    font-size: 1.4rem !important;
  }

  .fusion-mobile-nav-holder .fusion-open-submenu--back {
    float: left;
    font-size: 1.8rem;
    left: -10px;
    top: -50px;
  }
  .fusion-mobile-nav-holder .fusion-open-submenu--back:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    left: 0;
    top: 1px;
  }

  .fusion-mobile-menu-search {
    pointer-events: auto;
  }
}
/* components */
#wrapper .mitratech-text-component {
  text-align: center;
  margin: 68px 0 40px;
  padding-left: 36px !important;
  padding-right: 36px !important;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-text-component {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
#wrapper .mitratech-text-component .mitratech-text-component__text-headline {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #002453;
  font-size: 38px;
  font-size: 3.8rem;
  margin-bottom: 0;
}
#wrapper .mitratech-text-component .mitratech-text-component__text-body-copy {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  color: black;
  font-size: 18px;
  font-size: 1.8rem;
  max-width: 633px;
  display: inline-block;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-text-component {
    padding: 0 36px;
    text-align: left;
    margin: 48px 0 20px;
  }
  #wrapper .mitratech-text-component .mitratech-text-component__text-headline {
    font-size: 2.8rem;
    letter-spacing: -0.3px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #wrapper .mitratech-text-component .mitratech-text-component__text-body-copy {
    color: #2f2f2f;
    font-size: 1.6rem;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#wrapper .mitratech-benefits-component {
  max-width: 1100px;
  padding-left: 36px !important;
  padding-right: 36px !important;
  margin: 30px auto 0;
  /* active state */
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-benefits-component {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
#wrapper .mitratech-benefits-component .fusion-column-first {
  width: 42% !important;
  max-width: 436px;
  margin-right: 0 !important;
}
#wrapper .mitratech-benefits-component .fusion-column-last {
  padding-left: 77px;
  width: calc(100% - 42% - 77px) !important;
}
#wrapper .mitratech-benefits-component .fusion-toggle-icon-wrapper {
  position: absolute;
  right: 20px;
  top: 18px;
}
#wrapper .mitratech-benefits-component .fa-fusion-box {
  background-color: transparent !important;
  overflow: hidden;
  border-radius: 2px;
  height: 6px;
  width: 14px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}
#wrapper .mitratech-benefits-component .fa-fusion-box:before {
  content: ' ';
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  border: solid 2px #fc552e;
  left: -6px;
}
#wrapper .mitratech-benefits-component .fusion-accordian {
  margin-top: 40px;
}
#wrapper .mitratech-benefits-component .panel-title a {
  margin-left: 12px;
  padding: 15px 0;
}
#wrapper .mitratech-benefits-component .panel-collapse {
  margin-left: 15px;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
}
#wrapper .mitratech-benefits-component .panel-title a.active .fa-fusion-box {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
#wrapper .mitratech-benefits-component .fusion-toggle-heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  color: #002453;
  font-size: 20px;
  font-size: 2.0rem;
  padding: 2px 0 0;
  position: relative;
}
#wrapper .mitratech-benefits-component .fusion-toggle-heading:before {
  display: block;
  content: ' ';
  background-color: #fc552e;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  left: -15px;
  top: 15px;
}
#wrapper .mitratech-benefits-component .mitratech-benefits-component__image {
  position: relative;
}
#wrapper .mitratech-benefits-component .mitratech-benefits-component__image:after {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border-right: solid 32px #ffffff;
  border-bottom: solid 79px #ffffff;
  border-left: solid 32px transparent;
  border-top: solid 79px transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  z-index: 2;
}
#wrapper .mitratech-benefits-component .mitratech-benefits-component__mobile-image {
  position: relative;
  display: none;
}
#wrapper .mitratech-benefits-component .mitratech-benefits-component__mobile-image:after {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border-right: solid 32px #ffffff;
  border-bottom: solid 79px #ffffff;
  border-left: solid 32px transparent;
  border-top: solid 79px transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  z-index: 2;
}
#wrapper .mitratech-benefits-component .mitratech-benefits-component__headline {
  margin-bottom: 0 !important;
}
#wrapper .mitratech-benefits-component .mitratech-benefits-component__headline h1 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #002453;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 38px;
}
#wrapper .mitratech-benefits-component .mitratech-benefits-component__subheader {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  color: #000000;
  margin-top: 16px;
  max-width: 350px;
}
#wrapper .mitratech-benefits-component.mitratech-benefits-component--cta-orange .mitratech-benefits-component__cta {
  min-width: 200px;
  height: 48px;
  line-height: 48px;
  background-color: #fc552e;
  display: inline-block;
  color: white;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 28px;
  border: 0;
  margin: 20px 0 15px;
}
#wrapper .mitratech-benefits-component.mitratech-benefits-component--cta-orange .mitratech-benefits-component__cta:hover, #wrapper .mitratech-benefits-component.mitratech-benefits-component--cta-orange .mitratech-benefits-component__cta:focus {
  color: #ffffff;
}
#wrapper .mitratech-benefits-component.mitratech-benefits-component--cta-blue .mitratech-benefits-component__cta {
  min-width: 200px;
  height: 48px;
  line-height: 48px;
  background-color: #002453;
  display: inline-block;
  color: white;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 28px;
  border: 0;
  margin: 20px 0 15px;
}
#wrapper .mitratech-benefits-component.mitratech-benefits-component--cta-blue .mitratech-benefits-component__cta:hover, #wrapper .mitratech-benefits-component.mitratech-benefits-component--cta-blue .mitratech-benefits-component__cta:focus {
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-benefits-component .fusion-column-first {
    width: 47% !important;
  }
  #wrapper .mitratech-benefits-component .fusion-column-last {
    padding-left: 3%;
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-benefits-component {
    margin: 25px auto 0;
    padding: 0 !important;
  }
  #wrapper .mitratech-benefits-component .fusion-column-first {
    width: 100% !important;
    max-width: none;
  }
  #wrapper .mitratech-benefits-component .fusion-column-last {
    width: 100% !important;
    padding: 37px 35px 25px;
  }
  #wrapper .mitratech-benefits-component .mitratech-benefits-component__image {
    display: none;
  }
  #wrapper .mitratech-benefits-component .mitratech-benefits-component__mobile-image {
    display: block;
    width: 100%;
  }
  #wrapper .mitratech-benefits-component .fusion-accordian {
    margin-top: 20px;
  }
  #wrapper .mitratech-benefits-component .mitratech-benefits-component__headline h1 {
    font-size: 2.8rem;
    letter-spacing: -0.2px;
  }
}

#wrapper .mitratech-product-highlight-component {
  max-width: 1100px;
  padding-left: 36px !important;
  padding-right: 36px !important;
  margin: 40px auto;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-product-highlight-component {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
#wrapper .mitratech-product-highlight-component .fusion_builder_column_1_4 {
  width: 23.5% !important;
  margin-right: 2% !important;
  border: 1px solid #e6e6e6;
  background-color: #f7fafb;
  min-height: 344px;
  margin-bottom: 20px !important;
}
#wrapper .mitratech-product-highlight-component .fusion_builder_column_1_4.fusion-column-last {
  margin-right: 0 !important;
}
#wrapper .mitratech-product-highlight-component .mitratech-product-highlight-component__image-wrap {
  text-align: center;
}
#wrapper .mitratech-product-highlight-component .mitratech-product-highlight-component__headline {
  margin-bottom: 12px !important;
}
#wrapper .mitratech-product-highlight-component .mitratech-product-highlight-component__headline h1 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  color: #002453;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  max-width: 190px;
  margin: 0 auto;
  padding: 22px 0 0 !important;
}
#wrapper .mitratech-product-highlight-component .mitratech-product-highlight-component__body-copy {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  color: black;
  text-align: center;
  max-width: 190px;
  margin: 0 auto;
}
#wrapper .mitratech-product-highlight-component .mitratech-product-highlight-component__body-copy p {
  margin-bottom: 25px;
}
#wrapper .mitratech-product-highlight-component .title-heading-left {
  min-height: 71.5px;
}
#wrapper .mitratech-product-highlight-component .mitratech-product-highlight-component__cta {
  text-align: center;
  padding-right: 18px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#wrapper .mitratech-product-highlight-component .mitratech-product-highlight-component__cta p {
  margin: 0;
}
#wrapper .mitratech-product-highlight-component.mitratech-product-highlight-component--cta-orange .mitratech-product-highlight-component__cta-link {
  display: inline-block;
  color: #fc552e;
  position: relative;
  padding-right: 15px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  font-size: 1.4rem;
}
#wrapper .mitratech-product-highlight-component.mitratech-product-highlight-component--cta-orange .mitratech-product-highlight-component__cta-link:before {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fc552e;
  border-right: 2px solid #fc552e;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#wrapper .mitratech-product-highlight-component.mitratech-product-highlight-component--cta-orange .mitratech-product-highlight-component__cta-link:after {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 9px;
  width: 23.3px;
  border-bottom: 2px solid #fc552e;
}
#wrapper .mitratech-product-highlight-component.mitratech-product-highlight-component--cta-blue .mitratech-product-highlight-component__cta-link {
  display: inline-block;
  color: #002453;
  position: relative;
  padding-right: 15px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  font-size: 1.4rem;
}
#wrapper .mitratech-product-highlight-component.mitratech-product-highlight-component--cta-blue .mitratech-product-highlight-component__cta-link:before {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #002453;
  border-right: 2px solid #002453;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#wrapper .mitratech-product-highlight-component.mitratech-product-highlight-component--cta-blue .mitratech-product-highlight-component__cta-link:after {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 9px;
  width: 23.3px;
  border-bottom: 2px solid #002453;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-product-highlight-component .fusion_builder_column_1_4 {
    width: 49% !important;
  }
  #wrapper .mitratech-product-highlight-component .fusion_builder_column_1_4:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  #wrapper .mitratech-product-highlight-component .fusion_builder_column_1_4 .mitratech-product-highlight-component__headline .title-heading-left {
    max-width: none;
    width: 100%;
  }
  #wrapper .mitratech-product-highlight-component .fusion_builder_column_1_4 .mitratech-product-highlight-component__body-copy p {
    margin-bottom: 59px;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-product-highlight-component {
    margin: 0 36px;
    padding: 0 !important;
  }
  #wrapper .mitratech-product-highlight-component .fusion_builder_column_1_4 {
    width: 100% !important;
  }
  #wrapper .mitratech-product-highlight-component .mitratech-product-highlight-componet__image {
    display: block;
  }
  #wrapper .mitratech-product-highlight-component .mitratech-product-highlight-componet__image img {
    max-height: 126px;
    width: auto;
    margin: 0 auto;
    display: block;
  }
  #wrapper .mitratech-product-highlight-component .mitratech-product-highlight-component__headline {
    max-width: 257px;
    margin: 0 auto;
    display: block;
  }
  #wrapper .mitratech-product-highlight-component .mitratech-product-highlight-component__headline .title-heading-left {
    max-width: 190px;
    width: 100%;
  }
  #wrapper .mitratech-product-highlight-component .mitratech-product-highlight-component__body-copy {
    max-width: 247px;
    margin: 0 auto;
  }
  #wrapper .mitratech-product-highlight-component .mitratech-product-highlight-component__body-copy p {
    margin-bottom: 20px;
  }
  #wrapper .mitratech-product-highlight-component .mitratech-product-highlight-component__cta {
    position: static;
    margin-bottom: 20px;
  }
}

#wrapper .mitratech-header-component {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#063693+0,18a1a5+100 */
  background: #063693;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #063693 0%, #18a1a5 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#063693), to(#18a1a5));
  background: -o-linear-gradient(top, #063693 0%, #18a1a5 100%);
  background: linear-gradient(to bottom, #063693 0%, #18a1a5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063693', endColorstr='#18a1a5',GradientType=0 );
  /* IE6-9 */
  height: 519px;
  padding-top: 165px;
  text-align: center;
  position: relative;
}
#wrapper .mitratech-header-component .mitratech-header-component__slide {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#wrapper .mitratech-header-component .mitratech-header-component__headline {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  font-size: 63px;
  font-size: 6.3rem;
  letter-spacing: -0.4px;
  margin-bottom: -15px;
  -webkit-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
  opacity: 0.0;
}
#wrapper .mitratech-header-component .mitratech-header-component__headline.mitratech-fade-in {
  opacity: 1.0;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}
#wrapper .mitratech-header-component .mitratech-header-component__body-copy {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 400 !important;
  color: #ffffff;
  font-size: 26px;
  font-size: 2.6rem;
  max-width: 633px;
  margin: 20px auto 0;
  -webkit-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
  opacity: 0.0;
}
#wrapper .mitratech-header-component .mitratech-header-component__body-copy.mitratech-fade-in {
  opacity: 1.0;
  -webkit-transition-duration: 0.25s;
       -o-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
#wrapper .mitratech-header-component .mitratech-header-component__logo {
  position: absolute;
  bottom: 0;
  width: 136px;
  height: 135px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#wrapper .mitratech-header-component:after {
  content: ' ';
  position: absolute;
  top: 519px;
  width: 100%;
  background-image: url("images/roadvector@2x.png");
  height: 0px;
  padding-bottom: 13.333%;
  background-position: top;
  background-size: cover;
  left: 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1440px) {
  #wrapper .mitratech-header-component:after {
    background-size: 1440px 192px;
    height: 192px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-header-component {
    margin: 0 15px;
    height: 504px;
    text-align: center;
    padding-left: 20px;
    padding-right: 40px;
    padding-top: 130px;
  }
  #wrapper .mitratech-header-component .mitratech-header-component__headline {
    font-size: 4.2rem;
    letter-spacing: -0.3px;
    line-height: 1.07;
    padding: 0 36px;
  }
  #wrapper .mitratech-header-component .mitratech-header-component__body-copy {
    font-size: 2.0rem;
    line-height: 24px;
    margin-top: 40px;
    padding: 0 36px;
  }
  #wrapper .mitratech-header-component:after {
    top: 504px;
  }
}

#wrapper .mitratech-roi-component {
  margin: 50px 0 40px;
  background-color: #eff4f6;
  height: 346px;
  position: relative;
}
#wrapper .mitratech-roi-component .mitratech-roi-component__headlines-wrap {
  width: 50%;
  float: right;
  margin-right: 50%;
  max-width: 550px;
  padding-left: 36px;
}
#wrapper .mitratech-roi-component .mitratech-roi-component__headline {
  padding-top: 44px;
  margin-bottom: 0 !important;
  position: relative;
  overflow: visible;
}
#wrapper .mitratech-roi-component .mitratech-roi-component__headline h1 {
  color: #002453;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 43px;
  font-size: 4.3rem;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 38px;
}
#wrapper .mitratech-roi-component .mitratech-roi-component__headline:after {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border-left: solid 58px #eff4f6;
  border-top: solid 174px #eff4f6;
  border-right: solid 58px transparent;
  border-bottom: solid 174px transparent;
  position: absolute;
  right: -116px;
  top: 0;
  z-index: 2;
}
#wrapper .mitratech-roi-component .mitratech-roi-component__subheader {
  margin-bottom: 0 !important;
  font-size: 18px;
  font-size: 1.8rem;
  max-width: 470px;
}
#wrapper .mitratech-roi-component .mitratech-roi-component__tab-headline {
  margin-bottom: 0 !important;
}
#wrapper .mitratech-roi-component .mitratech-roi-component__tab-headline h1 {
  color: white;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 32px;
  margin: 0;
  margin-bottom: 8px;
}
#wrapper .mitratech-roi-component .mitratech-roi-component__tab-subheadline {
  margin-bottom: 10px !important;
}
#wrapper .mitratech-roi-component .mitratech-roi-component__tab-subheadline h1 {
  color: white;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 65px;
  font-size: 6.5rem;
  line-height: 65px;
  margin: 0;
}
@media (max-width: 1100px) {
  #wrapper .mitratech-roi-component .mitratech-roi-component__tab-subheadline h1 {
    font-size: 5.0rem !important;
  }
}
#wrapper .mitratech-roi-component .mitratech-roi-component__body-copy {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33;
  max-width: 395px;
}
#wrapper .mitratech-roi-component .mitratech-roi-component__cta {
  min-width: 200px;
  height: 48px;
  line-height: 48px;
  background-color: #fc552e;
  display: inline-block;
  color: white;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 28px;
  border: 0;
  font-weight: 500;
  margin-top: 30px;
}
#wrapper .mitratech-roi-component .mitratech-roi-component__cta:hover, #wrapper .mitratech-roi-component .mitratech-roi-component__cta:focus {
  color: #ffffff;
}
#wrapper .mitratech-roi-component .fusion-tabs .nav {
  border-bottom: 0;
  width: 50%;
  float: right;
  margin-right: 50%;
  max-width: 550px;
  padding-left: 36px;
}
#wrapper .mitratech-roi-component .fusion-tabs .tab-content {
  background-color: #002453;
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
}
#wrapper .mitratech-roi-component .fusion-tabs .nav-tabs {
  width: auto;
  max-width: 500px;
  border: solid 1px #e6e6e6;
}
#wrapper .mitratech-roi-component .fusion-tabs .nav-tabs li {
  display: block;
  float: left;
  width: 50%;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
#wrapper .mitratech-roi-component .fusion-tabs .nav-tabs li:nth-child(2) {
  border-right: 0;
}
#wrapper .mitratech-roi-component .fusion-tabs .nav-tabs li:nth-child(3) {
  border-bottom: 0;
}
#wrapper .mitratech-roi-component .fusion-tabs .nav-tabs li:last-child {
  border: 0;
}
#wrapper .mitratech-roi-component .fusion-tabs .nav-tabs li .tab-link {
  border-top: 3px transparent;
  margin: 0;
  padding: 0;
  background-color: #ffffff !important;
}
#wrapper .mitratech-roi-component .fusion-tabs .nav-tabs li .tab-link h4 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 15px;
  font-size: 1.5rem;
  color: #002453;
  height: 66px;
  line-height: 66px;
}
#wrapper .mitratech-roi-component .fusion-tabs .nav-tabs li.active .tab-link, #wrapper .mitratech-roi-component .fusion-tabs .nav-tabs li:hover .tab-link {
  background-color: #002453 !important;
}
#wrapper .mitratech-roi-component .fusion-tabs .nav-tabs li.active .tab-link h4, #wrapper .mitratech-roi-component .fusion-tabs .nav-tabs li:hover .tab-link h4 {
  color: white;
}
#wrapper .mitratech-roi-component .fusion-tabs .tab-pane {
  background-color: transparent !important;
  border: 0;
  padding: 44px 20px 52px 160px;
  position: relative;
}
#wrapper .mitratech-roi-component select, #wrapper .mitratech-roi-component .ui-selectmenu-button {
  display: none;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-roi-component {
    margin: 50px 0 0;
    padding-top: 50px;
    height: auto;
  }
  #wrapper .mitratech-roi-component .mitratech-roi-component__headlines-wrap {
    width: 100%;
    float: none;
    margin-right: 0;
    padding-left: 0;
  }
  #wrapper .mitratech-roi-component .mitratech-roi-component__headline {
    width: 100%;
    margin-left: 0;
    padding: 0 36px;
  }
  #wrapper .mitratech-roi-component .mitratech-roi-component__headline:after {
    display: none;
  }
  #wrapper .mitratech-roi-component .mitratech-roi-component__headline h1 {
    font-size: 2.8rem;
  }
  #wrapper .mitratech-roi-component .mitratech-roi-component__subheader {
    width: 100%;
    margin-left: 0;
    padding: 0 36px;
    max-width: 350px;
  }
  #wrapper .mitratech-roi-component .mitratech-roi-component__cta {
    width: 100%;
  }
  #wrapper .mitratech-roi-component .fusion-tabs {
    margin-bottom: 0;
  }
  #wrapper .mitratech-roi-component .fusion-tabs .nav {
    display: none;
  }
  #wrapper .mitratech-roi-component .fusion-tabs .tab-content {
    position: static;
  }
  #wrapper .mitratech-roi-component .fusion-tabs .tab-pane {
    padding: 28px 36px 44px;
  }
  #wrapper .mitratech-roi-component .fusion-mobile-tab-nav {
    display: none;
  }
  #wrapper .mitratech-roi-component .ui-selectmenu-button {
    display: block;
    width: auto !important;
    margin: 0 36px 42px;
    height: 48px;
    background: white;
    border-radius: 0;
  }
  #wrapper .mitratech-roi-component .ui-selectmenu-button:focus {
    outline: none;
  }
  #wrapper .mitratech-roi-component .ui-selectmenu-button .ui-selectmenu-text {
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 300 !important;
    color: #002453;
    padding-top: 0 !important;
    padding-bottom: 0;
    height: 48px;
    line-height: 48px;
    padding-top: 4px;
  }
  #wrapper .mitratech-roi-component .ui-selectmenu-button .ui-icon-triangle-1-s {
    overflow: hidden;
    border-radius: 2px;
    min-width: 5px;
    height: 0;
    padding: 4.5px;
    margin-top: -5px;
    right: 17px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    background-image: none;
  }
  #wrapper .mitratech-roi-component .ui-selectmenu-button .ui-icon-triangle-1-s:before {
    content: ' ';
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    border: solid 2px #fc552e;
    left: -4px;
    top: -1px;
  }
}

/* this is outside of the component */
.ui-selectmenu-menu .ui-menu-item {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 300 !important;
  padding: 8px 1em 8px 1em !important;
}
.ui-selectmenu-menu .ui-state-focus {
  background: #e6e6e6 !important;
  border: 1px solid transparent !important;
}

#wrapper .mitratech-news-and-events-component {
  max-width: 1280px;
  padding: 0 20px !important;
  margin: 0 auto;
}
#wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__left {
  position: relative;
  width: 50% !important;
  margin-right: 0 !important;
}
#wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__left:after {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border-left: solid 32px #ffffff;
  border-top: solid 79px #ffffff;
  border-right: solid 32px transparent;
  border-bottom: solid 79px transparent;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-1px, -1px);
      -ms-transform: translateX(-1px, -1px);
          transform: translateX(-1px, -1px);
  z-index: 2;
}
#wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__right {
  position: relative;
  width: 50% !important;
}
#wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__right:after {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border-right: solid 32px #ffffff;
  border-bottom: solid 79px #ffffff;
  border-left: solid 32px transparent;
  border-top: solid 79px transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  z-index: 2;
}
#wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__right .fusion-column-wrapper {
  padding: 54px 134px 0 104px !important;
}
#wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__image img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 329px;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
#wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__tag-text {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.9px;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__headline h1 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: -0.2px;
  color: #ffffff;
}
#wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__cta {
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding-right: 15px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  bottom: 50px;
  left: 104px;
}
#wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__cta:before {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__cta:after {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 9px;
  width: 23.3px;
  border-bottom: 2px solid #ffffff;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__right {
    position: relative;
    width: 50% !important;
  }
  #wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__right:after {
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    border-right: solid 32px #ffffff;
    border-bottom: solid 79px #ffffff;
    border-left: solid 32px transparent;
    border-top: solid 79px transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(1px, 1px);
        -ms-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
    z-index: 2;
  }
  #wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__right .fusion-column-wrapper {
    padding: 50px 50px 0 50px !important;
  }
  #wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__cta {
    left: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-news-and-events-component {
    padding: 0 !important;
  }
  #wrapper .mitratech-news-and-events-component .fusion-column-first {
    margin-bottom: 0 !important;
  }
  #wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__left {
    width: 100% !important;
  }
  #wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__left:after {
    display: none;
  }
  #wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__mobile-image {
    max-height: 336px;
  }
  #wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__mobile-image img {
    width: 100%;
  }
  #wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__right {
    width: 100% !important;
    max-height: 336px;
  }
  #wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__right:after {
    display: none;
  }
  #wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__right .fusion-column-wrapper {
    height: auto !important;
    padding: 50px 60px 40px 36px !important;
  }
  #wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__headline h1 {
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 700 !important;
    -webkit-font-smoothing: antialiased;
    font-size: 2.3rem;
    letter-spacing: -0.2px;
    color: #ffffff;
  }
  #wrapper .mitratech-news-and-events-component .mitratech-news-and-events-component__cta {
    margin-top: 50px;
    position: relative;
    left: auto;
    bottom: auto;
  }
}

#wrapper .mitratech-testimonials-component {
  max-width: 1280px;
  padding: 0 20px !important;
  margin: 50px auto 40px;
  background-color: #ffffff;
  height: 503px;
  position: relative;
  /* hard coded to fix issues from 993px - 1024px */
}
#wrapper .mitratech-testimonials-component .mitratech-testimonial-component__tab-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px 18% 45px;
}
#wrapper .mitratech-testimonials-component .mitratech-testimonial-component__tab-wrap.no-cta {
  padding-top: 80px;
}
#wrapper .mitratech-testimonials-component .mitratech-testimonials-component__image {
  max-width: 130px;
  max-height: 130px;
  border-radius: 65px;
  margin: 0 auto;
}
#wrapper .mitratech-testimonials-component .mitratech-testimonials-component__quote-text {
  font-family: merriweather, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 29px;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-testimonials-component .mitratech-testimonials-component__quote-text {
    font-size: 1.8rem !important;
  }
}
#wrapper .mitratech-testimonials-component .mitratech-testimonials-component__attribution-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  letter-spacing: 0.4;
  margin-top: 18px;
}
#wrapper .mitratech-testimonials-component .mitratech-testimonials-component__cta {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#wrapper .mitratech-testimonials-component .mitratech-testimonials-component__cta--white-stroke {
  min-width: 200px;
  height: 48px;
  line-height: 44px;
  background-color: transparent;
  display: inline-block;
  color: white;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 28px;
  letter-spacing: 0.3;
  border: solid 2px #ffffff;
  font-weight: 500;
}
#wrapper .mitratech-testimonials-component .mitratech-testimonials-component__cta--solid-navy {
  min-width: 200px;
  height: 48px;
  line-height: 48px;
  background-color: #002453;
  display: inline-block;
  color: white;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 28px;
  border: 0;
}
#wrapper .mitratech-testimonials-component .mitratech-testimonials-component__cta--solid-navy:hover, #wrapper .mitratech-testimonials-component .mitratech-testimonials-component__cta--solid-navy:focus {
  color: #ffffff;
}
#wrapper .mitratech-testimonials-component .mitratech-testimonials-component__cta--solid-orange {
  min-width: 200px;
  height: 48px;
  line-height: 48px;
  background-color: #fc552e;
  display: inline-block;
  color: white;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 28px;
  border: 0;
}
#wrapper .mitratech-testimonials-component .mitratech-testimonials-component__cta--solid-orange:hover, #wrapper .mitratech-testimonials-component .mitratech-testimonials-component__cta--solid-orange:focus {
  color: #ffffff;
}
#wrapper .mitratech-testimonials-component .fusion-tabs .nav {
  border-bottom: 0;
  width: 50%;
}
#wrapper .mitratech-testimonials-component .fusion-tabs .tab-content {
  background-color: #ad0063;
  color: white;
  position: relative;
  width: 50%;
}
#wrapper .mitratech-testimonials-component .fusion-tabs .tab-content:after {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border-right: solid 32px #ffffff;
  border-bottom: solid 79px #ffffff;
  border-left: solid 32px transparent;
  border-top: solid 79px transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  z-index: 2;
}
#wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  /* for margin */
  left: calc(50% + 30px);
  width: calc(50% - 50px);
  /* 30px left margin, 20px right padding */
  height: calc(503px - 1px);
  border: solid 1px #e6e6e6;
}
#wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li {
  display: block;
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 167px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
#wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li:nth-child(3), #wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li:nth-child(6), #wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li:nth-child(9) {
  border-right: 0;
}
#wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li:nth-child(7), #wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li:nth-child(8), #wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li:nth-child(9) {
  border-bottom: 0;
}
#wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* for logo */
}
#wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li svg:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 115px;
  height: 92px;
}
#wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li svg .mitratech-testimonials-component__bw-logo {
  opacity: 1.0;
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li svg .mitratech-testimonials-component__color-logo {
  opacity: 0.0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li.active svg .mitratech-testimonials-component__bw-logo {
  opacity: 0.0;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
#wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li.active svg .mitratech-testimonials-component__color-logo {
  opacity: 1.0;
}
#wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li .tab-link {
  height: 92px;
  border-top: 3px transparent;
  background-color: transparent !important;
  padding-top: 24px;
}
#wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li .tab-link h4 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 15px;
  font-size: 1.5rem;
  color: #002453;
}
#wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li.active .tab-link {
  -webkit-filter: grayscale(0);
  filter: none;
}
#wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li.active .tab-link h4, #wrapper .mitratech-testimonials-component .fusion-tabs .nav-tabs li:hover .tab-link h4 {
  color: white;
}
#wrapper .mitratech-testimonials-component .fusion-tabs .tab-pane {
  background-color: transparent !important;
  border: 0;
  position: relative;
  height: 503px;
  text-align: center;
}
#wrapper .mitratech-testimonials-component .slick-dots {
  bottom: -40px;
  right: 10px;
}
#wrapper .mitratech-testimonials-component .slick-dots li {
  margin: 0 7px;
}
#wrapper .mitratech-testimonials-component .slick-dots li button:before {
  content: ' ';
  width: 18px;
  height: 18px;
  background-color: #dddada;
  border-radius: 9px;
  opacity: 1.0;
}
#wrapper .mitratech-testimonials-component .slick-dots li.slick-active button:before {
  background-color: #fc552e;
}
@media only screen and (max-width: 1024px) {
  #wrapper .mitratech-testimonials-component {
    height: 535px;
    margin: 10px 0 40px;
    padding: 0 !important;
    /* prevent extra content on page load */
    overflow: hidden;
  }
  #wrapper .mitratech-testimonials-component .slick-slider {
    width: calc(100% + 24px);
  }
  #wrapper .mitratech-testimonials-component .tab-pane {
    background-color: #ad0063;
    color: white;
    position: relative;
    height: 495px;
    text-align: center;
    padding: 35px 36px 52px;
    left: -24px;
    margin-left: 24px;
  }
  #wrapper .mitratech-testimonials-component .tab-pane:after {
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    border-right: solid 19px #ffffff;
    border-bottom: solid 48px #ffffff;
    border-left: solid 19px transparent;
    border-top: solid 48px transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(1px, 1px);
        -ms-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
    z-index: 2;
  }
  #wrapper .mitratech-testimonials-component .tab-pane.no-cta {
    padding-top: 80px;
  }
  #wrapper .mitratech-testimonials-component .mitratech-testimonials-component__image {
    max-width: 100px;
    max-height: 100px;
    border-radius: 50px;
    display: inline-block;
  }
  #wrapper .mitratech-testimonials-component .mitratech-testimonials-component__attribution-text {
    margin-top: 30px;
  }
  #wrapper .mitratech-testimonials-component .mitratech-testimonials-component__cta {
    bottom: 45px;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-testimonials-component .slick-dots {
    width: 100% !important;
  }
}

#wrapper .mitratech_fullwidth_cta {
  background-size: cover;
  margin: 0 0 0 0 !important;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech_fullwidth_cta {
    background-size: initial;
  }
}
#wrapper .mitratech_fullwidth_cta .fullwidth-cta-container {
  max-width: 1100px;
  padding-left: 36px !important;
  padding-right: 36px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech_fullwidth_cta .fullwidth-cta-container {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
#wrapper .mitratech_fullwidth_cta .txt-head-md {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 32px !important;
  font-size: 3.2rem !important;
  line-height: 40px !important;
  padding-bottom: 18px !important;
  margin-bottom: 0px !important;
}
#wrapper .mitratech_fullwidth_cta .txt-white {
  color: #ffffff !important;
}
#wrapper .mitratech_fullwidth_cta .mitratech-fullwidth-cta__body-copy {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
}
#wrapper .mitratech_fullwidth_cta .btn-full-orange {
  min-width: 200px;
  height: 48px;
  line-height: 48px;
  background-color: #fc552e;
  display: inline-block;
  color: white;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 28px;
  border: 0;
  font-weight: 500;
}
#wrapper .mitratech_fullwidth_cta .btn-full-orange:hover, #wrapper .mitratech_fullwidth_cta .btn-full-orange:focus {
  color: #ffffff;
}
#wrapper .mitratech_fullwidth_cta .cta-logo {
  width: auto;
  max-width: 100%;
}
#wrapper .mitratech_fullwidth_cta .mktogutter, #wrapper .mitratech_fullwidth_cta .mktoOffset {
  display: none !important;
}
#wrapper .mitratech_fullwidth_cta .mktoFormRow {
  padding-bottom: 20px !important;
}
#wrapper .mitratech_fullwidth_cta .mktoFormRow .mktoCheckboxList {
  margin-right: 9px;
}
#wrapper .mitratech_fullwidth_cta input[type="text"], #wrapper .mitratech_fullwidth_cta input[type="email"] {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  height: 48px !important;
  padding: 0 16px !important;
  color: #000000 !important;
}
#wrapper .mitratech_fullwidth_cta .mktoHtmlText {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  color: #ffffff !important;
}
#wrapper .mitratech_fullwidth_cta .mktoButtonRow {
  padding: 0 !important;
}
@media (min-width: 800px) {
  #wrapper .mitratech_fullwidth_cta .mktoButtonRow {
    padding: 0 5px !important;
  }
}
#wrapper .mitratech_fullwidth_cta .mktoButton {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 14px !important;
  color: #ffffff !important;
  border: none;
  background-color: #fc552e !important;
  padding: 16px 40px !important;
  width: 234px;
}
#wrapper .mitratech_fullwidth_cta .mktoCheckboxList {
  padding: 0;
}
#wrapper .mitratech_fullwidth_cta input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
#wrapper .mitratech_fullwidth_cta input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
#wrapper .mitratech_fullwidth_cta input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
#wrapper .mitratech_fullwidth_cta input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech_fullwidth_cta {
    margin: 0 !important;
  }
  #wrapper .mitratech_fullwidth_cta input[type="text"], #wrapper .mitratech_fullwidth_cta input[type="email"] {
    font-family: akagi-pro, sans-serif !important;
    font-weight: 500 !important;
    width: 100% !important;
    font-size: 16px !important;
    height: 48px !important;
    padding: 0 16px !important;
    color: #000000 !important;
  }
  #wrapper .mitratech_fullwidth_cta .mktoForm {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech_fullwidth_cta {
    padding: 40px 36px 16px;
    text-align: center;
    margin: 0 !important;
  }
  #wrapper .mitratech_fullwidth_cta .cta-logo {
    width: auto;
    max-width: 100%;
  }
  #wrapper .mitratech_fullwidth_cta .fullwidth-cta-container {
    padding: 0 !important;
  }
  #wrapper .mitratech_fullwidth_cta .txt-head-md {
    max-width: 250px;
    margin: 25px auto 0;
    font-size: 2.6rem !important;
    line-height: 30px !important;
  }
  #wrapper .mitratech_fullwidth_cta .mitratech-fullwidth-cta__body-copy {
    font-size: 1.6rem;
    line-height: 24px;
    max-width: 250px;
    margin: 0 auto;
  }
  #wrapper .mitratech_fullwidth_cta .fusion-layout-column.fusion-column-last {
    margin-bottom: 20px !important;
  }
  #wrapper .mitratech_fullwidth_cta .mktoForm {
    max-width: 350px !important;
    padding-top: 20px !important;
    margin: 0 auto !important;
  }
  #wrapper .mitratech_fullwidth_cta input[type="text"], #wrapper .mitratech_fullwidth_cta input[type="email"] {
    font-family: akagi-pro, sans-serif !important;
    font-weight: 500 !important;
    width: 100% !important;
    font-size: 16px !important;
    height: 48px !important;
    padding: 0 16px !important;
    color: #000000 !important;
  }
  #wrapper .mitratech_fullwidth_cta .mktoFormCol, #wrapper .mitratech_fullwidth_cta .mktoButtonWrap, #wrapper .mitratech_fullwidth_cta .mktoButton, #wrapper .mitratech_fullwidth_cta .mktoFieldWrap {
    width: 100% !important;
  }
  #wrapper .mitratech_fullwidth_cta .mktoHtmlText {
    width: auto !important;
    font-family: akagi-pro, sans-serif !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    color: #ffffff !important;
  }
  #wrapper .mitratech_fullwidth_cta .mktoButtonRow {
    width: 100% !important;
  }
  #wrapper .mitratech_fullwidth_cta .mktoButton {
    width: 100% !important;
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 700 !important;
    -webkit-font-smoothing: antialiased;
    font-size: 14px !important;
    background-color: #fc552e !important;
    color: #ffffff !important;
    border: 0px;
  }
  #wrapper .mitratech_fullwidth_cta .mktoOffset {
    display: none !important;
  }
  #wrapper .mitratech_fullwidth_cta .mktoCheckboxList {
    position: absolute !important;
    left: 0 !important;
  }
  #wrapper .mitratech_fullwidth_cta .mktoHtmlText {
    position: absolute !important;
    width: 93% !important;
    right: 0 !important;
    top: -34px !important;
  }
}

#wrapper .mitratech-header-left-component {
  position: relative;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-header-left-component {
    min-height: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
#wrapper .mitratech-header-left-component .fusion-layout-column {
  margin-bottom: 0px !important;
}
#wrapper .mitratech-header-left-component .txt-head-blue {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 38px !important;
  line-height: 43px !important;
  font-weight: bold !important;
  color: #002453 !important;
  padding-bottom: 18px !important;
  margin-bottom: 0px !important;
}
#wrapper .mitratech-header-left-component .mitratech-header-left-component__text-body-copy {
  font-size: 18px;
  font-size: 1.8rem;
}
#wrapper .mitratech-header-left-component:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 460px;
  bottom: 0;
  background-color: white;
}
#wrapper .mitratech-header-left-component .header-position {
  width: 100%;
  padding-top: 254px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-header-left-component .header-position {
    position: relative;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
  }
}
#wrapper .mitratech-header-left-component .header-position .header-container {
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-header-left-component .header-position .header-container {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-header-left-component .header-position .header-container .fusion-row {
    text-align: center;
  }
}
#wrapper .mitratech-header-left-component .header-position .header-container .header-content-wrap {
  width: 56.6% !important;
}
#wrapper .mitratech-header-left-component .header-position .header-container .header-content-wrap:before {
  content: ' ';
  right: 100%;
  background-color: #ffffff;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-header-left-component .header-position .header-container .header-content-wrap {
    display: none;
  }
}
#wrapper .mitratech-header-left-component .header-position .header-container .header-content {
  padding-right: 180px;
  bottom: 0;
  min-height: 203px;
  padding-left: 36px;
  padding-top: 54px;
  background-color: white;
}
#wrapper .mitratech-header-left-component .header-position .header-container .header-content:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 55px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 55px solid #ffffff;
  border-left: 22px solid #ffffff;
  top: 0;
  right: -44px;
}
#wrapper .mitratech-header-left-component .header-position .header-container .header-content:after {
  content: ' ';
  position: absolute;
  height: 96px;
  width: 44px;
  top: 110px;
  right: -44px;
  background-color: #ffffff;
}
#wrapper .mitratech-header-left-component .header-position .header-container .mitratech-cta {
  margin-top: 30px;
}
#wrapper .mitratech-header-left-component .header-position .header-container .header-graphic-wrap {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  width: 100%;
  height: 458px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-header-left-component .header-position .header-container .header-graphic-wrap {
    float: none;
  }
}
#wrapper .mitratech-header-left-component .header-position .header-container .header-graphic-wrap .header-graphic {
  position: absolute;
  max-width: 271px;
  max-height: 255px;
  width: 100%;
  bottom: 0;
  right: 6%;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-header-left-component .header-position .header-container .header-graphic-wrap {
    position: static;
    height: auto;
  }
  #wrapper .mitratech-header-left-component .header-position .header-container .header-graphic-wrap .header-graphic {
    max-width: 100%;
    width: auto;
    max-height: 100%;
  }
}

/* this should be inside a wrap. */
.header-mobile-content {
  display: none;
  padding: 35px 35px 0px 35px !important;
}
@media only screen and (max-width: 992px) {
  .header-mobile-content {
    display: block;
  }
  .header-mobile-content .header-content h2 {
    margin-bottom: 10px;
  }
}
.header-mobile-content .mitratech-cta {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .header-mobile-content .header-content .mitratech-cta {
    display: block !important;
  }
}

#wrapper .mitratech_blog_signup {
  max-width: 1028px;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin: 20px auto 35px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech_blog_signup {
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
}
#wrapper .mitratech_blog_signup .fusion-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper .mitratech_blog_signup .txt-head-md {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 26px !important;
  line-height: 1 !important;
  padding-top: 0px !important;
  padding-bottom: 18px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  color: #ffffff;
}
#wrapper .mitratech_blog_signup .txt-body {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  padding-bottom: 18px !important;
  margin-bottom: 0px !important;
  color: #ffffff;
}
#wrapper .mitratech_blog_signup .form-item-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-inline-grid;
}
#wrapper .mitratech_blog_signup .mktoForm, #wrapper .mitratech_blog_signup .mktoFormCol, #wrapper .mitratech_blog_signup .mktoFieldWrap, #wrapper .mitratech_blog_signup #Email {
  width: 100% !important;
}
#wrapper .mitratech_blog_signup .mktoOffset, #wrapper .mitratech_blog_signup .mktoGutter, #wrapper .mitratech_blog_signup label {
  display: none !important;
}
#wrapper .mitratech_blog_signup #Email {
  height: 48px !important;
  padding: 0 16px !important;
  font-size: 16px !important;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  color: #000000;
  margin-bottom: 12px;
}
#wrapper .mitratech_blog_signup .mktoHtmlText {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  padding-bottom: 18px !important;
  margin-bottom: 0px !important;
  color: #ffffff;
  width: auto !important;
}
#wrapper .mitratech_blog_signup .mktoButton {
  margin-top: -32px;
  padding: 15px 40px;
  background: none !important;
  border: 2px solid #ffffff;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #ffffff;
}
#wrapper .mitratech_blog_signup .mktoCheckboxList {
  padding: 0;
}
#wrapper .mitratech_blog_signup .dfCheckbox {
  width: 5% !important;
  float: left !important;
  clear: none !important;
}
#wrapper .mitratech_blog_signup .dfDisclaimer {
  width: 94% !important;
  float: right !important;
  clear: none !important;
}
#wrapper .mitratech_blog_signup .dfDisclaimer .mktoHtmlText {
  width: auto !important;
}
#wrapper .mitratech_blog_signup input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
#wrapper .mitratech_blog_signup input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
#wrapper .mitratech_blog_signup input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
#wrapper .mitratech_blog_signup input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech_blog_signup {
    padding: 30px 20px 30px 20px !important;
  }
  #wrapper .mitratech_blog_signup .mktoForm {
    padding: 0px !important;
  }
  #wrapper .mitratech_blog_signup .fusion-row {
    display: block !important;
  }
  #wrapper .mitratech_blog_signup .mktoButtonRow {
    display: block;
  }
  #wrapper .mitratech_blog_signup .mktoButtonRow .mktoButton {
    width: 100%;
    margin-top: 0px !important;
  }
}

#wrapper .mitratech_resourcehub_component .nonhundred-percent-fullwidth, #wrapper .mitratech-use-cases-component .nonhundred-percent-fullwidth {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 36px;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech_resourcehub_component .nonhundred-percent-fullwidth, #wrapper .mitratech-use-cases-component .nonhundred-percent-fullwidth {
    padding-left: 36px;
    padding-right: 36px;
  }
}
#wrapper .mitratech_resourcehub_component .hundred-percent-fullwidth, #wrapper .mitratech-use-cases-component .hundred-percent-fullwidth {
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  #wrapper .mitratech_resourcehub_component .hundred-percent-fullwidth, #wrapper .mitratech-use-cases-component .hundred-percent-fullwidth {
    margin: 0 0;
  }
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech_resourcehub_component .hundred-percent-fullwidth, #wrapper .mitratech-use-cases-component .hundred-percent-fullwidth {
    margin: 0 0 !important;
  }
}
#wrapper .mitratech_resourcehub_component .mitratech_resourcehub_search .search-resources, #wrapper .mitratech-use-cases-component .mitratech_resourcehub_search .search-resources {
  margin: 20px 0;
}
#wrapper .mitratech_resourcehub_component .mitratech_resourcehub_search .search-resources .form-item .res-search, #wrapper .mitratech-use-cases-component .mitratech_resourcehub_search .search-resources .form-item .res-search {
  padding: 0 25px !important;
  height: 52px !important;
  border: 1px solid #e6e6e6 !important;
  background-image: url(images/search-icon-orange-md.png);
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  color: #000000 !important;
  font-size: 16px;
}
#wrapper .mitratech_resourcehub_component .mitratech_resourcehub_search .search-resources .form-item .res-search::-ms-clear, #wrapper .mitratech-use-cases-component .mitratech_resourcehub_search .search-resources .form-item .res-search::-ms-clear {
  display: none;
}
#wrapper .mitratech_resourcehub_component .filter-title, #wrapper .mitratech-use-cases-component .filter-title {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 1.18 !important;
  font-weight: bold !important;
}
#wrapper .mitratech_resourcehub_component .resourcehub-filters-wrap, #wrapper .mitratech-use-cases-component .resourcehub-filters-wrap {
  margin-bottom: 50px;
}
#wrapper .mitratech_resourcehub_component .resourcehub-filters-wrap .resources-category, #wrapper .mitratech-use-cases-component .resourcehub-filters-wrap .resources-category {
  cursor: pointer;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
#wrapper .mitratech_resourcehub_component .resourcehub-filters-wrap .resources-category.selected, #wrapper .mitratech-use-cases-component .resourcehub-filters-wrap .resources-category.selected {
  -webkit-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
}
#wrapper .mitratech_resourcehub_component .resourcehub-filters-wrap .resources-category .fusion-column-wrapper, #wrapper .mitratech-use-cases-component .resourcehub-filters-wrap .resources-category .fusion-column-wrapper {
  min-height: 90px;
}
#wrapper .mitratech_resourcehub_component .resourcehub-filters-wrap .resources-category .fusion-column-wrapper .filter-type, #wrapper .mitratech-use-cases-component .resourcehub-filters-wrap .resources-category .fusion-column-wrapper .filter-type {
  font-size: 14px !important;
  color: #ffffff;
  margin: 0px !important;
}
#wrapper .mitratech_resourcehub_component .resourcehub-filters-wrap .resources-category .fusion-column-wrapper:after, #wrapper .mitratech-use-cases-component .resourcehub-filters-wrap .resources-category .fusion-column-wrapper:after {
  content: '';
  width: 0;
  height: 100%;
  border-bottom: 40px solid #ffffff;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
#wrapper .mitratech_resourcehub_component .resourcehub-filters-wrap .resources-category-all, #wrapper .mitratech-use-cases-component .resourcehub-filters-wrap .resources-category-all {
  max-height: 90px;
  background-color: #f7fafb;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
#wrapper .mitratech_resourcehub_component .resourcehub-filters-wrap .resources-category-all .category-link, #wrapper .mitratech-use-cases-component .resourcehub-filters-wrap .resources-category-all .category-link {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  text-align: center;
  padding-top: 50%;
  color: #000000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#wrapper .mitratech_resourcehub_component .resourcehub-filters-wrap .resources-category-all .fusion-column-wrapper:after, #wrapper .mitratech-use-cases-component .resourcehub-filters-wrap .resources-category-all .fusion-column-wrapper:after {
  content: '';
  width: 0;
  height: 100%;
  border-bottom: 40px solid #ffffff;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
#wrapper .mitratech_resourcehub_component .resourcehub-filters-wrap .resources-category-all:hover, #wrapper .mitratech-use-cases-component .resourcehub-filters-wrap .resources-category-all:hover {
  -webkit-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
}
#wrapper .mitratech_resourcehub_component .resourcehub-filters-wrap .resources-filter-link.selected .resources-category, #wrapper .mitratech-use-cases-component .resourcehub-filters-wrap .resources-filter-link.selected .resources-category {
  -webkit-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
}
#wrapper .mitratech_resourcehub_component .resourcehub-filters-wrap .resources-filter-link:hover .resources-category, #wrapper .mitratech-use-cases-component .resourcehub-filters-wrap .resources-filter-link:hover .resources-category {
  -webkit-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech_resourcehub_component .filter-select, #wrapper .mitratech-use-cases-component .filter-select {
    margin-bottom: 16px;
  }
}
#wrapper .mitratech_resourcehub_component .filter-select .filter-list, #wrapper .mitratech-use-cases-component .filter-select .filter-list {
  width: 100%;
  height: 42px;
  padding: 12px;
  margin-bottom: 20px;
}
#wrapper .mitratech_resourcehub_component .current-filter, #wrapper .mitratech-use-cases-component .current-filter {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  display: none;
  font-size: 16px !important;
  line-height: 1.63 !important;
  font-weight: 500 !important;
  margin-top: 0;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap {
  padding: 25px 36px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap {
    padding: 25px 36px;
  }
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .unloaded-posts, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .unloaded-posts {
  display: none !important;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .post-row-continued .posts-paged, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .post-row-continued .posts-paged {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .post-row-continued .posts-paged .fusion-column-wrapper, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .post-row-continued .posts-paged .fusion-column-wrapper {
  height: 100%;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .post-row, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .post-row .fusion-column-wrapper, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .post-row .fusion-column-wrapper {
  height: 100%;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .post-row:before, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .post-row:before {
  display: none;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card {
  min-height: 348px;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card {
  height: 100%;
  position: relative;
  background-color: #f7fafb;
  padding: 15px 0 25px 0 !important;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .head, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .head .icon, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .head .icon {
  display: block;
  padding: 10px 15px !important;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .head .icon img, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .head .icon img {
  max-width: 45px;
  max-height: 45px;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .head .logo, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .head .logo {
  display: block;
  padding: 10px 15px !important;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .head .image, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .head .image {
  display: block;
  padding: 10px 15px !important;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .body, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .body {
  padding: 0 15px;
  margin-top: 20px;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .body .result-type, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .body .result-type {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: normal !important;
  font-weight: bold !important;
  color: #2f2f2f !important;
  margin-bottom: 10px;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .body .result-title, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .body .result-title {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.28 !important;
  font-weight: bold !important;
  color: #000000 !important;
  margin-bottom: 10px;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .body .result-excerpt, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .body .result-excerpt {
  font-family: 'akagi-pro' !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: normal !important;
  color: #2f2f2f !important;
  margin-bottom: 25px;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .body .result-link, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .body .result-link {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: bold !important;
  color: #fc552e !important;
  margin-bottom: 25px;
  position: absolute;
  bottom: 0;
  padding-right: 32px;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .body .result-link .arrow, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .body .result-link .arrow {
  content: '';
  background-image: url(./images/arrows-sm-new.svg);
  display: block;
  border-radius: 0;
  width: 25px;
  height: 12px;
  background-size: cover;
  position: absolute;
  bottom: 2px;
  right: 0px;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_1, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_1 {
  background-color: #9147d2 !important;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_1 .head .icon, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_1 .head .icon {
  background-color: #9147d2 !important;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_1 .body .result-type, #wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_1 .body .result-title, #wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_1 .body .result-excerpt, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_1 .body .result-type, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_1 .body .result-title, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_1 .body .result-excerpt {
  color: #ffffff !important;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_1 .body .result-link, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_1 .body .result-link {
  color: #ffffff !important;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_1 .body .result-link .arrow, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_1 .body .result-link .arrow {
  background-image: url(./images/arrows-sm-white-new.svg);
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_2, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_2 {
  background-color: #274288 !important;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_2 .head .icon, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_2 .head .icon {
  background-color: #274288 !important;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_2 .body .result-type, #wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_2 .body .result-title, #wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_2 .body .result-excerpt, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_2 .body .result-type, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_2 .body .result-title, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_2 .body .result-excerpt {
  color: #ffffff !important;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_2 .body .result-link, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_2 .body .result-link {
  color: #ffffff !important;
}
#wrapper .mitratech_resourcehub_component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_2 .body .result-link .arrow, #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card.highlight_2 .body .result-link .arrow {
  background-image: url(./images/arrows-sm-white-new.svg);
}
#wrapper .mitratech_resourcehub_component .resources-featured, #wrapper .mitratech-use-cases-component .resources-featured {
  float: right;
  margin-left: 4%;
  margin-right: 0 !important;
}
#wrapper .mitratech_resourcehub_component .resources-featured .featured-title, #wrapper .mitratech-use-cases-component .resources-featured .featured-title {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 0.5 !important;
  font-weight: bold !important;
  color: #002453 !important;
  margin-bottom: 20px;
}
#wrapper .mitratech_resourcehub_component .resources-featured .category-card-lg, #wrapper .mitratech-use-cases-component .resources-featured .category-card-lg {
  position: relative;
  padding: 35px 25px;
  color: #ffffff;
  margin: 20px 0;
}
#wrapper .mitratech_resourcehub_component .resources-featured .category-card-lg:after, #wrapper .mitratech-use-cases-component .resources-featured .category-card-lg:after {
  content: '';
  width: 0;
  height: 100%;
  border-bottom: 80px solid #ffffff;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
#wrapper .mitratech_resourcehub_component .resources-featured .category-card-lg p, #wrapper .mitratech-use-cases-component .resources-featured .category-card-lg p {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
}
#wrapper .mitratech_resourcehub_component .resources-featured .category-card-lg .category-type, #wrapper .mitratech-use-cases-component .resources-featured .category-card-lg .category-type {
  font-size: 14px;
  margin-bottom: 6px;
}
#wrapper .mitratech_resourcehub_component .resources-featured .category-card-lg .category-title, #wrapper .mitratech-use-cases-component .resources-featured .category-card-lg .category-title {
  font-size: 18px;
  margin-bottom: 40px;
}
#wrapper .mitratech_resourcehub_component .resources-featured .category-card-lg .category-link, #wrapper .mitratech-use-cases-component .resources-featured .category-card-lg .category-link {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin-bottom: 0px;
  color: #ffffff;
  position: relative;
  padding-right: 32px;
}
#wrapper .mitratech_resourcehub_component .resources-featured .category-card-lg .category-link .arrow, #wrapper .mitratech-use-cases-component .resources-featured .category-card-lg .category-link .arrow {
  content: '';
  background-image: url(./images/arrows-sm-white-new.svg);
  display: block;
  border-radius: 0;
  width: 25px;
  height: 12px;
  background-size: cover;
  position: absolute;
  bottom: 2px;
  right: 0px;
}
#wrapper .mitratech_resourcehub_component .resourcehub-post-pagination-wrap, #wrapper .mitratech-use-cases-component .resourcehub-post-pagination-wrap {
  width: 100%;
  margin-top: 26px !important;
}
#wrapper .mitratech_resourcehub_component .resourcehub-post-pagination-wrap .resourcehub-post-pagination, #wrapper .mitratech-use-cases-component .resourcehub-post-pagination-wrap .resourcehub-post-pagination {
  text-align: center;
  cursor: pointer;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: normal;
}
#wrapper .mitratech_resourcehub_component .resourcehub-post-pagination-wrap .resourcehub-post-pagination .pagination-button, #wrapper .mitratech-use-cases-component .resourcehub-post-pagination-wrap .resourcehub-post-pagination .pagination-button {
  position: relative;
  cursor: pointer;
}

/* this is also the 4-sided ROI component */
#wrapper .mitratech-solutions-grid-component {
  margin: 20px auto 0;
  /* zero for TC features & benefits */
  background-color: transparent !important;
  /* just in case they fix the bug with fusion builder row classes */
  /* tab variations */
  /* two column variation (4-sided ROI) */
}
#wrapper .mitratech-solutions-grid-component .fusion-row {
  max-width: 1100px !important;
  padding-left: 36px !important;
  padding-right: 36px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-solutions-grid-component .fusion-row {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
#wrapper .mitratech-solutions-grid-component .mitratech-solution.arrows:before {
  content: url("./images/arrow.png");
  position: absolute;
  top: 5%;
  right: 30%;
}
#wrapper .mitratech-solutions-grid-component .mitratech-solution:nth-child(5n).arrows:before {
  content: none;
}
#wrapper .mitratech-solutions-grid-component .mitratech-solutions-grid-component__top-col .fusion-column-wrapper {
  min-height: 0 !important;
}
#wrapper .mitratech-solutions-grid-component .mitratech-solutions-grid-component__top-col p {
  margin: 0;
}
#wrapper .mitratech-solutions-grid-component .mitratech-solutions-grid-component__headline h1 {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.19;
  letter-spacing: -0.5px;
  color: #002453;
  max-width: 560px;
}
#wrapper .mitratech-solutions-grid-component .mitratech-solutions-grid-component__body-copy {
  max-width: 560px;
}
#wrapper .mitratech-solutions-grid-component .bottom-rowbottom-row, #wrapper .mitratech-solutions-grid-component .bottom-row {
  padding-top: 68px !important;
  background-color: #f7fafb !important;
}
#wrapper .mitratech-solutions-grid-component .bottom-rowbottom-row:before, #wrapper .mitratech-solutions-grid-component .bottom-row:before {
  position: absolute;
  content: ' ';
  right: 100%;
  background-color: #f7fafb;
  top: 0;
  bottom: 0;
  width: 9999px;
  display: block;
}
#wrapper .mitratech-solutions-grid-component .bottom-rowbottom-row:after, #wrapper .mitratech-solutions-grid-component .bottom-row:after {
  position: absolute;
  content: ' ';
  left: 100%;
  background-color: #f7fafb;
  top: 0;
  bottom: 0;
  width: 9999px;
  display: block;
}
#wrapper .mitratech-solutions-grid-component .bottom-rowbottom-row .fusion-column-wrapper, #wrapper .mitratech-solutions-grid-component .bottom-row .fusion-column-wrapper {
  margin-bottom: 90px !important;
}
#wrapper .mitratech-solutions-grid-component .mitratech-solution__icon {
  text-align: center;
  min-height: 70px;
}
#wrapper .mitratech-solutions-grid-component .mitratech-solution__icon img {
  max-width: 70px;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
#wrapper .mitratech-solutions-grid-component .mitratech-solution__header {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
#wrapper .mitratech-solutions-grid-component .mitratech-solution__header h1 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-size: 1.8rem;
  color: #002453;
  letter-spacing: 0.5px;
}
#wrapper .mitratech-solutions-grid-component .mitratech-solution__link {
  display: inline-block;
  color: #fc552e;
  position: relative;
  padding-right: 15px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  font-size: 1.4rem;
}
#wrapper .mitratech-solutions-grid-component .mitratech-solution__link:before {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fc552e;
  border-right: 2px solid #fc552e;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#wrapper .mitratech-solutions-grid-component .mitratech-solution__link:after {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 9px;
  width: 23.3px;
  border-bottom: 2px solid #fc552e;
}
#wrapper .mitratech-solutions-grid-component .mitratech-solutions-grid-component__cta-col .fusion-column-wrapper {
  min-height: 0 !important;
}
#wrapper .mitratech-solutions-grid-component .mitratech-cta {
  margin-right: 18px;
}
#wrapper .mitratech-solutions-grid-component .mitratech-solutions-grid-component__image-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}
#wrapper .mitratech-solutions-grid-component .mitratech-solutions-grid-component__image {
  max-width: 322px;
  max-height: 427px;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-left {
  background-color: #f7fafb !important;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-left:before {
  position: absolute;
  content: '';
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #f7fafb;
  top: 0;
  bottom: 0;
  width: 9999px;
  display: block;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-left:after {
  position: absolute;
  content: ' ';
  left: 100%;
  background-color: #f7fafb;
  top: 0;
  bottom: 0;
  width: 9999px;
  display: block;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-left .top-rowtop-row .mitratech-solutions-grid-component__content-wrap, #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-left .top-row .mitratech-solutions-grid-component__content-wrap {
  max-width: 678px;
  position: relative;
  padding-bottom: 0;
  padding-top: 70px;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-left .top-rowtop-row .mitratech-solutions-grid-component__content-wrap:after, #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-left .top-row .mitratech-solutions-grid-component__content-wrap:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-top: 62px solid #ffffff;
  border-right: 25px solid #ffffff;
  border-bottom: 62px solid transparent;
  border-left: 25px solid transparent;
  right: 0;
  top: 0;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-left .top-rowtop-row .mitratech-solutions-grid-component__content-wrap:before, #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-left .top-row .mitratech-solutions-grid-component__content-wrap:before {
  position: absolute;
  content: ' ';
  left: 100%;
  background-color: #ffffff;
  top: 0;
  width: 9999px;
  display: block;
  height: 124px;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-left .mitratech-solutions-grid-component__cta-col .fusion-column-wrapper {
  margin-bottom: 86px !important;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-left .mitratech-solutions-grid-component__cta-col .fusion-column-wrapper {
    margin-bottom: 22px !important;
  }
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-right .top-rowtop-row .mitratech-solutions-grid-component__content-wrap, #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-right .top-row .mitratech-solutions-grid-component__content-wrap {
  max-width: 824px;
  position: relative;
  padding-bottom: 50px;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-right .top-rowtop-row .mitratech-solutions-grid-component__content-wrap:after, #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-right .top-row .mitratech-solutions-grid-component__content-wrap:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 62px solid #f7fafb;
  border-right: 25px solid #f7fafb;
  border-top: 62px solid transparent;
  border-left: 25px solid transparent;
  right: 0;
  bottom: 0;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-right .top-rowtop-row .mitratech-solutions-grid-component__content-wrap:before, #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-right .top-row .mitratech-solutions-grid-component__content-wrap:before {
  position: absolute;
  content: ' ';
  left: 100%;
  background-color: #f7fafb;
  bottom: 0;
  width: 9999px;
  display: block;
  height: 124px;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-right .mitratech-solutions-grid-component__cta-col .fusion-column-wrapper {
  margin-bottom: 200px !important;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-right .top-rowtop-row .mitratech-solutions-grid-component__content-wrap, #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-right .top-row .mitratech-solutions-grid-component__content-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-right .bottom-rowbottom-row .fusion-column-wrapper {
    margin-top: 0 !important;
    padding-top: 36px !important;
  }
  #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-right .mitratech-solutions-grid-component__cta-col {
    margin-top: 0 !important;
  }
  #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--tab-right .mitratech-solutions-grid-component__cta-col .fusion-column-wrapper {
    margin-bottom: 64px !important;
  }
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col {
  background-color: #ffffff;
  margin: 60px auto 0;
  /* undo white bg if tab left or right */
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .bottom-rowbottom-row, #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .bottom-row {
  background-color: #ffffff !important;
  padding-top: 20px !important;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .bottom-rowbottom-row:before, #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .bottom-row:before {
  display: none;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .bottom-rowbottom-row:after, #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .bottom-row:after {
  display: none;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .bottom-rowbottom-row .fusion-column-wrapper, #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .bottom-row .fusion-column-wrapper {
  margin-bottom: 40px !important;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col.mitratech-solutions-grid-component--tab-left .bottom-rowbottom-row, #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col.mitratech-solutions-grid-component--tab-left .bottom-row, #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .mitratech-solutions-grid-component--tab-right .bottom-rowbottom-row, #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .mitratech-solutions-grid-component--tab-right .bottom-row {
  background-color: transparent !important;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .mitratech-solution__icon img {
  max-height: 100px;
  max-width: 100%;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .mitratech-solution__header {
  margin-top: 20px !important;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .mitratech-solution__header h1 {
  font-size: 24px;
  font-size: 2.4rem;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .mitratech-solution__description {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col {
    margin: 0 auto;
  }
  #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .bottom-rowbottom-row .fusion-column-wrapper, #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .bottom-row .fusion-column-wrapper {
    margin: 0 0 20px !important;
  }
  #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .mitratech-solution__header h1 {
    font-size: 2.2rem;
    line-height: 30px;
  }
  #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--two-col .mitratech-solution__description {
    font-size: 1.6rem;
    line-height: 24px;
  }
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--icons-left .mitratech-solution__icon {
  position: absolute;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--icons-left .mitratech-solution__icon img {
  max-width: 70px;
  max-height: 70px;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--icons-left .mitratech-solution__content-wrap {
  padding-left: 110px;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--icons-left .mitratech-solution__header h1 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--icons-left .mitratech-solution__icon {
    position: static;
  }
  #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--icons-left .mitratech-solution__icon img {
    max-width: 58px;
    max-height: 58px;
  }
  #wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--icons-left .mitratech-solution__content-wrap {
    padding-left: 0;
  }
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--no-tab .bottom-rowbottom-row {
  background-color: transparent !important;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--no-tab .bottom-rowbottom-row:before {
  display: none !important;
}
#wrapper .mitratech-solutions-grid-component.mitratech-solutions-grid-component--no-tab .bottom-rowbottom-row:after {
  display: none !important;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-solutions-grid-component .fusion-row {
    padding: 0 36px !important;
  }
  #wrapper .mitratech-solutions-grid-component .top-rowtop-row .mitratech-solutions-grid-component__content-wrap, #wrapper .mitratech-solutions-grid-component .top-row .mitratech-solutions-grid-component__content-wrap {
    padding-top: 50px !important;
  }
  #wrapper .mitratech-solutions-grid-component .top-rowtop-row .mitratech-solutions-grid-component__content-wrap:before, #wrapper .mitratech-solutions-grid-component .top-row .mitratech-solutions-grid-component__content-wrap:before {
    display: none !important;
  }
  #wrapper .mitratech-solutions-grid-component .top-rowtop-row .mitratech-solutions-grid-component__content-wrap:after, #wrapper .mitratech-solutions-grid-component .top-row .mitratech-solutions-grid-component__content-wrap:after {
    display: none !important;
  }
  #wrapper .mitratech-solutions-grid-component .bottom-rowbottom-row:before, #wrapper .mitratech-solutions-grid-component .bottom-row:before {
    display: none !important;
  }
  #wrapper .mitratech-solutions-grid-component .bottom-rowbottom-row:after, #wrapper .mitratech-solutions-grid-component .bottom-row:after {
    display: none !important;
  }
  #wrapper .mitratech-solutions-grid-component .bottom-rowbottom-row .fusion-layout-column, #wrapper .mitratech-solutions-grid-component .bottom-row .fusion-layout-column {
    width: 48% !important;
    margin-right: 4% !important;
    clear: none;
  }
  #wrapper .mitratech-solutions-grid-component .bottom-rowbottom-row .fusion-layout-column:nth-child(even), #wrapper .mitratech-solutions-grid-component .bottom-row .fusion-layout-column:nth-child(even) {
    margin-right: 0 !important;
  }
  #wrapper .mitratech-solutions-grid-component .bottom-rowbottom-row .fusion-column-wrapper, #wrapper .mitratech-solutions-grid-component .bottom-row .fusion-column-wrapper {
    margin-top: 50px;
    margin-bottom: 0 !important;
  }
  #wrapper .mitratech-solutions-grid-component .mitratech-solutions-grid-component__headline h1 {
    font-size: 2.6rem;
    line-height: 30px;
    letter-spacing: 0;
    max-width: none;
  }
  #wrapper .mitratech-solutions-grid-component .mitratech-solutions-grid-component__body-copy {
    max-width: 560px;
  }
  #wrapper .mitratech-solutions-grid-component .mitratech-solution__icon img {
    max-width: 62px;
    max-height: 62px;
  }
  #wrapper .mitratech-solutions-grid-component .mitratech-solutions-grid-component__cta-col {
    margin-top: 58px !important;
  }
  #wrapper .mitratech-solutions-grid-component .mitratech-solutions-grid-component__cta-col .mitratech-cta {
    width: 100%;
    margin-bottom: 14px;
  }
  #wrapper .mitratech-solutions-grid-component .mitratech-solutions-grid-component__image-wrap {
    text-align: center;
    position: static;
  }
  #wrapper .mitratech-solutions-grid-component .mitratech-solutions-grid-component__image {
    position: static;
    max-width: 260px;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-solutions-grid-component .bottom-rowbottom-row .fusion-layout-column, #wrapper .mitratech-solutions-grid-component .bottom-row .fusion-layout-column {
    float: none;
    width: 100% !important;
  }
}

#wrapper .mitratech-related-resources-component {
  margin: 40px auto;
  /* include iPad portrait */
  /* only do this on super small screens */
}
#wrapper .mitratech-related-resources-component .fusion-row {
  max-width: 1100px !important;
  padding-left: 36px !important;
  padding-right: 36px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-related-resources-component .fusion-row {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
#wrapper .mitratech-related-resources-component .mitratech-related-resources-component__headline {
  font-size: 32px;
  font-size: 3.2rem;
  color: #002453;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}
#wrapper .mitratech-related-resources-component .mitratech-related-resources-component__body-copy {
  color: #272727;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  max-width: 550px;
}
#wrapper .mitratech-related-resources-component .resources-rowresources-row, #wrapper .mitratech-related-resources-component .resources-row {
  padding-left: 36px !important;
  padding-right: 36px !important;
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-related-resources-component .resources-rowresources-row, #wrapper .mitratech-related-resources-component .resources-row {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
#wrapper .mitratech-related-resources-component .resources-rowresources-row:before, #wrapper .mitratech-related-resources-component .resources-row:before {
  display: none;
}
#wrapper .mitratech-related-resources-component .resources-rowresources-row:after, #wrapper .mitratech-related-resources-component .resources-row:after {
  display: none;
}
#wrapper .mitratech-related-resources-component .mitratech-related-resources-component__image-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  background-size: cover;
  background-position: center;
}
#wrapper .mitratech-related-resources-component .mitratech-related-resources-component__content-col {
  color: white !important;
  padding: 30px 24px !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  min-height: 286px;
}
#wrapper .mitratech-related-resources-component .mitratech-related-resources-component__content-col .mitratech-related-resources-component__label {
  text-transform: uppercase;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.9px;
}
#wrapper .mitratech-related-resources-component .mitratech-related-resources-component__content-col .mitratech-related-resources-component__title {
  margin-top: 18px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 23px;
  letter-spacing: 0;
}
#wrapper .mitratech-related-resources-component .mitratech-related-resources-component__content-col .mitratech-related-resources-component__cta {
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding-right: 15px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
  position: absolute;
  bottom: 30px;
}
#wrapper .mitratech-related-resources-component .mitratech-related-resources-component__content-col .mitratech-related-resources-component__cta:before {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#wrapper .mitratech-related-resources-component .mitratech-related-resources-component__content-col .mitratech-related-resources-component__cta:after {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 9px;
  width: 23.3px;
  border-bottom: 2px solid #ffffff;
}
#wrapper .mitratech-related-resources-component .mitratech-related-resources-component__view-all-link {
  display: inline-block;
  color: #fc552e;
  position: relative;
  padding-right: 15px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 28px;
}
#wrapper .mitratech-related-resources-component .mitratech-related-resources-component__view-all-link:before {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fc552e;
  border-right: 2px solid #fc552e;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#wrapper .mitratech-related-resources-component .mitratech-related-resources-component__view-all-link:after {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 9px;
  width: 23.3px;
  border-bottom: 2px solid #fc552e;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-related-resources-component .mitratech-related-resources-component__image-col {
    min-width: 50%;
    max-width: 50%;
  }
  #wrapper .mitratech-related-resources-component .mitratech-related-resources-component__content-col {
    min-width: 50%;
    max-width: 50%;
  }
  #wrapper .mitratech-related-resources-component .mitratech-related-resources-component__headline {
    font-size: 2.6rem;
    line-height: 30px;
  }
  #wrapper .mitratech-related-resources-component .mitratech-related-resources-component__body-copy {
    font-size: 1.6rem;
    line-height: 24px;
  }
}
@media only screen and (max-width: 500px) {
  #wrapper .mitratech-related-resources-component .mitratech-related-resources-component__image-col {
    max-width: none;
    min-width: 100%;
    min-height: 325px;
  }
  #wrapper .mitratech-related-resources-component .mitratech-related-resources-component__content-col {
    max-width: none;
    min-width: 100%;
    min-height: 325px;
  }
}

/* this component reuses styles from the testimonials component */
#wrapper .mitratech-testimonials-component.mitratech-tabs-component {
  position: relative;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-tabs-component__headline {
  margin-bottom: 16px;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-tabs-component__headline h1 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.19;
  letter-spacing: -0.3px;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-tabs-component__body-copy {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  color: #000000;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-tabs-component__body-copy p:last-child {
  margin: 0;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-tabs-component__content {
  margin-left: 50%;
  padding: 75px 90px 25px;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-tab-component__tab-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 65px 18% 45px;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-tab-component__tab-wrap.no-cta {
  padding-top: 80px;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .fusion-tabs .nav {
  width: auto;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .fusion-tabs .nav-tabs {
  position: static;
  margin-left: 50%;
  padding-left: 90px;
  width: auto;
  border: 0;
  height: auto;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .fusion-tabs .nav-tabs li {
  width: 100%;
  border: 0;
  height: auto;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .fusion-tabs .nav-tabs li .tab-link {
  margin: 0;
  height: auto;
  padding: 0;
  text-align: left;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .fusion-tabs .nav-tabs li .tab-link h4 {
  color: #002453;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 20px;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .fusion-tabs .nav-tabs li.active .tab-link h4 {
  color: #002453;
  border-bottom: 2px solid #fc552e;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .fusion-tabs .tab-content {
  position: absolute;
  top: 0;
  width: calc(50% - 15px);
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component.mitratech-tabs-component--two-col .fusion-tabs .nav-tabs li {
  width: 50%;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-testimonials-component__image {
  border-radius: 0;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-testimonials-component__quote-text {
  margin-top: 40px;
  font-family: merriweather, serif;
  font-style: normal;
  font-weight: 700;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-testimonials-component__quote-text em {
  font-family: merriweather, serif;
  font-style: italic;
  font-weight: 700;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-testimonials-component__cta {
  bottom: 45px;
}
@media only screen and (max-width: 1024px) {
  #wrapper .mitratech-testimonials-component.mitratech-tabs-component {
    height: auto !important;
  }
  #wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-tabs-component__content {
    margin-left: 0;
    padding: 36px;
  }
  #wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-tabs-component__headline h1 {
    font-size: 2.6rem;
    line-height: 30px;
  }
  #wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-tabs-component__body-copy {
    font-size: 1.6rem;
    line-height: 24px;
  }
  #wrapper .mitratech-testimonials-component.mitratech-tabs-component .slick-dotted.slick-slider {
    margin-bottom: 50px;
  }
  #wrapper .mitratech-testimonials-component.mitratech-tabs-component .tab-pane:focus {
    outline: 0;
  }
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-tabs-component__mobile-nav-slider {
  margin: 0;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-tabs-component__mobile-nav-item {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  display: inline-block;
  color: #002453;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2px;
  line-height: 36px;
  padding: 0;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-tabs-component__mobile-nav-item:focus {
  outline: 0;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-tabs-component__mobile-nav-item .mitratech-tabs-component__mobile-nav-item-wrap {
  margin: 0 18px 18px;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-tabs-component__mobile-nav-item.slick-current .mitratech-tabs-component__mobile-nav-item-wrap {
  border-bottom: 2px solid #fc552e;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-tabs-component__mobile-nav-item:first-child .mitratech-tabs-component__mobile-nav-item-wrap {
  margin-left: 36px;
}
#wrapper .mitratech-testimonials-component.mitratech-tabs-component .mitratech-tabs-component__mobile-nav-item:last-child .mitratech-tabs-component__mobile-nav-item-wrap {
  margin-right: 36px;
}

#wrapper .mitratech-image-cta-component.mitratech-image-cta-component--image-left {
  max-width: 1100px;
  padding-left: 36px !important;
  padding-right: 36px !important;
  margin: 0 auto;
  position: relative;
  height: 358px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--image-left {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
#wrapper .mitratech-image-cta-component.mitratech-image-cta-component--fullbleed-right > .fusion-builder-row {
  max-width: 1100px !important;
  padding: 0 0 0 36px !important;
  margin: 0 auto;
  position: static;
}
#wrapper .mitratech-image-cta-component.mitratech-image-cta-component--fullbleed-right .mitratech-fullbleed-image > .fusion-column-wrapper {
  width: 48vw;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--fullbleed-right .mitratech-fullbleed-image > .fusion-column-wrapper {
    width: 100%;
  }
}
#wrapper .mitratech-image-cta-component.mitratech-image-cta-component--fullbleed-right .fusion-layout-column:first-child {
  float: right;
  margin-right: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 52%;
}
#wrapper .mitratech-image-cta-component.mitratech-image-cta-component--fullbleed-right .fusion-layout-column:first-child .fusion-column-wrapper, #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--fullbleed-right .fusion-layout-column:first-child .mitratech-image-cta-component__image-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto !important;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-size: cover;
  background-position: center;
}
#wrapper .mitratech-image-cta-component.mitratech-image-cta-component--fullbleed-right .fusion-layout-column:first-child .mitratech-image-cta-component__image {
  display: none;
}
#wrapper .mitratech-image-cta-component.mitratech-image-cta-component--fullbleed-right .fusion-layout-column:nth-child(2) {
  padding: 100px 0;
  margin-right: 4% !important;
}
#wrapper .mitratech-image-cta-component.mitratech-image-cta-component--fullbleed-right .fusion-layout-column:nth-child(2) .fusion-column-wrapper {
  padding-right: 40px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--fullbleed-right {
    padding: 0 !important;
  }
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--fullbleed-right > .fusion-builder-row {
    padding: 0 !important;
  }
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--fullbleed-right .fusion-layout-column:first-child {
    float: none;
    position: static;
  }
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--fullbleed-right .fusion-layout-column:first-child .fusion-column-wrapper {
    position: static;
  }
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--fullbleed-right .fusion-layout-column:first-child .mitratech-image-cta-component__image-wrap {
    background-image: none !important;
    position: static;
  }
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--fullbleed-right .fusion-layout-column:first-child .mitratech-image-cta-component__image {
    display: block;
  }
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--fullbleed-right .fusion-layout-column:first-child .mitratech-image-cta-component__image img {
    max-height: none;
  }
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--fullbleed-right .fusion-layout-column:nth-child(2) {
    padding: 50px 36px 60px;
  }
}
#wrapper .mitratech-image-cta-component.mitratech-image-cta-component--bg-image-left {
  padding: 0 !important;
}
#wrapper .mitratech-image-cta-component.mitratech-image-cta-component--bg-image-left > .fusion-builder-row {
  max-width: 1100px !important;
  padding-left: 36px !important;
  padding-right: 36px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--bg-image-left > .fusion-builder-row {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
#wrapper .mitratech-image-cta-component.mitratech-image-cta-component--bg-image-left .fusion-column-first {
  float: right;
}
@inlcude tablet() {
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--bg-image-left .mitratech-image-cta-component__image {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--bg-image-left {
    background-image: none !important;
  }
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--bg-image-left > .fusion-builder-row {
    padding: 60px 0 0 !important;
  }
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--bg-image-left .fusion-column-first {
    float: none;
  }
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--bg-image-left .fusion-layout-column:first-child .fusion-column-wrapper {
    padding: 0 36px !important;
  }
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--bg-image-left .fusion-layout-column:nth-child(2) .fusion-column-wrapper {
    padding: 0 !important;
  }
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--bg-image-left .mitratech-image-cta-component__image {
    display: block !important;
  }
  #wrapper .mitratech-image-cta-component.mitratech-image-cta-component--bg-image-left .mitratech-image-cta-component__image img {
    max-height: none;
    width: 100%;
  }
}
#wrapper .mitratech-image-cta-component .mitratech-image-cta-component__left .fusion-column-wrapper {
  height: 358px !important;
}
#wrapper .mitratech-image-cta-component .mitratech-image-cta-component__right .fusion-column-wrapper {
  height: 358px !important;
}
#wrapper .mitratech-image-cta-component .mitratech-image-cta-component__image {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
#wrapper .mitratech-image-cta-component .mitratech-image-cta-component__image img {
  max-height: 292px;
  width: auto;
}
#wrapper .mitratech-image-cta-component .mitratech-image-cta-component__content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#wrapper .mitratech-image-cta-component .mitratech-image-cta-component__content a.mitratech-arrow-ink {
  margin-bottom: 20px;
}
#wrapper .mitratech-image-cta-component .mitratech-image-cta-component__headline {
  margin-bottom: .67em !important;
}
#wrapper .mitratech-image-cta-component .mitratech-image-cta-component__headline h1 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: #002453;
}
#wrapper .mitratech-image-cta-component .mitratech-image-cta-component__body-copy {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  letter-spacing: 0;
  color: #272727;
}
#wrapper .mitratech-image-cta-component .mitratech-image-cta-component__cta {
  display: inline-block;
  color: #fc552e;
  position: relative;
  padding-right: 15px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  font-size: 1.4rem;
}
#wrapper .mitratech-image-cta-component .mitratech-image-cta-component__cta:before {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fc552e;
  border-right: 2px solid #fc552e;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#wrapper .mitratech-image-cta-component .mitratech-image-cta-component__cta:after {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 9px;
  width: 23.3px;
  border-bottom: 2px solid #fc552e;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-image-cta-component {
    padding: 36px !important;
    height: auto;
  }
  #wrapper .mitratech-image-cta-component .mitratech-image-cta-component__left .fusion-column-wrapper {
    height: auto !important;
    margin-bottom: 33px;
  }
  #wrapper .mitratech-image-cta-component .mitratech-image-cta-component__right .fusion-column-wrapper {
    height: auto !important;
  }
  #wrapper .mitratech-image-cta-component .mitratech-image-cta-component__headline h1 {
    font-size: 2.6rem;
    line-height: 30px;
    letter-spacing: 0px;
  }
  #wrapper .mitratech-image-cta-component .mitratech-image-cta-component__image {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #wrapper .mitratech-image-cta-component .mitratech-image-cta-component__content {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #wrapper .mitratech-image-cta-component .mitratech-image-cta-component__body-copy {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0;
  }
}

#wrapper .mitratech-header-nav-component {
  overflow: hidden;
}
#wrapper .mitratech-header-nav-component .mitratech-header-nav-component__bg-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#wrapper .mitratech-header-nav-component .mitratech-header-nav-component__wrap {
  max-width: 1100px;
  padding-left: 36px !important;
  padding-right: 36px !important;
  padding-top: 200px !important;
  padding-bottom: 95px !important;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-header-nav-component .mitratech-header-nav-component__wrap {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
#wrapper .mitratech-header-nav-component .mitratech-header-nav-component__content-wrap {
  max-width: 550px;
  float: left;
}
#wrapper .mitratech-header-nav-component .mitratech-header-nav-component__headline h1 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 52px;
  letter-spacing: -0.5px;
  color: white;
}
#wrapper .mitratech-header-nav-component .mitratech-header-nav-component__body-copy {
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  letter-spacing: 0;
}
#wrapper .mitratech-header-nav-component .mitratech-cta {
  margin-top: 10px;
}
#wrapper .mitratech-header-nav-component .mitratech-header-nav-component__nav-wrap {
  float: right;
  position: relative;
  width: 415px;
  margin-top: 55px;
}
#wrapper .mitratech-header-nav-component .mitratech-header-nav-component__nav-wrap:before {
  position: absolute;
  content: ' ';
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  width: 9999px;
  left: 100%;
}
#wrapper .mitratech-header-nav-component .mitratech-header-nav-component__nav {
  background-color: #ffffff;
  margin: 0;
  min-height: 360px;
  list-style: none;
  padding-top: 40px;
}
#wrapper .mitratech-header-nav-component .mitratech-header-nav-component__nav:before {
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  display: block;
  border-top: 54px solid transparent;
  border-right: 23px solid #ffffff;
  border-bottom: 54px solid #ffffff;
  border-left: 23px solid transparent;
  right: 100%;
  top: 0;
}
#wrapper .mitratech-header-nav-component .mitratech-header-nav-component__nav:after {
  position: absolute;
  content: ' ';
  width: 46px;
  background-color: #ffffff;
  top: 108px;
  bottom: 0;
  right: 100%;
}
#wrapper .mitratech-header-nav-component .mitratech-header-nav-component__nav li {
  width: 100%;
  border: 0;
  height: auto;
}
#wrapper .mitratech-header-nav-component .mitratech-header-nav-component__nav li a {
  display: block;
  margin: 0;
  height: auto;
  padding: 0;
  text-align: left;
  color: #002453;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.2px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  padding-bottom: 6px;
  padding-top: 20px;
}
#wrapper .mitratech-header-nav-component .mitratech-header-nav-component__nav li.active a {
  color: #002453;
  border-bottom: 2px solid #fc552e;
}
@media only screen and (min-width: 993px) {
  #wrapper .mitratech-header-nav-component .mitratech-header-nav-component__content-wrap {
    background-color: transparent !important;
    background-image: none !important;
  }
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-header-nav-component {
    margin: 0 15px;
  }
  #wrapper .mitratech-header-nav-component .mitratech-header-nav-component__wrap {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #wrapper .mitratech-header-nav-component .mitratech-header-nav-component__bg-image {
    display: none;
  }
  #wrapper .mitratech-header-nav-component .mitratech-header-nav-component__wrap {
    padding: 0;
  }
  #wrapper .mitratech-header-nav-component .mitratech-header-nav-component__content-wrap {
    height: auto;
    background-size: cover;
    background-position: center;
    float: none;
    max-width: none !important;
    padding: 80px 22px 46px;
  }
  #wrapper .mitratech-header-nav-component .mitratech-header-nav-component__headline h1 {
    font-size: 3.2rem;
    line-height: 38px;
    letter-spacing: -0.4px;
  }
  #wrapper .mitratech-header-nav-component .mitratech-cta {
    width: 100%;
  }
  #wrapper .mitratech-header-nav-component .mitratech-header-nav-component__nav-wrap {
    float: none;
    margin: 0 26px;
  }
  #wrapper .mitratech-header-nav-component .mitratech-header-nav-component__nav {
    padding: 0;
    padding-top: 23px;
  }
}

#wrapper .mitratech-dropdown-component {
  max-width: 1100px;
  padding-left: 36px !important;
  padding-right: 36px !important;
  margin: 30px auto 0;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-dropdown-component {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
#wrapper .mitratech-dropdown-component .fusion_builder_column_2_5 {
  float: right;
}
#wrapper .mitratech-dropdown-component .fusion-column-wrapper {
  min-height: 445px;
}
#wrapper .mitratech-dropdown-component .mitratech-dropdown-component__bg-image {
  width: 446px;
  height: 446px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 223px;
}
#wrapper .mitratech-dropdown-component .fusion-toggle-icon-wrapper {
  position: absolute;
  right: 20px;
  top: 18px;
}
#wrapper .mitratech-dropdown-component .fa-fusion-box {
  background-color: transparent !important;
}
#wrapper .mitratech-dropdown-component .fa-fusion-box:before {
  content: ' ';
}
#wrapper .mitratech-dropdown-component .panel-title a {
  padding: 0;
  color: inherit !important;
}
#wrapper .mitratech-dropdown-component #accordion-17062-1 .fusion-panel:nth-child(3) > .panel-heading a {
  cursor: default;
}
#wrapper .mitratech-dropdown-component #accordion-17062-1 .fusion-panel:nth-child(4) > .panel-heading a {
  cursor: default;
}
#wrapper .mitratech-dropdown-component .fusion-toggle-heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 0;
  position: relative;
  height: 80px;
  line-height: 80px;
  margin-left: 100px;
}
#wrapper .mitratech-dropdown-component .fusion-toggle-heading:before {
  content: ' ';
}
#wrapper .mitratech-dropdown-component .mitratech-dropdown-component__headline h1 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #002453;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
}
#wrapper .mitratech-dropdown-component .mitratech-dropdown-component__body_copy {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  color: #000000;
  margin-top: 16px;
  max-width: 350px;
}
#wrapper .mitratech-dropdown-component .fusion-accordian {
  max-width: 325px;
  margin-left: 223px;
  padding-top: 21px;
}
#wrapper .mitratech-dropdown-component .fusion-panel {
  border-bottom: 0 !important;
  margin-bottom: 12px;
  position: relative;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
}
#wrapper .mitratech-dropdown-component .fusion-panel:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 25px;
  top: 15px;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#wrapper .mitratech-dropdown-component .toggle-content {
  background-color: #edf5f7;
}
#wrapper .mitratech-dropdown-component .toggle-content ul {
  list-style: none;
  padding-left: 55px;
  margin-bottom: 30px;
  margin-top: 10px;
}
#wrapper .mitratech-dropdown-component .toggle-content a {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 32px;
}
#wrapper .mitratech-dropdown-component .mitratech-dropdown-component__nav {
  position: relative;
}
#wrapper .mitratech-dropdown-component .mitratech-dropdown-component__nav:hover:before {
  content: '';
  background-image: url(./images/arrows-sm-new.svg);
  display: block;
  border-radius: 0;
  width: 25px;
  height: 12px;
  background-size: cover;
  position: absolute;
  top: 11px;
  left: -38px;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-dropdown-component {
    margin: 25px auto 0;
    padding: 0 36px !important;
  }
  #wrapper .mitratech-dropdown-component .fusion-column-wrapper {
    background-image: none !important;
    min-height: 0;
  }
  #wrapper .mitratech-dropdown-component .mitratech-dropdown-component__bg-image {
    display: none;
  }
  #wrapper .mitratech-dropdown-component .fusion-accordian {
    max-width: none;
    width: 100%;
    margin-left: 0;
  }
}

/* this component builds off of the header nav component */
#wrapper .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-nav-component__content-wrap {
  max-width: none;
  float: none;
}
#wrapper .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-nav-component__content-wrap.left .mitratech-header-fullwidth-component__headline {
  max-width: 40%;
}
#wrapper .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-nav-component__content-wrap.left .mitratech-header-nav-component__body-copy {
  max-width: 50%;
}
#wrapper .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-fullwidth-component__logo {
  max-width: 310px;
  margin-bottom: 20px;
}
#wrapper .mitratech-header-nav-component.mitratech-fullwidth-component h1.mitratech-header-fullwidth-component__headline {
  margin-bottom: 20px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 46px;
}
#wrapper .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-nav-component__nav-wrap {
  width: 250px;
  margin-top: -38px;
}
#wrapper .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-nav-component__nav {
  min-height: 134px;
}
#wrapper .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-nav-component__nav:before {
  border-top: 67px solid transparent;
  border-right: 26px solid #ffffff;
  border-bottom: 67px solid #ffffff;
  border-left: 26px solid transparent;
}
#wrapper .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-nav-component__nav:after {
  display: none;
}
#wrapper .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-cta {
  margin-right: 20px;
}
#wrapper .mitratech-header-nav-component.mitratech-fullwidth-component.mitratech-header-fullwidth-component--with-graphic {
  display: block;
}
#wrapper .mitratech-header-nav-component.mitratech-fullwidth-component.mitratech-header-fullwidth-component--with-graphic .header-position {
  padding: 20px;
}
#wrapper .mitratech-header-nav-component.mitratech-fullwidth-component.mitratech-header-fullwidth-component--with-graphic .header-graphic {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-nav-component__content-wrap {
    padding-top: 36px;
  }
  #wrapper .mitratech-header-nav-component.mitratech-fullwidth-component h1.mitratech-header-fullwidth-component__headline {
    line-height: 38px;
  }
  #wrapper .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-cta {
    margin-top: 20px;
  }
  #wrapper .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-nav-component__nav-wrap {
    display: none;
  }
  #wrapper .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-nav-component__nav:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-nav-component__content-wrap.left .mitratech-header-fullwidth-component__headline {
    max-width: 100%;
  }
  #wrapper .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-nav-component__content-wrap.left .mitratech-header-nav-component__body-copy {
    max-width: 100%;
  }
}

/* special case for team connect */
#wrapper .team-connect-header .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-fullwidth-component__logo {
  max-width: 100%;
}
#wrapper .team-connect-header .mitratech-header-nav-component.mitratech-fullwidth-component h1.mitratech-header-fullwidth-component__headline {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 300 !important;
  color: #002453;
}
@media only screen and (max-width: 768px) {
  #wrapper .team-connect-header .mitratech-header-nav-component.mitratech-fullwidth-component h1.mitratech-header-fullwidth-component__headline {
    text-align: left;
    font-size: 2.6rem;
    line-height: 30px;
  }
}

#wrapper .mitratech-product-tabs-component {
  background-color: #e7eff2;
  /* hard coded to fix issues from 993px - 1024px */
}
#wrapper .mitratech-product-tabs-component .mitratech-product-tabs-component__wrap {
  max-width: 1028px;
  padding: 50px 0 40px !important;
  margin: 0 auto;
  position: relative;
}
#wrapper .mitratech-product-tabs-component .mitratech-product-tabs-component__content {
  width: 50%;
}
#wrapper .mitratech-product-tabs-component .title-heading-left {
  line-height: 38px;
}
#wrapper .mitratech-product-tabs-component .mitratech-product-tabs-component__tab-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  padding: 80px 20px 45px;
}
#wrapper .mitratech-product-tabs-component .mitratech-product-tabs-component__screenshot {
  max-height: 400px;
  margin-bottom: 26px;
}
#wrapper .mitratech-product-tabs-component .mitratech-product-tabs-component__title {
  color: #002453;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
}
#wrapper .mitratech-product-tabs-component .mitratech-product-tabs-component__body-copy {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  letter-spacing: 0.4;
  margin-top: 18px;
}
#wrapper .mitratech-product-tabs-component .mitratech-product-tabs-component__link {
  display: inline-block;
  color: #fc552e;
  position: relative;
  padding-right: 15px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px;
}
#wrapper .mitratech-product-tabs-component .mitratech-product-tabs-component__link:before {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fc552e;
  border-right: 2px solid #fc552e;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#wrapper .mitratech-product-tabs-component .mitratech-product-tabs-component__link:after {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 9px;
  width: 23.3px;
  border-bottom: 2px solid #fc552e;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs {
  margin-top: 100px;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav {
  border-bottom: 0;
  width: 50%;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs {
  background-color: transparent !important;
  margin-left: 30px;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li {
  display: block;
  float: left;
  width: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100px;
  margin-right: 35px;
  position: relative;
  background-color: #ffffff;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li:before {
  content: ' ';
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: 30px solid #ffffff;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li:after {
  content: ' ';
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid #ffffff;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li:nth-child(even) {
  margin-top: 55px;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li.active.mitratech-product-tabs-component__nav-item--pink {
  background-color: #ad0063;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li.active.mitratech-product-tabs-component__nav-item--pink:before {
  border-right: 30px solid #ad0063;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li.active.mitratech-product-tabs-component__nav-item--pink:after {
  border-left: 30px solid #ad0063;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li.active.mitratech-product-tabs-component__nav-item--orange {
  background-color: #fc552e;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li.active.mitratech-product-tabs-component__nav-item--orange:before {
  border-right: 30px solid #fc552e;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li.active.mitratech-product-tabs-component__nav-item--orange:after {
  border-left: 30px solid #fc552e;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li.active.mitratech-product-tabs-component__nav-item--blue {
  background-color: #002453;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li.active.mitratech-product-tabs-component__nav-item--blue:before {
  border-right: 30px solid #002453;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li.active.mitratech-product-tabs-component__nav-item--blue:after {
  border-left: 30px solid #002453;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li.active.mitratech-product-tabs-component__nav-item--turquoise {
  background-color: #06aac4;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li.active.mitratech-product-tabs-component__nav-item--turquoise:before {
  border-right: 30px solid #06aac4;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li.active.mitratech-product-tabs-component__nav-item--turquoise:after {
  border-left: 30px solid #06aac4;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li svg:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 115px;
  height: 92px;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li svg image {
  max-width: 50px !important;
  max-height: 60px !important;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li svg .mitratech-product-tabs-component__blue-icon {
  opacity: 1.0;
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li svg .mitratech-product-tabs-component__white-icon {
  opacity: 0.0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li.active svg .mitratech-product-tabs-component__blue-icon {
  opacity: 0.0;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li.active svg .mitratech-product-tabs-component__white-icon {
  opacity: 1.0;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .nav-tabs li .tab-link {
  height: 92px;
  border-top: 3px transparent;
  background-color: transparent !important;
  padding-top: 24px;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .tab-pane {
  background-color: transparent !important;
  border: 0;
}
#wrapper .mitratech-product-tabs-component .fusion-tabs .tab-content {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  #wrapper .mitratech-product-tabs-component {
    margin: 0;
    /* prevent extra content on page load */
    overflow: hidden;
  }
  #wrapper .mitratech-product-tabs-component .tab-pane {
    padding: 35px 36px 20px;
  }
  #wrapper .mitratech-product-tabs-component .tab-pane.no-cta {
    padding-top: 80px;
  }
  #wrapper .mitratech-product-tabs-component .mitratech-product-tabs-component__content {
    width: 100%;
    padding: 0 36px !important;
  }
  #wrapper .mitratech-product-tabs-component .slick-dots {
    right: 10px;
    bottom: -40px;
    left: 10px;
  }
  #wrapper .mitratech-product-tabs-component .slick-dots li {
    margin: 0 7px;
  }
  #wrapper .mitratech-product-tabs-component .slick-dots li button:before {
    content: ' ';
    width: 18px;
    height: 18px;
    background-color: #dddada;
    border-radius: 9px;
    opacity: 1.0;
  }
  #wrapper .mitratech-product-tabs-component .slick-dots li.slick-active button:before {
    background-color: #002453;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-product-tabs-component .slick-dots {
    width: 100% !important;
    left: 0px !important;
    right: 0px !important;
  }
}

#wrapper .mitratech-partners-component {
  max-width: 1280px;
  padding-left: 36px !important;
  padding-right: 36px !important;
  padding-top: 64px !important;
  padding-bottom: 64px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-partners-component {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
#wrapper .mitratech-partners-component .mitratech-partners-component__left {
  float: right;
  margin-right: 0 !important;
}
#wrapper .mitratech-partners-component .mitratech-partners-component__right {
  float: left;
  margin-right: 4%;
}
#wrapper .mitratech-partners-component .mitratech-partners-component__right .fusion-imageframe {
  width: 30%;
  text-align: center;
  margin: 0 20% 10% 0;
}
#wrapper .mitratech-partners-component .mitratech-partners-component__headline {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  letter-spacing: -0.7px;
}
#wrapper .mitratech-partners-component .mitratech-partners-component__body-copy {
  max-width: 475px;
  line-height: 26px;
}
#wrapper .mitratech-partners-component .mitratech-partners-component__link {
  display: inline-block;
  color: #fc552e;
  position: relative;
  padding-right: 15px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  font-size: 1.4rem;
}
#wrapper .mitratech-partners-component .mitratech-partners-component__link:before {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fc552e;
  border-right: 2px solid #fc552e;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#wrapper .mitratech-partners-component .mitratech-partners-component__link:after {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 9px;
  width: 23.3px;
  border-bottom: 2px solid #fc552e;
}
#wrapper .mitratech-partners-component.mitratech-partners-component--bottom-rule {
  border-bottom: 1px solid #dddddd;
  margin: 0 36px 24px;
  padding: 64px 0 !important;
}
#wrapper .mitratech-partners-component.mitratech-partners-component--gray {
  background-color: #f7fafb !important;
  padding: 0 36px 64px !important;
}
#wrapper .mitratech-partners-component.mitratech-partners-component--gray:before {
  position: absolute;
  content: ' ';
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #f7fafb;
  top: 0;
  bottom: 0;
  width: 9999px;
  display: block;
}
#wrapper .mitratech-partners-component.mitratech-partners-component--gray:after {
  position: absolute;
  content: ' ';
  left: 100%;
  background-color: #f7fafb;
  top: 0;
  bottom: 0;
  width: 9999px;
  display: block;
}
#wrapper .mitratech-partners-component.mitratech-partners-component--gray .mitratech-partners-component__left {
  padding-top: 250px;
  float: left;
}
#wrapper .mitratech-partners-component.mitratech-partners-component--gray .mitratech-partners-component__left:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-top: 62px solid #ffffff;
  border-right: 25px solid #ffffff;
  border-bottom: 62px solid transparent;
  border-left: 25px solid transparent;
  right: 50%;
  top: 0;
}
#wrapper .mitratech-partners-component.mitratech-partners-component--gray .mitratech-partners-component__left:before {
  position: absolute;
  content: ' ';
  left: 50%;
  background-color: #ffffff;
  top: 0;
  width: 9999px;
  display: block;
  height: 124px;
}
#wrapper .mitratech-partners-component.mitratech-partners-component--gray .mitratech-partners-component__right {
  padding-top: 250px;
  float: right;
}
#wrapper .mitratech-partners-component.mitratech-partners-component--gray .mitratech-partners-component__right .fusion-imageframe {
  margin: 0 0 10% 20%;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-partners-component.mitratech-partners-component--gray .mitratech-partners-component__right .fusion-imageframe {
    width: 45%;
    text-align: center;
    margin: 0 10% 20px 0;
  }
  #wrapper .mitratech-partners-component.mitratech-partners-component--gray .mitratech-partners-component__right .fusion-imageframe:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-partners-component.mitratech-partners-component--gray {
    padding: 50px 36px !important;
  }
  #wrapper .mitratech-partners-component.mitratech-partners-component--gray:before {
    display: none;
  }
  #wrapper .mitratech-partners-component.mitratech-partners-component--gray:after {
    display: none;
  }
  #wrapper .mitratech-partners-component.mitratech-partners-component--gray .mitratech-partners-component__left {
    padding-top: 0;
  }
  #wrapper .mitratech-partners-component.mitratech-partners-component--gray .mitratech-partners-component__left:before {
    display: none;
  }
  #wrapper .mitratech-partners-component.mitratech-partners-component--gray .mitratech-partners-component__left:after {
    display: none;
  }
  #wrapper .mitratech-partners-component.mitratech-partners-component--gray .mitratech-partners-component__right {
    padding-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-partners-component {
    padding: 50px 36px !important;
  }
  #wrapper .mitratech-partners-component .mitratech-partners-component__headline h1 {
    font-size: 2.6rem;
    line-height: 36px;
  }
  #wrapper .mitratech-partners-component .mitratech-partners-component__left {
    float: none;
  }
  #wrapper .mitratech-partners-component .mitratech-partners-component__right {
    float: none;
    margin-right: 0;
    margin-top: 50px !important;
  }
  #wrapper .mitratech-partners-component .mitratech-partners-component__right .fusion-imageframe {
    width: 45%;
    text-align: center;
    margin: 0 10% 20px 0;
  }
  #wrapper .mitratech-partners-component .mitratech-partners-component__right .fusion-imageframe:nth-child(even) {
    margin-right: 0;
  }
}

#wrapper .mitratech-header-full-component {
  margin-top: 160px;
  min-height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper .mitratech-header-full-component.alternate {
  margin-top: 0px;
}
#wrapper .mitratech-header-full-component.alternate .heading-title {
  color: #002453 !important;
}
#wrapper .mitratech-header-full-component.alternate .heading-body {
  color: #000000;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-header-full-component {
    min-height: 286px;
    margin: 0 16px;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-header-full-component.alternate {
    margin: 0px;
    background-size: 200%;
    background-position: top right;
  }
  #wrapper .mitratech-header-full-component.alternate .header-position {
    background-color: #eff4f6;
    margin-top: 76%;
    padding: 40px 20px;
  }
  #wrapper .mitratech-header-full-component.alternate .header-position .heading-content {
    width: 100% !important;
  }
  #wrapper .mitratech-header-full-component .heading-content {
    width: 100% !important;
  }
  #wrapper .mitratech-header-full-component .mitratech-cta {
    width: 100%;
    margin-bottom: 20px;
  }
}
#wrapper .mitratech-header-full-component .header-position {
  max-width: 1100px;
  padding: 100px 36px;
  margin: 0 auto;
}
#wrapper .mitratech-header-full-component .header-position .heading-content {
  color: #ffffff !important;
}
#wrapper .mitratech-header-full-component .header-position .heading-content .heading-title {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 46px;
  margin-bottom: 20px;
}
#wrapper .mitratech-header-full-component .header-position .heading-content .heading-body {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 22px;
  margin-bottom: 30px;
}
#wrapper .mitratech-header-full-component .header-position .heading-content .mitratech-cta {
  margin-right: 10px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-header-full-component .header-position {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-header-full-component .header-position .heading-content .mitratech-cta {
    margin-right: 0;
  }
}
#wrapper .mitratech-header-full-component.mitratech-header-full-component--with-graphic {
  display: block;
}
#wrapper .mitratech-header-full-component.mitratech-header-full-component--with-graphic .header-position {
  padding: 20px;
}
#wrapper .mitratech-header-full-component.mitratech-header-full-component--with-graphic .header-graphic {
  position: absolute;
  right: 20px;
  top: 20px;
}

/* this component reuses styles from Testimonials component */
#wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial {
  height: 535px !important;
  /* apply mobile styles to slick slider always */
  overflow: hidden;
}
#wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial .mitratech-fullwidth-testimonial__wrap {
  position: relative;
  height: 503px;
}
#wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial .mitratech-fullwidth-testimonial__wrap:after {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border-right: solid 32px #ffffff;
  border-bottom: solid 79px #ffffff;
  border-left: solid 32px transparent;
  border-top: solid 79px transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  z-index: 2;
}
#wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial .mitratech-testimonial-component__tab-wrap {
  position: relative;
  color: white;
  text-align: center;
  /* vertical center */
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial .mitratech-testimonials-component__image {
  border-radius: 0;
  max-width: 100%;
  max-height: none;
}
#wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial .mitratech-testimonials-component__cta {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-top: 40px;
}
#wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial .slick-slider {
  width: calc(100% + 24px);
}
#wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial .tab-pane {
  background-color: #ad0063;
  color: white;
  position: relative;
  height: 495px;
  text-align: center;
  padding: 35px 36px 52px;
  left: -24px;
  margin-left: 24px;
}
#wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial .tab-pane:after {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border-right: solid 19px #ffffff;
  border-bottom: solid 48px #ffffff;
  border-left: solid 19px transparent;
  border-top: solid 48px transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(1px, 1px);
      -ms-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
  z-index: 2;
}
#wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial .tab-pane.no-cta {
  padding-top: 80px;
}
#wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial .slick-dots {
  width: calc(100% - 24px);
}
#wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial .slick-dots li.slick-active button:before {
  background-color: #fc552e;
}
#wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial.mitratech-fullwidth-testimonial--single {
  height: auto !important;
}
#wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial.mitratech-fullwidth-testimonial--single .mitratech-testimonial-component__tab-wrap {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  padding: 0;
}
#wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial.mitratech-fullwidth-testimonial--single .tab-pane {
  left: 0;
  margin-left: 0;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial {
    height: auto !important;
  }
  #wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial .mitratech-fullwidth-testimonial__wrap {
    position: relative;
    height: auto;
  }
  #wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial .mitratech-fullwidth-testimonial__wrap:after {
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    border-right: solid 19px #ffffff;
    border-bottom: solid 48px #ffffff;
    border-left: solid 19px transparent;
    border-top: solid 48px transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(1px, 1px);
        -ms-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
    z-index: 2;
  }
  #wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial .tab-pane {
    height: auto;
  }
  #wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial .mitratech-testimonial-component__tab-wrap {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0;
  }
  #wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial .slick-dotted.slick-slider {
    margin-bottom: 40px;
  }
  #wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial .slick-dots {
    width: 100% !important;
  }
}

#wrapper .mitratech-two-col-video-component {
  max-width: 1280px;
  padding-left: 36px !important;
  padding-right: 36px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-two-col-video-component {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
#wrapper .mitratech-two-col-video-component .fusion_builder_column_1_2 {
  width: 50% !important;
  margin-right: 0 !important;
}
#wrapper .mitratech-two-col-video-component .fusion_builder_column_1_2:nth-child(2) {
  padding-left: 126px;
  padding-right: 36px;
}
#wrapper .mitratech-two-col-video-component .fusion-column-wrapper {
  height: 360px !important;
}
#wrapper .mitratech-two-col-video-component .mitratech-two-col-video-component__content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#wrapper .mitratech-two-col-video-component .mitratech-two-col-video-component__headline h1 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  color: #002453;
  letter-spacing: -0.4px;
}
#wrapper .mitratech-two-col-video-component .mitratech-two-col-video-component__quote-text {
  font-family: merriweather, serif;
  font-style: italic;
  font-weight: 700;
  color: #000000;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 30px;
  letter-spacing: 0;
}
#wrapper .mitratech-two-col-video-component .mitratech-two-col-video-component__attribution-name {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  letter-spacing: 0.4px;
}
#wrapper .mitratech-two-col-video-component .mitratech-two-col-video-component__attribution-name p {
  margin-bottom: 8px;
}
#wrapper .mitratech-two-col-video-component .mitratech-two-col-video-component__attribution-title {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-two-col-video-component {
    padding: 0 !important;
  }
  #wrapper .mitratech-two-col-video-component .fusion_builder_column_1_2 {
    width: 100% !important;
  }
  #wrapper .mitratech-two-col-video-component .fusion_builder_column_1_2:nth-child(2) {
    padding: 30px 36px !important;
  }
  #wrapper .mitratech-two-col-video-component .fusion-column-wrapper {
    height: auto !important;
  }
  #wrapper .mitratech-two-col-video-component .mitratech-two-col-video-component__content {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #wrapper .mitratech-two-col-video-component .mitratech-two-col-video-component__headline h1 {
    font-size: 2.6rem;
    line-height: 36px;
    letter-spacing: -0.3px;
  }
  #wrapper .mitratech-two-col-video-component .mitratech-two-col-video-component__attribution-name p:first-child {
    margin-bottom: 0;
  }
  #wrapper .mitratech-two-col-video-component .mitratech-two-col-video-component__attribution-title p:first-child {
    margin-top: 0;
  }
}

#wrapper .mitratech-header-contactus-component {
  min-height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 160px 20px 60px 20px;
  position: relative;
}
#wrapper .mitratech-header-contactus-component .container {
  width: 100%;
  max-width: 1100px;
  margin-left: 20px !important;
  margin-right: 20px !important;
  margin: 0 auto !important;
  padding-top: 40px !important;
}
#wrapper .mitratech-header-contactus-component .container::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1060px;
  margin: 0 auto;
  height: 2px;
  background: #c9dae1;
}
@media only screen and (max-width: 1200px) {
  #wrapper .mitratech-header-contactus-component .container::before {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 768px) {
  #wrapper .mitratech-header-contactus-component .container::before {
    display: none !important;
    content: none !important;
  }
}

#wrapper .mitratech-header-contactus-component .heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  color: #002453;
  margin-bottom: 10px;
}
#wrapper .mitratech-header-contactus-component .sub-heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 16px;
  color: #002453;
}
#wrapper .mitratech-header-contactus-component .sub-heading .cta-text {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #fc552e;
  position: relative;
  padding-right: 35px;
}
#wrapper .mitratech-header-contactus-component .sub-heading .cta-text .arrow {
  content: '';
  background-image: url(./images/arrows-sm-new.svg);
  display: block;
  border-radius: 0;
  width: 25px;
  height: 12px;
  background-size: cover;
  position: absolute;
  bottom: 2px;
  right: 0px;
}
#wrapper .mitratech-header-contactus-component .form-heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #002453;
  margin-top: 40px;
  font-size: 22px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-header-contactus-component {
    min-height: 286px;
    margin: 0 16px;
  }
}
#wrapper .mitratech-header-contactus-component .header-position {
  max-width: 1100px;
  padding: 100px 20px;
  margin: 0 auto;
}
#wrapper .mitratech-header-contactus-component .header-position .heading-content {
  color: #ffffff !important;
}
#wrapper .mitratech-header-contactus-component .header-position .heading-content .heading-title {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 46px;
  margin-bottom: 20px;
}
#wrapper .mitratech-header-contactus-component .header-position .heading-content .heading-body {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 22px;
  margin-bottom: 30px;
}
#wrapper .mitratech-header-contactus-component .mktoForm {
  width: 100% !important;
}
#wrapper .mitratech-header-contactus-component .mktoForm .mktoCheckboxList {
  padding: 0 !important;
}
#wrapper .mitratech-header-contactus-component .mktoForm label, #wrapper .mitratech-header-contactus-component .mktoForm .mktoGutter, #wrapper .mitratech-header-contactus-component .mktoForm .mktoOffset {
  display: none;
}
#wrapper .mitratech-header-contactus-component .mktoForm #FirstName, #wrapper .mitratech-header-contactus-component .mktoForm #Company {
  margin-right: 20px !important;
}
#wrapper .mitratech-header-contactus-component .mktoForm input {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
#wrapper .mitratech-header-contactus-component .mktoForm input#expressOptInCheckbox {
  height: 25px;
}
#wrapper .mitratech-header-contactus-component .mktoForm .mktoFormRow, #wrapper .mitratech-header-contactus-component .mktoForm .mktoFormCol, #wrapper .mitratech-header-contactus-component .mktoForm .mktoField, #wrapper .mitratech-header-contactus-component .mktoForm .mktoFieldWrap {
  width: 100% !important;
}
#wrapper .mitratech-header-contactus-component .mktoForm .mktoButton {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  border: none;
  padding: 18px 60px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px !important;
  background-color: #fc552e;
}
#wrapper .mitratech-header-contactus-component .mktoForm input[type="text"], #wrapper .mitratech-header-contactus-component .mktoForm input[type="email"] {
  padding: 0px 10px !important;
  height: 46px !important;
  margin: 0px !important;
  border: solid 1px #d6d6d6 !important;
}
#wrapper .mitratech-header-contactus-component .mktoForm input[type="tel"], #wrapper .mitratech-header-contactus-component .mktoForm #Country, #wrapper .mitratech-header-contactus-component .mktoForm #State, #wrapper .mitratech-header-contactus-component .mktoForm #Solution_Interest__c, #wrapper .mitratech-header-contactus-component .mktoForm textarea, #wrapper .mitratech-header-contactus-component .mktoForm option {
  height: 46px !important;
  color: #000000 !important;
  font-size: 16px !important;
  padding: 0px 10px !important;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 700 !important;
  border: solid 1px #d6d6d6 !important;
}
#wrapper .mitratech-header-contactus-component .mktoForm #Solution_Interest__c {
  height: 168px !important;
  border: solid 1px #d6d6d6 !important;
}
#wrapper .mitratech-header-contactus-component .mktoForm #Solution_Interest__c option {
  height: 40px !important;
  padding: 12px 10px !important;
}
#wrapper .mitratech-header-contactus-component .mktoForm textarea {
  height: 60px !important;
}
#wrapper .mitratech-header-contactus-component .mktoForm input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  font-size: 16px;
}
#wrapper .mitratech-header-contactus-component .mktoForm input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  font-size: 16px;
}
#wrapper .mitratech-header-contactus-component .mktoForm input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  font-size: 16px;
}
#wrapper .mitratech-header-contactus-component .mktoForm input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  font-size: 16px;
}
#wrapper .mitratech-header-contactus-component .mktoForm .gdprRow .mktoFormCol:first-child {
  width: 5% !important;
  float: left !important;
  clear: none !important;
}
#wrapper .mitratech-header-contactus-component .mktoForm .gdprRow .mktoFormCol:first-child #GDPR_Opt_in__c {
  height: 14px !important;
}
#wrapper .mitratech-header-contactus-component .mktoForm .gdprRow .mktoFormCol:nth-child(2) {
  width: 94% !important;
  float: right !important;
  clear: none !important;
}
#wrapper .mitratech-header-contactus-component .mktoForm .gdprRow .mktoFormCol:nth-child(2) .mktoHtmlText {
  font-size: 12px !important;
  width: 100% !important;
}
#wrapper .mitratech-header-contactus-component .mktoForm .dfCheckbox {
  width: 5% !important;
  float: left !important;
  clear: none !important;
}
#wrapper .mitratech-header-contactus-component .mktoForm .dfDisclaimer {
  width: 94% !important;
  float: right !important;
  clear: none !important;
}
#wrapper .mitratech-header-contactus-component .mktoForm .dfDisclaimer .mktoHtmlText {
  width: auto !important;
}
#wrapper .mitratech-header-contactus-component .mktoForm .mktoHtmlText a {
  color: #002453 !important;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-header-contactus-component .mktoForm #mktoForm_3322 {
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 767px) {
  #wrapper .mitratech-header-contactus-component .mktoForm form, #wrapper .mitratech-header-contactus-component .mktoForm .mktoForm {
    padding: 0px !important;
  }
  #wrapper .mitratech-header-contactus-component .mktoForm #FirstName, #wrapper .mitratech-header-contactus-component .mktoForm #Company {
    width: 100% !important;
    margin-bottom: 12px !important;
  }
  #wrapper .mitratech-header-contactus-component .mktoForm #LastName, #wrapper .mitratech-header-contactus-component .mktoForm #Email {
    width: 100% !important;
  }
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-header-contactus-component {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-header-contactus-component {
    text-align: left;
    margin: 0px 0px;
    padding: 40px 36px;
    background-image: none !important;
  }
  #wrapper .mitratech-header-contactus-component .mktoForm {
    padding: 0px !important;
  }
  #wrapper .mitratech-header-contactus-component .mktoButtonRow, #wrapper .mitratech-header-contactus-component .mktoButtonWrap, #wrapper .mitratech-header-contactus-component .mktoButton {
    width: 100% !important;
    display: block !important;
  }
}
#wrapper .mitratech-header-contactus-component ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
#wrapper .mitratech-header-contactus-component ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
#wrapper .mitratech-header-contactus-component :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
#wrapper .mitratech-header-contactus-component :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

#wrapper .mitratech-contactus-cta-component {
  text-align: center;
}
#wrapper .mitratech-contactus-cta-component .cta-text {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  color: #ffffff;
  padding-right: 12px;
}
#wrapper .mitratech-contactus-cta-component a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}
#wrapper .mitratech-contactus-cta-component .content-wrap {
  margin: 0;
}
#wrapper .mitratech-contactus-cta-component .content-wrap .content {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 25px;
  color: #ffffff;
  margin: 0 0 0 0;
  position: relative;
}
#wrapper .mitratech-contactus-cta-component .content-wrap .content .country-contact-1 {
  padding-right: 15px;
  position: relative;
}
#wrapper .mitratech-contactus-cta-component .content-wrap .content .country-contact-2 {
  padding-left: 25px;
}
#wrapper .mitratech-contactus-cta-component .content-wrap .content .contact-separator {
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #fc552e;
  border-radius: 50%;
}
#wrapper .mitratech-contactus-cta-component .border {
  width: 1440px;
  margin: 0 auto;
  height: 2px;
  background: #c9dae1;
}
#wrapper .mitratech-contactus-cta-component .heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  color: #002453;
  margin-bottom: 10px;
}
#wrapper .mitratech-contactus-cta-component .sub-heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 16px;
  color: #002453;
}
#wrapper .mitratech-contactus-cta-component .sub-heading .cta-text {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #fc552e;
  position: relative;
  padding-right: 35px;
}
#wrapper .mitratech-contactus-cta-component .sub-heading .cta-text .arrow {
  content: '';
  background-image: url(./images/arrows-sm-new.svg);
  display: block;
  border-radius: 0;
  width: 25px;
  height: 12px;
  background-size: cover;
  position: absolute;
  bottom: 2px;
  right: 0px;
}
#wrapper .mitratech-contactus-cta-component .form-heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #002453;
  margin-top: 40px;
  font-size: 22px;
}
#wrapper .mitratech-contactus-cta-component .header-position {
  max-width: 1100px;
  padding: 100px 20px;
  margin: 0 auto;
}
#wrapper .mitratech-contactus-cta-component .header-position .heading-content {
  color: #ffffff !important;
}
#wrapper .mitratech-contactus-cta-component .header-position .heading-content .heading-title {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 46px;
  margin-bottom: 20px;
}
#wrapper .mitratech-contactus-cta-component .header-position .heading-content .heading-body {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 22px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-contactus-cta-component {
    min-height: 286px;
    margin: 0 16px;
  }
  #wrapper .mitratech-contactus-cta-component .contact-separator {
    right: -15px;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-contactus-cta-component {
    margin: 0 0;
  }
  #wrapper .mitratech-contactus-cta-component .content-wrap {
    text-align: center;
  }
  #wrapper .mitratech-contactus-cta-component .content-wrap .cta-text {
    padding-right: 0px;
  }
  #wrapper .mitratech-contactus-cta-component .content-wrap .content {
    display: block;
    padding-bottom: 25px;
  }
  #wrapper .mitratech-contactus-cta-component .content-wrap .content .country-contact-1 {
    display: inline-block;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #wrapper .mitratech-contactus-cta-component .content-wrap .content .country-contact-2 {
    display: block;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #wrapper .mitratech-contactus-cta-component .content-wrap .content .contact-separator {
    right: -15px;
  }
}

#wrapper .mitratech-locations-component {
  max-width: 1100px;
  padding-left: 36px !important;
  padding-right: 36px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-locations-component {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
#wrapper .mitratech-locations-component .heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  margin-bottom: 0px;
}
#wrapper .mitratech-locations-component .title {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #002453;
  margin-bottom: 12px;
}
#wrapper .mitratech-locations-component .address {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
  color: #2f2f2f;
}
#wrapper .mitratech-locations-component .address a {
  color: #fc552e;
}

#wrapper .mitratech_gradient_cta_container {
  padding: 60px 0;
  text-align: center;
}
#wrapper .mitratech_gradient_cta_container .gradient-cta {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
#wrapper .mitratech_gradient_cta_container .gradient-cta .heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 12px;
  margin-top: 0px;
}
#wrapper .mitratech_gradient_cta_container .gradient-cta .body {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
}
#wrapper .mitratech_gradient_cta_container .gradient-cta .cta-btn {
  padding: 12px 20px;
  color: #ffffff;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech_gradient_cta_container {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech_gradient_cta_container {
    padding: 40px 36px 50px 36px;
    text-align: center;
    margin: 0 !important;
  }
  #wrapper .mitratech_gradient_cta_container .cta-btn {
    width: 100%;
    display: block;
  }
}

#wrapper .mitratech-use-cases-component .resourcehub-posts-wrap {
  padding: 25px 36px !important;
}
#wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .fusion-column-wrapper {
  border: 1px solid #e6e6e6;
  position: relative;
  background-color: #f7fafb;
}
#wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .pagination-button {
  margin-bottom: 20px;
  display: block;
}
#wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card {
  padding: 20px 0 25px 0 !important;
}
#wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .head .icon {
  width: 90px;
  height: 70px;
  text-align: center;
  padding-top: 15px !important;
}
#wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .head .icon img {
  max-width: 50px;
  max-height: 40px;
}
#wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .body {
  padding: 0 26px;
}
#wrapper .mitratech-use-cases-component .resourcehub-posts-wrap .resources-posts .resources-card .resources-result-card .body .result-type {
  text-transform: uppercase;
  color: #2f2f2f;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-use-cases-component .resourcehub-posts-wrap {
    padding: 0 !important;
  }
  #wrapper .mitratech-use-cases-component .resources-posts {
    margin: 0 35px !important;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-use-cases-component .resources-posts {
    margin: 0 35px !important;
  }
}

#wrapper .mitratech_alternate_cta_container .alternate-cta {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  background-size: 62% !important;
  background-position: center right !important;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech_alternate_cta_container .alternate-cta {
    min-height: 300px;
    margin-bottom: 0px;
    background-size: 100% !important;
    background-position: top center !important;
  }
}
#wrapper .mitratech_alternate_cta_container .alternate-cta .cta-angle {
  content: '';
  width: 100%;
  height: 100%;
  border-right: 97px solid transparent;
  position: absolute;
  bottom: 0;
  right: 44%;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech_alternate_cta_container .alternate-cta .cta-angle {
    display: none;
  }
}
#wrapper .mitratech_alternate_cta_container .alternate-cta .fusion-row {
  max-width: 1100px !important;
  padding: 0px 36px !important;
}
#wrapper .mitratech_alternate_cta_container .alternate-cta .cta-content {
  width: 45% !important;
}
@media only screen and (max-width: 1200px) {
  #wrapper .mitratech_alternate_cta_container .alternate-cta .cta-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech_alternate_cta_container .alternate-cta .cta-content {
    display: none;
  }
}
#wrapper .mitratech_alternate_cta_container .alternate-cta .cta-content .cta-title {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 28px !important;
  line-height: 1.21 !important;
  padding-bottom: 0px !important;
  margin-bottom: 18px !important;
  color: #ffffff;
}
#wrapper .mitratech_alternate_cta_container .alternate-cta .cta-content .cta-body {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.44 !important;
  padding-bottom: 0px !important;
  margin-bottom: 50px !important;
  color: #ffffff;
}
@media only screen and (max-width: 800px) {
  #wrapper .mitratech_alternate_cta_container .alternate-cta .cta-content .cta-body {
    margin-right: 20%;
  }
}
#wrapper .mitratech_alternate_cta_container .alternate-cta .cta-content .cta-btn {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  padding: 15px 40px;
  background: none;
  display: block;
  width: 45%;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech_alternate_cta_container .alternate-cta .cta-content .cta-btn {
    width: 55%;
  }
}
#wrapper .mitratech_alternate_cta_container .alternate-cta-mobile {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px !important;
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech_alternate_cta_container .alternate-cta-mobile {
    display: block;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 30px !important;
  }
}
#wrapper .mitratech_alternate_cta_container .alternate-cta-mobile .cta-title {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 28px !important;
  line-height: 1.21 !important;
  padding-bottom: 0px !important;
  margin-bottom: 18px !important;
  color: #ffffff;
}
#wrapper .mitratech_alternate_cta_container .alternate-cta-mobile .cta-body {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.44 !important;
  padding-bottom: 0px !important;
  margin-bottom: 50px !important;
  color: #ffffff;
}
#wrapper .mitratech_alternate_cta_container .alternate-cta-mobile .cta-btn {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  padding: 15px 40px;
  background: none !important;
  border: 2px solid #ffffff;
  color: #ffffff;
  display: block;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #wrapper .mitratech_alternate_cta_container .alternate-cta {
    padding-left: 20px !important;
  }
  #wrapper .mitratech_alternate_cta_container .alternate-cta .cta-btn {
    min-width: 202px;
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech_alternate_cta_container .alternate-cta {
    /* use aspect ratio for image */
    min-height: 0;
    height: 0;
    padding-top: 0 !important;
    padding-bottom: 55.5% !important;
  }
}

#wrapper .mitratech-subheader-component {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 400 !important;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 37px;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-subheader-component {
    font-size: 2.2rem;
    line-height: 29px;
  }
}

#wrapper .mitratech-testimonial-2col-component .mitratech-testimonial-2col-component__bg {
  min-height: 620px;
  background-size: cover;
  position: absolute;
  right: 0;
  left: -200px;
}
#wrapper .mitratech-testimonial-2col-component .mitratech-testimonial-2col-component__content-wrap {
  margin-top: 460px;
  background-color: white;
  min-height: 160px;
  max-width: 420px;
  position: relative;
  float: right;
  text-align: center;
  padding: 40px 16px 0;
}
#wrapper .mitratech-testimonial-2col-component .mitratech-testimonial-2col-component__content-wrap:before {
  content: ' ';
  border-top: 80px solid transparent;
  border-bottom: 80px solid #ffffff;
  border-left: 35px solid transparent;
  border-right: 35px solid #ffffff;
  position: absolute;
  left: -70px;
  top: 0px;
}
#wrapper .mitratech-testimonial-2col-component .mitratech-testimonial-2col-component__quote {
  font-family: merriweather, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 31px;
  color: #272727;
}
#wrapper .mitratech-testimonial-2col-component .mitratech-testimonial-2col-component__attribution {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 23px;
  color: #272727;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-testimonial-2col-component .mitratech-testimonial-2col-component__bg {
    position: static;
    min-height: 370px;
  }
  #wrapper .mitratech-testimonial-2col-component .mitratech-testimonial-2col-component__content-wrap {
    margin-top: 0;
    padding: 40px 36px 0;
  }
  #wrapper .mitratech-testimonial-2col-component .mitratech-testimonial-2col-component__quote {
    font-size: 1.6rem;
    line-height: 26px;
  }
}

#wrapper .mitratech-product-header-component .mitratech-header-nav-component.mitratech-fullwidth-component {
  position: relative;
}
#wrapper .mitratech-product-header-component .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-nav-component__bg-image {
  max-height: 570px;
}
#wrapper .mitratech-product-header-component .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-fullwidth-component__headline h1 {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 50px;
}
#wrapper .mitratech-product-header-component .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-nav-component__body-copy {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 31px;
  letter-spacing: -0.2px;
  max-width: 500px;
}
#wrapper .mitratech-product-header-component .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-nav-component__nav-wrap {
  display: none;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-product-header-component .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-nav-component__bg-image {
    min-height: 434px;
  }
  #wrapper .mitratech-product-header-component .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-fullwidth-component__headline h1 {
    font-size: 3.2rem;
    line-height: 38px;
    letter-spacing: -0.4px;
  }
  #wrapper .mitratech-product-header-component .mitratech-header-nav-component.mitratech-fullwidth-component .mitratech-header-nav-component__body-copy {
    font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
    font-style: normal;
    font-weight: 300 !important;
    font-size: 1.8rem;
    line-height: 26px;
    letter-spacing: 0;
    max-width: 500px;
  }
}
#wrapper .mitratech-product-header-component .mitratech-product-header-component__product-wrap {
  max-width: 1100px;
  padding-left: 36px !important;
  padding-right: 36px !important;
  margin: 0 auto;
  position: relative;
  min-height: 332px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-product-header-component .mitratech-product-header-component__product-wrap {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
#wrapper .mitratech-product-header-component .mitratech-product-header-component__product-image {
  min-height: 416px;
  max-width: 605px;
  background-size: contain;
  position: absolute;
  top: -124px;
  right: 0;
  left: 455px;
  background-repeat: no-repeat;
}
#wrapper .mitratech-product-header-component .mitratech-product-header-component__product-description {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 34px;
  padding: 55px 0;
  max-width: 388px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-product-header-component .mitratech-product-header-component__product-wrap {
    text-align: center;
  }
  #wrapper .mitratech-product-header-component .mitratech-product-header-component__product-image {
    position: static;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 40px auto 0;
    min-height: 400px;
  }
  #wrapper .mitratech-product-header-component .mitratech-product-header-component__product-description {
    padding: 0 0px 55px;
    margin: 0 auto;
    max-width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-product-header-component .mitratech-product-header-component__product-wrap {
    text-align: left;
  }
  #wrapper .mitratech-product-header-component .mitratech-product-header-component__product-image {
    min-height: 208px;
  }
}

#wrapper .mitratech-header-form-component .header-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
#wrapper .mitratech-header-form-component .header-container .header-content-wrap {
  margin-top: 200px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-header-form-component .header-container {
    min-height: 286px;
    margin: 0 16px;
  }
  #wrapper .mitratech-header-form-component .header-container .header-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#wrapper .mitratech-header-form-component .header-container .header-position {
  width: 100%;
  max-width: 1100px;
  padding: 200px 0 70px 0;
  margin: 0 auto;
}
#wrapper .mitratech-header-form-component .header-container .header-position .header-container .header-content-wrap .heading-content {
  max-width: 548px;
  color: #ffffff !important;
}
#wrapper .mitratech-header-form-component .header-container .header-position .header-container .header-content-wrap .heading-content .heading-intro {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  margin: 0px;
  color: #ffffff;
}
#wrapper .mitratech-header-form-component .header-container .header-position .header-container .form-wrap {
  width: 408px;
  background: #fc552e;
  position: absolute;
  right: 0;
  top: 10%;
  padding: 26px 22px;
}
#wrapper .mitratech-header-form-component .header-container .header-position .header-container .form-wrap .form-heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  margin-bottom: 12px !important;
}
#wrapper .mitratech-header-form-component .header-container .header-position .header-container .form-wrap .mktoForm .mktoButton {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 14px !important;
}
#wrapper .mitratech-header-form-component .header-container .header-position .header-container .form-wrap .dfCheckbox {
  width: 5% !important;
  float: left !important;
}
#wrapper .mitratech-header-form-component .header-container .header-position .header-container .form-wrap .dfDisclaimer {
  width: 94% !important;
  float: right !important;
}
#wrapper .mitratech-header-form-component .header-container .header-position .header-container .form-wrap .dfDisclaimer .mktoHtmlText {
  width: auto !important;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-header-form-component .header-container .header-position .header-container .form-wrap {
    max-width: 250px;
  }
  #wrapper .mitratech-header-form-component .header-container .header-position .header-container .form-wrap .dfCheckbox {
    width: 10% !important;
    float: left !important;
  }
  #wrapper .mitratech-header-form-component .header-container .header-position .header-container .form-wrap .dfDisclaimer {
    width: 85% !important;
    float: right !important;
  }
  #wrapper .mitratech-header-form-component .header-container .header-position .header-container .form-wrap .dfDisclaimer .mktoHtmlText {
    width: auto !important;
  }
}
#wrapper .mitratech-header-form-component #sub-header {
  z-index: 1 !important;
}
#wrapper .mitratech-header-form-component .body-container {
  width: 100%;
  max-width: 1132px;
  padding: 60px 36px 90px 36px !important;
  margin: 0 auto;
}
#wrapper .mitratech-header-form-component .body-container .body {
  padding-right: 45%;
}
#wrapper .mitratech-header-form-component .body-container .body .heading-title {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 26px;
  margin-bottom: 24px;
  color: #000000;
}
#wrapper .mitratech-header-form-component .body-container .body .heading-body {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px;
  margin-bottom: 30px;
  color: #000000;
}
#wrapper .mitratech-header-form-component .header-mobile-content {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-header-form-component .mktoForm {
    padding: 0px !important;
  }
  #wrapper .mitratech-header-form-component #sub-header {
    padding: 0 36px !important;
  }
  #wrapper .mitratech-header-form-component #sub-header .body {
    padding-right: 0px !important;
  }
  #wrapper .mitratech-header-form-component .header-container .header-position {
    padding: 0 0 0 0;
  }
  #wrapper .mitratech-header-form-component .header-container .form-wrap {
    display: none !important;
  }
  #wrapper .mitratech-header-form-component .body-container {
    padding: 60px 0 30px 0 !important;
  }
  #wrapper .mitratech-header-form-component .header-mobile-content {
    margin: 0 20px !important;
    background-color: #fc552e !important;
    display: block !important;
    padding: 35px 16px 20px 16px !important;
  }
  #wrapper .mitratech-header-form-component .dfCheckbox {
    width: 8% !important;
    float: left !important;
  }
  #wrapper .mitratech-header-form-component .dfDisclaimer {
    width: 90% !important;
    float: right !important;
    clear: none !important;
  }
  #wrapper .mitratech-header-form-component .dfDisclaimer .mktoHtmlText {
    width: auto !important;
  }
}

.blockquote-color {
  width: 45%;
  padding: 80px 50px;
  margin: 0 0 20px 20px;
  float: right;
  background: #ad0063;
  color: #ffffff;
  position: relative;
}
.blockquote-color .quote {
  font-family: merriweather, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 33px;
  line-height: 1.21;
}
.blockquote-color .author-wrap {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 30px;
}
.blockquote-color:after {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 34px solid transparent;
  border-bottom: 100px solid #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.blockquote-color.blockquote-color--turquoise {
  background: #06aac4;
}
.blockquote-color.blockquote-color--orange {
  background: #06aac4;
}
.blockquote-color.blockquote-color--blue {
  background: #002453;
}

/* for fusion builder */
.fusion-column-wrapper .blockquote-color {
  width: 100%;
}

#wrapper .mitratech-stat-component .mitratech-stat-component__value {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 900 !important;
  -webkit-font-smoothing: antialiased;
  color: #002453;
  font-size: 41px;
  font-size: 4.1rem;
  line-height: 41px;
  letter-spacing: -0.6px;
}
#wrapper .mitratech-stat-component .mitratech-stat-component__label {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 300 !important;
  color: #002453;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 28px;
  letter-spacing: -0.3px;
}
#wrapper .mitratech-stat-component.mitratech-stat-component--white .mitratech-stat-component__value {
  color: #ffffff;
}
#wrapper .mitratech-stat-component.mitratech-stat-component--white .mitratech-stat-component__label {
  color: #ffffff;
}

#wrapper .mitratech-image-slider-component {
  background-color: #eff4f6;
}
#wrapper .mitratech-image-slider-component .mitratech-image-slider-component__wrap {
  max-width: 1100px;
  padding-left: 36px !important;
  padding-right: 36px !important;
  padding-top: 110px !important;
  padding-bottom: 110px !important;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-image-slider-component .mitratech-image-slider-component__wrap {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
#wrapper .mitratech-image-slider-component .mitratech-image-slider-component__headline {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38px;
  letter-spacing: -0.5px;
}
#wrapper .mitratech-image-slider-component .mitratech-image-slider-component__link {
  display: inline-block;
  color: #fc552e;
  position: relative;
  padding-right: 15px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  font-size: 1.4rem;
}
#wrapper .mitratech-image-slider-component .mitratech-image-slider-component__link:before {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fc552e;
  border-right: 2px solid #fc552e;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#wrapper .mitratech-image-slider-component .mitratech-image-slider-component__link:after {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 9px;
  width: 23.3px;
  border-bottom: 2px solid #fc552e;
}
#wrapper .mitratech-image-slider-component .mitratech-image-slider-component__slide img {
  width: 100%;
}
#wrapper .mitratech-image-slider-component .slick-arrow {
  position: absolute;
  content: ' ';
  top: 40%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fc552e;
  border-right: 2px solid #fc552e;
  z-index: 100;
}
#wrapper .mitratech-image-slider-component .slick-prev {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  left: 20px;
}
#wrapper .mitratech-image-slider-component .slick-prev:before {
  display: none;
}
#wrapper .mitratech-image-slider-component .slick-next {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 20px;
}
#wrapper .mitratech-image-slider-component .slick-next:before {
  display: none;
}
#wrapper .mitratech-image-slider-component .slick-dots {
  bottom: -40px;
}
#wrapper .mitratech-image-slider-component .slick-dots li {
  margin: 0 7px;
}
#wrapper .mitratech-image-slider-component .slick-dots li button:before {
  content: ' ';
  width: 18px;
  height: 18px;
  background-color: #dddada;
  border-radius: 9px;
  opacity: 1.0;
}
#wrapper .mitratech-image-slider-component .slick-dots li.slick-active button:before {
  background-color: #fc552e;
}
#wrapper .mitratech-image-slider-component .mitratech-image-slider-component__slider-headline {
  margin-top: 60px !important;
}
#wrapper .mitratech-image-slider-component .mitratech-image-slider-component__slider-headline h1 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-image-slider-component .mitratech-image-slider-component__wrap {
    padding: 76px 36px 60px !important;
  }
  #wrapper .mitratech-image-slider-component .mitratech-image-slider-component__headline h1 {
    font-size: 2.6rem;
    line-height: 30px;
  }
  #wrapper .mitratech-image-slider-component .mitratech-image-slider-component__slider {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-image-slider-component .slick-dots {
    width: 100% !important;
  }
}

#wrapper .mt-fusionbuilder-component .fusion-row {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
#wrapper .mt-fusionbuilder-component .fusion-row .mitratech-text-component, #wrapper .mt-fusionbuilder-component .fusion-row .mitratech-text-component__text-headline, #wrapper .mt-fusionbuilder-component .fusion-row .mitratech-text-component__text-body-copy {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#wrapper .mt-fusionbuilder-component .fusion-imageframe {
  text-align: center !important;
}

#wrapper .product-features-split-component {
  max-width: 1280px;
  margin: 0 auto;
}
#wrapper .product-features-split-component .content-wrap .feature-title {
  margin-bottom: 12px !important;
}
#wrapper .product-features-split-component .content-wrap .feature-title h1, #wrapper .product-features-split-component .content-wrap .feature-title .h1 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  margin-top: 0px;
}
#wrapper .product-features-split-component .content-wrap .feature-body {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
}

#wrapper .left-sided-content {
  max-width: 1060px;
  margin: 0 auto;
}
#wrapper .left-sided-content .heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #002453;
  font-size: 32px;
}
#wrapper .left-sided-content .body {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 22px;
  color: #272727;
}

#wrapper .features-overview {
  max-width: 1028px;
  padding: 100px 36px;
  margin: 0 auto !important;
}

#wrapper .careers-listing-container .title-heading-left {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 32px;
  color: #002453;
}
#wrapper .careers-listing-container #grnhse_app {
  max-height: 540px !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}
#wrapper .careers-listing-container #grnhse_app .wrapper {
  padding: 0px !important;
}
#wrapper .careers-listing-container #grnhse_app .wrapper .main {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media only screen and (max-width: 992px) {
  #wrapper .careers-listing-container .fusion-row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #wrapper .careers-listing-container .shape {
    display: none !important;
  }
  #wrapper .careers-listing-container #grnhse_app {
    max-height: none !important;
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .careers-listing-container .fusion-row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #wrapper .careers-listing-container .career-listings {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  #wrapper .careers-listing-container .shape {
    display: none !important;
  }
  #wrapper .careers-listing-container #grnhse_app {
    max-height: none !important;
    margin-bottom: 30px !important;
  }
}

#wrapper .list-grid-half-container {
  position: relative;
  overflow: hidden;
  margin: 100px 0 50px 0 !important;
  background-size: 36% !important;
  background-position: left center !important;
}
#wrapper .list-grid-half-container .fusion-row {
  max-width: 1028px !important;
}
#wrapper .list-grid-half-container .right-content {
  float: right !important;
  margin-right: 0px !important;
  padding-top: 50px;
}
#wrapper .list-grid-half-container .right-content:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: -35%;
  bottom: 0;
  z-index: -1;
  border-bottom: 600px solid #ffffff;
  border-left: 280px solid transparent;
}
@media (max-width: 1200px) {
  #wrapper .list-grid-half-container .right-content:before {
    left: -25%;
  }
}
@media only screen and (max-width: 992px) {
  #wrapper .list-grid-half-container .right-content:before {
    left: -30%;
  }
}
#wrapper .list-grid-half-container .title-heading-left {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  color: #002453;
}
#wrapper .list-grid-half-container p {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #002453;
}
#wrapper .list-grid-half-container ul {
  list-style: none;
  padding-left: 0px;
  padding-bottom: 60px;
}
#wrapper .list-grid-half-container ul li {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
  color: #000000;
}
#wrapper .list-grid-half-container ul li:before {
  content: '';
  height: 6px;
  width: 6px;
  background-color: #fc552e;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #wrapper .list-grid-half-container {
    margin: 0px !important;
    padding: 60px 36px 0 36px !important;
    background-size: 100% !important;
    background-position: top center !important;
  }
  #wrapper .list-grid-half-container .right-content {
    margin-top: 115% !important;
  }
  #wrapper .list-grid-half-container .title {
    margin-top: 20px;
  }
}

#wrapper .mitratech-3col-info {
  padding: 80px 20px !important;
}
#wrapper .mitratech-3col-info .fusion-row {
  max-width: 1028px;
}
#wrapper .mitratech-3col-info .heading-col .title {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  color: #002453;
}
#wrapper .mitratech-3col-info .info-details .info-graphic {
  margin-bottom: 23px;
}
#wrapper .mitratech-3col-info .info-details .info-heading h1 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 24px !important;
  color: #002453;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-3col-info {
    padding: 80px 36px !important;
  }
}

@media only screen and (max-width: 768px) {
  #wrapper .careers-fullwidth-banner .heading-content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  #wrapper .careers-fullwidth-banner .heading-content .mitratech-cta {
    width: 100% !important;
  }
}

#wrapper .employee-2-column {
  padding: 80px 20px 0px 20px !important;
}
#wrapper .employee-2-column .heading-col {
  text-align: center;
  padding-bottom: 30px;
}
#wrapper .employee-2-column .heading-col .title {
  margin-bottom: 13px !important;
}
#wrapper .employee-2-column .heading-col .title h1 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 32px !important;
  width: 100% !important;
  text-align: center !important;
}
#wrapper .employee-2-column .heading-col .sub-heading {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 22px;
}
#wrapper .employee-2-column .employee-wrap {
  margin-bottom: 60px !important;
}
#wrapper .employee-2-column .employee-wrap .name {
  margin-bottom: 7px !important;
}
#wrapper .employee-2-column .employee-wrap .name h1 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}
#wrapper .employee-2-column .employee-wrap .position {
  margin-bottom: 16px !important;
}
#wrapper .employee-2-column .employee-wrap .position p {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px;
  width: 64%;
  margin-bottom: 0px !important;
}
#wrapper .employee-2-column .employee-wrap .bio {
  margin-bottom: 16px !important;
}
#wrapper .employee-2-column .employee-wrap .bio p {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0px !important;
}
#wrapper .employee-2-column .employee-wrap .image {
  margin-bottom: 13%;
}
#wrapper .employee-2-column .employee-wrap .image img {
  max-width: 130px !important;
  max-height: 130px !important;
  border-radius: 50% !important;
}
@media only screen and (max-width: 768px) {
  #wrapper .employee-2-column {
    padding: 80px 36px 0px 36px !important;
  }
  #wrapper .employee-2-column .employee-wrap {
    text-align: center !important;
  }
  #wrapper .employee-2-column .employee-wrap .image {
    float: none !important;
  }
  #wrapper .employee-2-column .employee-wrap .name h1 {
    text-align: center !important;
    width: 100% !important;
  }
  #wrapper .employee-2-column .employee-wrap .position p {
    width: 100%;
  }
}

#wrapper .mitratech_tap_calculator_container {
  padding-bottom: 225px;
  background-color: #f5f8f9;
}
#wrapper .mitratech_tap_calculator_container .header-container {
  padding: 80px 20px 0 20px;
  position: relative;
  max-height: 530px;
}
#wrapper .mitratech_tap_calculator_container .header-container .heading-wrap {
  max-width: 626px;
  margin: 0 auto;
}
#wrapper .mitratech_tap_calculator_container .header-container .heading-wrap .heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
}
#wrapper .mitratech_tap_calculator_container .header-container .heading-wrap .body {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
#wrapper .mitratech_tap_calculator_container .header-container .form-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
#wrapper .mitratech_tap_calculator_container .header-container .form-wrap label {
  display: block;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 12px;
}
#wrapper .mitratech_tap_calculator_container .header-container .form-wrap input {
  width: 85%;
}
#wrapper .mitratech_tap_calculator_container .header-container .form-wrap .text-input {
  border-right: 1px solid #002453;
}
#wrapper .mitratech_tap_calculator_container .header-container .form-wrap .text-input #processHours {
  padding: 0px 26px;
  height: 46px !important;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 24px;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}
#wrapper .mitratech_tap_calculator_container .header-container .form-wrap .slider-input #slider-val {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 24px;
  color: #ffffff;
}
#wrapper .mitratech_tap_calculator_container .header-container .results-wrap {
  max-width: 1120px;
  width: 100%;
  position: relative;
  bottom: -40px;
  margin: 0 auto;
  background-color: #ffffff !important;
  z-index: 1000;
  -webkit-box-shadow: 0 16px 29px 0 rgba(73, 73, 73, 0.15);
          box-shadow: 0 16px 29px 0 rgba(73, 73, 73, 0.15);
}
#wrapper .mitratech_tap_calculator_container .header-container .results-wrap #row-heading {
  width: 88.5%;
  margin: 0 auto;
}
#wrapper .mitratech_tap_calculator_container .header-container .results-wrap #row-heading .output-heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  color: #586474;
  padding-bottom: 20px !important;
  text-transform: capitalize;
  border-bottom: 1px #dee4e7 solid;
}
#wrapper .mitratech_tap_calculator_container .header-container .results-wrap #row-heading .output {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 38px;
  color: #002453;
  text-transform: capitalize;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech_tap_calculator_container .header-container {
    max-height: 740px;
    padding-left: 36px;
    padding-right: 36px;
  }
  #wrapper .mitratech_tap_calculator_container .header-container .form-item {
    padding: 10px 0;
  }
  #wrapper .mitratech_tap_calculator_container #row-heading, #wrapper .mitratech_tap_calculator_container #row-output {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    display: -ms-grid;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech_tap_calculator_container {
    padding-bottom: 290px;
  }
  #wrapper .mitratech_tap_calculator_container .header-container {
    max-height: 780px;
  }
  #wrapper .mitratech_tap_calculator_container #row-heading, #wrapper .mitratech_tap_calculator_container #row-output {
    display: block !important;
  }
}

#wrapper .mitratech_roi_calculator_container {
  background-color: #f5f8f9;
  padding-bottom: 300px;
}
#wrapper .mitratech_roi_calculator_container .header-container {
  padding: 80px 20px 0 20px;
  position: relative;
  max-height: 560px;
}
#wrapper .mitratech_roi_calculator_container .header-container .heading-wrap {
  max-width: 626px;
  margin: 0 auto;
}
#wrapper .mitratech_roi_calculator_container .header-container .heading-wrap .heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
}
#wrapper .mitratech_roi_calculator_container .header-container .heading-wrap .body {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
#wrapper .mitratech_roi_calculator_container .header-container .form-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
#wrapper .mitratech_roi_calculator_container .header-container .form-wrap label {
  display: block;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 12px;
}
#wrapper .mitratech_roi_calculator_container .header-container .form-wrap .text-input {
  text-align: center;
}
#wrapper .mitratech_roi_calculator_container .header-container .form-wrap .text-input #staffattorneys {
  padding: 0px 26px;
  height: 46px;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 24px;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}
#wrapper .mitratech_roi_calculator_container .header-container .form-wrap .text-input #submit {
  padding: 16px 18px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px;
  background: #fc552e;
  color: #ffffff;
  border: none !important;
}
#wrapper .mitratech_roi_calculator_container .header-container .results-wrap {
  max-width: 1120px;
  width: 100%;
  position: relative;
  bottom: -40px;
  margin: 0 auto;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 16px 29px 0 rgba(73, 73, 73, 0.15);
          box-shadow: 0 16px 29px 0 rgba(73, 73, 73, 0.15);
}
#wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-heading {
  width: 88.5%;
  margin: 0 auto;
  border-bottom: 1px #dee4e7 solid;
}
#wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-heading .output-heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  color: #586474;
  text-transform: capitalize;
}
#wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-heading .output-heading.last {
  text-align: right;
}
#wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-1, #wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-2, #wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-3 {
  width: 88.5%;
  margin: 8px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-1 P, #wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-2 P, #wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-3 P {
  margin: 4px 0;
}
#wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-1 .output-text, #wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-2 .output-text, #wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-3 .output-text {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px;
  color: #60737a;
  text-transform: capitalize;
}
#wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-1 .output-text.last, #wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-2 .output-text.last, #wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-3 .output-text.last {
  text-align: right;
}
#wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-1 .output-value, #wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-2 .output-value, #wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-3 .output-value {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  color: #002453;
}
#wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-1 .output-value.last, #wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-2 .output-value.last, #wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-3 .output-value.last {
  text-align: right;
}
#wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-results-3 {
  padding-bottom: 30px;
  border-bottom: 1px #dee4e7 solid;
}
#wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-output {
  width: 88.5%;
  margin: 0 auto;
  padding: 20px 0 0 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-output .output-value-text {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  color: #002453;
  text-transform: capitalize;
}
#wrapper .mitratech_roi_calculator_container .header-container .results-wrap #row-output .output-value {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 38px;
  color: #002453;
  text-transform: capitalize;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech_roi_calculator_container {
    padding-bottom: 185px;
  }
  #wrapper .mitratech_roi_calculator_container .header-container {
    max-height: 460px;
  }
  #wrapper .mitratech_roi_calculator_container #row-heading {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech_roi_calculator_container {
    padding-bottom: 210px;
  }
  #wrapper .mitratech_roi_calculator_container .header-container {
    max-height: 500px;
  }
  #wrapper .mitratech_roi_calculator_container .header-container #staffattorneys {
    width: 35%;
  }
  #wrapper .mitratech_roi_calculator_container #row-heading, #wrapper .mitratech_roi_calculator_container #row-results-1, #wrapper .mitratech_roi_calculator_container #row-results-2, #wrapper .mitratech_roi_calculator_container #row-results-3 {
    display: none !important;
  }
  #wrapper .mitratech_roi_calculator_container #row-output {
    display: block !important;
  }
  #wrapper .mitratech_roi_calculator_container #row-output p {
    text-align: left !important;
  }
  #wrapper .mitratech_roi_calculator_container #row-output .output-value-text {
    margin-bottom: 0px;
  }
}

#wrapper .mitratech-image-component {
  position: relative;
  text-align: center;
}
#wrapper .mitratech-image-component .shape {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -1px;
  right: 0;
  border-left: 100px solid transparent;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-image-component {
    margin-bottom: 30px;
  }
}

#wrapper .mitratech-page-links-component {
  background-color: #eff4f6;
  /* slick carousel */
}
#wrapper .mitratech-page-links-component .mitratech-page-links-component__links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  height: 64px;
}
#wrapper .mitratech-page-links-component .mitratech-page-links-component__list-item {
  display: inline-block;
  margin: 0 45px;
}
#wrapper .mitratech-page-links-component .mitratech-page-links-component__link {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  color: #002453;
  line-height: 62px;
  display: inline-block;
  -webkit-box-sizing: boder-box;
          box-sizing: boder-box;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -0.2px;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-page-links-component {
    margin: 0 16px;
  }
  #wrapper .mitratech-page-links-component .mitratech-page-links-component__list-item {
    margin: 0;
    opacity: 0.4;
  }
  #wrapper .mitratech-page-links-component .mitratech-page-links-component__list-item .mitratech-page-links-component__link {
    margin: 0 15px;
  }
  #wrapper .mitratech-page-links-component .mitratech-page-links-component__list-item.active {
    opacity: 1.0;
  }
  #wrapper .mitratech-page-links-component .mitratech-page-links-component__list-item.active .mitratech-page-links-component__link {
    border-bottom: 2px solid #002453;
  }
}

#wrapper .mitratech-press-contact-component .mitratech-press-contact-component__image {
  float: left;
  margin-right: 25px;
}
#wrapper .mitratech-press-contact-component .mitratech-press-contact-component__heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #002453;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: -0.3px;
  margin: 0;
}
#wrapper .mitratech-press-contact-component .mitratech-press-contact-component__email {
  color: #fc552e;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-press-contact-component .mitratech-press-contact-component__image {
    max-width: 60px;
  }
}

#wrapper .mitratech-press-component {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-press-component {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
#wrapper .mitratech-press-component .unloaded-posts {
  display: none;
}
#wrapper .mitratech-press-component .mitratech-press-component__headline {
  padding-right: 88px;
  position: relative;
}
#wrapper .mitratech-press-component .mitratech-press-component__headline h2 {
  margin-bottom: 8px !important;
}
#wrapper .mitratech-press-component .mitratech-press-component__body-copy {
  max-width: 627px;
  color: #272727;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
}
#wrapper .mitratech-press-component .resources-posts {
  margin-top: 26px;
}
#wrapper .mitratech-press-component .mitratech-press-component__toggles-list {
  position: absolute;
  right: -8px;
  top: -4px;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#wrapper .mitratech-press-component .mitratech-press-component__toggle {
  width: 38px;
  height: 38px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#wrapper .mitratech-press-component .mitratech-press-component__toggle:before {
  position: absolute;
  content: ' ';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
#wrapper .mitratech-press-component .mitratech-press-component__toggle:after {
  position: absolute;
  content: ' ';
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
#wrapper .mitratech-press-component .mitratech-press-component__toggle.mitratech-press-component__toggle--current:before {
  display: none;
}
#wrapper .mitratech-press-component .mitratech-press-component__toggle.mitratech-press-component__toggle--current:after {
  display: block;
}
#wrapper .mitratech-press-component .mitratech-press-component__toggle.mitratech-press-component__toggle--grid:before {
  background-image: url("images/grid-icon_grey.png");
}
#wrapper .mitratech-press-component .mitratech-press-component__toggle.mitratech-press-component__toggle--grid:after {
  background-image: url("images/grid-icon_blue.png");
}
#wrapper .mitratech-press-component .mitratech-press-component__toggle.mitratech-press-component__toggle--list:before {
  background-image: url("images/list-icon_grey.png");
}
#wrapper .mitratech-press-component .mitratech-press-component__toggle.mitratech-press-component__toggle--list:after {
  background-image: url("images/list-icon_blue.png");
}
#wrapper .mitratech-press-component .press-card, #wrapper .mitratech-press-component .press-card-external {
  background-color: #f7fafb;
  border: 1px solid #e6e6e6;
  padding: 38px 21px 0;
  min-height: 387px;
}
#wrapper .mitratech-press-component .press-card .press-card__date, #wrapper .mitratech-press-component .press-card-external .press-card__date {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.9px;
  color: #2f2f2f;
  text-transform: uppercase;
}
#wrapper .mitratech-press-component .press-card .press-card__title, #wrapper .mitratech-press-component .press-card-external .press-card__title {
  margin-top: 21px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 23px;
  letter-spacing: 0;
  color: #000000;
  min-height: 115px;
}
#wrapper .mitratech-press-component .press-card .press-card__excerpt, #wrapper .mitratech-press-component .press-card-external .press-card__excerpt {
  margin-top: 10px;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  letter-spacing: 0;
  color: #2f2f2f;
}
#wrapper .mitratech-press-component .press-card .mitratech-arrow-link, #wrapper .mitratech-press-component .press-card-external .mitratech-arrow-link {
  position: absolute;
  left: 21px;
  bottom: 31px;
}
#wrapper .mitratech-press-component .press-card-external {
  position: relative;
  padding-top: 144px;
  height: 422px;
}
#wrapper .mitratech-press-component .press-card-external .press-card__image-wrap {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 122px;
}
#wrapper .mitratech-press-component .press-card-external .press-card__image-wrap.press-card__image-wrap--events {
  padding: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  #wrapper .mitratech-press-component .press-card-external .press-card__image-wrap.press-card__image-wrap--events {
    width: calc(100% + 42px);
  }
}
#wrapper .mitratech-press-component .press-card-external .press-card__image {
  max-width: 100%;
}
#wrapper .mitratech-press-component .press-card-external .press-card__title {
  min-height: 0;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-press-component .press-card-external {
    padding-top: 0;
  }
  #wrapper .mitratech-press-component .press-card-external .press-card__image-wrap {
    height: auto;
    padding: 16px;
    margin-left: -20px;
    margin-right: -20px;
    position: static;
    margin-bottom: 16px;
  }
}
#wrapper .mitratech-press-component .resources-posts.resources-posts--list {
  padding: 38px 0 0;
  margin: 0;
}
#wrapper .mitratech-press-component .resources-posts.resources-posts--list .fusion_builder_column {
  margin-bottom: 60px !important;
}
#wrapper .mitratech-press-component .resources-posts.resources-posts--list .press-card, #wrapper .mitratech-press-component .resources-posts.resources-posts--list .press-card-external {
  width: 100% !important;
  height: auto;
  min-height: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
}
#wrapper .mitratech-press-component .resources-posts.resources-posts--list .press-card .fusion-column-wrapper, #wrapper .mitratech-press-component .resources-posts.resources-posts--list .press-card-external .fusion-column-wrapper {
  border-bottom: 1px solid #e1e1e1;
}
#wrapper .mitratech-press-component .resources-posts.resources-posts--list .press-card .press-card__title, #wrapper .mitratech-press-component .resources-posts.resources-posts--list .press-card-external .press-card__title {
  min-height: 0;
}
#wrapper .mitratech-press-component .resources-posts.resources-posts--list .press-card .press-card__excerpt, #wrapper .mitratech-press-component .resources-posts.resources-posts--list .press-card-external .press-card__excerpt {
  margin-top: 21px;
}
#wrapper .mitratech-press-component .resources-posts.resources-posts--list .press-card .mitratech-arrow-link, #wrapper .mitratech-press-component .resources-posts.resources-posts--list .press-card-external .mitratech-arrow-link {
  position: relative;
  left: auto;
  bottom: auto;
  margin: 21px 0;
}
#wrapper .mitratech-press-component .resources-posts.resources-posts--list .press-card .press-card__image-wrap, #wrapper .mitratech-press-component .resources-posts.resources-posts--list .press-card-external .press-card__image-wrap {
  position: static;
  float: right;
  margin: 0 55px;
  height: auto;
  padding-left: 0;
  margin-bottom: 20px !important;
}
#wrapper .mitratech-press-component .resources-posts.resources-posts--list .press-card-external .press-card__image-wrap.press-card__image-wrap--events {
  width: auto;
}
#wrapper .mitratech-press-component .resources-posts.resources-posts--list .press-card-external .press-card__image-wrap.press-card__image-wrap--events .press-card__image {
  margin-bottom: 110px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-press-component .resources-posts.resources-posts--list .press-card-external .press-card__image-wrap.press-card__image-wrap--events .press-card__image {
    margin-bottom: 0;
  }
}
#wrapper .mitratech-press-component .resourcehub-post-pagination {
  text-align: center;
}
#wrapper .mitratech-press-component .pagination-button {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  color: #fc552e;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-press-component {
    padding: 0 36px;
  }
  #wrapper .mitratech-press-component .mitratech-press-component__headline {
    margin-bottom: 8px !important;
  }
  #wrapper .mitratech-press-component .mitratech-press-component__headline h2 {
    font-size: 2.2rem !important;
    line-height: 30px;
    margin-bottom: 0 !important;
  }
  #wrapper .mitratech-press-component .mitratech-press-component__body-copy {
    font-size: 1.6rem;
    line-height: 24px;
  }
  #wrapper .mitratech-press-component .resources-posts {
    margin-top: 20px;
  }
  #wrapper .mitratech-press-component .resources-posts .fusion_builder_column {
    margin-bottom: 16px !important;
  }
  #wrapper .mitratech-press-component .resources-posts .press-card-external {
    height: auto;
  }
  #wrapper .mitratech-press-component .resources-posts .press-card-external .mitratech-arrow-link {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 28px 0;
  }
  #wrapper .mitratech-press-component .resources-posts.resources-posts--list .press-card-external .press-card__image-wrap {
    margin: 0;
    float: none;
  }
}

#wrapper .mitratech_policyhub_calculator_container {
  padding-bottom: 350px;
  background-color: #f5f8f9;
}
#wrapper .mitratech_policyhub_calculator_container .header-container {
  padding: 80px 20px 0 20px;
  position: relative;
  max-height: 850px;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .heading-wrap {
  max-width: 626px;
  margin: 0 auto;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .heading-wrap .heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .heading-wrap .body {
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .form-wrap {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .form-wrap label {
  width: 80%;
  display: block;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 12px;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .form-wrap input {
  width: 100%;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .form-wrap .text-input {
  margin-bottom: 30px !important;
  border-right: 1px solid #002453;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .form-wrap .text-input input {
  padding: 0px 26px;
  height: 46px !important;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  font-size: 24px;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .form-wrap .submit-input {
  width: 30% !important;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .form-wrap .submit-input #submit_policy {
  color: #ffffff;
  height: 60px;
  border: none;
  background-color: #fc552e !important;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 18px !important;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .results-wrap {
  max-width: 1120px;
  width: 100%;
  position: relative;
  bottom: -40px;
  margin: 0 auto;
  background-color: #ffffff !important;
  z-index: 1000;
  -webkit-box-shadow: 0 16px 29px 0 rgba(73, 73, 73, 0.15);
          box-shadow: 0 16px 29px 0 rgba(73, 73, 73, 0.15);
}
#wrapper .mitratech_policyhub_calculator_container .header-container .results-wrap #row-heading {
  width: 88.5%;
  margin: 0 auto;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .results-wrap #row-heading .output-wrap {
  margin-bottom: 20px !important;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .results-wrap #row-heading .output-wrap .output-heading {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #586474;
  text-transform: capitalize;
  padding-bottom: 20px;
  border-bottom: 1px #dee4e7 solid;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .results-wrap #row-heading .output-wrap .output-heading p {
  width: 60%;
  margin: 0 !important;
  min-height: 41.6px;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .results-wrap #row-heading .output-wrap .output {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 38px;
  color: #002453;
  text-transform: capitalize;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .results-wrap #row-heading .first-to-last.fusion-column-last {
  margin-right: 0px !important;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .results-wrap #row-heading .hidden {
  display: none;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .results-wrap #row-output {
  width: 88.5%;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
#wrapper .mitratech_policyhub_calculator_container .header-container .results-wrap #row-output .output {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 38px;
  color: #002453;
  text-transform: capitalize;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech_policyhub_calculator_container .header-container {
    max-height: 850px;
  }
  #wrapper .mitratech_policyhub_calculator_container .header-container .form-item {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech_policyhub_calculator_container {
    padding-bottom: 110px !important;
  }
  #wrapper .mitratech_policyhub_calculator_container .header-container {
    max-height: 100% !important;
    padding: 80px 36px 0 36px;
  }
  #wrapper .mitratech_policyhub_calculator_container #row-heading, #wrapper .mitratech_policyhub_calculator_container #row-output {
    display: block !important;
  }
  #wrapper .mitratech_policyhub_calculator_container .header-container .form-wrap .submit-input {
    width: 100% !important;
  }
}

/* post types */
.single-post, .single-use_case, .search-results, .archive {
  /* header elements */
  /* press release margin */
}
.single-post .fusion-secondary-menu li:last-child, .single-use_case .fusion-secondary-menu li:last-child, .search-results .fusion-secondary-menu li:last-child, .archive .fusion-secondary-menu li:last-child {
  border: 0;
}
.single-post .fusion-secondary-menu li:last-child a, .single-use_case .fusion-secondary-menu li:last-child a, .search-results .fusion-secondary-menu li:last-child a, .archive .fusion-secondary-menu li:last-child a {
  min-width: 200px;
  height: 48px;
  line-height: 48px;
  background-color: #fc552e;
  display: inline-block;
  color: white;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 28px;
  border: 0;
}
.single-post .fusion-secondary-menu li:last-child a:hover, .single-post .fusion-secondary-menu li:last-child a:focus, .single-use_case .fusion-secondary-menu li:last-child a:hover, .single-use_case .fusion-secondary-menu li:last-child a:focus, .search-results .fusion-secondary-menu li:last-child a:hover, .search-results .fusion-secondary-menu li:last-child a:focus, .archive .fusion-secondary-menu li:last-child a:hover, .archive .fusion-secondary-menu li:last-child a:focus {
  color: #ffffff;
}
.single-post .fusion-logo-link, .single-use_case .fusion-logo-link, .search-results .fusion-logo-link, .archive .fusion-logo-link {
  display: block;
  width: 192px;
  height: 25px;
  background-image: url("images/blog-logo@2x.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-post .fusion-logo-link .fusion-standard-logo, .single-use_case .fusion-logo-link .fusion-standard-logo, .search-results .fusion-logo-link .fusion-standard-logo, .archive .fusion-logo-link .fusion-standard-logo {
  display: none;
}
.single-post .fusion-secondary-header a, .single-use_case .fusion-secondary-header a, .search-results .fusion-secondary-header a, .archive .fusion-secondary-header a {
  color: #000000;
}
.single-post .fusion-secondary-header a:hover, .single-use_case .fusion-secondary-header a:hover, .search-results .fusion-secondary-header a:hover, .archive .fusion-secondary-header a:hover {
  color: #000000;
}
.single-post .fusion-main-menu > ul > li > a, .single-use_case .fusion-main-menu > ul > li > a, .search-results .fusion-main-menu > ul > li > a, .archive .fusion-main-menu > ul > li > a {
  color: #000000 !important;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
}
.single-post .fusion-main-menu > ul > li > a:hover, .single-use_case .fusion-main-menu > ul > li > a:hover, .search-results .fusion-main-menu > ul > li > a:hover, .archive .fusion-main-menu > ul > li > a:hover {
  color: #000000;
}
.single-post .fusion-main-menu > ul > li.current-page-ancestor > a, .single-post .fusion-main-menu > ul > li.current-menu-parent > a, .single-use_case .fusion-main-menu > ul > li.current-page-ancestor > a, .single-use_case .fusion-main-menu > ul > li.current-menu-parent > a, .search-results .fusion-main-menu > ul > li.current-page-ancestor > a, .search-results .fusion-main-menu > ul > li.current-menu-parent > a, .archive .fusion-main-menu > ul > li.current-page-ancestor > a, .archive .fusion-main-menu > ul > li.current-menu-parent > a {
  color: #000000 !important;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
}
.single-post .fusion-main-menu > ul > li.current-page-ancestor > a:hover, .single-post .fusion-main-menu > ul > li.current-menu-parent > a:hover, .single-use_case .fusion-main-menu > ul > li.current-page-ancestor > a:hover, .single-use_case .fusion-main-menu > ul > li.current-menu-parent > a:hover, .search-results .fusion-main-menu > ul > li.current-page-ancestor > a:hover, .search-results .fusion-main-menu > ul > li.current-menu-parent > a:hover, .archive .fusion-main-menu > ul > li.current-page-ancestor > a:hover, .archive .fusion-main-menu > ul > li.current-menu-parent > a:hover {
  color: #000000 !important;
}
.single-post .fusion-main-menu > ul > li.fusion-main-menu-search a:after, .single-use_case .fusion-main-menu > ul > li.fusion-main-menu-search a:after, .search-results .fusion-main-menu > ul > li.fusion-main-menu-search a:after, .archive .fusion-main-menu > ul > li.fusion-main-menu-search a:after {
  background-image: url("images/iconmonstr-magnifier-2-32-dark.png");
}
.single-post .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input, .single-use_case .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input, .search-results .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input, .archive .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input {
  border-color: black !important;
  color: #000000 !important;
}
.single-post .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input::-webkit-input-placeholder, .single-use_case .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input::-webkit-input-placeholder, .search-results .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input::-webkit-input-placeholder, .archive .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input::-webkit-input-placeholder {
  color: black !important;
}
.single-post .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input:-ms-input-placeholder, .single-use_case .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input:-ms-input-placeholder, .search-results .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input:-ms-input-placeholder, .archive .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input:-ms-input-placeholder {
  color: black !important;
}
.single-post .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input::-ms-input-placeholder, .single-use_case .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input::-ms-input-placeholder, .search-results .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input::-ms-input-placeholder, .archive .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input::-ms-input-placeholder {
  color: black !important;
}
.single-post .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input::placeholder, .single-use_case .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input::placeholder, .search-results .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input::placeholder, .archive .fusion-main-menu > ul > li.fusion-main-menu-search .search-field input::placeholder {
  color: black !important;
}
.single-post .blog-post-wrap, .single-use_case .blog-post-wrap, .search-results .blog-post-wrap, .archive .blog-post-wrap {
  max-width: 1100px;
  padding: 0 20px;
  margin: 60px auto;
  position: relative;
}
.single-post .blog-post-wrap .post, .single-post .blog-post-wrap .use_case, .single-use_case .blog-post-wrap .post, .single-use_case .blog-post-wrap .use_case, .search-results .blog-post-wrap .post, .search-results .blog-post-wrap .use_case, .archive .blog-post-wrap .post, .archive .blog-post-wrap .use_case {
  font-size: 18px;
  font-size: 1.8rem;
  /* base elements */
}
.single-post .blog-post-wrap .post a, .single-post .blog-post-wrap .use_case a, .single-use_case .blog-post-wrap .post a, .single-use_case .blog-post-wrap .use_case a, .search-results .blog-post-wrap .post a, .search-results .blog-post-wrap .use_case a, .archive .blog-post-wrap .post a, .archive .blog-post-wrap .use_case a {
  color: #fc552e;
}
.single-post .blog-post-wrap .post blockquote, .single-post .blog-post-wrap .use_case blockquote, .single-use_case .blog-post-wrap .post blockquote, .single-use_case .blog-post-wrap .use_case blockquote, .search-results .blog-post-wrap .post blockquote, .search-results .blog-post-wrap .use_case blockquote, .archive .blog-post-wrap .post blockquote, .archive .blog-post-wrap .use_case blockquote {
  font-family: merriweather, serif;
  font-style: italic;
  font-weight: 700;
  color: #002453;
  border: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  letter-spacing: 0;
  background-color: transparent;
  padding-left: 146px;
  position: relative;
  margin-left: 0;
}
.single-post .blog-post-wrap .post blockquote:before, .single-post .blog-post-wrap .use_case blockquote:before, .single-use_case .blog-post-wrap .post blockquote:before, .single-use_case .blog-post-wrap .use_case blockquote:before, .search-results .blog-post-wrap .post blockquote:before, .search-results .blog-post-wrap .use_case blockquote:before, .archive .blog-post-wrap .post blockquote:before, .archive .blog-post-wrap .use_case blockquote:before {
  display: block;
  position: absolute;
  left: 30px;
  top: 36px;
  content: ' ';
  background-image: url("images/block-quote@2x.png");
  width: 46px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-post .blog-post-wrap .post li, .single-post .blog-post-wrap .use_case li, .single-use_case .blog-post-wrap .post li, .single-use_case .blog-post-wrap .use_case li, .search-results .blog-post-wrap .post li, .search-results .blog-post-wrap .use_case li, .archive .blog-post-wrap .post li, .archive .blog-post-wrap .use_case li {
  position: relative;
  list-style: none;
  margin-top: 24px;
  margin-bottom: 24px;
}
.single-post .blog-post-wrap .post li:before, .single-post .blog-post-wrap .use_case li:before, .single-use_case .blog-post-wrap .post li:before, .single-use_case .blog-post-wrap .use_case li:before, .search-results .blog-post-wrap .post li:before, .search-results .blog-post-wrap .use_case li:before, .archive .blog-post-wrap .post li:before, .archive .blog-post-wrap .use_case li:before {
  position: absolute;
  left: -19px;
  top: 2px;
  content: "ΓùÅ";
  font-size: 14px;
  font-size: 1.4rem;
  color: #fc552e;
}
.single-post .blog-post-wrap .post .blog-title, .single-post .blog-post-wrap .use_case .blog-title, .single-use_case .blog-post-wrap .post .blog-title, .single-use_case .blog-post-wrap .use_case .blog-title, .search-results .blog-post-wrap .post .blog-title, .search-results .blog-post-wrap .use_case .blog-title, .archive .blog-post-wrap .post .blog-title, .archive .blog-post-wrap .use_case .blog-title {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 1.19;
  width: 70%;
  margin-bottom: 5px;
}
.single-post .blog-post-wrap .post .blog-author, .single-post .blog-post-wrap .use_case .blog-author, .single-use_case .blog-post-wrap .post .blog-author, .single-use_case .blog-post-wrap .use_case .blog-author, .search-results .blog-post-wrap .post .blog-author, .search-results .blog-post-wrap .use_case .blog-author, .archive .blog-post-wrap .post .blog-author, .archive .blog-post-wrap .use_case .blog-author {
  margin-top: 0px;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 1.44;
  color: #000000;
}
.single-post .blog-post-wrap .post .post-content, .single-post .blog-post-wrap .use_case .post-content, .single-use_case .blog-post-wrap .post .post-content, .single-use_case .blog-post-wrap .use_case .post-content, .search-results .blog-post-wrap .post .post-content, .search-results .blog-post-wrap .use_case .post-content, .archive .blog-post-wrap .post .post-content, .archive .blog-post-wrap .use_case .post-content {
  width: 90%;
}
.single-post .blog-post-wrap .post .post-content .body-heading, .single-post .blog-post-wrap .use_case .post-content .body-heading, .single-use_case .blog-post-wrap .post .post-content .body-heading, .single-use_case .blog-post-wrap .use_case .post-content .body-heading, .search-results .blog-post-wrap .post .post-content .body-heading, .search-results .blog-post-wrap .use_case .post-content .body-heading, .archive .blog-post-wrap .post .post-content .body-heading, .archive .blog-post-wrap .use_case .post-content .body-heading {
  font-size: 28px;
  color: #002453;
}
.single-post .blog-post-wrap .post .post-content h1, .single-post .blog-post-wrap .post .post-content h2, .single-post .blog-post-wrap .post .post-content h3, .single-post .blog-post-wrap .post .post-content h4, .single-post .blog-post-wrap .post .post-content h5, .single-post .blog-post-wrap .post .post-content h6, .single-post .blog-post-wrap .use_case .post-content h1, .single-post .blog-post-wrap .use_case .post-content h2, .single-post .blog-post-wrap .use_case .post-content h3, .single-post .blog-post-wrap .use_case .post-content h4, .single-post .blog-post-wrap .use_case .post-content h5, .single-post .blog-post-wrap .use_case .post-content h6, .single-use_case .blog-post-wrap .post .post-content h1, .single-use_case .blog-post-wrap .post .post-content h2, .single-use_case .blog-post-wrap .post .post-content h3, .single-use_case .blog-post-wrap .post .post-content h4, .single-use_case .blog-post-wrap .post .post-content h5, .single-use_case .blog-post-wrap .post .post-content h6, .single-use_case .blog-post-wrap .use_case .post-content h1, .single-use_case .blog-post-wrap .use_case .post-content h2, .single-use_case .blog-post-wrap .use_case .post-content h3, .single-use_case .blog-post-wrap .use_case .post-content h4, .single-use_case .blog-post-wrap .use_case .post-content h5, .single-use_case .blog-post-wrap .use_case .post-content h6, .search-results .blog-post-wrap .post .post-content h1, .search-results .blog-post-wrap .post .post-content h2, .search-results .blog-post-wrap .post .post-content h3, .search-results .blog-post-wrap .post .post-content h4, .search-results .blog-post-wrap .post .post-content h5, .search-results .blog-post-wrap .post .post-content h6, .search-results .blog-post-wrap .use_case .post-content h1, .search-results .blog-post-wrap .use_case .post-content h2, .search-results .blog-post-wrap .use_case .post-content h3, .search-results .blog-post-wrap .use_case .post-content h4, .search-results .blog-post-wrap .use_case .post-content h5, .search-results .blog-post-wrap .use_case .post-content h6, .archive .blog-post-wrap .post .post-content h1, .archive .blog-post-wrap .post .post-content h2, .archive .blog-post-wrap .post .post-content h3, .archive .blog-post-wrap .post .post-content h4, .archive .blog-post-wrap .post .post-content h5, .archive .blog-post-wrap .post .post-content h6, .archive .blog-post-wrap .use_case .post-content h1, .archive .blog-post-wrap .use_case .post-content h2, .archive .blog-post-wrap .use_case .post-content h3, .archive .blog-post-wrap .use_case .post-content h4, .archive .blog-post-wrap .use_case .post-content h5, .archive .blog-post-wrap .use_case .post-content h6 {
  color: #002453;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
}
.single-post .blog-post-wrap .post .post-tags, .single-post .blog-post-wrap .use_case .post-tags, .single-use_case .blog-post-wrap .post .post-tags, .single-use_case .blog-post-wrap .use_case .post-tags, .search-results .blog-post-wrap .post .post-tags, .search-results .blog-post-wrap .use_case .post-tags, .archive .blog-post-wrap .post .post-tags, .archive .blog-post-wrap .use_case .post-tags {
  width: 90%;
  margin: 50px 0;
  position: relative;
}
.single-post .blog-post-wrap .post .post-tags:before, .single-post .blog-post-wrap .use_case .post-tags:before, .single-use_case .blog-post-wrap .post .post-tags:before, .single-use_case .blog-post-wrap .use_case .post-tags:before, .search-results .blog-post-wrap .post .post-tags:before, .search-results .blog-post-wrap .use_case .post-tags:before, .archive .blog-post-wrap .post .post-tags:before, .archive .blog-post-wrap .use_case .post-tags:before {
  content: url(./images/tag-icon.png);
  display: block;
  position: absolute;
}
.single-post .blog-post-wrap .post .post-tags .tag-list, .single-post .blog-post-wrap .use_case .post-tags .tag-list, .single-use_case .blog-post-wrap .post .post-tags .tag-list, .single-use_case .blog-post-wrap .use_case .post-tags .tag-list, .search-results .blog-post-wrap .post .post-tags .tag-list, .search-results .blog-post-wrap .use_case .post-tags .tag-list, .archive .blog-post-wrap .post .post-tags .tag-list, .archive .blog-post-wrap .use_case .post-tags .tag-list {
  color: #000000;
  font-size: 18px;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
  line-height: 26px;
  margin-left: 40px;
}
.single-post .blog-post-wrap .post .post-tags .tag-list .tag a, .single-post .blog-post-wrap .use_case .post-tags .tag-list .tag a, .single-use_case .blog-post-wrap .post .post-tags .tag-list .tag a, .single-use_case .blog-post-wrap .use_case .post-tags .tag-list .tag a, .search-results .blog-post-wrap .post .post-tags .tag-list .tag a, .search-results .blog-post-wrap .use_case .post-tags .tag-list .tag a, .archive .blog-post-wrap .post .post-tags .tag-list .tag a, .archive .blog-post-wrap .use_case .post-tags .tag-list .tag a {
  padding-left: 6px;
  text-decoration: underline;
  -webkit-text-decoration-color: #c0c0c0;
          text-decoration-color: #c0c0c0;
}
.single-post .blog-post-wrap .social-share, .single-use_case .blog-post-wrap .social-share, .search-results .blog-post-wrap .social-share, .archive .blog-post-wrap .social-share {
  position: absolute;
  right: 10px;
  width: 100px;
  text-align: center;
  margin-top: 0px;
}
.single-post .blog-post-wrap .social-share .fusion-social-network-icon, .single-use_case .blog-post-wrap .social-share .fusion-social-network-icon, .search-results .blog-post-wrap .social-share .fusion-social-network-icon, .archive .blog-post-wrap .social-share .fusion-social-network-icon {
  display: block;
  margin: 12px 10px 10px !important;
  background-image: url("images/blog-share-bg@2x.png");
}
.single-post .blog-post-wrap .social-share .fusion-social-network-icon:before, .single-use_case .blog-post-wrap .social-share .fusion-social-network-icon:before, .search-results .blog-post-wrap .social-share .fusion-social-network-icon:before, .archive .blog-post-wrap .social-share .fusion-social-network-icon:before {
  color: #002453;
}
.single-post .blog-post-wrap .social-share-mobile, .single-use_case .blog-post-wrap .social-share-mobile, .search-results .blog-post-wrap .social-share-mobile, .archive .blog-post-wrap .social-share-mobile {
  display: none;
}
.single-post .blog-post-wrap .post-author-bio, .single-use_case .blog-post-wrap .post-author-bio, .search-results .blog-post-wrap .post-author-bio, .archive .blog-post-wrap .post-author-bio {
  border: 1px solid #e6e6e6;
  background-color: #f7fafb;
  max-width: 730px;
  padding: 30px 60px 26px 32px;
  margin-bottom: 64px;
}
.single-post .blog-post-wrap .post-author-bio .post-author-name, .single-use_case .blog-post-wrap .post-author-bio .post-author-name, .search-results .blog-post-wrap .post-author-bio .post-author-name, .archive .blog-post-wrap .post-author-bio .post-author-name {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  letter-spacing: 0;
  margin-top: 0;
  color: #002453;
  margin-bottom: 6px;
}
.single-post .blog-post-wrap .post-author-bio .post-author-bio-text, .single-use_case .blog-post-wrap .post-author-bio .post-author-bio-text, .search-results .blog-post-wrap .post-author-bio .post-author-bio-text, .archive .blog-post-wrap .post-author-bio .post-author-bio-text {
  margin-right: 159px;
}
.single-post .blog-post-wrap .post-author-bio .post-author-avatar, .single-use_case .blog-post-wrap .post-author-bio .post-author-avatar, .search-results .blog-post-wrap .post-author-bio .post-author-avatar, .archive .blog-post-wrap .post-author-bio .post-author-avatar {
  width: 94px;
  height: 94px;
  border-radius: 47px;
  background-size: cover;
  float: right;
  margin-left: 66px;
}
.single-post .blog-post-wrap .post-author-bio .post-author-archive, .single-use_case .blog-post-wrap .post-author-bio .post-author-archive, .search-results .blog-post-wrap .post-author-bio .post-author-archive, .archive .blog-post-wrap .post-author-bio .post-author-archive {
  display: inline-block;
  color: #fc552e;
  position: relative;
  padding-right: 15px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 14px;
}
.single-post .blog-post-wrap .post-author-bio .post-author-archive:before, .single-use_case .blog-post-wrap .post-author-bio .post-author-archive:before, .search-results .blog-post-wrap .post-author-bio .post-author-archive:before, .archive .blog-post-wrap .post-author-bio .post-author-archive:before {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fc552e;
  border-right: 2px solid #fc552e;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.single-post .blog-post-wrap .post-author-bio .post-author-archive:after, .single-use_case .blog-post-wrap .post-author-bio .post-author-archive:after, .search-results .blog-post-wrap .post-author-bio .post-author-archive:after, .archive .blog-post-wrap .post-author-bio .post-author-archive:after {
  position: absolute;
  content: ' ';
  right: -18px;
  top: 9px;
  width: 23.3px;
  border-bottom: 2px solid #fc552e;
}
.single-post .blog-post-wrap .post-pagination, .single-use_case .blog-post-wrap .post-pagination, .search-results .blog-post-wrap .post-pagination, .archive .blog-post-wrap .post-pagination {
  width: 90%;
  padding: 25px 0;
  border-top: 1px solid #dddddd;
}
.single-post .blog-post-wrap .post-pagination a, .single-use_case .blog-post-wrap .post-pagination a, .search-results .blog-post-wrap .post-pagination a, .archive .blog-post-wrap .post-pagination a {
  color: #fc552e;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.63;
}
.single-post .blog-post-wrap .post-pagination a.next, .single-use_case .blog-post-wrap .post-pagination a.next, .search-results .blog-post-wrap .post-pagination a.next, .archive .blog-post-wrap .post-pagination a.next {
  float: right;
  position: relative;
  padding-right: 30px;
}
.single-post .blog-post-wrap .post-pagination a.next:after, .single-use_case .blog-post-wrap .post-pagination a.next:after, .search-results .blog-post-wrap .post-pagination a.next:after, .archive .blog-post-wrap .post-pagination a.next:after {
  content: '';
  background-image: url(./images/arrows-sm-new.svg);
  display: block;
  width: 25px;
  height: 12px;
  background-size: cover;
  position: absolute;
  bottom: 8px;
  right: 0;
}
.single-post .blog-post-wrap .post-pagination a.prev, .single-use_case .blog-post-wrap .post-pagination a.prev, .search-results .blog-post-wrap .post-pagination a.prev, .archive .blog-post-wrap .post-pagination a.prev {
  padding-left: 30px;
  position: relative;
}
.single-post .blog-post-wrap .post-pagination a.prev:before, .single-use_case .blog-post-wrap .post-pagination a.prev:before, .search-results .blog-post-wrap .post-pagination a.prev:before, .archive .blog-post-wrap .post-pagination a.prev:before {
  content: '';
  background-image: url(./images/arrows-sm-new.svg);
  display: block;
  width: 25px;
  height: 12px;
  background-size: cover;
  position: absolute;
  bottom: 8px;
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-post .category-pressreleases, .single-use_case .category-pressreleases, .search-results .category-pressreleases, .archive .category-pressreleases {
  margin-top: 213px;
}
@media only screen and (max-width: 992px) {
  .single-post .category-pressreleases, .single-use_case .category-pressreleases, .search-results .category-pressreleases, .archive .category-pressreleases {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .single-post, .single-use_case, .search-results, .archive {
    /* back to normal mobile image */
  }
  .single-post .fusion-logo-link, .single-use_case .fusion-logo-link, .search-results .fusion-logo-link, .archive .fusion-logo-link {
    display: block;
    height: 55px;
    padding-top: 17px;
    display: inline-block !important;
    background-image: none;
  }
  .single-post .blog-post-wrap, .single-use_case .blog-post-wrap, .search-results .blog-post-wrap, .archive .blog-post-wrap {
    margin: 26px 0 46px;
    padding: 0 36px;
    font-family: akagi-pro, sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.6rem;
    line-height: 24px;
  }
  .single-post .blog-post-wrap .post, .single-post .blog-post-wrap .use_case, .single-use_case .blog-post-wrap .post, .single-use_case .blog-post-wrap .use_case, .search-results .blog-post-wrap .post, .search-results .blog-post-wrap .use_case, .archive .blog-post-wrap .post, .archive .blog-post-wrap .use_case {
    font-size: 1.6rem;
    line-height: 24px;
  }
  .single-post .blog-post-wrap .post blockquote, .single-post .blog-post-wrap .use_case blockquote, .single-use_case .blog-post-wrap .post blockquote, .single-use_case .blog-post-wrap .use_case blockquote, .search-results .blog-post-wrap .post blockquote, .search-results .blog-post-wrap .use_case blockquote, .archive .blog-post-wrap .post blockquote, .archive .blog-post-wrap .use_case blockquote {
    font-family: merriweather, serif;
    font-style: italic;
    font-weight: 700;
    padding-left: 0;
  }
  .single-post .blog-post-wrap .post blockquote:before, .single-post .blog-post-wrap .use_case blockquote:before, .single-use_case .blog-post-wrap .post blockquote:before, .single-use_case .blog-post-wrap .use_case blockquote:before, .search-results .blog-post-wrap .post blockquote:before, .search-results .blog-post-wrap .use_case blockquote:before, .archive .blog-post-wrap .post blockquote:before, .archive .blog-post-wrap .use_case blockquote:before {
    position: static;
    margin-bottom: 20px;
  }
  .single-post .blog-post-wrap .post .blog-title, .single-post .blog-post-wrap .use_case .blog-title, .single-use_case .blog-post-wrap .post .blog-title, .single-use_case .blog-post-wrap .use_case .blog-title, .search-results .blog-post-wrap .post .blog-title, .search-results .blog-post-wrap .use_case .blog-title, .archive .blog-post-wrap .post .blog-title, .archive .blog-post-wrap .use_case .blog-title {
    width: 100%;
    font-size: 2.8rem !important;
    line-height: 30px !important;
    letter-spacing: -0.4px !important;
  }
  .single-post .blog-post-wrap .post .post-content, .single-post .blog-post-wrap .use_case .post-content, .single-use_case .blog-post-wrap .post .post-content, .single-use_case .blog-post-wrap .use_case .post-content, .search-results .blog-post-wrap .post .post-content, .search-results .blog-post-wrap .use_case .post-content, .archive .blog-post-wrap .post .post-content, .archive .blog-post-wrap .use_case .post-content {
    width: 100%;
  }
  .single-post .blog-post-wrap .post .post-tags .tag-list .tag a, .single-post .blog-post-wrap .use_case .post-tags .tag-list .tag a, .single-use_case .blog-post-wrap .post .post-tags .tag-list .tag a, .single-use_case .blog-post-wrap .use_case .post-tags .tag-list .tag a, .search-results .blog-post-wrap .post .post-tags .tag-list .tag a, .search-results .blog-post-wrap .use_case .post-tags .tag-list .tag a, .archive .blog-post-wrap .post .post-tags .tag-list .tag a, .archive .blog-post-wrap .use_case .post-tags .tag-list .tag a {
    color: #000000;
    text-decoration: underline;
    -webkit-text-decoration-color: #000000;
            text-decoration-color: #000000;
  }
  .single-post .blog-post-wrap .post-author-bio, .single-use_case .blog-post-wrap .post-author-bio, .search-results .blog-post-wrap .post-author-bio, .archive .blog-post-wrap .post-author-bio {
    padding: 23px 26px 36px;
    margin-bottom: 8px;
  }
  .single-post .blog-post-wrap .post-author-bio .post-author-avatar, .single-use_case .blog-post-wrap .post-author-bio .post-author-avatar, .search-results .blog-post-wrap .post-author-bio .post-author-avatar, .archive .blog-post-wrap .post-author-bio .post-author-avatar {
    float: none;
    display: block;
    margin-left: 0;
    margin-bottom: 16px;
  }
  .single-post .blog-post-wrap .post-author-bio .post-author-name, .single-use_case .blog-post-wrap .post-author-bio .post-author-name, .search-results .blog-post-wrap .post-author-bio .post-author-name, .archive .blog-post-wrap .post-author-bio .post-author-name {
    margin-bottom: 12px;
  }
  .single-post .blog-post-wrap .post-author-bio .post-author-bio-text, .single-use_case .blog-post-wrap .post-author-bio .post-author-bio-text, .search-results .blog-post-wrap .post-author-bio .post-author-bio-text, .archive .blog-post-wrap .post-author-bio .post-author-bio-text {
    font-size: 1.6rem;
    line-height: 23px;
    margin-right: 0;
  }
  .single-post .blog-post-wrap .post-author-bio .post-author-archive, .single-use_case .blog-post-wrap .post-author-bio .post-author-archive, .search-results .blog-post-wrap .post-author-bio .post-author-archive, .archive .blog-post-wrap .post-author-bio .post-author-archive {
    margin-top: 28px;
  }
  .single-post .blog-post-wrap .post-author-bio .post-author-archive:before, .single-use_case .blog-post-wrap .post-author-bio .post-author-archive:before, .search-results .blog-post-wrap .post-author-bio .post-author-archive:before, .archive .blog-post-wrap .post-author-bio .post-author-archive:before {
    display: none;
  }
  .single-post .blog-post-wrap .post-author-bio .post-author-archive:after, .single-use_case .blog-post-wrap .post-author-bio .post-author-archive:after, .search-results .blog-post-wrap .post-author-bio .post-author-archive:after, .archive .blog-post-wrap .post-author-bio .post-author-archive:after {
    display: none;
  }
  .single-post .blog-post-wrap .post-pagination, .single-use_case .blog-post-wrap .post-pagination, .search-results .blog-post-wrap .post-pagination, .archive .blog-post-wrap .post-pagination {
    border-top: 0;
    width: 100%;
  }
  .single-post .blog-post-wrap .post-pagination a.prev, .single-use_case .blog-post-wrap .post-pagination a.prev, .search-results .blog-post-wrap .post-pagination a.prev, .archive .blog-post-wrap .post-pagination a.prev {
    float: none;
    display: block;
  }
  .single-post .blog-post-wrap .post-pagination a.next, .single-use_case .blog-post-wrap .post-pagination a.next, .search-results .blog-post-wrap .post-pagination a.next, .archive .blog-post-wrap .post-pagination a.next {
    float: none;
    display: block;
    text-align: right;
    margin-top: 32px;
  }
  .single-post .blog-post-wrap .social-share, .single-use_case .blog-post-wrap .social-share, .search-results .blog-post-wrap .social-share, .archive .blog-post-wrap .social-share {
    display: none;
  }
  .single-post .blog-post-wrap .social-share-mobile, .single-use_case .blog-post-wrap .social-share-mobile, .search-results .blog-post-wrap .social-share-mobile, .archive .blog-post-wrap .social-share-mobile {
    display: block;
    text-align: left;
    margin-top: 0;
    padding: 0;
  }
  .single-post .blog-post-wrap .social-share-mobile .fusion-social-network-icon, .single-use_case .blog-post-wrap .social-share-mobile .fusion-social-network-icon, .search-results .blog-post-wrap .social-share-mobile .fusion-social-network-icon, .archive .blog-post-wrap .social-share-mobile .fusion-social-network-icon {
    text-align: center;
    display: inline-block;
    margin: 12px 5px 10px !important;
    width: 53px !important;
    height: 40px !important;
    background-image: url("images/blog-share-bg@2x.png");
  }
  .single-post .blog-post-wrap .social-share-mobile .fusion-social-network-icon:before, .single-use_case .blog-post-wrap .social-share-mobile .fusion-social-network-icon:before, .search-results .blog-post-wrap .social-share-mobile .fusion-social-network-icon:before, .archive .blog-post-wrap .social-share-mobile .fusion-social-network-icon:before {
    color: #002453;
    line-height: 40px;
  }
}

.single.single-use_case {
  /* exception: make full width testimonial less wide on use case template */
}
.single.single-use_case #wrapper .mitratech-header-full-component {
  display: block;
}
.single.single-use_case #wrapper .mitratech-header-full-component .header-position {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0;
  min-height: 450px;
  position: relative;
}
.single.single-use_case #wrapper .mitratech-header-full-component .heading-content {
  width: 100%;
  min-height: 450px;
}
.single.single-use_case #wrapper .mitratech-header-full-component .heading-into, .single.single-use_case #wrapper .mitratech-header-full-component .heading-intro, .single.single-use_case #wrapper .mitratech-header-full-component .heading-body {
  display: none;
}
.single.single-use_case #wrapper .mitratech-header-full-component .heading-title {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 58px;
}
@media only screen and (max-width: 992px) {
  .single.single-use_case #wrapper .mitratech-header-full-component {
    min-height: 286px;
    margin: 0 16px;
    height: 286px;
    position: relative;
  }
  .single.single-use_case #wrapper .mitratech-header-full-component .fusion-column-wrapper {
    height: 286px;
  }
  .single.single-use_case #wrapper .mitratech-header-full-component .heading-content {
    width: 100% !important;
    padding: 16px;
    position: absolute;
    bottom: 16px;
  }
  .single.single-use_case #wrapper .mitratech-header-full-component .heading-title {
    margin-bottom: 0 !important;
    left: 20px;
    font-size: 3.2rem;
    line-height: 48px;
    letter-spacing: -0.5px;
  }
  .single.single-use_case #wrapper .mitratech-header-full-component .header-graphic {
    max-height: 246px;
  }
}
.single.single-use_case .blog-post-wrap .use_case .post-content {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .single.single-use_case .blog-post-wrap .use_case .post-content h1 {
    font-size: 2.6rem;
    line-height: 30px;
    letter-spacing: -0.4px;
  }
  .single.single-use_case .blog-post-wrap .use_case .post-content h2 {
    font-size: 2.2rem;
    line-height: 26px;
    letter-spacing: -0.6px;
  }
  .single.single-use_case .blog-post-wrap .use_case .post-content ul {
    padding-left: 20px;
  }
}
.single.single-use_case #wrapper .mitratech-testimonials-component.mitratech-fullwidth-testimonial {
  max-width: 1100px;
}

/* page templates */
.home #wrapper .fusion-fullwidth {
  padding: 0px !important;
}
@media (min-width: 800px) {
  .home #wrapper .fusion-fullwidth.fullwidth-cta-container {
    padding-left: 28px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 1080px) {
  .home #wrapper .fusion-fullwidth.fullwidth-cta-container {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
@media (min-width: 768px) {
  .home #wrapper .fusion-fullwidth.mitratech-product-highlight-component, .home #wrapper .fusion-fullwidth.mitratech-benefits-component {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .home #wrapper .fusion-fullwidth.mitratech-product-highlight-component, .home #wrapper .fusion-fullwidth.mitratech-benefits-component {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}

.home #wrapper #content {
  background-color: white;
}
.home #wrapper .intro-text-container .homepage-text-centered .mitratech-text-component__text-headline,
.home #wrapper .intro-text-container .homepage-text-centered .mitratech-text-component__text-body-copy {
  text-align: center !important;
  padding: 0 !important;
}

ul.mitratech-ul-no-indent {
  padding-left: 20px;
}

.fusion-widget-area.mitratech-sitemap {
  max-width: 1100px;
  padding: 0 20px 80px !important;
  margin: 0 auto;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 500 !important;
}
.fusion-widget-area.mitratech-sitemap .widget_nav_menu li {
  border: 0 !important;
  padding-left: 0;
}
.fusion-widget-area.mitratech-sitemap .widget_nav_menu li a:before {
  content: '';
}
.fusion-widget-area.mitratech-sitemap ul.menu > .menu-item {
  width: 100%;
  display: block;
  padding-top: 20px;
  clear: both;
}
.fusion-widget-area.mitratech-sitemap ul.menu > .menu-item > a {
  font-size: 24px;
  font-weight: 400;
}
.fusion-widget-area.mitratech-sitemap ul.menu > .menu-item > a:before {
  content: '';
}
.fusion-widget-area.mitratech-sitemap ul.menu > .menu-item.menu-item-has-sub-menu {
  margin: 40px 0;
  padding-top: 50px;
}
.fusion-widget-area.mitratech-sitemap ul.menu {
  list-style: none;
  padding-left: 0;
}
.fusion-widget-area.mitratech-sitemap ul.menu > .menu-item > .sub-menu > .menu-item {
  margin-top: 24px;
  color: #0c3a90;
  margin-bottom: 20px;
  padding-right: 20px;
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 300 !important;
}
@media only screen and (min-width: 992px) {
  .fusion-widget-area.mitratech-sitemap ul.menu > .menu-item > .sub-menu > .menu-item {
    width: 25%;
    float: left;
    min-height: 75px;
  }
}
.fusion-widget-area.mitratech-sitemap ul.menu > .menu-item > .sub-menu > .menu-item > a {
  color: #0c3a90;
  font-size: 18px;
  font-weight: 600;
}
.fusion-widget-area.mitratech-sitemap ul.menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
  margin-top: 8px;
}
.fusion-widget-area.mitratech-sitemap ul.menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item {
  list-style-position: inside;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 500 !important;
}
.fusion-widget-area.mitratech-sitemap ul.menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.fusion-widget-area.mitratech-sitemap ul.menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
  padding-left: 18px;
  margin-top: 8px;
}
.fusion-widget-area.mitratech-sitemap ul.menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item {
  list-style: disc;
  display: list-item;
  padding: 3px 0;
}
.fusion-widget-area.mitratech-sitemap ul.menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

#wrapper .mitratech-container__press-center-header .mitratech-header-full-component .header-position {
  padding: 55px 36px 100px;
}
#wrapper .mitratech-container__press-center-header h3.heading-into {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  letter-spacing: -0.3px;
}
#wrapper .mitratech-container__press-center-header h2.heading-title {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 50px;
  letter-spacing: -0.6px;
}
#wrapper .mitratech-container__press-center-header .heading-body {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-container__press-center-header .mitratech-header-full-component .header-position {
    padding: 40px 20px 46px;
  }
  #wrapper .mitratech-container__press-center-header .heading-content {
    width: 100% !important;
  }
  #wrapper .mitratech-container__press-center-header h2.heading-title {
    font-size: 3.2rem !important;
    line-height: 38px;
    letter-spacing: -0.4px;
  }
}

@media only screen and (max-width: 768px) {
  .mitratech-container__press-contact {
    padding: 60px 36px !important;
  }
  .mitratech-container__press-contact .fusion-title {
    margin-bottom: 8px;
  }
  .mitratech-container__press-contact .fusion-title h1 {
    font-size: 2.2rem;
    line-height: 30px;
  }
  .mitratech-container__press-contact .fusion-text {
    max-width: 75%;
  }
  .mitratech-container__press-contact .fusion-column-last {
    margin-top: 20px !important;
  }
}

#wrapper .mitratech-container__about-mitratech {
  margin-bottom: 80px;
}
#wrapper .mitratech-container__about-mitratech .fusion-column-first {
  margin-right: 0 !important;
  float: right;
}
#wrapper .mitratech-container__about-mitratech .fusion-column-last {
  margin-right: 4% !important;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-container__about-mitratech .fusion-column-first {
    float: none;
  }
  #wrapper .mitratech-container__about-mitratech .fusion-column-last {
    margin-right: 0 !important;
  }
}
#wrapper .mitratech-container__about-mitratech .fusion-row {
  position: static;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-container__about-mitratech .fusion-title h1 {
    font-size: 2.2rem;
    line-height: 30px;
    letter-spacing: -0.3px;
  }
}
#wrapper .mitratech-container__about-mitratech .fusion-column-first {
  margin-left: 3%;
  width: 41% !important;
}
#wrapper .mitratech-container__about-mitratech .fusion-column-first img {
  max-height: 500px;
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-container__about-mitratech .fusion-column-first img {
    min-width: 100%;
    max-height: none;
  }
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-container__about-mitratech .fusion-column-first {
    width: 100% !important;
  }
}
#wrapper .mitratech-container__about-mitratech .fusion-column-last {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  padding-left: calc(50vw - 514px);
  width: 56% !important;
  margin-right: 0 !important;
}
@media only screen and (max-width: 1100px) {
  #wrapper .mitratech-container__about-mitratech .fusion-column-last {
    padding-left: 36px;
  }
}
@media only screen and (max-width: 992px) {
  #wrapper .mitratech-container__about-mitratech .fusion-column-last {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-container__about-mitratech .fusion-column-last {
    padding: 40px 36px;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
#wrapper .mitratech-container__about-mitratech .fusion-imageframe {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-container__about-mitratech {
    margin-top: 0 !important;
  }
  #wrapper .mitratech-container__about-mitratech .fusion-column-last {
    padding-bottom: 0;
  }
}

#wrapper .mitratech-container__about-mitratech-stats {
  max-width: 1280px;
  padding: 0 20px 90px !important;
  margin: 0 auto !important;
  position: relative;
}
#wrapper .mitratech-container__about-mitratech-stats .fusion-text, #wrapper .mitratech-container__about-mitratech-stats .mitratech-stat-component__label {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  letter-spacing: -0.3px;
}
#wrapper .mitratech-container__about-mitratech-stats .fusion-text em, #wrapper .mitratech-container__about-mitratech-stats .mitratech-stat-component__label em {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif' !important;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 62px;
  font-size: 6.2rem;
}
#wrapper .mitratech-container__about-mitratech-stats .fusion-text {
  max-width: 350px;
  margin: 40px auto 0;
}
#wrapper .mitratech-container__about-mitratech-stats:after {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  border-left: solid 34px #ffffff;
  border-bottom: solid 80px #ffffff;
  border-right: solid 34px transparent;
  border-top: solid 80px transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-1px, -1px);
      -ms-transform: translateX(-1px, -1px);
          transform: translateX(-1px, -1px);
  z-index: 2;
}
#wrapper .mitratech-container__about-mitratech-stats .fusion_builder_column {
  margin-top: 80px !important;
}
@media only screen and (max-width: 768px) {
  #wrapper .mitratech-container__about-mitratech-stats {
    padding-top: 40px !important;
  }
  #wrapper .mitratech-container__about-mitratech-stats:after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .mitratech-container__next-frontier-cta {
    padding: 60px 36px !important;
    margin-top: 60px !important;
  }
  .mitratech-container__next-frontier-cta .fusion-title {
    margin-bottom: 0 !important;
  }
  .mitratech-container__next-frontier-cta .fusion-title h1 {
    font-size: 2.8rem;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
  }
  .mitratech-container__next-frontier-cta .mitratech-cta {
    width: 100%;
    margin-top: 28px;
  }
}

#wrapper .mitratech-container__teamconnect-platform-header .mitratech-header-nav-component.mitratech-fullwidth-component h1.mitratech-header-fullwidth-component__headline {
  font-size: 26px;
  font-size: 2.6rem;
}

.mitratech-container__teamconnect-description {
  /* mitratech-container-padding */
}
.mitratech-container__teamconnect-description > .fusion-builder-row {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 36px !important;
  padding-right: 36px !important;
}
@media only screen and (max-width: 992px) {
  .mitratech-container__teamconnect-description > .fusion-builder-row {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
@media only screen and (max-width: 992px) {
  .mitratech-container__teamconnect-description .fusion-layout-column {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

/* Alternate styling for Fullwidth CTA button on the light / orange background */
.alternate .mitratech_fullwidth_cta .mktoButton {
  border: #ffffff 2px solid !important;
}

.mktoForm .mktoHtmlText a {
  text-decoration: underline;
}
.mktoForm input {
  color: #000000 !important;
}
.mktoForm input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.mktoForm input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.mktoForm input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.mktoForm input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.mktoForm select {
  color: #000000;
  font-family: akagi-pro, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.search #main {
  padding: 0 36px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.search #main .post {
  margin-top: 0px !important;
}
.search #main .pagination {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}
.search #main p {
  font-family: akagi-pro, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #2f2f2f;
}
.search #main .search-page-search-form h2 {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #002453;
  -webkit-font-smoothing: antialiased;
}
.search #main .fusion-post-content-wrapper h2.entry-title a {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #002453;
  letter-spacing: 0.5px;
}
.search #main .fusion-post-content-wrapper .fusion-meta-info a {
  font-family: Gotham;
  font-size: 14px;
  font-weight: bold;
  color: #fc552e;
}
.search #main form.searchform .fusion-search-field {
  font-family: Gotham;
  font-size: 17.5px;
  font-weight: 500;
  color: #000 !important;
}
.search #main form.searchform .fusion-search-field input {
  color: #000000 !important;
}
.search #main form.searchform .fusion-search-field input::-webkit-input-placeholder {
  color: #000000 !important;
}
.search #main form.searchform .fusion-search-field input:-ms-input-placeholder {
  color: #000000 !important;
}
.search #main form.searchform .fusion-search-field input::-ms-input-placeholder {
  color: #000000 !important;
}
.search #main form.searchform .fusion-search-field input::placeholder {
  color: #000000 !important;
}
.search #main form.searchform input {
  border: none;
  border-bottom: 2px solid #002453;
}
.search #main form.searchform input.fusion-search-field {
  font-family: Gotham;
  font-size: 17.5px;
  font-weight: 500;
  color: #000 !important;
}
.search #main form.searchform input.fusion-search-submit {
  background-color: transparent;
}
.search #main form.searchform .fusion-search-button input[type="submit"] {
  color: #002453 !important;
}
.search #main form.searchform .fusion-search-button input[type="submit"]::-webkit-input-placeholder {
  color: #002453 !important;
}
.search #main form.searchform .fusion-search-button input[type="submit"]:-ms-input-placeholder {
  color: #002453 !important;
}
.search #main form.searchform .fusion-search-button input[type="submit"]::-ms-input-placeholder {
  color: #002453 !important;
}
.search #main form.searchform .fusion-search-button input[type="submit"]::placeholder {
  color: #002453 !important;
}
.search #main #sidebar .widget-title {
  font-family: 'Gotham A', 'Gotham B', 'Arial', 'sans-serif';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #002453;
  letter-spacing: 0.5px;
}
.search #main #sidebar #search-2 {
  display: none;
}
