.container {
  width: auto !important;
}

i {
  vertical-align: middle;
}

nav ul li {
  width: auto;
}

.fa,
.fas,
.fab,
.far,
.fal {
  vertical-align: middle;
}

.caps {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.normalcase, .no-caps {
  text-transform: none !important;
}

.small-caps {
  font-variant: small-caps;
}

.rel {
  position: relative;
}

.w100 {
  font-weight: 100 !important;
}

.w200 {
  font-weight: 200 !important;
}

.w300 {
  font-weight: 300 !important;
}

.w400 {
  font-weight: 400 !important;
}

.w500 {
  font-weight: 500 !important;
}

.w600 {
  font-weight: 600 !important;
}

.w700 {
  font-weight: 700 !important;
}

.w900 {
  font-weight: 900 !important;
}

.w800 {
  font-weight: 800 !important;
}

.w900 {
  font-weight: 900 !important;
}

.em {
  font-style: italic !important;
}

.round, .rounded {
  -webkit-border-radius: 999em;
     -moz-border-radius: 999em;
          border-radius: 999em;
}

#hide-stock {
  display: none;
}

body[class^='meet-dr-'] #hide-stock,
body[class^='about-dr-'] #hide-stock,
body[class^='meet-the-doctor'] #hide-stock {
  display: block !important;
  text-align: center;
  margin: 1em auto;
}

form button {
  background: #8dc63f;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 37px;
  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;
          transition-duration: 0.5s;
}

form button:hover {
  background: #567b24;
}

/* Office Hours Table */
table.office-hours {
  background: rgba(0, 0, 0, 0.008);
  padding: 17px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
  font-size: .95em;
  line-height: 1.45em;
}

table.office-hours td {
  padding: 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 12px;
  font-size: .96em;
}

table.office-hours td.time {
  opacity: .8;
}

table.office-hours td.title {
  font-size: 1.07em;
}

@media only screen and (min-width: 48em) {
  table.office-hours {
    font-size: 1em;
  }
  table.office-hours td {
    padding: 9px 15px;
    padding-right: 30px;
  }
  table.office-hours td.title {
    padding: 11px 15px;
  }
}

/* SS nav active color */
.slideshow-nav .slideshow-active-page a {
  color: #8dc63f !important;
}

/* Office Tour - Update 2018-09-12 */
.office-tour-outer {
  text-align: center;
}

.office_tour.cycle-slideshow {
  width: 100%;
  position: relative;
  margin: 10px 0 20px;
}

.office_tour.cycle-slideshow img {
  padding: 0 5%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.office_tour.cycle-slideshow .slide-control {
  z-index: 900;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 20px 0;
  color: #8dc63f;
  font-size: 2.8em;
}

.office_tour.cycle-slideshow .slide-control i {
  -webkit-transition: 0.35s ease-out;
  -o-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}

.office_tour.cycle-slideshow .slide-control.cycle-prev {
  left: 0;
  text-align: left;
}

.office_tour.cycle-slideshow .slide-control.cycle-prev i {
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
      -ms-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
}

.office_tour.cycle-slideshow .slide-control.cycle-next {
  right: 0;
  text-align: right;
  direction: rtl;
}

.office_tour.cycle-slideshow .slide-control.cycle-next i {
  -webkit-transform-origin: right center;
     -moz-transform-origin: right center;
      -ms-transform-origin: right center;
       -o-transform-origin: right center;
          transform-origin: right center;
}

.office_tour.cycle-slideshow .slide-control:hover {
  cursor: pointer;
}

.office_tour.cycle-slideshow .slide-control:hover i {
  -webkit-transform: scale(1.4);
     -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
       -o-transform: scale(1.4);
          transform: scale(1.4);
  opacity: 0.68;
}

.office-tour-pager {
  text-align: center;
}

.office-tour-pager a {
  margin: 3px;
  display: inline-block;
  width: .8em;
  height: .8em;
  -webkit-border-radius: 999em;
     -moz-border-radius: 999em;
          border-radius: 999em;
  border: 1px solid #8dc63f;
}

.office-tour-pager a.cycle-pager-active {
  background: #8dc63f;
}

.office-tour-pager a:hover {
  background: #9dce5b;
  border: 1px solid #94ca4b;
}

.wow {
  visibility: hidden;
}

.subpage #hd .wow {
  -webkit-animation-name: none !important;
     -moz-animation-name: none !important;
       -o-animation-name: none !important;
          animation-name: none !important;
  visibility: visible !important;
}

