/*
    CSS used by all pages.

    Color Palette:
    HEX         RGB         Name
    #5F6062     95,96,98    Univar Logo Grey
    #1AB2E8                 Light blue
    #3E454C     62,69,76    Dark grey
    #FFD454     255,212,84  Yellow-orange
    #01BEDC     1,190,220   Bright Teal
    #00AEDB     0,174,219   Medium Teal (Univar)
    #007A87     0,122,135   Dark Teal
    #663096                 Medium Purple
    #551A8B                 Dark Purple
-------------------------------------------------------------------------- */
/*(95,96,98)*/
/*(255,212,84)*/
/*(1,190,220)*/
/*(0,174,219)*/
/*(0,122,135)*/
/* border color */


:root {
    --color-aqua: #c3fff9;
    --color-blue: rgba(33, 150, 243, 1.0);
    --color-blue2: rgba(54, 162, 235, 1.0);
    --color-sky-blue: #e7f5fe;
    --color-teal: rgba(75, 192, 192, 1.0);
    --color-red: rgba(255, 99, 132, 1.0);
    --color-orange: rgba(255, 159, 64, 1.0);
    --color-yellow: rgba(255, 205, 86, 1.0);
    --color-green: rgba(75, 192, 192, 1.0);
    --color-purple: rgba(153, 102, 255, 1.0);
    --color-purple2: rgba(110, 114, 252, 1.0);
    --color-pink: rgba(234, 10, 142, 1.0);
    --color-invalid-yellow: #FFFFCC;
    --color-memo-yellow: #ffff88;
    --color-white-smoke: #f5f5f5;
    --color-light-grey: #eee;
    --color-light-grey2: #e5e5e5;
    --color-med-grey: #ddd; /*border color*/
    --color-med-grey2: rgba(201, 203, 207, 1.0);
    --color-med-grey3: rgba(170, 170, 170, 1.0); /* #aaa */
    --color-dark-grey: #404040;
    --hover-bg-color: #eee;
    --topnav-submenu-bg-hover: #f5f5f5; /*was #C3FFF9*/
    --h1-font: 'Hind Siliguri';
    --h2-font: 'Hind Siliguri';
    --custom-bg-color1: #f4f4f4;
    --footer-bg: #1C2A48;
    --footer-copyright-bg: #16223A;
    --header-blue: #0061C3;
    --header-grey: #455464;
}


