/* ===============================================
					Prefix Import
=============================================== */
/* ===============================================
					Colors
=============================================== */
/* White */
/* Body Text */
/* Links, H1 */
/*   */
/* Headings */
/* Main Nav Text, Subnav Text */
/* DD Bkg */
/*  */
/* HR */
/* ===============================================
					Mixins
=============================================== */
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-align-ie8 {
  position: relative;
  top: 20%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.vertical-align-nul {
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.scale-down {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.scale-up {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.basic-duration {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/* Body */
body {
  font: normal normal 20px/32px 'Lato', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  color: #4a4647;
  overflow: hidden;
}
#main-content,
#home-content {
  font-weight: 300;
}
p {
  margin: 0 0 1.58em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/* Links */
a {
  color: #2982bf;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
}
#main-content a,
#home-content a {
  font-weight: 900;
}
a:hover,
a.active {
  color: #8cd0b7;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: 900;
}
h1 {
  font-size: 1.6em;
  margin: 0 auto 20px;
  text-transform: uppercase;
  color: #2982bf;
  line-height: 1.071428571428571em;
}
.hm-header {
  position: relative;
  max-width: 250px;
}
.hm-header h1 {
  font-size: 1.4em;
  margin-bottom: 59px;
}
.hm-header h1 span {
  display: block;
  font-weight: 300;
}
.hm-header:before {
  content: '';
  background: #8cd0b7;
  width: 98px;
  height: 6px;
  position: absolute;
  bottom: -36px;
  left: 0;
}
h2 {
  font-size: 1.5em;
  color: #2789c1;
}
h3 {
  font-size: 1.2em;
  color: #2789c1;
}
h4,
h5,
h6 {
  font-size: 1.2em;
  color: #2789c1;
}
hr {
  color: #8cd0b7;
  background-color: #8cd0b7;
  border: none;
  height: 1px;
  clear: both;
  margin: 1.58em 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.ie8 .container {
  width: 1000px;
}
#sidebar img {
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 357px;
  border-bottom: 11px solid #8cd0b7;
}
.team {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.team-photo {
  float: none;
  margin: 0 auto 20px;
}
.img-right {
  max-width: 100%;
}
/* List Styling */
ul li {
  list-style: disc;
}
li {
  line-height: 1.5;
}
#main-content li,
#home-content li {
  line-height: inherit;
}
#content ul {
  margin: 0 0 1.8em 39px;
}
#ft ul,
#subnav {
  margin: 0;
  padding: 0;
}
#bd-callouts li,
#ft ul li,
#subnav li,
body.sitemap #content ul li {
  list-style: none;
}
/* Sitemap */
body.sitemap #main-content {
  width: 100%;
}
body.sitemap #content ul {
  margin: 0 0 1.8em 0;
}
body.sitemap #content ul li {
  margin-top: 21px;
  list-style: none;
}
body.sitemap #content ul li a {
  font-weight: normal;
  font-size: 1.125em;
  color: #2982bf;
  display: inline-block;
  text-decoration: none;
}
body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0 0 0 0;
}
body.sitemap #content ul ul li {
  margin: 0;
  list-style: none;
}
body.sitemap #content ul ul li a {
  display: inline-block;
  font-size: 1em;
  color: #4a4647;
  font-weight: 300;
  line-height: 1.8em;
  text-transform: capitalize;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #8cd0b7;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  display: table;
  z-index: 20;
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 96%;
  max-width: 329px;
  margin: 45px auto 10px;
  text-decoration: none;
}
#hd .logo img {
  width: 120px;
  display: inline-block;
}
#hd .logo:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#hd-right {
  width: 100%;
  float: none;
  text-align: left;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  /* Social Icons */
  /* Logins */
}
#hd-right .util-nav ,
#hd-right .social-icons {
  display: inline-block;
}
#hd-right .social-icons a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  background: #8cd0b7;
  margin: 0;
  width: 19px;
  height: 19px;
  line-height: 19px;
  border-radius: 50%;
  font-size: 11.5px;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
#hd-right .social-icons a:hover {
  background: #2982bf;
  animation-name: pulse_custom;
}
#hd-right .hd-doc {
  color: #2980bb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.015em;
  background: none;
  height: 28px;
  line-height: 25px;
  border-bottom: 3px solid #8cd0b7;
  display: none;
}
#hd-right .hd-doc:hover {
  background: #8cd0b7;
  color: #ffffff;
}
#hd-right ul {
  margin: 0;
  float: none;
  clear: both;
  display: inline-block;
  line-height: 1em;
}
#hd-right ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 0;
}
#hd-right ul li a {
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.015em;
  background: #8cd0b7;
  height: 30px;
  line-height: 24px;
  border: 3px solid #8cd0b7;
  width: 130px;
  white-space: nowrap;
}
#hd-right ul li a .fas {
  font-size: 10px;
  margin-right: 2px;
  vertical-align: 0;
}
#hd-right ul li a:hover {
  background: none;
  color: #2980bb;
}
/* Main Nav */
.hd-nav {
  text-align: center;
  margin: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
#main-nav ul {
  background: #ffffff;
  padding: 0 0 ;
}
#main-nav ul li a {
line-height: 20px;
  color: #4a4647;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.015em;
  font-size: 13px;
  padding: 0 0 14px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#main-nav ul li.active > a,