.animated {
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes navSlideIn {
  from {
    left: 250px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@-moz-keyframes navSlideIn {
  from {
    left: 250px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@-o-keyframes navSlideIn {
  from {
    left: 250px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes navSlideIn {
  from {
    left: 250px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes navSlideInUp {
  from {
    bottom: -200px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@-moz-keyframes navSlideInUp {
  from {
    bottom: -200px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@-o-keyframes navSlideInUp {
  from {
    bottom: -200px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes navSlideInUp {
  from {
    bottom: -200px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes pulse {
  from {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  to {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes pulse {
  from {
    -o-transform: scale(1);
       transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  to {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
     -moz-animation-name: pulse;
       -o-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes scroller {
  from {
    left: 0;
  }
  to {
    left: -2000px;
  }
}

@-moz-keyframes scroller {
  from {
    left: 0;
  }
  to {
    left: -2000px;
  }
}

@-o-keyframes scroller {
  from {
    left: 0;
  }
  to {
    left: -2000px;
  }
}

@keyframes scroller {
  from {
    left: 0;
  }
  to {
    left: -2000px;
  }
}

.scroller {
  -webkit-animation-name: scroller;
     -moz-animation-name: scroller;
       -o-animation-name: scroller;
          animation-name: scroller;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -moz-transform: none;
         transform: none;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
     -moz-animation-name: fadeIn;
       -o-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -moz-transform: translate3d(20%, 0, 0);
         transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
         transform: none;
  }
}

@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
       -moz-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
     -moz-animation-name: fadeInRight;
       -o-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -moz-transform: translate3d(-20%, 0, 0);
         transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
         transform: none;
  }
}

@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
       -moz-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
     -moz-animation-name: fadeInLeft;
       -o-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 20%, 0);
         transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
         transform: none;
  }
}

@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
       -moz-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
       -o-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -20%, 0);
         transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
         transform: none;
  }
}

@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -o-transform: none;
       transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
       -moz-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
     -moz-animation-name: fadeInDown;
       -o-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes zoomIn {
  from {
    opacity: 0;
    -moz-transform: scale(0.8);
         transform: scale(0.8);
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes zoomIn {
  from {
    opacity: 0;
    -o-transform: scale(0.8);
       transform: scale(0.8);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
     -moz-animation-name: zoomIn;
       -o-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomIn2 {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes zoomIn2 {
  from {
    opacity: 0;
    -moz-transform: scale(0.9);
         transform: scale(0.9);
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes zoomIn2 {
  from {
    opacity: 0;
    -o-transform: scale(0.9);
       transform: scale(0.9);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn2 {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn2 {
  -webkit-animation-name: zoomIn2;
     -moz-animation-name: zoomIn2;
       -o-animation-name: zoomIn2;
          animation-name: zoomIn2;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes zoomOut {
  from {
    opacity: 0;
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes zoomOut {
  from {
    opacity: 0;
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    opacity: 1;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
     -moz-animation-name: zoomOut;
       -o-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes bounceRight {
  0%, 10% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  2%, 6% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  4%, 8% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@-moz-keyframes bounceRight {
  0%, 10% {
    -moz-transform: translateZ(0);
         transform: translateZ(0);
  }
  2%, 6% {
    -moz-transform: translate3d(-4px, 0, 0);
         transform: translate3d(-4px, 0, 0);
  }
  4%, 8% {
    -moz-transform: translate3d(4px, 0, 0);
         transform: translate3d(4px, 0, 0);
  }
}

@-o-keyframes bounceRight {
  0%, 10% {
    transform: translateZ(0);
  }
  2%, 6% {
    transform: translate3d(-4px, 0, 0);
  }
  4%, 8% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes bounceRight {
  0%, 10% {
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  2%, 6% {
    -webkit-transform: translate3d(-4px, 0, 0);
       -moz-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  4%, 8% {
    -webkit-transform: translate3d(4px, 0, 0);
       -moz-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

.bounceRight {
  -webkit-animation: 6.8s ease both infinite bounceRight;
     -moz-animation: 6.8s ease both infinite bounceRight;
       -o-animation: 6.8s ease both infinite bounceRight;
          animation: 6.8s ease both infinite bounceRight;
}

@keyframes navSlideIn {
  from {
    left: 250px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

#main-nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

#main-nav .hd-info {
  display: none;
}

#main-nav .nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1100;
  padding: 2px 9px;
  background: rgba(255, 255, 255, 0.8);
}

#main-nav .nav-toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(0, 114, 188, 0.06);
}

#main-nav .nav-toggle .label {
  display: none;
}

#main-nav .nav-toggle .nav-icon {
  padding: 8px 14px;
  position: relative;
  display: inline-block;
  z-index: 1200;
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
  top: 0px;
}

#main-nav .nav-toggle .nav-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -15px -10px;
  z-index: 100;
}

#main-nav .nav-toggle .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0072bc;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  opacity: 1;
  left: 0;
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#main-nav .nav-toggle .nav-icon span:nth-child(1) {
  top: 0px;
}

#main-nav .nav-toggle .nav-icon span:nth-child(2), #main-nav .nav-toggle .nav-icon span:nth-child(3) {
  top: 50%;
}

#main-nav .nav-toggle .nav-icon span:nth-child(4) {
  top: 100%;
}

#main-nav .nav-bg {
  background: rgba(0, 114, 188, 0.98);
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 900;
  opacity: 0;
  text-align: center;
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  -moz-transition: 1.0s;
  transition: 1.0s;
}

#main-nav .nav-inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

#main-nav.navAlign .nav-inner {
  top: 0;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

#main-nav.navAlign .nav-bg {
  overflow-x: hidden;
  overflow-y: auto;
}

#main-nav nav {
  padding: 20px 20px;
  max-width: 500px;
  margin: 0 auto;
}

#main-nav nav ul {
  margin: 0;
  padding: 0;
}

#main-nav nav ul li {
  list-style: none;
  margin: 0 0 1px;
  padding: 3px 0;
  position: relative;
}

#main-nav nav ul li a {
  color: #ffffff;
  font-size: 1.34em;
  line-height: 1.14em;
  padding: 8px;
  -webkit-transition: .44s;
  -o-transition: .44s;
  -moz-transition: .44s;
  transition: .44s;
  display: inline-block;
}

#main-nav nav ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

#main-nav nav ul li.open ul {
  display: block;
  height: auto;
  padding: 0px 0 10px;
}

#main-nav nav ul li.open ul:after {
  opacity: 1;
  margin: -2px 0;
}

#main-nav nav ul li.open ul li {
  opacity: 0;
  -webkit-animation: navSlideIn .55s 1 forwards;
     -moz-animation: navSlideIn .55s 1 forwards;
       -o-animation: navSlideIn .55s 1 forwards;
          animation: navSlideIn .55s 1 forwards;
}

#main-nav nav ul li.open ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.12s;
     -moz-animation-delay: 0.12s;
       -o-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

#main-nav nav ul li.open ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.24s;
     -moz-animation-delay: 0.24s;
       -o-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

#main-nav nav ul li.open ul li:nth-of-type(3) {
  -webkit-animation-delay: 0.36s;
     -moz-animation-delay: 0.36s;
       -o-animation-delay: 0.36s;
          animation-delay: 0.36s;
}

#main-nav nav ul li.open ul li:nth-of-type(4) {
  -webkit-animation-delay: 0.48s;
     -moz-animation-delay: 0.48s;
       -o-animation-delay: 0.48s;
          animation-delay: 0.48s;
}

#main-nav nav ul li.open ul li:nth-of-type(5) {
  -webkit-animation-delay: 0.6s;
     -moz-animation-delay: 0.6s;
       -o-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#main-nav nav ul li.open ul li:nth-of-type(6) {
  -webkit-animation-delay: 0.72s;
     -moz-animation-delay: 0.72s;
       -o-animation-delay: 0.72s;
          animation-delay: 0.72s;
}

#main-nav nav ul li.open ul li:nth-of-type(7) {
  -webkit-animation-delay: 0.84s;
     -moz-animation-delay: 0.84s;
       -o-animation-delay: 0.84s;
          animation-delay: 0.84s;
}

#main-nav nav ul li.open ul li:nth-of-type(8) {
  -webkit-animation-delay: 0.96s;
     -moz-animation-delay: 0.96s;
       -o-animation-delay: 0.96s;
          animation-delay: 0.96s;
}

#main-nav nav ul li.open ul li:nth-of-type(9) {
  -webkit-animation-delay: 1.08s;
     -moz-animation-delay: 1.08s;
       -o-animation-delay: 1.08s;
          animation-delay: 1.08s;
}

#main-nav nav ul li.open ul li:nth-of-type(10) {
  -webkit-animation-delay: 1.2s;
     -moz-animation-delay: 1.2s;
       -o-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#main-nav nav ul ul {
  overflow: hidden;
  min-width: 230px;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
  margin: 0 20px;
}

#main-nav nav ul ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.05);
  opacity: 0;
  -webkit-transition: .6s;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
  z-index: -1;
  margin: 5% 10%;
}

#main-nav nav ul ul li {
  -webkit-transition: .6s;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
}

#main-nav nav ul ul li a {
  font-size: .98em;
}

@media only screen and (max-width: 63.999em) {
  #main-nav.open {
    z-index: 9000;
  }
  #main-nav.open .nav-bg {
    left: 0;
    opacity: 1;
  }
  #main-nav.open nav ul li {
    opacity: 0;
    -webkit-animation: navSlideIn .55s 1 forwards;
       -moz-animation: navSlideIn .55s 1 forwards;
         -o-animation: navSlideIn .55s 1 forwards;
            animation: navSlideIn .55s 1 forwards;
  }
  #main-nav.open nav ul li:nth-of-type(1) {
    -webkit-animation-delay: 0.26s;
       -moz-animation-delay: 0.26s;
         -o-animation-delay: 0.26s;
            animation-delay: 0.26s;
  }
  #main-nav.open nav ul li:nth-of-type(2) {
    -webkit-animation-delay: 0.42s;
       -moz-animation-delay: 0.42s;
         -o-animation-delay: 0.42s;
            animation-delay: 0.42s;
  }
  #main-nav.open nav ul li:nth-of-type(3) {
    -webkit-animation-delay: 0.58s;
       -moz-animation-delay: 0.58s;
         -o-animation-delay: 0.58s;
            animation-delay: 0.58s;
  }
  #main-nav.open nav ul li:nth-of-type(4) {
    -webkit-animation-delay: 0.74s;
       -moz-animation-delay: 0.74s;
         -o-animation-delay: 0.74s;
            animation-delay: 0.74s;
  }
  #main-nav.open nav ul li:nth-of-type(5) {
    -webkit-animation-delay: 0.9s;
       -moz-animation-delay: 0.9s;
         -o-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  #main-nav.open nav ul li:nth-of-type(6) {
    -webkit-animation-delay: 1.06s;
       -moz-animation-delay: 1.06s;
         -o-animation-delay: 1.06s;
            animation-delay: 1.06s;
  }
  #main-nav.open nav ul li:nth-of-type(7) {
    -webkit-animation-delay: 1.22s;
       -moz-animation-delay: 1.22s;
         -o-animation-delay: 1.22s;
            animation-delay: 1.22s;
  }
  #main-nav.open nav ul li:nth-of-type(8) {
    -webkit-animation-delay: 1.38s;
       -moz-animation-delay: 1.38s;
         -o-animation-delay: 1.38s;
            animation-delay: 1.38s;
  }
  #main-nav.open nav ul li:nth-of-type(9) {
    -webkit-animation-delay: 1.54s;
       -moz-animation-delay: 1.54s;
         -o-animation-delay: 1.54s;
            animation-delay: 1.54s;
  }
  #main-nav.open nav ul li:nth-of-type(10) {
    -webkit-animation-delay: 1.7s;
       -moz-animation-delay: 1.7s;
         -o-animation-delay: 1.7s;
            animation-delay: 1.7s;
  }
  #main-nav.open nav ul ul li {
    -webkit-animation: none;
       -moz-animation: none;
         -o-animation: none;
            animation: none;
  }
  #main-nav.open .nav-toggle {
    background: none;
  }
  #main-nav.open .nav-toggle:after {
    background: none;
  }
  #main-nav.open .nav-icon {
    -webkit-transform: scale(1.34);
       -moz-transform: scale(1.34);
        -ms-transform: scale(1.34);
         -o-transform: scale(1.34);
            transform: scale(1.34);
    -webkit-transform-origin: center 50%;
       -moz-transform-origin: center 50%;
        -ms-transform-origin: center 50%;
         -o-transform-origin: center 50%;
            transform-origin: center 50%;
    margin: 12px 3px 1px;
  }
  #main-nav.open .nav-icon span {
    background: #fff;
  }
  #main-nav.open .nav-icon span:nth-child(1) {
    top: 50%;
    width: 0%;
    left: 50%;
  }
  #main-nav.open .nav-icon span:nth-child(2) {
    -webkit-transform: rotate(44deg);
       -moz-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
         -o-transform: rotate(44deg);
            transform: rotate(44deg);
  }
  #main-nav.open .nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-44deg);
       -moz-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
         -o-transform: rotate(-44deg);
            transform: rotate(-44deg);
  }
  #main-nav.open .nav-icon span:nth-child(4) {
    top: 50%;
    width: 0%;
    left: 50%;
  }
}

