/*
*	Mobodiag theme CSS
*
*/
/*
*	Includes
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

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

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

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

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

@font-face {
  font-family: 'HelveticaNeueLT';
  src: url("../fonts/2E011A_0_0.eot");
  src: url("../fonts/2E011A_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2E011A_0_0.woff2") format("woff2"), url("../fonts/2E011A_0_0.woff") format("woff"), url("../fonts/2E011A_0_0.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'HelveticaNeueLT';
  src: url("../fonts/2E011A_1_0.eot");
  src: url("../fonts/2E011A_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2E011A_1_0.woff2") format("woff2"), url("../fonts/2E011A_1_0.woff") format("woff"), url("../fonts/2E011A_1_0.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'HelveticaNeueLT';
  src: url("../fonts/2E011A_2_0.eot");
  src: url("../fonts/2E011A_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2E011A_2_0.woff2") format("woff2"), url("../fonts/2E011A_2_0.woff") format("woff"), url("../fonts/2E011A_2_0.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: 'HelveticaNeueLT';
  src: url("../fonts/2E011A_3_0.eot");
  src: url("../fonts/2E011A_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2E011A_3_0.woff2") format("woff2"), url("../fonts/2E011A_3_0.woff") format("woff"), url("../fonts/2E011A_3_0.ttf") format("truetype");
  font-weight: normal; }
@font-face {
  font-family: 'HelveticaNeueLT';
  src: url("../fonts/2E011A_4_0.eot");
  src: url("../fonts/2E011A_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2E011A_4_0.woff2") format("woff2"), url("../fonts/2E011A_4_0.woff") format("woff"), url("../fonts/2E011A_4_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
/*
*	Mixins
*/
/*
*	General
*/
body {
  position: relative;
  font-family: HelveticaNeueLT, Helvetica, Arial, sans-serif;
  min-height: 100%;
  line-height: 1.15; }

html {
  width: 100%;
  height: 100%;
  overflow: auto; }

body.show-menu {
  width: 100%;
  height: 100%;
  overflow: hidden; }