#main-nav ul li:hover > a {
  color: #2982bf;
}
#main-nav ul ul {
  margin: 0;
  padding: 11px 0;
  background-color: rgba(41, 130, 191, 0.89);
}
#main-nav ul ul li a {
  margin: 0;
  background: none;
  color: #ffffff;
  text-transform: none;
  letter-spacing: normal;
  text-align: center;
  border-bottom: none;
  padding: 3px 5px;
}
#main-nav ul li ul li.active a,
#main-nav ul li.active ul li a:hover,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  background: #ffb08d;
  color: #ffffff;
}
#main-nav li.active li a {
  background: none;
}
#hd #main-nav .trigger {
  color: #fff;
  padding: 1px 10px;
  font-size: 17px;
  display: inline-block;
  width: auto;
  background: #2982bf;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9000;
}
#hd #main-nav .trigger .label {
  display: none;
}
#hd #main-nav .trigger:hover .nav-icon {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#hd #main-nav .nav-icon {
  width: 19px;
  height: 12px;
  position: relative;
  display: inline-block;
  top: -0.14em;
  z-index: 900;
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
}
#hd #main-nav .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
}
#hd #main-nav .nav-icon span:nth-child(1) {
  top: 0px;
}
#hd #main-nav .nav-icon span:nth-child(2),
#hd #main-nav .nav-icon span:nth-child(3) {
  top: 50%;
}
#hd #main-nav .nav-icon span:nth-child(4) {
  top: 100%;
}
#hd #main-nav .open .nav-icon span:nth-child(1) {
  top: 50%;
  width: 0%;
  left: 50%;
}
#hd #main-nav .open .nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hd #main-nav .open .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hd #main-nav .open .nav-icon span:nth-child(4) {
  top: 50%;
  width: 0%;
  left: 50%;
}
#hd #main-nav .collapsible {
  -webkit-transition: .7s;
  -o-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
  width: 100%;
}
#hd #main-nav .trigger:hover,
#hd #main-nav .open .trigger {
  background: #8cd0b7;
}
#main-nav .collapsible.open > ul li {
  -webkit-animation: peters_move 0.4s 1;
  -moz-animation: peters_move 0.4s 1;
  -ms-animation: peters_move 0.4s 1;
  -o-animation: peters_move 0.4s 1;
  animation: peters_move 0.4s 1;
}
#main-nav .collapsible.open ul ul li {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
/* Subnav */
#subnav-outer {
  position: relative;
  padding: 30px 0;
  background: url(../images/pattern-subnav.jpg) top center;
  text-align: center;
}
#subnav-outer p {
  color: #4a4647;
  width: 100%;
  max-width: 600px;
  line-height: 1.357142857142857em;
  font-size: 0.7em;
  margin: 0 auto;
}
#subnav-outer a {
  color: #4a4647;
  margin: 0 5px;
  text-decoration: none;
  display: inline-block;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  color: #176ea7;
  text-decoration: underline;
}
.office_tour {
  display: block;
  position: relative;
}
.office_tour .cycle-slideshow {
  display: block;
  width: 96%;
  max-width: 800px;
  /* adjust max-width the actual dimensions of the slides */
  margin-left: auto;
  margin-right: auto;
}
.office_tour .controls {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  z-index: 400;
}
.office_tour .controls > div {
  color: #2982bf;
  font-size: 50px;
  display: inline-block;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.office_tour .controls > div:hover {
  cursor: pointer;
  -webkit-transform: scale(1.44);
  -moz-transform: scale(1.44);
  -ms-transform: scale(1.44);
  -o-transform: scale(1.44);
  transform: scale(1.44);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}
.office_tour #prev {
  float: left;
}
.office_tour #next {
  float: right;
  direction: rtl;
  /* since the hub requires &bsp; characters in the FA markup the space needs to be told to float left of this. rtl to the rescue */
}
/* HP Video */
.home-slideshow-section {
  position: relative;
  padding: 0;
  height: auto;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}
.home-slideshow-section video {
  margin: 0 auto;
  z-index: 10;
  width: 100%;
  display: block;
}
#ss-overlay {
  z-index: 50;
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 400;
  background: rgba(41, 130, 191, 0.64);
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
#ss-overlay .text-wrap {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#ss-overlay .text-wrap span {
  font-weight: 900;
}


#hp-overlay {
  z-index: 50;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: absolute;
  right: 5%;
  z-index: 400;
  background: rgba(41, 130, 191, 0.64);
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
#hp-overlay .text-wrap {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#hp-overlay .text-wrap span {
  font-weight: 900;
}

/* homepage locations cards */

.locations {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;

	&::before {
		content: none;
	}

	& > .loc-wrap {
		margin-right: 0;
	}
}


