﻿.call-add-desk-none {
  display: none !important;
}
.clearfix, .s3grid, .grid {
*zoom:1
}
.clearfix:before, .s3grid:before, .grid:before, .clearfix:after, .s3grid:after, .grid:after {
	content: " ";
	display: table
}
.clearfix:after, .s3grid:after, .grid:after {
	clear: both
}
	
header {
  z-index: 99999 !important;
  position: fixed !important;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 20px;
  box-shadow: none !important;
  background: none;
  transition: none;
  -webkit-transition: 0.35s all ease-in-out !important;
  -moz-transition: 0.35s all ease-in-out !important;
  -ms-transition: 0.35s all ease-in-out !important;
  -o-transition: 0.35s all ease-in-out !important;
  transition: 0.35s all ease-in-out !important;
}
@media only screen and (max-width: 64em) {
  header {
    background: rgba(20, 20, 20, 0.8);
    padding: 10px 20px;
  }
  header .socials {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 64em) and (max-width: 40em) {
  header .socials {
    display: none;
  }
}
header .row {
  position: relative;
  max-width: 1800px;
}
header .logo-holder {
  float: left;
  position: relative;
  width: 300px;
}
header .logo-holder .logo {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
header .logo-holder .brand-lockup {
  position: relative;
  width: 300px;
  height: 72px;
}
header .logo-holder .logo.icon {
  width: 58px;
  height: 58px;
  top: 0;
  background: url(/content/branding/images/icon.webp) no-repeat center center;
  background-size: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.22));
}
header .logo-holder .logo:hover {
  cursor: pointer;
  opacity: 0.6;
}
header .logo-holder .logo.full {
  width: 90px;
  height: 101px;
  background: url(/go/images/logo-01-png.webp) no-repeat center center;
  background-size: 85% auto;
  left: 120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1580px) {
  header .logo-holder .logo.full {
    display: block !important;
    left: 100px;
    background-size: 80% auto;
  }
}
header .logo-holder .logo.text {
  display: flex;
  align-items: center;
  width: 220px;
  height: 32px;
  left: 66px;
  top: 12px;
  background: none;
  color: #fff;
  text-decoration: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
header .logo-holder .logo.text .brand-name {
  display: block;
  font-family: "Avenir Next W01 Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.2px;
  white-space: nowrap;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}
header .menu-holder {
  width: 58px;
  padding: 40px 0 20px 614px;
  margin: 0 auto;
  float: none;
}
header .menu-address2 {
  max-width: 358px;
  padding: 0px 0 17px 14px;
  color: #fff;
  position: absolute;
  right: 0;
  top: -10px;
  text-align: right;
}
header.scrolled .menu-address2 {
  -webkit-transform: translateY(-45px);
  -moz-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  -o-transform: translateY(-45px);
  transform: translateY(-45px);
}
header .menu-address2 .call {
  margin-top: 10px !important;
  font-size: 24px;
  color: #feb712;
  text-align: right;
}
header.scrolled .menu-address2 .call {
  margin-top: 20px !important;
}

header .menu-address2 .call .map-none { display:none; margin-right:5px; vertical-align:middle; font-size:20px !important; }

header.scrolled .menu-address2 .call .map-none { display:inline-block; }

header .menu-address2 a {
  color: #fff;
}
header .menu-address2 .call a {
  color: #feb712;
}
@media only screen and (max-width: 64em) {

  header .menu-address2 {
    display: none;
  }
  header .menu-holder {
    width: 50px;
    float: right;
    padding: 19px 0 17px 14px;
  }
}
header.scrolled {
  background: rgba(94, 46, 109, 0.95);
  padding: 0 20px;
}
header.scrolled .socials {
  margin-top: 2px;
}
@media only screen and (max-width: 40em) {
  header.scrolled .socials {
    display: none;
  }
}
header.scrolled h5 {
  margin-top: 6px !important;
}
header div {
  margin-bottom: 0px;
}
.mobile-logo {
  padding: 22px 0px;
}
.mobile-logo img {
  padding: 0px 10px;
  margin-bottom: 0px !important;
}
.icon-holder .icon {
  z-index: 104;
  cursor: pointer;
  position: relative;
  height: 26px;
  width: 42px;
  display:none;
}
@media only screen and (max-width: 64em) {
.icon-holder .icon {
  z-index: 104;
  cursor: pointer;
  position: relative;
  height: 26px;
  width: 42px;
  display:block;
}
}
@media only screen and (max-width: 40em) {
  .icon-holder .icon {
    height: 22px;
    width: 36px;
  }
}
.icon-holder .icon:before {
  content: "Menu";
  color: #fff;
  font-family: "Avenir Next W01 Light";
  text-transform: uppercase;
  position: absolute;
  left: -65px;
  top: 6px;
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 400;
}
@media only screen and (max-width: 40em) {
  .icon-holder .icon:before {
    top: 5px;
    left: -65px;
    font-size: 14px;
  }
}
.icon-holder .icon .text {
  display: block;
  line-height: 1.7;
}
.icon-holder .icon .bar {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  transition: 0.45s all ease;
}
.icon-holder .icon .bar.middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-holder .icon .bar.last {
  top: auto;
  bottom: 0;
}
.icon-holder .icon.active .bar {
  background: #fff;
}
.icon-holder .icon.active .bar.first,
.icon-holder .icon.active .bar.last {
  left: inherit;
  right: 0;
  transform: translateX(2px) translateY(13px) rotate(-45deg);
}
@media only screen and (max-width: 40em) {
  .icon-holder .icon.active .bar.first,
  .icon-holder .icon.active .bar.last {
    transform: translateX(2px) translateY(11px) rotate(-45deg);
  }
}
.icon-holder .icon.active .bar.middle {
  opacity: 0;
  transform: rotate(90deg);
}
.icon-holder .icon.active .bar.last {
  transform: translateX(2px) translateY(-11px) rotate(45deg);
}
@media only screen and (max-width: 40em) {
  .icon-holder .icon.active .bar.last {
    transform: translateX(2px) translateY(-9px) rotate(45deg);
  }
}
.scrolled .icon-holder .icon.active .bar {
  background: #fff;
}
@media only screen and (max-width: 64em) {
  .open-menu .icon-holder .icon.active .bar {
    background: #fff;
  }
}
.nav-links {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 800px;
  text-align: center;
}

header.scrolled .nav-links { top:60%; }

.nav-links a {
	color: #fff;
	font-family: "Avenir Next W01 Light";
	text-transform: uppercase;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(20, 20, 20, 0.25);
	letter-spacing: 1px;
}

.nav-links a:hover {
	opacity:1;
	color: #feb712;
}


.nav-links a + a {
  margin-left: 15px;
}
/*.nav-links a + a + a {
  margin-right: 35px;
}*/
.nav-links a.tel {
  font-size: 15px;
}
.open-menu .nav-links {
  opacity: 0;
  visibility: hidden;
}
header.scrolled .logo-holder .logo {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
header.scrolled .logo-holder .logo.full {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  background-size: 57% auto;
  left: 90px;
}
header.scrolled .logo-holder .text {
  top: 12px;
}
header.scrolled .logo-holder .logo.icon {
  width: 50px;
  height: 50px;
  top: 2px;
}
header.scrolled .logo-holder .text .brand-name {
  font-size: 16px;
}
@media only screen and (max-width: 64em) {
  header .logo-holder .logo {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    left: 0;
    top: 0;
  }
  header .logo-holder {
    width: 220px;
  }
  header .logo-holder .brand-lockup {
    width: 220px;
    height: 72px;
  }
  header .logo-holder .logo.icon {
    display: block;
    width: 50px;
    height: 50px;
    top: 10px;
  }
  header .logo-holder .text {
    width: 150px;
    left: 60px;
    top: 22px;
  }
  header .logo-holder .text .brand-name {
    font-size: 15px;
    letter-spacing: 0.1px;
  }
  header.scrolled .logo-holder .logo.icon {
    top: 10px;
    width: 50px;
    height: 50px;
  }
  header.scrolled .logo-holder .text {
    top: 22px;
  }
}
header {
  overflow: hidden;
}
header .nav-wrap {
  background: var(--main-bg-color) !important;
}
.nav .links > ul {
  text-align: justify;
  margin-left: 0px;
  height: 56px;
  margin-bottom: 0px;
}
.nav .links > ul:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.nav .links > ul > li {
  display: inline-block;
  height: 100%;
}
.nav .links > ul > li.has-sub {
  position: relative;
}
.nav .links > ul > li.has-sub > a:after {
  content: "";
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 10px;
  position: relative;
  left: 10px;
}
.nav .links > ul > li.has-sub:hover > ul {
  display: block;
}
.nav .links > ul > li > ul {
  overflow: hidden;
  text-align: left;
  display: none;
  height: auto;
  position: absolute;
  z-index: 110;
  margin: 0px;
  background: #5d5d5d;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
  min-width: 100%;
}
.nav .links > ul > li > ul li {
  display: block;
  line-height: 1.6;
}
.nav .links > ul > li > ul li a {
  font-size: 15px;
  padding: 15px 20px;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  white-space: nowrap;
}
.nav .links > ul > li > ul li a:hover {
  opacity: 1;
  color: #222;
  background: #fff;
}
.nav .links > ul > li > ul:after {
  display: inline;
}
.nav .links > ul > li a {
  font-size: 16px;
  display: block;
  color: #fff;
  height: 100%;
  padding: 14px 20px;
  font-weight: 400;
  font-family: "Avenir Next W01 Light";
  line-height: 1.8;
  text-transform: uppercase;
}
.nav .links > ul > li a.here {
  background: var(--white-bg-color);
  color: var(--main-text-color) !important;
}
.nav .links > ul > li a:hover {
  background: #222;
  opacity: 1;
}
.nav .links > ul > li > a.has-drop:after {
  content: "";
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 12px;
  position: relative;
  left: 10px;
}
.sticky-nav {
  background: #5d5d5d;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  display: none;
  -webkit-box-shadow: 0px 2px 39px -3px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 2px 39px -3px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 2px 39px -3px rgba(0, 0, 0, 0.33);
}
.sticky-nav .row {
  padding: 0px;
  position: relative;
}
.mobile-logo img {
  border-radius: 0px;
}
.right-off-canvas-menu {
  background: #212121;
  box-sizing: border-box;
}
.mobile-nav-wrap {
  display: none;
  width: 100%;
  position: fixed;
  padding: 0px;
  z-index: 9999 !important;
  top: 0px;
  background: #5d5d5d;
}
.mobile-nav-wrap a {
  font-weight: 300;
}
.mobile-nav-wrap .phone {
  font-size: 16px;
  float: left;
  padding: 15px 20px;
  background: #222;
  color: #fff;
}
.mobile-nav-wrap .phone .fi-telephone {
  margin-right: 15px;
}
.mobile-nav-wrap .js-menu-toggle {
  display: inline-block;
  float: right;
  padding: 15px 20px;
  color: #fff;
  font-family: "Avenir Next W01 Light";
  text-transform: uppercase;
  position: relative;
  left: 0;
  font-size: 16px;
}
.mobile-nav-wrap .js-menu-toggle .title {
  padding-right: 30px;
}
.mobile-nav-wrap .js-menu-toggle .icon {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  margin-left: -10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.mobile-nav-wrap .js-menu-toggle .icon:before,
.mobile-nav-wrap .js-menu-toggle .icon:after {
  content: "";
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s, background 0s;
  -moz-transition: -moz-transform 0.6s, background 0s;
  transition: transform 0.6s, background 0s;
}
.mobile-nav-wrap .js-menu-toggle .icon:before {
  top: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.mobile-nav-wrap .js-menu-toggle .icon:after {
  bottom: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.mobile-nav-wrap.menu-is-open .js-menu-toggle .icon {
  background: rgba(232, 74, 100, 0);
}
.mobile-nav-wrap.menu-is-open .js-menu-toggle .icon:before,
.mobile-nav-wrap.menu-is-open .js-menu-toggle .icon:after {
  background: #ffffff;
}
.mobile-nav-wrap.menu-is-open .js-menu-toggle .icon:before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mobile-nav-wrap.menu-is-open .js-menu-toggle .icon:after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.off-canvas-click {
  display: none;
}
.off-canvas-click.active {
  width: 100%;
  height: 100%;
  display: block;
  right: 220px;
  position: fixed;
  z-index: 9999;
  top: 0;
}
.on-canvas {
	background: rgba(94,46,109,0.9);
	z-index: 2;
	border-bottom: 5px solid #887f74;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.inner-page-bg {
  background: rgba(94,46,109,1) !important;
}
.on-canvas.menu-is-open {
  -webkit-transform: translateX(-220px);
  -moz-transform: translateX(-220px);
  -ms-transform: translateX(-220px);
  -o-transform: translateX(-220px);
  transform: translateX(-220px);
}
@media only screen and (max-width: 64.1em) {
  .on-canvas {
    background: rgba(94,46,109,1);
  }
}
@media only screen and (min-width: 64.1em) {
  .on-canvas.menu-is-open {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
}
.mobile-navigation {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  width: 220px;
  background-color: #5d5d5d;
  overflow-y: auto;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: translateX(220px);
  -moz-transform: translateX(220px);
  -ms-transform: translateX(220px);
  -o-transform: translateX(220px);
  transform: translateX(220px);
}
.mobile-navigation.menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-overflow-scrolling: touch;
}
.mobile-navigation h5 {
  margin-bottom: 0;
}
.mobile-navigation h5 a {
  display: block;
  padding: 15px 20px;
  font-size: 15px;
  background: #222;
  color: #fff !important;
  box-shadow: none;
}
.mobile-navigation h5 a:hover {
  background: #5d5d5d;
}
.mobile-navigation .links > ul {
  padding: 0px;
  margin: 0px;
}
.mobile-navigation .links > ul > li > a {
  color: #fff;
  display: block;
  padding: 12px 20px;
  font-size: 15px;
  font-family: "Avenir Next W01 Light";
  border-bottom: 1px solid #222;
}
.mobile-navigation .links > ul > li > a:hover {
  opacity: 1;
}
.mobile-navigation .links > ul > li.has-sub > ul {
  margin: 0px;
  display: none;
  background: none;
  border-bottom: 1px solid #222;
  padding: 10px;
}
.mobile-navigation .links > ul > li.has-sub > ul > li.inner-sub > a {
  text-transform: uppercase;
  color: #fff;
  background: none !important;
}
.mobile-navigation .links > ul > li.has-sub > ul > li.inner-sub ul {
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.mobile-navigation .links > ul > li.has-sub > ul > li > a {
  padding-left: 10px !important;
}
.mobile-navigation .links > ul > li.has-sub > ul li a {
  font-family: "Avenir Next W01 Light";
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 7px 10px;
}
.mobile-navigation .links > ul > li.has-sub > ul li a.here {
  color: #fff;
  background: #222;
}
.mobile-navigation .mobile-details {
  margin-top: 30px;
}
.mobile-navigation .mobile-details .socials {
  padding: 20px 15px 10px 15px;
  margin-bottom: 0px;
}
.mobile-navigation .mobile-details p,
.mobile-navigation .mobile-details a {
  font-family: "Avenir Next W01 Light";
  color: #fff;
}
.mobile-navigation .mobile-details p:hover,
.mobile-navigation .mobile-details a:hover {
  color: #5d5d5d;
}
.mobile-navigation .mobile-details p {
  margin-bottom: 5px;
}
.mobile-navigation .mobile-details a {
  font-weight: 300;
}
.fixed-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.fixed-nav.scrolled {
top: 60px;
}
.fixed-nav .nav-wrapper {
  transition: none !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.fixed-nav .nav-wrapper .main-links {
  padding: 130px 40px 40px;
  background: rgba(0,0,0,0.9);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .main-links {
    width: 100%;
    padding: 75px 20px 20px;
  }
}
@media only screen and (max-width: 40em) {
  .fixed-nav .nav-wrapper .main-links {
    padding-top: 65px;
  }
}
.fixed-nav .nav-wrapper .main-links .list {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fixed-nav .nav-wrapper .main-links .list ul.holder {
  margin: 20px 0 0;
  margin: 50px 0 0;
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .main-links .list ul.holder {
    text-align: center;
    right: inherit;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(0%);
    width: 100%;
  }
}
.fixed-nav .nav-wrapper .main-links .list ul li a {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 6px 10px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Avenir Next W01 Light";
  display: inline-block;
  position: relative;
}
.fixed-nav .nav-wrapper .main-links .list ul li a:before {
  content: "";
  display: inline-block;
  width: 0;
  border-top: 2px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
}
.fixed-nav .nav-wrapper .main-links .list ul li a.here,
.fixed-nav .nav-wrapper .main-links .list ul li a:hover {
  opacity: 1;
}
.fixed-nav .nav-wrapper .main-links .list ul li a.here:before,
.fixed-nav .nav-wrapper .main-links .list ul li a:hover:before {
  left: 10px;
  width: 60%;
}
@media only screen and (max-width: 40em) {
  .fixed-nav .nav-wrapper .main-links .list ul li a.here:before,
  .fixed-nav .nav-wrapper .main-links .list ul li a:hover:before {
    display: none;
  }
}
.fixed-nav .nav-wrapper .main-links .list ul li a.tel {
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .main-links .list ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 40em) {
  .fixed-nav .nav-wrapper .main-links .list ul li a {
    font-size: 11px;
  }
}
.fixed-nav .nav-wrapper .main-links .list ul li + li {
  margin-top: 20px;
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .main-links .list ul li + li {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 40em) {
  .fixed-nav .nav-wrapper .main-links .list ul li + li {
    margin-top: 10px;
  }
}
.fixed-nav .nav-wrapper .main-links .list ul li.has-sub a {
  position: relative;
  padding-right: 20px;
}
.fixed-nav .nav-wrapper .main-links .list ul li.has-sub a:after {
  content: "\bb";
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 5px;
}
.fixed-nav .nav-wrapper .main-links .list ul li.has-sub a:hover,
.fixed-nav .nav-wrapper .main-links .list ul li.has-sub a.here {
  opacity: 1;
  color: #fff;
}
.fixed-nav .nav-wrapper .main-links .list ul.socials {
  margin-left: 10px;
}
.fixed-nav .nav-wrapper .main-links .list ul.socials li + li {
  margin-top: 0;
}
.fixed-nav .nav-wrapper .sub-links {
  padding: 130px 40px 40px;
  position: absolute;
  width: 75%;
  left: 25%;
  top: 0;
  height: 100%;
  z-index: 9;
  overflow-y: auto;
  /*background: rgba(255, 255, 255, 1);*/
  background: #fff url('/content/team/menu-bg-team.webp');
  background-position:center center;
  background-size:70% auto;
  background-repeat:no-repeat;
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links {
    width: 100%;
    left: 100%;
    padding: 75px 20px 20px;
  }
}
@media only screen and (max-width: 40em) {
  .fixed-nav .nav-wrapper .sub-links {
    padding-top: 58px;
    padding-top: 75px;
  }
}
.fixed-nav .nav-wrapper .sub-links .list {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 4;
   
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links .list {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.fixed-nav .nav-wrapper .sub-links .list .group {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links .list .group {
    width: 100%;
    float: none;
  }
  .fixed-nav .nav-wrapper .sub-links .list .group + .group {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 64em) and (max-width: 40em) {
  .fixed-nav .nav-wrapper .sub-links .list .group + .group {
    margin-top: 10px;
  }
}
.fixed-nav .nav-wrapper .sub-links .list ul {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 92%;
  background: rgba(255,255,255,0.95) !important;
  transform: translateY(-50%);
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links .list ul {
    display: none;
    text-align: center;
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
.fixed-nav .nav-wrapper .sub-links .list ul.active {
  padding: 18% 0px 30% 0;
  opacity: 1;
  visibility: visible;
  left: 5%;
  height: 100%;
 }
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links .list ul.active {
    left: 50%;
    display: block;
    transform: translateY(0%) translateX(-50%);
    top: 0;
  }
}
.fixed-nav .nav-wrapper .sub-links .list ul li a {
  color: var(--submenu-text-color);
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 6px 10px;
  display: inline-block;
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links .list ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 40em) {
  .fixed-nav .nav-wrapper .sub-links .list ul li a {
    font-size: 12px;
  }
}
.fixed-nav .nav-wrapper .sub-links .list ul li a.here,
.fixed-nav .nav-wrapper .sub-links .list ul li a:hover {
  opacity: 1;
  color: var(--main-text-color);
}
.fixed-nav .nav-wrapper .sub-links .list ul li a.has-links {
  position: relative;
}
.fixed-nav .nav-wrapper .sub-links .list ul li a.has-links:before {
  content: "";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid var(--border-color);
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links .list ul li a.has-links:before {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid var(--border-color);
    right: -13px;
  }
}
.fixed-nav .nav-wrapper .sub-links .list ul li a.has-links.opened:before {
  transform: rotate(90deg) translateX(-4px);
}
.fixed-nav .nav-wrapper .sub-links .list ul li.child {
  padding-left: 50px;
}
.fixed-nav .nav-wrapper .sub-links .list ul li.child a {
  padding-left: 0;
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links .list ul li.child {
    padding-left: 0;
  }
}
.fixed-nav .nav-wrapper .sub-links .list ul li + li {
  margin-top: 10px;
  display: inline-block;
  width:100%;
  max-width:32.5%;
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links .list ul li + li {
    margin-top: 13px;
  }
}
@media only screen and (max-width: 40em) {
  .fixed-nav .nav-wrapper .sub-links .list ul li + li {
    margin-top: 9px;
    margin-top: 5px;
  }
}
.fixed-nav .nav-wrapper .sub-links .list ul li.back {
  margin-top: 5px;
  margin-bottom: 15px;
  display:none;
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links .list ul li.back {
    display: block;
  }
}
.fixed-nav .nav-wrapper .sub-links .list ul li.back a {
  position: relative;
  background: var(--main-bg-color);
  color: #000 !important;
  border-radius: 2px;
}
.fixed-nav .nav-wrapper .sub-links .list ul li.back a:before {
  content: "\ab";
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.fixed-nav .nav-wrapper .sub-links .list ul li ul {
  position: relative;
  top: 0;
  margin-top: 0px;
  transform: translateX(0) translateY(0);
  opacity: 1;
  left: 0;
  display: none;
  margin-top: 30px;
  visibility: visible;
  transition: none !important;
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links .list ul li ul {
    margin: 0;
  }
}
.fixed-nav .nav-wrapper .sub-links .list ul li ul li {
  padding-left: 50px;
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links .list ul li ul li {
    padding-left: 0;
    margin-top: 10px;
  }
}
.fixed-nav .nav-wrapper .sub-links .list ul li ul li a {
  padding-left: 0;
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links .list ul li ul li a {
    font-size: 80%;
    opacity: 0.55;
  }
}
.fixed-nav .nav-wrapper .sub-links .list ul li ul li + li {
  margin-top: 22px;
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links .list ul li ul li + li {
    margin-top: 15px;
  }
}
.fixed-nav .nav-wrapper .sub-links .list ul li.parent {
  font-weight: 500;
  border-bottom: 2px solid #2a2a2a;
  margin-left: 10px;
  font-size: 16px;
  display: inline-block;
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links .list ul li.parent {
    margin-top: 20px;
    font-size: 15px;
    margin-left: 0;
  }
}
.fixed-nav .nav-wrapper .sub-links .list ul li.sub {
  padding-left: 25px;
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links .list ul li.sub {
    padding-left: 0;
  }
}
.fixed-nav .nav-wrapper .sub-links .list ul li.sub a {
  color: #888;
}
.fixed-nav .nav-wrapper .sub-links .list ul li.sub a.here {
  color: var(--main-text-color);
}
.fixed-nav .nav-wrapper .sub-links .list ul.long {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links .list ul.long {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
@media only screen and (max-width: 64em) {
  .fixed-nav .nav-wrapper .sub-links.mobile-opened {
    left: 0;
  }
}
.home-nav {
  position: fixed;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
.home-nav .links {
  position: relative;
}
.home-nav .links a {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 4px;
  color: #fff;
}
.home-nav .links a:before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #fff;
  background: var(--white-bg-color);
  width: 11px;
  height: 11px;
  position: relative;
  top: 1px;
  margin-right: 20px;
}
.home-nav .links a + a {
  margin-top: 20px;
  position: relative;
}
.home-nav .links a + a:after {
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  height: 34px;
  position: absolute;
  left: 5px;
  bottom: 18px;
  display: inline-block;
}
.home-nav .links a.active {
  font-weight: 500;
}
.home-nav .links a.active:before {
  background: none;
}
.home-nav.light .links a {
  color: var(--main-text-color);
}
.home-nav.light .links a:before {
  border: 1px solid var(--border-color);
  background: var(--main-bg-color);
}
.home-nav.light .links a.active:before {
  background: none;
}
.home-nav.light .links a + a:after {
  border-left: 1px solid rgba(20, 20, 20, 0.3);
}
.home-nav.fade-out {
  opacity: 0;
  visibility: hidden;
}
body.home .intro-text {
  position: relative;
}
body.home .intro-text img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 170px;
  margin-right: 50px;
}
@media only screen and (max-width: 64em) {
  body.home .intro-text img {
    max-width: 140px;
  }
}
@media only screen and (max-width: 40em) {
  body.home .intro-text img {
    position: relative;
    top: 0;
    transform: none;
    display: block;
    max-width: 120px;
    margin-bottom: 20px;
  }
}
body.home .intro-text .copy {
  padding-left: 230px;
}
@media only screen and (max-width: 64em) {
  body.home .intro-text .copy {
    padding-left: 200px;
  }
}
@media only screen and (max-width: 40em) {
  body.home .intro-text .copy {
    padding-left: 0;
  }
}
body.home .km-logo {
  position: relative;
}
body.home .km-logo:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -200px;
  display: block;
  width: 240px;
  height: 140px;
  background: url(/go/images/logo-faded-png.webp) no-repeat center center;
  background-size: 100% auto;
}
@media only screen and (max-width: 40em) {
  body.home .km-logo:before {
    display: none;
  }
}
body.home .row.unique .copy {
  padding: 100px 60px;
}
@media only screen and (max-width: 64em) {
  body.home .row.unique .copy {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 40em) {
  body.home .row.unique .copy {
    padding: 60px 20px;
  }
}
body.home .row.unique .copy h3 {
  color: #5d5d5d;
  font-size: 38px;
  line-height: 1;
}
@media only screen and (max-width: 64em) {
  body.home .row.unique .copy h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 40em) {
  body.home .row.unique .copy h3 {
    font-size: 28px;
  }
}
body.home .row.unique .copy h3 span.large {
  font-size: 160%;
}
body.home .row.unique .logos img {
  opacity: 0.5;
  max-width: 300px;
}
body.home .row.unique .logos img:last-child {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
body.home .row.books {
  max-width: 1800px;
  padding: 0;
}
body.home .row.books .book {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
@media only screen and (min-width: 40.1em) {
  body.home .row.books .book {
    width: 49.75%;
    margin-right: 0.5%;
    margin-bottom: 30px;
    float: left;
  }
  body.home .row.books .book:nth-child(2n) {
    margin-right: 0;
  }
  body.home .row.books .book:nth-child(2n):after {
    clear: both;
  }
  body.home .row.books .book:nth-child(2n + 1):before {
    clear: both;
  }
}
@media only screen and (max-width: 800px) {
  body.home .row.books .book {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: left;
  }
  body.home .row.books .book:nth-child(1n) {
    margin-right: 0;
  }
  body.home .row.books .book:nth-child(1n):after {
    clear: both;
  }
  body.home .row.books .book:nth-child(1n + 1):before {
    clear: both;
  }
}
body.home .row.books .book .text {
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}
body.home .row.books .book .text h3 {
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 36px;
}
@media only screen and (max-width: 64em) {
  body.home .row.books .book .text h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 40em) {
  body.home .row.books .book .text h3 {
    font-size: 24px;
  }
}
body.home .row.books .book .text p {
  margin: 0 auto 16px;
  max-width: 400px;
  font-style: italic;
  font-size: 15px;
  line-height: 1.4;
  opacity: 0.8;
}
@media only screen and (max-width: 40em) {
  body.home .row.books .book .text p {
    font-size: 14px;
  }
}
body.home .row.books .book .copy {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
}
body.home .row.books .book .copy:before,
body.home .row.books .book .copy:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -25px;
  left: 20px;
  background: url(/go/images/amazon-book-png.webp) no-repeat center center;
  background-size: 100% auto !important;
}
@media only screen and (max-width: 40em) {
  body.home .row.books .book .copy:before,
  body.home .row.books .book .copy:after {
    width: 60px;
    height: 60px;
  }
}
body.home .row.books .book .copy:after {
  left: auto;
  right: 20px;
  background: url(/go/images/amazon-author-png.webp) no-repeat center center;
}
body.home .row.books .book .copy p {
  color: #fff;
}
body.home .row.books .book .copy p.large {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 64em) {
  body.home .row.books .book .copy p.large {
    font-size: 27px;
  }
}
@media only screen and (max-width: 40em) {
  body.home .row.books .book .copy p.large {
    font-size: 24px;
  }
}
body.home .row.books .book .copy p.large + p {
  margin-top: 12px;
  font-size: 16px;
}
body.home .row.books .book .copy p img {
  max-width: 57px;
  margin-left: 2px;
  position: relative;
  top: 3px;
}
body.home .home-grid .item {
  position: relative;
  margin-bottom: 3%;
  overflow: hidden;
}
@media only screen and (min-width: 40.1em) {
  body.home .home-grid .item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 30px;
    float: left;
  }
  body.home .home-grid .item:nth-child(2n) {
    margin-right: 0;
  }
  body.home .home-grid .item:nth-child(2n):after {
    clear: both;
  }
  body.home .home-grid .item:nth-child(2n + 1):before {
    clear: both;
  }
}
@media only screen and (max-width: 800px) {
  body.home .home-grid .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    float: left;
  }
  body.home .home-grid .item:nth-child(1n) {
    margin-right: 0;
  }
  body.home .home-grid .item:nth-child(1n):after {
    clear: both;
  }
  body.home .home-grid .item:nth-child(1n + 1):before {
    clear: both;
  }
}
@media only screen and (max-width: 64em) {
  body.home .home-grid .item img {
    position: relative;
    min-width: 540px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
body.home .home-grid .item .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
body.home .home-grid .item .inner p.title {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Avenir Next W01 Light";
  margin-bottom: 16px;
}
body.home .home-grid .item .inner span.icon {
  display: inline-block;
  background: var(--main-bg-color);
  padding: 15px;
  position: relative;
}
body.home .home-grid .item .inner span.icon:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 20px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
body.home .home-grid .item .card {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 240, 0.95);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
body.home .home-grid .item .card .copy {
  position: absolute;
  padding: 10px 35px;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.home .home-grid .item .card .copy p {
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width: 40em) {
  body.home .home-grid .item .card .copy p {
    font-size: 13px;
    line-height: 1.9;
  }
}
body.home .home-grid .item .card .copy p.intro {
  font-body: "Avenir LT W01_45 Book1475508";
  font-style: italic;
  font-size: 120%;
  color: var(--main-text-color);
}
body.home .home-grid .item .card .copy p.primary {
  letter-spacing: 0.5px;
}
body.home .home-grid .item .card .copy img {
  width: 180px;
  max-width: 180px;
  min-width: 180px;
  opacity: 0.4;
  left: 0;
  transform: none;
}
body.home .home-grid .item:after {
  display: inline-block;
  background: var(--main-bg-color);
  padding: 15px 22px;
  position: absolute;
  bottom: 1px;
  left: 0;
  color: #fff;
  font-size: 18px;
  font-family: "Avenir Next W01 Light";
}
body.home .home-grid .item:nth-child(1):after {
  content: "#1";
}
body.home .home-grid .item:nth-child(2):after {
  content: "#2";
}
body.home .home-grid .item:nth-child(3):after {
  content: "#3";
}
body.home .home-grid .item:nth-child(4):after {
  content: "#4";
}
body.home .home-grid .item:hover .card {
  opacity: 1;
  visibility: visible;
  top: 0;
}
body.home .video-slider a.popup-video:after {
  display: none;
}
body.home .video-slider a.popup-video .media {
  position: relative;
}
body.home .video-slider a.popup-video .media:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url(/go/images/play-png.webp) no-repeat center center;
  background-size: 100% auto;
  z-index: 99;
}
body.home .elite,
body.home .dental-spa {
  position: relative;
}
body.home .elite .media,
body.home .dental-spa .media {
  position: relative;
}
body.home .elite .media .copy,
body.home .dental-spa .media .copy {
  position: absolute;
  bottom: 80px;
  left: 140px;
}
@media only screen and (max-width: 64em) {
  body.home .elite .media .copy,
  body.home .dental-spa .media .copy {
    bottom: 40px;
    left: 40px;
  }
}
body.home .elite .media .copy h3,
body.home .dental-spa .media .copy h3 {
  color: #fff;
  font-family: "Avenir Next W01 Light";
  font-size: 40px;
  position: relative;
}
@media only screen and (max-width: 64em) {
  body.home .elite .media .copy h3,
  body.home .dental-spa .media .copy h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 40em) {
  body.home .elite .media .copy h3,
  body.home .dental-spa .media .copy h3 {
    font-size: 26px;
  }
}
body.home .elite .media .copy h3:after,
body.home .dental-spa .media .copy h3:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100px;
  border-top: 1px solid #fff;
  opacity: 0.8;
}
body.home .elite .media {
  background: url(/go/images/elite-home.jpg) no-repeat center center;
  background-size: cover !important;
  height: 240px;
}
body.home .elite .media .copy {
  position: absolute;
}
body.home .elite .media .copy h3 {
  font-size: 32px;
}
@media only screen and (max-width: 64em) {
  body.home .elite .media .copy h3 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 40em) {
  body.home .elite .media .copy h3 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 40.1em) and (max-width: 64em) {
  body.home .dental-spa .media img.bg {
    min-height: 420px;
  }
}
body.home .dental-spa .copy {
  bottom: auto;
  top: 20%;
  left: 40px;
}
@media only screen and (max-width: 64em) {
  body.home .dental-spa .copy {
    top: 15%;
    left: 20px !important;
  }
}
body.home .dental-spa .copy img {
  margin-top: 18px;
  max-width: 165px;
}
@media only screen and (max-width: 64em) {
  body.home .dental-spa .copy img {
    max-width: 120px;
  }
}
@media only screen and (max-width: 40em) {
  body.home .dental-spa .copy img {
    max-width: 80px;
  }
}
body.home .dental-spa .pull-up {
  position: relative;
  z-index: 9;
  max-width: 860px;
  margin: -22% auto 0;
}
@media only screen and (max-width: 40em) {
  body.home .dental-spa .pull-up {
    margin-top: 40px;
  }
}
body.home .dental-spa .pull-up h4 {
  color: #fff;
  padding: 0 80px;
  font-size: 30px;
}
@media only screen and (max-width: 64em) {
  body.home .dental-spa .pull-up h4 {
    font-size: 24px;
    line-height: 1.4;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 40em) {
  body.home .dental-spa .pull-up h4 {
    color: var(--main-text-color);
  }
}
body.home .dental-spa .pull-up .bg {
  margin-top: 50px;
  background: var(--white-bg-color);
  padding: 60px 80px;
}
@media only screen and (max-width: 64em) {
  body.home .dental-spa .pull-up .bg {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 40em) {
  body.home .dental-spa .pull-up .bg {
    margin-top: 0;
    padding-top: 0;
  }
}
body.home .social-feeds {
  background: #fafafa;
  padding: 40px;
  margin-bottom: 80px;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 64em) {
  body.home .social-feeds {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 40em) {
  body.home .social-feeds {
    margin-bottom: 45px;
  }
}
body.home .social-feeds .feed-outer {
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 64em) {
  body.home .social-feeds .feed-outer .feed-inner {
    width: 820px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 40em) {
  body.home .social-feeds .feed-outer .feed-inner {
    width: 610px;
  }
}
body.home .social-feeds .feed-outer .feed-inner .feat6 {
  width: 14.6%;
  margin: 0 1%;
  float: left;
  margin-bottom: 15px;
}
body.home .social-feeds a.icon {
  display: inline-block;
  margin-top: 6px;
  margin-left: 8px;
  position: relative;
}
body.home .social-feeds a.icon:after {
  content: "Follow";
  text-transform: uppercase;
  color: var(--main-text-color);
  border: 1px solid var(--border-color);
  padding: 10px;
  position: relative;
  top: 1px;
  margin-left: 8px;
  padding: 9px 25px;
  font-size: 13px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 40em) {
  body.home .social-feeds a.icon:after {
    top: 1px;
    margin-left: 8px;
    padding: 8px 25px 7px;
    font-size: 11px;
    letter-spacing: 0.5px;
  }
}
body.home .social-feeds a.icon img {
  max-width: 36px;
}
@media only screen and (max-width: 40em) {
  body.home .social-feeds a.icon img {
    max-width: 30px;
  }
}
h3.intro.headType {
  line-height: 2.6;
}
h3.intro.headType span.medium {
  font-size: 140%;
  line-height: 1;
}
h3.intro.headType span.large {
  font-size: 200%;
  line-height: 1;
}
.container.grey {
  background: #fafafa;
}
.recent-media h3 {
  font-family: "Avenir Next W01 Light" !important;
  padding-left: 40px;
}
@media only screen and (min-width: 64.1em) {
  .recent-media h3 {
    padding-top: 50px;
    font-size: 34px;
  }
}
.recent-media .smaller {
  font-size: 24px;
  color: #5d5d5d;
}
@media only screen and (min-width: 64.1em) {
  .recent-media .smaller {
    font-size: 28px;
  }
}
/*.main-slider {position: relative;overflow-y: hidden}
.main-slider .prev-arrow, .main-slider .next-arrow {width: 50px;height: 51px;display: block;position: absolute;top: calc(50% - 25px);z-index: 999;padding: 15px}
@media only screen and (max-width: 40em) {.main-slider .prev-arrow, .main-slider .next-arrow {display: none}
}
.main-slider .slide {background: url(/go/images/slider.jpg) no-repeat center center;background-size: cover !important;position: relative}
@media only screen and (max-width: 64em) {.main-slider .slide {background-position: 70% center}
}
.main-slider .slide:after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;background: #222;opacity: .55}
@media only screen and (min-width: 64.1em) {.main-slider .slide:after {display: none}
}
.main-slider .slide .row {position: relative;z-index: 9;padding-top: 370px;padding-bottom: 330px}
@media only screen and (max-width: 64em) {.main-slider .slide .row {padding-top: 300px;padding-bottom: 200px}
}
.main-slider .slide .row .text {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);z-index: 9}
.main-slider .slide .row .text.fl {position: absolute;top: 50%; right:0 !important; float: right !important; }
@media only screen and (max-width: 64em) {.main-slider .slide .row .text {top: 45%}
}
@media only screen and (max-width: 40em) {.main-slider .slide .row .text {top: auto;bottom: 11%;left: 0;padding: 0 20px}
}
.main-slider .slide .row .text p.headline {color: #fff !important;margin-bottom: 0;font-size: 38px;font-family: "Avenir Next W01 Light";line-height: 1.1;letter-spacing: 0.5px;text-transform: uppercase;text-shadow: 0px 0px 15px rgba(20,20,20,0.3)}
@media only screen and (max-width: 64em) {.main-slider .slide .row .text p.headline {font-size: 27px}
}
@media only screen and (max-width: 40em) {.main-slider .slide .row .text p.headline {font-size: 22px}
}
.main-slider .slide .row .text p.headline span.larger {font-size: 150%}
.main-slider .slide .row .text .copy {width: 100%;max-width: 420px}
.main-slider .slide .row .text .copy p {color: #fff;font-size: 17px;line-height: 1.8;margin: 10px 0 8px}
@media only screen and (max-width: 64em) {.main-slider .slide .row .text .copy p {font-size: 16px}
}
@media only screen and (max-width: 40em) {.main-slider .slide .row .text .copy p {font-size: 15px}
}
.main-slider .slide .row .text .copy .divider-bar {max-width: 464px;width: 100%;position: relative;text-align: center;overflow: hidden}
@media only screen and (max-width: 64em) {.main-slider .slide .row .text .copy .divider-bar {max-width: 344px;margin-top: 8px}
}
.main-slider .slide .row .text .copy a.btn {background: #000000;margin-top: 15px;display: block}
.main-slider .slide .row .text .copy a.btn:hover {opacity: 0.6;cursor: pointer}
@media only screen and (max-width: 40em) {.main-slider .slide.one {background-position: 45% center}
}
.main-slider .slide.two {background: url("/go/images/slider2.jpg") no-repeat center center;background-size: cover !important}
.main-slider .slide.three {background: url("/go/images/slider3.jpg") no-repeat center center;background-size: cover !important}
.main-slider .slide.four {background: url("/go/images/slider4.jpg") no-repeat center center;background-size: cover !important}
.main-slider .slide.four p.headline {font-size: 58px !important;line-height: 0.9 !important}
@media only screen and (max-width: 64em) {.main-slider .slide.four p.headline {font-size: 27px !important}
}
@media only screen and (max-width: 40em) {.main-slider .slide.four p.headline {font-size: 22px !important}
}
.main-slider .slide.five {background: url("/go/images/slider5.jpg") no-repeat center center;background-size: cover !important}
@media only screen and (max-width: 40em) {.main-slider .slide.five {background-position: -475px 0}
}
.main-slider .info {position: absolute;left: 50%;bottom: -10px;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);z-index: 101;width: 100%;padding: 0 60px;max-width: 1200px}
@media only screen and (max-width: 64em) {.main-slider .info {padding: 0 40px}
}
@media only screen and (max-width: 40em) {.main-slider .info {padding: 0 20px}
}
.main-slider .info .text {position: absolute;top: 55%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%)}
@media only screen and (max-width: 64em) {.main-slider .info .text {top: 50%}
}
@media only screen and (max-width: 40em) {.main-slider .info .text {top: auto;bottom: 10%;left: 0;padding: 0 20px}
}
.main-slider .info .text h1 {color: #fff;margin-bottom: 0;font-size: 34px;letter-spacing: 0.5px;text-transform: uppercase;text-shadow: 0px 0px 15px rgba(20,20,20,0.3)}
@media only screen and (max-width: 64em) {.main-slider .info .text h1 {font-size: 25px}
}
@media only screen and (max-width: 40em) {.main-slider .info .text h1 {font-size: 20px}
}
.main-slider .info .text h1 span.larger {font-size: 156%}
.main-slider .info .text .divider-bar {max-width: 464px;width: 100%;position: relative;text-align: center;overflow: hidden}
@media only screen and (max-width: 64em) {.main-slider .info .text .divider-bar {max-width: 344px;margin-top: 8px}
}
.main-slider .info .text a.btn {background: #000000;margin-top: 15px;display: block}
.main-slider .info .text a.btn:hover {opacity: 0.6;cursor: pointer}
.main-slider .logos {position: absolute;bottom: 40px;width: 100%;max-width: 600px;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);text-align: center}
@media only screen and (max-width: 64em) {.main-slider .logos {max-width: 560px;bottom: 30px;padding: 0 20px}
}
.main-slider .logos img {max-height: 28px;margin-top: 20px}
@media only screen and (max-width: 64em) {.main-slider .logos img {max-height: 25px}
}
@media only screen and (max-width: 40em) {.main-slider .logos img {max-height: 15px}
}
.main-slider .logos img+img {margin-left: 23px}
@media only screen and (max-width: 64em) {.main-slider .logos img+img {margin-left: 19px}
}
@media only screen and (max-width: 40em) {.main-slider .logos img+img {margin-left: 10px}
}
*/ /*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.slider-homepage,
.slider-homepage .imgs {
  width: 100%;
  height: 100vh;
  position: relative;
}

.slider-homepage {
  height: 100vh;
}

.slider-homepage .imgs {
  display: flex;
  overflow: hidden;
}

.slider-homepage .img {
  min-width: 100%;
  height: 100%;
  display: block;

  position: absolute;
  left: 100%;
  /* animation duration can't be greater than variable interval in JS! */
  /* check JS for other settings */
  animation: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s left;
  animation-fill-mode: forwards;
  background-size: cover !important;
  background-position: 50% !important;
}

/* Change images here */
.slider-homepage .img:nth-of-type(1) {
  background: url("/go/images/slider4.webp");
}
.slider-homepage .img:nth-of-type(2) {
  background: url("/go/images/slider2.webp");
}
.slider-homepage .img:nth-of-type(3) {
  background: url("/go/images/slider3a.webp");
}

.dots {
  position: absolute;
  bottom: 38px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.dot {
  width: 8px;
  height: 8px;
  background: gray;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}

.active-dot {
  background: #3f3f3f;
  cursor: default;
}

@keyframes leftNext {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}

@keyframes leftCurr {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

@keyframes rightNext {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

@keyframes rightCurr {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
.home-slides {
  z-index: 0;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
}
.home-slides .row {
  position: relative;
  z-index: 9;
  padding-top: 40%;
  padding-bottom: 330px;
}
/*@media only screen and (max-width: 64em) {.home-slides .row {padding-top: 300px;padding-bottom: 200px}
}
*/
.home-slides .row .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.home-slides .row .text.fl {
  position: absolute;
  top: 50%;
  right: 0 !important;
  float: right !important;
}
.home-slides .row .text p.headline {
  color: #fff !important;
  margin-bottom: 0;
  font-size: 42px;
  font-family: "Avenir Next W01 Light";
  line-height: 1.1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: 0px 0px 15px rgba(20, 20, 20, 0.3);
}
.home-slides .row .text p.bk {
  color: var(--main-text-color) !important;
  margin-bottom: 0;
  font-size: 42px;
  font-family: "Avenir Next W01 Light";
  line-height: 1.1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: 0px 0px 15px rgba(20, 20, 20, 0.3);
}
@media only screen and (max-width: 64em) {
  .home-slides .row .text p.headline {
    font-size: 27px;
  }
}
@media only screen and (max-width: 40em) {
  .home-slides .row .text p.headline {
    font-size: 22px;
  }
}
.home-slides .row .text p.headline span.larger {
  font-size: 150%;
}
.home-slides .row .text .copy {
  width: 100%;
  max-width: 420px;
}
.home-slides .row .text .copy p {
  color: #fff;
  font-size: 22px;
  line-height: 1.8;
  margin: 10px 0 8px;
  font-family: "Avenir Next W01 Light" !important;
  font-weight: 600;
}
.home-slides .row .text .copy .divider-bar {
  max-width: 464px;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.home-slides .row .text .copy a.btn {
  background: var(--button-background-color);
  margin-top: 15px;
  display: block;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
}
.home-slides .row .text .copy a.btn:hover {
  opacity: 0.6;
  cursor: pointer;
}
.home-slides .info {
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 101;
  width: 100%;
  padding: 0 60px;
  max-width: 1200px;
}
.home-slides .info .text {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-slides .info .text h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 34px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: 0px 0px 15px rgba(20, 20, 20, 0.3);
}
.home-slides .info .text h1 span.larger {
  font-size: 156%;
}
.home-slides .info .text .divider-bar {
  max-width: 464px;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 64em) {
  .home-slides .info .text .divider-bar {
    max-width: 344px;
    margin-top: 8px;
  }
}
.home-slides .info .text a.btn {
  background: var(--main-bg-color);
  margin-top: 15px;
  display: block;
}
.home-slides .info .text a.btn:hover {
  opacity: 0.6;
  cursor: pointer;
}
.home-slides .row .text p.headline .rk {
  font-size: 35px !important;
}
@media only screen and (max-width: 799px) {
  .home-slides .row .text .copy {
    width: 100%;
    max-width: 720px;
  }
}
body.sub .row.sub-links {
  text-align: center;
}
body.sub .row.sub-links h3 {
  margin-bottom: 50px;
  font-family: "Avenir Next W01 Light";
  color: #5d5d5d;
}
@media only screen and (max-width: 64em) {
  body.sub .row.sub-links h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 40em) {
  body.sub .row.sub-links h3 {
    font-size: 20px;
    margin-top: 20px;
  }
}
body.sub .row.sub-links h3 span.larger {
  font-size: 180%;
}
body.sub .row.sub-links a {
  color: var(--main-bg-color);
  font-size: 16px;
  display: inline-block;
  margin: 35px 30px;
  color: #5d5d5d;
  font-family: "Avenir Next W01 Light";
}
@media only screen and (max-width: 800px) {
  body.sub .row.sub-links a {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
body.sub .row.sub-links a:before {
  content: ">";
  background: var(--main-bg-color);
  padding: 10px 16px;
  margin-right: 10px;
  color: #fff;
}
@media only screen and (max-width: 800px) {
  body.sub .row.sub-links a:before {
    display: none;
  }
}
@media only screen and (max-width: 64em) {
  .content-wrap {
    margin-top: 81px;
  }
}
@media only screen and (max-width: 40em) {
  .content-wrap {
    margin-top: 78px;
  }
}
.quote {
  padding-top: 20px;
  padding-left: 24%;
  position: relative;
  font-style: italic;
  display: inline-block;
  font-size: 16px;
}
.quote:before {
  content: "";
  display: inline-block;
  width: 75px;
  height: 58px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/go/images/quote-png.webp) no-repeat center center;
  background-size: 100% auto;
}
.quote:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 350px;
  margin-top: 30px;
  border-top: 2px solid #ddd;
}
.quote.no-icon:before {
  display: none;
}
.consultation {
  background: url(/go/images/consultation.jpg) no-repeat 65% 15%;
  background-size: cover !important;
  max-width: 100%;
  margin-top: 4px;
}
.consultation .row {
  padding: 120px 20px 80px;
}
@media only screen and (max-width: 64em) {
  .consultation .row {
    padding: 0;
  }
}
.consultation .row .inner {
  width: 100%;
  max-width: 420px;
  float: left;
  color: #fff;
}
@media only screen and (max-width: 64em) {
  .consultation .row .inner {
    max-width: 100%;
    padding: 120px 20px 80px;
    background: rgba(20, 20, 20, 0.6);
  }
}
.consultation .row .inner h3 {
  color: #fff;
  font-size: 44px;
}
@media only screen and (max-width: 64em) {
  .consultation .row .inner h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 40em) {
  .consultation .row .inner h3 {
    font-size: 28px;
  }
}
.consultation .row .inner h3 span.primary {
  color: var(--main-text-color);
}
.consultation .row .inner .divide {
  display: block;
  background: url(/go/images/divider-style-png.webp) no-repeat center center;
  background-size: 100% auto;
  height: 34px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 64em) {
  .consultation .row .inner .divide {
    width: 100%;
    max-width: 390px;
  }
}
.consultation .row .inner h4 {
  color: #fff;
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 30px;
}
.consultation .row .inner p {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
.consultation .row .inner p.disclaimer {
  opacity: 0.7;
  font-size: 80%;
  font-style: italic;
  margin-top: 40px;
}
.row.has-logo,
.row.has-logo-right {
  background: url(/go/images/logo-km-png.webp) no-repeat left bottom;
  background-size: 460px auto;
}
.row.has-logo-right {
  background-position: 97% center;
  background-size: 380px auto;
}
.row.unique {
  padding: 0;
  max-width: 1800px;
  position: relative;
}
.row.unique .copy {
  width: 50%;
  padding: 80px 80px 80px 20px;
}
@media only screen and (max-width: 64em) {
  .row.unique .copy {
    width: 100%;
    position: relative;
    z-index: 9;
    background: rgba(255, 255, 255, 0.8);
  }
}
.row.unique .copy .inner {
  max-width: 500px;
  float: right;
}
@media only screen and (max-width: 64em) {
  .row.unique .copy .inner {
    max-width: 100%;
    width: 100%;
  }
}
.row.unique:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  width: 50%;
  height: 100%;
  background: url(/go/images/maddahi.jpg) no-repeat center center;
  background-size: cover !important;
  display: block;
}
@media only screen and (max-width: 64em) {
  .row.unique:after {
    z-index: 0;
    width: 100%;
  }
}
.row.unique.maddahi:after {
  background: url(/go/images/maddahi.jpg) center center no-repeat;
}
.row.unique.maddahi2:after {
  background: url(/go/images/maddahi2.jpg) center center no-repeat;
}
.row.unique.expert:after {
  background: url(/go/images/expert.jpg) center center no-repeat;
}
.row.unique.square-cosmetic-dentistry:after {
  background: url(/go/images/square-cosmetic-dentistry.jpg) center center
    no-repeat;
}
.row.unique.expert .copy {
  padding-top: 70px !important;
  padding-bottom: 60px !important;
}
.row.unique.expert .copy .inner {
  max-width: 480px !important;
}
.row.unique.flipped .copy {
  float: right;
}
.row.unique.flipped .copy .inner {
  float: left;
}
.row.unique.flipped:after {
  right: auto;
  left: 0;
}
.home .row.unique .copy .inner {
  float: left;
  width: 100%;
  max-width: 350px;
}
.home .row.unique .copy .inner p.intro {
  font-size: 20px;
  line-height: 1.2;
  margin: 40px 0 35px;
}
.socials {
  margin: 0 0 10px 0;
}
.socials li,
.socials a {
  display: inline-block;
}
.socials li {
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.socials li:hover {
  opacity: 0.8;
}
.socials li a {
  border-radius: 10px;
  color: #fff !important;
  padding: 8px 0 !important;
  font-size: 22px !important;
  width: 30px !important;
  text-align: center;
}
.socials li a span {
  background: url("/go/images/icons-white.svg") no-repeat;
  display: block;
  height: 18px;
  width: 18px;
  background-size: 388.125px 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.socials li a span:hover {
  opacity: 1;
}
.socials li a span.facebook-icon {
  background-position: 5.0625px 0;
}
.socials li a span.twitter-icon {
  background-position: -23.0625px 0;
}
.socials li a span.google-icon {
  background-position: -52.875px 0;
}
.socials li a span.youtube-icon {
  background-position: -82.125px 0;
}
.socials li a span.linkedin-icon {
  background-position: -111.375px 0;
}
.socials li a span.yelp-icon {
  background-position: -140.625px 0;
}
.socials li a span.instagram-icon {
  background-position: -255.9375px 0;
}
.socials li a span.healthgrades-icon {
  background-position: -169.3125px 0;
}
.socials li a span.vitals-icon {
  background-position: -198px 0;
}
.socials li a span.realself-icon {
  background-position: -225.5625px 0;
}
.socials li a span.wordpress-icon {
  background-position: -285.75px 0;
}
.socials li a span.snapchat-icon {
  background-position: -314.4375px 0;
}
.socials li a span.birdeye-icon {
  background-position: -343.125px 0;
}
.socials li a span.pinterest-icon {
  background-position: -371.25px 0;
}
.socials-home {
  margin: 0 0 10px 0;
  position: fixed;
  top: 45%;
  right: 0;
  width: 100%;
  max-width: 30px;
  z-index: 999999;
}
.socials-home li,
.socials a {
  display: inline-block;
}
.socials-home li {
  height: 25px;
  width: 25px;
  padding: 5.625px;
  position: relative;
  box-sizing: content-box; /*background: var(--social-icon-background-color);*/
  border-radius: 100%;
  text-align: center;
}
.socials-home li a i {
  color: #fff;
  font-size: 16px;
  padding-top: 2px;
}
.socials-home li:hover {
  opacity: 0.4;
}
.socials-home li a {
  display: inline-block;
  background: var(--social-icon-background-color);
  color: #fff;
  border-radius: 8px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: -5px;
  padding: 3px 0 0 0;
}
.socials-home li a img {
  width: 100%;
  max-width: 70% !important;
}
.socials-home li a span {
  background: url("/go/images/icons-white.svg") no-repeat;
  display: block;
  height: 18px;
  width: 18px;
  background-size: 388.125px 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.socials-home li a span:hover {
  opacity: 1;
}
.socials-home li a span.facebook-icon {
  background-position: 5.0625px 0;
}
.socials-home li a span.twitter-icon {
  background-position: -23.0625px 0;
}
.socials-home li a span.google-icon {
  background-position: -52.875px 0;
}
.socials-home li a span.youtube-icon {
  background-position: -82.125px 0;
}
.socials-home li a span.linkedin-icon {
  background-position: -111.375px 0;
}
.socials-home li a span.yelp-icon {
  background-position: -140.625px 0;
}
.socials-home li a span.instagram-icon {
  background-position: -255.9375px 0;
}
.socials-home li a span.healthgrades-icon {
  background-position: -169.3125px 0;
}
.socials-home li a span.vitals-icon {
  background-position: -198px 0;
}
.socials-home li a span.realself-icon {
  background-position: -225.5625px 0;
}
.socials-home li a span.wordpress-icon {
  background-position: -285.75px 0;
}
.socials-home li a span.snapchat-icon {
  background-position: -314.4375px 0;
}
.socials-home li a span.birdeye-icon {
  background-position: -343.125px 0;
}
.socials-home li a span.pinterest-icon {
  background-position: -371.25px 0;
}

@media only screen and (max-width: 64em) {

  header .menu-address2 {
    display: none;
  }
    .hide-tablet-down {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
header.scrolled {
	background: rgba(94, 46, 109, 0.85);
	padding: 10px 20px;
}

  .call-add-desk-none {
    display: block !important;
  }
}
