/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.clearfix::after, .gform_wrapper.contact_wrapper .gfield::after {
  display: block;
  content: "";
  clear: both;
}

.flex-vertical-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

/* Borrowed from newer version of boostrap */
.mx-auto {
  float: none;
  margin: 0 auto;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

/* End Bootstrap */
.nowrap {
  white-space: nowrap;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: relative;
}

.text-white {
  color: #fff;
}

.references {
  margin-top: 20px;
}

.entry-content {
  font-family: "open-sans";
}
.entry-content h1, .entry-content .h1, .entry-content h2, .entry-content .h2, .entry-content h3, .entry-content .h3 {
  margin-top: 0;
}
.entry-content h2, .entry-content .h2 {
  margin-bottom: 1.6rem;
}
.entry-content p {
  margin-bottom: 1.6rem;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .entry-content p {
    line-height: 1.8;
  }
}
.entry-content ul.no-style {
  list-style: none;
}
.entry-content ul li {
  margin-bottom: 1.6rem;
  line-height: 1.6;
}

.map-container {
  padding-bottom: 75%;
  position: relative;
}
.map-container #map {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.image-only img {
  padding-top: 20px;
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .image-only img {
    padding-top: 0;
  }
}

input[type="text"]:-moz-placeholder {
  color: #bfbfbf;
}
input[type="text"]::-moz-placeholder {
  color: #bfbfbf;
}
input[type="text"]:-ms-input-placeholder {
  color: #bfbfbf;
}
input[type="text"]::-webkit-input-placeholder {
  color: #bfbfbf;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  border: 1px solid #bfbfbf;
}