* {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  /*Roboto,Barlow,Muli,Karma*/
  font-size: 13pt;
  /* was 1.1rem */
  font-weight: 400;
  color: #4a4a4a;
  letter-spacing: 0.03em;
}
[data-type="foo"] {
  /* Apply style if attribute has this exact value*/
}
h1,
h1.trend,
h1.phone {
  font-family: 'Roboto', 'Open Sans';
  letter-spacing: -0.03em;
  font-size: 24pt;
  color: #585858;
  margin: 15px 10px;
}
h1.trend:before {
  position: relative;
  content: url(../images/trending.png);
  background-size: 40px;
  top: 5px;
  margin-right: 0.2em;
}
h1.phone:before {
  background-image: url(../images/iphone.png);
  background-size: 60px 40px;
  display: inline-block;
  width: 60px;
  height: 40px;
  margin-right: 0.2em;
  content: "";
}
h2 {
  margin: 0;
  text-transform: uppercase;
}
h1:hover + .line,
h2:hover + .line,
.service-title:hover + .line {
  width: 250px;
}
/* Call now */
h3 {
  margin: 20px;
  text-align: center;
}
h3 a {
  font-family: 'Josefin Sans';
  font-size: 24pt;
  text-decoration: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
blockquote {
  /*background: #f9f9f9;*/
  border-left: 10px solid #eee;
  /*margin: 2.5em 10px;*/
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  font-family: 'Racing Sans One', sans-serif;
  font-size: 72pt;
  color: #eee;
  content: "\201C";
  line-height: 0.25em;
  margin-right: 0.05em;
  /* was 0.25em */
  vertical-align: -0.3em;
  /*position: relative;
    left: -10px;
    top: 35px;*/
}
blockquote p {
  font-family: 'Caveat';
  display: inline;
  font-size: 24pt;
}
/* font awesome icons */
i {
  color: #ddd;
}
p {
  margin-bottom: 0.5em;
  line-height: 1.5em;
  text-indent: 10px;
}
b {
  font-weight: 700;
}
span {
  text-indent: 0;
}
.title,
.consulting {
  font-family: 'Josefin Sans';
  /*font-family: 'Lobster Two', cursive; yes
    font-family: 'Marcellus', serif; yes
    font-family: 'Marcellus SC', serif; yes
    font-family: 'Quicksand','Hind'; no
    font-family: 'Caveat', cursive; yes*/
  padding-top: 25vh;
  color: #fff;
  opacity: 1;
  font-size: 48pt;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  /* Glow after delay*/
  -webkit-animation: bounce 3s;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  text-transform: uppercase;
  line-height: 0.74em;
  /*font-variant: small-caps;*/
}
.mm,
.bi {
  font-family: inherit;
  font-size: 72pt;
  color: inherit;
  letter-spacing: -0.21em;
}
.bi {
  letter-spacing: -0.1em;
}
.data-look-good {
  font-family: 'Julius Sans One';
  padding-top: 10px;
  color: #fff;
  opacity: 1;
  font-size: 20pt;
  letter-spacing: 0.08em;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  /* Glow after delay*/
  -webkit-animation: bounce 3s;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
@-webkit-keyframes bounce {
  25%,
  75% {
    color: #111;
  }
  0%,
  50%,
  100% {
    color: #fff;
  }
}
/************************************* Header - nav menu *************************************/
/* Container for menu bar */
ul.topnav {
  position: relative;
  width: 100%;
  list-style-type: none;
  padding: 0;
  /*display: inline-block;*/
  text-align: left;
}
ul.topnav li:not(:last-child) {
  text-align: center;
  padding: 20px 15px;
  min-width: 100px;
  display: inline-block;
}
ul.topnav li:first-child {
  padding: 25px 15px;
}
/* add hover effects on li block-menu items */
ul.topnav li:not(:first-child):not(:nth-child(7)):hover {
  transition: 0.3s;
  background-color: none;
}
/* MMBI Consulting */
ul.topnav li:first-child * {
  font-family: 'Josefin Sans';
  color: #fff;
  line-height: 0.85em;
  font-size: 13px;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
ul.topnav li:first-child img {
  width: 40px;
}
.compress {
  font-size: 20px !important;
  letter-spacing: -0.21em !important;
}
/* Everything except the logo and buttons */
/*ul.topnav li:not(:first-child):not(:nth-child(8)) a {*/
ul.topnav li:not(:first-child) a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  color: #fff;
  /* was #585858 when header was separate */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  /*transition: all .20s ease-in;*/
}
ul.topnav li:not(:first-child):not(:nth-child(8)) a:hover {
  border-bottom: 5px solid #ddd;
}
/* Hamburger icon */
ul.topnav li:last-child {
  position: absolute;
  top: 0;
  right: 15px;
  display: none;
}
ul.topnav li.float-right {
  float: right;
  padding: 15px;
}
/* Responsive style */
/*ul.topnav.responsive li {
    font-size: 14pt;
    color: #fff;
    display: block;
}
ul.topnav.responsive li:not(:last-child) a {
    font-size: 14pt;
    color: #fff;
    display: block;
}*/
/************************************* Section styles *************************************/
section {
  margin: 0;
  padding: 0;
  width: 100%;
  /*min-width: 500px;*/
  text-align: center;
  position: relative;
}
.section-column {
  padding: 10px 20px;
  min-height: 200px;
  width: 25%;
  min-width: 350px;
  text-align: left;
  vertical-align: top;
  display: inline-block;
}
#main {
  height: 70vh;
  min-height: 600px;
  /*padding: 20px 0 50px;*/
  text-align: center;
  background-image: url(../images/background/shutterstock_598993493_1600w.jpg);
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 1s;
}
/************************************* About section *************************************/
#about {
  margin-top: 10px;
  min-height: 400px;
  background: #fff;
}
.getting-started {
  margin: 10px 20px;
  padding: 0;
  min-height: 300px;
  border-radius: 2px;
  text-align: right;
  /*background*/
  background-image: url(../images/coffee_sm.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.getting-started-container {
  min-height: 300px;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.getting-started-container div {
  color: #fff;
  text-align: right;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.getting-started-container div:first-of-type {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 60px;
  letter-spacing: -0.03em;
  line-height: 1em;
  /*was 0.71*/
}
.getting-started-container div:nth-of-type(2) {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  margin-top: 15px;
  margin-left: 40%;
}
/************************************* What We Can Do *************************************/
#services {
  /*min-height: 120px;
    color: #ddd;
    width: 100%;*/
}
.what-can-we-do {
  font-family: 'Barlow Condensed', sans-serif;
  /*try 'Roboto','Open Sans'*/
  color: #000;
  font-size: 80px;
  letter-spacing: -0.03em;
  line-height: 1em;
  /*was 0.71*/
}
.service-container {
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
  align-items: stretch;
  /*default*/
}
.service-container > div {
  min-width: 350px;
  width: 50%;
  margin: 20px;
  min-height: 325px;
  border: none;
  /*flex-shrink: 0;*/
  flex-grow: 1;
}
.service > div {
  padding: 20px;
  text-align: left;
}
.service h1 {
  color: #000;
}
.service:first-of-type {
  /*background: url(../images/servers.jpg) center center no-repeat;
    background-size: cover;*/
}
.service img {
  float: right;
  margin: 10px 20px;
}
@media screen and (max-width: 1000px) {
  .service-container {
    display: block;
  }
  .service-container > div {
    width: 100%;
    margin: 0;
  }
}
/************************************* Our Promise section *************************************/
#promise {
  padding: 10px 0;
  min-height: 500px;
  background-image: url(../images/background/shutterstock_247224064_1500w.jpg);
  background-position: top 5% center;
  background-repeat: no-repeat;
  background-size: cover;
}
.promise-header {
  height: 100%;
  color: #fff;
  font-size: 80px;
  font-family: 'Barlow Condensed';
  letter-spacing: -0.03em;
  text-align: center;
  line-height: 0.71;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.promise-content {
  width: 80%;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-size: 28px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  display: inline-block;
  margin: 30px 0;
  padding: 20px 10px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
/************************************* Use Case section *************************************/
#usecase {
  padding-top: 10px;
  min-height: 500px;
  background: #f8f8f8;
  background-image: url(../images/truck_sm.jpg);
  /*background-attachment: fixed;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-bg {
  padding: 5px 10px;
  border-radius: 10px;
  border: 0px solid #eee;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  /*background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#ddd));
    background: -moz-linear-gradient(#f5f5f5, #ddd);
    background: -o-linear-gradient(#f5f5f5, #ddd);
    background: linear-gradient(#f5f5f5, #ddd);*/
}
img.truck {
  position: absolute;
  width: 150px;
  top: -60px;
  right: 40px;
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.5s ease;
  /* Firefox */
  -ms-transition: all 0.5s ease;
  /* IE 9 */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
}
img.marker {
  position: absolute;
  width: 120px;
  top: -50px;
  right: 60px;
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.5s ease;
  /* Firefox */
  -ms-transition: all 0.5s ease;
  /* IE 9 */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
}
img.steps {
  position: absolute;
  width: 200px;
  top: -65px;
  right: 40px;
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.5s ease;
  /* Firefox */
  -ms-transition: all 0.5s ease;
  /* IE 9 */
  -o-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
}
img.truck:hover,
img.marker:hover,
img.steps:hover {
  -webkit-transform: scale(1.25);
  /* Safari and Chrome */
  -moz-transform: scale(1.25);
  /* Firefox */
  -ms-transform: scale(1.25);
  /* IE 9 */
  -o-transform: scale(1.25);
  /* Opera */
  transform: scale(1.25);
}
/************************************* Companies *************************************/
#companies {
  padding-top: 20px;
  min-height: 300px;
  margin: 0;
  background: #f8f8f8;
  text-align: center;
}
#companies .section-column {
  text-align: center;
}
.companies {
  font-family: 'Barlow Condensed', sans-serif;
  /*try 'Roboto','Open Sans'*/
  font-size: 80px;
  letter-spacing: -0.03em;
  line-height: 1em;
  /*was 0.71*/
}
#companies img {
  max-height: 200px;
  transition: all 2s ease;
}
#companies img:hover {
  -webkit-transform: scale(1.25);
  /* Safari and Chrome */
  -moz-transform: scale(1.25);
  /* Firefox */
  -ms-transform: scale(1.25);
  /* IE 9 */
  -o-transform: scale(1.25);
  /* Opera */
  transform: scale(1.25);
}
.work-experience {
  color: #fff;
  position: relative;
  margin-top: -40px;
  display: inline-block;
  background: #75daff;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
/************************************* Our Team *************************************/
#ourteam {
  padding-bottom: 50px;
  min-height: 300px;
  width: 100%;
  background: #fff;
  display: inline-table;
}
#ourteam > div {
  vertical-align: top;
}
.ourteam {
  min-height: 300px;
  width: 50%;
  min-width: 400px;
  border: 0px solid #000;
  display: inline-block;
}
.ourteam > div {
  height: 100%;
  padding: 10px 20px;
  text-align: left;
}
img.vadim {
  height: 150px;
  position: relative;
  float: left;
  left: -10px;
  box-shadow: 0 0 0 5px #eee;
  border-radius: 50%;
}
img.vadim:hover {
  cursor: pointer;
  -moz-animation: bounceOut 0.4s linear;
  -webkit-animation: bounceOut 0.4s linear;
}
img.romeo {
  height: 150px;
  position: relative;
  float: left;
  left: -10px;
  box-shadow: 0 0 0 5px #eee;
  border-radius: 50%;
}
img.romeo:hover {
  cursor: pointer;
  -moz-animation: bounceOut 0.4s linear;
  -webkit-animation: bounceOut 0.4s linear;
}
.line {
  position: relative;
  margin: 10px 5px 20px;
  border-top: 3px solid #eee;
  width: 100px;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
/************************************* Contact Us *************************************/
#contact {
  padding: 10px 0 150px;
  background: #a2e9f5;
  /* try other blue shades #abe3f9, #a2e9f5, #add8e6, #a5ebf1 */
  background-image: url(../images/Seattle-bw.png);
  background-position: bottom left 50%;
  background-repeat: no-repeat;
}
.contact-name {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 2;
}
/************************************* Floating side menu *************************************/
ul.floating-menu {
  list-style-type: none;
  position: fixed;
  top: 80px;
  left: 0px;
  padding: 0;
  overflow: auto;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.floating-menu li {
  margin: 1px 0;
  display: block;
  height: 50px;
  width: 60px;
  text-align: center;
  transition: 0.5s;
}
ul.floating-menu li:nth-child(1) {
  background: rgba(255, 255, 255, 0.7);
  /*was #29CCE5*/
  background-image: url(../images/house.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
}
ul.floating-menu li:nth-child(2) {
  background: rgba(255, 255, 255, 0.7);
  background-image: url(../images/db_usecase.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55px auto;
}
ul.floating-menu li:nth-child(3) {
  background: rgba(255, 255, 255, 0.7);
  background-image: url(../images/peterbilt.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45px auto;
}
/* contact */
ul.floating-menu li:nth-child(4) {
  background: rgba(255, 255, 255, 0.7);
  background-image: url(../images/iphone.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
}
ul.floating-menu li:hover {
  width: 100px;
  cursor: pointer;
}
ul.floating-menu li img {
  padding: 0;
}
ul.floating-menu li a {
  font-size: 13px;
  width: 100%;
  height: 100%;
  color: #ddd;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.hideme {
  /*opacity: 0;*/
  left: -100px !important;
}
/************************************* Link styles *************************************/
.blue-link,
.blue-link:link,
.blue-link:active,
.blue-link:visited {
  color: #0000ff !important;
  text-decoration: underline;
  cursor: pointer;
}
.dotted {
  border-bottom: 1px dotted #0000ff;
}
/* Bottom to top */
.sliding-u-b-t {
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
}
.sliding-u-b-t:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 0px;
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sliding-u-b-t:hover:after {
  height: 3px;
  background: #fff;
}
/************************************* Drop-down, Text Input and Button style *************************************/
a.btn-nostyle {
  color: #404040;
  margin: 5px;
  /* was 10px */
  padding: 8px 15px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  /*transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;*/
}
a.btn-grad-blue-md {
  padding: 10px 15px;
  margin: 5px;
  border-radius: 2px;
  display: inline-block;
  /* linear gradient */
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#55A4FF), to(#1E90FF));
  background: -moz-linear-gradient(#55A4FF, #1E90FF);
  background: -o-linear-gradient(#55A4FF, #1E90FF);
  background: linear-gradient(#55A4FF, #1E90FF);
  /* font style */
  text-decoration: none;
  color: #e5e5e5;
}
a.btn-grad-blue-md:hover {
  /* linear gradient */
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#4fa1ff), to(#1188ff));
  background: -moz-linear-gradient(#4fa1ff, #1188ff);
  background: -o-linear-gradient(#4fa1ff, #1188ff);
  background: linear-gradient(#4fa1ff, #1188ff);
}
a.btn-grad-green-lg {
  margin: 5px;
  padding: 10px 15px;
  border: none;
  border-radius: 8px;
  border-bottom: 2px solid #333;
  display: inline-block;
  /* linear gradient */
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ADFF2F), to(#7ec60f));
  background: -moz-linear-gradient(#ADFF2F, #7ec60f);
  background: -o-linear-gradient(#ADFF2F, #7ec60f);
  background: linear-gradient(#ADFF2F, #7ec60f);
  /* font style */
  text-decoration: none;
  color: #404040;
}
a.btn-grad-green-lg:hover {
  /* linear gradient */
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#9ce827), to(#73b70b));
  background: -moz-linear-gradient(#9ce827, #73b70b);
  background: -o-linear-gradient(#9ce827, #73b70b);
  background: linear-gradient(#9ce827, #73b70b);
}
a.btn-clear {
  color: #404040;
  margin: 5px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: transparent;
  text-decoration: none;
  outline: none;
  /* transition */
  transition: 0.1s ease-in-out !important;
  -o-transition: 0.1s ease-in-out !important;
  -ms-transition: 0.1s ease-in-out !important;
  -moz-transition: 0.1s ease-in-out !important;
  -webkit-transition: 0.1s ease-in-out !important;
}
a.btn-clear:hover {
  border: 1px solid #fff;
  background: #ffffff;
}
input {
  margin: 0 5px;
  padding: 3px 5px;
  border: none;
  border-bottom: 1px solid #ddd;
  /*background: #f5f5f5;*/
}
input.invalid {
  border-radius: 3px;
  border: 1px solid red;
}
textarea {
  width: 100%;
  padding: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
textarea.invalid {
  border: 1px solid red;
}
::-webkit-input-placeholder {
  font-family: 'Karma';
  color: #c0c0c0;
  font-style: italic;
}
:-moz-placeholder {
  font-family: 'Karma';
  color: #c0c0c0;
  font-style: italic;
}
::-moz-placeholder {
  font-family: 'Karma';
  color: #c0c0c0;
  font-style: italic;
}
:-ms-input-placeholder {
  font-family: 'Karma';
  color: #c0c0c0;
  font-style: italic;
}
/* Default drop-down button style */
select {
  border: 1px solid #d3d3d3;
  margin: 5px 8px;
  /* default margin */
  padding: 3px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  outline: none;
  /*box-shadow: inset 0 0 7px 0 #d3d3d3;*/
  background: linear-gradient(#f5f5f5, #ddd);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#ddd));
  background: -moz-linear-gradient(#f5f5f5, #ddd);
  background: -o-linear-gradient(#f5f5f5, #ddd);
}
#dvInvalidEmail {
  display: none;
  color: red;
  font-style: italic;
}


.ts-btn {
    margin: 10px 0;
    padding: 10px;
    color: #fff !important;
    font-size: 15px;
    border: none;
    border-radius: 3px;
    outline: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
}
.ts-btn:hover,
.ts-btn:active,
.ts-btn:focus {
    -webkit-filter: brightness(85%);
    cursor: pointer;
    text-decoration: none;
}
.ts-btn.purple {
    /* Prime Number */
    background-color: var(--color-purple2);
    background-image: linear-gradient(315deg, var(--color-purple2) 0%, #ad1deb 74%);
}

/************************************* For Footer.html *************************************/
#footer {
  margin: 0;
  padding: 0;
  text-align: center;
  background-image: url(../images/background/pikeplace.jpg);
  position: relative;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.container {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 10px;
}
#footer p {
  color: #fff;
}
.contact-us {
  color: #fff;
  position: relative;
  margin-top: -40px;
  display: inline-block;
  background: orange;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.top-row {
  margin: 20px;
  font-family: 'Josefin Sans';
  font-size: 17px;
  color: #fff;
  line-height: 0.9em;
  border-bottom: 0px solid #aaa;
  text-transform: uppercase;
}
.initials {
  font-family: inherit;
  font-size: 20px;
  color: inherit;
  margin: 0 5px;
  letter-spacing: -0.21em;
}
#footer a,
#footer a:visited,
#footer a:active {
  font-family: 'Segoe UI Light', 'Segoe UI';
  color: #fff !important;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-decoration: none;
}
#footer a:hover {
  cursor: pointer;
}
#footer img {
  border: none;
  margin: 2px 5px;
}
/* Default font for non-links in footer - all pages */
.content-footer {
  font-family: 'Open Sans Condensed';
  color: #aaa;
  margin: 10px;
  letter-spacing: 0.2em;
  display: inline-block;
}
.copyright,
.copyright a {
  margin: 10px;
  font-size: 10pt !important;
  color: #aaa;
}
/************************************* Table Styles *************************************/
/* Default table style */
table,
table th,
table tr,
table td {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin: 0;
  text-align: left;
}
table th {
  padding: 10px 0 0;
}
/************************************* Slideshow *************************************/
/*
    Source:
    https://www.w3schools.com/howto/howto_js_slideshow.asp
*/
.mySlides {
  display: none;
}
/* Slideshow container */
.slideshow-container {
  /*max-width: 500px;*/
  position: relative;
  margin: auto;
}
/* Caption text */
.text {
  color: #aaa;
  font-size: 15px;
  padding: 0 0 10px;
  text-align: center;
}
/*
    Place above text. Usage:
    <div class="numbertext" > 1 / 3</div >
*/
.numbertext {
  color: #aaa;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #eee;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active {
  background-color: yellowgreen;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}
/************************************* OTHER *************************************/
hr {
  margin: 20px 0;
  width: 90%;
  border: none;
  border-bottom: 1px solid #eee;
}
@-moz-keyframes bounceOut {
  0% {
    box-shadow: 0 0 0 4px #eee;
    opacity: 1;
  }
  25% {
    box-shadow: 0 0 0 1px #eee;
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 7px #eee;
    opacity: 1;
  }
  75% {
    box-shadow: 0 0 0 4px #eee;
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 0 5px #eee;
    opacity: 1;
  }
}
@-webkit-keyframes bounceOut {
  0% {
    box-shadow: 0 0 0 4px #eee;
    opacity: 1;
  }
  25% {
    box-shadow: 0 0 0 1px #eee;
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 7px #eee;
    opacity: 1;
  }
  75% {
    box-shadow: 0 0 0 4px #eee;
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 0 5px #eee;
    opacity: 1;
  }
}
/* Text area character counter */
.counter {
  padding: 2px 5px;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: not-allowed;
}
ul.arrow {
  list-style-image: url(../images/arrow_right.png);
  margin-top: 0;
}
/************************************* Tooltips *************************************/
/*
    Usage:
    <span data-type="tooltip">Hover over text<span class="tooltiptext">Tooltip text</span></span>
*/
[data-type="tooltip"],
[data-type="tooltip-no-bg"] {
  position: relative;
  background: #eee;
  padding: 0 2px;
  border-bottom: 2px solid #ddd;
  cursor: help;
}
[data-type="tooltip-no-bg"] {
  background: none;
}
[data-type="tooltip"]:after,
[data-type="tooltip-no-bg"]:after {
  content: '\003f';
  vertical-align: super;
  /* make superscript */
  font-size: 10px;
}
[data-type="tooltip"] .tooltiptext,
[data-type="tooltip-no-bg"] .tooltiptext {
  visibility: hidden;
  position: absolute;
  bottom: 120%;
  left: 50%;
  min-width: 150px;
  background-color: black;
  color: #fff;
  font-size: 12pt;
  text-align: left;
  border-radius: 5px;
  padding: 5px;
  transform: translateX(-50%);
  /* margin-left -50% not working */
  z-index: 1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
[data-type="tooltip"] .tooltiptext::after,
[data-type="tooltip-no-bg"] .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
[data-type="tooltip"]:hover .tooltiptext,
[data-type="tooltip-no-bg"]:hover .tooltiptext {
  visibility: visible;
}
/************************************* jQuery Dialog Windows *************************************/
.ui-dialog {
  z-index: 1005 !important;
  /*overflow: visible;*/
}
.ui-widget-overlay {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  /* For IE */
  background-color: #323232 !important;
  /* Dark bg for modal window */
}
/* For welcome dialog */
.no-close .ui-dialog-titlebar-close {
  display: none;
}
/* Container outside the dialog content or body */
.ui-dialog-content {
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
  background-color: #cecece;
  border: 0px solid #585858;
}
/* Remove space from outer container. No space. */
.ui-widget-content.ui-dialog {
  border: 0px solid #000;
  /* was 5px lightblue */
  padding: 0;
  /* For demo, use "0". "0" removes border-radius */
  border-radius: 2px;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.3);
}
/* Header */
.ui-dialog-titlebar {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  /*was 13px*/
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  /* was none */
  background-color: #fff;
  border: 0;
  /* border around header */
  border-bottom: 0px solid #ddd;
  border-radius: 0;
  color: #404040;
}
/* Body */
.ui-widget-content {
  border: 1px solid #ddd;
  letter-spacing: 0.15em;
}
/* Footer */
.ui-dialog-buttonpane {
  background-color: #fff;
}
/* Cancel, OK button */
.ui-dialog-buttonpane .ui-button.ui-corner-all.ui-widget {
  color: #fff;
  margin: 0 4px;
  padding: 8px 20px;
  display: inline-block;
  background: #2196F3;
  border-radius: 0;
  border: none;
  outline: none;
  transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
}
.ui-dialog-buttonpane .ui-button.ui-corner-all.ui-widget:hover {
  text-decoration: none;
  background: #383736;
}
/* x-icon */
/*.ui-icon-closethick {
    background-image: url(../images/x-black-icon.png) !important;
    background-position: left top !important;
    margin: 0 !important;
}
.ui-dialog .ui-dialog-titlebar-close, .ui-icon-closethick {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    right: .3em;
    top: 5px;
    padding: 0;
    margin: 0;
}*/
/* 10/21/2018: Custom close icon */
.ui-dialog .ui-dialog-titlebar-close,
.ui-icon-closethick {
  margin: 0 !important;
  position: absolute;
  right: 0.3em;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
}
.ui-icon-closethick:before,
.ui-icon-closethick:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 5px;
  background-color: #000;
}
.ui-icon-closethick:before {
  transform: rotate(45deg);
}
.ui-icon-closethick:after {
  transform: rotate(-45deg);
}
.ui-icon-closethick:hover {
  opacity: 1;
}
/* End custom close icon */
.ui-dialog .ui-dialog-titlebar-close {
  background: none !important;
  border: none !important;
}
.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close:hover {
  padding: 0 !important;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 0%;
  left: 0%;
}
/************************************* jQuery Dialog variance *************************************/
.welcome {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-family: 'Barlow';
  /*For demo, use Barlow*/
  font-size: 15px;
  font-weight: 300;
  color: #404040;
  line-height: 1.5;
  /*For demo, use 1.5*/
  letter-spacing: 0.03em;
}
.welcome p {
  margin: 10px 0;
}
.welcome ul,
.welcome ol {
  margin: 5px 0;
}
/************************************* Responsive CSS *************************************/
@media screen and (max-width: 1200px) {
  #video-wrapper {
    width: 350px;
  }
  .overlay p {
    font-size: 3em;
  }
  #usecase {
    padding: 10px 0;
    min-height: 500px;
    background: #29CCE5;
  }
}
@media screen and (max-width: 700px) {
  .consulting {
    font-size: 34pt;
    letter-spacing: -0.05em;
  }
  .data-look-good {
    font-size: 16pt;
    letter-spacing: 0.05em;
  }
  .section-column {
    width: 90%;
  }
  .floating-menu {
    display: none;
  }
  ul.topnav {
    background: rgba(0, 0, 0, 0.5);
  }
  /* MMBI Consulting */
  ul.topnav li:first-child {
    display: none;
  }
  ul.topnav li:not(:first-child) {
    display: none;
  }
  /* Hamburger icon */
  ul.topnav li:last-child {
    display: block;
  }
  ul.topnav.responsive li {
    float: none;
    display: block;
    text-align: left;
  }
  /* MMBI Consulting in responsive menu */
  ul.topnav.responsive li:first-child * {
    display: none;
  }
  ul.topnav.responsive li:nth-child(8) {
    display: none;
  }
  ul.topnav.responsive li:not(:first-child):not(:nth-child(8)) a:hover {
    border: none;
  }
  #companies img {
    max-height: 160px;
  }
}
/************************************* Helper CSS *************************************/
.margin-5-10 {
  margin: 5px 10px;
}
/************************************* Background Patterns *************************************/
/*
    http://www.heropatterns.com/
    Background color: #3e454c
    Foreground (pattern) color: #d3d3d3
*/
.bg-overlapping-circles {
  background-color: #d3d3d3;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c0c0c0' fill-opacity='0.4'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm10 8c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm40 40c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.bg-floor-tile {
  background-color: #3e454c;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10h10v10H0V10zM10 0h10v10H10V0z' fill='%235e5e5e' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}
/************************************* NOT USED - save for later. *************************************/
/* Gradient line background - not used */
.gradient-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#faf6f5), to(rgba(255, 255, 255, 0)), color-stop(0, #e5eeef));
}
.gradient-bg2 {
  /* Radial bg */
  /*background: radial-gradient( circle at 50% 30%, #f5f5f5, #E5EEEF 80% );*/
  /* Gradient bg
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#E5EEEF), to(#F5F5F5));
    background: -moz-linear-gradient(#E5EEEF, #F5F5F5);
    background: -o-linear-gradient(#E5EEEF, #F5F5F5);
    background: linear-gradient(#E5EEEF, #F5F5F5);*/
}
/* PNG shadow */
.png-shadow {
  /*-webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(2px 2px 3px #222);*/
}
.sample-image {
  opacity: 1;
}
.layer {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-out;
  /* Safari and Chrome */
  -moz-transition: opacity 0.5s ease-out;
  /* Firefox */
  -ms-transition: opacity 0.5s ease-out;
  /* IE 9 */
  -o-transition: opacity 0.5s ease-out;
  /* Opera */
}
.sample-image:hover .layer {
  opacity: 1;
}
.addopacity {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-out;
  /* Safari and Chrome */
  -moz-transition: opacity 0.5s ease-out;
  /* Firefox */
  -ms-transition: opacity 0.5s ease-out;
  /* IE 9 */
  -o-transition: opacity 0.5s ease-out;
  /* Opera */
}
.addopacity:hover {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