/* Callouts */
#bd-callouts {
  text-align: center;
  width: 100%;
  position: relative;
  background: url(../images/pattern-co.png) top center;
  padding: 20px 0;
  display: none;
}
#bd-callouts .loc-wrap {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 235px;
  width: 100%;
  margin: 10px auto;
  background: #e8eef1;
  padding: 25px 20px 35px;
  text-align: center;
}
#bd-callouts .loc-marker {
  display: block;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 10px;
}
#bd-callouts .marker-top {
  color: #8cd0b7;
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  z-index: 0;
}
#bd-callouts .marker-top:after {
  content: '\f041';
  color: #2982bf;
  position: absolute;
  top: 3px;
  left: 2px;
  z-index: -1;
}
#bd-callouts .loc-title {
  display: block;
  text-transform: uppercase;
  color: #2982bf;
  letter-spacing: 0.02em;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.25em;
  margin-bottom: 4px;
}
#bd-callouts .loc-address {
  display: block;
  color: #4a4647;
  letter-spacing: 0.02em;
  font-size: 0.8em;
  line-height: 1.25em;
}
#bd-callouts .loc-phone,
#bd-callouts .phone {
  display: block;
  color: #4a4647 !important;
  letter-spacing: 0.02em;
  font-size: 1em;
  font-weight: 900;
  line-height: 1.5em;
}
#bd-callouts .loc-phone:hover {
  color: #2982bf;
}
#bd-callouts .loc-info:hover .marker-top {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  color: #ffffff;
}
#bd-callouts .loc-info:hover .marker-top:after {
  color: #4a4647;
}
#bd-callouts .loc-info:hover .loc-address {
  color: #2982bf;
}
#bd-doctors {
  text-align: center;
  width: 100%;
  position: relative;
  background: url(../images/pattern-drs.jpg) top center;
  padding: 20px 0;
  color: #ffffff;
}
#bd-doctors h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 1.2em;
  letter-spacing: 0.02em;
}
#bd-doctors .dr-wrap {
  width: 100%;
  max-width: 568px;
  margin: 30px auto;
}
#bd-doctors .content-wrap {
  width: 100%;
  max-width: 300px;
  text-align: left;
  margin: 5px auto 0;
  float: right;
  width: 46.9565217391304%;
  display: inline-block;
  vertical-align: top;
}
#bd-doctors .content-wrap p {
  font-size: 0.7em;
  line-height: 1.777777777777778em;
  margin: 0;
}
#bd-doctors .photo-wrap {
  float: left;
  width: 47.4426807760141%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
}
#bd-doctors .dr-photo {
  display: inline-block;
  border-radius: 50%;
}
#bd-doctors .learn-more {
  position: absolute;
  right: 0;
  bottom: -10px;
  text-transform: uppercase;
  text-align: center;
  background: #8cd0b7;
  letter-spacing: 0.02em;
  font-weight: 900;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  font-size: 0.6em;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  -webkit-transform-origin: 50% 80%;
  -moz-transform-origin: 50% 80%;
  -ms-transform-origin: 50% 80%;
  -o-transform-origin: 50% 80%;
  transform-origin: 50% 80%;
}
#bd-doctors .learn-more span {
  display: inline-block;
  line-height: 1.153846153846154em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#bd-doctors .photo-wrap:hover .learn-more {
  animation-name: pulse_custom;
  background: #2982bf;
  background: rgba(255, 255, 255, 0.8);
  color: #2982bf;
}
/* Content */
#content {
  z-index: 0;
}
#content .container {
  width: 96% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content-text {
  width: 100%;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  -webkit-column-width: 100%;
  -moz-column-width: 100%;
  column-width: 100%;
  margin-bottom: 74px;
}
#home-content {
  padding: 40px 0;
}
.hm-content-wrap {
  max-width: 465px;
  margin: 0 auto;
}
.hm-content-wrap p {
  text-align: justify;
}
.hm-connect {
  text-align: center;

	@media screen and (max-width: 768px) {
		margin-top: 70px;
	}
}
.hm-connect .fb-page {
  display: none;
}
.hm-connect .rewards-cards {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 339px;
  height: 167px;
}
.hm-connect .card-bottom {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hm-connect .card-top {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hm-connect .rewards-cards:hover .card-top {
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
}
.hm-connect .rewards-cards:hover .card-bottom {
  webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.interior-content {
  padding: 20px 0;
}
#bd-testimonials {
  text-align: center;
  width: 100%;
  position: relative;
  /*background: #ffffff;*/
}
#bd-testimonials .content-wrap {
  padding: 40px 0;
  text-align: left;
  max-width: 445px;
  margin: 0 auto;
}
#bd-testimonials .title {
  position: relative;
  font-size: 1.4em;
  margin: 0 auto 59px;
  font-weight: 900;
  text-transform: uppercase;
  color: #2982bf;
  line-height: 1.071428571428571em;
}
#bd-testimonials .title span {
  display: block;
  font-weight: 300;
}
#bd-testimonials .title:before {
  content: '';
  background: #8cd0b7;
  width: 98px;
  height: 6px;
  position: absolute;
  bottom: -36px;
  left: 0;
}
#bd-testimonials .cycle-slideshow {
  text-align: left;
}
#bd-testimonials .cycle-slideshow p {
  color: #2982bf;
  font-weight: 900;
  font-size: 1em;
  line-height: 1.6em;
  text-align: justify;
}
#bd-testimonials .cycle-slideshow .patient-name {
  color: #8cd0b7;
  font-weight: 900;
}
  #bd-team {
    text-align: center;
    width: 100%;
    position: relative;
    background: url(../images/pattern-co.png) top center;
  }