@media only screen and (min-width: 64em) {
  #main-nav {
    position: absolute;
  }
  #main-nav .nav-toggle {
    display: none;
  }
  #main-nav .nav-bg {
    left: 0;
    right: 0;
    bottom: auto;
    opacity: 1;
    background: none;
    position: absolute;
  }
  #main-nav .nav-inner {
    top: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  #main-nav nav {
    position: absolute;
    top: 67px;
    right: 0;
    padding: 0;
    max-width: 100%;
  }
  #main-nav nav ul li {
    display: inline-block;
    position: inherit;
    margin: 0 0 0 4px;
    padding-bottom: 28px;
  }
  #main-nav nav ul li a {
    color: #333333;
    font-size: 15px;
    line-height: 1em;
    padding: 14px 10px;
    position: relative;
  }
  #main-nav nav ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #8dc63f;
    z-index: -1;
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
  }
  #main-nav nav ul li:hover a,
  #main-nav nav ul li.active a {
    color: #ffffff;
  }
  #main-nav nav ul li:hover a:after,
  #main-nav nav ul li.active a:after {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  #main-nav nav ul li:last-of-type ul {
    text-align: right;
    right: 0;
  }
  #main-nav nav ul li ul {
    position: absolute;
    top: 100%;
    height: auto;
    display: none;
    z-index: 100;
    background: rgba(141, 198, 63, 0.89);
    padding: 21px 0;
    margin: 0;
    text-align: left;
    width: auto;
    min-width: 212px;
  }
  #main-nav nav ul li ul li {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 2px 0;
  }
  #main-nav nav ul li ul li a {
    width: 100%;
    padding: 5px 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    font-size: 13px;
    color: #ffffff !important;
  }
  #main-nav nav ul li ul li a:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    bottom: 1px;
    height: auto;
    right: 0;
    background: #ffffff !important;
    z-index: -1;
    opacity: 0 !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  #main-nav nav ul li ul li a:hover {
    color: #0072bc !important;
  }
  #main-nav nav ul li ul li a:hover:after {
    opacity: 1 !important;
  }
  #main-nav nav ul li:hover ul {
    display: block;
  }
}

@media only screen and (min-width: 70em) {
  #main-nav nav ul li {
    margin: 0 0 0 12px;
  }
  #main-nav nav ul li a {
    padding: 14px 12px;
  }
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font: normal normal 18px/34px 'Nunito Sans', Helvetica, Arial, sans-serif;
  background: #ffffff;
  color: #333333;
  overflow-x: hidden;
  -webkit-transition-duration: 0.32s;
     -moz-transition-duration: 0.32s;
       -o-transition-duration: 0.32s;
          transition-duration: 0.32s;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Links */
a {
  color: #8dc63f;
  -webkit-transition-duration: 0.31s;
     -moz-transition-duration: 0.31s;
       -o-transition-duration: 0.31s;
          transition-duration: 0.31s;
  text-decoration: none;
}

a:hover {
  color: #b0d87a;
}

hr {
  color: #d4d4d4;
  background-color: #d4d4d4;
  border: none;
  height: 1px;
  clear: both;
  margin: 36px 0;
}

/* Sections */
.section-container {
  padding: 58px 0;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  margin: 0 4.5%;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

/* Header */
#hd {
  z-index: 900;
  text-align: center;
  background: white;
  padding: 38px 5% 10px;
  /* Header Callouts */
}

#hd .container {
  margin: 0 auto;
}

#hd .logo {
  display: inline-block;
  padding: 10px 0;
  position: relative;
  z-index: 100;
}

#hd #main-nav.open .hd-info {
  opacity: 0;
  -webkit-animation: navSlideInUp 1.25s 1 forwards;
     -moz-animation: navSlideInUp 1.25s 1 forwards;
       -o-animation: navSlideInUp 1.25s 1 forwards;
          animation: navSlideInUp 1.25s 1 forwards;
  -webkit-animation-delay: .62s;
     -moz-animation-delay: .62s;
       -o-animation-delay: .62s;
          animation-delay: .62s;
}

#hd #main-nav.open .social-icons a {
  opacity: 0;
  -webkit-animation: navSlideInUp 1.25s 1 forwards;
     -moz-animation: navSlideInUp 1.25s 1 forwards;
       -o-animation: navSlideInUp 1.25s 1 forwards;
          animation: navSlideInUp 1.25s 1 forwards;
}

#hd #main-nav.open .social-icons a:nth-of-type(1) {
  -webkit-animation-delay: 0.42s;
     -moz-animation-delay: 0.42s;
       -o-animation-delay: 0.42s;
          animation-delay: 0.42s;
}

#hd #main-nav.open .social-icons a:nth-of-type(2) {
  -webkit-animation-delay: 0.64s;
     -moz-animation-delay: 0.64s;
       -o-animation-delay: 0.64s;
          animation-delay: 0.64s;
}

#hd #main-nav.open .social-icons a:nth-of-type(3) {
  -webkit-animation-delay: 0.86s;
     -moz-animation-delay: 0.86s;
       -o-animation-delay: 0.86s;
          animation-delay: 0.86s;
}

#hd #main-nav.open .social-icons a:nth-of-type(4) {
  -webkit-animation-delay: 1.08s;
     -moz-animation-delay: 1.08s;
       -o-animation-delay: 1.08s;
          animation-delay: 1.08s;
}

#hd #main-nav.open .social-icons a:nth-of-type(5) {
  -webkit-animation-delay: 1.3s;
     -moz-animation-delay: 1.3s;
       -o-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

#hd #main-nav.open .social-icons a:nth-of-type(6) {
  -webkit-animation-delay: 1.52s;
     -moz-animation-delay: 1.52s;
       -o-animation-delay: 1.52s;
          animation-delay: 1.52s;
}

#hd #main-nav.open .social-icons a:nth-of-type(7) {
  -webkit-animation-delay: 1.74s;
     -moz-animation-delay: 1.74s;
       -o-animation-delay: 1.74s;
          animation-delay: 1.74s;
}

#hd .hd-info {
  margin: 1% 5% 2%;
  color: #ffffff;
  display: inline-block;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 4% 0 0;
  position: relative;
  font-size: 12px;
  line-height: 15px;
}

