/*
Theme Name: MDXv4

Version: 1.0

*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@-webkit-keyframes bounce {
  0%,100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    text-shadow: 1px 3px 10px #000; }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
    text-shadow: 1px 3px 1px #000; } }
@keyframes bounce {
  0%,100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    text-shadow: 1px 3px 10px #000; }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
    text-shadow: 1px 3px 1px #000; } }
body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 2; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #a4bb28; }

h2 {
  font-size: 25px;
  margin-bottom: 20px; }

h3 {
  font-size: 21px; }

p {
  color: #333738; }
  p strong {
    color: #000; }
  p:last-child {
    margin-bottom: 0; }

.header-image {
  background: linear-gradient(135deg, #66686b 0%, #66686b 50%, #6d6e71 50%, #6d6e71 100%);
  background-attachment: fixed; }

.page-header {
  border-bottom: 0;
  font-weight: 300; }

.alignleft {
  float: left;
  margin-right: 14px;
  margin-top: 5px; }

.intro-text {
  font-size: 1em;
  margin-bottom: 0; }
  .intro-text.text-center {
    padding: 16px 0; }
  .intro-text a {
    color: #fff; }

.page-header {
  font-size: 1.4em;
  border-bottom: 0;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 100; }
  .page-header span {
    font-weight: 900; }
  .whatwedo .page-header {
    color: #000; }
  .clienttest .page-header {
    color: #a4bb28;
    font-size: 1.6em; }
  .newssection .page-header {
    color: #a4bb28; }
  .tweetsection .page-header {
    color: #000; }
    .tweetsection .page-header:after {
      content: "";
      width: 100px;
      height: 2px;
      background: #000;
      position: absolute;
      bottom: 0;
      left: 15px; }

.newsfeed {
  margin-top: 20px; }

.whatwedo {
  background: #a4bb28;
  background: linear-gradient(135deg, #a4bb28 0%, #a4bb28 50%, #bfd730 50%, #bfd730 100%);
  background-attachment: fixed;
  padding: 80px 0;
  margin: 0; }
  .whatwedo p {
    color: #000; }
  .whatwedo img {
    border: 10px solid #cad401; }
  .whatwedo .btn-default {
    background: none;
    color: #000;
    border-radius: 0;
    padding: 10px 50px;
    margin-top: 40px;
    text-transform: uppercase;
    border-color: #000; }
    .whatwedo .btn-default:hover {
      color: #fff;
      background-color: #66686a;
      border-color: transparent; }

.products {
  margin: 0; }
  .products > div > div > div {
    padding: 25px;
    -webkit-transition: all linear 750ms;
    transition: all linear 750ms; }
    .products > div > div > div:hover {
      /* background: #ffffff;
            background: -webkit-linear-gradient(bottom left, #ffffff 0%, #ffffff 50%, #f9f9f9 50%, #f9f9f9 100%);
            background: -o-linear-gradient(bottom left, #ffffff 0%, #ffffff 50%, #f9f9f9 50%, #f9f9f9 100%);
            background: linear-gradient(to top right, #ffffff 0%, #ffffff 50%, #f9f9f9 50%, #f9f9f9 100%); */ }
  .products img {
    border: 10px solid #cad401; }
  .products .btn-default {
    display: none;
    background: none;
    color: #000;
    border-radius: 0;
    padding: 10px 50px;
    margin-top: 40px;
    text-transform: uppercase;
    border-color: #000; }
    .products .btn-default:hover {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }

.downloads {
  margin: 0;
  background: #6d6e71;
  margin-top: 40px; }
  .downloads > div > div > div {
    padding: 70px;
    -webkit-transition: all linear 750ms;
    transition: all linear 750ms; }
  .downloads img {
    border: 10px solid #cad401; }
  .downloads .btn-default {
    background: none;
    color: #fff;
    border-radius: 0;
    padding: 10px 50px;
    text-transform: uppercase;
    border-color: #fff; }
    .downloads .btn-default:hover {
      color: #333;
      background-color: #e6e6e6;
      border-color: #adadad; }

/*h2.page-header {
    width: 90px!important;
    margin: auto!important;
    padding: 15px 0!important;
    font-size: 16px!important;
    border-radius: 16px!important;
    color: #C7D401!important
} */
.home_service_grid .service {
  padding: 0;
  overflow: hidden; }
  .home_service_grid .service .service_img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s; }
    .home_service_grid .service .service_img img {
      width: auto;
      height: 100%; }
  .home_service_grid .service:hover .service_img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .home_service_grid .service a {
    color: #fff; }
  .home_service_grid .service .service_title {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%; }
    .home_service_grid .service .service_title .fa {
      color: #fff;
      font-size: 40px; }
    .home_service_grid .service .service_title h2 {
      color: #fff;
      text-transform: uppercase;
      margin: 10px 0 0; }
  .home_service_grid .service p {
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    margin-top: 7px; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: #bfd71d; }

/*.services-box {
    margin: 30px 0;
    color: #fff;
        img {
        display: none!important
    }
}

.services-box-height {
    min-height: auto!important
}
*/
.newsitem p a {
  font-size: 1em;
  color: #333738;
  line-height: 1.7;
  font-weight: 600; }
.newsitem .button-news {
  float: none !important; }

.tweet span {
  font-weight: 700; }

/*
.services-box-text-height {
    margin-top: 25px;
    min-height: 135px
}
*/
/* .home-icon {
    margin-bottom: 30px!important
} */
/* #myCarousel .carousel-caption {
    background-color: transparent!important;
    top: 30%!important
} */
/* #myCarousel .carousel-caption h2 {
    text-shadow: 1px 1px 4px #000
} */
/* .item.ilove .fill {
    max-width: 1100px;
    margin: auto
} */
.owl-carousel .owl-item img {
  display: block;
  width: 70%;
  margin: auto;
  height: auto; }

.strapline {
  position: relative;
  top: 0px;
  -webkit-transform: none;
          transform: none; }
  .strapline h1 {
    font-size: 2em; }
  .strapline h2 {
    font-size: 1.7em;
    color: #fff;
    margin: 20px 0 0;
    font-weight: 100; }
  .strapline .btn-default {
    background: none;
    color: #fff;
    border-radius: 0;
    padding: 10px 50px;
    margin-top: 10px;
    text-transform: uppercase;
    border-color: #fff; }

.quoteitem {
  margin-bottom: 20px; }
  .quoteitem .quotebox {
    z-index: 10;
    width: 100%;
    padding: 30px; }
    .quoteitem .quotebox p {
      font-size: 1em;
      font-weight: 500; }

/* 
td img.aligncenter {
    margin: auto!important;
    text-align: center!important;
    display: table
} */
/* .carousel-quote,.home-icon,.services-box a,h2.page-header,h2.twitterheader {
    text-align: center
} */
.partners table {
  margin-top: 30px; }
  .partners table tr {
    border-bottom: solid 1px #eaeaea; }
    .partners table tr td {
      border-right: solid 1px #eaeaea;
      border-left: solid 1px #eaeaea; }
    .partners table tr:first-child {
      border-top: solid 1px #eaeaea; }

.twitter-feed .col-md-4 {
  padding: 0; }

/*
.services-box .services-caption {
    position: relative!important;
    text-align: center;
    font-weight: 400
}*/
.header-image, .news-item {
  position: relative; }

.newssection {
  background: #fafafa;
  padding: 30px 0; }
  .newssection.tweetsection {
    background: #bfd730; }
  .newssection .intro-text {
    margin-bottom: 30px;
    font-size: 18px; }

.tweetfeed {
  margin-top: 20px;
  color: #fff; }

footer {
  margin: 50px 0 0;
  margin-top: 0 !important; }
  footer .newslettersign {
    background: linear-gradient(135deg, #000000 0%, #000000 50%, #1d1d1d 50%, #1d1d1d 100%);
    background-attachment: fixed;
    padding-top: 45px;
    padding-bottom: 45px; }
    footer .newslettersign .form-control {
      padding: 9px;
      border-radius: 0;
      background: #fff;
      border: 0;
      font-size: 13px;
      height: auto; }
    footer .newslettersign .btn-default {
      height: 41px;
      padding: 10px 20px;
      background: #fff;
      color: #000;
      border: solid 1px;
      line-height: 13px;
      border-radius: 0;
      text-transform: uppercase;
      font-size: 14px; }
    footer .newslettersign .page-header {
      font-size: 1.4em;
      color: #fff;
      margin-bottom: 20px; }
    footer .newslettersign .phat-footer-upper {
      text-align: center;
      width: 100%; }
      footer .newslettersign .phat-footer-upper h3 {
        font-size: 29px;
        color: #fff;
        text-align: center;
        font-weight: 300; }
      footer .newslettersign .phat-footer-upper .footer-form {
        width: 100%; }
        footer .newslettersign .phat-footer-upper .footer-form .form-email {
          width: 32% !important;
          padding: 10px;
          border: 0;
          float: none !important;
          border-radius: 0 !important;
          height: 40px !important; }
        footer .newslettersign .phat-footer-upper .footer-form .form-button {
          height: 41px;
          padding: 10px 30px;
          background: #1c1c1c;
          color: #fff;
          border: solid 1px;
          line-height: 13px; }
  footer .foot {
    background: #fff; }
    footer .foot p {
      font-size: 12px; }
    footer .foot .phat-footer-lower {
      font-size: 12px;
      text-align: center;
      width: 100%; }
      footer .foot .phat-footer-lower img {
        margin-left: 20px; }

.data-box h4, .header-image, .header-image img {
  width: 100%; }

/*
.anchor-pos {
    margin-top: -71px;
    float: left
}
*/
.homepage li,
.news-archive li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }

/*
.services-box a {
    display: block
}

.services-box .services-caption {
    bottom: 0;
    color: #c7d413;
    display: block;
    width: 100%;
    padding: 9px 0;
    text-transform: uppercase;
    font-size: 17px
}*/
.news-archive {
  margin-top: 20px; }
  .news-archive ul {
    padding: 0;
    margin: 0; }
    .news-archive ul li {
      margin-bottom: 10px;
      line-height: 21px;
      font-size: 16px; }
      .news-archive ul li .news-item p {
        margin-bottom: 0; }
        .news-archive ul li .news-item p a {
          font-size: 16px;
          color: #333738;
          line-height: 1.7;
          font-weight: 400; }
        .news-archive ul li .news-item p:nth-child(2) {
          float: none; }
        .news-archive ul li .news-item p .date {
          color: #a4bb28;
          font-weight: 700;
          font-size: 13px; }
  .news-archive .button-news {
    float: left;
    clear: both;
    margin-top: 0;
    margin-bottom: 0; }

.button-contact,
.button-map,
.button-news {
  color: #333738 !important;
  background: 0 0;
  padding: 6px 0;
  font-weight: 700; }

/*
.search-button {
    height: 20px
}
*/
.author,
.cat-links,
.updated {
  display: none; }

/*
.data-box h4,.data-byline,h1.solutions,h2.data-title {
    display: block;
    text-align: center
}*/
.alm-listing li {
  padding-left: 0 !important; }

.well {
  height: 240px;
  border-radius: 0;
  margin-top: 100px; }
  .well.clients {
    margin-top: 0; }

.alm-load-more-btn {
  background: #7ec300 !important; }

.next-prev {
  clear: both;
  margin-top: 20px; }

/*
.data-box {
    border: 1px solid #ccc;
    border-top: 0;
    margin-bottom: 20px;
    h4 {
        float: left;
        color: #fff;
        padding: 13px 10px 12px;
        background: #353740;
        margin-top: 0
    }
    li {
        list-style: disc;
        margin-left: 24px
    }
}

.data-icon {
    position: absolute;
    left: 0;
    top: 0
}


.data-header {
    position: relative
}

.data-content {
    clear: both;
    padding: 10px
}


.data-box i.fa {
    width: 45px;
    height: 44px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    padding-top: 8px
}

.blue i.fa {
    background: #4894dc
}

.green i.fa {
    background: #7dbd08
}

.red i.fa {
    background: #c40f06
}

.orange i.fa {
    background: #f7892f
}

h2.data-title {
    width: 100%;
    background: #353740;
    padding: 10px;
    color: #fff;
    margin-bottom: 0
}

.blue h2 i.fa,.green h2 i.fa,.orange h2 i.fa,.red h2 i.fa {
    background: 0 0;
    font-size: 30px;
    text-transform: center
}

.blue h2 i.fa {
    color: #4894dc
}

.green h2 i.fa {
    color: #7dbd08
}

.red h2 i.fa {
    color: #c40f06
}

.orange h2 i.fa {
    color: #f7892f
}

.data-byline,.footer-menu ul li a,.solutions-top-menu,h1.solutions {
    text-transform: uppercase
}

.data-byline {
    width: 100%;
    color: #fff;
    padding: 16px;
    margin-bottom: 25px
}

.blue .data-byline {
    background: #4894dc
}

.green .data-byline {
    background: #7dbd08
}

.red .data-byline {
    background: #c40f06
}

.orange .data-byline {
    background: #f7892f
}

.fact-sheet {
    color: #fff;
    border-radius: 0!important;
    border: 0!important;
    font-size: 17px;
    width: 100%;
    padding: 15px 70px;
    &:hover {
        background: #ccc
    }
    .blue &{
        background: #4894dc
    }
    .green &{
        background: #7dbd08
    }
    .red &{
        background: #c40f06
    }
    .orange &{
        background: #f7892f
    }
}



.solutions-top-menu {
    background: #353740;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .8;
    i {
        font-size: 25px;
        margin-right: 10px
    }
        a {
        color: #fff
    }
}

*/
.management-team hr {
  margin-top: 37px;
  margin-bottom: 32px; }

.partners tr td {
  height: 90px; }
  .partners tr td:nth-child(2) {
    padding-left: 40px; }
  .partners tr td img {
    text-align: center; }

.contact iframe {
  width: 100%;
  height: 340px; }
.contact .fa {
  margin-right: 5px;
  color: #000;
  font-size: 17px; }

/*

h1.solutions {
    width: 100%;
    font-weight: 700;
    margin-top: 30px
}

.solutions.header-image {
    margin-bottom: 26px
} */
/*
.social-icons.header {
    position: absolute;
    right: 40px;
    top: 20px;
    display: none
}

.social-icons.header img {
    position: absolute;
    right: 40px;
    top: 20px;
    width: 20px
}

*/
/*
.footer-menu .menu {
    width: 100%;
    text-align: center
}

.footer-menu-inner {
    margin: 0 auto;
    width: 944px
}

.footer-menu ul {
    float: left;
    display: block;
    width: 100%
}

.footer-menu ul li {
    display: block;
    float: left;
    width: 137px
}

.footer-menu ul li a {
    display: block;
    color: #9092a7;
    font-size: 14px;
    margin-bottom: 15px
}

.footer-menu ul li ul {
    float: left;
    clear: both;
    margin: 0;
    padding: 0
}

.footer-menu ul li ul li {
    margin-left: 0;
    text-align: left;
    clear: both;
    margin-bottom: 5px
}

.footer-menu ul li ul li a {
    color: #d2d3d5;
    text-transform: capitalize;
    margin: 0;
    text-align: center
} */
.features h3,
.sample .front span,
.team-member h3,
.testimonials h3,
.testimonials h4,
.whitepapers p,
h1.solution-page-header {
  text-transform: uppercase; }

.highlight {
  color: #a4bb28; }

.navbar-brand .logo {
  width: 120px; }

div#partnerlogos {
  background: #f3f1f1;
  padding: 50px 0; }

.strapline {
  z-index: 100;
  padding: 70px 0px;
  background: linear-gradient(135deg, #66686b 0%, #66686b 50%, #6d6e71 50%, #6d6e71 100%);
  background-attachment: fixed; }
  .strapline h1 {
    color: #fff;
    font-size: 2em;
    font-weight: 100;
    line-height: 1; }
  .strapline h2 {
    font-size: 1.4em;
    color: #fff;
    margin: 0;
    font-weight: 100; }
  .strapline h4 {
    font-size: 1.6em;
    color: #000;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 100;
    text-transform: uppercase; }
  .strapline p {
    color: #000; }

.overlay {
  top: 0;
  bottom: 0;
  z-index: 50;
  background: rgba(51, 55, 56, 0.75);
  position: absolute;
  width: 100%; }

.whousesit {
  padding: 50px 0;
  background: #a4bb28; }

.sample .back,
.sample .front {
  padding: 10px;
  top: 0;
  -webkit-transition: all linear 0.2s;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.sample .front {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: rgba(177, 177, 177, 0.52); }

.sample .back {
  background: rgba(255, 255, 255, 0.72);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%); }

.panetitle,
.panetitle h2 {
  -webkit-transition: all linear 0.2s; }

.sample:hover .front {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.sample:hover .back {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.sample .back > div,
.sample .front > div {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.clienttest {
  padding: 30px 0;
  margin: 0;
  position: relative;
  background: #66686b;
  background: linear-gradient(135deg, #66686b 0%, #66686b 50%, #6d6e71 50%, #6d6e71 100%);
  background-attachment: fixed; }
  .clienttest .container {
    z-index: 100;
    position: relative; }
  .clienttest .intro-text {
    color: #fff;
    margin-bottom: 30px; }
  .clienttest h3 {
    margin: 20px 0;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.4;
    border: 1px solid #767979;
    padding: 8px 20px; }
  .clienttest .item {
    background: #5a5a5a; }

.larger {
  font-size: 18px; }

.scrolldown {
  display: none; }

h2.solution-page-strapline {
  font-size: 2em;
  color: #333738;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: 100; }

.pane {
  border: 1px solid #e7e7e7;
  margin: 10px 0; }
  .pane .panetitle {
    background: rgba(119, 119, 119, 0.23); }
    .pane .panetitle h2 {
      margin: 0;
      font-size: 1.4em;
      padding: 11px;
      -webkit-transition: all linear 0.2s;
      transition: all linear 0.2s;
      background: #333738;
      color: #fff; }
      .pane .panetitle h2 i {
        color: #fff;
        margin-left: 10px; }
  .pane .panecopy > div {
    padding: 30px; }
  .pane .panecopy.open {
    max-height: 1000px; }

.features h3,
.usecases p,
.whitepapers p {
  font-size: 1em;
  font-weight: 700;
  text-align: center; }

/*
.page-template-products .panecopy {
    max-height: 0
}*/
/*.solution-menu {
    background: #a4bb28
}

#menu-sol-menu .current-menu-item {
    background: #fff
}
*/
.features h3 {
  margin: 0; }
.features .item {
  margin: 19px 0;
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 19px; }
  .features .item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0; }

.usecases p {
  color: #333;
  border-bottom: solid 1px #e7e7e7;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .usecases p:last-child {
    border: 0;
    padding: 0;
    margin: 0; }

.whitepapers p {
  color: #333;
  border-bottom: solid 1px #e7e7e7;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .whitepapers p:last-child {
    border: 0;
    margin: 0;
    padding: 0; }

.features,
.grid,
.testimonials {
  margin-top: 30px; }

.testimonials h3 {
  margin: 0;
  font-size: 1.3em;
  font-weight: 700;
  text-align: center; }
.testimonials h4 {
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  text-align: center; }
.testimonials .item:last-child {
  border: 0;
  margin: 0;
  padding: 0; }

#solutionIntro h2 {
  font-size: 1.4em;
  border-bottom: 0;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-weight: 100;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-align: center; }
  #solutionIntro h2 span {
    font-weight: 700; }
  #solutionIntro h2:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  #solutionIntro h2.greentext {
    color: #a4bb28; }
    #solutionIntro h2.greentext:after {
      background: #a4bb28; }
  #solutionIntro h2.whitetext {
    color: #fff; }
    #solutionIntro h2.whitetext:after {
      background: #fff; }

.single-page {
  padding: 50px 0; }
  .single-page h2 {
    font-size: 1.4em;
    border-bottom: 0;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 100;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-align: center; }
    .single-page h2 span {
      font-weight: 700; }
    .single-page h2:after {
      content: "";
      width: 100px;
      height: 2px;
      background: #000;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .single-page h2.greentext {
      color: #a4bb28; }
      .single-page h2.greentext:after {
        background: #a4bb28; }
    .single-page h2.whitetext {
      color: #fff; }
      .single-page h2.whitetext:after {
        background: #fff; }

.page-title-overlayed {
  left: 0;
  right: 0;
  z-index: 100;
  padding: 50px 0;
  position: relative; }

h1.solution-page-header {
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 100; }

.team-member {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px; }
  .team-member .team-member h3 {
    margin-top: 0;
    margin-bottom: 22px;
    font-weight: 700; }
    .team-member .team-member h3 a {
      color: #333738; }
  .team-member:last-child {
    margin: 0; }

a.email {
  color: #000; }

.all {
  padding: 10px;
  font-weight: 500;
  margin-top: 40px; }
  .all a {
    color: #fff; }

.sample {
  overflow: hidden;
  background: #fafbf2;
  text-align: center;
  padding: 8px 20px;
  border: 1px solid #e2e2e2;
  font-size: 1.2em; }
  .sample p {
    margin: 0; }
  .sample span {
    font-weight: 800;
    color: #fff; }
  .sample a {
    color: #333738;
    display: block;
    font-weight: 600;
    text-align: center !important;
    font-size: 14px; }
    .sample a:hover {
      color: #748903; }
  .sample .back span {
    color: #333738;
    display: inherit;
    text-align: center;
    font-size: 14px; }
  .sample .front span {
    font-size: 29px;
    line-height: 1.2; }

a.spacer {
  margin-top: 20px; }

.tweet > div {
  background: #f1f1f1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  border: 10px solid #fafafa; }
  .tweet > div:first-child {
    border-left: 0; }
  .tweet > div > div {
    top: 30px;
    padding: 0 20px; }
.tweet a {
  color: #000; }
.tweet.tweet:before {
  position: absolute;
  top: 0;
  /* background:url(/wp-content/uploads/2017/01/twitter.png) no-repeat; */
  width: 11%;
  height: 15%;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
.tweet img {
  display: none; }

.social-icons a {
  font-size: 2em;
  color: #000;
  margin: 0 5px; }

/*
.footer-menu {
    margin-bottom: 30px
}
*/
* h2.solution-page-header {
  font-size: 1.2em;
  color: #fff;
  margin: 0 0 20px;
  font-weight: 100; }

.page-template-products .header-image,
.page-template-solutions .header-image,
.page-template-solutions2 .header-image,
.page-template-use-cases .header-image {
  height: calc(40vh - 85px);
  background-attachment: fixed; }

.features ul {
  margin: 0;
  padding: 0 li;
    padding-border-bottom: solid 1px #e7e7e7;
    padding-font-size: 1em;
    padding-color: #333;
    padding-margin-bottom: 10px;
    padding-padding-bottom: 10px; }
.features h3 {
  font-size: 1em;
  font-weight: 700;
  text-align: center; }

.sol-copy p {
  color: #fff; }

.whousesit p {
  margin-bottom: 30px; }

.whousesit .intro-text {
  font-size: 18px; }

.whousesit .front p {
  margin-bottom: 0;
  color: #fff;
  font-size: .8em;
  margin-top: 10px;
  line-height: 1.4; }

.home_quote_box {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  /* &:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        z-index: 10
    } */ }
  .home_quote_box .quoteitem {
    top: 0;
    bottom: 0;
    background: #bfd730;
    margin: 20px; }
    .home_quote_box .quoteitem .quotename {
      font-size: 0.7em;
      color: #000;
      font-weight: 500;
      text-align: right; }
    .home_quote_box .quoteitem:before {
      background: url(/wp-content/uploads/2017/01/quotations.png) no-repeat;
      position: absolute;
      width: 14%;
      background-size: contain;
      height: 14%;
      left: 50%;
      top: -5%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }

.home_quote_box:nth-child(6),
.home_quote_box:nth-child(7) {
  display: none; }

/*
.intro-text-p {
    font-size: 1.2em!important;
    color: #fff;
    line-height: 1.7
}



.page-template-products .panetitle {
    background: #333738
}

.page-template-products .panetitle.open {
    background: #cad401
}
*/
/*

.page-template-products .panetitle h2 {
    color: #fff
}

.page-template-products .panecopy h2 {
    font-size: 20px;
    margin-bottom: 5px
}

.page-template-products .panecopy p {
    margin: 0 40px 10px
}

.page-template-products .panecopy.open {
    max-height: 3000px
}
*




.previous {
    float: right;
    margin-left: 10px
}


*/
li#menu-item-3559:before {
  content: "MDXT CONNECT"; }

li#menu-item-3603:before {
  content: "By Role";
  padding-top: 1px; }

li#menu-item-3899:before {
  content: "By Sector";
  padding-top: 1px; }

.nav-tel {
  color: #353638 !important;
  font-size: 12px;
  font-weight: 500;
  margin-left: 50px;
  padding-left: 30px;
  text-align: center;
  /* text-transform: uppercase; */ }

li#menu-item-3559:before,
li#menu-item-3603:before,
li#menu-item-3899:before {
  width: 100%;
  margin-left: 6px;
  font-weight: 700;
  line-height: 1.42857143;
  color: #2c3235;
  font-size: 13px;
  text-transform: uppercase; }

#solutionIntro {
  background: #c2d93d;
  background: linear-gradient(135deg, #a4bb28 0%, #a4bb28 50%, #bfd730 50%, #bfd730 100%);
  padding: 70px 0;
  background-attachment: fixed; }

.platform-list {
  background: #a4bb28;
  padding: 20px 10px;
  margin-bottom: 20px; }
  .platform-list:hover {
    background: #6d6e71; }
  .platform-list a {
    color: #fff; }
    .platform-list a:hover {
      color: #fff; }

section#callback {
  background: linear-gradient(135deg, #66686b 0%, #66686b 50%, #6d6e71 50%, #6d6e71 100%);
  background-attachment: fixed;
  margin-top: 40px;
  padding: 60px 0px; }
  section#callback p {
    color: #fff; }
  section#callback .form-control {
    padding: 9px;
    border-radius: 0;
    background: #fff;
    border: 0;
    font-size: 13px;
    height: auto; }
  section#callback .btn-default {
    height: 41px;
    padding: 10px 20px;
    background: #a4bb28;
    color: #fff;
    border: solid 1px;
    line-height: 13px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px; }

form#mailchimpfoot {
  margin: auto; }

.feature {
  background: #fff;
  padding: 10px 30px;
  margin: 7px;
  font-weight: 500; }

.quoteblock {
  border: solid 1px #eae8e8;
  padding: 50px 30px; }
  .quoteblock .quotename {
    font-size: 0.8em;
    font-weight: 600;
    margin-top: 10px; }
    .quoteblock .quotename i {
      color: #b0c41b;
      font-size: 2em;
      vertical-align: bottom;
      margin-right: 10px; }

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #b0c41b; }

@media (min-width: 768px) {
  .owl-container {
    padding-top: 85px; }

  .home-icon {
    display: block !important; }

  .footer-menu {
    display: none; }
    .footer-menu ul li {
      width: 106px;
      text-align: center; }

  .dropdown-menu {
    background: #f8f9fa; }

  .dropdown-menu > a,
  .navbar-nav > li > a {
    font-size: 12px;
    font-weight: 500; }

  .scrolldown,
  .whousesit .scrolldown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    cursor: pointer; }

  .col-lg-3 {
    width: 25%;
    float: left; }

  .navbar {
    background-color: #fff;
    border: none;
    -webkit-transition: 300ms background-color linear;
    transition: 300ms background-color linear; }
    .navbar .navbar-nav > li > a {
      color: #353638 !important;
      line-height: 40px; }

  .dropdown-menu {
    border: 0; }

  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    background: #333738;
    color: #fff !important; }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover {
    background: #333738;
    color: #fff !important; }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    color: #555 !important;
    background-color: transparent !important; }

  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > .active > a:hover {
    font-size: 12px;
    background: #fff;
    color: #555; }

  .nologo,
  .whousesit h2 {
    font-size: 1em;
    text-transform: uppercase; }

  .whousesit .grid-item > div {
    margin-bottom: 30px;
    padding: 0;
    border: 1px solid #c9c9c9;
    border-top: #333738 3px solid;
    border-radius: 5px; }

  .whousesit h2 {
    margin: 0;
    font-weight: 700;
    color: #333738;
    background: #c7d401;
    padding: 10px;
    border-bottom: solid 3px #eaeaea; }

  .whousesit .grid-item > div > div {
    padding: 10px; }

  .nologo {
    margin: 9px 10px;
    font-weight: 800; }

  .newsitem > div {
    margin-bottom: 10px; }

  .twitter-feed .newsitem > div {
    background: #fdffed; }

  .twit {
    padding: 100px 0;
    background: #333738; }

  .twit h1.page-header {
    color: #a4bb28; }

  .single-page {
    padding: 50px 0 0;
    background: #fff; }

  .single-page h1.page-header {
    color: #333738; }

  header.carousel {
    height: 100vh;
    background: url(img/traders.jpg) fixed;
    background-size: cover; }

  .scrolldown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 30px 20px 0;
    color: #fff; }

  .newssection {
    padding: 70px 0; }

  .clienttest,
  .quotesonhome {
    padding: 70px 0; }
    .clienttest .scrolldown,
    .quotesonhome .scrolldown {
      margin-top: 70px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 30px 20px 0;
      color: #fff;
      cursor: pointer; }
      .clienttest .scrolldown span,
      .quotesonhome .scrolldown span {
        vertical-align: middle;
        font-size: 24px;
        text-transform: uppercase; }
      .clienttest .scrolldown i,
      .quotesonhome .scrolldown i {
        vertical-align: sub;
        font-size: 24px;
        margin-right: 12px;
        -webkit-animation-name: bounce;
        animation-name: bounce;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        text-shadow: 1px 5px 1px #000; }

  .page-title-overlayed {
    left: 0;
    right: 0;
    z-index: 100;
    padding: 100px 0; }

  .grid a {
    color: #767d00;
    font-weight: 500; }

  .news-single .col-md-8 h3 {
    line-height: 1.3;
    margin: 10px 0px;
    border-bottom: solid 1px #bfd730;
    padding-bottom: 15px;
    font-size: 14px;
    color: #6d6e71;
    text-transform: uppercase; }
  .news-single h1 {
    line-height: 1.3;
    margin-bottom: 0px;
    text-transform: uppercase; }
  .news-single .btn {
    margin-bottom: 20px; }
  .news-single p {
    line-height: 2; }

  .member {
    position: relative; }
    .member .frontpanel {
      position: relative; }
      .member .frontpanel .quickdetails {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #6d6e71;
        padding: 10px;
        opacity: 1;
        -webkit-transition: all linear 400ms;
        transition: all linear 400ms; }
        .member .frontpanel .quickdetails h3 {
          font-size: 1.2em;
          border-bottom: 0;
          text-transform: uppercase;
          font-weight: 100;
          position: relative;
          margin: 0; }
          .member .frontpanel .quickdetails h3 span {
            font-weight: 700; }
          .member .frontpanel .quickdetails h3 a {
            color: #fff; }
    .member .biography {
      position: absolute;
      top: 0;
      background: rgba(109, 110, 113, 0.7);
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px;
      opacity: 0;
      -webkit-transition: all linear 400ms;
      transition: all linear 400ms; }
      .member .biography p {
        color: #fff;
        line-height: 1.6; }
    .member:hover .biography {
      opacity: 1; }
    .member:hover .quickdetails {
      opacity: 0; }

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

  .products > div > div > div {
    padding: 50px 30px; }
  .products .btn-default {
    display: block; }

  .home_quote_box {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-transform: scale(1);
    transform: scale(1);
    /* &:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        z-index: 10
    } */ }
    .home_quote_box .quoteitem {
      top: 0;
      bottom: 0;
      background: #bfd730;
      margin: 20px; }
      .home_quote_box .quoteitem .quotename {
        font-size: 0.7em;
        font-weight: 500; }
      .home_quote_box .quoteitem:before {
        background: url(/wp-content/uploads/2017/01/quotations.png) no-repeat;
        position: absolute;
        width: 14%;
        background-size: contain;
        height: 14%;
        left: 50%;
        top: -5%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }

  .home_quote_box:nth-child(6),
  .home_quote_box:nth-child(7) {
    display: block; }

  h1.solution-page-header {
    font-size: 2em; }

  h2.solution-page-header {
    font-size: 1.5em; } }
@media (min-width: 993px) {
  .footer-menu ul li {
    width: 178px;
    text-align: center; } }
/*# sourceMappingURL=style.css.map */