.gform_wrapper .gfield .gfield_label {
  text-transform: uppercase;
}
.gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  border: none;
}
.gform_wrapper li.gfield.gfield_error textarea,
.gform_wrapper li.gfield.gfield_error input {
  border-color: #ed5565 !important;
}
.gform_wrapper .gfield_required {
  display: none;
}
.gform_wrapper .validation_error {
  display: none;
}
.gform_wrapper .validation_message {
  font-size: 12px;
  line-height: 19px;
  color: #ed5565;
}
.gform_wrapper .gform_footer [type=submit] {
  background: #aab2bd none repeat scroll 0 0;
  border: 1px solid transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: white;
  font-size: 1.5em !important;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.42857;
  margin-bottom: 0;
  margin-top: 25px !important;
  padding: 11px 20px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

/* Spinner */
.gform_ajax_spinner {
  padding-left: 0;
  position: relative;
  top: 10px;
  left: 20px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-left: 4px solid #265e94;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* SPECIFIC FORM (GRAVITY FORMS ID=4) */
.gform_wrapper.contact_wrapper {
  margin-top: 0;
}
.gform_wrapper.contact_wrapper .gfield {
  margin-bottom: 30px;
}
.gform_wrapper.contact_wrapper .gfield .gfield_label {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 1px;
  color: #434a54;
}
@media (min-width: 1000px) {
  .gform_wrapper.contact_wrapper .gfield .gfield_label {
    display: inline-block;
    width: 24%;
    margin-right: 2%;
  }
}
@media (min-width: 1000px) {
  .gform_wrapper.contact_wrapper .gfield .gfield_description,
  .gform_wrapper.contact_wrapper .gfield .ginput_container {
    display: inline-block;
    margin-top: 0;
    width: calc(67% + 15px) !important;
    float: right;
  }
}
.gform_wrapper.contact_wrapper .gfield .gfield_description.validation_message {
  width: 100% !important;
  padding-right: 0;
  text-align: right;
}
.gform_wrapper.contact_wrapper .gfield .ginput_container_text input {
  margin-bottom: 12px;
}
.gform_wrapper.contact_wrapper .gform_body > ul > li.gfield:first-child {
  margin-top: 0;
}
.gform_wrapper.contact_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper.contact_wrapper [type=text],
.gform_wrapper.contact_wrapper [type=email],
.gform_wrapper.contact_wrapper [type=tel],
.gform_wrapper.contact_wrapper textarea {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #777C83;
  padding: 10px;
}
.gform_wrapper.contact_wrapper .contact-purpose {
  margin-bottom: 0;
}
.gform_wrapper.contact_wrapper .contact-purpose.gfield_error ul.gfield_checkbox {
  color: inherit !important;
}
.gform_wrapper.contact_wrapper .contact-purpose .gfield_label {
  margin-top: 0;
}
.gform_wrapper.contact_wrapper .hidden-helper {
  display: none;
  font-size: 12px;
  margin: 0;
  padding-top: 20px;
}
.gform_wrapper.contact_wrapper .contact-ext input {
  margin-bottom: 0 !important;
}
.gform_wrapper.contact_wrapper .preferred-style.gfield_error ul.gfield_radio {
  color: inherit !important;
}
.gform_wrapper.contact_wrapper .preferred-style .gfield_radio {
  text-align: center;
}
@media (min-width: 1000px) {
  .gform_wrapper.contact_wrapper .preferred-style .gfield_radio {
    text-align: left;
  }
}
.gform_wrapper.contact_wrapper .preferred-style .gfield_radio li {
  display: inline-block;
}
.gform_wrapper.contact_wrapper .preferred-style .gfield_radio li:nth-child(1) [type=radio] + label {
  background-image: url("/wp-content/themes/merz-biomaterials/images/pf-phone-black.png");
  -moz-background-size: 9px;
  -o-background-size: 9px;
  -webkit-background-size: 9px;
  background-size: 9px;
}
@media (min-width: 1000px) {
  .gform_wrapper.contact_wrapper .preferred-style .gfield_radio li:nth-child(1) [type=radio] + label {
    -moz-background-size: 16px;
    -o-background-size: 16px;
    -webkit-background-size: 16px;
    background-size: 16px;
  }
}
.gform_wrapper.contact_wrapper .preferred-style .gfield_radio li:nth-child(1) [type=radio]:checked + label {
  background-image: url("/wp-content/themes/merz-biomaterials/images/pf-phone-white.png");
}
.gform_wrapper.contact_wrapper .preferred-style .gfield_radio li:nth-child(2) [type=radio] + label {
  background-image: url("/wp-content/themes/merz-biomaterials/images/pf-email-black.png");
  -moz-background-size: 16px;
  -o-background-size: 16px;
  -webkit-background-size: 16px;
  background-size: 16px;
}
@media (min-width: 1000px) {
  .gform_wrapper.contact_wrapper .preferred-style .gfield_radio li:nth-child(2) [type=radio] + label {
    -moz-background-size: 25px;
    -o-background-size: 25px;
    -webkit-background-size: 25px;
    background-size: 25px;
  }
}
.gform_wrapper.contact_wrapper .preferred-style .gfield_radio li:nth-child(2) [type=radio]:checked + label {
  background-image: url("/wp-content/themes/merz-biomaterials/images/pf-email-white.png");
}
.gform_wrapper.contact_wrapper .preferred-style .gfield_radio li:nth-child(3) [type=radio] + label {
  background-image: url("/wp-content/themes/merz-biomaterials/images/pf-both-black.png");
  -moz-background-size: 16px;
  -o-background-size: 16px;
  -webkit-background-size: 16px;
  background-size: 16px;
}
@media (min-width: 1000px) {
  .gform_wrapper.contact_wrapper .preferred-style .gfield_radio li:nth-child(3) [type=radio] + label {
    -moz-background-size: 25px;
    -o-background-size: 25px;
    -webkit-background-size: 25px;
    background-size: 25px;
  }
}
.gform_wrapper.contact_wrapper .preferred-style .gfield_radio li:nth-child(3) [type=radio]:checked + label {
  background-image: url("/wp-content/themes/merz-biomaterials/images/pf-both-white.png");
}
.gform_wrapper.contact_wrapper .preferred-style [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.gform_wrapper.contact_wrapper .preferred-style [type=radio] + label {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #777C83;
  cursor: pointer;
  padding: 10px;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  background-position: 12% center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100px;
}
@media (min-width: 480px) {
  .gform_wrapper.contact_wrapper .preferred-style [type=radio] + label {
    width: 120px;
  }
}
.gform_wrapper.contact_wrapper .preferred-style [type=radio]:checked + label {
  background-color: #265e94;
  color: white;
}
.gform_wrapper.contact_wrapper [type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.gform_wrapper.contact_wrapper [type=checkbox] + label {
  cursor: pointer;
  padding: 6px 0px 6px 36px;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("/wp-content/themes/merz-biomaterials/images/checkbox-off.png");
}
.gform_wrapper.contact_wrapper [type=checkbox]:checked + label {
  background-image: url("/wp-content/themes/merz-biomaterials/images/checkbox-on.png");
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-property: opacity, filter;
  -o-transition-property: opacity, filter;
  -webkit-transition-property: opacity, filter;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.open:hover {
  opacity: .7;
}

.hamburger.open .hamburger-inner,
.hamburger.open .hamburger-inner:after,
.hamburger.open .hamburger-inner:before {
  background-color: #fff;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  vertical-align: middle;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  -moz-transition: background-color 0s linear 0.13s;
  -o-transition: background-color 0s linear 0.13s;
  -webkit-transition: background-color 0s linear;
  -webkit-transition-delay: 0.13s;
  transition: background-color 0s linear 0.13s;
}
.hamburger--spring .hamburger-inner:before {
  top: 10px;
  -moz-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-delay: 0.2s, 0s;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
  top: 20px;
  -moz-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-delay: 0.2s, 0s;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.open .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent !important;
}
.hamburger--spring.open .hamburger-inner:before {
  top: 0;
  -moz-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -moz-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -o-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -o-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.15s, 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -moz-transform: translate3d(0, 10px, 0) rotate(45deg);
  -ms-transform: translate3d(0, 10px, 0) rotate(45deg);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.open .hamburger-inner:after {
  top: 0;
  -moz-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -moz-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s, 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -moz-transform: translate3d(0, 10px, 0) rotate(-45deg);
  -ms-transform: translate3d(0, 10px, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.no-jumbotron {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .no-jumbotron {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}

.jumbotron {
  background-image: url("/wp-content/themes/merz-biomaterials/images/hero--contact.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  color: white;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 0;
  height: calc(100vh - 60px);
  max-height: 1000px;
  text-align: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /*
    @media (min-width: 1920px) {
      @include background-size(contain)
    }
  */
}
@media (min-width: 768px) {
  .jumbotron {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .jumbotron {
    margin-top: 150px;
    padding-bottom: 50px;
    height: 550px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.jumbotron h1,
.jumbotron .h1 {
  color: white;
  margin-bottom: 1.2em;
  font-size: 40px;
  text-shadow: 0px 0px 14px #434a54;
}
@media (min-width: 768px) {
  .jumbotron h1.title-only,
  .jumbotron .h1.title-only {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 48px;
  }
}
.jumbotron h3 {
  margin-bottom: 1.2em;
}
.jumbotron p {
  line-height: 1.5;
  margin-bottom: 1.2em;
}

.overlay-color {
  position: relative;
}
.overlay-color:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(38, 94, 148, 0.7);
}
.overlay-color h1,
.overlay-color .h1 {
  text-shadow: none;
}

/* HEADER NAV */
.admin-bar .navbar-fixed-top {
  top: 46px !important;
}
@media screen and (min-width: 783px) {
  .admin-bar .navbar-fixed-top {
    top: 32px !important;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-top {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top .navbar-collapse {
    max-height: none;
  }
  .navbar-fixed-top .navbar-collapse > div {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: none;
  }
}

.navbar-brand {
  display: inline-block;
}
@media (min-width: 768px) {
  .navbar-brand {
    float: none;
  }
}

nav {
  padding-top: 0;
}
nav.navbar {
  background-color: #265e94;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  nav.navbar {
    margin-bottom: 0;
  }
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  list-style: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li:first-of-type a {
    padding-left: 0;
  }
}
.navbar-default .navbar-nav > li > a {
  color: white;
  font-family: "open-sans";
  font-weight: 300;
  padding-top: 12px;
  padding-bottom: 17px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: white;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
.navbar-default .navbar-nav > li > .sub-menu {
  display: none;
  position: absolute;
  top: 47px;
  background-color: #0e3255;
  width: 150%;
  right: -25%;
}
.navbar-default .navbar-nav > li > .sub-menu:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #0e3255;
  border-width: 10px;
  margin-left: -10px;
}
.navbar-default .navbar-nav > li > .sub-menu li a {
  color: white;
  display: block;
  font-weight: 400;
  font-family: "open-sans";
  font-size: 13px;
  padding: 12px 15px 13px;
}
.navbar-default .navbar-nav > li > .sub-menu li a:hover, .navbar-default .navbar-nav > li > .sub-menu li a:focus, .navbar-default .navbar-nav > li > .sub-menu li a:active {
  background-color: #1e70bf;
  text-decoration: none;
}

.top-menu {
  background-color: #0e3255;
}
.top-menu .navbar {
  min-height: 25px;
  margin-bottom: 0;
}
.top-menu .navbar-nav > li a {
  font-size: 12px;
  padding-top: 12px;
  padding-bottom: 13px;
}

.current-menu-item:not(.no-highlight) a {
  font-weight: 600 !important;
}

/* FOOTER NAV */
.footer-nav > ul {
  text-align: center;
}
.footer-nav > ul > li {
  margin-bottom: 20px;
}
.footer-nav > ul > li a {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
  font-size: 12px;
  color: white;
}
@media (min-width: 768px) {
  .footer-nav > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-nav > ul > li {
    margin-bottom: 0;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .footer-nav > ul > li + li {
    border-left: 1px solid white;
  }
}
@media (min-width: 768px) {
  .footer-nav .menu-secondary {
    margin-top: 24px;
  }
}

body {
  font-family: "open-sans", sans-serif;
  font-size: 16px;
}

section:not(.content-area) {
  padding: 60px 0;
}

.bg-white {
  background-color: white;
}

.bg-gray {
  background-color: #dddddd;
}

.home h1 {
  font-weight: 600;
  font-size: 24px;
}
@media (min-width: 375px) {
  .home h1 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .home h1 {
    font-size: 32px;
  }
}
.home #firstSection {
  height: 550px;
}
@media (min-width: 768px) {
  .home #firstSection {
    height: 650px;
  }
}
.home #firstSection h2 {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 1px;
}
@media (min-width: 375px) {
  .home #firstSection h2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .home #firstSection h2 {
    font-size: 24px;
  }
}
.home #firstSection .container {
  height: 100%;
}
.home #firstSection .container > .row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.home #firstSection .container > .row > div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.home #firstSection .references {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .home #firstSection .references {
    padding-bottom: 0;
  }
}
.home #signup {
  background: none;
  background-color: #dddddd;
}
.home #signup .logoContent p,
.home #signup .textContent {
  color: #16518a;
}
.home #signup .gform_wrapper {
  margin: 30px auto;
}
.home #signup .sign-up-text {
  color: #434a54;
}
.home #signup .sign-up-text a {
  color: #434a54;
}

body.applications .jumbotron {
  background-image: url("/wp-content/themes/merz-biomaterials/images/hero--applications.jpg");
  background-position-x: 85%;
}
@media (min-width: 768px) {
  body.applications .jumbotron {
    background-position-x: center;
  }
}
@media (max-width: 767px) {
  body.applications .jumbotron h1 {
    margin-bottom: 33vh;
  }
}
@media (max-width: 767px) {
  body.applications .entry-content section .img-responsive {
    max-width: 240px;
    margin: 0 auto 44px;
  }
}
@media (min-width: 768px) {
  body.applications .entry-content section:nth-child(odd) .row > div > div + div {
    text-align: right;
  }
}
body.what-we-offer .jumbotron {
  background-image: url("/wp-content/themes/merz-biomaterials/images/hero--whatweoffer.jpg");
}
body.why-merz-biomaterials .jumbotron {
  background-image: url("/wp-content/themes/merz-biomaterials/images/hero--whymerzbiomaterials.jpg");
  background-position-x: 33%;
}
@media (min-width: 768px) {
  body.why-merz-biomaterials .jumbotron {
    background-position-x: center;
  }
}
@media (max-width: 767px) {
  body.why-merz-biomaterials .jumbotron h1 {
    margin-bottom: 33vh;
  }
}
body.contact-us .jumbotron {
  background-image: url("/wp-content/themes/merz-biomaterials/images/hero--contact.jpg");
}
body.request-consultation .jumbotron {
  background-image: url("/wp-content/themes/merz-biomaterials/images/hero--contact.jpg");
}
body.contact-us .gform_wrapper, body.request-consultation .gform_wrapper {
  margin-top: 0;
}
body.contact-us .gform_body > ul > li.gfield:first-child, body.request-consultation .gform_body > ul > li.gfield:first-child {
  margin-top: 0;
}
body.customer-highlights .partner-profile:nth-child(1) {
  background: #ececec url(/wp-content/themes/merz-biomaterials/images/hyperelastic-bone-crop.jpg) 100% center no-repeat;
  background-size: 50% 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
}
body.customer-highlights .partner-profile a {
  color: inherit;
  display: block;
  padding: 1.5em 1em;
  margin-bottom: 0;
  text-decoration: none;
  opacity: 1;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.customer-highlights .partner-profile a:hover {
  color: inherit;
  opacity: 0.6;
}