#hd .hd-info a {
  color: #ffffff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}

#hd .hd-info a:hover {
  color: rgba(255, 255, 255, 0.73);
}

#hd .main {
  display: inline-block;
  margin: 8px;
}

#hd .main i {
  position: relative;
  top: -1px;
}

#hd .phone-outer {
  display: inline-block;
  margin: 5px;
}

#hd .phone-outer .phone,
#hd .phone-outer .phone a {
  display: inline-block;
}

#hd .phone-outer i {
  position: relative;
  top: -1px;
}

#hd .callouts {
  display: inline-block;
}

#hd .callouts ul, #hd .callouts li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

#hd .callouts a {
  font-size: 12px;
  padding: 5px;
  margin: 5px;
  display: inline-block;
  position: relative;
}

#hd .callouts a i {
  position: relative;
  top: -1px;
}

#hd .callouts .patient-login a:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "\f2bd";
  display: inline-block;
  position: relative;
  top: 0px;
  padding-right: 3px;
}

#hd .social-icons {
  display: inline-block;
  margin: 5px 10px;
  vertical-align: 20%;
}

#hd .social-icons a {
  color: #ffffff;
  font-size: 11px;
  padding: 3px;
  z-index: 10;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.0s;
     -moz-animation-duration: 1.0s;
       -o-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}

#hd .social-icons a:nth-of-type(1n) {
  -webkit-animation-delay: 0.2s;
     -moz-animation-delay: 0.2s;
       -o-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#hd .social-icons a:nth-of-type(2n) {
  -webkit-animation-delay: 0.4s;
     -moz-animation-delay: 0.4s;
       -o-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#hd .social-icons a:nth-of-type(3n) {
  -webkit-animation-delay: 0.6s;
     -moz-animation-delay: 0.6s;
       -o-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#hd .social-icons a:nth-of-type(4n) {
  -webkit-animation-delay: 0.8s;
     -moz-animation-delay: 0.8s;
       -o-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#hd .social-icons a:nth-of-type(5n) {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}

#hd .social-icons a:nth-of-type(6n) {
  -webkit-animation-delay: 1.2s;
     -moz-animation-delay: 1.2s;
       -o-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#hd .social-icons a:nth-of-type(7n) {
  -webkit-animation-delay: 1.4s;
     -moz-animation-delay: 1.4s;
       -o-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

#hd .social-icons a:hover {
  -webkit-transform: scale(1.5);
     -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
       -o-transform: scale(1.5);
          transform: scale(1.5);
  z-index: 20;
}

/* Home Slideshow */
#hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#hero .slide {
  width: 100%;
}

#hero .photo {
  margin: 0 -25%;
  z-index: 10;
  position: relative;
  -webkit-transition: margin .9s ease;
  -o-transition: margin .9s ease;
  -moz-transition: margin .9s ease;
  transition: margin .9s ease;
}

#hero .photo img {
  width: 100%;
  max-width: 500%;
  display: block;
}

#hero video {
  margin: 0 -7%;
  z-index: 10;
  width: 114%;
  display: block;
  -webkit-transition: margin .9s ease;
  -o-transition: margin .9s ease;
  -moz-transition: margin .9s ease;
  transition: margin .9s ease;
}

#hero .caption {
  text-align: center;
  color: #ffffff;
  padding: 32px 15px;
  z-index: 100;
  background: #ffffff;
}

#hero .caption h3 {
  font-size: 38px;
  line-height: 32px;
  margin: 0 auto;
  max-width: 350px;
  background: #0072bc;
  background: -webkit-linear-gradient(-45deg, #8dc63f, #0072bc);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Callout Section 1 */
#callouts1 {
  z-index: 30;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#8dc63f), to(#0072bc));
  background: -webkit-linear-gradient(#8dc63f, #0072bc);
  background: -moz-linear-gradient(#8dc63f, #0072bc);
  background: -o-linear-gradient(#8dc63f, #0072bc);
  background: linear-gradient(#8dc63f, #0072bc);
  padding: 1px;
}

#callouts1 .container {
  padding: 0;
  margin: 0;
}

#callouts1 .callout {
  padding: 1px;
  -webkit-animation-duration: 1.5s;
     -moz-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

#callouts1 .callout:nth-of-type(1n) {
  -webkit-animation-delay: 0.25s;
     -moz-animation-delay: 0.25s;
       -o-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

#callouts1 .callout:nth-of-type(2n) {
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#callouts1 .callout:nth-of-type(3n) {
  -webkit-animation-delay: 0.75s;
     -moz-animation-delay: 0.75s;
       -o-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

#callouts1 .callout:nth-of-type(4n) {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}

#callouts1 .callout:nth-of-type(5n) {
  -webkit-animation-delay: 1.25s;
     -moz-animation-delay: 1.25s;
       -o-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

#callouts1 .callout:nth-of-type(6n) {
  -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#callouts1 .callout:nth-of-type(7n) {
  -webkit-animation-delay: 1.75s;
     -moz-animation-delay: 1.75s;
       -o-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

#callouts1 .callout a {
  font-size: 26px;
  line-height: 1em;
  color: #ffffff;
  position: relative;
  -webkit-transition: .55s;
  -o-transition: .55s;
  -moz-transition: .55s;
  transition: .55s;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 25px 15px;
}

#callouts1 .callout a .bg {
  margin: -35px 0 -20px;
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}

#callouts1 .callout a .btn,
#callouts1 .callout a .learn-more,
#callouts1 .callout a .hover {
  display: none;
}

#callouts1 .callout a:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Section 1 */
#section1 {
  z-index: 10;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#8dc63f), to(#0072bc));
  background: -webkit-linear-gradient(right, #8dc63f, #0072bc);
  background: -moz-linear-gradient(right, #8dc63f, #0072bc);
  background: -o-linear-gradient(right, #8dc63f, #0072bc);
  background: linear-gradient(-90deg, #8dc63f, #0072bc);
  color: #ffffff;
}

#section1 .photo {
  max-width: 390px;
  margin: 0 auto 35px;
  display: block;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

#section1 .photo:hover {
  opacity: .88;
  -webkit-filter: saturate(1.2);
          filter: saturate(1.2);
}

#section1 h2 {
  font-size: 46px;
  line-height: .88em;
  margin: 0 0 20px;
}

#section1 p {
  font-size: 21px;
  line-height: 23px;
}

#section1 .social-icons {
  display: inline-block;
  margin: 5px 0 30px;
  vertical-align: top;
}

#section1 .social-icons a {
  color: #8dc63f;
  background: #fff;
  width: 46px;
  height: 46px;
  font-size: 25px;
  line-height: 42px;
  -webkit-border-radius: 999em;
     -moz-border-radius: 999em;
          border-radius: 999em;
  z-index: 10;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.0s;
     -moz-animation-duration: 1.0s;
       -o-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}

#section1 .social-icons a:nth-of-type(1n) {
  -webkit-animation-delay: 0.2s;
     -moz-animation-delay: 0.2s;
       -o-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#section1 .social-icons a:nth-of-type(2n) {
  -webkit-animation-delay: 0.4s;
     -moz-animation-delay: 0.4s;
       -o-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#section1 .social-icons a:nth-of-type(3n) {
  -webkit-animation-delay: 0.6s;
     -moz-animation-delay: 0.6s;
       -o-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#section1 .social-icons a:nth-of-type(4n) {
  -webkit-animation-delay: 0.8s;
     -moz-animation-delay: 0.8s;
       -o-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#section1 .social-icons a:nth-of-type(5n) {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}

#section1 .social-icons a:nth-of-type(6n) {
  -webkit-animation-delay: 1.2s;
     -moz-animation-delay: 1.2s;
       -o-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#section1 .social-icons a:nth-of-type(7n) {
  -webkit-animation-delay: 1.4s;
     -moz-animation-delay: 1.4s;
       -o-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

#section1 .social-icons a:hover {
  -webkit-transform: scale(1.3);
     -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
  color: #0072bc;
  z-index: 20;
}

