@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
html {
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  color: #383e45;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid #383e45;
}
body:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: calc(100% - 270px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  -webkit-transform: translateX(-101vw);
  -moz-transform: translateX(-101vw);
  -ms-transform: translateX(-101vw);
  transform: translateX(-101vw);
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}
body.menuOpen {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
body.menuOpen:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition-delay: 0.35s;
}
body.terms-and-conditions, body.privacy-policy {
  border-bottom: 0;
  margin-top: -1px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.row {
  margin: 0;
}
.row section.col-sm-12 {
  padding: 0;
}

.w100 {
  width: 100% !important;
}

.w50 {
  width: 50% !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.alignItemCenter {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.white {
  color: #fff !important;
}

.primaryColor {
  color: #383e45 !important;
}

.secondaryColor {
  color: #f16465 !important;
}

.mandysPinkColor {
  color: #f7b7b8;
}
.mandysPinkColor:hover, .mandysPinkColor:focus {
  color: #f7b7b8;
}

strong {
  font-weight: 700 !important;
}

h1 {
  color: #383e45;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}

h2 {
  color: #383e45;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}

p {
  color: #383e45;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

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

img {
  max-width: 100%;
}

sup {
  font-size: 56%;
  top: -0.6em;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pd0 {
  padding: 0 !important;
}

.button {
  width: 150px;
  background: #ed4c4d !important;
  font-size: 16px;
  padding: 9px 12px;
  text-transform: uppercase;
  border: 1px solid #ed4c4d !important;
  color: #fff;
  outline: none !important;
  /* &:hover{
          background: $white !important;
          color: #ed4c4d;
          -webkit-transition: background 0.3s ease-in-out;
          -moz-transition: background 0.3s ease-in-out;
          transition: background-color 0.3s ease-in-out;
  } */
}

.btnBlock {
  color: #fff;
  background-color: #383e45;
  padding: 8px 37px;
  font-size: 16px;
  text-transform: uppercase;
}
.btnBlock:hover, .btnBlock:focus {
  background-color: #383e45;
}

.contactUsBtn {
  background-color: #ed4c4d;
  color: #fff;
  padding: 8px 24px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid #ed4c4d;
  /* &:hover {
      background: $white !important;
      color: #ed4c4d;
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out;
  } */
}
.contactUsBtn:hover {
  background: #ed4c4d !important;
  color: #fff;
}

.form-control:focus {
  box-shadow: none;
  border-color: #999999;
}

.breadcrumb {
  background: rgba(153, 153, 153, 0.2);
  font-size: 12px;
  padding: 16px 0;
  margin-bottom: 15px;
}
.breadcrumb a {
  color: #383e45;
}
.breadcrumb span {
  font-weight: 700;
}
.breadcrumb span.separator {
  margin: 0px 15px 0;
  font-weight: normal;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */ /* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mapSection .map .one {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content-items: center;
    justify-content: center;
    padding-right: 15px;
  }
  .mapSection .map .one > img {
    height: auto;
  }
  .modal-open .modal {
    z-index: 9999 !important;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction-items: column;
    flex-direction: column;
  }
  .opining-tab .d-flex .nav li.open-positions-link:before, .opining-tab .d-flex .nav li.open-positions-link:after, .opining-tab .d-flex .nav li.who-are-we:before, .opining-tab .d-flex .nav li.who-are-we:after {
    min-height: 50.5px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

p {
  margin: 0 0 10px;
}

a {
  text-decoration: none;
}

.form-group:last-child, .panel:last-child, .popover ol:last-child, .popover ul:last-child, p:last-child {
  margin-bottom: 0;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.region-social, .headerWrapper {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.region-social {
  display: none;
  text-align: right;
  padding-top: 15px;
  background: rgba(255, 255, 255, 0.9);
}
.region-social .container {
  max-width: 1140px;
}
.region-social a {
  margin-right: 20px;
}
.region-social a:last-child {
  margin-right: 0;
}

.headerWrapper {
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  padding: 18px 0 5px;
  border-top: 1px solid rgb(237, 237, 237);
}

.navbar {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  border: 0px none;
  padding: 0;
  background-color: transparent !important;
}
.navbar.container {
  max-width: 1170px;
}
.navbar .logo {
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .navbar .mobileSocialIcons {
    position: absolute;
    right: 0;
    top: -20px;
  }
}
@media (max-width: 1199px) {
  .navbar .mobileSocialIcons {
    padding: 20px 28px 0;
  }
  .navbar .mobileSocialIcons a:nth-child(1) img {
    width: 16px;
    height: 12px;
  }
  .navbar .mobileSocialIcons a:nth-child(2) img {
    width: 7px;
    height: 14px;
  }
  .navbar .mobileSocialIcons a:nth-child(3) img {
    width: 14px;
    height: 13px;
  }
  .navbar .mobileSocialIcons a:nth-child(4) img {
    width: 14px;
    height: 14px;
  }
}
.navbar .mobileSocialIcons .hidden-lg {
  display: none;
}
@media (max-width: 1199px) {
  .navbar .mobileSocialIcons .hidden-lg {
    display: block;
  }
}
.navbar .navbar-collapse {
  flex: 1;
  padding: 0;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  position: relative;
}
.navbar .navbar-collapse .region-navigation-collapsible {
  width: 100%;
}
.navbar .navbar-collapse .region-navigation-collapsible nav {
  margin-top: -9px;
}
.navbar .navbar-collapse .mobileLogo {
  display: none;
}
.navbar .navbar-collapse .navbar-nav {
  width: 100%;
  max-width: 730px;
  margin-left: auto;
  float: none;
  margin-top: 20px;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.navbar .navbar-collapse .navbar-nav:before, .navbar .navbar-collapse .navbar-nav:after {
  content: none;
}
.navbar .navbar-collapse .navbar-nav li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #999999;
  padding: 0;
  text-decoration: none;
  background: transparent !important;
  display: block;
}
.navbar .navbar-collapse .navbar-nav li a.is-active {
  font-weight: 700;
  color: #383e45;
}
.navbar .navbar-collapse .navbar-nav li:last-child {
  padding-left: 30px;
  border-left: 1px solid #383e45;
  top: 12px;
}
.navbar .navbar-collapse .navbar-nav li:last-child a {
  padding: 9px 20px;
  border: 1px solid #383e45;
  border-radius: 4px;
  color: #383e45;
}
.navbar .navbar-collapse .navbar-nav li:last-child a.is-active {
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .headerWrapper {
    padding: 0px;
  }
  .navbar {
    min-height: 50px;
  }
  .navbar .container {
    max-width: 100%;
  }
  .navbar .logo {
    margin: 12px 0 9px;
    padding-left: 0;
    width: 100px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .navbar .navbar-header {
    width: 100%;
    margin: 0;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .navbar .navbar-header .region-navigation {
    position: absolute;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .navbar .navbar-header .region-navigation a {
    padding-right: 0;
  }
  .navbar .navbar-header .navbar-toggle {
    margin: 0;
    border: 0px none;
    padding: 0;
    background: transparent !important;
    border-radius: 0px;
    display: block;
  }
  .navbar .navbar-header .navbar-toggle .icon-bar {
    background: #383e45;
  }
  .navbar .navbar-header:before, .navbar .navbar-header:after {
    content: none;
  }
  .navbar .navbar-toggler {
    border: 0;
    display: block;
    padding: 0;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
    border: 0;
  }
  .navbar .navbar-collapse {
    position: fixed;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 270px;
    top: 0;
    left: 0;
    border: 0px;
    min-height: 100vh;
    -webkit-transition: 200ms ease 110ms;
    transition: 200ms ease 110ms;
    background: #373e46;
    flex-wrap: wrap;
    display: block !important;
  }
  .navbar .navbar-collapse .region-navigation-collapsible {
    width: auto;
  }
  .navbar .navbar-collapse #block-mainnavigation {
    width: 270px;
    background: #383e45;
    height: 101vh;
    position: absolute;
    bottom: 0;
  }
  .navbar .navbar-collapse .mobileLogo {
    display: block;
    margin: 24px 0 15px 26px;
  }
  .navbar .navbar-collapse .mobileSocialIcons a {
    margin-right: 30px;
  }
  .navbar .navbar-collapse .mobileSocialIcons a:last-child {
    margin-right: 0;
  }
  .navbar .navbar-collapse .navbar-nav {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #383e45;
    margin: 0;
  }
  .navbar .navbar-collapse .navbar-nav li {
    width: 100%;
    padding: 19px 26px;
  }
  .navbar .navbar-collapse .navbar-nav li:first-child a {
    color: #999;
    font-weight: 400;
  }
  .navbar .navbar-collapse .navbar-nav li a {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }
  .navbar .navbar-collapse .navbar-nav li:last-child {
    display: none;
  }
  .navbar .navbar-collapse .navbar-nav li.active a {
    color: #fff;
  }
  .navbar .navbar-collapse .navbar-nav li a.is-active {
    font-weight: 700;
    color: #fff;
  }
  .navbar .navbar-collapse.show {
    display: block;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
  }
  .navbar .visible-lg {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .banner img {
    max-height: 300px;
    object-fit: cover;
    width: 100%;
  }
  .region-social {
    text-align: center;
    padding-top: 10px;
  }
  .navbar .navbar-collapse[aria-expanded=true] {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
  }
  .navbar .logo {
    margin: 0;
    padding-left: 0;
    width: 75px;
  }
}
.banner {
  margin-bottom: 45px;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner {
    overflow-x: hidden;
  }
}
.banner.bladderBanner {
  background-color: #626569;
}
.banner.msCareConnectBanner {
  background-color: #626569;
}
.banner.msCareConnectBanner img, .banner.bladderBanner img {
  visibility: hidden;
  opacity: 0;
}
.banner.gutCheck p sup {
  font-size: 60%;
}
.banner.WhatWedoVideo {
  position: relative;
  max-height: 570px;
  overflow: hidden;
}
.banner.WhatWedoVideo:after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.banner.WhatWedoVideo #myVideo {
  width: 100%;
}
.banner.whoWe picture img {
  height: 450px;
  width: 100%;
  object-fit: fill;
}
.banner.page404 p span {
  font-size: 38px;
  font-weight: 700;
  font-style: normal;
}
.banner.page404 img {
  width: 100%;
  height: 450px;
}
.banner .video-black {
  background-color: rgb(0, 0, 0);
}
.banner p {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100%;
  line-height: 1.3;
  max-width: 900px;
  padding: 0 15px;
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: 700;
  z-index: 1;
}
.banner p span {
  display: block;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}
.banner .global-logo img {
  width: 426px;
  margin: 0 auto 30px;
  max-width: 100%;
}

.privacyConditions a {
  color: #383e45;
}
.privacyConditions .trems ul li {
  margin-bottom: 10px;
  padding-left: 0.5em;
  line-height: 1.5;
  font-size: 14px;
}

.carousel .carousel-indicators {
  left: 96%;
  margin: 0;
  width: auto;
  bottom: 39%;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel .carousel-indicators li, .carousel .carousel-indicators button {
  display: block;
  margin: 0 0 10px 0;
  width: 6px;
  height: 6px;
  border-color: #fff;
  border: 1px solid #fff;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  opacity: 1;
}
.carousel .carousel-indicators li.active, .carousel .carousel-indicators button.active {
  background: #f16465;
  border-color: #f16465;
}
.carousel .carousel-indicators li:last-child, .carousel .carousel-indicators button:last-child {
  margin-bottom: 0;
}
.carousel .carousel-indicators.black-bullet li, .carousel .carousel-indicators.black-bullet button {
  border-color: #383e45;
}
.carousel .carousel-inner .item > img, .carousel .carousel-inner .carousel-item > img {
  height: 600px;
  width: 100%;
  object-fit: fill;
}
.carousel .carousel-inner .item .carousel-caption, .carousel .carousel-inner .carousel-item .carousel-caption {
  padding: 0;
  top: 57%;
  left: 0;
  width: 100%;
  height: fit-content;
  text-shadow: none;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel .carousel-inner .item .carousel-caption h3, .carousel .carousel-inner .carousel-item .carousel-caption h3 {
  margin: 0;
}
.carousel .carousel-inner .item .carousel-caption h3 img, .carousel .carousel-inner .carousel-item .carousel-caption h3 img {
  width: 426px;
  margin: 0 auto 30px;
  max-width: 100%;
  height: auto;
}
.carousel .carousel-inner .item .carousel-caption p, .carousel .carousel-inner .carousel-item .carousel-caption p {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  max-width: 1055px;
  margin: 0 auto;
}
.carousel .carousel-inner .item:nth-child(2) p, .carousel .carousel-inner .carousel-item:nth-child(2) p {
  color: #383e45;
  margin-top: 50px;
  padding: 16px 0 32px;
}
.carousel .carousel-inner .item:nth-child(3) p, .carousel .carousel-inner .carousel-item:nth-child(3) p {
  margin-top: 50px;
  padding: 16px 0 32px;
}

.home-carousel .carousel-inner .carousel-item {
  margin: 0;
}
.home-carousel .slick-prev, .home-carousel .slick-next {
  display: none !important;
}
.home-carousel .slick-dots {
  position: absolute;
  right: 30px;
  top: 50%;
  list-style: none;
}
.home-carousel .slick-dots li button {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 0 10px 0;
  border: 1px solid #fff;
  text-indent: -9999999px;
  background: transparent;
  padding: 0;
}
.home-carousel .slick-dots li.slick-active button {
  background: #f16465;
  border-color: #f16465;
}

.path-frontpage .whatWeDoSection,
.path-frontpage .whoWeAreSection,
.path-frontpage .productSection,
.path-frontpage .alzheimerSection,
.path-frontpage .bottom-section,
.path-frontpage .contact {
  position: relative;
  top: -25px;
}
.path-frontpage .contact {
  padding: 46px 0 36px;
}
.path-frontpage .footer {
  margin-top: -26px;
}

.whatWeDoSection {
  padding: 85px 0 12px;
}
@media (max-width: 767px) {
  .whatWeDoSection {
    margin-top: -25px;
    position: relative;
  }
}
.whatWeDoSection .container {
  padding: 0;
}
.whatWeDoSection .paragraphSection {
  padding-left: 46px;
}
.whatWeDoSection .paragraphSection p {
  margin: 33px 0px;
}
.whatWeDoSection .paragraphSection .btnBlock:hover {
  color: #fff;
}
.whatWeDoSection .paragraphSection .btnBlock:focus {
  color: #fff;
  outline: none;
}

.paragraphSection h2 .d-block {
  font-size: 20px;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}

.whoWeAreSection {
  background-color: #f16465;
  color: #fff;
  padding: 116px 0 83px;
}
.whoWeAreSection .paragraphSection {
  padding-right: 200px;
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-flex: 1;
}
.whoWeAreSection .paragraphSection p {
  margin: 16px 0px 50px;
}
.whoWeAreSection .btnBlock {
  background: #fff;
  color: #ed4c4d;
}
.whoWeAreSection .imgSection {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content-items: center;
  justify-content: center;
  width: 437px !important;
}
.whoWeAreSection .imgSection img:first-child {
  margin-right: 0;
}
.whoWeAreSection .alignItemCenter {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.whoWeAreSection .alignItemCenter h2 {
  margin-top: -10px;
}

.productSection {
  padding: 47px 0 23px;
  background-color: #383e45;
}
.productSection .container {
  width: 1252px;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .productSection .container {
    width: 1170px;
  }
}
@media (max-width: 1199px) {
  .productSection .container {
    width: 970px;
  }
}
@media (max-width: 991px) {
  .productSection .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .productSection .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .productSection .container > .d-flex {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .productSection .imgSection {
    width: 100% !important;
  }
}
.productSection .paragraphSection {
  max-width: 502px;
  margin-left: auto;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .productSection .paragraphSection {
    max-width: 100%;
    width: 100% !important;
  }
}
.productSection .paragraphSection h2 {
  font-size: 43px;
  line-height: 1.07;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .productSection .paragraphSection h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .productSection .paragraphSection h2 {
    font-size: 28px;
  }
}
.productSection .paragraphSection p {
  margin-bottom: 50px;
  line-height: normal;
}
.productSection .paragraphSection .management-form {
  padding-left: 65px;
}
@media (max-width: 767px) {
  .productSection .paragraphSection .management-form {
    padding-left: 0;
  }
}
.productSection .paragraphSection .management-form ::-webkit-input-placeholder {
  color: #383e45;
  text-align: center;
}
.productSection .paragraphSection .management-form ::-moz-placeholder {
  color: #383e45;
  text-align: center;
}
.productSection .paragraphSection .management-form :-ms-input-placeholder {
  color: #383e45;
  text-align: center;
}
.productSection .paragraphSection .management-form :-moz-placeholder {
  color: #383e45;
  text-align: center;
}
.productSection .paragraphSection .management-form .d-flex {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content-items: space-between;
  justify-content: space-between;
}
.productSection .paragraphSection .management-form .d-flex .w50 {
  width: calc(50% - 10px) !important;
}
.productSection .paragraphSection .management-form .d-flex .w50 .btnBlock {
  background-color: #fff;
  color: #383e45;
  text-transform: none;
  width: 100%;
  padding: 8px 6px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .productSection .paragraphSection .management-form .d-flex .w50 .btnBlock {
    font-size: 14px;
  }
}
.productSection .paragraphSection .management-form .d-flex .w50 .form-control {
  height: 40px;
}
.productSection .productImg {
  padding: 46px 100px 0;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content-items: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.productSection .productImg .box {
  max-width: 24%;
  position: relative;
  -moz-transform: rotateY(-360deg);
  -o-transform: rotateY(-360deg);
  -ms-transform: rotateY(-360deg);
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}
.productSection .productImg .box .overlay {
  opacity: 0;
}
.productSection .productImg .box:hover .overlay {
  opacity: 1;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  cursor: pointer;
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.productSection .productImg .box .overlay {
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction-items: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content-items: space-between;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 15px;
  background: #f16465;
  height: 100%;
  width: 100%;
  transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -ms-transition: transform 0.7s;
  text-align: center;
  transform-style: preserve-3d;
}
.productSection .productImg .box .overlay span {
  padding-top: 10px;
  font-size: 16px;
}
.productSection .productImg .box .overlay .viewBtn {
  border: 1px solid #fff;
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  top: -15px;
  color: #fff;
}
.productSection .productImg .box img {
  -moz-transform: inherit;
  -o-transform: inherit;
  -ms-transform: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

.alzheimerSection {
  background: rgb(111, 158, 174);
  background: -moz-linear-gradient(top, rgb(111, 158, 174) 0%, rgb(72, 98, 170) 100%);
  background: -webkit-linear-gradient(top, rgb(111, 158, 174) 0%, rgb(72, 98, 170) 100%);
  background: linear-gradient(to bottom, rgb(111, 158, 174) 0%, rgb(72, 98, 170) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6f9eae", endColorstr="#4862aa",GradientType=0 );
  padding-bottom: 30px;
}
.alzheimerSection .container {
  padding: 0;
  width: 1252px;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .alzheimerSection .container {
    width: 1170px;
  }
}
@media (max-width: 1199px) {
  .alzheimerSection .container {
    width: 970px;
  }
}
@media (max-width: 991px) {
  .alzheimerSection .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .alzheimerSection .container {
    width: 100%;
  }
}
.alzheimerSection .paragraphSection {
  flex: 1;
  margin-left: 15px;
}
.alzheimerSection .paragraphSection h2 {
  font-size: 43px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .alzheimerSection .paragraphSection h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .alzheimerSection .paragraphSection h2 {
    font-size: 28px;
  }
}
.alzheimerSection .paragraphSection p {
  font-size: 14px;
  margin: 10px 0 30px;
}
.alzheimerSection .paragraphSection p span {
  font-size: 16px;
}
.alzheimerSection .paragraphSection .mandysPinkColor {
  font-size: 14px;
}
.alzheimerSection .productImg {
  margin-top: -86px;
}
.alzheimerSection .productImg img {
  margin-left: 50px;
}
.alzheimerSection .downloadImg a:first-child {
  margin-right: 30px;
}

.contact {
  text-align: center;
  padding: 46px 0 36px;
}
.contact h2 {
  margin: 0 0 15px 0;
}
.contact .contactHelp {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content-items: center;
  justify-content: center;
}
.contact .contactHelp .flex {
  margin-right: 85px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contact .contactHelp .flex img {
  margin-right: 10px;
}
.contact .contactHelp .flex span {
  color: #5c5c5c;
}
.contact .contactHelp .flex:last-child {
  margin-right: 0;
}
.contact .contactHelp .one:nth-child(1) img {
  width: 27px;
  height: 21px;
}
.contact .contactHelp .one:nth-child(2) img {
  width: 20px;
  height: 20px;
}
.contact .contactHelp .one:nth-child(3) a {
  display: inherit;
}
.contact .contactHelp .one:nth-child(3) img {
  width: 22px;
  height: 30px;
}

.bottom-section .product-cont {
  border-bottom: solid 1px #979797;
  padding: 23px 0;
}
.bottom-section .product-cont p {
  color: #333333;
}
.bottom-section .product-cont.product {
  border-top: solid 1px #979797;
}
.bottom-section .product-cont .container {
  width: 1252px;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .bottom-section .product-cont .container {
    width: 1170px;
  }
}
@media (max-width: 1199px) {
  .bottom-section .product-cont .container {
    width: 970px;
  }
}
@media (max-width: 991px) {
  .bottom-section .product-cont .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .bottom-section .product-cont .container {
    width: 100%;
  }
}
.bottom-section .product-cont .d-flex {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content-items: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .bottom-section .product-cont .d-flex {
    display: block !important;
    text-align: center;
  }
}
.bottom-section .product-cont .d-flex .content-part {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-flex: 1;
}
.bottom-section .product-cont .d-flex .content-part h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: #333333;
}
@media (max-width: 767px) {
  .bottom-section .product-cont .d-flex .content-part h3 {
    font-size: 22px;
  }
}
.bottom-section .product-cont .d-flex .button-info {
  width: 327px;
}
@media (max-width: 991px) {
  .bottom-section .product-cont .d-flex .button-info {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .bottom-section .product-cont .d-flex .button-info {
    margin: 20px auto 0;
  }
}
.bottom-section .product-cont .d-flex .button-info .btn {
  width: 100%;
}
.bottom-section .product-cont .d-flex .button-info .btn:hover, .bottom-section .product-cont .d-flex .button-info .btn:focus {
  color: #ffffff;
}

.location, .contact {
  display: none;
}

#block-jointeamtop,
#block-webform-2 {
  display: none;
}

.footer {
  background: #5c5c5c;
  padding: 40px 0 0;
  margin-top: 0px;
  border-top: none;
}
.footer .linkSection {
  margin: 38px 0 58px;
  max-width: 920px;
  font-size: 14px;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content-items: space-between;
  justify-content: space-between;
}
.footer .linkSection .flex ul {
  list-style: none;
  padding: 5px 0 0;
}
.footer .linkSection .flex ul li {
  line-height: 24px;
}
.footer .linkSection .flex ul li a {
  color: #999;
}
.footer .linkSection .flex ul li:last-child {
  margin-bottom: 0;
}
.footer .linkSection .flex p {
  color: #999;
  margin-top: 5px;
  line-height: 24px;
  font-size: 14px;
}
.footer .linkSection .flex.contact-scroll a:focus {
  text-decoration: none;
}
.footer .linkSection .flex.contact-scroll p a {
  color: #999;
}
.footer .linkSection .flex.contact-scroll p a:focus {
  text-decoration: none;
}
.footer .linkSection .flex.four ul li a sup {
  font-size: 75%;
}
.footer .bottomSection {
  background: #383e45;
}
.footer .bottomSection p {
  padding: 21px 0;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}
.footer .bottomSection p .underline {
  display: inline-block;
}
.footer .bottomSection p .underline a {
  text-decoration: underline;
  padding: 0px 8px;
}

form {
  position: relative;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  margin: 30px 0 35px;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content-items: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
form .select2-container--open {
  z-index: 1;
}
form .form-item-hide {
  display: none;
}
form [data-drupal-selector=edit-actions] {
  display: none;
}
form .form-item {
  margin: 0 10px 0 0;
  position: relative;
  text-align: left;
}
form .form-item input {
  border-radius: 5px;
  border: solid 1px #999999;
  font-size: 16px;
  height: 40px;
  width: 255px;
  color: #383e45;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form .form-item input::-webkit-input-placeholder {
  color: #383e45;
}
form .form-item input::-moz-placeholder {
  color: #383e45;
}
form .form-item input:-ms-input-placeholder {
  color: #383e45;
}
form .form-item input:-moz-placeholder {
  color: #383e45;
}
form .form-item.form-item-name input {
  width: 200px;
  margin: 0;
}
form .form-item .select-wrapper {
  text-align: left;
  width: 255px;
  display: block;
}
form .form-item .select-wrapper .select2-container {
  width: 255px !important;
}
form .form-item .select-wrapper .select2-container .select2-selection--single {
  height: 40px;
  border: solid 1px #999999;
}
form .form-item .select-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #383e45;
  padding-left: 10px;
}
form .form-item .select-wrapper .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #383e45;
}
form .form-item .select-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
  height: 8px;
  width: 12px;
  top: 50%;
  right: 10px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
form .form-item .select-wrapper .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #ed4c4d transparent transparent transparent;
  border-width: 8px 6px 0 6px;
  margin: 0;
  left: 0;
  top: 0;
}
form .form-item .select-wrapper .select2-container .select2-selection--single:focus {
  outline: none;
}
form .form-item .select-wrapper .select2-container:focus {
  outline: none;
}
form .form-item .select-wrapper:after {
  content: none;
}
form .form-item .select2-results__option {
  font-size: 14px;
  text-transform: capitalize;
}
form .form-item .select2-results__option:hover {
  background-color: #f16465;
}
form .form-item .select2-results__option--highlighted[aria-selected] {
  background-color: #ed4c4d;
}
form .form-item label.error {
  color: #ed4c4d;
  margin: 0 auto 5px;
  font-size: 14px;
  font-weight: bold;
}
form .form-item.error input,
form .form-item.error .select-wrapper .select2-container .select2-selection--single {
  border: 1px solid #ed4c4d;
  box-shadow: none;
}
form .form-item.error :focus {
  box-shadow: none;
  border-color: #ed4c4d;
}
form .form-item.form-item-i-agree-to-terms-conditions {
  width: 100%;
  text-align: center;
  padding: 35px 0 0;
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  -moz-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
  display: none;
}
form .form-item.form-item-i-agree-to-terms-conditions.form-item label {
  font-weight: 700 !important;
  font-size: 16px;
  display: block;
  color: #383e45;
}
form .form-item.form-item-i-agree-to-terms-conditions.form-item label a {
  color: #ed4c4d;
}
form .form-item.form-item-i-agree-to-terms-conditions.form-item .error {
  font-size: 14px;
  margin: 0px 0px 5px 0px;
  padding: 0;
  color: #ed4c4d !important;
}
form .form-item.form-item-i-agree-to-terms-conditions input.form-checkbox ~ label {
  padding-left: 45px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: normal;
  cursor: pointer;
}
form .form-item.form-item-i-agree-to-terms-conditions input.form-checkbox ~ label:before {
  vertical-align: middle;
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  border: 2px solid #999999;
  background-color: #fff;
  display: inline-block;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 0;
}
form .form-item.form-item-i-agree-to-terms-conditions input.form-checkbox ~ label:after {
  background: #ed4c4d;
  height: 24px;
  width: 24px;
  display: none;
  position: absolute;
  left: 2px;
  top: -2px;
  border: 2px solid #ccc;
}
form .form-item.form-item-i-agree-to-terms-conditions input.form-checkbox:checked ~ label:after {
  display: block;
}
form .form-item.form-item-i-agree-to-terms-conditions .form-checkbox {
  display: none;
}
form#user-login-form {
  background: #fff;
  padding: 20px;
  top: 35px;
}
form#user-login-form [data-drupal-selector=edit-actions] {
  display: block;
}

.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.ui-widget.webform-confirmation-modal {
  border: 0px none;
  padding: 0;
  text-align: center;
  max-width: 90%;
  width: 400px !important;
  margin: 0 auto;
  padding-bottom: 40px;
  background: #fff;
}
.ui-widget.webform-confirmation-modal .ui-widget-header {
  background: transparent;
  border: 0px;
  padding: 16px 11px 0;
  text-align: right;
}
.ui-widget.webform-confirmation-modal .ui-widget-header .ui-dialog-title {
  display: none;
}
.ui-widget.webform-confirmation-modal .ui-widget-header .ui-dialog-titlebar-close {
  position: unset;
  width: 19px;
  height: 19px;
  border: 0px;
  background: url(../images/close.svg);
  background-size: 100% 100%;
  outline: none !important;
}
.ui-widget.webform-confirmation-modal .ui-widget-header .ui-dialog-titlebar-close span {
  display: none;
}
.ui-widget.webform-confirmation-modal .ui-dialog-content h2 {
  margin: 20px 0 10px;
}

.mapSection .textSection h2 {
  margin-bottom: 20px;
}
.mapSection .textSection > p {
  max-width: 920px;
  margin: 0 auto 10px;
}
.mapSection .vision {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content-items: center;
  justify-content: center;
  padding: 40px 0 45px;
}
.mapSection .vision .flex {
  flex: 1;
  text-align: center;
  border-right: 2px solid #ed4c4d;
}
.mapSection .vision .flex h3 {
  color: #ed4c4d;
  font-size: 120px;
  font-weight: 800;
  line-height: 0.8;
  margin: 0 0 10px 0;
}
.mapSection .vision .flex p {
  font-size: 24px;
}
.mapSection .vision .flex:last-child {
  border-right: 0px none;
}
.mapSection .map {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.mapSection .map .text {
  padding-top: 18px;
  margin-top: 16px;
  border-top: 2px solid #ed4c4d;
}
.mapSection .map .text p {
  padding: 0 110px;
}
.mapSection .map .one > img {
  height: 317px;
  object-fit: contain;
}
.mapSection .map .two {
  padding-left: 15px;
}
.mapSection .map .two .text p {
  padding: 0 78px;
}

.leadershipSection {
  background-color: rgba(153, 153, 153, 0.1);
  padding: 53px 0 91px;
  margin-top: 88px;
}
@media (max-width: 767px) {
  .leadershipSection {
    padding: 37px 0 47px;
  }
}
@media (min-width: 768px) {
  .leadershipSection .d-flex {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content-items: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .leadershipSection .d-flex {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction-items: column;
    flex-direction: column;
  }
}
.leadershipSection .d-flex .flex {
  max-width: 250px;
}
@media (max-width: 767px) {
  .leadershipSection .d-flex .flex {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .leadershipSection .d-flex .flex + .flex {
    margin-top: 30px;
  }
}
.leadershipSection .d-flex .flex .img-box {
  border: solid 1px #979797;
  width: 250px;
  height: 250px;
  background-color: #fff;
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .leadershipSection .d-flex .flex .img-box {
    width: 225px;
    height: 225px;
  }
}
.leadershipSection .d-flex .flex .img-box img {
  max-width: 100%;
  height: auto;
}
.leadershipSection .d-flex .flex p {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #383e45;
}
@media (max-width: 991px) {
  .leadershipSection .d-flex .flex p {
    font-size: 18px;
  }
}
.leadershipSection h2 {
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .leadershipSection h2 {
    margin-bottom: 20px;
  }
}
.leadershipSection a {
  color: #383e45;
  text-decoration: none;
}

.joinTeam {
  background-color: rgba(247, 183, 184, 0.5);
  padding-top: 90px;
}
.joinTeam p {
  margin: 20px 0;
}
.joinTeam label {
  margin-bottom: 0;
}

.webform-submission-join-team-form {
  margin: 0;
  padding: 28px 0 95px;
  background-color: rgba(247, 183, 184, 0.5);
}
.webform-submission-join-team-form .form-item {
  margin-right: 20px;
}
.webform-submission-join-team-form .form-item.form-type-select {
  margin-right: 42px;
}

.whatWeDoPage .sectionOne {
  margin: 35px 0 44px;
}
.whatWeDoPage .sectionOne .part.one {
  margin-bottom: 15px;
}
.whatWeDoPage .sectionOne .part.two {
  margin-bottom: 53px;
}
.whatWeDoPage .sectionOne .part.two p {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .whatWeDoPage .sectionOne .part.two p {
    padding-left: 105px;
  }
}
.whatWeDoPage .sectionOne .part.two .paragraphSection {
  text-align: right;
}
.whatWeDoPage .sectionOne .part.two .paragraphSection h2 sup {
  font-size: 22px;
}
@media (min-width: 768px) {
  .whatWeDoPage .sectionOne .part.two .imgSection {
    text-align: right !important;
  }
}
.whatWeDoPage .sectionOne .part .paragraphSection {
  flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
}
.whatWeDoPage .sectionOne .part .paragraphSection h2 {
  margin-bottom: 15px;
}
.whatWeDoPage .sectionOne .part .imgSection {
  width: 545px !important;
}
@media (min-width: 768px) {
  .whatWeDoPage .sectionOne .part .imgSection {
    text-align: left !important;
  }
}
@media (max-width: 1199px) {
  .whatWeDoPage .sectionOne .part .imgSection {
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .whatWeDoPage .sectionOne .part .imgSection {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .whatWeDoPage .sectionOne .part .imgSection img {
    max-width: 80%;
  }
}
.whatWeDoPage .sectionOne .part:nth-child(2) .btnBlock {
  width: 545px !important;
}
.whatWeDoPage .sectionOne .part:nth-child(2) .btnBlock .paragraphSection {
  background-color: red;
}
.whatWeDoPage .sectionOne .part:nth-child(2) .btnBlock .paragraphSection > p {
  background-color: red;
}

.historySection {
  padding: 47px 0;
  background-color: rgba(153, 153, 153, 0.1);
}
.historySection h2 {
  margin-bottom: 50px;
}
.historySection .historyInside {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content-items: space-between;
  justify-content: space-between;
  position: relative;
}
.historySection .historyInside .liner {
  height: 13px;
  background: #ff3945;
  position: absolute;
  width: 70%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 20%;
  z-index: -1;
}
.historySection .historyInside .historyPanel {
  text-align: center;
  flex: 1;
}
.historySection .historyInside .historyPanel h3 {
  margin-top: 0px;
}
.historySection .historyInside .historyPanel .ioMedia {
  padding: 40px 30px 0;
}
.historySection .historyInside .historyPanel .mediaHelth {
  padding: 10px 50px 0px;
}
.historySection .historyInside .historyPanel .squintMetrics {
  padding: 20px 32px 0;
}
.historySection .historyInside .historyPanel .roundCircle {
  width: 64px;
  height: 64px;
  background-color: #ed4c4d;
  border-radius: 50%;
  margin: 14px auto 46px;
}

.solutionSection {
  padding: 56px 0 20px;
  background-color: rgba(153, 153, 153, 0.1);
}
.solutionSection h2 {
  margin-bottom: 60px;
}
.solutionSection .service {
  margin-bottom: 50px;
}
.solutionSection .service.d-flex {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content-items: space-between;
  justify-content: space-between;
}
.solutionSection .service .innerBrand {
  width: 16%;
  text-align: center;
}
.solutionSection .service .innerBrand .d-i-block {
  display: inline-block;
}
.solutionSection .service .innerBrand .textBreak {
  padding: 0px 27px;
}
@media (max-width: 1023px) {
  .solutionSection .service .innerBrand .textBreak {
    padding: 0;
  }
}
.solutionSection .service .innerBrand img {
  margin-bottom: 10px;
  height: 110px;
  object-fit: contain;
}
.solutionSection .contentUsBtn .btn:focus {
  color: #fff;
}

.partnerSection {
  margin-bottom: 55px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .partnerSection {
    padding-top: 0;
  }
}
.partnerSection h2 {
  margin-bottom: 42px;
}
.partnerSection .borderLine {
  border-bottom: 4px solid #979797;
  max-width: 630px;
  height: 1px;
  margin: 10px auto 92px;
}
@media (max-width: 767px) {
  .partnerSection .borderLine {
    margin-bottom: 20px;
  }
}
.partnerSection .partners {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content-items: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.partnerSection .partners .innerImg {
  width: 300px;
  margin: 0 0 70px;
  text-align: center;
}
@media (max-width: 991px) {
  .partnerSection .partners .innerImg {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .partnerSection .partners .innerImg {
    width: calc(50% - 116px);
    margin: 0 0 10px;
  }
}
@media (max-width: 575px) {
  .partnerSection .partners .innerImg {
    width: 26%;
  }
}
.partnerSection .partners + .partners {
  position: relative;
  padding-top: 80px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .partnerSection .partners + .partners {
    padding-top: 60px;
    margin-top: 0px;
  }
}
.partnerSection .partners + .partners:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 630px;
  height: 4px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #979797;
}
@media (max-width: 767px) {
  .partnerSection .partners + .partners:before {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .partnerSection .partners + .partners:before {
    width: 250px;
  }
}
.partnerSection.technologiesSection {
  padding-bottom: 146px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .partnerSection.technologiesSection {
    padding-bottom: 0;
  }
}
.partnerSection.technologiesSection .partners .innerImg {
  width: auto;
}
@media (max-width: 991px) {
  .partnerSection.technologiesSection .partners .innerImg {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .partnerSection.technologiesSection .partners .innerImg {
    width: calc(50% - 150px);
  }
}
@media (max-width: 575px) {
  .partnerSection.technologiesSection .partners .innerImg {
    width: 20%;
  }
}

.solutionSectionMobile {
  display: none;
}

.intro {
  width: 769px;
  max-width: 80%;
  margin: 0 auto 70px;
  position: relative;
}
.intro p:first-child {
  margin-bottom: 5px;
}
.intro:before, .intro:after {
  content: "";
  background: url(../images/diagonalArrow.svg);
  background-size: 100% 100%;
  width: 20px;
  height: 21px;
  position: absolute;
  left: -30px;
  top: -10px;
}
.intro:after {
  top: 80%;
  left: 100%;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.proSection {
  margin-bottom: 95px;
}
.proSection h2 {
  margin-bottom: 20px;
}
.proSection > p {
  max-width: 1044px;
  margin: 0 auto 25px;
  text-align: left;
}
.proSection .imageSection .flex {
  width: 25%;
}
.proSection .imageSection .flex a img {
  margin-bottom: 23px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .proSection .imageSection .flex a img {
    width: 150px;
  }
}
.proSection .imageSection .flex p:last-child {
  padding: 0 42px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .proSection .imageSection .flex p:last-child {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .proSection .imageSection .flex p:last-child {
    padding: 0 5px;
  }
}

.productPage h2 {
  margin-bottom: 10px;
}
.productPage > p {
  max-width: 950px;
  margin: 0 auto;
}
.productPage .imageSection {
  margin: 44px 0 45px;
  text-align: left;
}
.productPage .imageSection.imageSectionBladr {
  margin-bottom: 107px;
}
@media (max-width: 767px) {
  .productPage .imageSection.imageSectionBladr {
    margin-bottom: 50px;
  }
}
.productPage .imageSection.imageSectionBladr ul {
  margin-top: 10px;
}
.productPage .imageSection h2 {
  line-height: 1;
  margin-bottom: 20px;
}
.productPage .imageSection .rightSide {
  flex: 1;
  padding: 0 50px 0 44px;
}
.productPage .imageSection ul {
  padding-left: 2em;
  margin: 20px 0 30px;
}
.productPage .imageSection ul li {
  margin-bottom: 10px;
  padding-left: 0.5em;
  line-height: 1.5;
  font-size: 14px;
}
.productPage .imageSection ul li p {
  font-size: 16px;
}
.productPage .imageSection ul li:last-child {
  margin-bottom: 0;
}
.productPage .imageSection .footnote {
  font-size: 12px;
}
.productPage .dataSet {
  padding: 40px 0 31px;
  margin-bottom: 100px;
  border-top: dashed 1px #5c5c5c;
  border-bottom: dashed 1px #5c5c5c;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content-items: space-between;
  justify-content: space-between;
}
.productPage .dataSet .flex {
  width: 25%;
}
.productPage .dataSet .flex img {
  min-height: 86px;
  object-fit: none;
}
.productPage .dataSet .flex p {
  font-size: 38px;
  margin: 18px 0 0;
}
.productPage .dataSet .flex span {
  padding: 0 20px;
  display: inline-block;
}
@media (min-width: 768px) {
  .productPage .downloadImg {
    padding-left: 1em;
  }
}
@media (max-width: 767px) {
  .productPage .downloadImg {
    text-align: center;
    margin-top: 30px;
  }
}
.productPage .downloadImg a:first-child {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .productPage .downloadImg a:first-child {
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .productPage .downloadImg a img {
    width: 137px;
  }
}
.productPage.squintProductPage .imageSection .rightSide {
  max-width: 100%;
}
@media (min-width: 992px) {
  .productPage.squintProductPage .imageSection .rightSide {
    padding-left: 18.4em;
  }
}

.squintBanner {
  padding: 0 15px;
  height: 450px;
}
.squintBanner img {
  position: relative;
  top: -15px;
  max-width: 100%;
}

.squintBanner {
  background-image: -webkit-linear-gradient(107deg, #ed4c4d, #383e45);
  background-image: -moz-linear-gradient(107deg, #ed4c4d, #383e45);
  background-image: linear-gradient(107deg, #ed4c4d, #383e45);
}
@media (min-width: 1200px) {
  .squintBanner img {
    height: 470px;
  }
}

.gutCheckBanner,
.mscareBanner,
.neurosBanner,
.vitalzBanner,
.bladdrBanner {
  padding: 0 15px;
  height: 450px;
}
.gutCheckBanner img,
.mscareBanner img,
.neurosBanner img,
.vitalzBanner img,
.bladdrBanner img {
  position: relative;
  top: -35px;
  max-width: 80%;
}

.content404 {
  margin: 85px auto 172px;
}
.content404 p {
  margin-bottom: 40px;
}
.content404 .button {
  width: 300px;
}

.gutCheckBanner {
  background-image: -webkit-linear-gradient(107deg, #4dbae9, #87b449);
  background-image: -moz-linear-gradient(107deg, #4dbae9, #87b449);
  background-image: linear-gradient(107deg, #4dbae9, #87b449);
}
@media (min-width: 1200px) {
  .gutCheckBanner img {
    height: 481px;
  }
}

.mscareBanner {
  background-image: -webkit-linear-gradient(107deg, #4b2683, #f08802);
  background-image: -moz-linear-gradient(107deg, #4b2683, #f08802);
  background-image: linear-gradient(107deg, #4b2683, #f08802);
}
.mscareBanner img {
  top: -60px;
}
@media (min-width: 1200px) {
  .mscareBanner img {
    height: 492px;
  }
}

.neurosBanner {
  background-image: -webkit-linear-gradient(107deg, #9f60b9, #42a3de);
  background-image: -moz-linear-gradient(107deg, #9f60b9, #42a3de);
  background-image: linear-gradient(107deg, #9f60b9, #42a3de);
}

.vitalzBanner {
  background-image: -webkit-linear-gradient(107deg, #73599e, #2f9e93);
  background-image: -moz-linear-gradient(107deg, #73599e, #2f9e93);
  background-image: linear-gradient(107deg, #73599e, #2f9e93);
}

.bladdrBanner {
  background-image: -webkit-linear-gradient(to bottom, #6f9eae 2%, #4862aa 97%);
  background-image: -moz-linear-gradient(to bottom, #6f9eae 2%, #4862aa 97%);
  background-image: linear-gradient(to bottom, #6f9eae 2%, #4862aa 97%);
}

#map {
  height: 320px;
}

.gmnoprint,
.gm-style-cc {
  display: none;
}

.gm-style a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

#block-views-block-open-positions-block-1 {
  padding: 0 0 60px;
  position: relative;
  display: none;
}
#block-views-block-open-positions-block-1 h2 {
  text-transform: capitalize;
  text-align: center;
}
#block-views-block-open-positions-block-1 .view-empty h3 {
  font-size: 18px;
  font-weight: 700;
}
#block-views-block-open-positions-block-1 form {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content-items: flex-start;
  justify-content: flex-start;
  -moz-flex-direction: inherit;
  -ms-flex-direction: inherit;
  -webkit-flex-direction-items: inherit;
  flex-direction: inherit;
  padding: 10px 0;
  margin: 0;
  border-bottom: 2px solid #999999;
}
#block-views-block-open-positions-block-1 form .form-item {
  margin: 0 6px 0 0;
}
#block-views-block-open-positions-block-1 form .form-item .select-wrapper {
  width: 170px !important;
}
#block-views-block-open-positions-block-1 form .form-item .select-wrapper .select2-container {
  width: 170px !important;
}
#block-views-block-open-positions-block-1 form .form-item .select-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  text-align: center;
  font-size: 14px;
  padding-right: 22px;
}
#block-views-block-open-positions-block-1 form .form-actions .button {
  display: none;
}
#block-views-block-open-positions-block-1 form .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .parent {
  font-weight: 700;
  display: block;
}
#block-views-block-open-positions-block-1 form .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option .children {
  padding-left: 10px;
  display: block;
}
#block-views-block-open-positions-block-1 form .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option:first-child .parent {
  font-weight: 400;
}
#block-views-block-open-positions-block-1 .form-group {
  margin-bottom: 0;
}
#block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper {
  border-bottom: 1px dashed #999999;
}
#block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-header {
  position: relative;
  padding: 28px 0;
  cursor: pointer;
}
#block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-header h3 {
  margin: 0;
  color: #383e45;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
#block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-header h4 {
  font-size: 16px;
  margin-bottom: 0;
}
#block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-header:before {
  content: url(../images/arrow-down.svg);
  top: 50%;
  position: absolute;
  right: 12px;
  transform: translateY(-50%);
}
#block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper.minus .accord-row-header:before {
  content: url(../images/arrow-up.svg);
}
#block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-content .body {
  margin-bottom: 30px;
}
#block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-content .body .position-section-text h3 {
  color: #383e45;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 10px 0;
}
#block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-content .body .position-section-text ul {
  padding-left: 1.6em;
  list-style-type: none;
  margin-bottom: 0;
}
#block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-content .body .position-section-text ul li {
  position: relative;
  line-height: 22px;
}
#block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-content .body .position-section-text ul li:before {
  content: "●";
  color: #5c5c5c;
  position: absolute;
  top: 0;
  left: -14px;
  font-size: 12px;
}
#block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-content .body .position-section-text .list-left-space {
  padding-left: 3.2em;
}
#block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-content .body .position-section-text + .position-section-text {
  margin-top: 30px;
}
#block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-content .body p {
  line-height: 22px;
}
#block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-content .apply-button {
  text-align: right;
}
#block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-content .apply-button .btn {
  width: 150px;
  background: rgb(237, 76, 77) !important;
  font-size: 14px;
  padding: 9px 12px;
  text-transform: uppercase;
  border: 1px solid rgb(237, 76, 77) !important;
  color: rgb(255, 255, 255);
  outline: none !important;
}
#block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-content {
  margin-bottom: 30px;
}
#block-views-block-open-positions-block-1 .view-id-open_positions.view-display-id-block_1 .views-field-nothing .accord-row-wrapper .accord-row-content {
  display: none;
}

.opining-tab {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.opining-tab .d-flex {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content-items: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.opining-tab .d-flex .nav li {
  width: 205px;
  position: relative;
}
.opining-tab .d-flex .nav li a {
  color: #383e45;
  border-radius: 0;
  padding: 16px 14px;
  font-weight: 700;
  text-align: center;
  background: #999999;
  cursor: pointer;
  display: block;
}
.opining-tab .d-flex .nav li a:focus {
  background: #fff;
  color: #383e45;
}
.opining-tab .d-flex .nav li.open-positions-link:before, .opining-tab .d-flex .nav li.open-positions-link:after, .opining-tab .d-flex .nav li.who-are-we:before, .opining-tab .d-flex .nav li.who-are-we:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 18px;
  background: #999999;
}
.opining-tab .d-flex .nav li.open-positions-link:before, .opining-tab .d-flex .nav li.who-are-we:before {
  left: -12px;
  -moz-transform: skew(-5deg);
  -o-transform: skew(-5deg);
  -ms-transform: skew(-5deg);
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  border-top-left-radius: 10px;
}
.opining-tab .d-flex .nav li.open-positions-link:after, .opining-tab .d-flex .nav li.who-are-we:after {
  right: -13px;
  -moz-transform: skew(5deg);
  -o-transform: skew(5deg);
  -ms-transform: skew(5deg);
  -webkit-transform: skew(5deg);
  transform: skew(5deg);
  border-top-right-radius: 10px;
}
.opining-tab .d-flex .nav li + li {
  margin-left: 30px !important;
}
.opining-tab .d-flex .nav.nav-pills li.active a {
  background: #fff;
  color: #383e45;
}
.opining-tab .d-flex .nav.nav-pills li.active:before {
  background: #fff;
}
.opining-tab .d-flex .nav.nav-pills li.active:after {
  background: #fff;
}

.who-we-are .picker-dialog {
  z-index: 9999 !important;
}

.webform-results-table {
  margin-bottom: 100px;
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  display: inherit;
}
.webform-results-table .priority-medium, .webform-results-table .priority-low {
  display: none;
}

.modal-open .modal {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content-items: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal-open .modal .apply-job-wrapper {
  max-width: 600px;
  width: 100%;
  min-height: 520px;
  height: auto;
  padding: 40px 0;
  margin: 0 auto;
  border: none;
  max-height: calc(100vh - 50px) !important;
}
.modal-open .modal .apply-job-wrapper.ui-dialog .ui-dialog-titlebar {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: 1px solid #999999;
  border-radius: 0;
  margin: 0 30px;
  padding: 0 0 22px 0;
}
.modal-open .modal .apply-job-wrapper.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  margin: 0;
  font-size: 22px;
  overflow: unset;
  font-weight: 700;
  line-height: 100%;
}
.modal-open .modal .apply-job-wrapper.ui-dialog .ui-dialog-titlebar .close {
  padding: 0;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  outline: none;
  cursor: pointer;
  opacity: 1;
  margin-top: -12px;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content-items: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal-open .modal .apply-job-wrapper.ui-dialog .ui-dialog-titlebar .close span {
  font-size: 56px;
  font-weight: 500;
  color: #383e45;
  line-height: 0;
  margin-top: -5px;
}
.modal-open .modal .apply-job-wrapper .modal-body {
  padding: 20px 30px 0;
  height: 100%;
  overflow: inherit !important;
  position: static;
}
.modal-open .modal .apply-job-wrapper .modal-body form {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content-items: flex-start;
  justify-content: flex-start;
  -moz-flex-direction: unset;
  -ms-flex-direction: unset;
  -webkit-flex-direction-items: unset;
  flex-direction: unset;
  margin: 0;
}
.modal-open .modal .apply-job-wrapper .modal-body form .form-item {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.modal-open .modal .apply-job-wrapper .modal-body form .form-item input {
  width: 375px !important;
  height: 38px;
  margin: 0;
  max-width: 100%;
}
.modal-open .modal .apply-job-wrapper .modal-body form .form-item + .form-item {
  margin-top: 15px;
}
.modal-open .modal .apply-job-wrapper .modal-body form .form-item .button-wrapper {
  text-align: center;
  margin-top: 58px;
}
.modal-open .modal .apply-job-wrapper .modal-body form .form-item .button-wrapper .button {
  width: 195px;
  padding: 7px 12px;
  background-color: #383e45 !important;
  border-color: #383e45 !important;
}
.modal-open .modal .apply-job-wrapper .modal-body form .form-item label.error {
  font-size: 12px;
  margin: 0 auto 2px;
}
.modal-open .modal .apply-job-wrapper .modal-body form .form-item.form-type-textfield:nth-of-type(4):before {
  content: none;
}
.modal-open .modal .apply-job-wrapper .modal-body form .form-item.form-type-textfield, .modal-open .modal .apply-job-wrapper .modal-body form .form-item.form-type-email {
  width: auto;
}
.modal-open .modal .apply-job-wrapper .modal-body form .form-item.form-type-textfield:before, .modal-open .modal .apply-job-wrapper .modal-body form .form-item.form-type-email:before {
  content: "*";
  position: absolute;
  color: #ff0000;
  bottom: 22px;
  right: -12px;
  font-size: 14px;
}
.modal-open .modal .apply-job-wrapper .modal-body form.webform-details-toggle {
  height: auto !important;
}
.modal-open .modal .apply-job-wrapper .modal-body form .messages__wrapper {
  position: relative;
}
.modal-open .modal .apply-job-wrapper .modal-body form .messages__wrapper .alert {
  padding: 0;
  background: none;
  border: none;
  position: relative;
  margin: -8px 0 0;
  top: 20px;
  line-height: 1.2;
}
.modal-open .modal .apply-job-wrapper .modal-body form .messages__wrapper .alert p {
  display: none;
}
.modal-open .modal .apply-job-wrapper .modal-body form .messages__wrapper .alert span {
  float: right;
  position: relative;
  margin: -8px -5px;
  font-size: 22px;
  display: none;
}
.modal-open .modal .apply-job-wrapper .modal-body form .messages__wrapper .alert p, .modal-open .modal .apply-job-wrapper .modal-body form .messages__wrapper .alert li {
  font-size: 14px;
}
.modal-open .modal .apply-job-wrapper .modal-body form .messages__wrapper .alert ul {
  padding-left: 0;
}
.modal-open .modal .apply-job-wrapper .modal-body form .messages__wrapper .alert ul li {
  color: #ee5c5f;
  font-size: 12px;
  font-weight: 700;
  list-style-type: none;
}
.modal-open .modal .apply-job-wrapper .modal-body form > [style] {
  width: 100%;
}
.modal-open .modal .apply-job-wrapper .modal-body .webform-ajax-form-wrapper {
  height: 100%;
}
.modal-open .modal .apply-job-wrapper .modal-body .webform-ajax-form-wrapper form {
  height: 100%;
  position: static;
}
.modal-open .modal .apply-job-wrapper .modal-body .webform-ajax-form-wrapper form .webform-confirmation {
  position: absolute;
  text-align: center;
  left: 0;
  padding-left: 20px;
  height: calc(100% - 85px);
  top: 0;
  margin-top: 85px;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 20px;
}
.modal-open .modal .apply-job-wrapper .modal-body .webform-ajax-form-wrapper form .webform-confirmation div {
  margin: 0;
  font-weight: 700;
}
.modal-open .modal .apply-job-wrapper .modal-footer {
  padding: 0;
  border: 0;
}
.modal-open .modal .apply-job-wrapper .modal-footer .modal-buttons {
  display: none;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file {
  /*@include flex;
  @include align_items(center);*/
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file .control-label {
  font-size: 16px;
  min-width: 103px;
  color: #383e45;
  margin-bottom: 5px;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file label {
  margin: 0;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file .js-webform-document-file {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file .js-webform-document-file label {
  font-size: 14px;
  font-weight: normal;
  color: #ee5c5f;
  padding: 0 15px;
  cursor: pointer;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file .js-webform-document-file label + label {
  border-left: 1px solid #ee5c5f;
  position: relative;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file .js-webform-document-file label:first-child {
  padding-left: 0;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file .js-webform-document-file #edit-resume-upload {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file .js-webform-document-file .button {
  font-size: 12px;
  padding: 3px 7px;
  font-weight: 600;
  width: auto;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file .js-webform-document-file label.error {
  font-weight: 700;
  position: absolute;
  left: 0;
  padding: 0;
  top: -16px;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file .js-webform-document-file .file-links {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file .js-webform-document-file .file {
  width: auto;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file .js-webform-document-file .file-link {
  border: none;
  font-size: 12px;
  color: rgb(56, 62, 69);
  max-width: 100%;
  width: 288px;
  font-weight: 600;
  padding-right: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file.js-form-item-resume {
  margin: 20px 0 0 !important;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file.js-form-item-resume .control-label {
  position: relative;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file.js-form-item-resume .control-label:before {
  content: "*";
  position: absolute;
  color: #ff0000;
  right: 8px;
  font-size: 14px;
  font-weight: normal;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file.js-form-item-coverletter {
  margin-top: 23px !important;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file .webform-document-file span .file-icon, .modal-open .modal .apply-job-wrapper .form-type-webform-document-file .webform-document-file span .file-size {
  display: none;
}
.modal-open .modal .apply-job-wrapper .form-type-webform-document-file .glyphicon-trash {
  margin-right: 4px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ui-widget.webform-confirmation-modal .ui-widget-header .ui-dialog-titlebar-close {
    position: inherit;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 768px) {
  .navbar-nav > li {
    float: left;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
.tf-v1-widget iframe {
  max-width: 760px;
  padding: 30px 15px;
  margin: auto;
  display: block;
}

.select2-container .select2-dropdown .select2-search {
  display: none;
}
.select2-container .select2-dropdown .select2-results .select2-results__options li.select2-results__option--highlighted {
  background-color: #ed4c4d;
}

.webform-file-button-input {
  position: fixed;
  top: -1000px;
}

.js-hide {
  display: none;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-md, .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-md, .container-sm {
    max-width: 1320px;
  }
}
.thankyou-modal {
  z-index: 99999;
}
.thankyou-modal .modal-dialog {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 575px) {
  .thankyou-modal .modal-dialog {
    margin: auto;
  }
}
.thankyou-modal .modal-dialog .modal-content {
  border-radius: 0;
}
.thankyou-modal .modal-dialog .modal-content .modal-header {
  border: 0;
  padding: 15px 15px 5px;
}
.thankyou-modal .modal-dialog .modal-content .modal-header .btn-close:focus {
  box-shadow: none;
}
.thankyou-modal .modal-dialog .modal-content .modal-body {
  padding: 0 10px 30px;
}
.thankyou-modal .modal-dialog .modal-content .modal-body .thanks-you {
  text-align: center;
}
.thankyou-modal .modal-dialog .modal-content .modal-body .thanks-you h2 {
  margin: 15px 0 5px;
}

.spinner-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.spinner-loader .spinner-border {
  width: 55px;
  height: 55px;
  color: #383e45;
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 28px;
  }
  p,
  label {
    font-size: 14px;
    line-height: 1.2;
  }
  .carousel .carousel-inner .item > img, .carousel .carousel-inner .carousel-item > img {
    height: 380px;
    object-fit: cover;
  }
  .carousel .carousel-inner .item .carousel-caption h3 img, .carousel .carousel-inner .carousel-item .carousel-caption h3 img {
    width: 250px;
    margin: 0 auto 15px;
  }
  .carousel .carousel-inner .item .carousel-caption p, .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 30px;
    padding: 0 15px;
    margin: 0px;
  }
  .whatWeDoSection .d-flex {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .whatWeDoSection .paragraphSection {
    padding: 30px;
  }
  .whatWeDoSection .imgSection {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }
  .whoWeAreSection {
    padding: 40px 0;
  }
  .whoWeAreSection .paragraphSection {
    padding-right: 20px;
  }
  .whoWeAreSection .imgSection {
    text-align: center;
  }
  .whoWeAreSection .imgSection img {
    width: 350px;
  }
  .productSection {
    padding: 40px 0 100px;
  }
  .productSection .productImg {
    padding: 30px 40px 0;
  }
  .productSection .overlay {
    padding: 10px !important;
  }
  .productSection .overlay .viewBtn {
    padding: 10px 4px !important;
    font-size: 12px !important;
  }
  .alzheimerSection {
    padding: 20px 0;
  }
  .alzheimerSection .paragraphSection h1 {
    font-size: 32px;
  }
  .alzheimerSection .paragraphSection p span {
    font-size: inherit;
  }
  .alzheimerSection .productImg {
    margin-top: -70px;
  }
  .alzheimerSection .productImg img {
    width: 300px;
  }
  .gutCheckBanner,
  .mscareBanner,
  .neurosBanner,
  .vitalzBanner,
  .bladdrBanner,
  .squintBanner {
    height: auto;
  }
  .banner p {
    font-size: 24px;
  }
  .banner img {
    height: 450px;
    width: 100%;
    object-fit: cover;
  }
  .banner .global-logo img {
    height: auto;
  }
  .path-frontpage .whatWeDoSection,
  .path-frontpage .whoWeAreSection,
  .path-frontpage .productSection,
  .path-frontpage .alzheimerSection,
  .path-frontpage .contact {
    position: relative;
    top: -25px;
  }
  .path-frontpage .footer {
    margin-top: -26px;
  }
  .content404 {
    margin: 0 auto 84px;
  }
  .content404 p {
    margin-bottom: 27px;
  }
  .content404 .button {
    width: 180px;
    padding: 8px 12px;
  }
  .page404 p {
    font-size: 50px;
  }
  .page404 p span {
    font-size: 24px;
  }
  .page404 img {
    width: 280px;
  }
  .mapSection .map .one img {
    height: 317px;
  }
  .productPage .imageSection ul li p {
    font-size: 14px;
  }
  #block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-content .body .position-section-text ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .webform-submission-form {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction-items: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .webform-submission-form .form-item {
    margin: 0 0 6px 0;
    max-width: 280px;
  }
  .webform-submission-form .form-item input,
  .webform-submission-form .form-item .select-wrapper .select2-container {
    width: 280px !important;
    margin: 0 auto;
  }
  .webform-submission-form .form-item .select-wrapper {
    text-align: center;
    width: auto;
  }
  .webform-submission-form .form-item .select-wrapper .select2-container {
    text-align: left;
  }
  .webform-submission-form .button {
    width: 100%;
    max-width: 280px;
    margin-top: 18px;
  }
  .webform-submission-form .form-item.form-item-i-agree-to-terms-conditions {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    text-align: left;
    padding: 15px 0 0;
  }
  .webform-submission-form .form-item.form-item-i-agree-to-terms-conditions.form-item label {
    font-size: 14px;
  }
  #block-webform {
    margin-bottom: 0;
  }
  .contact {
    padding: 46px 15px 56px;
  }
  .contact .contactHelp {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content-items: flex-start;
    justify-content: flex-start;
  }
  .contact .contactHelp .flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    width: 100%;
    margin: 0 0 9px 0;
    text-align: left;
  }
  .contact .contactHelp {
    max-width: 280px;
    margin: 0 auto;
  }
  .contact .contactHelp .one:nth-child(3) span {
    width: 210px;
  }
  .carousel .carousel-inner .item .carousel-caption p, .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 24px;
    padding: 0 15px;
  }
  .mapSection .vision .flex h3 {
    color: #ed4c4d;
    font-size: 80px;
    font-weight: 800;
    line-height: 0.8;
  }
  .mapSection .vision .flex p {
    font-size: 20px;
  }
  .mapSection .map .text p {
    padding: 0 30px !important;
  }
  .mapSection .map .flex img {
    width: 250px;
  }
  .mapSection .map .one > img {
    height: 273px;
  }
  .joinTeam {
    padding-top: 50px;
  }
  .webform-submission-join-team-form {
    padding: 28px 0 50px;
  }
  .webform-submission-join-team-form .form-item {
    margin-right: 0 !important;
  }
  .historySection .historyInside .historyPanel img {
    max-width: 70%;
  }
  .historySection .historyInside .historyPanel .roundCircle {
    width: 40px;
    height: 40px;
  }
  .historySection .historyInside .liner {
    height: 10px;
    top: 18.5%;
  }
  .whatWeDoPage .sectionOne .imgSection {
    margin-bottom: 20px;
  }
  .whatWeDoPage .sectionOne .imgSection img {
    width: 275px;
  }
  .historySection .historyInside .historyPanel .squintMetrics {
    padding: 14px 20px 0;
  }
  .historySection .historyInside .historyPanel .ioMedia {
    padding: 40px 20px 0;
  }
  .historySection .historyInside .historyPanel .mediaHelth {
    padding: 20px 50px 0px;
  }
  .modal-open .modal .apply-job-wrapper .modal-body .webform-ajax-form-wrapper form.webform-submission-form button {
    margin-top: 0;
  }
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .modal-open .modal .apply-job-wrapper {
    min-height: 100% !important;
    height: 325px;
  }
  .modal-open .modal .apply-job-wrapper .modal-body {
    overflow: scroll !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    margin-bottom: 27px;
  }
  .banner.whoWe {
    margin-bottom: 21px;
  }
  .banner p {
    font-size: 24px;
    line-height: 1.17;
    padding: 0 59px;
  }
  .banner.mb0 p {
    margin-top: 15px;
  }
  .banner.whoWe p {
    padding: 0;
  }
  .banner.page404 p {
    font-size: 50px;
    line-height: normal;
  }
  .banner.page404 p span {
    font-size: 24px;
  }
  .banner.page404 img {
    height: 280px;
  }
  .banner .global-logo img {
    width: 187px;
  }
  .privacyConditions .mb50 {
    margin-bottom: 20px !important;
  }
  .contact form {
    margin: 10px 0 20px;
  }
  h2 {
    font-size: 24px;
  }
  .d-flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content-items: center;
    justify-content: center;
  }
  .carousel .carousel-inner .item > img, .carousel .carousel-inner .carousel-item > img {
    height: 380px;
    object-fit: cover;
  }
  .carousel .carousel-inner .item .carousel-caption h3 img, .carousel .carousel-inner .carousel-item .carousel-caption h3 img {
    width: 187px;
    min-height: 63px;
  }
  .carousel .carousel-inner .item .carousel-caption p, .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 24px;
    margin-top: 0px;
    padding: 0 20px;
  }
  .path-frontpage .contact {
    padding: 16px 0 11px;
    margin-bottom: 0;
  }
  .contact {
    padding: 16px 0 11px;
  }
  .contact h2 {
    margin: 0 0 4px 0;
  }
  .contact .contactHelp .one:nth-child(1) img {
    width: 18px;
    height: 14px;
  }
  .contact .contactHelp .one:nth-child(2) img {
    width: 17px;
    height: 17px;
  }
  .contact .contactHelp .one:nth-child(3) img {
    width: 15px;
    height: 19px;
  }
  .contact .contactHelp .one:nth-child(3) span {
    width: 160px;
  }
  .contact .contactHelp .flex span {
    font-size: 12px;
  }
  .footer {
    padding: 24px 0 0;
  }
  .footer img {
    width: 120px;
  }
  .footer .linkSection {
    flex-wrap: wrap;
    margin: 25px 0 0;
  }
  .footer .linkSection a,
  .footer .linkSection p {
    font-size: 11px;
  }
  .footer .linkSection .flex {
    width: 100%;
    margin-bottom: 9px;
    flex: none;
  }
  .footer .linkSection .flex ul {
    display: none;
  }
  .footer .linkSection .flex p {
    line-height: 1.64;
    font-size: 11px;
  }
  .footer .bottomSection p {
    font-size: 10px;
    padding: 15px 0;
  }
  .btnBlock {
    padding: 7.5px 25px;
    max-width: 290px;
    width: 100%;
  }
  .whatWeDoSection {
    padding: 0 15px;
  }
  .whatWeDoSection .imgSection,
  .whatWeDoSection .paragraphSection {
    width: 100% !important;
  }
  .whatWeDoSection .paragraphSection {
    padding: 15px 0 26px;
  }
  .whatWeDoSection .paragraphSection p {
    margin: 0px 0px 55px;
  }
  .whatWeDoSection .imgSection img {
    width: 400px;
    max-width: 100%;
  }
  .whoWeAreSection {
    padding: 30px 0;
  }
  .whoWeAreSection .paragraphSection,
  .whoWeAreSection .imgSection {
    width: 100% !important;
  }
  .whoWeAreSection .paragraphSection {
    padding-right: 0;
  }
  .whoWeAreSection .paragraphSection p {
    margin: 16px 0px 30px;
  }
  .whoWeAreSection .imgSection {
    margin-top: 50px;
  }
  .whoWeAreSection .imgSection img {
    /*width: 135px;*/
  }
  .whoWeAreSection .imgSection img:first-child {
    margin-right: 15px;
  }
  .productSection {
    padding: 40px 0px;
  }
  .productSection .productImg {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content-items: center;
    justify-content: center;
    padding: 20px 0 0;
    max-width: 450px;
    margin: 0 auto;
  }
  .productSection .productImg .box {
    max-width: 48%;
    width: 48%;
    margin: 0px auto 15px;
  }
  .productSection .productImg .box .overlay {
    padding: 10px !important;
  }
  .productSection .productImg .box .overlay .viewBtn {
    padding: 10px 4px !important;
    font-size: 12px;
  }
  .alzheimerSection {
    background-image: linear-gradient(152deg, #73599e, #2f9e93);
    background-image: -moz-linear-gradient(152deg, #73599e, #2f9e93);
    background-image: -ms-linear-gradient(152deg, #73599e, #2f9e93);
    padding: 30px 18px;
  }
  .alzheimerSection .paragraphSection,
  .alzheimerSection .productImg {
    flex: inherit;
    margin-left: 0px;
  }
  .alzheimerSection .paragraphSection h1 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .alzheimerSection .paragraphSection p {
    font-size: 12px;
  }
  .alzheimerSection .paragraphSection .downloadImg {
    text-align: center;
    margin-bottom: 30px;
  }
  .alzheimerSection .paragraphSection .downloadImg a img {
    width: 137px;
  }
  .alzheimerSection .paragraphSection .downloadImg a:first-child {
    margin-right: 3px;
  }
  .alzheimerSection .productImg {
    margin: 0;
  }
  .alzheimerSection .productImg img {
    width: 318px;
    margin-left: 0px;
    max-width: none;
  }
  .mapSection .vision {
    padding: 30px 0 52px;
  }
  .mapSection .vision .flex {
    flex: none;
  }
  .mapSection .vision .flex h3 {
    font-size: 50px;
    margin: 15px 0 16px;
  }
  .mapSection .vision .flex p {
    font-size: 12px;
  }
  .mapSection .vision .one {
    width: 94px;
    text-align: left;
  }
  .mapSection .vision .two {
    width: 112px;
  }
  .mapSection .vision .three {
    width: 83px;
    text-align: right;
  }
  .mapSection .map {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mapSection .map .text p {
    padding: 0 5px !important;
  }
  .mapSection .map .flex {
    width: 100% !important;
    padding: 0 !important;
  }
  .mapSection .map .flex img {
    width: 250px;
    height: auto;
  }
  .mapSection .map .flex.one {
    margin-bottom: 30px;
  }
  .mapSection .map .flex.one img {
    width: 289px;
    height: 181px;
  }
  .mapSection .map .flex.two img {
    width: 227px;
    height: 246px;
  }
  .whatWeDoPage .sectionOne .imgSection {
    margin-bottom: 20px;
  }
  .whatWeDoPage .sectionOne .imgSection img {
    width: 200px;
  }
  .whatWeDoPage .sectionOne .part {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction-items: column;
    flex-direction: column;
    margin-bottom: 46px !important;
  }
  .whatWeDoPage .sectionOne .part:last-child {
    margin-bottom: 0 !important;
  }
  .whatWeDoPage .sectionOne .part .w50 {
    width: 100% !important;
  }
  .whatWeDoPage .sectionOne .part .text-right {
    text-align: left !important;
  }
  .whatWeDoPage .sectionOne .part h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .whatWeDoPage .sectionOne .part h2 sup {
    font-size: 10px !important;
  }
  .whatWeDoPage .sectionOne .part p {
    margin-bottom: 0;
    padding-left: 0 !important;
  }
  .whatWeDoPage .sectionOne .part.two {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction-items: column-reverse;
    flex-direction: column-reverse;
  }
  .historySection {
    padding: 30px 0;
  }
  .historySection h2 {
    margin-bottom: 20px;
  }
  .historySection .historyInside .liner {
    height: 77%;
    top: 1px;
    left: 13px;
    width: 6px;
    margin: 0;
  }
  .historySection .historyInside .historyPanel {
    text-align: left;
    flex: auto;
    padding-left: 50px;
    margin-bottom: 90px;
    position: relative;
  }
  .historySection .historyInside .historyPanel h3 {
    margin: 0 0 10px 0;
  }
  .historySection .historyInside .historyPanel .roundCircle {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 31px;
    height: 31px;
  }
  .historySection .historyInside .historyPanel p {
    padding: 10px 0 0 0 !important;
  }
  .historySection .historyInside .historyPanel:nth-child(2) img {
    width: 195px;
  }
  .historySection .historyInside .historyPanel:nth-child(3) img {
    width: 198px;
  }
  .historySection .historyInside .historyPanel:last-child {
    margin-bottom: 0px;
  }
  .historySection .historyInside .historyPanel:last-child img {
    width: 180px;
  }
  .solutionSection {
    display: none;
  }
  .solutionSectionMobile {
    display: block;
    padding: 0 0 34px;
  }
  .solutionSectionMobile h2 {
    margin-bottom: 10px;
  }
  .solutionSectionMobile .slider {
    margin-bottom: 50px;
  }
  .solutionSectionMobile .slider .slick-slide {
    width: 50%;
    text-align: center;
  }
  .solutionSectionMobile .slider .slick-slide img {
    margin: 0 auto;
    min-height: 78px;
    object-fit: contain;
  }
  .solutionSectionMobile .slider .slick-slide p {
    font-size: 12px;
    padding: 10px 10px 0px;
  }
  .solutionSectionMobile .slider .slick-arrow {
    text-indent: -9999px;
    background: url(../images/prev.svg);
    background-size: 100% 100%;
    width: 8px;
    height: 11px;
    border: 0px none;
    position: absolute;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -11px;
    outline: none;
  }
  .solutionSectionMobile .slider .slick-arrow.slick-next {
    background: url(../images/next.svg);
    background-size: 100% 100%;
    left: auto;
    right: 0;
  }
  .partnerSection {
    margin: 0 auto 34px;
    max-width: 500px;
  }
  .partnerSection h2 {
    margin-bottom: 14px;
  }
  .partnerSection .partners {
    right: 3px;
    position: relative;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content-items: space-between;
    justify-content: space-between;
  }
  .partnerSection .partners .innerImg {
    /*width: auto;
    margin: 0 0px 11px 7px;*/
    /*img {
        width: 33px
    }
    &.one {
        img {
            width: 43px
        }
    }
    &.two {
        img {
            width: 50px
        }
    }
    &.five {
        img {
            width: 70px
        }
    }
    &.six {
        img {
            width: 61px
        }
    }
    &.eight,
    &.nine {
        img {
            width: 50px
        }
    }*/
  }
  .intro p {
    margin-bottom: 0;
    padding: 0 6px;
  }
  .proSection {
    margin-bottom: 0px;
  }
  .proSection .imageSection .flex {
    width: 50%;
    margin-bottom: 30px;
  }
  .proSection .imageSection .flex img {
    width: 106px;
  }
  .productPage .imageSection {
    margin: 40px 0 50px;
    flex-direction: column;
    text-align: center;
  }
  .productPage .imageSection .rightSide {
    padding: 0;
  }
  .productPage .imageSection .leftSide img {
    width: 160px;
    margin-bottom: 15px;
  }
  .productPage .imageSection ul {
    margin: 20px 0 0;
    text-align: left;
  }
  .productPage .imageSection ul li {
    margin-bottom: 0px;
  }
  .productPage .imageSection .footnote {
    text-align: left;
    margin-top: 55px;
  }
  .productPage .imageSection h2 {
    margin-bottom: 20px;
  }
  .productPage .dataSet {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0 40px;
    margin-bottom: 20px;
  }
  .productPage .dataSet .flex {
    width: 50%;
  }
  .productPage .dataSet .flex img {
    min-height: 58px;
    object-fit: unset;
  }
  .productPage .dataSet .flex p {
    font-size: 24px;
    margin: 15px 0 5px;
  }
  .productPage .dataSet .flex span {
    padding: 0;
    font-size: 12px;
  }
  .productPage .dataSet .flex.one {
    margin-bottom: 20px;
  }
  .productPage .dataSet .flex.one img {
    width: 78px;
  }
  .productPage .dataSet .flex.two {
    margin-bottom: 20px;
  }
  .productPage .dataSet .flex.two img {
    width: 69px;
  }
  .productPage .dataSet .flex.three img {
    width: 73px;
  }
  .productPage .dataSet .flex.four img {
    width: 51px;
  }
  .gutCheckBanner,
  .mscareBanner,
  .vitalzBanner,
  .bladdrBanner,
  .squintBanner {
    padding: 28px 0 12px;
  }
  .gutCheckBanner img,
  .mscareBanner img,
  .vitalzBanner img,
  .bladdrBanner img,
  .squintBanner img {
    position: unset;
    width: 300px;
    max-width: 100%;
  }
  .neurosBanner {
    padding: 28px 0 12px;
  }
  .neurosBanner img {
    width: 289px;
    max-width: 100%;
    top: 0;
  }
  .joinTeam {
    margin-top: 40px;
    padding-top: 27px;
  }
  .joinTeam p {
    margin: 10px 0 31px;
  }
  .webform-submission-join-team-form {
    padding: 14px 0 30px;
  }
  .webform-submission-join-team-form .form-item {
    margin-bottom: 14px;
    margin-right: 8px !important;
  }
  .webform-submission-join-team-form .form-item input,
  .webform-submission-join-team-form .form-item .select-wrapper .select2-container {
    width: 290px !important;
    margin: 0 auto;
  }
  .webform-submission-join-team-form .button {
    max-width: 290px;
    padding: 8px 12px;
    margin-left: 2px;
    margin-top: 0px;
  }
  .mapSection .textSection p {
    margin-bottom: 0px;
  }
  .mapSection .map .one {
    height: auto;
  }
  .contactUs {
    padding: 0 20px;
  }
  .contactUs p strong {
    font-size: 16px;
  }
  .breadcrumb {
    padding: 11px 0;
    border-radius: 0px;
  }
  #block-views-block-open-positions-block-1 {
    padding: 0 0 30px;
  }
  #block-views-block-open-positions-block-1 form .form-inline .form-group {
    display: inline-block;
  }
  #block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-content .body .position-section-text .list-left-space {
    padding-left: 1.6em;
  }
  #block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-content .body .position-section-text p.mb0 {
    padding-left: 0.9em;
  }
  .modal-dialog {
    width: 100%;
  }
  .modal-open .modal .modal-dialog {
    max-width: calc(100% - 30px);
    width: 100%;
    margin: 0;
  }
  .modal-open .modal .modal-dialog .apply-job-wrapper .modal-body .webform-ajax-form-wrapper form .webform-confirmation {
    height: calc(100% - 61px);
    margin-top: 61px;
  }
  .modal-open .modal .modal-dialog .apply-job-wrapper .form-type-webform-document-file .js-webform-document-file .file-link {
    width: 230px;
  }
}
@media only screen and (max-width: 567px) {
  .intro:after {
    top: 94%;
  }
  .opining-tab .d-flex .nav li {
    width: 115px;
  }
  .opining-tab .d-flex .nav li a {
    padding: 7px 24px;
    font-size: 14px;
  }
  #block-views-block-open-positions-block-1 form {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content-items: center;
    justify-content: center;
  }
  #block-views-block-open-positions-block-1 form .form-inline .form-group {
    display: block;
  }
  #block-views-block-open-positions-block-1 form .form-item {
    margin: 0 0 6px 0;
  }
  #block-views-block-open-positions-block-1 form .form-item .select-wrapper {
    width: 280px !important;
  }
  #block-views-block-open-positions-block-1 form .form-item .select-wrapper .select2-container {
    width: 280px !important;
  }
  #block-views-block-open-positions-block-1 form .form-item .select-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    text-align: left;
  }
  #block-views-block-open-positions-block-1 .view-content .views-row .views-field .accord-row-wrapper .accord-row-header {
    padding: 20px 0;
  }
  .modal-open .modal .apply-job-wrapper {
    padding: 20px 0;
  }
  .modal-open .modal .apply-job-wrapper.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    font-size: 18px;
  }
  .modal-open .modal .apply-job-wrapper.ui-dialog .ui-dialog-titlebar .close {
    margin-top: -6px;
  }
  .modal-open .modal .apply-job-wrapper.ui-dialog .ui-dialog-titlebar .close span {
    font-size: 42px;
    margin: 0;
  }
  .modal-open .modal .apply-job-wrapper .modal-body form .form-item input {
    width: 280px !important;
  }
  .modal-open .modal .apply-job-wrapper .form-type-webform-document-file {
    display: inline-block !important;
  }
  .modal-open .modal .apply-job-wrapper .form-type-webform-document-file .js-webform-document-file {
    display: block !important;
  }
  .modal-open .modal .apply-job-wrapper .form-type-webform-document-file .js-webform-document-file label {
    padding: 0 7px;
  }
  .modal-open .modal .apply-job-wrapper .form-type-webform-document-file .js-webform-document-file .file-links {
    display: block !important;
  }
  .modal-open .modal .apply-job-wrapper .form-type-webform-document-file .js-webform-document-file .file-link {
    width: 230px;
  }
  .modal-open .modal .apply-job-wrapper .form-type-webform-document-file.js-form-item-coverletter .control-label, .modal-open .modal .apply-job-wrapper .form-type-webform-document-file.js-form-item-resume .control-label {
    margin-bottom: 5px;
  }
}