#bd-smile {
  text-align: center;
  width: 100%;
  position: relative;
  background: url(../images/pattern-social.jpg) top center;
  padding: 80px 0;
  overflow: hidden;
}
#bd-smile .slick-slide {
  margin: 0 12px;
  position: relative;
  display: inline-block;
}
#bd-smile .icon {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10.035em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#bd-smile .icon:hover {
  color: rgba(140, 208, 183, 0.7);
}
/* Footer */
#ft {
  background: url(images/pattern-ft.png) top center;
  text-align: center;
  width: 100%;
  display: table;
  padding: 20px 0;
}
#ft .ft-location {
  margin: 30px auto;
}
#ft .ft-location .ft-address {
  text-decoration: none;
  display: block;
}
#ft .ft-location .loc-title {
  display: block;
  text-transform: uppercase;
  color: #2982bf;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25em;
  margin-bottom: 4px;
}
#ft .ft-location .loc-address {
  display: block;
  color: #4a4647;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 1.25em;
}
#ft .ft-location .ft-address:hover .loc-address {
  color: #2982bf;
}
#ft .ft-location .phone,
#ft .ft-location .ft-phone {
  display: block;
  color: #4a4647;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5em;
}
.ft-location br{display:none;}
#ft .ft-location a.phone:hover,
#ft .ft-location a.ft-phone:hover {
  color: #2982bf;
}
#ft .ft-map {
  display: block;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 225px;
  height: 225px;
  margin: 0 auto 20px;
  display: none;
}
#ft .ft-map img {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #ffffff;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#ft .ft-map:hover img {
  border-color: #2982bf;
  opacity: 0.7;
}
.ft-design-credit {
  background: #ffffff;
  clear: both;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 20px 0;
}
.ft-design-credit .ft-links a {
  float: none;
  color: #8cd0b7;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 0.6em;
  line-height: 2em;
  display: block;
}
.ft-design-credit .ft-links a:hover {
  color: #2982bf;
}
.ft-design-credit .ft-links .links-divider {
  color: #8cd0b7;
  font-size: 0.6em;
  display: none;
}
.ft-design-credit a.sesame-link img {
  margin: -3px 9px 0 0;
}
.ft-design-credit a.back-to-top {
  display: inline-block;
  text-decoration: none;
  float: none;
  color: #8cd0b7;
  font-size: 1.5em;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  margin-top: 10px;
}
.ft-design-credit a.back-to-top:hover {
  color: #2982bf;
  animation-name: pulse_custom;
}
/* Form Buttons */
form button {
  background: #2982bf;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 37px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  border: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
form button:hover {
  background: #17496b;
}
/* BLOG FORM */
.stButton {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.st_plusone_large {
  top: 9px;
  position: relative;
}
.share-article-links {
  text-align: center;
}
.share-text {
  color: #2982bf;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #2982bf;
  color: #4a4647;
  margin: 10px 0 0;
  padding: 10px 10px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 100%;
}
form#blog_search label {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0px;
  text-align: center;
  margin: 0 0 -2px;
}
form#blog_search input {
  background: #ffffff;
  color: #4a4647;
  border: 1px solid #4a4647;
  width: 178px;
  margin: 6px auto;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
form#blog_search input:hover {
  background: #cccccc;
}
form#blog_search button {
  display: block;
  background: #8cd0b7;
  color: #ffffff;
  font-size: 12px !important;
  text-transform: uppercase;
  font-size: 10px !important;
  padding: 5px 12px !important;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin: 5px auto 0;
}
form#blog_search button:active,
form#blog_search button:hover {
  background: #47af89;
}
/* end blog css */

 #side-callouts {
    display: inline-block;
}
  #side-callouts a {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1em;
    background: #2a81bf;
    margin: 10px auto;
    display: inline-block;
    position: relative;
    top: 0;
    right: 2%;
    border-radius: 50%;
    line-height: 1;
    width: 96px;
    height: 110px;
    border: solid 2px #ffffff;
    padding: 0.5em 1em;
  }
  .s-link {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    left: 0;
  }
  #side-callouts a:hover {
    background: #8cd0b6;
    border: solid 2px transparent;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#financial-callout {
  padding: 50px 0 20px;
}

.fc-box {
  text-align: center;
  display: block;
  width: 300px;
  margin: 10px auto;
  padding: 20px 0;
  box-shadow: 1px 2px 11px 2px #a5a4a4;
}

.mid {
  font-size: 2.2em;
  color: white;
  line-height: 1.2em;
  background: #8cd0b6;
}

.dt {
  padding: 10px 0;
  font-size: 16px;
  line-height: 22px;
}