#section1 .photos {
  margin: 30px auto 0;
  display: block;
  max-width: 400px;
}

#section1 .photos img {
  width: 25%;
  display: inline-block;
  float: left;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-animation-duration: 1.4s;
     -moz-animation-duration: 1.4s;
       -o-animation-duration: 1.4s;
          animation-duration: 1.4s;
}

#section1 .photos img:nth-of-type(1n) {
  -webkit-animation-delay: 0.1s;
     -moz-animation-delay: 0.1s;
       -o-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

#section1 .photos img:nth-of-type(2n) {
  -webkit-animation-delay: 0.2s;
     -moz-animation-delay: 0.2s;
       -o-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#section1 .photos img:nth-of-type(3n) {
  -webkit-animation-delay: 0.3s;
     -moz-animation-delay: 0.3s;
       -o-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#section1 .photos img:nth-of-type(4n) {
  -webkit-animation-delay: 0.4s;
     -moz-animation-delay: 0.4s;
       -o-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#section1 .photos img:nth-of-type(5n) {
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#section1 .photos img:nth-of-type(6n) {
  -webkit-animation-delay: 0.6s;
     -moz-animation-delay: 0.6s;
       -o-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#section1 .photos img:nth-of-type(7n) {
  -webkit-animation-delay: 0.7s;
     -moz-animation-delay: 0.7s;
       -o-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

#section1 .photos img:nth-of-type(8n) {
  -webkit-animation-delay: 0.8s;
     -moz-animation-delay: 0.8s;
       -o-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#section1 .photos img:nth-of-type(9n) {
  -webkit-animation-delay: 0.9s;
     -moz-animation-delay: 0.9s;
       -o-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

#section1 .photos img:nth-of-type(10n) {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}

#section1 .photos img:nth-of-type(11n) {
  -webkit-animation-delay: 1.1s;
     -moz-animation-delay: 1.1s;
       -o-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

#section1 .photos img:nth-of-type(12n) {
  -webkit-animation-delay: 1.2s;
     -moz-animation-delay: 1.2s;
       -o-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#section1 .photos img:nth-of-type(13n) {
  -webkit-animation-delay: 1.3s;
     -moz-animation-delay: 1.3s;
       -o-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

#section1 .photos img:nth-of-type(14n) {
  -webkit-animation-delay: 1.4s;
     -moz-animation-delay: 1.4s;
       -o-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

#section1 .photos img:nth-of-type(15n) {
  -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#section1 .photos img:nth-of-type(16n) {
  -webkit-animation-delay: 1.6s;
     -moz-animation-delay: 1.6s;
       -o-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

#section1 .photos img:nth-of-type(17n) {
  -webkit-animation-delay: 1.7s;
     -moz-animation-delay: 1.7s;
       -o-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

#section1 .photos img:hover {
  -webkit-filter: saturate(1.2);
          filter: saturate(1.2);
  opacity: .8;
}

.btns {
  margin-top: 30px;
}

.btns a {
  background: #8dc63f;
  display: inline-block;
  position: relative;
  z-index: 10;
  font-size: 17px;
  line-height: 1em;
  color: #ffffff;
  padding: 15px 18px;
  -webkit-transition: .55s;
  -o-transition: .55s;
  -moz-transition: .55s;
  transition: .55s;
  -webkit-animation-duration: 1.5s;
     -moz-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.btns a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  opacity: 0;
  -webkit-transform: scale(0, 0);
     -moz-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
       -o-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: .55s;
  -o-transition: .55s;
  -moz-transition: .55s;
  transition: .55s;
}

.btns a:nth-of-type(1n) {
  -webkit-animation-delay: 0.35s;
     -moz-animation-delay: 0.35s;
       -o-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.btns a:nth-of-type(2n) {
  -webkit-animation-delay: 0.7s;
     -moz-animation-delay: 0.7s;
       -o-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.btns a:nth-of-type(3n) {
  -webkit-animation-delay: 1.05s;
     -moz-animation-delay: 1.05s;
       -o-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.btns a:nth-of-type(4n) {
  -webkit-animation-delay: 1.4s;
     -moz-animation-delay: 1.4s;
       -o-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.btns a:hover {
  color: #8dc63f;
  background: #ffffff;
  z-index: 20;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.btns a:hover:after {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

/* Subnav Section */
#subnav {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#8dc63f), to(#0072bc));
  background: -webkit-linear-gradient(left, #8dc63f, #0072bc);
  background: -moz-linear-gradient(left, #8dc63f, #0072bc);
  background: -o-linear-gradient(left, #8dc63f, #0072bc);
  background: linear-gradient(90deg, #8dc63f, #0072bc);
  padding: 30px 0;
}

#subnav p,
#subnav a {
  color: #ffffff;
}

#subnav p {
  font-size: 13px;
  line-height: 12px;
  margin: 0;
}

#subnav p a {
  text-decoration: none;
  display: inline-block;
  margin: 3px 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

#subnav p a.active, #subnav p a:hover {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

/* h1 Formatting */
h1 {
  font-size: 40px;
  line-height: .85em;
  font-weight: 900;
  color: #8dc63f;
  text-transform: uppercase;
  margin: 0 0 28px;
  position: relative;
  display: block;
  background: #8dc63f;
  background: -webkit-linear-gradient(-90deg, #8dc63f, #0072bc);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.home h1 {
  background: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  text-fill-color: initial;
  -webkit-text-fill-color: initial;
  text-align: center;
  font-size: 63px;
  line-height: .83em;
}

.home h1 span {
  display: block;
  font-size: 33px;
  line-height: 1em;
  margin: 0;
  color: #0072bc;
}

/* Main Content Section */
#main-content {
  z-index: 9;
  background: #ffffff;
  /* staff & team photos */
  /* Page Photos */
  /* main content text */
}

#main-content h2 {
  font-size: 25px;
  font-weight: 700;
  color: #8dc63f;
  text-transform: uppercase;
}

#main-content h3 {
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0072bc;
}

#main-content h4 {
  font-size: 22px;
  font-weight: 400;
  color: #7b7878;
  text-transform: uppercase;
}

#main-content h5,
#main-content h6 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

#main-content .staff-photo {
  margin: 0 auto 20px;
  display: block;
}

#main-content #sidebar img {
  max-width: 100%;
  width: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#main-content .content-text {
  text-align: left;
  min-height: 270px;
}

.home #main-content .content-text {
  min-height: 170px;
}

#main-content .content-text a {
  text-decoration: underline;
}

#main-content .content-text h2, #main-content .content-text h3, #main-content .content-text h4, #main-content .content-text h5, #main-content .content-text h6,
#main-content header h2,
#main-content header h3,
#main-content header h4,
#main-content header h5,
#main-content header h6 {
  margin: .2em 0 .7em;
  text-align: left;
}

.office-tour #main-content .content-text h2,
.before-and-after #main-content .content-text h2, .office-tour #main-content .content-text h3,
.before-and-after #main-content .content-text h3, .office-tour #main-content .content-text h4,
.before-and-after #main-content .content-text h4, .office-tour #main-content .content-text h5,
.before-and-after #main-content .content-text h5, .office-tour #main-content .content-text h6,
.before-and-after #main-content .content-text h6, .office-tour
#main-content header h2,
.before-and-after
#main-content header h2, .office-tour
#main-content header h3,
.before-and-after
#main-content header h3, .office-tour
#main-content header h4,
.before-and-after
#main-content header h4, .office-tour
#main-content header h5,
.before-and-after
#main-content header h5, .office-tour
#main-content header h6,
.before-and-after
#main-content header h6 {
  text-align: center;
}

#main-content .content-text p,
#main-content header p {
  margin: 0 0 1.58em;
}

#main-content .content-text ul li,
#main-content header ul li {
  margin: 0 0 8px;
}

.sitemap #main-content ul {
  margin: 0 0 20px;
  font-size: 1.25em;
  text-transform: uppercase;
}

.sitemap #main-content ul a {
  color: #8dc63f;
  text-decoration: none;
}

.sitemap #main-content ul a:hover {
  opacity: .76;
}

