@charset "UTF-8";
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

/*box-sizing*/
*, *:before, *:after {
  box-sizing: border-box;
}

/*clearfix*/
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

img {
  height: auto;
}

svg {
  max-height: 100%;
}

.fadeOut {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
.fadeOut.fade {
  opacity: 0 !important;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
.fadeIn.fade {
  opacity: 1 !important;
}

.view-animate {
  width: auto;
  height: 100%;
}

.enter {
  -webkit-animation: fadeIn 0.35s both ease-in;
          animation: fadeIn 0.35s both ease-in;
}

.leave {
  -webkit-animation: fadeOut 0.35s both ease-in;
          animation: fadeOut 0.35s both ease-in;
}

@keyframes fadeOut {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-webkit-keyframes load {
  0%,
    80%,
    100% {
    box-shadow: 0 0 #8BC9EE;
    height: 100px;
  }
  40% {
    box-shadow: 0 -2em #8BC9EE;
    height: 135px;
  }
}
@keyframes load {
  0%,
    80%,
    100% {
    box-shadow: 0 0 #8BC9EE;
    height: 100px;
  }
  40% {
    box-shadow: 0 -2em #8BC9EE;
    height: 135px;
  }
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@font-face {
  font-family: "HelveticaNeueW01-ThinCn 673383";
  src: url("../fonts/08e2b89e-9853-40e2-b409-05538c48390b.eot");
  src: url("../fonts/08e2b89e-9853-40e2-b409-05538c48390b.eot?#iefix") format("embedded-opentype"), url("../fonts/3d0bfb88-4887-4fd3-a16f-34ae15cbfe25.woff") format("woff"), url("../fonts/007ff3cd-c6c5-4d33-8458-99c3d6fc8598.ttf") format("truetype"), url("../fonts/67ccdd14-5fcd-479c-9829-ec39a60795fa.svg#67ccdd14-5fcd-479c-9829-ec39a60795fa") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueW01-47LtCn 692686";
  src: url("../fonts/7de6b03f-1298-4bc2-89af-9d9da594008d.eot");
  src: url("../fonts/7de6b03f-1298-4bc2-89af-9d9da594008d.eot?#iefix") format("embedded-opentype"), url("../fonts/42aacb2f-222e-46f5-a95a-1c22948ee0d1.woff") format("woff"), url("../fonts/217a2f81-1e65-4924-a0d4-05ac8576f883.ttf") format("truetype"), url("../fonts/5405647d-099e-47f7-9d4a-f8692e57a206.svg#5405647d-099e-47f7-9d4a-f8692e57a206") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueW01-57Cn";
  src: url("../fonts/ecaa98fe-425a-42de-846b-c235f0dbc449.eot");
  src: url("../fonts/ecaa98fe-425a-42de-846b-c235f0dbc449.eot?#iefix") format("embedded-opentype"), url("../fonts/842088d0-1ae2-40d0-8561-3c95761ba7a6.woff") format("woff"), url("../fonts/c74505d5-13e8-47ed-94a8-630aab4da3e6.ttf") format("truetype"), url("../fonts/6cd480d1-47d0-48b4-86bd-283db2cb9235.svg#6cd480d1-47d0-48b4-86bd-283db2cb9235") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueW01-77BdCn 692722";
  src: url("../fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot");
  src: url("../fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix") format("embedded-opentype"), url("../fonts/102ab74c-0e84-4fe5-a17a-b20fb643591a.woff") format("woff"), url("../fonts/1d146b29-55e2-485b-96aa-5cb628e7e9eb.ttf") format("truetype"), url("../fonts/d90b3358-e1e2-4abb-ba96-356983a54c22.svg#d90b3358-e1e2-4abb-ba96-356983a54c22") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueW01-87HvCn 692734";
  src: url("../fonts/3d1a3114-ffd3-4f16-99c5-0e0441676d88.eot");
  src: url("../fonts/3d1a3114-ffd3-4f16-99c5-0e0441676d88.eot?#iefix") format("embedded-opentype"), url("../fonts/33bb86d1-8adf-454e-aee3-ca1c89445476.woff") format("woff"), url("../fonts/921ef834-872c-4460-ac11-f5fbcac9fa2d.ttf") format("truetype"), url("../fonts/9d3bb5f2-6932-419e-a56f-382131ffd4b8.svg#9d3bb5f2-6932-419e-a56f-382131ffd4b8") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  -webkit-font-smoothing: antialiased;
  background-color: #F5F5F5;
  color: #58595B;
  font-family: "HelveticaNeueW01-57Cn", "Helvetica", "Arial", "sans-serif";
  line-height: 1.3;
  font-size: 16px;
  padding-top: 50px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "HelveticaNeueW01-ThinCn 673383", "Helvetica", "Arial", "sans-serif";
  line-height: 0.9;
  color: #EC008C;
  margin: 10px 0;
  font-weight: normal;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

h1, .h1 {
  font-size: 54px;
}

h2, .h2 {
  font-size: 54px;
}

h3, .h3 {
  font-size: 32px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 18px;
}

p {
  font-size: 20px;
  margin: 0 0 0.65em;
}

p.large, .excerpt-wrapper p, p.intro, .single .intro-block p, .single .intro-block li, .single .content-wrapper p.lead,
.single .content-wrapper p.intro,
.page-template-default .content-wrapper p.lead,
.page-template-default .content-wrapper p.intro, .single .content-wrapper blockquote p,
.page-template-default .content-wrapper blockquote p {
  font-size: 22px;
  line-height: 1.15;
  font-family: "HelveticaNeueW01-ThinCn 673383", "Helvetica", "Arial", "sans-serif";
}

.nowrap {
  white-space: nowrap;
}

a {
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #16153E;
  text-decoration: none;
}
a:hover {
  color: #8BC9EE;
}
a:active, a:focus {
  color: #8BC9EE;
  outline: none;
}

hr {
  border-bottom: 1px solid #e2e2e2;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.3em 0;
}
button.button-dark,
a.button-dark, button.button-black,
a.button-black, button,
a.button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background: transparent;
  border-radius: 0;
  border: 3px solid #8BC9EE;
  color: #8BC9EE;
  display: inline-block;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-size: 14px;
  line-height: 2;
  margin: 2% 0;
  outline: none;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 0;
}
button.button-dark:after,
a.button-dark:after, button.button-black:after,
a.button-black:after, button:after,
a.button:after,
input[type="submit"]:after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  content: "";
  position: absolute;
  z-index: -1;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #8BC9EE;
}
a.button-dark:hover,
a.button-black:hover, button:hover,
a.button:hover,
input[type="submit"]:hover,
a.button-dark:focus,
a.button-black:focus, button:focus,
a.button:focus,
input[type="submit"]:focus {
  color: #0A0A0A;
}
a.button-dark:hover:after,
a.button-black:hover:after, button:hover:after,
a.button:hover:after,
input[type="submit"]:hover:after,
a.button-dark:focus:after,
a.button-black:focus:after, button:focus:after,
a.button:focus:after,
input[type="submit"]:focus:after {
  width: 100%;
}
a.button-dark:disabled,
a.button-black:disabled, button:disabled,
a.button:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button.button-dark,
a.button-dark {
  border: 3px solid #16153E;
  color: #16153E;
}
button.button-dark:hover,
a.button-dark:hover, button.button-dark:focus,
a.button-dark:focus {
  color: #FFF;
}
button.button-dark:after,
a.button-dark:after {
  background: #16153E;
}

button.button-black,
a.button-black {
  border: 3px solid #0A0A0A;
  color: #0A0A0A;
}
button.button-black:hover,
a.button-black:hover, button.button-black:focus,
a.button-black:focus {
  color: #8BC9EE;
}
button.button-black:after,
a.button-black:after {
  background: #0A0A0A;
}

.hero-muse-slide:after {
  content: "";
  display: table;
  clear: both;
}

.verticle-center, .loader, .social-footer-wrapper .social-links a .fa, .innovations .center-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-pagination span:after, .hero-muse-slide .center-wrapper, .wwd-box svg, .wwd-content, .tooltip:before, .post-img-wrapper .eye-icon, .related-posts .related-wrapper, .featured .featured-wrapper {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.highlight, .category-link,
.list-category-link,
.list-date-box,
.date-box {
  background-color: #EC008C;
  color: #FFF;
  display: inline;
  text-transform: uppercase;
  line-height: 1.28;
  padding: 5px 0;
  box-shadow: 10px 0 0 #EC008C, -10px 0 0 #EC008C;
  position: relative;
  left: 10px;
}

.photo-zoom {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-behavior: url("../../../../../backgroundsize.min.htc");
  background-size: cover;
  display: block;
  opacity: 0.8;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
}

.related-posts .post:hover .photo-zoom, .featured:hover .photo-zoom {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.hidden {
  visibility: hidden;
}

.hide {
  display: none !important;
}

.thin {
  font-family: "HelveticaNeueW01-ThinCn 673383", "Helvetica", "Arial", "sans-serif" !important;
}

.bold {
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif" !important;
}

.heavy {
  font-family: "HelveticaNeueW01-87HvCn 692734", "Helvetica", "Arial", "sans-serif" !important;
}

.light {
  font-family: "HelveticaNeueW01-47LtCn 692686", "Helvetica", "Arial", "sans-serif" !important;
}

.helvetica {
  font-family: "HelveticaNeueW01-57Cn", "Helvetica", "Arial", "sans-serif" !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.small {
  font-size: 14px;
}

.grey {
  color: #58595B !important;
}

.grey-dark {
  color: #222222 !important;
}

.grey-light {
  color: #E7E7E7 !important;
}

.blue {
  color: #8BC9EE !important;
}

.blue-dark {
  color: #16153E !important;
}

.magenta {
  color: #EC008C !important;
}

.black {
  color: #0A0A0A !important;
}

.white {
  color: #FFF !important;
}

.red {
  color: #FF0404;
}

.black-bg {
  background: #0A0A0A;
}

.grey-dark-bg {
  background: #222222;
}

.grey-bg {
  background: #58595B;
}

.grey-light-bg {
  background: #E7E7E7;
}

.blue-dark-bg {
  background: #16153E;
}

.blue-bg {
  background: #8BC9EE;
}

.magenta-bg {
  background: #EC008C;
}

.white-bg {
  background: #F5F5F5;
}

input[type=text],
input[type=email],
select {
  border: 0;
  color: #58595B;
  background-color: #E7E7E7;
  width: 100%;
  padding: 15px;
  outline: none;
}

input, textarea, select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input.error, textarea.error, select.error {
  border: 3px solid #FF0404;
}

::-webkit-input-placeholder {
  color: #58595B;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #58595B;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #58595B;
}

:-ms-input-placeholder {
  color: #58595B;
}

select {
  margin: 0;
  border: 1px solid transparent;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #E7E7E7;
  color: #58595B;
  text-transform: uppercase;
  height: 55px;
  padding: 15px;
  border-radius: none;
}

textarea {
  border: 0;
  color: #58595B;
  background-color: #E7E7E7;
  width: 100%;
  padding: 15px;
  margin: 0;
  resize: none;
  min-height: 150px;
  outline: none;
}

input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
input[type="checkbox"]:checked + label.css-label {
  background-position: 0 0;
}
input[type="checkbox"] + label.css-label {
  background-image: url(../images/contact/checkbox-sprite.gif);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-position: -30px 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

label.error {
  background-color: #FF0404;
  color: #FFF;
  float: right;
  font-size: 13px;
  height: 37px;
  margin: 8px 0 25px;
  padding: 11px 15px 5px 5px;
  position: absolute;
  right: 0;
  top: 0;
}
label.error:before {
  content: '';
  position: absolute;
  left: -28px;
  top: 0;
  width: 30px;
  height: 37px;
  background: url(../images/contact/error-tab.png) no-repeat;
}
label.error.valid {
  display: none !important;
}

.subscribe-label {
  position: absolute;
  text-align: left;
  font-size: 14px;
  top: 0px;
  left: 40px;
  margin: 0;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

table {
  border-collapse: collapse;
  margin: 0.43333em;
  width: 100%;
}
table p,
table li,
table ul,
table ol,
table a {
  font-size: 20px;
}
table th,
table thead > tr,
table thead > tr td {
  background: #555555;
  border-bottom: 1px solid #e2e2e2;
  color: #FFF;
  font-family: "HelveticaNeueW01-57Cn", "Helvetica", "Arial", "sans-serif";
  font-size: 20px;
  padding: 0.43333em;
  text-align: left;
}
table th td,
table thead > tr td,
table thead > tr td td {
  border-right: none;
}

td {
  border-bottom: 1px solid #e2e2e2;
  padding: 0.43333em;
  border-right: 1px solid #e2e2e2;
}

tbody > tr td {
  vertical-align: top;
}
tbody > tr:first-of-type {
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
  line-height: 1;
}

thead + tbody tr:first-of-type {
  font-family: "HelveticaNeueW01-47LtCn 692686", "Helvetica", "Arial", "sans-serif";
}

tr:nth-child(even) {
  background: #F8F8F8;
}

tr:nth-child(odd) {
  background: #E9E9E9;
}

tr,
td {
  vertical-align: middle;
  font-size: 20px;
  color: #222222;
}

.nowrap {
  white-space: nowrap !important;
}

.wrap {
  white-space: normal !important;
}

.vertical-align-top {
  vertical-align: top !important;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 20px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 20px;
}

.author-posts {
  list-style-type: square;
  margin-bottom: 0.65em;
  padding-left: 1.3em;
}

.list-styled {
  list-style-type: square;
}

dl {
  margin-bottom: 0.65em;
}
dl dt {
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
  margin-top: 0.65em;
}
dl dd {
  margin: 0;
}

header.mobile, header.desktop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.nav-search, .mobile-search {
  padding: 10px;
  color: #6d6e71;
}
.nav-search input, .mobile-search input {
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  float: left;
  display: inline-block;
  font-size: 12px;
  outline: none;
}
.nav-search input[type="text"], .mobile-search input[type="text"] {
  width: 80%;
  padding: 5px;
}
.nav-search ::-webkit-input-placeholder, .mobile-search ::-webkit-input-placeholder {
  color: #6d6e71;
}
.nav-search button, .mobile-search button {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  height: 100%;
  padding: 5px;
  text-align: right;
  font-size: 13px;
  border: none;
  background: none;
  float: right;
  display: inline-block;
}
.nav-search button:hover .fa, .nav-search button:focus .fa, .mobile-search button:hover .fa, .mobile-search button:focus .fa {
  background: none;
  color: #8BC9EE;
}
.nav-search button:after, .mobile-search button:after {
  display: none;
}
.nav-search .fa, .mobile-search .fa {
  color: #E7E7E7;
  position: relative;
  top: -9px;
}

.mobile-search {
  position: static;
}

header.mobile {
  height: 50px;
  background-color: #0A0A0A;
}
header.mobile.closed nav.off-canvas {
  left: -100%;
}
header.mobile .header-wrapper {
  text-align: center;
}
header.mobile .header-wrapper span {
  overflow: hidden;
  background: url("../images/logo/logo.png") no-repeat;
  background-size: 28px;
  height: 30px;
  width: 28px;
  display: inline-block;
  position: relative;
  top: 9px;
  margin: 0;
}
header.mobile .header-wrapper span:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
header.mobile .mobile-menu {
  background: #8BC9EE;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  color: #FFF;
  font-size: 20px;
  z-index: 10;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
header.mobile .mobile-menu .fa {
  position: absolute;
  top: 15px;
  left: 15px;
}
header.mobile nav.off-canvas {
  left: 100%;
  background: #0A0A0A;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  position: fixed;
  width: 100%;
  max-height: 100%;
  top: 50px;
  left: 0;
  z-index: 10;
  margin-bottom: 50px;
}
header.mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
header.mobile li {
  width: 100%;
  font-family: "Arial", "Helvetica", "sans-serif";
  font-weight: bold;
  text-transform: uppercase;
}
header.mobile li a {
  width: 100%;
  padding: 14px 15px;
  font-size: 12px;
  display: inline-block;
  border-right: 3px solid transparent;
  color: #8BC9EE;
}
header.mobile li a:before {
  content: '// ';
  color: #EC008C;
}
header.mobile li a:hover, header.mobile li a:focus, header.mobile li a:active {
  border-right: 3px solid #EC008C;
  background-color: #222222;
  color: #FFF;
}
header.mobile .social-menu {
  padding: 15px 0;
  text-align: center;
}
header.mobile .social-menu a {
  margin: 0 5px;
  padding: 10px;
  font-size: 24px;
  display: inline;
}
header.mobile .social-menu a:before {
  content: "";
}
header.mobile .social-menu a:hover, header.mobile .social-menu a:focus {
  color: #FFF;
  border-right: 3px solid transparent;
  background: #0A0A0A;
}

header.desktop {
  display: none;
}
header.desktop .upper-header {
  background: #0A0A0A;
  width: 100%;
  height: 50px;
  position: relative;
}
header.desktop .upper-header a {
  text-decoration: none;
}
header.desktop .upper-header span {
  overflow: hidden;
  background: url("../images/logo/logo.png") no-repeat;
  background-size: 28px;
  height: 30px;
  width: 28px;
  display: inline-block;
  position: relative;
  top: 9px;
  margin: 0;
}
header.desktop .upper-header span:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
header.desktop .inner-wrapper {
  position: relative;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
header.desktop .inner-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
header.desktop .nav-search {
  position: absolute;
  width: 270px;
  height: 50px;
  top: 0;
  right: 0;
  background-color: #222222;
}
header.desktop .nav-search input {
  font-size: 14px;
}
header.desktop .lower-header {
  background: #8BC9EE;
  line-height: 1;
  opacity: 0.9;
}
header.desktop nav {
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}
header.desktop nav:after {
  content: "";
  display: table;
  clear: both;
}
header.desktop nav ul {
  margin: 0;
  display: inline-block;
  width: 100%;
}
header.desktop nav li {
  display: table-cell;
  width: 1%;
  float: none;
  position: relative;
  text-align: center;
}
header.desktop nav a {
  color: #0A0A0A;
  text-transform: uppercase;
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
  display: inline-block;
  padding: 12px 0;
  font-size: 12px;
}
header.desktop nav a:before {
  content: '// ';
  color: #EC008C;
}
header.desktop nav a:after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  width: 0%;
  height: 3px;
  background-color: #EC008C;
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
}
header.desktop nav a:hover {
  color: #FFF;
  background-color: #0A0A0A;
  width: 100%;
}
header.desktop nav a:hover:after {
  width: 100%;
}

.no-backgroundsize header.mobile .header-wrapper span,
.no-backgroundsize header.desktop .header-wrapper span {
  overflow: hidden;
  background: url("../images/logo/logo-sm.png") no-repeat;
  height: 30px;
  width: 28px;
  display: inline-block;
  position: relative;
  top: 9px;
  margin: 0;
}
.no-backgroundsize header.mobile .header-wrapper span:before,
.no-backgroundsize header.desktop .header-wrapper span:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
button,
a.button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a.button {
  text-decoration: none;
}

.touch button:after, .touch a.button:after,
.touch input[type="submit"]:after,
.touch a.button:after,
.touch button.button-dark:after,
.touch a.button-dark:after,
.touch button.button-black:after,
.touch a.button-black:after {
  display: none;
}
.touch button:hover, .touch button:focus,
.touch a.button:hover,
.touch a.button:focus {
  color: #8BC9EE;
}
.touch button.button-dark:hover, .touch button.button-dark:focus,
.touch a.button-dark:hover,
.touch a.button-dark:focus {
  color: #16153E;
}

section {
  width: 100%;
  position: relative;
}

.container {
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: -webkit-grab;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.owl-theme .owl-controls {
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
}
.owl-theme .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-pagination {
  bottom: 1%;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 10;
}
.owl-pagination span {
  cursor: pointer;
  display: block;
  border-radius: 50%;
  margin-right: 15px;
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #16153E;
}
.owl-pagination .owl-page.active span {
  background: #8BC9EE;
}
.owl-pagination .owl-page.active span:after {
  display: none;
}

.owl-buttons {
  display: none;
  position: absolute;
  width: 100%;
  top: 45%;
  z-index: 10;
}
.owl-buttons div {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  background: none;
  border: 1px solid #16153E;
  opacity: 1;
  font-size: 28px;
  line-height: 28px;
  border-radius: 0;
  width: 28px;
  height: 40px;
}
.owl-buttons div:hover {
  background-color: #16153E;
}
.owl-buttons div:hover .fa {
  color: #FFF;
}
.owl-buttons .owl-prev, .owl-buttons .owl-next {
  position: absolute;
}
.owl-buttons .owl-prev .fa, .owl-buttons .owl-next .fa {
  position: absolute;
  top: 5px;
  color: #16153E;
}
.owl-buttons .owl-next {
  right: 1%;
}
.owl-buttons .owl-next .fa {
  right: 7px;
}
.owl-buttons .owl-prev {
  left: 1%;
}
.owl-buttons .owl-prev .fa {
  left: 7px;
}

.why-health .owl-buttons,
.innovations .owl-buttons,
.blog-post-carousel .owl-buttons {
  display: none;
}
.why-health .owl-buttons div,
.innovations .owl-buttons div,
.blog-post-carousel .owl-buttons div {
  border: 1px solid #8BC9EE;
}
.why-health .owl-buttons div:hover,
.innovations .owl-buttons div:hover,
.blog-post-carousel .owl-buttons div:hover {
  background-color: #8BC9EE;
}
.why-health .owl-buttons div:hover .fa,
.innovations .owl-buttons div:hover .fa,
.blog-post-carousel .owl-buttons div:hover .fa {
  color: #0A0A0A;
}
.why-health .owl-buttons .owl-prev .fa, .why-health .owl-buttons .owl-next .fa,
.innovations .owl-buttons .owl-prev .fa,
.innovations .owl-buttons .owl-next .fa,
.blog-post-carousel .owl-buttons .owl-prev .fa,
.blog-post-carousel .owl-buttons .owl-next .fa {
  color: #8BC9EE;
}
html, body {
  height: 100%;
  width: 100%;
}

body {
  padding-top: 50px;
}

:not(.screen)::-moz-selection {
  background: #EC008C;
  color: #16153E;
}

:not(.screen)::selection {
  background: #EC008C;
  color: #16153E;
}

:not(.screen)::-webkit-scrollbar {
  width: 14px;
}

:not(.screen)::-webkit-scrollbar-track {
  -moz-appearance: scrollbartrack-vertical;
  background: #0A0A0A;
  border-radius: 0px;
}

:not(.screen)::-webkit-scrollbar-thumb:window-inactive {
  border-radius: 0px;
  background: #58595B;
}

:not(.screen)::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #8BC9EE;
}

.loading-bg {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #FFF;
}
.loading-bg .loader {
  opacity: 0.45;
}
.no-js .loading-bg {
  display: none;
}

.loader {
  -webkit-animation: load 1s infinite ease-in-out;
  animation: load 1s infinite ease-in-out;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background: #8BC9EE;
  height: 80px;
  margin: 0 auto;
  text-indent: -9999em;
  width: 1em;
}
.loader:before, .loader:after {
  -webkit-animation: load 1s infinite ease-in-out;
  animation: load 1s infinite ease-in-out;
  background: #8BC9EE;
  height: 80px;
  width: 1em;
  position: absolute;
  top: 0;
  content: "";
}
.loader:before {
  left: -1.5em;
}
.loader:after {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  left: 1.5em;
}

.hero-banner .owl-buttons {
  opacity: 0;
}

.kowl-player-html5 {
  height: 100%;
}

.close-x {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0px;
  background: #16153E;
  z-index: 20;
}
.close-x svg {
  position: absolute;
  left: 5px;
  top: 3px;
  stroke: #FFF;
  stroke-width: 4;
  width: 40px;
}

.isios .close-x {
  top: -20px;
  right: -20px;
}

.tab {
  position: absolute;
  top: 20px;
  z-index: 2;
  left: 0;
  text-transform: uppercase;
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
  color: #FFF;
  background-color: #0A0A0A;
  padding: 10px 15px;
  font-size: 0.8em;
  text-align: left;
}
.tab:before {
  content: '//';
  color: #EC008C;
  padding-right: 5px;
}
footer {
  background-color: #F5F5F5;
  line-height: 1.1;
  clear: both;
}
footer h3 {
  color: #8BC9EE;
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
  font-size: 18px;
}
footer h3 a {
  color: #8BC9EE;
}
footer h3 a:hover {
  color: #16153E;
}
footer h3:before {
  content: '//';
  padding-right: 8px;
  color: #EC008C;
}
footer h4 {
  margin-top: 10px;
  font-size: 16px;
}
footer h4:before {
  content: '';
  padding-right: 15px;
}
footer p {
  font-size: 14px;
  line-height: 1.3;
}
footer ul {
  padding: 0 0 0 15px;
  margin-left: 0;
}
footer ul li {
  padding-bottom: 5px;
}
footer ul a {
  font-size: 14px;
  padding-left: 0px;
}

.upper-footer-wrapper {
  padding: 35px 0 75px;
}

.footer-list-wrapper {
  text-align: center;
}
.footer-list-wrapper h3 {
  margin-top: 40px;
}
.footer-list-wrapper h3 span {
  margin-left: 15px;
}
.footer-list-wrapper:first-of-type h3 {
  margin-top: 0;
}

.social-icons .fa {
  padding: 0 2%;
}

.social-footer-wrapper {
  background: #E7E7E7;
  border-bottom: 33px solid transparent;
}
.social-footer-wrapper .social-links {
  height: 75px;
  text-align: center;
  font-size: 22px;
}
.social-footer-wrapper .social-links a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  float: left;
  width: 25%;
  height: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
}
.social-footer-wrapper .social-links a:hover {
  background-color: #16153E;
}

.lower-footer-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 10px 0;
  background: #0A0A0A;
  color: #8BC9EE;
  z-index: 9999;
}
.lower-footer-wrapper span {
  font-size: 12px;
}
.lower-footer-wrapper a {
  color: #8BC9EE;
}
.lower-footer-wrapper a:hover {
  color: #FFF;
}

.lt-ie9 .upper-footer-wrapper {
  -ms-behavior: url("../../../../../backgroundsize.min.htc");
}
.owl-item {
  position: relative;
}

.touch .video-bg,
.touch .nocarousel-video-bg {
  display: none !important;
}

.kowl-video-spash {
  width: 100%;
  position: absolute;
  z-index: 3;
}
.kowl-video-spash > .white-wash {
  background-color: #FFF;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.kowl-video-spash #youtube {
  display: block;
}
.kowl-video-spash > .video-player {
  position: absolute;
  width: 16000px;
  height: 9000px;
  opacity: 0;
  z-index: 2;
  left: 0;
  right: 0;
  display: none;
  margin: auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.kowl-video-spash > .video-player > video {
  width: 100%;
}

.video-bg {
  position: absolute;
  background-size: cover;
  bottom: 0;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  right: 0;
  z-index: 0;
}

.nocarousel-video-bg {
  position: absolute;
  background-size: cover;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  z-index: 0;
}

.overlay {
  background: url(../textures/overlay-b.png);
}

.overlay-white {
  background: url(../textures/overlay-w.png);
}

.overlay,
.overlay-white {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  z-index: 1;
}

.slide,
.veeva-slide {
  width: 100%;
  height: 500px;
}

.full-left-wrapper,
.full-right-wrapper {
  margin: 0 6%;
  bottom: 6%;
  width: 88%;
  max-width: 420px;
}

.center-wrapper {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.full-left-wrapper,
.full-right-wrapper,
.center-wrapper {
  position: absolute;
  z-index: 2;
}
.full-left-wrapper h3,
.full-left-wrapper h2,
.full-left-wrapper p,
.full-right-wrapper h3,
.full-right-wrapper h2,
.full-right-wrapper p,
.center-wrapper h3,
.center-wrapper h2,
.center-wrapper p {
  margin: 0;
}
.full-left-wrapper h3,
.full-right-wrapper h3,
.center-wrapper h3 {
  font-family: "HelveticaNeueW01-57Cn", "Helvetica", "Arial", "sans-serif";
}
.full-left-wrapper h2,
.full-right-wrapper h2,
.center-wrapper h2 {
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
  letter-spacing: -2px;
}

video.video-bg {
  display: none;
}

.hero-banner {
  color: #FFF;
}
.hero-banner .slide {
  height: 450px;
}
.hero-banner h1,
.hero-banner h2,
.hero-banner h3,
.hero-banner h4 {
  color: #FFF;
}
.hero-banner h2 {
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
  font-size: 51px;
}
.hero-banner p {
  line-height: 1.2;
}

.hero-klick-slide {
  background: url(../images/backgrounds/hero-klick-sm.jpg) no-repeat;
  background-size: cover;
}
.hero-klick-slide .full-left-wrapper {
  bottom: 15%;
}
.hero-klick-slide h3 {
  font-size: 24px;
}
.hero-klick-slide h1 {
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
  margin-top: 0;
  font-size: 46px;
}
.hero-klick-slide p {
  font-size: 16px;
}
.hero-klick-slide p:first-of-type {
  margin-bottom: 10px;
}

.hero-richard-slide {
  background: url(../images/backgrounds/hero-richard-sm.jpg) no-repeat;
  background-size: cover;
}

.hero-ron-slide {
  background: url(../images/backgrounds/hero-ron-sm.jpg) no-repeat;
  background-size: cover;
}
.hero-ron-slide p {
  color: #FFF;
}

.hero-our-story-slide {
  background: url(../images/backgrounds/hero-ourstory-sm.jpg) center center no-repeat;
  background-size: cover;
  color: #16153E;
  font-family: "HelveticaNeueW01-ThinCn 673383", "Helvetica", "Arial", "sans-serif";
}
.hero-our-story-slide h2 {
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
  color: #16153E;
}

.hero-muse-slide {
  background: url(../images/backgrounds/hero-muse-sm.jpg) center center no-repeat;
  background-size: cover;
  color: #FFF;
  position: relative;
}
.hero-muse-slide .center-wrapper {
  height: 390px;
  text-align: center;
}
.hero-muse-slide .center-wrapper p.large, .hero-muse-slide .center-wrapper .excerpt-wrapper p, .excerpt-wrapper .hero-muse-slide .center-wrapper p, .hero-muse-slide .center-wrapper p.intro, .hero-muse-slide .center-wrapper .single .intro-block p, .single .intro-block .hero-muse-slide .center-wrapper p, .hero-muse-slide .center-wrapper .single .intro-block li, .single .intro-block .hero-muse-slide .center-wrapper li, .hero-muse-slide .center-wrapper .single .content-wrapper p.lead, .single .content-wrapper .hero-muse-slide .center-wrapper p.lead,
.hero-muse-slide .center-wrapper .page-template-default .content-wrapper p.lead,
.page-template-default .content-wrapper .hero-muse-slide .center-wrapper p.lead, .hero-muse-slide .center-wrapper .single .content-wrapper blockquote p, .single .content-wrapper blockquote .hero-muse-slide .center-wrapper p,
.hero-muse-slide .center-wrapper .page-template-default .content-wrapper blockquote p,
.page-template-default .content-wrapper blockquote .hero-muse-slide .center-wrapper p {
  max-width: 270px;
  margin: 0 auto 10px;
}
.hero-muse-slide svg {
  width: 90px;
  height: auto;
  margin: 0 auto 15px;
}
.hero-muse-slide svg .muse-word {
  fill: #FFF;
}
.hero-muse-slide svg .nonagon {
  fill: none;
  stroke: #FFF;
  stroke-width: 0.25;
  stroke-miterlimit: 10;
}
.hero-muse-slide .button-wrapper {
  margin: 10px 0;
}

.innovations .center-wrapper {
  height: 160px;
  width: 94%;
}
.innovations .center-wrapper h2 {
  font-family: "HelveticaNeueW01-ThinCn 673383", "Helvetica", "Arial", "sans-serif";
  line-height: 1.05;
  font-size: 35px;
}
.innovations .center-wrapper p {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  line-height: 1.1;
  font-size: 22px;
  font-family: "HelveticaNeueW01-ThinCn 673383", "Helvetica", "Arial", "sans-serif";
}
.innovations .center-wrapper .sensei-svg {
  width: 100px;
  margin-top: 10px;
  fill: #FFF;
}

.solutions-slide {
  background: url(../images/backgrounds/soutions-med.jpg) center center no-repeat;
  background-size: cover;
}

.labs-slide {
  background: url(../images/backgrounds/klick-labs-med.jpg) center center no-repeat;
  background-size: cover;
}
.labs-slide .center-wrapper h2 {
  font-size: 35px;
}

.sensei-slide {
  background: url(../images/backgrounds/sensei-med.jpg) center center no-repeat;
  background-size: cover;
}
.sensei-slide .center-wrapper h2 {
  color: #8BC9EE;
  font-size: 30px;
}
.sensei-slide .center-wrapper p {
  color: #FFF;
}
.sensei-slide .center-wrapper img {
  display: block;
  margin: 0 auto;
}

.partnerships {
  background: url(../images/backgrounds/partnerships-sm.jpg) left center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.partnerships .full-left-wrapper {
  bottom: 84px;
  width: 88%;
}
.partnerships .full-left-wrapper h2,
.partnerships .full-left-wrapper p.large,
.partnerships .full-left-wrapper .excerpt-wrapper p,
.excerpt-wrapper .partnerships .full-left-wrapper p,
.partnerships .full-left-wrapper p.intro,
.partnerships .full-left-wrapper .single .intro-block p,
.single .intro-block .partnerships .full-left-wrapper p,
.partnerships .full-left-wrapper .single .intro-block li,
.single .intro-block .partnerships .full-left-wrapper li,
.partnerships .full-left-wrapper .single .content-wrapper p.lead,
.single .content-wrapper .partnerships .full-left-wrapper p.lead,
.partnerships .full-left-wrapper .page-template-default .content-wrapper p.lead,
.page-template-default .content-wrapper .partnerships .full-left-wrapper p.lead,
.partnerships .full-left-wrapper .single .content-wrapper blockquote p,
.single .content-wrapper blockquote .partnerships .full-left-wrapper p,
.partnerships .full-left-wrapper .page-template-default .content-wrapper blockquote p,
.page-template-default .content-wrapper blockquote .partnerships .full-left-wrapper p,
.partnerships .full-left-wrapper a {
  position: relative;
}
.partnerships .nocarousel-video-bg {
  display: none;
}

.veeva-logo {
  display: block;
  position: absolute;
  right: 6%;
  bottom: 24px;
  z-index: 2;
  width: 200px;
  fill: #16153E;
}

.why-health {
  color: #FFF;
}
.why-health .full-left-wrapper {
  max-width: 70%;
  bottom: 50px;
  left: 0;
}
.why-health .full-right-wrapper {
  max-width: 70%;
  bottom: 50px;
  right: 0;
}
.why-health h2 {
  font-family: "HelveticaNeueW01-ThinCn 673383", "Helvetica", "Arial", "sans-serif";
  font-size: 40px;
  color: #FFF;
}
.why-health p {
  font-size: 18px;
}

.e-patient-intro {
  background: url(../images/backgrounds/whyhealth-lisa-sm.jpg) center center no-repeat;
  background-size: cover;
}
.e-patient-intro .full-right-wrapper h2,
.e-patient-intro .full-right-wrapper p,
.e-patient-intro .full-right-wrapper a.button {
  position: relative;
}

.e-patient1 {
  background: url(../images/backgrounds/whyhealth-matt-sm.jpg) left center no-repeat;
  background-size: cover;
}

.e-patient2 {
  background: url(../images/backgrounds/whyhealth-dave-sm.jpg) right center no-repeat;
  background-size: cover;
}
.e-patient-intro {
  background: url(../images/backgrounds/whyhealth-lisa-med.jpg) center center no-repeat;
  background-size: cover;
}

.e-patient1 {
  background: url(../images/backgrounds/whyhealth-matt-med.jpg) left center no-repeat;
  background-size: cover;
}

.e-patient2 {
  background: url(../images/backgrounds/whyhealth-dave-med.jpg) right center no-repeat;
  background-size: cover;
}
.wwd-header {
  clear: both;
  height: 300px;
  text-align: center;
  padding: 35px 10px 0 10px;
  background: #FFF;
}
.wwd-header .fade,
.wwd-header p {
  position: relative;
}

section.what-we-do {
  font-family: "HelveticaNeueW01-57Cn", "Helvetica", "Arial", "sans-serif";
  clear: both;
  z-index: 0;
  background: #FFF;
}

.wwd-box {
  border: 1px solid #e2e2e2;
  display: block;
  float: left;
  width: 100%;
  height: 250px;
  opacity: 1;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 115px;
  background-color: #FFF;
}
.wwd-box svg {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transform: scale(0.9) translateY(-30px);
  -ms-transform: scale(0.9) translateY(-30px);
  transform: scale(0.9) translateY(-30px);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: block;
  width: 100px;
  height: auto;
  fill: #EC008C;
}
.wwd-box .klick-chicklet {
  fill: #8BC9EE;
}

.wwd-content {
  height: 100px;
  top: 115px;
  text-align: center;
  padding: 15px 5px;
  opacity: 1;
}
.wwd-content h3 {
  color: #16153E;
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
  font-size: 30px;
  margin: 0 0 6px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.wwd-content p {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  font-size: 1em;
  margin-bottom: 0;
  line-height: 1.1;
  opacity: 1;
}
.wwd-content .touch-learn {
  visibility: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
}
.wwd-content .wwd-hovered p {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transform: scale(0.8) translateY(0);
  -ms-transform: scale(0.8) translateY(0);
  transform: scale(0.8) translateY(0);
  opacity: 0;
  line-height: 1.2;
  font-size: 18px;
}

.wwd-box:hover svg,
.wwd-box:focus svg,
.www-box.touch-hover svg {
  -webkit-transform: scale(0.8) translateY(-85px);
  -ms-transform: scale(0.8) translateY(-85px);
  transform: scale(0.8) translateY(-85px);
}
.wwd-box:hover h3,
.wwd-box:focus h3,
.www-box.touch-hover h3 {
  -webkit-transform: scale(1) translateY(-47px);
  -ms-transform: scale(1) translateY(-47px);
  transform: scale(1) translateY(-47px);
}
.wwd-box:hover p,
.wwd-box:focus p,
.www-box.touch-hover p {
  -webkit-transform: scale(1) translateY(-47px);
  -ms-transform: scale(1) translateY(-47px);
  transform: scale(1) translateY(-47px);
  opacity: 0;
}
.wwd-box:hover .touch-learn,
.wwd-box:focus .touch-learn,
.www-box.touch-hover .touch-learn {
  -webkit-transform: scale(1) translateY(-47px);
  -ms-transform: scale(1) translateY(-47px);
  transform: scale(1) translateY(-47px);
  opacity: 0;
}
.wwd-box:hover .wwd-hovered p,
.wwd-box:focus .wwd-hovered p,
.www-box.touch-hover .wwd-hovered p {
  -webkit-transform: scale(1) translateY(-84px);
  -ms-transform: scale(1) translateY(-84px);
  transform: scale(1) translateY(-84px);
  opacity: 1;
  margin: 0 auto;
}

.wwd-box-1 .first {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  font-size: 1em;
  line-height: 1.1;
  opacity: 0;
  max-width: 330px;
  margin: 0 auto;
}

.wwd-box.wwd-box-1:hover svg,
.wwd-box.wwd-box-1:focus svg,
.www-box.wwd-box-1.touch-hover svg {
  -webkit-transform: scale(0.8) translateY(-54px);
  -ms-transform: scale(0.8) translateY(-54px);
  transform: scale(0.8) translateY(-54px);
}
.wwd-box.wwd-box-1:hover h3,
.wwd-box.wwd-box-1:focus h3,
.www-box.wwd-box-1.touch-hover h3 {
  -webkit-transform: scale(1) translateY(-18px);
  -ms-transform: scale(1) translateY(-18px);
  transform: scale(1) translateY(-18px);
}
.wwd-box.wwd-box-1:hover .wwd-hovered .first,
.wwd-box.wwd-box-1:focus .wwd-hovered .first,
.www-box.wwd-box-1.touch-hover .wwd-hovered .first {
  -webkit-transform: scale(1) translateY(-39px);
  -ms-transform: scale(1) translateY(-39px);
  transform: scale(1) translateY(-39px);
  opacity: 1;
}

.touch .wwd-content .touch-learn {
  visibility: visible;
}
.top-ten {
  background: #E7E7E7;
  display: inline-block;
  margin: 0 auto;
  padding-top: 50px;
}
.top-ten > .container {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 200px;
}
.top-ten .top-ten-logo {
  float: left;
  display: block;
  margin-right: 8.10811%;
  width: 100%;
  position: absolute;
  top: 40px;
  top: -100px;
  margin: 0;
  padding: 0;
  height: 315px;
  text-align: center;
}
.top-ten .top-ten-logo:last-child {
  margin-right: 0;
}
.top-ten .top-ten-logo > svg {
  padding: 10px;
  position: absolute;
  margin: auto;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  max-width: 314px;
  text-transform: uppercase;
  text-align: center;
  z-index: 0;
}
.top-ten .top-ten-logo > svg .st0 {
  fill: #8BC9EE;
}
.top-ten .top-ten-logo > svg .st1 {
  fill: #CD017A;
}
.top-ten .top-ten-logo > svg .st2 {
  fill: #A1112E;
}
.top-ten .top-ten-logo > svg .st3 {
  fill: #EC008C;
}
.top-ten .top-ten-logo > svg .st4 {
  fill: #FFFFFF;
}
.top-ten .top-ten-logo > svg .st5 {
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
}
.top-ten .top-ten-logo > svg .st6 {
  font-size: 10.5044px;
}
.top-ten .top-ten-logo > svg .st7 {
  font-family: "HelveticaNeueW01-ThinCn 673383", "Helvetica", "Arial", "sans-serif";
}
.top-ten .top-ten-logo > svg .st8 {
  font-size: 9.9792px;
}
.top-ten .card-num-grid-container {
  display: inline-block;
}
.top-ten .card-inner-grid {
  margin: -30px 20px 15px 60px;
  height: auto;
}
.top-ten .card-inner-grid .inner-card-button {
  display: none;
  position: absolute;
  bottom: 6%;
  cursor: pointer;
}
.top-ten .card-inner-grid h3.headline {
  font-size: 30px;
  line-height: 1em;
  text-transform: uppercase;
  color: #16153E;
  margin: 0;
}
.top-ten .single-card {
  display: table;
  margin-bottom: 20px;
  position: relative;
}
.top-ten .single-card.cardFront {
  border: 7px solid #FFF;
  background: url("../images/top-ten/panel-background.jpg") center center repeat;
}
.top-ten .single-card.fliped {
  position: absolute;
  top: 0;
  background: #FFF;
  padding: 70px 100px;
  color: #16153E;
  font-size: 20px;
  display: none;
  width: 670px;
}
.top-ten .single-card.fliped p {
  font-size: 1em;
}
.top-ten .single-card .card-num-flipped {
  background-color: #EC008C;
  margin-right: -100px;
  width: 50px;
  height: auto;
  float: right;
  color: #FFF;
}
.top-ten .single-card .card-num-flipped > h3 {
  font-size: 25px;
  line-height: 0.8em;
  color: #FFF;
  padding: 10px 8px;
  margin: 0;
  text-align: center;
}
.top-ten .single-card .card-num {
  background-color: #EC008C;
  margin-top: 44px;
  margin-left: -7px;
  width: 40px;
  height: auto;
  float: left;
}
.top-ten .single-card .card-num > h3 {
  font-size: 25px;
  line-height: 0.8em;
  color: #FFF;
  padding: 10px 8px;
  margin: 0;
  text-align: center;
}
.top-ten .single-card .inner-card {
  margin-top: 47px;
  margin-bottom: 35px;
  display: table;
  height: 318px;
  padding-right: 30px;
  padding-left: 30px;
}
.top-ten .single-card .inner-card h3.headline {
  font-size: 36px;
  line-height: 1em;
  text-transform: uppercase;
  color: #16153E;
  margin: 0;
}

.single-card-parent {
  float: left;
  display: block;
  margin-right: 8.10811%;
  width: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.single-card-parent:last-child {
  margin-right: 0;
}
.single-card-parent .front {
  width: 100%;
}
.single-card-parent .card-num-grid {
  background-color: #EC008C;
  margin-left: -7px;
  width: 50px;
}
.single-card-parent .card-num-grid > h3 {
  font-size: 25px;
  line-height: 0.8em;
  color: #FFF;
  padding: 10px 8px 10px 8px;
  margin: 0;
  text-align: center;
}

#centerDIVModals {
  top: 0;
  border: 0;
  position: fixed;
  width: 100%;
  height: 100%;
}

.cardFront, .cardBack {
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.cardBack {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.touch .top-ten > .container .card-inner-grid .inner-card-button {
  display: none;
}

.no-touch.ie9 .top-ten > .container .card-inner-grid .inner-card-button {
  display: none;
}
.lifecycle {
  background-image: url("../images/backgrounds/lifecycle-pattern.jpg");
  opacity: 0;
  padding: 57px 0 50px;
}

.lifecycle-copy h2,
.lifecycle-copy p {
  position: relative;
}
.lifecycle-copy p.highlight {
  text-transform: uppercase;
}

.graph-container {
  padding: 20px 0 0 0;
}
.graph-container .axis .x-y-axis {
  stroke: #0A0A0A;
  stroke-width: 2;
  stroke-dasharray: 2000 0;
}
.graph-container .axis .y-axis {
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.graph-container .axis .axis-copy {
  text-transform: uppercase;
}
.graph-container .graph {
  fill: none;
  stroke: #16153E;
  stroke-dasharray: 2000 0;
  stroke-width: 15;
}

#lifecycle-graph {
  max-width: 100%;
}

.ie9 .svg-container,
.ie .svg-container,
.no-smil .svg-container {
  width: 100%;
  height: 0;
  padding-top: 48%;
  position: relative;
}
.ie9 .svg-container #lifecycle-graph,
.ie .svg-container #lifecycle-graph,
.no-smil .svg-container #lifecycle-graph {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.graph-point {
  cursor: pointer;
}
.graph-point .circle {
  fill: #EC008C;
}
.graph-point .crosshair {
  fill: #FFF;
}
.graph-point .copy {
  fill: #58595B;
  font-size: 14px;
  text-transform: uppercase;
}
.graph-point .outline {
  fill: #b4b4b4;
  opacity: 1;
  -webkit-transform-origin: 10px 10px;
  -ms-transform-origin: 10px 10px;
  transform-origin: 10px 10px;
}

.selected {
  position: relative;
  width: 100%;
  height: 100%;
}

.tooltip {
  background-color: #E7E7E7;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}
.tooltip:before {
  content: "\f178";
  color: #16153E;
  font-family: FontAwesome;
  right: 20px;
  top: 30px;
  left: 90%;
}
.tooltip h3 {
  font-size: 28px;
  border: 20px solid transparent;
}
.tooltip h3, .tooltip h6 {
  color: #58595B;
  margin: 0;
}
.tooltip h4 {
  margin-top: 0;
}
.tooltip h3:before {
  position: relative;
  top: -8px;
  font-size: 0.4em;
  color: #000;
  background: #EC008C;
  padding: 5px 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #b4b4b4;
}
.tooltip .desc {
  display: none;
  padding: 0 20px 20px 20px;
}
.tooltip .close-x {
  display: none;
}

.lifecycle-list li {
  position: relative;
  padding: 3px;
}
.lifecycle-list li:hover {
  background: #dadada;
}
.lifecycle-list li a {
  font-size: 16px;
}
.lifecycle-list li a:hover {
  color: #16153E;
}

.tip-1 h3:before {
  content: "1";
}

.tip-2 h3:before {
  content: "2";
}

.tip-3 h3:before {
  content: "3";
}

.tip-4 h3:before {
  content: "4";
}
.tip-4 h3 {
  border-bottom: none;
}
.tip-4 h6 {
  border-bottom: 20px solid transparent;
  margin-left: 55px;
}
.slt {
  background: #FFF;
  overflow: hidden;
  padding-bottom: 0px;
}
.slt .close {
  display: none;
}
.slt .close-x {
  top: 11%;
  right: 0%;
}
.slt .video-player .close-x {
  top: 0;
  right: 0;
}
.slt .prev, .slt .next {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: none;
  border: 1px solid #16153E;
  cursor: pointer;
  display: block;
  font-size: 28px;
  line-height: 28px;
  position: absolute;
  top: 53%;
  width: 28px;
  height: 40px;
  z-index: 3;
}
.slt .prev:hover, .slt .next:hover {
  background-color: #16153E;
}
.slt .prev:hover .fa, .slt .next:hover .fa {
  color: #FFF;
}
.slt .prev .fa, .slt .next .fa {
  color: #16153E;
  display: inline-block;
  position: absolute;
  top: 5px;
}
.slt .prev {
  display: none;
  left: 1%;
}
.slt .prev .fa {
  left: 7px;
}
.slt .next {
  right: 1%;
}
.slt .next .fa {
  right: 7px;
}
.slt .learn-more {
  display: block;
  margin-bottom: 75px;
  text-align: center;
  padding: 0 20px;
}
.slt .learn-more .slt-learn-more {
  display: inline-block;
}
.slt .owl-wrapper,
.slt .owl-carousel {
  position: relative;
  margin-top: 88px;
}
.slt .owl-controls {
  display: none !important;
}
.slt .owl-controls .owl-pagination {
  bottom: 2%;
}
.slt .owl-controls .owl-pagination .owl-page span {
  border-radius: 50%;
  margin: 5px 7px;
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #8BC9EE;
}
.slt .owl-controls .owl-pagination .owl-page span:before, .slt .owl-controls .owl-pagination .owl-page span:after {
  display: none;
}
.slt .owl-controls .owl-pagination .owl-page.active span {
  background: #16153E;
}
.slt .owl-controls .owl-buttons {
  display: none;
}
.slt .slt-member {
  padding: 0 20px;
  height: auto;
}
.slt .slt-member .intro {
  position: absolute;
  top: 66%;
  display: none;
}
.slt .slt-member .modal-container {
  margin-top: 50px;
}
.slt .slt-member .modal-container .copy h5 {
  color: #16153E;
}
.slt .slt-member .modal-container .button {
  width: 100%;
}
.slt .photo {
  width: 100%;
  height: 100%;
  background-position: 0 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.slt .photo.leerom-segal {
  background-image: url("../images/people/lee_s_sm.jpg");
}
.slt .photo.peter-cordy {
  background-image: url("../images/people/peter_c_sm.jpg");
}
.slt .photo.aaron-g {
  background-image: url("../images/people/aaron_g_sm.jpg");
}
.slt .photo.steve-willer {
  background-image: url("../images/people/steve_w_sm.jpg");
}
.slt .photo.brian-o {
  background-image: url("../images/people/brian_o_sm.jpg");
}
.slt .photo.alec-m {
  background-image: url("../images/people/alec_m_sm.jpg");
}
.slt .photo.lori-g {
  background-image: url("../images/people/lori_g_sm.jpg");
}
.slt .photo.glen-w {
  background-image: url("../images/people/glen_w_sm.jpg");
}
.slt .photo.glenn-z {
  background-image: url("../images/people/glenn_z_sm.jpg");
}
.slt .photo.jay-g {
  background-image: url("../images/people/jay_g_sm.jpg");
}
.slt .photo.steve-wagman {
  background-image: url("../images/people/steve_wag_sm.jpg");
}
.slt .photo.mark-hadfield {
  background-image: url("../images/people/mark_h_sm.jpg");
}
.slt #slt-members-panel .photo,
.slt #slt-members-modal .photo {
  height: 500px;
}

.dropdown {
  padding: 0 20px;
  position: absolute;
  top: 125px;
  width: 100%;
  z-index: 10;
}
.dropdown h5, .dropdown h6 {
  font-size: 16px;
}
.dropdown li:not(.init) {
  display: none;
}
.dropdown li {
  background: #e2e2e2;
  border-bottom: 2px solid #FFF;
  cursor: pointer;
  padding: 5px;
  position: relative;
}
.dropdown li:first-of-type:after {
  content: "\f107";
  font-size: 30px;
  color: #58595B;
  font-family: FontAwesome;
  position: absolute;
  top: 3px;
  right: 20px;
}
.dropdown .init .slt-name {
  color: #EC008C;
}
.dropdown .init .slt-title {
  color: #222222;
}
.dropdown .slt-name,
.dropdown .slt-title {
  line-height: 1;
  margin: 0;
  font-family: "HelveticaNeueW01-57Cn", "Helvetica", "Arial", "sans-serif";
}
.dropdown .slt-name {
  color: #16153E;
  font-size: 18px;
}
.dropdown .slt-title {
  color: #58595B;
  font-size: 16px;
}

.isios .slt .video-player .close-x {
  top: -20px;
  right: -20px;
}

.tablet .slt .slt-dropdown,
.tablet .slt .mobile {
  display: block;
}
.tablet .slt .close {
  top: 30%;
}
.tablet .slt .dropdown {
  width: 43%;
}
.tablet .slt .learn-more {
  padding: 0 275px;
}
.tablet .slt .owl-pagination {
  display: none;
}
.tablet .slt #slt-members-panel {
  position: static;
}
.tablet .slt #slt-members-panel .intro {
  display: none;
}
.contact {
  padding-top: 100px;
}

.contact-profile {
  position: relative;
  text-align: center;
  padding: 60px 0;
}
.contact-profile:nth-of-type(2) {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.contact-profile h3 {
  margin: 0;
  padding: 0;
  font-size: 34px;
  display: inline-block;
}
.contact-profile h3:first-of-type {
  padding-right: 7px;
}
.contact-profile ul {
  margin: 0;
}
.contact-profile li {
  font-size: 18px;
}
.contact-profile li strong {
  color: #0A0A0A;
}
.contact-profile .phone a {
  color: #58595B;
}
.contact-profile .phone a:hover {
  color: #58595B;
}

.contact-page .contact {
  padding-top: 56px;
}
.contact-page .contact-profile:nth-of-type(2) {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.contact-page .contact-profile:first-of-type {
  border-top: 1px solid #e2e2e2;
}
.contact-page .contact-profile:nth-of-type(3) {
  border-bottom: 1px solid #e2e2e2;
}

.send-message {
  padding-top: 50px;
  background-size: cover;
}
.send-message h3 {
  font-size: 34px;
}
.send-message input[type="submit"] {
  margin: 50px 0;
}
.send-message input[type="submit"]:hover {
  background: #8BC9EE;
  color: #0A0A0A;
}
.growing {
  background: #16153E url(../images/backgrounds/were-hiring-med.jpg) 0 0 no-repeat;
  background-size: cover;
  height: 270px;
  text-align: center;
}
.growing img {
  width: 220px;
  position: relative;
  margin: 0 auto;
}

.careers {
  padding-top: 100px;
  background: url(../images/backgrounds/careers-sm.jpg) center center no-repeat;
  background-size: cover;
}
.careers .copy {
  text-align: center;
  margin-bottom: 20px;
}
.careers .copy h3, .careers .copy h4, .careers .copy p, .careers .copy .button-dark {
  position: relative;
}
.careers .copy h3 {
  color: #16153E;
}
.careers .copy h4 {
  text-transform: none;
  color: #16153E;
}
.careers .copy p {
  margin-right: auto;
  margin-left: auto;
  max-width: 360px;
}
.careers .photo {
  background: url(../images/people/ainsley_s.png) bottom left no-repeat;
  background-size: 310px;
  height: 460px;
  position: relative;
}
.work {
  padding-top: 40px;
  overflow: hidden;
  background-color: #FFF;
}
.work h2, .work h3, .work p {
  position: relative;
}

.work-block {
  position: relative;
  overflow: hidden;
}

.work-intro-block {
  margin-top: 45px;
}

.work-block1,
.work-block2 {
  margin: 80px 0;
}

.screen,
.site-holder {
  width: 0;
  height: 0;
}

.laptop {
  background: url(../images/work/laptop-xs.png) right no-repeat;
  background-size: contain;
  height: 240px;
  position: relative;
  right: -20px;
}

.desktop-comp {
  background: url(../images/work/desktop-xs.png) left no-repeat;
  background-size: contain;
  height: 272px;
  width: 320px;
  margin: 0 auto;
}

.demo-video-wrapper,
.demo-video-wrapper video,
.touch .demo-video-wrapper,
.touch .demo-video-wrapper video {
  display: none;
}

.ipad-container {
  position: relative;
  background: url(../images/work/ipad-xs.png) right bottom no-repeat;
  background-size: contain;
  bottom: -30px;
  right: 0;
  height: 334px;
  z-index: 0;
}

.list-styled li {
  position: relative;
  font-size: 20px;
}
.single {
  background: #FFF;
}

.header {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ajax-holder {
  margin-bottom: 40px;
  clear: both;
}
.ajax-holder.loading .loading-panel {
  opacity: 0.25;
  z-index: 25;
}
.ajax-holder .loading-panel {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
}

.masonry {
  margin: 0 auto;
  overflow: hidden;
}

.active-categories {
  float: left;
  display: block;
  margin-right: 8.10811%;
  width: 45.94595%;
  margin: 20px 0;
  padding: 0 20px;
}
.active-categories:last-child {
  margin-right: 0;
}

.filter {
  float: left;
  display: block;
  margin-right: 8.10811%;
  width: 45.94595%;
  font-size: 14px;
  font-family: "HelveticaNeueW01-ThinCn 673383", "Helvetica", "Arial", "sans-serif";
  color: #16153E;
  text-transform: uppercase;
  margin: 20px 0;
  float: right;
}
.filter:last-child {
  margin-right: 0;
}
.filter label {
  float: right;
}
.filter .view-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  background: #8BC9EE;
  display: inline-block;
  margin-left: 8px;
  padding: 4px 6px 4px 8px;
}
.filter .view-all:hover {
  background: #16153E;
}
.filter .view-all .fa {
  border-left: 1px solid #e2e2e2;
  padding: 4px;
  margin-left: 8px;
}

.category-tags {
  background: #E7E7E7;
  padding: 10px;
  text-align: center;
  display: none;
}
.category-tags fieldset {
  border: none;
}
.category-tags .close-category-tags {
  margin: 0;
}

.blog .container > h2.h3 {
  padding-top: 20px;
}

.blog,
.archive,
.category {
  background: #F5F5F5;
}
.blog .filters,
.archive .filters,
.category .filters {
  text-align: right;
  display: block;
}
.blog .tag,
.archive .tag,
.category .tag {
  display: inline-block;
  vertical-align: top;
  background: #ccc;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  padding: 2px 10px 4px 10px;
  margin: 0 10px 10px 0;
  position: relative;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blog .tag:before,
.archive .tag:before,
.category .tag:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  background: #FFF;
  height: 5px;
  width: 5px;
  border-radius: 5px;
}
.blog .tag:after,
.archive .tag:after,
.category .tag:after {
  content: '';
  position: absolute;
  left: -8px;
  top: 0;
  width: 10px;
  height: 23px;
  background: url(../images/blog/bg-tag-inactive.png) no-repeat;
}
.blog .tag:hover, .blog .tag.active, .blog .tag.input-checked, .blog .tag:checked,
.archive .tag:hover,
.archive .tag.active,
.archive .tag.input-checked,
.archive .tag:checked,
.category .tag:hover,
.category .tag.active,
.category .tag.input-checked,
.category .tag:checked {
  background-color: #8BC9EE;
}
.blog .tag:hover:after, .blog .tag.active:after, .blog .tag.input-checked:after, .blog .tag:checked:after,
.archive .tag:hover:after,
.archive .tag.active:after,
.archive .tag.input-checked:after,
.archive .tag:checked:after,
.category .tag:hover:after,
.category .tag.active:after,
.category .tag.input-checked:after,
.category .tag:checked:after {
  content: '';
  position: absolute;
  left: -8px;
  top: 0;
  width: 10px;
  height: 23px;
  background: url(../images/blog/bg-tag.png) no-repeat;
}
.blog .tag input,
.archive .tag input,
.category .tag input {
  position: absolute;
  opacity: 0;
}

.tag-wrapper {
  display: inline-block;
}

.sort {
  background-color: #E7E7E7;
  color: #FFF;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 0;
  border: none;
  text-align: center;
  top: 9px;
  position: relative;
}
.sort:hover {
  background-color: #222222;
}
.sort.active {
  background-color: #8BC9EE;
}
.sort .fa {
  color: #FFF;
  position: absolute;
  top: 8px;
  left: 7px;
}

.navigation-wrapper {
  font-family: "HelveticaNeueW01-47LtCn 692686", "Helvetica", "Arial", "sans-serif";
}
.navigation-wrapper .navigation-holder {
  display: block;
  padding: 20px 0;
}
.navigation-wrapper .page-numbers {
  color: #58595B;
  padding: 5px 5px 5px 0;
  border-bottom: 8px solid transparent;
  margin: 0 2px 10px 2px;
  display: inline-block;
  text-transform: uppercase;
}
.navigation-wrapper .page-numbers.dots {
  padding: 5px 0;
}
.navigation-wrapper .current {
  background-color: #8BC9EE;
  color: #FFF;
  padding: 5px 10px;
  border-bottom: none;
}
.navigation-wrapper .next, .navigation-wrapper .prev {
  display: inline-block;
  margin: 0;
  background-color: #58595B;
  color: #FFF;
  padding: 5px 10px;
  border-bottom: none;
}

.search-navigation {
  top: 0;
}

.button-wrapper {
  text-align: center;
}

.post-boxes:after,
.ajax-holder:after {
  content: "";
  display: table;
  clear: both;
}

.post-box {
  background: #FFF;
  float: left;
  width: 100%;
  margin: 15px 0;
}
.post-box:after {
  content: "";
  display: table;
  clear: both;
}

.category-link,
.list-category-link,
.list-date-box,
.date-box {
  position: absolute;
  left: 10px;
  z-index: 1;
}
.category-link:hover,
.list-category-link:hover,
.list-date-box:hover,
.date-box:hover {
  color: #16153E;
}

.post-img-wrapper {
  overflow: hidden;
  position: relative;
}
.post-img-wrapper:hover img, .post-img-wrapper:hover .thumb-image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.post-img-wrapper:hover .eye-icon {
  opacity: 1;
  cursor: pointer;
}
.post-img-wrapper img,
.post-img-wrapper .thumb-image {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  display: block;
  width: 100%;
  height: auto;
  min-height: 100px;
  opacity: 0.8;
}
.post-img-wrapper .eye-icon {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2044.9%2044.9%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%23EC008C%3B%7D.st1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%2222.4%22%20cy%3D%2222.4%22%20r%3D%2222.4%22%2F%3E%3Cg%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M22.4%2033c-9%200-16-9.5-16.2-9.9l-0.5-0.7%200.5-0.7c0.3-0.4%207.3-9.9%2016.2-9.9%209%200%2016%209.5%2016.2%209.9l0.5%200.7%20-0.5%200.7C38.4%2023.5%2031.4%2033%2022.4%2033zM8.6%2022.4c1.7%202.1%207.3%208.3%2013.8%208.3s12.1-6.2%2013.8-8.2c-1.7-2.1-7.3-8.3-13.8-8.3S10.4%2020.4%208.6%2022.4z%22%2F%3E%3Ccircle%20class%3D%22st1%22%20cx%3D%2222.4%22%20cy%3D%2222.4%22%20r%3D%226.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 45px;
  height: 45px;
  width: 45px;
  z-index: 1;
  opacity: 0;
}
.post-img-wrapper .eye-icon svg {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  fill: white;
  top: 10px;
  left: 10px;
  color: #FFF;
}

.post-content {
  margin: 15px;
  overflow: hidden;
}
.post-content h2 {
  font-size: 24px;
  font-family: "HelveticaNeueW01-57Cn", "Helvetica", "Arial", "sans-serif";
  color: #16153E;
  margin-bottom: 5px;
}
.post-content h4 {
  color: #EC008C;
  font-size: 20px;
  margin-top: 0;
}
.post-content p {
  font-size: 18px;
  line-height: 1.2;
}
.post-content .author {
  color: #8BC9EE;
}
.post-content .author:hover {
  color: #16153E;
}
.post-content time {
  float: right;
}
.post-content .post-tease {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 0;
  margin-bottom: 9px;
}
.post-content.contributor h2 {
  margin-bottom: 3px;
}
.post-content.contributor .contrib-post-link {
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
  float: left;
  text-transform: uppercase;
  color: #58595B;
}
.post-content.contributor .post-title {
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
  float: left;
  clear: both;
}

.category-link,
.date-box {
  bottom: 0;
}

.list-category-link,
.list-date-box {
  top: 0;
}

.list-view .post-box {
  width: 100%;
  max-width: 1200px;
  position: relative;
}
.list-view .post-box:nth-child(2n) {
  background: #E7E7E7;
}
.list-view .post-content {
  padding-top: 30px;
  padding-bottom: 12px;
}
.list-view a.small {
  float: right;
}

.lt-ie9 .ajax-holder .loading-panel {
  display: none;
}
.lt-ie9 .category-link,
.lt-ie9 .date-box {
  padding: 0 10px;
}
.lt-ie9 .post-img-wrapper:hover .eye-icon {
  display: none;
}
.lt-ie9 .post-img-wrapper .eye-icon {
  display: none;
}

.author .post-box:first-of-type:hover img, .author .post-box:first-of-type:hover .thumb-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.thought-leadership {
  padding: 100px 0;
  background: #E7E7E7;
  clear: both;
}
.thought-leadership .tab {
  top: 50px;
}
.thought-leadership .image-wrapper {
  position: relative;
}
.thought-leadership .image-wrapper img {
  max-width: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.thought-leadership .text-wrapper h3, .thought-leadership .text-wrapper h4, .thought-leadership .text-wrapper p {
  position: relative;
}
.thought-leadership .text-wrapper h4 {
  text-transform: none;
  color: #8BC9EE;
  font-family: "HelveticaNeueW01-57Cn", "Helvetica", "Arial", "sans-serif";
}
.thought-leadership .post-box {
  position: relative;
}
.thought-leadership .post-img-wrapper .thumb-image {
  height: 170px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.thought-leadership .post-img-wrapper .category-link {
  top: 141px;
}
.post-header {
  position: relative;
  width: 100%;
  min-height: 600px;
}
.post-header h1 {
  font-size: 48px;
}
.post-header .header-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}

.post-heading-wrapper {
  position: absolute;
  margin: 0 3%;
  bottom: 100px;
  z-index: 5;
}
.post-heading-wrapper .author {
  font-family: "HelveticaNeueW01-57Cn", "Helvetica", "Arial", "sans-serif";
}
.post-heading-wrapper .author a {
  color: #FFF;
}
.post-heading-wrapper .author a:hover {
  color: #8BC9EE;
}
.post-heading-wrapper .category-info {
  font-family: "HelveticaNeueW01-57Cn", "Helvetica", "Arial", "sans-serif";
}
.post-heading-wrapper .category-info {
  float: left;
  margin: 0;
}
.post-heading-wrapper .post-categories {
  float: right;
  padding-left: 8px;
  margin-left: 0;
}
.post-heading-wrapper .post-categories li {
  display: inline-block;
}
.post-heading-wrapper .post-categories li:last-of-type:after {
  content: "";
}
.post-heading-wrapper .post-categories li:after {
  content: ",";
}
.post-heading-wrapper .post-categories a {
  color: #8BC9EE;
}
.post-heading-wrapper .post-categories a:hover {
  color: #16153E;
}
.post-heading-wrapper .title {
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
}

.overlay-gradient {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  background: -webkit-linear-gradient(transparent 53%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(transparent 53%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%);
}
.overlay-gradient:before {
  content: "";
  background: url(../textures/overlay-b.png);
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.single-content {
  padding: 6% 0;
}

.single-post .header-image {
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

.single-department .post-heading-wrapper,
.single-solution .post-heading-wrapper {
  bottom: 140px;
}

.default-page .content-wrapper {
  padding: 30px 0;
}

.single-announcements .content-wrapper h2:first-of-type {
  text-align: center;
}

.social-media-links {
  padding-top: 10px;
  clear: both;
  margin-left: 0;
}
.social-media-links li {
  display: inline-block;
  padding-right: 5px;
}

.blog-scroll-down {
  color: #8BC9EE;
  font-size: 14px;
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
  letter-spacing: -1px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 5;
}
.blog-scroll-down:hover .icon-down-animation:before {
  -webkit-animation: toBottomFromTop 0.3s forwards;
  animation: toBottomFromTop 0.3s forwards;
  color: #8BC9EE;
}
.blog-scroll-down .icon-down {
  text-align: center;
  width: 100%;
}

.icon-down-animation {
  background: rgba(34, 34, 34, 0.75);
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
  z-index: 1;
}
.icon-down-animation:before {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  color: #FFF;
  content: '\f107';
  display: block;
  font-family: FontAwesome;
  font-size: 48px;
  top: -5px;
  left: 10px;
  margin: 0;
  padding-bottom: 6px;
  position: absolute;
}

.excerpt-wrapper {
  padding: 25px 0;
}

.intro {
  padding: 25px 0;
}

.single .callout-block {
  text-align: center;
  position: relative;
  background: #EC008C;
  padding: 82px 0 50px;
}
.single .callout-block h3 {
  color: #FFF;
}
.single .intro-block,
.single .grey-light-bg,
.single .differnt-block {
  padding: 50px 0 50px;
}
.single .intro-block h2:first-of-type,
.single .intro-block h3:first-of-type,
.single .grey-light-bg h2:first-of-type,
.single .grey-light-bg h3:first-of-type,
.single .differnt-block h2:first-of-type,
.single .differnt-block h3:first-of-type {
  margin-top: 0;
}
.single .differnt-block table {
  margin: 25px 0;
}

.single .content-wrapper,
.page-template-default .content-wrapper {
  font-family: "HelveticaNeueW01-47LtCn 692686", "Helvetica", "Arial", "sans-serif";
}
.single .content-wrapper h1, .single .content-wrapper .h1,
.page-template-default .content-wrapper h1,
.page-template-default .content-wrapper .h1 {
  font-size: 48px;
}
.single .content-wrapper h2, .single .content-wrapper .h2,
.page-template-default .content-wrapper h2,
.page-template-default .content-wrapper .h2 {
  font-size: 36px;
  margin-top: 16px;
}
.single .content-wrapper h3, .single .content-wrapper .h3,
.page-template-default .content-wrapper h3,
.page-template-default .content-wrapper .h3 {
  font-size: 30px;
  margin-top: 16px;
}
.single .content-wrapper h4, .single .content-wrapper .h4,
.page-template-default .content-wrapper h4,
.page-template-default .content-wrapper .h4 {
  font-size: 28px;
}
.single .content-wrapper h5, .single .content-wrapper .h5,
.page-template-default .content-wrapper h5,
.page-template-default .content-wrapper .h5 {
  font-size: 24px;
}
.single .content-wrapper h6, .single .content-wrapper .h6,
.page-template-default .content-wrapper h6,
.page-template-default .content-wrapper .h6 {
  font-size: 20px;
}
.single .content-wrapper a,
.page-template-default .content-wrapper a {
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
}
.single .content-wrapper p.subhead,
.page-template-default .content-wrapper p.subhead {
  font-size: 24px;
}
.single .content-wrapper ul,
.single .content-wrapper ol,
.page-template-default .content-wrapper ul,
.page-template-default .content-wrapper ol {
  font-size: 20px;
  margin-bottom: 40px;
}
.single .content-wrapper ul,
.page-template-default .content-wrapper ul {
  list-style-type: square;
  margin-left: 20px;
}
.single .content-wrapper ol,
.page-template-default .content-wrapper ol {
  list-style-type: decimal;
  margin-left: 23px;
}
.single .content-wrapper li,
.page-template-default .content-wrapper li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single .content-wrapper pre,
.page-template-default .content-wrapper pre {
  border-radius: 0;
  padding: 9px 9px 18px;
}
.single .content-wrapper img,
.page-template-default .content-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}
.single .content-wrapper .aligncenter,
.page-template-default .content-wrapper .aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  float: none;
  margin: 25px auto;
}
.single .content-wrapper .aligncenter img,
.page-template-default .content-wrapper .aligncenter img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  float: none;
  margin: 25px auto;
}
.single .content-wrapper .alignleft,
.page-template-default .content-wrapper .alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.single .content-wrapper .alignleft img,
.page-template-default .content-wrapper .alignleft img {
  margin: 25px 25px 25px 0;
  display: inline;
  float: left;
  margin: 25px 25px 25px 0;
}
.single .content-wrapper .alignright,
.page-template-default .content-wrapper .alignright {
  margin: 25px  0 25px 25px;
  display: inline;
  float: right;
}
.single .content-wrapper .alignright img,
.page-template-default .content-wrapper .alignright img {
  margin-left: 1.5em;
  display: inline;
  float: right;
  margin: 25px  0 25px 25px;
}
.single .content-wrapper div.aligncenter[style],
.single .content-wrapper div.alignleft[style],
.single .content-wrapper div.alignright[style],
.page-template-default .content-wrapper div.aligncenter[style],
.page-template-default .content-wrapper div.alignleft[style],
.page-template-default .content-wrapper div.alignright[style] {
  max-width: 90% !important;
  height: auto !important;
}
.single .content-wrapper div.aligncenter[style] img,
.single .content-wrapper div.alignleft[style] img,
.single .content-wrapper div.alignright[style] img,
.page-template-default .content-wrapper div.aligncenter[style] img,
.page-template-default .content-wrapper div.alignleft[style] img,
.page-template-default .content-wrapper div.alignright[style] img {
  display: block;
  max-width: 90%;
  height: auto;
}
.single .content-wrapper .wp-caption,
.page-template-default .content-wrapper .wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding: 5px;
  background: #dadada;
}
.single .content-wrapper .wp-caption img,
.page-template-default .content-wrapper .wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0 auto;
}
.single .content-wrapper .wp-caption .wp-caption-text,
.page-template-default .content-wrapper .wp-caption .wp-caption-text {
  line-height: 1;
  font-size: 16px;
  margin: 5px 0 0;
  background: #dadada;
  color: #0A0A0A;
}
.single .content-wrapper .wp-caption .wp-smiley,
.page-template-default .content-wrapper .wp-caption .wp-smiley {
  margin: 0 !important;
  max-height: 16px;
}
.single .content-wrapper .text-panel,
.page-template-default .content-wrapper .text-panel {
  font-size: 20px;
  font-style: italic;
  background: #E7E7E7;
  padding: 20px;
  margin: 25px 0;
}
.single .content-wrapper blockquote,
.page-template-default .content-wrapper blockquote {
  font-family: "HelveticaNeueW01-47LtCn 692686", "Helvetica", "Arial", "sans-serif";
  color: #EC008C;
  margin: 50px;
  padding: 0;
  position: relative;
  display: block;
}
.single .content-wrapper blockquote:before,
.page-template-default .content-wrapper blockquote:before {
  position: absolute;
  content: "\201C";
  font-size: 200px;
  opacity: 0.1;
  top: -87px;
  left: -50px;
  z-index: -1;
}
.single .content-wrapper blockquote p,
.page-template-default .content-wrapper blockquote p {
  position: relative;
  display: inline;
}
.single .content-wrapper blockquote p:after,
.page-template-default .content-wrapper blockquote p:after {
  position: absolute;
  content: "\201D";
  font-size: 150px;
  opacity: 0.1;
  bottom: -118px;
  right: -29px;
  z-index: -1;
}
.single .content-wrapper cite,
.page-template-default .content-wrapper cite {
  color: #98999b;
  font-style: italic;
  display: block;
  font-size: 24px;
  text-align: right;
  float: right;
  margin: 0 55px 25px 0;
}
.single .content-wrapper cite:before,
.page-template-default .content-wrapper cite:before {
  content: "\2014 \00A0";
}
.single .content-wrapper cite + *,
.page-template-default .content-wrapper cite + * {
  clear: both;
}
.single .content-wrapper blockquote.left,
.page-template-default .content-wrapper blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.single .content-wrapper blockquote.right,
.page-template-default .content-wrapper blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.single .content-wrapper blockquote.twitter-tweet,
.page-template-default .content-wrapper blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}
.single .content-wrapper blockquote.twitter-tweet:before,
.page-template-default .content-wrapper blockquote.twitter-tweet:before {
  display: none;
}
.single .content-wrapper blockquote.twitter-tweet p,
.page-template-default .content-wrapper blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.single .content-wrapper blockquote.twitter-tweet p:after,
.page-template-default .content-wrapper blockquote.twitter-tweet p:after {
  display: none;
}
.single .content-wrapper blockquote.twitter-tweet a,
.page-template-default .content-wrapper blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}
.single .content-wrapper blockquote.twitter-tweet a:hover,
.single .content-wrapper blockquote.twitter-tweet a:focus,
.page-template-default .content-wrapper blockquote.twitter-tweet a:hover,
.page-template-default .content-wrapper blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}
.single .content-wrapper .blog-post-carousel .item img,
.page-template-default .content-wrapper .blog-post-carousel .item img {
  margin: 0 auto;
}
.single .content-wrapper .blog-post-carousel .owl-pagination,
.page-template-default .content-wrapper .blog-post-carousel .owl-pagination {
  bottom: initial;
}
.single .content-wrapper .blog-post-carousel .owl-pagination .owl-page.active span,
.page-template-default .content-wrapper .blog-post-carousel .owl-pagination .owl-page.active span {
  background: #8BC9EE;
}
.single .content-wrapper .blog-post-carousel .owl-pagination .owl-page span,
.page-template-default .content-wrapper .blog-post-carousel .owl-pagination .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  border-radius: 20px;
  background: #16153E;
}

.pr-contact {
  background: #16153E;
  color: #FFF;
  padding: 100px 0;
}

.pr-content {
  width: 270px;
  margin: 20px auto 0;
}

.pr-info h4, .pr-info h5 {
  margin: 0;
}
.pr-info h5 {
  color: #FFF;
  margin-bottom: 5px;
}
.pr-info p {
  font-family: "HelveticaNeueW01-47LtCn 692686", "Helvetica", "Arial", "sans-serif";
  margin: 0;
  font-size: 20px;
}
.pr-info a {
  color: #FFF;
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
}
.pr-info a:hover {
  color: #8BC9EE;
}

.search-wrapper input[type="text"] {
  float: left;
  display: block;
  margin-right: 8.10811%;
  width: 72.97297%;
  margin-right: 0;
}
.search-wrapper input[type="text"]:last-child {
  margin-right: 0;
}
.search-wrapper button {
  float: left;
  display: block;
  margin-right: 8.10811%;
  width: 18.91892%;
  margin-right: 0;
  width: 48px;
  height: 48px;
  margin: 0;
}
.search-wrapper button:last-child {
  margin-right: 0;
}
.about-author {
  background-color: #E7E7E7;
  clear: both;
  padding: 88px 0 55px;
}
.about-author .tab {
  top: 18px;
}
.about-author h3 a {
  color: #EC008C;
}
.about-author h3 a:hover {
  color: #FFF;
}
.about-author .description {
  margin-bottom: 35px;
}

.author-social li {
  display: inline;
  padding-left: 5px;
}
.author-social li .author-icon {
  font-size: 20px;
  padding-bottom: 20px;
}

.author-posts {
  font-size: 20px;
}
.related-posts {
  clear: both;
  z-index: 1;
  clear: both;
}
.related-posts .tab {
  top: 18px;
}
.related-posts .post {
  height: 250px;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #58595B;
}
.related-posts .post:first-child {
  border-top: 1px solid #58595B;
}
.related-posts .post:hover {
  cursor: pointer;
}
.related-posts .related-wrapper {
  height: 80px;
  z-index: 10;
  max-width: 80%;
}
.related-posts h4 {
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
  font-size: 18px;
}
.wire-subscribe {
  background: #16153E;
  clear: both;
  text-align: center;
  color: #FFF;
  padding: 59px 0;
}
.wire-subscribe h3 {
  color: #FFF;
  margin: 0 auto;
  max-width: 420px;
}
.wire-subscribe p {
  font-family: "HelveticaNeueW01-47LtCn 692686", "Helvetica", "Arial", "sans-serif";
  margin: 0;
  padding-top: 10px;
}
.wire-subscribe p.error-message {
  color: #FF0404;
}
.wire-subscribe p.error-message, .wire-subscribe p.confirmation-message {
  float: none;
  display: block;
}
.wire-subscribe .no-spam {
  font-size: 14px;
}
.wire-subscribe .no-spam a {
  color: #8BC9EE;
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
}
.wire-subscribe .no-spam a:hover {
  color: #FFF;
}
.wire-subscribe input {
  box-shadow: none;
  background: none;
  border: none;
  color: #FFF;
  padding: 10px;
}
.wire-subscribe input[type="email"] {
  width: 85%;
}
.wire-subscribe ::-webkit-input-placeholder {
  color: #FFF;
}
.wire-subscribe .input-wrapper {
  border: 2px solid #FFF;
  margin: 25px auto 25px;
  max-width: 325px;
  position: relative;
}

footer .wire-subscribe {
  background: none;
  text-align: left;
  color: #58595B;
  font-size: 12px;
  padding: 0;
  margin-top: 0;
}
footer .wire-subscribe .input-wrapper {
  border: 2px solid #8BC9EE;
  margin-bottom: 0;
}
footer .wire-subscribe label.error {
  line-height: 1.7;
  z-index: 2;
}
footer .wire-subscribe input {
  color: #58595B;
}
footer .wire-subscribe input[type=email] {
  width: 85%;
}
footer .wire-subscribe input[type=submit]:hover {
  color: #222222;
}
footer .wire-subscribe ::-webkit-input-placeholder {
  color: #58595B;
  padding-left: 5px;
}

.featured-categories {
  display: none;
}
.featured-categories .tab {
  top: 18px;
}

.featured {
  height: 150px;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.featured:hover {
  cursor: pointer;
}
.featured h4 {
  font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
  margin: 0;
  font-size: 22px;
}
.featured .featured-wrapper {
  height: 62px;
  z-index: 10;
}

@media screen and (min-width: 601px){
  label.error{
    font-size: .9em;
    padding: 10px 15px 5px 5px;
  }
  header.desktop .inner-wrapper{
    max-width: 94%;
  }
  header.desktop nav{
    max-width: 94%;
  }
  .container{
    max-width: 94%;
  }
  .owl-pagination, .owl-buttons{
    display: block;
  }
  .why-health .owl-buttons,
  .innovations .owl-buttons,
  .blog-post-carousel .owl-buttons{
    display: block;
  }
  .owl-pagination{
    bottom: -41px;
  }
  .owl-pagination span{
    position: relative;
    border-radius: 0;
    width: 110px;
    height: 69px;
    margin-right: 7px;
    background: #16153E;
  }
  .owl-pagination .owl-page{
    position: relative;
  }
  .owl-pagination .owl-page span:before{
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
  }
  .owl-pagination .owl-page.active span{
    background: #16153E;
  }
  .owl-pagination .owl-page:hover span:before, .owl-pagination .owl-page.active span:before{
    -webkit-transform: scale(0.95, 0.9);
    -ms-transform: scale(0.95, 0.9);
    transform: scale(0.95, 0.9);
  }
  .owl-pagination span:after{
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-family: "HelveticaNeueW01-77BdCn 692722", "Helvetica", "Arial", "sans-serif";
    height: 20px;
    line-height: 1;
    text-transform: uppercase;
    opacity: 0.3;
    z-index: 12;
  }
  .owl-pagination .owl-page:hover span:after,
  .owl-pagination .owl-page.active span:after{
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .footer-list-wrapper{
    text-align: left;
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 48.05195%;
  }
  .footer-list-wrapper:last-child{
    margin-right: 0;
  }
  .footer-list-wrapper:nth-child(2n){
    margin-right: 0;
  }
  .footer-list-wrapper:nth-child(2n+1){
    clear: left;
  }
  .footer-list-wrapper:nth-of-type(2) h3:first-of-type{
    margin-top: 0;
  }
  .social-footer-wrapper .social-links{
    height: 100px;
    font-size: 26px;
  }
  .lower-footer-wrapper span{
    font-size: 14px;
  }
  .lt-ie9 .footer-list-wrapper{
    padding: 0 15px;
    margin: 0;
    width: 50%;
  }
  .full-left-wrapper,
  .full-right-wrapper{
    bottom: 60px;
    max-width: 100%;
  }
  .full-right-wrapper{
    right: 0;
  }
  .hero-banner .slide{
    height: 500px;
  }
  .hero-banner h2{
    font-size: 54px;
  }
  .hero-banner .owl-page:nth-of-type(1) span:before{
    background: url(../images/thumbnails/hero-intro-thumb.jpg) center center no-repeat;
    background-size: cover;
  }
  .hero-banner .owl-page:nth-of-type(1) span:after{
    content: "Unleashing potential";
  }
  .hero-banner .owl-page:nth-of-type(2) span:before{
    background: url(../images/thumbnails/hero-richard-thumb.jpg) center center no-repeat;
    background-size: cover;
  }
  .hero-banner .owl-page:nth-of-type(2) span:after{
    content: "Richard Simkin";
  }
  .hero-banner .owl-page:nth-of-type(3) span:before{
    background: url(../images/thumbnails/hero-ron-thumb.jpg) center center no-repeat;
    background-size: cover;
  }
  .hero-banner .owl-page:nth-of-type(3) span:after{
    content: "Dr. Ron Cohen";
  }
  .hero-banner .owl-page:nth-of-type(4) span:before{
    background: url(../images/thumbnails/hero-ourstory-thumb.jpg) center center no-repeat;
    background-size: cover;
  }
  .hero-banner .owl-page:nth-of-type(4) span:after{
    content: "Our Story";
  }
  .hero-banner .owl-page:nth-of-type(5) span:before{
    background: url(../images/thumbnails/hero-muse-thumb.jpg) center center no-repeat;
    background-size: cover;
  }
  .hero-banner .owl-page:nth-of-type(5) span:after{
    content: "MUSE";
  }
  .hero-klick-slide{
    background: url(../images/backgrounds/hero-klick-med.jpg) no-repeat;
    background-size: cover;
  }
  .hero-klick-slide .full-left-wrapper{
    max-width: 611px;
  }
  .hero-klick-slide p{
    font-size: 18px;
  }
  .hero-richard-slide{
    background: url(../images/backgrounds/hero-richard-med.jpg) no-repeat;
    background-size: cover;
  }
  .hero-richard-slide .full-left-wrapper p{
    max-width: 470px;
  }
  .hero-ron-slide{
    background: url(../images/backgrounds/hero-ron-med.jpg) no-repeat;
    background-size: cover;
  }
  .hero-ron-slide .full-left-wrapper p{
    max-width: 570px;
  }
  .hero-our-story-slide{
    background: url(../images/backgrounds/hero-ourstory-med.jpg) center center no-repeat;
    background-size: cover;
  }
  .hero-our-story-slide .full-left-wrapper p{
    max-width: 340px;
  }
  .hero-muse-slide{
    background: url(../images/backgrounds/hero-muse-med.jpg) center center no-repeat;
    background-size: cover;
  }
  .hero-muse-slide .center-wrapper{
    height: 320px;
  }
  .hero-muse-slide .center-wrapper p.large, .hero-muse-slide .center-wrapper .excerpt-wrapper p, .excerpt-wrapper .hero-muse-slide .center-wrapper p, .hero-muse-slide .center-wrapper p.intro, .hero-muse-slide .center-wrapper .single .intro-block p, .single .intro-block .hero-muse-slide .center-wrapper p, .hero-muse-slide .center-wrapper .single .intro-block li, .single .intro-block .hero-muse-slide .center-wrapper li, .hero-muse-slide .center-wrapper .single .content-wrapper p.lead, .single .content-wrapper .hero-muse-slide .center-wrapper p.lead,
  .hero-muse-slide .center-wrapper .page-template-default .content-wrapper p.lead,
  .page-template-default .content-wrapper .hero-muse-slide .center-wrapper p.lead, .hero-muse-slide .center-wrapper .single .content-wrapper blockquote p, .single .content-wrapper blockquote .hero-muse-slide .center-wrapper p,
  .hero-muse-slide .center-wrapper .page-template-default .content-wrapper blockquote p,
  .page-template-default .content-wrapper blockquote .hero-muse-slide .center-wrapper p{
    max-width: 430px;
  }
  .hero-muse-slide svg{
    width: 100px;
  }
  .innovations .center-wrapper h2{
    font-size: 50px;
  }
  .innovations .center-wrapper p{
    font-size: 24px;
  }
  .innovations .center-wrapper .sensei-svg{
    width: 125px;
    margin-top: 15px;
  }
  .innovations .owl-page:nth-of-type(1) span:before{
    background: url(../images/thumbnails/soutions-thumb.jpg) center center no-repeat;
    background-size: cover;
  }
  .innovations .owl-page:nth-of-type(1) span:after{
    content: "Advantages";
    color: #16153E;
  }
  .innovations .owl-page:nth-of-type(2) span:before{
    background: url(../images/thumbnails/klick-labs-thumb.jpg) center center no-repeat;
    background-size: cover;
  }
  .innovations .owl-page:nth-of-type(2) span:after{
    content: "Klick Labs";
    color: #16153E;
  }
  .innovations .owl-page:nth-of-type(3) span:before{
    background: url(../images/thumbnails/sensei-thumb.jpg) center center no-repeat;
    background-size: cover;
  }
  .innovations .owl-page:nth-of-type(3) span:after{
    content: "Sensei Labs";
    color: #FFF;
  }
  .labs-slide .center-wrapper h2{
    font-size: 60px;
  }
  .sensei-slide .center-wrapper h2{
    font-size: 50px;
  }
  .partnerships{
    background: url(../images/backgrounds/partnerships-med.jpg) left center no-repeat;
    background-size: cover;
  }
  .partnerships .full-left-wrapper{
    max-width: 470px;
  }
  .why-health .full-left-wrapper{
    bottom: 100px;
    width: 94%;
    max-width: 300px;
    left: 10px;
  }
  .why-health .full-right-wrapper{
    bottom: 100px;
    width: 94%;
    max-width: 300px;
    right: 10px;
  }
  .why-health .owl-page:nth-of-type(1) span:before{
    background: url(../images/thumbnails/whyhealth-lisa-thumb.jpg) center center no-repeat;
    background-size: cover;
  }
  .why-health .owl-page:nth-of-type(1) span:after{
    content: "Why Health?";
  }
  .why-health .owl-page:nth-of-type(2) span:before{
    background: url(../images/thumbnails/whyhealth-matt-thumb.jpg) center center no-repeat;
    background-size: cover;
  }
  .why-health .owl-page:nth-of-type(2) span:after{
    content: "Matthew Zachary";
  }
  .why-health .owl-page:nth-of-type(3) span:before{
    background: url(../images/thumbnails/whyhealth-dave-thumb.jpg) center center no-repeat;
    background-size: cover;
  }
  .why-health .owl-page:nth-of-type(3) span:after{
    content: "Dave deBronkart";
  }
  .wwd-header{
    padding-top: 0;
  }
  .wwd-box{
    width: 50%;
    height: 300px;
  }
  .top-ten-logo{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 100%;
    top: 0;
    height: 315px;
  }
  .top-ten-logo:last-child{
    margin-right: 0;
  }
  .omega-reset:nth-child(2n){
    margin-right: 3.8961%;
  }
  .omega-reset:nth-child(2n+1){
    clear: none;
  }
  .single-card-parent{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 48.05195%;
  }
  .single-card-parent:last-child{
    margin-right: 0;
  }
  .single-card-parent:nth-child(2n){
    margin-right: 0;
  }
  .single-card-parent:nth-child(2n+1){
    clear: left;
  }
  .single-card-parent .front{
    height: 230px;
  }
  .omega-reset:nth-child(0n){
    margin-right: 3.8961%;
  }
  .omega-reset:nth-child(0n+1){
    clear: none;
  }
  .omega-reset:nth-child(2n){
    margin-right: 0;
  }
  .omega-reset:nth-child(2n+1){
    clear: left;
  }
  .omega-reset:nth-child(even){
    margin-right: 3.8961%;
  }
  .omega-reset:nth-child(odd){
    margin-right: 0%;
  }
  .omega-reset:nth-child(2n+1){
    clear: none;
  }
  .single-card-parent:last-child{
    margin-left: 25.97403%;
  }
  .lifecycle-copy{
    width: 500px;
    margin-left: 25px;
  }
  .tooltip h3{
    font-size: 36px;
  }
  .tooltip:before{
    left: 94%;
  }
  .tooltip .desc{
    overflow: hidden;
  }
  .tooltip .tooltip-copy-block{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 41.55844%;
  }
  .tooltip .tooltip-copy-block:last-child{
    margin-right: 0;
  }
  .tooltip .lifecycle-list-wrapper{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 54.54545%;
    margin-right: 0;
  }
  .tooltip .lifecycle-list-wrapper:last-child{
    margin-right: 0;
  }
  .lifecycle-list li:hover:after{
    right: 8px;
    opacity: 1;
  }
  .lifecycle-list li:after{
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-family: FontAwesome;
    content: "\f178";
    color: #16153E;
    position: absolute;
    top: 4px;
    right: 20px;
    opacity: 0;
  }
  .lifecycle-list li:after:hover{
    color: #16153E;
  }
  .lifecycle-list li a{
    font-size: 17px;
  }
  .tablet .slt{
    padding-top: 210px;
    height: 800px;
  }
  .tablet .slt .dropdown{
    top: 80px;
  }
  .slt{
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .slt .slt-dropdown{
    display: none;
  }
  .slt .owl-wrapper,
  .slt .owl-carousel{
    margin-top: 0;
  }
  .slt .slt-member{
    padding: 0;
  }
  .slt .slt-member .intro{
    display: block;
  }
  .slt .close-x{
    top: 30%;
    right: 0;
  }
  .slt .photo{
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slt .photo.leerom-segal{
    background-image: url("../images/people/lee_s.jpg");
  }
  .slt .photo.peter-cordy{
    background-image: url("../images/people/peter_c.jpg");
  }
  .slt .photo.aaron-g{
    background-image: url("../images/people/aaron_g.jpg");
  }
  .slt .photo.steve-willer{
    background-image: url("../images/people/steve_w.jpg");
  }
  .slt .photo.brian-o{
    background-image: url("../images/people/brian_o.jpg");
  }
  .slt .photo.alec-m{
    background-image: url("../images/people/alec_m.jpg");
  }
  .slt .photo.lori-g{
    background-image: url("../images/people/lori_g.jpg");
  }
  .slt .photo.glen-w{
    background-image: url("../images/people/glen_w.jpg");
  }
  .slt .photo.glenn-z{
    background-image: url("../images/people/glenn_z.jpg");
  }
  .slt .photo.greg-r{
    background-image: url("../images/people/greg_r.jpg");
  }
  .slt .photo.jay-g{
    background-image: url("../images/people/jay_g.jpg");
  }
  .slt .photo.steve-wagman{
    background-image: url("../images/people/steve_wag.jpg");
  }
  .slt .photo.mark-hadfield{
    background-image: url("../images/people/mark_h.jpg");
  }
  .slt #slt-members-modal .modal-container{
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .slt #slt-members-modal .modal-container:after{
    content: "";
    display: table;
    clear: both;
  }
  .slt #slt-members-modal .modal-container .photo{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 48.05195%;
  }
  .slt #slt-members-modal .modal-container .photo:last-child{
    margin-right: 0;
  }
  .slt #slt-members-modal .modal-container .copy{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 48.05195%;
    margin-right: 0;
    padding-top: 20px;
  }
  .slt #slt-members-modal .modal-container .copy:last-child{
    margin-right: 0;
  }
  .slt #slt-members-modal .modal-container .copy h5{
    color: #EC008C;
  }
  .slt #slt-members-modal .modal-container .copy .button{
    width: auto;
  }
  .slt #slt-members-modal .owl-controls .owl-buttons{
    display: block;
  }
  .slt #slt-members-modal .owl-controls .owl-pagination{
    display: none;
  }
  .touch .slt .mobile.learn-more{
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 5;
  }
  .no-touch .slt .mobile.learn-more{
    display: none;
  }
  .send-message h3{
    font-size: 37px;
  }
  .careers .copy{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 48.05195%;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
  .careers .copy:last-child{
    margin-right: 0;
  }
  .careers .photo{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 61.03896%;
    margin-left: -12.98701%;
    background-size: 340px;
    height: 582px;
    position: relative;
    z-index: 0;
  }
  .careers .photo:last-child{
    margin-right: 0;
  }
  .laptop{
    background: url(../images/work/laptop-sm.png) right no-repeat;
    background-size: contain;
    height: 360px;
    right: -26px;
  }
  .demo-video-wrapper,
  .demo-video-wrapper video{
    display: block;
  }
  .demo-video-wrapper{
    max-width: 784px;
    overflow: hidden;
    margin: 0 auto;
  }
  .demo-video-wrapper video{
    width: 100.3%;
    height: auto;
    background-color: transparent;
  }
  .desktop-comp{
    display: none;
  }
  .ipad-container{
    background: url(../images/work/ipad-sm.png) right bottom no-repeat;
    background-size: contain;
    bottom: -90px;
    height: 634px;
  }
  .touch .desktop-comp{
    background: url(../images/work/desktop-sm.png) left no-repeat;
    background-size: contain;
    display: block;
    height: 471px;
    width: 600px;
  }
  .active-categories{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 61.03896%;
  }
  .active-categories:last-child{
    margin-right: 0;
  }
  .filter{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 35.06494%;
    font-size: 16px;
  }
  .filter:last-child{
    margin-right: 0;
  }
  .navigation-wrapper{
    padding: 30px 0;
    text-align: right;
  }
  .navigation-wrapper .prev, .navigation-wrapper .next{
    visibility: visible;
  }
  .navigation-wrapper .navigation-holder{
    display: inline-block;
    padding: 0;
  }
  .navigation-wrapper .filters{
    text-align: right;
    display: inline-block;
    padding-left: 20px;
  }
  .post-box{
    width: 49%;
    margin: 15px 1% 15px 0;
  }
  .list-view .post-content{
    padding-top: 20px;
  }
  .navigation-wrapper .page-numbers{
    padding: 5px 10px;
    margin: 0 5px;
  }
  .thought-leadership .image-wrapper, .thought-leadership .text-wrapper{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 74.02597%;
    margin-right: 0;
    margin-left: 12.98701%;
  }
  .thought-leadership .image-wrapper:last-child, .thought-leadership .text-wrapper:last-child{
    margin-right: 0;
  }
  .thought-leadership .post-box{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 48.05195%;
    margin-right: 0;
    margin-left: 25.97403%;
  }
  .thought-leadership .post-box:last-child{
    margin-right: 0;
  }
  .post-header{
    height: 695px;
  }
  .post-heading-wrapper{
    width: 85%;
    max-width: 620px;
  }
  .default-page .content-wrapper{
    padding: 50px 0;
  }
  .pr-content,
  .search-wrapper{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 74.02597%;
    margin-left: 12.98701%;
  }
  .pr-content:last-child,
  .search-wrapper:last-child{
    margin-right: 0;
  }
  .search-wrapper input[type="text"]{
    float: left;
    display: block;
    margin-right: 5.26316%;
    width: 82.45614%;
    margin-right: 0;
  }
  .search-wrapper input[type="text"]:last-child{
    margin-right: 0;
  }
  .pr-image{
    float: left;
    display: block;
    margin-right: 5.26316%;
    width: 29.82456%;
  }
  .pr-image:last-child{
    margin-right: 0;
  }
  .pr-image img{
    float: right;
  }
  .pr-info{
    float: left;
    display: block;
    margin-right: 5.26316%;
    width: 64.91228%;
  }
  .pr-info:last-child{
    margin-right: 0;
  }
  .single .content-wrapper,
  .single .excerpt-wrapper,
  .page-template-default .content-wrapper,
  .page-template-default .excerpt-wrapper{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 74.02597%;
    margin-left: 12.98701%;
  }
  .single .content-wrapper:last-child,
  .single .excerpt-wrapper:last-child,
  .page-template-default .content-wrapper:last-child,
  .page-template-default .excerpt-wrapper:last-child{
    margin-right: 0;
  }
  .single .content-wrapper div.alignright[style],
  .single .excerpt-wrapper div.alignright[style],
  .page-template-default .content-wrapper div.alignright[style],
  .page-template-default .excerpt-wrapper div.alignright[style]{
    max-width: 100%;
  }
  .single .content-wrapper div.alignright[style] img,
  .single .excerpt-wrapper div.alignright[style] img,
  .page-template-default .content-wrapper div.alignright[style] img,
  .page-template-default .excerpt-wrapper div.alignright[style] img{
    max-width: 100%;
  }
  .single .content-wrapper div.alignleft[style],
  .single .excerpt-wrapper div.alignleft[style],
  .page-template-default .content-wrapper div.alignleft[style],
  .page-template-default .excerpt-wrapper div.alignleft[style]{
    max-width: 100%;
  }
  .single .content-wrapper div.alignleft[style] img,
  .single .excerpt-wrapper div.alignleft[style] img,
  .page-template-default .content-wrapper div.alignleft[style] img,
  .page-template-default .excerpt-wrapper div.alignleft[style] img{
    max-width: 100%;
  }
  .single .content-wrapper div.aligncenter[style],
  .single .excerpt-wrapper div.aligncenter[style],
  .page-template-default .content-wrapper div.aligncenter[style],
  .page-template-default .excerpt-wrapper div.aligncenter[style]{
    max-width: 100%;
  }
  .single .content-wrapper div.aligncenter[style] img,
  .single .excerpt-wrapper div.aligncenter[style] img,
  .page-template-default .content-wrapper div.aligncenter[style] img,
  .page-template-default .excerpt-wrapper div.aligncenter[style] img{
    max-width: 100%;
  }
  .about-author h3{
    margin-top: 0;
  }
  .author-content{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 87.01299%;
    margin-left: 12.98701%;
  }
  .author-content:last-child{
    margin-right: 0;
  }
  .author-image{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 22.07792%;
  }
  .author-image:last-child{
    margin-right: 0;
  }
  .author-image img{
    float: right;
  }
  .author-info{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 61.03896%;
  }
  .author-info:last-child{
    margin-right: 0;
  }
  .related-posts .post{
    height: 300px;
    width: 33.3%;
    border-bottom: none;
    border-right: 1px solid #58595B;
  }
  .related-posts .post:first-child{
    border-top: none;
  }
  .related-posts .post:last-child{
    border-right: none;
  }
  .wire-subscribe .no-spam{
    font-size: 16px;
  }
  .wire-subscribe-wrapper{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 74.02597%;
    margin-left: 12.98701%;
  }
  .wire-subscribe-wrapper:last-child{
    margin-right: 0;
  }
  footer .klick-wire-signup{
    margin: 0 0 35px 0;
  }
  .featured{
    height: 250px;
    width: 25%;
  }
}

@media screen and (min-width: 601px) and (min-width: 601px){
  .slt #slt-members-modal .modal-container{
    max-width: 94%;
  }
}

@media screen and (min-width: 901px){
  h1, .h1{
    font-size: 62px;
  }
  h2, .h2{
    font-size: 62px;
  }
  h3, .h3{
    font-size: 34px;
  }
  h4, .h4{
    font-size: 28px;
  }
  h5, .h5{
    font-size: 24px;
  }
  h6, .h6{
    font-size: 20px;
  }
  p.large, .excerpt-wrapper p, p.intro, .single .intro-block p, .single .intro-block li, .single .content-wrapper p.lead,
  .single .content-wrapper p.intro,
  .page-template-default .content-wrapper p.lead,
  .page-template-default .content-wrapper p.intro, .single .content-wrapper blockquote p,
  .page-template-default .content-wrapper blockquote p{
    font-size: 28px;
  }
  label.error{
    font-size: 1em;
    padding: 7px 15px 5px 5px;
  }
  .subscribe-label{
    top: 5px;
    font-size: 17px;
  }
  header.desktop .inner-wrapper{
    max-width: 94%;
  }
  header.desktop nav{
    max-width: 94%;
  }
  header.mobile{
    display: none;
  }
  header.desktop{
    display: block;
  }
  .container{
    max-width: 94%;
  }
  .owl-pagination{
    bottom: -57px;
  }
  .owl-pagination span{
    width: 170px;
    height: 102px;
  }
  .owl-pagination span:after{
    font-size: 20px;
  }
  .tab{
    top: 57px;
  }
  footer h3{
    font-size: 16px;
  }
  footer p{
    font-size: 14px;
  }
  footer ul a{
    font-size: 14px;
  }
  .upper-footer-wrapper{
    -ms-behavior: url("../../../../../backgroundsize.min.htc");
    background: url("../images/backgrounds/footer-xl.jpg") center center no-repeat;
    background-size: cover;
    margin-bottom: 0;
  }
  .footer-list-wrapper{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 23.07692%;
  }
  .footer-list-wrapper:last-child{
    margin-right: 0;
  }
  .footer-list-wrapper:nth-child(2n){
    margin-right: 2.5641%;
  }
  .footer-list-wrapper:nth-child(2n+1){
    clear: none;
  }
  .footer-list-wrapper:nth-child(4n){
    margin-right: 0;
  }
  .footer-list-wrapper:nth-child(4n+1){
    clear: left;
  }
  .footer-list-wrapper:first-of-type h3:first-of-type, .footer-list-wrapper:nth-of-type(2) h3:first-of-type{
    margin-top: 40px;
  }
  .social-footer-wrapper .social-links{
    height: 150px;
    font-size: 30px;
  }
  .lt-ie9 .footer-list-wrapper{
    padding: 0 15px;
    margin: 0;
    width: 25%;
  }
  .slide{
    height: 623px;
  }
  .veeva-slide{
    height: 695px;
  }
  .veeva-slide .veeva-logo{
    bottom: 50px;
    width: 250px;
  }
  video.video-bg{
    display: block;
  }
  .full-right-wrapper{
    max-width: 50%;
  }
  .hero-banner .slide{
    height: 690px;
  }
  .hero-banner h2{
    font-size: 62px;
  }
  .hero-klick-slide{
    background: url(../images/backgrounds/hero-klick-lg.jpg) no-repeat;
    background-size: cover;
  }
  .hero-klick-slide .full-left-wrapper{
    bottom: 80px;
  }
  .hero-klick-slide h3,
  .hero-klick-slide h1,
  .hero-klick-slide p{
    position: relative;
  }
  .hero-klick-slide p{
    font-size: 20px;
  }
  .hero-richard-slide{
    background: url(../images/backgrounds/hero-richard-lg.jpg) no-repeat;
    background-size: cover;
  }
  .hero-ron-slide{
    background: url(../images/backgrounds/hero-ron-lg.jpg) no-repeat;
    background-size: cover;
  }
  .hero-our-story-slide{
    background: url(../images/backgrounds/hero-ourstory-lg.jpg) center center no-repeat;
    background-size: cover;
  }
  .hero-our-story-slide .full-left-wrapper p{
    max-width: 430px;
  }
  .hero-muse-slide{
    background: url(../images/backgrounds/hero-muse-lg.jpg) center center no-repeat;
    background-size: cover;
  }
  .hero-muse-slide .center-wrapper{
    height: 370px;
  }
  .hero-muse-slide .center-wrapper p.large, .hero-muse-slide .center-wrapper .excerpt-wrapper p, .excerpt-wrapper .hero-muse-slide .center-wrapper p, .hero-muse-slide .center-wrapper p.intro, .hero-muse-slide .center-wrapper .single .intro-block p, .single .intro-block .hero-muse-slide .center-wrapper p, .hero-muse-slide .center-wrapper .single .intro-block li, .single .intro-block .hero-muse-slide .center-wrapper li, .hero-muse-slide .center-wrapper .single .content-wrapper p.lead, .single .content-wrapper .hero-muse-slide .center-wrapper p.lead,
  .hero-muse-slide .center-wrapper .page-template-default .content-wrapper p.lead,
  .page-template-default .content-wrapper .hero-muse-slide .center-wrapper p.lead, .hero-muse-slide .center-wrapper .single .content-wrapper blockquote p, .single .content-wrapper blockquote .hero-muse-slide .center-wrapper p,
  .hero-muse-slide .center-wrapper .page-template-default .content-wrapper blockquote p,
  .page-template-default .content-wrapper blockquote .hero-muse-slide .center-wrapper p{
    max-width: 600px;
  }
  .hero-muse-slide svg{
    width: 120px;
  }
  .innovations .center-wrapper{
    height: 210px;
  }
  .innovations .center-wrapper h2{
    font-size: 68px;
  }
  .innovations .center-wrapper p{
    font-size: 32px;
    max-width: 650px;
    margin: 0 auto;
  }
  .labs-slide .center-wrapper h2{
    font-size: 68px;
  }
  .sensei-slide .center-wrapper h2{
    font-size: 68px;
  }
  .partnerships{
    background: url(../images/backgrounds/partnerships-lg.jpg) center center no-repeat;
    background-size: cover;
  }
  .partnerships .full-left-wrapper{
    max-width: 750px;
  }
  .partnerships .nocarousel-video-bg{
    display: block;
  }
  .why-health h2{
    font-size: 44px;
  }
  .why-health h2 p{
    margin: 20px 0 10px;
    position: relative;
  }
  .why-health .full-right-wrapper,
  .why-health .full-left-wrapper{
    bottom: 28%;
    max-width: 390px;
  }
  .e-patient-intro{
    background: url(../images/backgrounds/whyhealth-lisa-lg.jpg) center center no-repeat;
    background-size: cover;
  }
  .e-patient1{
    background: url(../images/backgrounds/whyhealth-matt-lg.jpg) left center no-repeat;
    background-size: cover;
  }
  .e-patient2{
    background: url(../images/backgrounds/whyhealth-dave-lg.jpg) right center no-repeat;
    background-size: cover;
  }
  .top-ten{
    padding-top: 120px;
  }
  .top-ten .tab{
    top: 110px;
  }
  .top-ten .container{
    padding-top: 0;
  }
  .top-ten .container .top-ten-logo{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 31.62393%;
    position: relative;
    top: 0;
    height: 315px;
  }
  .top-ten .container .top-ten-logo:last-child{
    margin-right: 0;
  }
  .single-card-parent{
    position: relative;
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 31.62393%;
    opacity: 0;
    visibility: hidden;
  }
  .single-card-parent:last-child{
    margin-right: 0;
  }
  .single-card-parent:nth-child(2n){
    margin-right: 2.5641%;
  }
  .single-card-parent:nth-child(2n+1){
    clear: none;
  }
  .single-card-parent:nth-child(3n){
    margin-right: 0;
  }
  .single-card-parent:nth-child(3n+1){
    clear: left;
  }
  .single-card-parent .front{
    padding: 44px 0;
  }
  .single-card-parent .front .card-num-grid-container{
    display: block;
    float: left;
    display: block;
    margin-right: 5.26316%;
    width: 12.2807%;
  }
  .single-card-parent .front .card-num-grid-container:last-child{
    margin-right: 0;
  }
  .single-card-parent .front .card-num-grid{
    background-color: #EC008C;
    margin-left: -7px;
    width: auto;
  }
  .single-card-parent .front .card-num-grid > h3{
    font-size: 25px;
    line-height: 0.8em;
    color: #FFF;
    padding: 10px 8px 10px 8px;
    margin: 0;
    text-align: center;
  }
  .single-card-parent .front .card-inner-grid{
    float: left;
    display: block;
    margin-right: 5.26316%;
    width: 82.45614%;
    height: 220px;
    margin: 0;
    padding-right: 5.26316%;
  }
  .single-card-parent .front .card-inner-grid:last-child{
    margin-right: 0;
  }
  .single-card-parent:last-child{
    margin-left: 0%;
  }
  .omega-reset:nth-child(even){
    margin-right: auto;
  }
  .omega-reset:nth-child(odd){
    margin-right: 2.5641%;
  }
  .omega-reset:nth-child(2n){
    margin-right: 2.5641%;
  }
  .omega-reset:nth-child(2n+1){
    clear: none;
  }
  .omega-reset:nth-child(3n){
    margin-right: 0;
  }
  .omega-reset:nth-child(3n+1){
    clear: left;
  }
  .no-touch .top-ten > .container .card-inner-grid .inner-card-button{
    display: inline-block;
  }
  .lifecycle{
    padding-top: 136px;
    padding-bottom: 0;
  }
  .lifecycle-copy{
    width: 630px;
  }
  .lifecycle-copy p.large, .lifecycle-copy .excerpt-wrapper p, .excerpt-wrapper .lifecycle-copy p, .lifecycle-copy p.intro, .lifecycle-copy .single .intro-block p, .single .intro-block .lifecycle-copy p, .lifecycle-copy .single .intro-block li, .single .intro-block .lifecycle-copy li, .lifecycle-copy .single .content-wrapper p.lead, .single .content-wrapper .lifecycle-copy p.lead,
  .lifecycle-copy .single .content-wrapper p.intro,
  .single .content-wrapper .lifecycle-copy p.intro,
  .lifecycle-copy .page-template-default .content-wrapper p.lead,
  .page-template-default .content-wrapper .lifecycle-copy p.lead,
  .lifecycle-copy .page-template-default .content-wrapper p.intro,
  .page-template-default .content-wrapper .lifecycle-copy p.intro, .lifecycle-copy .single .content-wrapper blockquote p, .single .content-wrapper blockquote .lifecycle-copy p,
  .lifecycle-copy .page-template-default .content-wrapper blockquote p,
  .page-template-default .content-wrapper blockquote .lifecycle-copy p{
    font-size: 28px;
  }
  .tooltip{
    width: 700px;
    position: absolute;
    display: none;
    background: #FFF;
    cursor: default;
  }
  .tooltip.revealed{
    display: block;
  }
  .tooltip:before{
    display: none;
  }
  .tooltip:after{
    content: "";
    height: 0;
    width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #FFF;
    position: absolute;
    bottom: -15px;
    left: 50%;
  }
  .tooltip h3:before{
    display: none;
  }
  .tooltip h3{
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
  }
  .tooltip .desc{
    display: block;
    margin-top: 10px;
  }
  .tooltip .close-x{
    background: #EC008C;
    display: block;
    z-index: 5;
  }
  .tooltip-copy-block{
    float: left;
    display: block;
    margin-right: 3.09278%;
    width: 38.14433%;
  }
  .tooltip-copy-block:last-child{
    margin-right: 0;
  }
  .lifecycle-list-wrapper{
    float: left;
    display: block;
    margin-right: 3.09278%;
    width: 58.76289%;
    margin-right: 0;
  }
  .lifecycle-list-wrapper:last-child{
    margin-right: 0;
  }
  .tip-1:after{
    left: 26px;
  }
  .tip-2:after{
    left: 233px;
  }
  .tip-4 h3{
    border-bottom: none;
    padding-bottom: 0;
  }
  .tip-4 h6{
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    margin-left: 20px;
  }
  .tip-4:after{
    left: 526px;
  }
  .tablet .slt{
    padding-top: 210px;
    height: 900px;
  }
  .slt{
    padding: 0;
    height: 700px;
  }
  .slt .close-x{
    top: 16%;
    right: 10%;
  }
  .slt .owl-controls{
    display: block !important;
  }
  .slt .slt-member{
    cursor: pointer;
    padding: 0;
    position: relative;
  }
  .slt .slt-member .intro{
    padding-left: 30px;
    position: absolute;
    top: 70%;
    z-index: 10;
  }
  .slt #slt-members-panel{
    position: absolute;
    bottom: 0;
  }
  .slt #slt-members-panel h5{
    margin-bottom: 0;
    color: #FFF;
  }
  .slt #slt-members-panel h6{
    margin-top: 0;
    color: #FFF;
  }
  .slt #slt-members-panel .slt-member .photo{
    height: 600px;
  }
  .slt #slt-members-modal{
    height: 600px;
    position: absolute;
    bottom: 0;
  }
  .slt #slt-members-modal .owl-wrapper-outer{
    height: 100%;
  }
  .slt #slt-members-modal .slt-member{
    cursor: default !important;
    height: 600px;
    top: -100px;
  }
  .slt #slt-members-modal .slt-member .photo{
    height: 600px;
    position: absolute;
  }
  .slt #slt-members-modal .slt-member .modal-container{
    margin: 100px auto 0;
    width: 1000px;
    height: 100%;
  }
  .slt #slt-members-modal .owl-pagination{
    display: none;
  }
  .slt #slt-members-modal .owl-buttons{
    display: block;
  }
  .slt #slt-members-modal .copy{
    float: right !important;
    margin-right: 6%;
    position: relative;
    right: 0px;
    width: 43% !important;
  }
  .slt #slt-members-modal h3{
    font-size: 62px;
  }
  .slt #slt-members-modal h5{
    color: #16153E;
    margin-top: 0;
  }
  .slt #slt-members-modal p.large, .slt #slt-members-modal .excerpt-wrapper p, .excerpt-wrapper .slt #slt-members-modal p, .slt #slt-members-modal p.intro, .slt #slt-members-modal .single .intro-block p, .single .intro-block .slt #slt-members-modal p, .slt #slt-members-modal .single .intro-block li, .single .intro-block .slt #slt-members-modal li, .slt #slt-members-modal .single .content-wrapper p.lead, .single .content-wrapper .slt #slt-members-modal p.lead,
  .slt #slt-members-modal .page-template-default .content-wrapper p.lead,
  .page-template-default .content-wrapper .slt #slt-members-modal p.lead, .slt #slt-members-modal .single .content-wrapper blockquote p, .single .content-wrapper blockquote .slt #slt-members-modal p,
  .slt #slt-members-modal .page-template-default .content-wrapper blockquote p,
  .page-template-default .content-wrapper blockquote .slt #slt-members-modal p{
    font-size: 20px;
  }
  .contact-profile{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 31.62393%;
    text-align: left;
  }
  .contact-profile:last-child{
    margin-right: 0;
  }
  .contact-profile:nth-of-type(2){
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
  }
  .contact-profile h3{
    display: block;
  }
  .profile-wrapper{
    float: left;
    display: block;
    margin-right: 8.10811%;
    width: 72.97297%;
    margin-left: 13.51351%;
  }
  .profile-wrapper:last-child{
    margin-right: 0;
  }
  .contact-page .contact{
    padding-top: 150px;
  }
  .contact-page .contact-profile:nth-of-type(2){
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
  }
  .contact-page .contact-profile:first-of-type{
    border-top: none;
  }
  .contact-page .contact-profile:nth-of-type(3){
    border-bottom: none;
  }
  .form-wrapper{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 48.71795%;
    margin-left: 8.54701%;
  }
  .form-wrapper:last-child{
    margin-right: 0;
  }
  .send-message{
    background: url("../images/backgrounds/contact-form-med.jpg") center center no-repeat;
    background-size: cover;
  }
  .send-message h3{
    font-size: 48px;
  }
  .send-message .confirmation-message{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 48.71795%;
    margin-left: 8.54701%;
  }
  .send-message .confirmation-message:last-child{
    margin-right: 0;
  }
  .send-message .error-message{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 48.71795%;
    margin-left: 8.54701%;
  }
  .send-message .error-message:last-child{
    margin-right: 0;
  }
  .careers{
    background: url(../images/backgrounds/careers-med.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .careers .copy{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 48.71795%;
    margin-bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 333px;
  }
  .careers .copy:last-child{
    margin-right: 0;
  }
  .careers .copy p{
    max-width: 400px;
  }
  .careers .photo{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 48.71795%;
    margin-left: 51.28205%;
    height: 588px;
    background-size: 400px;
  }
  .careers .photo:last-child{
    margin-right: 0;
  }
  .work-block{
    clear: both;
  }
  .work-block1{
    margin: 120px 0;
  }
  .work-block2{
    margin: 0;
  }
  .intro-wrapper{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 82.90598%;
    margin-left: 8.54701%;
  }
  .intro-wrapper:last-child{
    margin-right: 0;
  }
  .laptop-container{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 48.71795%;
    margin-left: -102.5641%;
    margin-right: 0;
    border: 1px solid red;
    height: 236px;
  }
  .laptop-container:last-child{
    margin-right: 0;
  }
  .laptop-container:after{
    content: "";
    display: table;
    clear: both;
  }
  .float-container{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 48.71795%;
  }
  .float-container:after{
    content: "";
    display: table;
    clear: both;
  }
  .float-container:last-child{
    margin-right: 0;
  }
  .work-copy-wrapper{
    float: left;
    display: block;
    margin-right: 5.26316%;
    width: 64.91228%;
    margin-left: 17.54386%;
  }
  .work-copy-wrapper:last-child{
    margin-right: 0;
  }
  .laptop{
    background: url(../../library/images/work/laptop-med.png) 0 0 no-repeat;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 236px;
    overflow: hidden;
    width: 450px;
    right: 0;
    left: 350px;
  }
  .screen{
    position: relative;
    overflow-y: scroll;
    width: 295px;
    height: 185px;
    top: 19px;
    left: 81px;
  }
  .site-holder{
    width: 100%;
    height: 617px;
    background: url(../../library/images/work/stepsforward-main-med.jpg) top center no-repeat;
  }
  .ipad-container{
    background: none;
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 48.71795%;
    margin-left: 51.28205%;
  }
  .ipad-container:after{
    content: "";
    display: table;
    clear: both;
  }
  .ipad-container:last-child{
    margin-right: 0;
  }
  .ipad-case{
    background: url(../../library/images/work/case-med.png) 0 60px no-repeat;
    width: 500px;
    height: 382px;
    z-index: 5;
    position: absolute;
    bottom: 0;
  }
  .ipad{
    position: absolute;
    background: url(../../library/images/work/ipad-med.png) 0 0 no-repeat;
    width: 500px;
    height: 382px;
    top: 296px;
    left: -13px;
    z-index: -1;
  }
  .touch .desktop-comp{
    background: url(../../library/images/work/desktop-sm.png) top center no-repeat;
    background-size: contain;
    height: 480px;
    width: 100%;
  }
  .touch .ipad-case,
  .touch .ipad{
    display: none;
  }
  .touch .ipad-container{
    background: url(../images/work/ipad-sm.png) right bottom no-repeat;
    background-size: contain;
    bottom: -90px;
    height: 634px;
  }
  .work-block3 .work-copy-wrapper{
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 330px;
    width: 30%;
    margin-left: 10%;
  }
  .header{
    margin-top: 80px;
  }
  .active-categories{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 74.35897%;
  }
  .active-categories:last-child{
    margin-right: 0;
  }
  .archive,
  .search{
    margin-top: 50px;
  }
  .filter{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 23.07692%;
  }
  .filter:last-child{
    margin-right: 0;
  }
  .post-box{
    width: 32.3%;
  }
  .thought-leadership{
    padding: 85px 0;
    height: 800px;
  }
  .thought-leadership .tab{
    top: 38px;
  }
  .thought-leadership .image-wrapper{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 48.71795%;
    margin-left: 0%;
    background: url(../images/thought-leadership/cam.png) right bottom no-repeat;
    background-size: contain;
    height: 500px;
  }
  .thought-leadership .image-wrapper:last-child{
    margin-right: 0;
  }
  .thought-leadership .image-wrapper img{
    display: none;
  }
  .thought-leadership .text-wrapper{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 48.71795%;
    margin-left: 0%;
    padding-top: 35px;
  }
  .thought-leadership .text-wrapper:last-child{
    margin-right: 0;
  }
  .thought-leadership .text-inner-wrapper{
    float: left;
    display: block;
    margin-right: 5.26316%;
    width: 82.45614%;
  }
  .thought-leadership .text-inner-wrapper:last-child{
    margin-right: 0;
  }
  .thought-leadership .post-box{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 31.62393%;
    margin-left: 0%;
  }
  .thought-leadership .post-box:last-child{
    margin-right: 0;
  }
  .thought-leadership .post-box:nth-child(3n){
    margin-right: 0;
  }
  .thought-leadership .post-box:nth-child(3n+1){
    clear: left;
  }
  .thought-leadership .post-content{
    margin: 10px;
  }
  .thought-leadership .post-content h2{
    font-size: 21px;
  }
  .thought-leadership .post-content .post-tease{
    height: 120px;
  }
  .thought-leadership .post-content .post-tease p{
    font-size: 16px;
    margin-bottom: 0;
  }
  .three-post-container{
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .post-heading-wrapper{
    margin: 0 6%;
    max-width: 710px;
  }
  .post-heading-wrapper h1, .post-heading-wrapper h2{
    font-size: 60px;
  }
  .post-heading-wrapper h3{
    font-size: 36px;
  }
  .post-heading-wrapper h4, .post-heading-wrapper .h4, .post-heading-wrapper p.large, .post-heading-wrapper .excerpt-wrapper p, .excerpt-wrapper .post-heading-wrapper p, .post-heading-wrapper p.intro, .post-heading-wrapper .single .intro-block p, .single .intro-block .post-heading-wrapper p, .post-heading-wrapper .single .intro-block li, .single .intro-block .post-heading-wrapper li, .post-heading-wrapper .single .content-wrapper p.lead, .single .content-wrapper .post-heading-wrapper p.lead,
  .post-heading-wrapper .single .content-wrapper p.intro,
  .single .content-wrapper .post-heading-wrapper p.intro,
  .post-heading-wrapper .page-template-default .content-wrapper p.lead,
  .page-template-default .content-wrapper .post-heading-wrapper p.lead,
  .post-heading-wrapper .page-template-default .content-wrapper p.intro,
  .page-template-default .content-wrapper .post-heading-wrapper p.intro, .post-heading-wrapper .single .content-wrapper blockquote p, .single .content-wrapper blockquote .post-heading-wrapper p,
  .post-heading-wrapper .page-template-default .content-wrapper blockquote p,
  .page-template-default .content-wrapper blockquote .post-heading-wrapper p{
    font-size: 28px;
  }
  .post-heading-wrapper h5, .post-heading-wrapper .h5{
    font-size: 24px;
  }
  .post-heading-wrapper h6, .post-heading-wrapper .h6{
    font-size: 20px;
  }
  .default-page{
    padding-top: 30px;
  }
  .single .intro-block p,
  .single .intro-block li{
    font-size: 28px;
  }
  .single .callout-block{
    padding: 82px 0 60px;
  }
  .single .callout-block .tab{
    top: 36px;
  }
  .single .callout-wrapper{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 65.81197%;
    margin-left: 17.09402%;
  }
  .single .callout-wrapper:last-child{
    margin-right: 0;
  }
  .pr-contact .tab{
    top: 18px;
  }
  .pr-content,
  .search-wrapper{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 48.71795%;
    margin-left: 25.64103%;
  }
  .pr-content:last-child,
  .search-wrapper:last-child{
    margin-right: 0;
  }
  .pr-image{
    float: left;
    display: block;
    margin-right: 5.26316%;
    width: 29.82456%;
  }
  .pr-image:last-child{
    margin-right: 0;
  }
  .pr-image img{
    float: right;
  }
  .pr-info{
    float: left;
    display: block;
    margin-right: 5.26316%;
    width: 64.91228%;
  }
  .pr-info:last-child{
    margin-right: 0;
  }
  .single .content-wrapper blockquote p:after,
  .single .excerpt-wrapper blockquote p:after,
  .page-template-default .content-wrapper blockquote p:after,
  .page-template-default .excerpt-wrapper blockquote p:after{
    bottom: -112px;
    right: -26px;
  }
  .about-author{
    padding: 56px 0 50px;
  }
  .author-content{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 82.90598%;
  }
  .author-content:last-child{
    margin-right: 0;
  }
  .related-posts .post{
    height: 400px;
  }
  .related-posts .post:hover .photo-zoom{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .wire-subscribe-wrapper{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 48.71795%;
    margin-left: 25.64103%;
  }
  .wire-subscribe-wrapper:last-child{
    margin-right: 0;
  }
  .wire-subscribe-wrapper h3{
    max-width: 350px;
    margin: 0 auto;
  }
  footer .wire-subscribe input[type=email]{
    width: 80%;
  }
  footer .wire-subscribe input[type=submit]{
    width: 15%;
  }
  .featured-categories{
    z-index: 1;
    clear: both;
    margin-top: 38px;
    display: block;
  }
  .featured:hover .photo-zoom{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media screen and (min-width: 601px) and (min-width: 901px){
  .slt #slt-members-modal .modal-container{
    max-width: 94%;
  }
}

@media screen and (min-width: 1050px){
  section.what-we-do{
    height: 45vw;
  }
  .wwd-box{
    width: 25%;
    height: 50%;
  }
  .wwd-content h3{
    font-size: 26px;
  }
  .wwd-content p{
    font-size: 14px;
  }
  .wwd-content .wwd-hovered p{
    font-size: 18px;
  }
  .wwd-box-1 .first{
    font-size: 18px;
  }
  .touch .wwd-box .wwd-content{
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100px;
  }
  .touch .wwd-box .button{
    display: inline-block;
  }
}

@media screen and (min-width: 1201px){
  h1, .h1{
    font-size: 88px;
  }
  h2, .h2{
    font-size: 88px;
  }
  h3, .h3{
    font-size: 48px;
  }
  h4, .h4{
    font-size: 24px;
  }
  h5, .h5{
    font-size: 22px;
  }
  p.large, .excerpt-wrapper p, p.intro, .single .intro-block p, .single .intro-block li, .single .content-wrapper p.lead,
  .single .content-wrapper p.intro,
  .page-template-default .content-wrapper p.lead,
  .page-template-default .content-wrapper p.intro, .single .content-wrapper blockquote p,
  .page-template-default .content-wrapper blockquote p{
    font-size: 32px;
  }
  header.desktop .inner-wrapper{
    max-width: 88%;
  }
  header.desktop nav{
    max-width: 88%;
  }
  header.desktop{
    display: block;
  }
  header.desktop nav a{
    padding: 14px 15px;
    font-size: 14px;
  }
  .container{
    max-width: 88%;
  }
  .owl-pagination{
    bottom: -75px;
  }
  .owl-pagination span{
    width: 230px;
    height: 138px;
  }
  .owl-pagination span:after{
    font-size: 24px;
  }
  .upper-footer-wrapper{
    background: url("../images/backgrounds/footer-lg.jpg" center center no-repeat);
    -ms-behavior: url("../../../../../backgroundsize.min.htc");
    background-size: cover;
  }
  .full-left-wrapper,
  .full-right-wrapper{
    bottom: 100px;
  }
  .hero-banner h2,
  .hero-banner h1{
    font-size: 88px;
  }
  .hero-klick-slide .full-left-wrapper{
    bottom: 120px;
  }
  .hero-klick-slide .full-left-wrapper p{
    max-width: 680px;
  }
  .hero-our-story-slide .full-left-wrapper p{
    max-width: 550px;
  }
  .hero-muse-slide .center-wrapper{
    height: 415px;
  }
  .hero-muse-slide .center-wrapper p.large, .hero-muse-slide .center-wrapper .excerpt-wrapper p, .excerpt-wrapper .hero-muse-slide .center-wrapper p, .hero-muse-slide .center-wrapper p.intro, .hero-muse-slide .center-wrapper .single .intro-block p, .single .intro-block .hero-muse-slide .center-wrapper p, .hero-muse-slide .center-wrapper .single .intro-block li, .single .intro-block .hero-muse-slide .center-wrapper li, .hero-muse-slide .center-wrapper .single .content-wrapper p.lead, .single .content-wrapper .hero-muse-slide .center-wrapper p.lead,
  .hero-muse-slide .center-wrapper .page-template-default .content-wrapper p.lead,
  .page-template-default .content-wrapper .hero-muse-slide .center-wrapper p.lead, .hero-muse-slide .center-wrapper .single .content-wrapper blockquote p, .single .content-wrapper blockquote .hero-muse-slide .center-wrapper p,
  .hero-muse-slide .center-wrapper .page-template-default .content-wrapper blockquote p,
  .page-template-default .content-wrapper blockquote .hero-muse-slide .center-wrapper p{
    max-width: 630px;
  }
  .hero-muse-slide svg{
    width: 140px;
  }
  .innovations .center-wrapper h2{
    font-size: 68px;
  }
  .innovations .center-wrapper p{
    font-size: 34px;
    max-width: 675px;
  }
  .innovations .sensei-svg{
    width: 150px;
    margin-top: 25px;
  }
  .innovations .sensei-slide .center-wrapper{
    max-width: 750px;
  }
  .innovations .sensei-slide .center-wrapper h2{
    font-size: 68px;
    max-width: none;
  }
  .innovations .sensei-slide .center-wrapper p{
    font-size: 34px;
  }
  .solutions-slide{
    background: url(../images/backgrounds/soutions-lg.jpg) center center no-repeat;
    background-size: cover;
  }
  .labs-slide{
    background: url(../images/backgrounds/klick-labs-lg.jpg) center center no-repeat;
    background-size: cover;
  }
  .sensei-slide{
    background: url(../images/backgrounds/sensei-lg.jpg) center center no-repeat;
    background-size: cover;
  }
  .partnerships .full-left-wrapper{
    max-width: 860px;
  }
  .why-health h2{
    font-size: 51px;
  }
  .why-health .full-right-wrapper,
  .why-health .full-left-wrapper{
    bottom: 25%;
    max-width: 550px;
  }
  .top-ten{
    padding-top: 275px;
  }
  .top-ten .tab{
    top: 280px;
  }
  .top-ten-logo{
    height: 362px;
  }
  .single-card-parent .front .card-inner-grid{
    height: 225px;
  }
  .single-card-parent .front .card-inner-grid h3.headline{
    font-size: 32px;
  }
  .contact-profile{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 23.07692%;
  }
  .contact-profile:last-child{
    margin-right: 0;
  }
  .contact-profile:first-of-type{
    margin-left: 12.82051%;
  }
  .profile-wrapper{
    width: 100%;
  }
  .send-message{
    background: url("../images/backgrounds/contact-form-lg.jpg") center center no-repeat;
    background-size: cover;
  }
  .form-wrapper{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 40.17094%;
  }
  .form-wrapper:last-child{
    margin-right: 0;
  }
  .growing{
    background: #16153E url(../images/backgrounds/were-hiring-lg.jpg) 0 0 no-repeat;
    background-size: cover;
    height: 270px;
  }
  .careers{
    background: url(../images/backgrounds/careers-lg.jpg) center center no-repeat;
    background-size: cover;
  }
  .careers .copy p{
    max-width: 460px;
  }
  .laptop-container{
    height: 315px;
  }
  .laptop{
    background: url(../../library/images/work/laptop-lg.png) 0 0 no-repeat;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 315px;
    width: 600px;
    left: 42%;
  }
  .screen{
    width: 392px;
    height: 245px;
    top: 26px;
    left: 107px;
  }
  .site-holder{
    height: 768px;
    background: url(../../library/images/work/stepsforward-main-lg.jpg) top center no-repeat;
  }
  .post-box{
    width: 24%;
  }
  .filter{
    font-size: 18px;
  }
  .thought-leadership{
    min-height: 985px;
  }
  .thought-leadership .image-wrapper{
    height: 900px;
  }
  .thought-leadership .text-wrapper{
    padding-top: 110px;
  }
  .thought-leadership .text-wrapper h3{
    font-size: 48px;
  }
  .thought-leadership .post-box{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 23.07692%;
  }
  .thought-leadership .post-box:nth-child(3n){
    margin-right: 2.5641%;
  }
  .thought-leadership .post-box:nth-child(3n+1){
    clear: none;
  }
  .thought-leadership .post-box:last-child{
    margin-right: 0;
  }
  .thought-leadership .post-box:first-of-type{
    margin-left: 12.82051%;
  }
  .thought-leadership .post-content{
    margin: 15px;
  }
  .thought-leadership .three-post-container{
    bottom: -230px;
  }
  .single .intro-block p, .single .intro-block li, .single .intro-block a{
    font-size: 32px;
  }
  .default-page .content-wrapper{
    padding: 55px 0 50px;
  }
  .single .excerpt-wrapper,
  .single .content-wrapper{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 65.81197%;
    margin-left: 17.09402%;
  }
  .single .excerpt-wrapper:last-child,
  .single .content-wrapper:last-child{
    margin-right: 0;
  }
  .post-heading-wrapper{
    width: 60%;
  }
  .author-content{
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 65.81197%;
    margin-left: 17.09402%;
  }
  .author-content:last-child{
    margin-right: 0;
  }
  .author-image img{
    float: left;
  }
  .author-info{
    float: left;
    display: block;
    margin-right: 3.8961%;
    width: 80.51948%;
    margin-left: -6.49351%;
  }
  .author-info:last-child{
    margin-right: 0;
  }
  .related-posts .post{
    height: 500px;
  }
  .wire-subscribe{
    padding: 98px 0;
  }
  .wire-subscribe-wrapper h3{
    max-width: 500px;
  }
  footer .wire-subscribe input[type=email]{
    width: 75%;
  }
  .featured-categories{
    margin-top: 44px;
  }
}

@media screen and (min-width: 601px) and (min-width: 1201px){
  .slt #slt-members-modal .modal-container{
    max-width: 88%;
  }
}

@media screen and (min-width: 1921px){
  h1, .h1{
    font-size: 98px;
  }
  h2, .h2{
    font-size: 98px;
  }
  h3, .h3{
    font-size: 54px;
  }
  h4, .h4{
    font-size: 44px;
  }
  h5, .h5{
    font-size: 28px;
  }
  h6, .h6{
    font-size: 22px;
  }
  p.large, .excerpt-wrapper p, p.intro, .single .intro-block p, .single .intro-block li, .single .content-wrapper p.lead,
  .single .content-wrapper p.intro,
  .page-template-default .content-wrapper p.lead,
  .page-template-default .content-wrapper p.intro, .single .content-wrapper blockquote p,
  .page-template-default .content-wrapper blockquote p{
    font-size: 34px;
  }
  header.desktop .inner-wrapper{
    max-width: 1600px;
  }
  header.desktop nav{
    max-width: 1600px;
  }
  .container{
    max-width: 1600px;
  }
  .owl-pagination span{
    margin-right: 10px;
  }
  .upper-footer-wrapper{
    background: url("../images/backgrounds/footer-xl.jpg" center center no-repeat);
    -ms-behavior: url("../../../../../backgroundsize.min.htc");
    background-size: cover;
  }
  .slide,
  .veeva-slide{
    height: 820px;
  }
  .hero-banner .slide{
    height: 820px;
  }
  .hero-klick-slide{
    background: url(../images/backgrounds/hero-klick-xl.jpg) no-repeat;
    background-size: cover;
  }
  .hero-richard-slide{
    background: url(../images/backgrounds/hero-richard-xl.jpg) no-repeat;
    background-size: cover;
  }
  .hero-ron-slide{
    background: url(../images/backgrounds/hero-ron-xl.jpg) no-repeat;
    background-size: cover;
  }
  .hero-our-story-slide{
    background: url(../images/backgrounds/hero-ourstory-xl.jpg) center center no-repeat;
    background-size: cover;
  }
  .hero-muse-slide{
    background: #8BC9EE url(../images/backgrounds/hero-muse-xl.jpg) center center no-repeat;
    background-size: cover;
  }
  .partnerships .full-left-wrapper{
    max-width: 920px;
  }
  .why-health h2{
    font-size: 60px;
  }
  .why-health p{
    font-size: 34px;
  }
  .why-health .full-right-wrapper,
  .why-health .full-left-wrapper{
    bottom: 35%;
    max-width: 860px;
  }
  .e-patient-intro{
    background: url(../images/backgrounds/whyhealth-lisa-xl.jpg) center center no-repeat;
    background-size: cover;
  }
  .e-patient1{
    background: url(../images/backgrounds/whyhealth-matt-xl.jpg) center center no-repeat;
    background-size: cover;
  }
  .e-patient2{
    background: url(../images/backgrounds/whyhealth-dave-xl.jpg) center center no-repeat;
    background-size: cover;
  }
  .send-message{
    background: url("../images/backgrounds/contact-form-xl.jpg") center center no-repeat;
    background-size: cover;
  }
  .growing{
    background: #16153E url(../images/backgrounds/were-hiring-xl.jpg) 0 0 no-repeat;
    background-size: cover;
    height: 350px;
  }
  .careers{
    background: url(../images/backgrounds/careers-xl.jpg) center center no-repeat;
    background-size: cover;
  }
  .careers .copy{
    margin-top: 5%;
  }
  .post-box{
    width: 19%;
  }
  footer .wire-subscribe input[type=email]{
    width: 80;
  }
}

@media screen and (min-width: 601px) and (min-width: 1921px){
  .slt #slt-members-modal .modal-container{
    max-width: 1600px;
  }
}

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