img {
  max-width: 100%; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.clear {
  clear: both; }

.italic {
  font-style: italic; }

sup {
  vertical-align: super;
  font-size: 0.7em; }

strong {
  font-weight: bold; }

a {
  color: #666;
  text-decoration: none; }
  a:hover {
    color: #000;
    text-decoration: underline; }
  a img {
    border: 0; }

header {
  width: 90%;
  max-width: 1440px;
  margin: auto;
  padding: 20px 0;
  height: 30px; }
  header.fixed-nav {
    margin-bottom: 60px; }
  @media (min-width: 1280px) {
    header {
      height: 47px; }
      header a img {
        width: 250px; } }

ul, ol {
  padding-left: 20px;
  margin: 0; }

p {
  margin-bottom: 1em; }

i, em {
  font-style: italic; }

nav {
  background-color: #ddd; }
  nav ul, nav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0; }
  nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 750; }
  nav a {
    color: #000; }
    nav a:hover {
      text-decoration: none; }
  nav .menu-main-menu-container > ul {
    list-style: none;
    margin: 0;
    width: 90%;
    max-width: 1440px;
    margin: auto; }
    nav .menu-main-menu-container > ul > li {
      list-style: none;
      position: relative;
      float: left;
      white-space: nowrap; }
      nav .menu-main-menu-container > ul > li a {
        display: block;
        padding: 20px 20px;
        line-height: 20px; }
      nav .menu-main-menu-container > ul > li:last-child {
        margin-right: 0; }
      nav .menu-main-menu-container > ul > li > ul {
        display: none;
        list-style: none;
        background-color: #fff;
        -webkit-box-shadow: 4px 4px 22px -8px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 4px 4px 22px -8px rgba(0, 0, 0, 0.75);
        box-shadow: 4px 4px 22px -8px rgba(0, 0, 0, 0.75);
        min-width: 200px;
        margin: 0;
        z-index: 100; }
        nav .menu-main-menu-container > ul > li > ul > li {
          list-style: none;
          position: relative; }
          nav .menu-main-menu-container > ul > li > ul > li a {
            padding: 10px 20px; }
          nav .menu-main-menu-container > ul > li > ul > li > ul {
            list-style: none;
            display: none;
            margin: 0;
            z-index: 100;
            position: absolute;
            top: 0;
            left: 100%;
            min-width: 150px;
            background-color: #fff;
            border-left: 6px solid #000;
            -webkit-box-shadow: 4px 4px 22px -8px rgba(0, 0, 0, 0.75);
            -moz-box-shadow: 4px 4px 22px -8px rgba(0, 0, 0, 0.75);
            box-shadow: 4px 4px 22px -8px rgba(0, 0, 0, 0.75); }
          nav .menu-main-menu-container > ul > li > ul > li:hover > a {
            background-color: #000;
            color: #fff; }
          nav .menu-main-menu-container > ul > li > ul > li:hover ul {
            display: block; }
            nav .menu-main-menu-container > ul > li > ul > li:hover ul li:hover a {
              background-color: #000;
              color: #fff; }
      nav .menu-main-menu-container > ul > li:hover {
        background-color: #f18625; }
        nav .menu-main-menu-container > ul > li:hover > a {
          color: #000; }
        nav .menu-main-menu-container > ul > li:hover > ul {
          display: block;
          position: absolute;
          top: 100%;
          left: 0; }
  nav.show {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    overflow: auto;
    background-color: #fff; }
    nav.show .ix-close-menu {
      padding: 20px;
      text-align: right; }
    nav.show .nav-title {
      font-weight: bold;
      padding: 20px;
      text-transform: uppercase; }
    nav.show ul {
      display: block !important;
      width: 100%;
      margin: 0;
      padding: 0; }
      nav.show ul li {
        display: block !important;
        width: auto;
        margin: 0;
        padding: 0;
        float: none;
        border-top: 5px solid #01adea; }
        nav.show ul li ul {
          display: block !important;
          -webkit-box-shadow: none !important;
          -moz-box-shadow: none !important;
          box-shadow: none !important;
          left: 0 !important;
          top: 0 !important;
          position: relative !important;
          z-index: 600 !important;
          border-left: 0 !important; }

.admin-bar nav.fixed {
  top: 32px; }

a i.orange {
  color: #f18625 !important; }

a i.blue {
  color: #01adea !important; }

.width-wrapper {
  width: 90%;
  max-width: 1440px;
  margin: auto; }

.hero {
  position: relative; }
  .hero .slider-elem {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .hero .slider-elem .sizer {
      padding-top: 41%; }
      @media (min-width: 1366px) {
        .hero .slider-elem .sizer {
          padding-top: 36%; } }
      @media (min-width: 1080px) and (max-width: 1366px) {
        .hero .slider-elem .sizer {
          padding-top: 30%; } }
  .hero img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0; }
  .hero .text-overlay {
    position: absolute;
    top: 50%;
    right: 50px;
    font-size: 5em;
    font-weight: bold;
    margin-top: -2em;
    text-align: center;
    color: #fff; }
  .hero .title {
    position: absolute;
    padding: 5%;
    z-index: 50;
    font-weight: bold;
    font-size: 3em; }
    .hero .title.tl {
      top: 0;
      left: 0; }
    .hero .title.tr {
      top: 0;
      right: 0;
      text-align: right; }
    .hero .title.bl {
      bottom: 0;
      left: 0; }
    .hero .title.br {
      bottom: 0;
      right: 0;
      text-align: right; }
    .hero .title.white {
      color: #fff; }
      .hero .title.white a.link {
        color: #fff; }
    .hero .title .link {
      display: block;
      font-size: 0.333em;
      font-weight: normal;
      text-align: center;
      margin-top: 1.5em; }
      .hero .title .link i {
        color: #f18625; }
        .hero .title .link i.blue {
          color: #01adea; }
  .hero .slick-prev, .hero .slick-next {
    display: none !important; }
  .hero .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 2.5%;
    padding-left: 0; }
    .hero .slick-dots li {
      display: inline-block;
      margin-left: 10px;
      cursor: pointer; }
      .hero .slick-dots li button {
        color: transparent;
        background-color: #01adea;
        border: 0;
        width: 15px;
        height: 15px;
        border-radius: 7.5px;
        cursor: pointer; }
        .hero .slick-dots li button:focus {
          outline: none; }
      .hero .slick-dots li.slick-active button {
        background-color: #f18625; }
      .hero .slick-dots li:hover button {
        background-color: #f18625; }

.see-more {
  padding: 10px;
  background-color: #000;
  color: #fff;
  position: fixed;
  top: 90vh;
  left: 2.5%;
  z-index: 5555;
  border-radius: 10px;
  font-size: 12px;
  -webkit-animation: glowingopacity 2s infinite alternate;
  -moz-animation: glowingopacity 2s infinite alternate;
  -o-animation: glowingopacity 2s infinite alternate;
  animation: glowingopacity 2s infinite alternate; }
  .see-more i {
    margin-left: 1em; }
  @media (max-width: 800px) {
    .see-more {
      display: none; } }

@-webkit-keyframes glowingopacity {
  from {
    opacity: 0.25; }
  to {
    opacity: 1; } }
@-moz-keyframes glowingopacity {
  from {
    opacity: 0.25; }
  to {
    opacity: 1; } }
@-o-keyframes glowingopacity {
  from {
    opacity: 0.25; }
  to {
    opacity: 1; } }
.grid .row {
  clear: both; }
  .grid .row.color-orange .fa {
    color: #f18625; }
  .grid .row.color-blue .fa {
    color: #01adea; }
  .grid .row.color-gray .fa {
    color: #67676d; }
  .grid .row .col {
    width: 50%;
    float: left;
    padding-top: 50%;
    position: relative;
    font-size: 1.5em; }
    .grid .row .col .text-wrapper {
      position: absolute;
      width: 90%;
      top: 5%;
      left: 5%; }
    .grid .row .col.color-orange {
      background-color: #f18625; }
      .grid .row .col.color-orange .fa {
        color: #f18625; }
    .grid .row .col.color-blue {
      background-color: #01adea; }
      .grid .row .col.color-blue .fa {
        color: #01adea; }
    .grid .row .col.color-gray {
      background-color: #67676d; }
      .grid .row .col.color-gray .fa {
        color: #67676d; }
    .grid .row .col a {
      margin-top: 2em;
      font-weight: 800; }
    .grid .row .col h1 {
      font-size: 2em;
      margin: 0 0 1em 0; }
      .grid .row .col h1 a {
        margin-top: 0; }

.products {
  width: 90%;
  max-width: 1440px;
  margin: auto;
  margin-top: 50px; }
  .products .product {
    margin: 0 0 50px 0;
    position: relative;
    min-height: 150px; }
    .products .product .img {
      width: 150px;
      height: 150px;
      background-color: #f18625;
      position: absolute;
      top: 0;
      left: 0; }
    .products .product .product-info {
      margin-left: 170px; }
      .products .product .product-info h2 {
        font-weight: bold;
        font-size: 2em; }
      .products .product .product-info .desc {
        margin: 0.5em 0;
        font-size: 1.3em;
        font-weight: 300; }
      .products .product .product-info .links {
        line-height: 1.5em; }
        .products .product .product-info .links a .fa {
          color: #01adea; }

form input[type=submit] {
  background-color: #01adea;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  line-height: 16px;
  height: 48px;
  padding: 8px 0;
  width: 10em;
  border: 0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }
  form input[type=submit]:focus {
    color: #000; }
form input[type=text] {
  display: block;
  width: 100%;
  border: 0;
  background-color: #ddd;
  font-family: inherit;
  font-size: inherit;
  line-height: 2em;
  padding: 8px 1em;
  height: 32px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }
form .input-holder .input-padding {
  margin: 0 2em 0 0; }
form textarea:focus, form input:focus {
  outline: 0;
  background-color: #eee; }

.dl_form {
  margin: auto;
  max-width: 800px; }
  .dl_form .confirmation {
    display: none; }
    .dl_form .confirmation a.file {
      background-color: #01adea;
      font-family: inherit;
      font-size: inherit;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #fff;
      line-height: 16px;
      padding: 20px;
      display: inline-block;
      border: 0;
      margin-top: 20px;
      text-decoration: none;
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      -ms-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out; }
      .dl_form .confirmation a.file:focus {
        color: #000; }
  .dl_form.submitted .confirmation {
    display: block; }

.page-id-15 .contact, .page-id-605 .contact {
  margin-top: 50px; }
.page-id-15 .contact-wrapper, .page-id-605 .contact-wrapper {
  width: 60%;
  margin: auto; }
.page-id-15 h1, .page-id-605 h1 {
  font-size: 3em;
  font-weight: 500;
  margin-bottom: 20px; }
.page-id-15 h2, .page-id-605 h2 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 20px; }
.page-id-15 .leading-info, .page-id-605 .leading-info {
  font-size: 1.2em;
  font-weight: 300; }
.page-id-15 .contact-wide-wrapper, .page-id-605 .contact-wide-wrapper {
  width: 90%;
  max-width: 1440px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px; }
  .page-id-15 .contact-wide-wrapper .address, .page-id-605 .contact-wide-wrapper .address {
    float: left;
    width: 47.5%;
    font-size: 1.5em; }
    .page-id-15 .contact-wide-wrapper .address p, .page-id-605 .contact-wide-wrapper .address p {
      margin-bottom: 1em; }
  .page-id-15 .contact-wide-wrapper .map, .page-id-605 .contact-wide-wrapper .map {
    float: right;
    width: 47.5%;
    padding-top: 47.5%;
    position: relative; }
    .page-id-15 .contact-wide-wrapper .map .overlay, .page-id-605 .contact-wide-wrapper .map .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .page-id-15 .contact-wide-wrapper .map iframe, .page-id-605 .contact-wide-wrapper .map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
      z-index: 0; }
.page-id-15 form.newsletter, .page-id-605 form.newsletter {
  position: relative; }
  .page-id-15 form.newsletter input[type=submit], .page-id-605 form.newsletter input[type=submit] {
    position: absolute;
    top: 0;
    right: 0; }
  .page-id-15 form.newsletter .input-holder, .page-id-605 form.newsletter .input-holder {
    margin-right: 10em; }
.page-id-15 form.contact .input-set, .page-id-605 form.contact .input-set {
  position: relative;
  margin-bottom: 1em; }
  .page-id-15 form.contact .input-set label, .page-id-605 form.contact .input-set label {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 2em;
    padding: 0.5em 0;
    font-weight: bold;
    color: #67676d; }
  .page-id-15 form.contact .input-set .input-holder, .page-id-605 form.contact .input-set .input-holder {
    margin-left: 200px; }
    .page-id-15 form.contact .input-set .input-holder textarea, .page-id-605 form.contact .input-set .input-holder textarea {
      width: 100%;
      padding: 1em 1em;
      border: 0;
      background-color: #ddd;
      font-family: inherit;
      font-size: inherit; }

.page-id-9 .wrapper {
  width: 90%;
  max-width: 1440px;
  margin: auto; }
.page-id-9 .about-header {
  position: relative;
  margin-bottom: 50px; }
  .page-id-9 .about-header h1 {
    font-size: 3em;
    font-weight: bold;
    padding-top: 100px;
    padding-bottom: 100px; }
  .page-id-9 .about-header .sub-title {
    font-size: 1.5em;
    max-width: 600px; }
  .page-id-9 .about-header .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .page-id-9 .about-header .text.relative {
      position: relative; }
  .page-id-9 .about-header img {
    width: 100%; }
.page-id-9 .info h3 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.5em; }
.page-id-9 .info .col {
  width: 47.5%;
  float: left; }
.page-id-9 .info .right {
  float: right; }
.page-id-9 .info p {
  margin-bottom: 1em; }
.page-id-9 .team .team-member {
  clear: both;
  position: relative;
  margin-bottom: 1em; }
  .page-id-9 .team .team-member .img {
    float: left;
    width: 150px;
    height: 150px;
    background-color: #01adea; }
  .page-id-9 .team .team-member .text {
    margin-left: 170px;
    min-height: 150px; }
  .page-id-9 .team .team-member .name {
    font-weight: bold; }
  .page-id-9 .team .team-member .position {
    font-style: italic;
    margin-bottom: 1em; }
.page-id-9 h2.bod {
  font-size: 1.5em;
  font-weight: bold;
  padding: 1.5em 0; }
.page-id-9 .board-of-directors .board-member {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 3%;
  min-height: 80px;
  float: left; }
  .page-id-9 .board-of-directors .board-member:nth-child(4n+1) {
    clear: both; }
  .page-id-9 .board-of-directors .board-member .img {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-color: #f18625; }
    .page-id-9 .board-of-directors .board-member .img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
  .page-id-9 .board-of-directors .board-member .text {
    padding: 10px 0; }
    .page-id-9 .board-of-directors .board-member .text .name {
      font-weight: bold; }
    .page-id-9 .board-of-directors .board-member .text .position {
      margin-bottom: 1em; }
.page-id-9 .careers h2 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px; }
.page-id-9 .careers h3 {
  font-size: 1.8em;
  font-weight: 300;
  padding-bottom: 5px;
  border-bottom: 8px solid #01adea;
  margin-bottom: 5px; }
.page-id-9 .careers .current {
  float: left;
  width: 58%; }
  .page-id-9 .careers .current .job {
    padding: 10px;
    margin-bottom: 1.5em; }
    .page-id-9 .careers .current .job .title {
      font-weight: bold; }
    .page-id-9 .careers .current .job .desc {
      margin-bottom: 1em; }
    .page-id-9 .careers .current .job a {
      font-weight: bold; }
.page-id-9 .careers .open {
  float: right;
  width: 40%; }
  .page-id-9 .careers .open h3 {
    border-bottom-color: #f18625; }
  .page-id-9 .careers .open .desc {
    padding: 10px; }
.page-id-9 .quality {
  padding-bottom: 3em; }
  .page-id-9 .quality p {
    margin-bottom: 1em; }
  .page-id-9 .quality h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px; }
  .page-id-9 .quality .col {
    width: 49%;
    float: left; }
  .page-id-9 .quality .right {
    float: right; }
  .page-id-9 .quality .hero-text {
    font-size: 3em;
    width: 80%;
    margin: 30px auto;
    text-align: center; }
.page-id-9 .publications h2 {
  font-size: 2em;
  font-weight: bold; }
.page-id-9 .certificates .cert {
  display: inline-block;
  width: 120px;
  height: 120px;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #f18625;
  color: #fff; }
  .page-id-9 .certificates .cert .name {
    font-size: 1.5em;
    display: inline-block;
    margin-top: 10px; }
  .page-id-9 .certificates .cert:nth-child(2n+1) {
    background-color: #01adea; }

.page-template-product-template .wrapper {
  width: 90%;
  max-width: 1440px;
  margin: auto; }
.page-template-product-template .head {
  padding: 5% 0; }
  .page-template-product-template .head h1 {
    font-size: 2em;
    font-weight: bold; }
  .page-template-product-template .head .product-logo {
    float: left;
    width: 20%;
    margin-right: 5%;
    max-width: 300px; }
    @media (max-width: 600px) {
      .page-template-product-template .head .product-logo {
        width: 50%;
        margin-bottom: 1em; } }
  .page-template-product-template .head .text_next_to_logo {
    width: 50%;
    float: left; }
    @media (max-width: 900px) {
      .page-template-product-template .head .text_next_to_logo {
        width: 75%; } }
    @media (max-width: 600px) {
      .page-template-product-template .head .text_next_to_logo {
        width: 100%; } }
  .page-template-product-template .head .headline-desc {
    font-size: 1.2em;
    margin: 15px 0;
    width: 100%;
    max-width: 600px; }
.page-template-product-template .info-boxes .box {
  width: 65%;
  float: left;
  min-height: 200px;
  background-color: #ddd; }
  .page-template-product-template .info-boxes .box .title {
    padding: 15px;
    color: #fff;
    font-weight: bold; }
  .page-template-product-template .info-boxes .box .text {
    padding: 15px; }
    .page-template-product-template .info-boxes .box .text p {
      margin-bottom: 1em; }
.page-template-product-template .info-boxes .right {
  width: 32%;
  float: right; }
.page-template-product-template .info-boxes.blue .title {
  background-color: #01adea; }
.page-template-product-template .info-boxes.orange .title {
  background-color: #f18625; }
.page-template-product-template .text-wrapper {
  width: 60%;
  font-size: 1.3em;
  font-weight: 300;
  margin: 50px auto; }
  .page-template-product-template .text-wrapper p {
    margin-bottom: 1em; }
.page-template-product-template .image-grid {
  width: 90%;
  margin: auto; }
  .page-template-product-template .image-grid .img {
    width: 23%;
    float: left;
    margin: 0 2% 2% 0; }
    .page-template-product-template .image-grid .img img {
      width: 100%; }
    .page-template-product-template .image-grid .img .caption {
      margin-top: 10px;
      height: 4em;
      font-weight: bold; }
.page-template-product-template .large-text {
  font-size: 2.5em;
  margin: 1em 0; }
.page-template-product-template .full-width-image {
  width: 100%; }

.post-type-archive-news-and-events .wrapper {
  width: 90%;
  max-width: 1440px;
  margin: auto; }
.post-type-archive-news-and-events .sticky {
  margin-top: 50px; }
  .post-type-archive-news-and-events .sticky .event, .post-type-archive-news-and-events .sticky .news {
    float: left;
    width: 47.5%;
    background-color: #f2f2f2; }
    .post-type-archive-news-and-events .sticky .event .title, .post-type-archive-news-and-events .sticky .news .title {
      font-weight: bold;
      color: #fff;
      padding: 15px;
      background-color: #01adea;
      text-wrap: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .post-type-archive-news-and-events .sticky .event .info, .post-type-archive-news-and-events .sticky .news .info {
      padding: 15px; }
      .post-type-archive-news-and-events .sticky .event .info .post-title, .post-type-archive-news-and-events .sticky .news .info .post-title {
        display: block;
        font-weight: bold;
        margin-bottom: 1em; }
      .post-type-archive-news-and-events .sticky .event .info .preview, .post-type-archive-news-and-events .sticky .news .info .preview {
        height: 200px;
        overflow: hidden;
        text-overflow: ellipsis; }
      .post-type-archive-news-and-events .sticky .event .info a, .post-type-archive-news-and-events .sticky .news .info a {
        cursor: pointer; }
      .post-type-archive-news-and-events .sticky .event .info a i, .post-type-archive-news-and-events .sticky .news .info a i {
        color: #01adea; }
  .post-type-archive-news-and-events .sticky .event {
    float: right; }
    .post-type-archive-news-and-events .sticky .event .title {
      background-color: #f18625; }
    .post-type-archive-news-and-events .sticky .event a i {
      color: #f18625; }
.post-type-archive-news-and-events .posts {
  margin-top: 50px; }
  .post-type-archive-news-and-events .posts .post {
    position: relative;
    margin-bottom: 50px; }
    .post-type-archive-news-and-events .posts .post .icon {
      background-color: #f18625;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 25px;
      line-height: 50px;
      text-align: center;
      font-weight: bold;
      color: #fff; }
    .post-type-archive-news-and-events .posts .post .info a i {
      color: #f18625; }
    .post-type-archive-news-and-events .posts .post.press_release .icon {
      background-color: #01adea; }
    .post-type-archive-news-and-events .posts .post.press_release a i {
      color: #01adea; }
    .post-type-archive-news-and-events .posts .post .info {
      margin-left: 75px; }
      .post-type-archive-news-and-events .posts .post .info .title {
        display: block;
        font-weight: bold;
        font-size: 25px;
        padding-top: 13px; }
      .post-type-archive-news-and-events .posts .post .info .date {
        display: block;
        font-weight: bold;
        color: #67676d;
        margin-bottom: 1em; }
      .post-type-archive-news-and-events .posts .post .info .desc {
        font-weight: 300;
        font-size: 1.2em;
        margin-bottom: 1em; }
.post-type-archive-news-and-events .pagination {
  padding-bottom: 50px;
  text-align: center; }
  .post-type-archive-news-and-events .pagination .next, .post-type-archive-news-and-events .pagination .previous {
    display: inline-block; }

.single-news-and-events .wrapper {
  width: 90%;
  max-width: 1440px;
  margin: auto; }
.single-news-and-events .ne-header {
  margin-top: 100px;
  margin-bottom: 100px; }
  .single-news-and-events .ne-header h1 {
    font-size: 3em;
    font-weight: bold;
    width: 50%; }
  .single-news-and-events .ne-header .sub-title {
    font-size: 1.5em;
    max-width: 600px; }
.single-news-and-events .text-wrapper {
  width: 60%;
  font-size: 1.3em;
  font-weight: 300; }
  .single-news-and-events .text-wrapper p {
    margin-bottom: 1em; }
.single-news-and-events .left-align .text-wrapper {
  margin: 0; }
.single-news-and-events .full-width-image {
  width: 100%;
  margin-bottom: 2em; }
.single-news-and-events .image-grid {
  width: 90%;
  margin: auto; }
  .single-news-and-events .image-grid img {
    width: 30%;
    float: left;
    margin: 0 3% 3% 0; }

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #000;
  color: #fff; }
  footer .left {
    float: left; }
    footer .left .address-col {
      float: left;
      padding-right: 20px; }
  footer .right {
    float: right;
    font-size: 1.5em; }
    footer .right a {
      display: inline-block;
      margin-left: 1em;
      color: #fff; }

.admin-bar footer {
  bottom: -32px; }

.e404 {
  width: 90%;
  max-width: 1440px;
  margin: auto;
  padding: 50px 0; }
  .e404 h1 {
    font-size: 3em;
    font-weight: bold; }
  .e404 h2 {
    font-size: 2em; }

@media screen and (max-width: 1300px) {
  .grid .row .col {
    font-size: 1.3em; } }
@media screen and (max-width: 1120px) {
  .grid .row .col {
    font-size: 1.1em; }

  .page-template-product-template .image-grid .img {
    width: 31%;
    margin-right: 2%; } }
@media screen and (max-width: 950px) {
  .grid .row .col {
    font-size: 1em; }

  .page-id-15 .contact-wrapper {
    width: 80%; } }
@media screen and (max-width: 850px) {
  .hero .title {
    font-size: 2em; }
    .hero .title .link {
      font-size: 0.5em; }
  .hero.bl, .hero.br {
    bottom: 20px; }

  .grid .row .col {
    font-size: 0.9em; }

  .products .product .img {
    display: none; }
  .products .product .product-info {
    margin-left: 0;
    padding-bottom: 25px;
    border-bottom: 5px solid #f18625; }
  .products .product:last-of-type .product-info {
    border-bottom: 0; }

  .page-template-product-template .image-grid .img {
    width: 48%;
    margin-right: 2%; }
  .page-template-product-template .text-wrapper {
    width: 100%; }

  .page-template-product-template .info-boxes .box {
    width: 100% !important;
    float: none !important;
    margin-bottom: 5% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .page-template-product-template .text_image img {
    width: 100% !important;
    float: none !important;
    margin-bottom: 5% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }
.show-mobile, .show-mobile-2 {
  display: none; }

@media screen and (max-width: 768px) {
  .show-mobile {
    display: block; }

  .hide-mobile {
    display: none; }

  .grid .row .col {
    width: 100%; }
    .grid .row .col.text {
      padding: 5% 0; }
    .grid .row .col .text-wrapper {
      position: relative; }

  .hero .text-overlay {
    font-size: 4em; }

  .page-id-15 h1 {
    font-size: 2.5em; }
  .page-id-15 h2 {
    font-size: 1.5em; }
  .page-id-15 .leading-info {
    font-size: 1em; }
  .page-id-15 .contact-wrapper {
    width: 90%;
    max-width: 1440px;
    margin: auto; }
  .page-id-15 .contact-wide-wrapper {
    margin-top: 25px; }
    .page-id-15 .contact-wide-wrapper .address {
      float: none;
      width: 100%;
      font-size: 1em; }
    .page-id-15 .contact-wide-wrapper .map {
      float: none;
      width: 100%;
      padding-top: 100%; }

  .page-id-9 .info .col {
    float: none;
    width: 100%;
    margin-bottom: 10%; }
  .page-id-9 .team {
    margin-bottom: 10%; }
  .page-id-9 .board-of-directors .board-member {
    width: 32%; }
    .page-id-9 .board-of-directors .board-member:nth-child(4n+1) {
      clear: none; }
    .page-id-9 .board-of-directors .board-member:nth-child(3n+1) {
      clear: both; }
  .page-id-9 .careers .current, .page-id-9 .careers .open {
    float: none;
    width: 100%;
    margin-bottom: 10%; }
  .page-id-9 .quality .col {
    float: none;
    width: 100%;
    margin-bottom: 1em; }
  .page-id-9 .quality .hero-text {
    font-size: 2em; }

  .single-news-and-events .ne-header {
    margin-top: 50px;
    margin-bottom: 50px; }
    .single-news-and-events .ne-header h1 {
      width: 100%;
      font-size: 2em; }
  .single-news-and-events .text-wrapper {
    width: 100%; }
  .single-news-and-events .image-grid img {
    width: 47%;
    float: left;
    margin: 0 3% 3% 0; } }
@media screen and (max-width: 600px) {
  .hero .title {
    font-size: 1.2em; }
    .hero .title .link {
      margin-top: 0.5em;
      font-size: 0.8em; }
    .hero .title.bl, .hero .title.br {
      bottom: 10px; }

  .show-mobile-2 {
    display: block; }

  .hide-mobile-2 {
    display: none; }

  .hero .text-overlay {
    font-size: 2.5em; }

  .products .product .product-info h2 {
    font-size: 1.5em; }
  .products .product .product-info .desc {
    font-size: 1em; }

  .page-id-15 form.contact .input-set .input-holder {
    margin-left: 120px; }

  .page-id-9 .board-of-directors .board-member {
    width: 46%;
    margin-right: 4%; }
    .page-id-9 .board-of-directors .board-member:nth-child(3n+1) {
      clear: none; }
    .page-id-9 .board-of-directors .board-member:nth-child(2n+1) {
      clear: both; }

  .post-type-archive-news-and-events .sticky .event, .post-type-archive-news-and-events .sticky .news {
    float: none;
    width: 100%; }
    .post-type-archive-news-and-events .sticky .event .info .preview, .post-type-archive-news-and-events .sticky .news .info .preview {
      height: auto;
      margin-bottom: 1em;
      min-height: 50px; }
  .post-type-archive-news-and-events .sticky .news {
    margin-bottom: 5%; }

  .page-template-product-template .image-grid .img {
    width: 100%;
    margin-right: 0; }
    .page-template-product-template .image-grid .img .caption {
      height: auto;
      margin-bottom: 2em; }

  footer .left, footer .right {
    float: none;
    width: 100%; }
    footer .left .address-col, footer .right .address-col {
      width: 47%;
      padding-right: 0; }
      footer .left .address-col.phone, footer .right .address-col.phone {
        text-align: right;
        float: right; }
  footer .right {
    margin-top: 20px;
    text-align: center; } }
@media screen and (max-width: 600px) {
  .page-id-15 form.contact .input-set label {
    position: relative; }
  .page-id-15 form.contact .input-set .input-holder {
    margin-left: 0; } }
@media screen and (max-width: 420px) {
  .single-news-and-events .image-grid img {
    width: 100%;
    float: none;
    margin: 0 0 5% 0; }

  footer .left, footer .right {
    float: none;
    width: 100%; }
    footer .left .address-col, footer .right .address-col {
      width: 100%;
      padding-right: 0;
      float: none;
      text-align: left !important;
      margin-bottom: 1em; }
  footer .right {
    margin-top: 20px;
    text-align: center; } }

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