.sitemap #main-content ul li {
  margin: 3px 0 25px;
  list-style: none;
}

.sitemap #main-content ul li ul {
  font-size: .85em;
  margin: 0 0 20px 0;
  text-transform: none;
}

.sitemap #main-content ul li ul li {
  margin: 3px 0 3px;
}

.sitemap #main-content ul li ul a {
  color: #333333;
}

.sitemap #main-content .subnav,
.blog #main-content .subnav {
  display: none;
}

#callouts2 {
  z-index: 30;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#0072bc), to(#8dc63f));
  background: -webkit-linear-gradient(#0072bc, #8dc63f);
  background: -moz-linear-gradient(#0072bc, #8dc63f);
  background: -o-linear-gradient(#0072bc, #8dc63f);
  background: linear-gradient(#0072bc, #8dc63f);
  padding: 1px;
}

#callouts2 .container {
  padding: 0;
  margin: 0;
}

#callouts2 .callout {
  padding: 1px;
  -webkit-animation-duration: 1.5s;
     -moz-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

#callouts2 .callout:nth-of-type(1n) {
  -webkit-animation-delay: 0.25s;
     -moz-animation-delay: 0.25s;
       -o-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

#callouts2 .callout:nth-of-type(2n) {
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

#callouts2 .callout:nth-of-type(3n) {
  -webkit-animation-delay: 0.75s;
     -moz-animation-delay: 0.75s;
       -o-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

#callouts2 .callout:nth-of-type(4n) {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}

#callouts2 .callout:nth-of-type(5n) {
  -webkit-animation-delay: 1.25s;
     -moz-animation-delay: 1.25s;
       -o-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

#callouts2 .callout:nth-of-type(6n) {
  -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#callouts2 .callout:nth-of-type(7n) {
  -webkit-animation-delay: 1.75s;
     -moz-animation-delay: 1.75s;
       -o-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

#callouts2 .callout a {
  color: #ffffff;
  position: relative;
  -webkit-transition: .55s;
  -o-transition: .55s;
  -moz-transition: .55s;
  transition: .55s;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 31px 15px;
}

#callouts2 .callout a h3 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 1em;
}

#callouts2 .callout a p,
#callouts2 .callout a .title,
#callouts2 .callout a .bg,
#callouts2 .callout a .btn,
#callouts2 .callout a .learn-more,
#callouts2 .callout a .hover {
  display: none;
}

#callouts2 .callout a:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* Footer */
#ft {
  background: #0072bc;
  text-align: center;
  z-index: 10;
  padding-bottom: 20px;
}

#ft .map,
#ft .markers {
  display: none;
}

#ft .logo {
  display: inline-block;
  margin: 0 0;
  margin-bottom: 32px;
  padding-bottom: 30px;
  border-bottom: 2px solid #fff;
}

#ft .main {
  color: #ffffff;
  font-size: 15px;
  line-height: 17.5px;
  display: block;
  margin: 20px 0;
}

#ft .main:hover {
  color: rgba(255, 255, 255, 0.79);
}

#ft .phone-outer {
  font-size: 24px;
  line-height: 1em;
  display: block;
  margin: 0 0px 30px;
}

#ft .phone-outer .phone,
#ft .phone-outer .phone a {
  color: #ffffff;
  display: inline-block;
}

#ft .sesame {
  font-size: 12px;
  line-height: 2.5em;
  color: #2b2c2c;
  background: rgba(255, 255, 255, 0.85);
  padding: 17px;
  margin: 40px 0 0;
}

#ft .sesame .div {
  padding: 0 2px;
  display: none;
}

#ft .sesame a {
  color: #2b2c2c;
  display: block;
}

#ft .sesame a img {
  margin: -2px 6px 0 0;
}

#ft .sesame a:hover {
  color: rgba(51, 51, 51, 0.75);
}

#ft .sesame .back-to-top {
  display: inline-block;
  position: relative;
  line-height: 1em;
  text-align: center;
  color: #0072bc;
  -webkit-transition: .45s;
  -o-transition: .45s;
  -moz-transition: .45s;
  transition: .45s;
}

#ft .sesame .back-to-top:hover {
  color: rgba(0, 114, 188, 0.79);
}