/* Generic Classes */
.ie8 nav.horizontal ul li a {
  max-width: none;
}
.ie8 .slideshow-item {
  display: none;
}
.ie8 .slideshow-active {
  display: block;
}
.shift {
  position: relative;
}
.columns {
  display: inline;
  float: left;
}
.genie {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.genie:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.video-sleeve {
  margin-bottom: 1.85em;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="file"],
textarea {
  width: 80%;
}
body.office-tour .video-sleeve {
  margin: 0 auto;
  max-width: 600px;
}
#invisalign-before-after {
  max-width: 464px;
  width: 100%;
}
#invisalign-before-after ul {
  margin: 0;
}
#invisalign-before-after p.caption {
  position: relative;
}
#damon-before-after {
  max-width: 539px;
  width: 100%;
}
.test-cred {
  display: block;
  font-weight: bold;
  font-size: smaller;
}
.flash {
  margin: 20px 0;
}
/* hide double hr */
body.types-of-appliances div.hr,
body.ortho-dictionary div.hr {
  display: none;
}
#hide-stock {
  display: none;
}
body[class^='meet-dr-'] #hide-stock {
  display: block !important;
  text-align: center;
  margin: 1em auto;
}
form p {
  height: auto;
}
form.full .radio-group label input {
  width: auto !important;
  display: inline;
}
form.full .radio-group label span {
  display: inline;
}
/* Meet the Team Page */
.grid {
  overflow: hidden;
}
.grid figure {
  overflow: hidden;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.grid figure img {
  position: relative;
  display: block;
}
.grid figure figcaption {
  color: #000;
  text-transform: uppercase;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
/*---------------*/
/***** Duke *****/
/*---------------*/
figure.effect-duke {
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, #d7d7d7 100%);
  background: linear-gradient(-45deg, #ffffff 0%, #d7d7d7 100%);
}
figure.effect-duke img,
figure.effect-duke p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-duke:hover img {
  opacity: 0.3;
  -webkit-transform: scale3d(1, 1, 2);
  transform: scale3d(1, 1, 2);
}
figure.effect-duke p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  text-transform: uppercase;
  font-size: 1.2em;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
  transform-origin: 50% -100%;
  color: #2e5ba1;
  text-align: left;
}
figure.effect-duke:hover h2,
figure.effect-duke:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.staff-photo {
    width: 300px;
    height: 400px;
}

.staff-photo.Ashley {
    background: url(../uploads/images/staff/Ashley.jpg) 0 0;
}
.staff-photo.Ashley:hover {
    background: url(../uploads/images/staff/Ashley.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Brooklynn {
    background: url(../uploads/images/staff/Brooklynn.jpg) 0 0;
}
.staff-photo.Brooklynn:hover {
    background: url(../uploads/images/staff/Brooklynn.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Christa {
    background: url(../uploads/images/staff/Christa.jpg) 0 0;
}
.staff-photo.Christa:hover {
    background: url(../uploads/images/staff/Christa.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Candace {
    background: url(../uploads/images/staff/Candace.jpg) 0 0;
}
.staff-photo.Candace:hover {
    background: url(../uploads/images/staff/Candace.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Christine {
    background: url(../uploads/images/staff/Christine.jpg) 0 0;
}
.staff-photo.Christine:hover {
    background: url(../uploads/images/staff/Christine.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Courtney {
    background: url(../uploads/images/staff/Courtney.jpg) 0 0;
}
.staff-photo.Courtney:hover {
    background: url(../uploads/images/staff/Courtney.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Cynthia {
    background: url(../uploads/images/staff/Cynthia.jpg) 0 0;
}
.staff-photo.Cynthia:hover {
    background: url(../uploads/images/staff/Cynthia.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Elaine {
    background: url(../uploads/images/staff/Elaine.jpg) 0 0;
}
.staff-photo.Elaine:hover {
    background: url(../uploads/images/staff/Elaine.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Heather {
    background: url(../uploads/images/staff/Heather.jpg) 0 0;
}
.staff-photo.Heather:hover {
    background: url(../uploads/images/staff/Heather.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Holly {
    background: url(../uploads/images/staff/Holly.jpg) 0 0;
}
.staff-photo.Holly:hover {
    background: url(../uploads/images/staff/Holly.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Jaci {
    background: url(../uploads/images/staff/Jaci.jpg) 0 0;
}
.staff-photo.Jaci:hover {
    background: url(../uploads/images/staff/Jaci.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Jeanie {
    background: url(../uploads/images/staff/Jeanie.jpg) 0 0;
}
.staff-photo.Jeanie:hover {
    background: url(../uploads/images/staff/Jeanie.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Jillian {
    background: url(../uploads/images/staff/Jillian.jpg) 0 0;
}
.staff-photo.Jillian:hover {
    background: url(../uploads/images/staff/Jillian.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Karen {
    background: url(../uploads/images/staff/Karen.jpg) 0 0;
}
.staff-photo.Karen:hover {
    background: url(../uploads/images/staff/Karen.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Kathy {
    background: url(../uploads/images/staff/Kathy.jpg) 0 0;
}
.staff-photo.Kathy:hover {
    background: url(../uploads/images/staff/Kathy.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Maegan {
    background: url(../uploads/images/staff/Maegan.jpg) 0 0;
}
.staff-photo.Maegan:hover {
    background: url(../uploads/images/staff/Maegan.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Lauren {
    background: url(../uploads/images/staff/Lauren.jpg) 0 0;
}
.staff-photo.Lauren:hover {
    background: url(../uploads/images/staff/Lauren.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Megan {
    background: url(../uploads/images/staff/Megan.jpg) 0 0;
}
.staff-photo.Megan:hover {
    background: url(../uploads/images/staff/Megan.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Sarah {
    background: url(../uploads/images/staff/Sarah.jpg) 0 0;
}
.staff-photo.Sarah:hover {
    background: url(../uploads/images/staff/Sarah.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Tami {
    background: url(../uploads/images/staff/Tami.jpg) 0 0;
}
.staff-photo.Tami:hover {
    background: url(../uploads/images/staff/Tami.jpg) 0 100%; /*move for the height of images*/
}
.staff-photo.Terry {
    background: url(../uploads/images/staff/Terry.jpg) 0 0;
}
.staff-photo.Terry:hover {
    background: url(../uploads/images/staff/Terry.jpg) 0 100%; /*move for the height of images*/
}

.big-button {
  padding: 30px 40px;
  font-size: 2em;
  background: #ffb08d;
  color: #ffffff;
  text-transform: uppercase;

    display: inline-block;
  border: solid 2px #ffffff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
      -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.big-button:hover{
  color: #ffffff;
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    background: #8cd0b6;
    border: solid 2px transparent;
}



/* ===============================================
Small Tablet/Large Phone Stylings (Optional)
Supports 30em (480px) to 47.9375em (767px)
------
Useful for making minor adjustments between
awkward sizes.
=============================================== */
/* ===============================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  .row > .col {
    border: 0px solid rgba(0, 0, 0, 0);
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    margin-left: 5%;
  }
  .row > .col:first-child {
    margin-left: 0%;
  }
  #staff-array .row > .col {
    margin-left: 0;
  }
  #staff-array .row > .col:first-child {
    margin-left: 5%;
  }
  /* 12 Column Grid */
  .row > .col.span1 {
    width: 3.75%;
  }
  .row > .col.span2 {
    width: 12.5%;
  }
  .row > .col.span3,
  .row > .col.quarter {
    width: 21.25%;
  }
  .row > .col.span4,
  .row > .col.third {
    width: 30%;
  }
  .row > .col.span5 {
    width: 38.75%;
  }
  .row > .col.span6,
  .row > .col.half {
    width: 47.5%;
  }
  .row > .col.span7 {
    width: 56.25%;
  }
  .row > .col.span8 {
    width: 65%;
  }
  .row > .col.span9 {
    width: 73.75%;
  }
  .row > .col.span10 {
    width: 82.5%;
  }
  .row > .col.span11 {
    width: 91.25%;
  }
  .row > .col.span12,
  .row > .col.full {
    width: 100%;
  }
  .row > .col.offset1 {
    margin-left: 8.75%;
  }
  .row > .col.offset2 {
    margin-left: 17.5%;
  }
  .row > .col.offset3 {
    margin-left: 26.25%;
  }
  .row > .col.offset4 {
    margin-left: 35%;
  }
  .row > .col.offset5 {
    margin-left: 43.75%;
  }
  .row > .col.offset6 {
    margin-left: 52.5%;
  }
  .row > .col.offset7 {
    margin-left: 61.25%;
  }
  .row > .col.offset8 {
    margin-left: 70%;
  }
  .row > .col.offset9 {
    margin-left: 78.75%;
  }
  .row > .col.offset10 {
    margin-left: 87.5%;
  }
  .row > .col.offset11 {
    margin-left: 96.25%;
  }

  body.cso-clear  .row > .col.span4, .row > .col.third {
    width: 32%;
  }
  body.cso-clear .row > .col.span4 {
    margin-left: 2%;
  }
  body.cso-clear  .row > .col.span4:first-child {
    margin-left: 0%;
  }

  body.sitemap #content .width1 {
    width: 50%;
    display: inline;
    float: left;
  }
  #hide-stock {
    display: block;
    margin: 0 0 1em 0;
  }
  body[class^='meet-dr-'] #hide-stock {
    margin: 0 0 1em 0;
  }
  /* blanket hide stock photo for certain pages */
  body.itero-element #hide-stock,
  body.cso-clear #hide-stock,
  body.sitemap #hide-stock,
  body.meet-the-team #hide-stock,
  body.meet-our-team #hide-stock,
  body.types-of-braces #hide-stock,
  body.types-of-appliances #hide-stock,
  body.color-my-braces #hide-stock,
  body.common-orthodontic-issues #hide-stock,
  body.common-procedures #hide-stock,
  body.office-tour #hide-stock,
  body.before-and-after #hide-stock,
  body.invisalign #hide-stock,
  body.opalescence #hide-stock,
  body.suresmile-elemetrix #hide-stock,
  body[class^='invisalign-'] #hide-stock,
  body[class^='in-ovation-'] #hide-stock,
  body.which-is-right-for-me #hide-stock,
  body.your-child-s-first-orthodontic-checkup #hide-stock,
  body.aao-testimonials #hide-stock,
  body.ortho-tv #hide-stock,
  body.my-life-my-smile-my-orthodontist #hide-stock,
  body[class^='damon-'] #hide-stock {
    display: none;
  }
  body.itero-element #sidebar,
  body.sitemap #sidebar,
  body.home #sidebar,
  body.cso-clear #sidebar,
  body.meet-the-team #sidebar,
  body.meet-our-team #sidebar,
  body.types-of-braces #sidebar,
  body.types-of-appliances #sidebar,
  body.color-my-braces #sidebar,
  body.common-orthodontic-issues #sidebar,
  body.common-procedures #sidebar,
  body.office-tour #sidebar,
  body.before-and-after #sidebar,
  body.invisalign #sidebar,
  body.opalescence #sidebar,
  body.suresmile-elemetrix #sidebar,
  body[class^='invisalign-'] #sidebar,
  body[class^='in-ovation-'] #sidebar,
  body.which-is-right-for-me #sidebar,
  body.your-child-s-first-orthodontic-checkup #sidebar,
  body.aao-testimonials #sidebar,
  body.ortho-tv #sidebar,
  body.my-life-my-smile-my-orthodontist #sidebar,
  body[class^='damon-'] #sidebar {
    display: none;
  }
  body.itero-element #main-content,
  body.sitemap #main-content,
  body.cso-clear #main-content,
  body.meet-the-team #main-content,
  body.meet-our-team #main-content,
  body.types-of-braces #main-content,
  body.types-of-appliances #main-content,
  body.color-my-braces #main-content,
  body.common-orthodontic-issues #main-content,
  body.common-procedures #main-content,
  body.office-tour #main-content,
  body.before-and-after #main-content,
  body.invisalign #main-content,
  body.opalescence #main-content,
  body.suresmile-elemetrix #main-content,
  body[class^='invisalign-'] #main-content,
  body[class^='in-ovation-'] #main-content,
  body.which-is-right-for-me #main-content,
  body.your-child-s-first-orthodontic-checkup #main-content,
  body.aao-testimonials #main-content,
  body.ortho-tv #main-content,
  body.my-life-my-smile-my-orthodontist #main-content,
  body[class^='damon-'] #main-content {
    width: 100%;
  }
  body.meet-our-team #main-content .img-right {
    display: block;
  }
  .video-sleeve {
    width: 100%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  /*------------ Style Edit Region ------------*/
  .hm-header {
    max-width: none;
  }
  #main-content {
    width: 60.5%;
    display: block;
    float: left;
    padding: 114px 0 30px 0;
  }
  #main-content p {
    text-align: justify;
  }
  #sidebar {
    width: 35.7%;
    float: right;
    display: inline;
    text-align: right;
    margin: 124px 0 0 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  h1 {
    font-size: 2.25em;
  }
  #hd .logo {
    margin-top: 10px;
  }
  #ss-overlay {
      display: block;
    width: 300px;
    height: 300px;
  }
  #ss-overlay .text-wrap {
    font-size: 1.8em;
  }
  #bd-doctors h3 {
    font-size: 1.4em;
  }
  #bd-doctors .content-wrap p {
    font-size: 0.9em;
    text-align: justify;
    font-weight: 300;
  }
  #bd-doctors .learn-more {
    right: 15px;
    bottom: -24px;
    width: 85px;
    height: 85px;
    font-size: 0.65em;
  }
  #bd-doctors .dr-right .content-wrap {
    float: left;
  }
  #bd-doctors .dr-right .photo-wrap {
    float: right;
  }
  #bd-doctors .dr-right .learn-more {
    bottom: -19px;
    right: auto;
    left: 1px;
  }
  #ft .ft-map {
    display: block;
  }
  #ft .ft-location {
    float: left;
    width: 50%;
  }
  .ft-design-credit .ft-links {
    float: left;
  }
  .ft-design-credit .ft-links a,
  .ft-design-credit .ft-links .links-divider {
    display: inline-block;
    line-height: 1em;
  }
  .ft-design-credit a.back-to-top {
    float: right;
    margin: 0;
  }
  /* Meet the Team Page */
  .grid-wrapper {
    width: 90%;
    margin: 0 auto 1.5em;
  }
  .grid figure {
    float: left;
    width: 33.3333333333%;
  }
}
/* ===============================================
Desktop Only Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  #main-nav .container {
    width: 1000px !important;
    max-width: none;
  }
  .ie8 #main-nav .container {
    width: 1000px !important;
  }
  #content .container {
    width: 96% !important;
    max-width: 1000px;
  }
  #hd {
    display: block;
  }
  /* Main-Nav */
  .hd-nav {
    top: 35px;
    right: 0;
    left: auto;
    width: auto;
  }

  #side-callouts {
    position: fixed;
    top: 180px;
    right: 55px;

  }
  #side-callouts a {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1em;
    background: #ffb08d;
    margin: 10px 0;
    display: block;
    position: relative;
    top: 0;
    right: 2%;
    border-radius: 50%;
    line-height: 1;
   width: 156px;
    height: 149px;
    border: solid 2px #ffffff;
    padding: 0.5em 1em;

    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  }
  .s-link {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    left: 0;
  }
  #side-callouts a:hover {
    background: #8cd0b6;
    border: solid 2px transparent;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
  #hd #main-nav .trigger {
    display: none;
  }
  #main-nav {
    background: none;
  }
  #main-nav ul {
    margin: 0;
    background: none;
    padding: 0;
  }
  #main-nav ul li {
    float: left;
    margin-right: 22px;
  }
  #main-nav ul li a[id] {
    padding: 0 0 14px;
    border-bottom: none;
    background: none;
    position: relative;
  }
  #main-nav ul li a[id]:before {
    background: #8cd0b7;
    width: 100%;
    height: 3px;
    content: " ";
    position: absolute;
    display: block;
    bottom: 10px;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .41s;
    -o-transition: .41s;
    -moz-transition: .41s;
    transition: .41s;
    -webkit-transform: scale(0.6, 0.4);
    -moz-transform: scale(0.6, 0.4);
    -ms-transform: scale(0.6, 0.4);
    -o-transform: scale(0.6, 0.4);
    transform: scale(0.6, 0.4);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  #main-nav ul li.active > a[id]:before,
  #main-nav ul li:hover > a[id]:before {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #main-nav ul li.contact ul {
    margin: 0 0 0 -100px;
  }
  #main-nav ul li.contact {
    margin-right: 0;
  }
  #main-nav ul ul {
    margin: 0 0 0 -24px;
    width: auto;
    padding: 10px 0 15px;
  }
  #main-nav ul ul li {
    padding: 0;
  }
  #main-nav ul ul li a {
    text-align: left;
    line-height: 1.923076923076923em;
    padding: 0 49px 0 24px;
    border-bottom: none;
    white-space: nowrap;
  }
  nav.horizontal ul li {
    float: none;
  }
  /*------------ Style Edit Region ------------*/
  #hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);

  }
  #hd .logo {
    width: 32.9%;
    margin: 15px 0 12px;
    text-align: left;
    float: left;
  }
  #hd-right {
    width: 65%;
    float: right;
    text-align: right;
    padding: 0;
    position: relative;
    top: auto;
  }
  #hd-right .util-nav {
    display: block;
    overflow: hidden;
    float: right;
    width: 441px;
  }
  #hd-right .social-icons {
    display: block;
    float: right;
    padding-top: 7px;
    margin-right: 10px;
  }
  #hd-right .social-icons a {
    vertical-align: top;
  }
  #hd-right ul {
    float: right;
  }
  #hd-right ul li a {
    border-top: none;
    height: 28px;
  }
  #hd-right .hd-doc {
    display: inline-block;
    vertical-align: top;
    float: right;
    border-left: 3px solid #8cd0b7;
  }
  #hd-right .doc-01 {
    width: 179px;
  }
  #hd-right .doc-02 {
    width: 131px;
  }
  #ss-overlay {
    width: 405px;
    height: 405px;
  }
  #ss-overlay .text-wrap {
    font-size: 2.5em;
  }
  #subnav-outer {
    padding: 117px 0 38px;
  }
  #bd-callouts {
    display: block;
    padding: 47px 0 45px;
  }
  #bd-callouts .loc-wrap {
    margin: 0;
    float: left;
    width: 23.5%;
  }
  #bd-callouts .loc-04 {
    float: right;
    margin: 0;
  }
  #bd-doctors {
    padding: 98px 0 111px;
  }
  #bd-doctors .container {
    max-width: 1182px!important;
  }
  #bd-doctors .dr-left {
    float: left;
    width: 48.6463620981387%;
    margin: 0;
  }
  #bd-doctors .dr-right {
    float: right;
    width: 48.6463620981387%;
    margin: 0;
  }
  #home-content {
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }

  .hm-content-wrap {
    float: left;
    width: 46.5%;
    padding: 95px 0 55px;
  }
  .hm-connect {
    float: right;
    width: 43.6%;
    padding: 99px 0 65px;
  }
  .hm-connect .fb-page {
    display: block;
    margin-bottom: 25px;
  }
  #bd-testimonials {
    /*overflow: hidden;*/
    /*height: 728px;*/
  }
  #bd-testimonials .team-bkg {
    position: absolute;
    top: 0;
    right: 50%;
  }

  #bd-testimonials .content-wrap {
    /*float: right;*/
    /*width: 44.5%;*/
    /*padding: 95px 0 0;*/
  }
  #bd-testimonials:after {
    /*content: '';*/
    /*background: url(../images/watermark.png) top center no-repeat;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 50%;*/
    /*margin-left: 162px;*/
    /*width: 453px;*/
    /*height: 350px;*/
  }
  #bd-testimonials .title{
    color: #272929;
  }
  #bd-testimonials .cycle-slideshow p{
    color: #272929;
  }
  #bd-testimonials .cycle-slideshow .patient-name{
    color: #ffffff;
  }
  #bd-testimonials .title:before{
    background: #ffffff;
  }
  #bd-smile {
    padding: 148px 0 161px;
  }

  .fc-box {
    display: inline-block;
    margin: 0 10px;
  }


  #ft {
    padding: 70px 0 76px;
  }
  #ft .ft-map {
    margin-bottom: 30px;
  }
  #ft .ft-location {
    width: 22.5%;
    margin: 0 3.333333333333333% 0 0;
  }
  #ft .loc-04 {
    float: right;
    margin: 0;
  }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  /*END*/
}
/* custom animations */
/* mymove looted from Peter B. || credit due where credit is deserved [= */
@-webkit-keyframes peters_move {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-moz-keyframes peters_move {
  from {
    bottom: 300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@-o-keyframes peters_move {
  from {
    bottom: 300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes peters_move {
  from {
    bottom: 300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
/* pulse_custom from James S. */
@keyframes pulse_custom {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.3, 1.3, 1.3);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_custom {
  animation-name: pulse_custom;
}
/* pulse_rev from James S. */
@keyframes pulse_rev {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.88, 0.88, 0.88);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse_rev {
  animation-name: pulse_rev;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg) scale(1.2);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg) scale(1.4);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) scale(1.6);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale(1.8);
    animation-timing-function: ease-in;
  }
}

.footer-locations {
	& > div {
		display: flex;
		gap: 20px;
		flex-wrap: wrap;

		&::before {
			content: none;
		}

		& > .loc-wrap {
			margin-right: 0;
		}


		& > .ft-location {
			margin-right: 0 !important;
			padding: 20px 20px;

			@media screen and (max-width: 1024px) {
				text-align: center;
				margin-inline: auto;
				width: 100% !important;
				padding: 0 20px;
			}
		}
	}

	div.footer-loc {
		&:hover .marker-top {
			-webkit-backface-visibility: visible;
			backface-visibility: visible;
			animation-name: flip;
			animation-duration: 0.8s;
			animation-fill-mode: both;
			color: #ffffff;
		}
		&:hover .marker-top:after {
			color: #4a4647;
		}
	}
	.loc-marker {
		display: block;
		font-size: 30px;
		line-height: 1em;
		margin-bottom: 10px;

		.marker-top {
			color: #8cd0b7;
			position: relative;
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
			-webkit-transition-duration: 0.35s;
			-moz-transition-duration: 0.35s;
			-o-transition-duration: 0.35s;
			-ms-transition-duration: 0.35s;
			transition-duration: 0.35s;
			-webkit-transition-timing-function: ease-in-out;
			-moz-transition-timing-function: ease-in-out;
			-o-transition-timing-function: ease-in-out;
			-ms-transition-timing-function: ease-in-out;
			transition-timing-function: ease-in-out;
			-webkit-transform-origin: center bottom;
			-moz-transform-origin: center bottom;
			-ms-transform-origin: center bottom;
			-o-transform-origin: center bottom;
			transform-origin: center bottom;
			z-index: 0;
		}
		.marker-top:after {
			content: '\f041';
			color: #2982bf;
			position: absolute;
			top: 3px;
			left: 2px;
			z-index: -1;
		}
	}
}

section.appointment-request {
	& > .container {
		margin: 100px auto;
		h1 {
			text-align: center;
		}

		& > article {
			display: flex;
			flex-wrap: wrap;
			margin-top: 100px;
			gap: 40px;

			& > * {
				flex: 1 1 50%;
				max-width: calc(50% - 40px);

        @media screen and (max-width: 768px) {
          flex: 1 1 100%;
          max-width: 100%;
        }
			}
			& > div {
				iframe {
					width: 100%;
					min-height: 1200px;
				}
			}
		}
	}
}

#wprmenu_menu_ul {
	padding-bottom: 180px !important;
}

/*  Website Refresh - What Sets Us Apart */

@media screen and (max-width: 782px) {
.inner_wrapper .container {
    padding: 0px 30px;
}
}
@media screen and (min-width: 782px) and (max-width: 1100px) {
.inner_wrapper .container {
    padding: 0px 60px;
}
}
	
@media (max-width: 767px) {
    .team-box .staff-photo {
        margin: 0px !important;
    }
}
	
@media only screen and (min-width: 64em) {
    #ss-overlay .text-wrap {
        font-size: 50px !important;
        line-height: 50px !important;
    }
}

div.grecaptcha-badge {
visibility: visible  !important;
z-index: 9999 !important;
width: 256px;
height: 60px;
display: block;
transition: right 0.3s ease 0s;
position: fixed;
bottom: 14px;
right: -186px;
box-shadow: gray 0px 0px 5px;
border-radius: 2px;
overflow: hidden;
}

div.grecaptcha-badge:hover{right:0;}
.ft-design-credit a.back-to-top {

    margin-right: 2%;
}
.page-id-140 .inner_wrapper .left-content {
    width: 100%;
    /* padding-right: 5%; */
}
.page-id-140 .inner_wrapper .right-img {
    display: none;
}