/* ===========================================================
Tablet / Desktop Stylings
========================================================== */
@media only screen and (min-width: 48em) {
  body.oraverse #sidebar,
  body.somnodent-sleep-apnea-appliance #sidebar,
  body.tap-appliance #sidebar,
  body.juvederm-xc #sidebar,
  body.clarity-sl #sidebar,
  body.palatal-expander #sidebar,
  body.retainer-instructions #sidebar,
  body.acceledent-aura #sidebar,
  body.common-procedures #sidebar,
  body.solea-dental-laser #sidebar,
  body.home #sidebar,
  body.sitemap #sidebar,
  body.meet-the-staff #sidebar,
  body.meet-our-staff #sidebar,
  body.our-staff #sidebar,
  body.our-team #sidebar,
  body.the-staff #sidebar,
  body.the-team #sidebar,
  body.meet-the-team #sidebar,
  body.meet-our-team #sidebar,
  body.types-of-braces #sidebar,
  body.types-of-appliances #sidebar,
  body.digital-x-rays #sidebar,
  body.color-my-braces #sidebar,
  body.common-orthodontic-issues #sidebar,
  body.common-procedures #sidebar,
  body.office-tour #sidebar,
  body.clearcorrect #sidebar,
  body.before-and-after #sidebar,
  body.how-suresmile-works #sidebar,
  body.invisalign #sidebar,
  body.i-cat #sidebar,
  body.itero-element #sidebar,
  body.the-suresmile-process #sidebar,
  body.in-ovation #sidebar,
  body[class^='suresmile-'] #sidebar,
  body[class^='damon-'] #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.layout-full-width #sidebar {
    display: none !important;
  }
  body.oraverse #main-content .content-text,
  body.oraverse #main-content header,
  body.somnodent-sleep-apnea-appliance #main-content .content-text,
  body.somnodent-sleep-apnea-appliance #main-content header,
  body.tap-appliance #main-content .content-text,
  body.tap-appliance #main-content header,
  body.juvederm-xc #main-content .content-text,
  body.juvederm-xc #main-content header,
  body.clarity-sl #main-content .content-text,
  body.clarity-sl #main-content header,
  body.palatal-expander #main-content .content-text,
  body.palatal-expander #main-content header,
  body.retainer-instructions #main-content .content-text,
  body.retainer-instructions #main-content header,
  body.acceledent-aura #main-content .content-text,
  body.acceledent-aura #main-content header,
  body.common-procedures #main-content .content-text,
  body.common-procedures #main-content header,
  body.solea-dental-laser #main-content .content-text,
  body.solea-dental-laser #main-content header,
  body.home #main-content .content-text,
  body.home #main-content header,
  body.sitemap #main-content .content-text,
  body.sitemap #main-content header,
  body.meet-the-staff #main-content .content-text,
  body.meet-the-staff #main-content header,
  body.meet-our-staff #main-content .content-text,
  body.meet-our-staff #main-content header,
  body.our-staff #main-content .content-text,
  body.our-staff #main-content header,
  body.our-team #main-content .content-text,
  body.our-team #main-content header,
  body.the-staff #main-content .content-text,
  body.the-staff #main-content header,
  body.the-team #main-content .content-text,
  body.the-team #main-content header,
  body.meet-the-team #main-content .content-text,
  body.meet-the-team #main-content header,
  body.meet-our-team #main-content .content-text,
  body.meet-our-team #main-content header,
  body.types-of-braces #main-content .content-text,
  body.types-of-braces #main-content header,
  body.types-of-appliances #main-content .content-text,
  body.types-of-appliances #main-content header,
  body.digital-x-rays #main-content .content-text,
  body.digital-x-rays #main-content header,
  body.color-my-braces #main-content .content-text,
  body.color-my-braces #main-content header,
  body.common-orthodontic-issues #main-content .content-text,
  body.common-orthodontic-issues #main-content header,
  body.common-procedures #main-content .content-text,
  body.common-procedures #main-content header,
  body.office-tour #main-content .content-text,
  body.office-tour #main-content header,
  body.clearcorrect #main-content .content-text,
  body.clearcorrect #main-content header,
  body.before-and-after #main-content .content-text,
  body.before-and-after #main-content header,
  body.how-suresmile-works #main-content .content-text,
  body.how-suresmile-works #main-content header,
  body.invisalign #main-content .content-text,
  body.invisalign #main-content header,
  body.i-cat #main-content .content-text,
  body.i-cat #main-content header,
  body.itero-element #main-content .content-text,
  body.itero-element #main-content header,
  body.the-suresmile-process #main-content .content-text,
  body.the-suresmile-process #main-content header,
  body.in-ovation #main-content .content-text,
  body.in-ovation #main-content header,
  body[class^='suresmile-'] #main-content .content-text,
  body[class^='suresmile-'] #main-content header,
  body[class^='damon-'] #main-content .content-text,
  body[class^='damon-'] #main-content header,
  body[class^='invisalign-'] #main-content .content-text,
  body[class^='invisalign-'] #main-content header,
  body[class^='in-ovation-'] #main-content .content-text,
  body[class^='in-ovation-'] #main-content header,
  body.which-is-right-for-me #main-content .content-text,
  body.which-is-right-for-me #main-content header,
  body.your-child-s-first-orthodontic-checkup #main-content .content-text,
  body.your-child-s-first-orthodontic-checkup #main-content header,
  body.aao-testimonials #main-content .content-text,
  body.aao-testimonials #main-content header,
  body.ortho-tv #main-content .content-text,
  body.ortho-tv #main-content header,
  body.my-life-my-smile-my-orthodontist #main-content .content-text,
  body.my-life-my-smile-my-orthodontist #main-content header,
  body.layout-full-width #main-content .content-text,
  body.layout-full-width #main-content header {
    width: 100%;
  }
  body[class^='meet-dr-'] #hide-stock {
    margin: 0 0 1em 0;
  }
  /* ======================================================
							  TABLET 
	========================================================= */
  body {
    font-size: 19px;
    line-height: 36px;
  }
  /* Sections */
  .section-container {
    padding: 70px 0;
  }
  .container {
    margin: 0 5%;
  }
  /* Header Section */
  #hd {
    padding: 14px 0;
  }
  #hd .logo {
    position: relative;
    z-index: 1000;
  }
  /* Home Slideshow - tablet */
  #hero video {
    margin: 0 -5%;
    width: 110%;
  }
  #hero .caption {
    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%);
    background: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    max-width: 50%;
    text-align: left;
  }
  #hero .caption h3 {
    font-size: 50px;
    line-height: .86em;
    padding: 0;
    max-width: 100%;
  }
  /* Callouts Section1 - tablet */
  #callouts1 {
    padding: 30px 5%;
  }
  #callouts1 .callout {
    width: 50%;
    float: left;
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  #callouts1 .callout a {
    display: block;
    font-size: 20px;
    background: none;
    padding: 20px 0;
    margin: 0px auto 25px;
    max-width: 380px;
  }
  #callouts1 .callout a .main {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #callouts1 .callout a .w900 {
    display: block;
  }
  #callouts1 .callout a .bg {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    padding: 40%;
    display: inline-block;
    position: relative;
    margin: -40px 0 -26px;
  }
  #callouts1 .callout a .bg img {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
  }
  #callouts1 .callout a .bg:after, #callouts1 .callout a .bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../images/callout.png") center center no-repeat;
    z-index: -2;
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    margin-left: 59px;
  }
  #callouts1 .callout a .bg:after {
    background: url("../images/callout-hov.png") center center no-repeat;
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    opacity: 0;
  }
  #callouts1 .callout a:hover {
    background: none;
  }
  #callouts1 .callout a:hover .bg:before {
    opacity: 0;
  }
  #callouts1 .callout a:hover .bg:after {
    opacity: 1;
  }
  #callouts1 .callout a:hover .bg img {
    opacity: 0;
  }
  /* Subnav - tablet */
  /* h1 Formatting - tablet */
  h1 {
    font-size: 52px;
  }
  .home h1 {
    font-size: 109px;
    line-height: .8em;
  }
  .home h1 span {
    font-size: 58px;
    line-height: .9em;
  }
  /* Main Content Section - tablet */
  .home #main-content .container {
    margin: 0 10%;
  }
  #main-content #hide-stock {
    display: block;
    margin: 0 0 1em 0;
  }
  #main-content #sidebar {
    width: 33%;
    display: inline-block;
    text-align: right;
    margin: 7px 0 35px 35px;
    padding: 0;
    float: right;
  }
  #main-content .content-text,
  #main-content header {
    width: 61%;
    float: left;
  }
  .home #main-content .content-text, .home
  #main-content header {
    width: 100%;
    float: none;
  }
  #main-content .content-text {
    text-align: justify;
  }
  #main-content .staff-photo {
    float: right;
    margin: 0 0 25px 25px;
  }
  /* Section1 - tablet */
  #section1 h2 {
    font-size: 98px;
    line-height: .88em;
  }
  #section1 .social-icons a {
    text-align: center;
  }
  #section1 .photos,
  #section1 .facebook {
    margin: 0 auto 30px;
    max-width: 500px;
  }
  #section1 .main {
    width: 69%;
    display: inline-block;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
  }
  #callouts2 .callout {
    width: 50%;
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* Footer Section - tablet */
  #ft {
    padding: 0;
    background: url(../images/ft-map.jpg) center 0 no-repeat #abdaff;
  }
  #ft .container {
    height: 570px;
    margin: 0;
  }
  #ft .ft-form {
    display: none;
  }
  #ft .markers {
    display: block;
  }
  #ft .markers .marker {
    position: absolute;
    left: 50%;
    top: 59px;
    margin-left: -142px;
    display: inline-block;
    padding: 0;
    -webkit-transition: .36s;
    -o-transition: .36s;
    -moz-transition: .36s;
    transition: .36s;
    -webkit-transform-origin: 32% 92%;
       -moz-transform-origin: 32% 92%;
        -ms-transform-origin: 32% 92%;
         -o-transform-origin: 32% 92%;
            transform-origin: 32% 92%;
    width: 88px;
  }
  #ft .markers .marker:hover {
    -webkit-transform: scale(1.3);
       -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
         -o-transform: scale(1.3);
            transform: scale(1.3);
  }
  #ft .markers .marker1 {
    top: 427px;
    margin-left: -347px;
  }
  #ft .locations {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 292px;
  }
  #ft .locations:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 114, 188, 0.93);
    z-index: -1;
  }
  #ft .locations .location {
    padding: 140px 0 0;
  }
  #ft .sesame {
    margin: 0;
    background: none;
    padding: 7px 20px;
    position: absolute;
    right: 100%;
    width: 600px;
    bottom: 0;
    text-align: right;
  }
  #ft .sesame a, #ft .sesame .div {
    display: inline-block;
  }
}

/* end tablet  =========================== */
/* ===============================================
					DESKTOP 
=============================================== */
@media only screen and (min-width: 64em) {
  .container {
    padding: 0;
    margin: 0 auto;
  }
  .section-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body {
    font-size: 20px;
    line-height: 36px;
  }
  /* Header Section - desktop */
  #hd {
    position: fixed;
    background: url("../images/hd.png") center center #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    text-align: left;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 141px;
    border: none;
  }
  #hd .container {
    margin: 0 auto;
    max-width: 1200px;
  }
  #hd .logo {
    margin: 40px 0 0;
    z-index: 10;
    padding: 5px 0;
  }
  #hd #main-nav .hd-info {
    text-align: right;
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    z-index: 100;
  }
  #hd #main-nav .hd-info a {
    color: #ffffff;
  }
  #hd #main-nav .hd-info a:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #hd #main-nav .address {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 33px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #hd #main-nav .address .main {
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    border-right: 1px solid #fff;
  }
  #hd #main-nav .address .phone-outer {
    padding: 0 10px;
    margin: 0 10px;
    margin-left: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  #hd #main-nav .social-icons {
    padding: 0 10px;
    margin: 0 5px;
    line-height: 33px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    vertical-align: top;
  }
  #hd #main-nav .social-icons a {
    vertical-align: top;
    margin: 0;
    margin: 0;
    line-height: 25px;
  }
  #hd #main-nav .callouts {
    vertical-align: top;
    margin: 0;
    padding: 0;
  }
  #hd #main-nav .callouts a {
    padding: 0 10px;
    margin: 0 0;
    line-height: 33px;
    border-right: 1px solid #fff;
    vertical-align: top;
  }
  /* Home Slideshow - desktop */
  #hero {
    margin-top: 141px;
  }
  #hero .photo {
    margin: 0 -30%;
  }
  #hero video {
    width: 106%;
    margin: 0 -3%;
  }
  #hero .caption {
    margin-top: 0;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    padding: 0;
    left: 50%;
    margin-left: -600px;
  }
  #hero .caption h3 {
    font-size: 76px;
    width: 600px;
    margin: 0;
    padding: 0;
  }
  /* Subnav - desktop */
  #subnav {
    margin-top: 140px;
    padding: 55px 20px;
    text-align: left;
  }
  #subnav .container {
    max-width: 1200px;
  }
  #subnav .subnav {
    padding-right: 400px;
  }
  /* Callout Section1 - desktop */
  #callouts1 {
    padding: 0 20px;
    background: -webkit-gradient(linear, left top, right top, from(#8dc63f), to(#0072bc));
    background: -webkit-linear-gradient(left, #8dc63f, #0072bc);
    background: -moz-linear-gradient(left, #8dc63f, #0072bc);
    background: -o-linear-gradient(left, #8dc63f, #0072bc);
    background: linear-gradient(90deg, #8dc63f, #0072bc);
  }
  #callouts1 .container {
    max-width: 1110px;
    margin: 0 auto;
  }
  #callouts1 .callout {
    width: 25%;
    padding: 0 5px 45px;
  }
  #callouts1 .callout a {
    padding: 30px 25px;
    margin: 0 auto;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
  }
  #callouts1 .callout a .bg {
    padding: 74%;
    overflow: hidden;
    margin: -20% -30% -19%;
  }
  #callouts1 .callout a .bg img {
    -webkit-transition: .9s;
    -o-transition: .9s;
    -moz-transition: .9s;
    transition: .9s;
  }
  #callouts1 .callout a:hover {
    background: none;
  }
  /* h1 formatting - desktop */
  h1 {
    font-size: 75px;
  }
  .home h1 {
    font-size: 109px;
    text-align: left;
    margin-bottom: 25px;
  }
  .home h1 span {
    font-size: 58px;
  }
  /* Main Conent Section - desktop */
  #main-content {
    padding: 90px 20px 85px;
  }
  .home #main-content {
    padding: 170px 20px 102px;
  }
  .home #main-content:after {
    content: "";
    position: absolute;
    top: 100px;
    right: 55%;
    left: 0;
    height: 800px;
    background: url("../images/section-photo1.jpg") 30% 20% #ffffff;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    z-index: -1;
  }
  #main-content .container {
    max-width: 1200px;
  }
  .home #main-content .container {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 49%;
  }
  #main-content #sidebar {
    margin: 8px 0 0;
    width: 34%;
  }
  /* Section1 - desktop */
  #section1 {
    padding: 100px 20px;
  }
  #section1 .container {
    max-width: 1200px;
  }
  #section1 .photos {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1%;
    margin: 0;
    max-width: 100%;
  }
  #section1 .facebook {
    width: 48%;
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1%;
    margin: 0;
  }
  #section1 .main {
    display: inline-block;
    margin: 0 0 40px;
    width: 60%;
  }
  #callouts2 {
    padding: 123px 20px;
    background: url("../images/section3.jpg") center center #fff;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
  #callouts2 .container {
    max-width: 1700px;
    margin: 0 auto;
  }
  #callouts2 .callout {
    width: 25%;
    padding: 0 5px 45px;
  }
  #callouts2 .callout a {
    padding: 30px 25px;
    margin: 0 auto;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    height: 540px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: none;
  }
  #callouts2 .callout a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #8dc63f;
    z-index: 95;
    opacity: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    transition: .8s;
    -webkit-transform: scale(1.03);
       -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
         -o-transform: scale(1.03);
            transform: scale(1.03);
  }
  #callouts2 .callout a p {
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin: 20px 0 0;
  }
  #callouts2 .callout a .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    -webkit-transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    transition: .8s;
    z-index: 90;
  }
  #callouts2 .callout a .main {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 20px;
    opacity: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    transition: .8s;
    z-index: 100;
  }
  #callouts2 .callout a .main .btn {
    margin: 28px 0 0;
    display: inline-block;
    background: #fff;
    color: #0072bc;
    font-size: 13px;
    line-height: 13px;
    padding: 16px 25px;
    -webkit-transition: .39s;
    -o-transition: .39s;
    -moz-transition: .39s;
    transition: .39s;
  }
  #callouts2 .callout a .main .btn:hover {
    -webkit-transform: scale(1.15);
       -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
         -o-transform: scale(1.15);
            transform: scale(1.15);
  }
  #callouts2 .callout a:hover {
    background: none;
  }
  #callouts2 .callout a:hover .title {
    opacity: 0;
  }
  #callouts2 .callout a:hover .main {
    opacity: 1;
    top: 50%;
  }
  #callouts2 .callout a:hover:after {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: .9;
  }
  /* Footer Section - desktop */
  #ft .container {
    margin: 0 auto;
  }
  /* Sesame Section - desktop */
  #ft-sesame {
    padding: 30px 20px;
  }
}

/* end desktop  =========================== */
@media only screen and (min-width: 77.5em) {
  h1 {
    font-size: 95px;
  }
  .home #main-content .container {
    padding-left: 590px;
  }
  #ft .container {
    left: 100px;
  }
  #ft .markers {
    position: relative;
    left: -100px;
  }
}

@media only screen and (min-width: 90em) {
  #callouts2 .callout a h3 {
    font-size: 34px;
  }
}

@media only screen and (min-width: 98em) {
  #section1 {
    text-align: right;
  }
  #section1 .container {
    max-width: 1550px;
  }
  #section1 .main {
    width: 500px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #section1 .facebook {
    width: 270px;
    padding: 0;
    margin: 0;
  }
  #section1 .photos {
    max-width: 100%;
    width: 710px;
  }
}

@media only screen and (min-width: 125em) {
  #subnav,
  .para1,
  .para2 {
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
}

/* Slideshow Height Scaling  ============== */
@media only screen and (min-width: 68em) {
  #hero .photo {
    margin: 0 -26.7%;
  }
  #hero video {
    margin: -0.4% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 76em) {
  #hero .photo {
    margin: 0 -23.4%;
  }
  #hero video {
    margin: -1.3% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 84em) {
  #hero .photo {
    margin: 0 -20.1%;
  }
  #hero video {
    margin: -2.2% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 92em) {
  #hero .photo {
    margin: 0 -16.8%;
  }
  #hero video {
    margin: -3.1% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 100em) {
  #hero .photo {
    margin: 0 -13.5%;
  }
  #hero video {
    margin: -4% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 108em) {
  #hero .photo {
    margin: 0 -10.2%;
  }
  #hero video {
    margin: -4.9% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 116em) {
  #hero .photo {
    margin: 0 -6.9%;
  }
  #hero video {
    margin: -5.8% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 124em) {
  #hero .photo {
    margin: 0 -3.6%;
  }
  #hero video {
    margin: -6.7% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 132em) {
  #hero .photo {
    margin: 0 -0.3%;
  }
  #hero video {
    margin: -7.6% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 140em) {
  #hero .photo {
    margin: -0.2% 0;
  }
  #hero video {
    margin: -8.5% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 148em) {
  #hero .photo {
    margin: -1.52% 0;
  }
  #hero video {
    margin: -9.4% 0;
    width: 100%;
  }
}
