  /* ===============================================
					Prefix Import 
=============================================== */
/* ===============================================
					Colors 
=============================================== */
/* White */
/* Body Text, H4 */
/* Links */
/* Nav Top  */
/* H2 */
/* H3 */
/* Nav Text */
/*  */
/* 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/36px 'Muli', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  color: #333333;
  overflow: hidden;
}
p {
  margin: 0 0 1.58em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/* Links */
a {
  color: #297996;
  -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: 700;
  text-decoration: underline;
}
a:hover,
a.active {
  color: #2b376e;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0 0.8em;
  text-rendering: auto;
  font-weight: normal;
}
h1 {
  font-size: 1.6em;
  margin: 0 auto 10px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1em;
  text-transform: uppercase;
}
.hm-header h1 {
  color: #297996;
  font-size: 1.4em;
  margin-bottom: 20px;
  text-align: center;
}
.hm-header h1 span {
  display: block;
  font-weight: 900;
  font-size: 0.555555555555556em;
}
h2 {
  color: #1e8281;
  font-size: 1.2em;
  font-weight: 700;
}
h3 {
  color: #297996;
  font-size: 1.1em;
  font-weight: 700;
}
h4,
h5,
h6 {
  color: #333333;
  font-size: 1em;
  font-weight: 700;
}
hr {
  color: #d4d4d4;
  background-color: #d4d4d4;
  border: none;
  height: 1px;
  clear: both;
  margin: 1.58em 0;
}
.hr {
  visibility: hidden;
}
.container {
  max-width: 1000px;
}
.ie8 .container {
  width: 1000px;
}
#hide-stock {
  position: relative;
  max-width: 337px;
}
#hide-stock img {
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 337px;
}
#hide-stock:before {
  content: '';
  border: 4px solid #ffffff;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.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-size: 1.2em;
  color: #1e8281;
  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: #333333;
  font-weight: normal;
  line-height: 1.8em;
  text-transform: capitalize;
}
body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #2b376e;
}
/* Header */
#hd {
  text-align: center;
  width: 100%;
  display: table;
  z-index: 20;
  background: #2b376e;
  padding-bottom: 10px;
  /* Social Icons */
}
#hd .container {
  width: 100% !important;
}
#hd .logo {
  float: none;
  display: block;
  text-align: center;
  width: 96%;
  max-width: 185px;
  margin: 10px auto;
  text-decoration: none;
}
#hd .logo img {
  width: 100%;
  display: inline-block;
}
#hd .logo .logo-color {
  display: none;
}
#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 .social-icons a {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  margin: 0;
  background: #2b3f73;
  width: 39px;
  height: 39px;
  line-height: 39px;
  font-size: 1em;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
#hd .social-icons .soc-02 {
  background: #2b5481;
}
#hd .social-icons a:hover {
  animation-name: pulse_rev;
}
.hd-top {
  /* Header Locations */
}
.hd-top .hd-locations {
  line-height: 31px;
}
.hd-top .hd-locations .hd-address {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.7em;
}
.hd-top .hd-locations .phone,
.hd-top .hd-locations a.phone {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.7em;
  text-decoration: none;
}
.hd-top .hd-locations .hd-address:hover,
.hd-top .hd-locations a.phone:hover {
  color: #d4d4d4;
}
#hd-right {
  line-height: 31px;
  margin-bottom: 10px;
  /* Logins */
}
#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 {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 0.6em;
  margin-right: 10px;
}
#hd-right ul li a .fas {
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
#hd-right ul li a:hover {
  color: #d4d4d4;
}
#hd-right ul li a:hover .fas {
  animation-name: pulse_custom;
}
#hd-right .appt-req {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 0.6em;
}
#hd-right .appt-req .fas {
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
#hd-right .appt-req:hover {
  color: #d4d4d4;
}
#hd-right .appt-req:hover .fas {
  animation-name: pulse_custom;
}
/* Main Nav */
.hd-nav {
  text-align: center;
  margin: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
#main-nav ul li a {
  background: #ffffff;
  color: #1f295b;
  font-size: 0.7em;
  text-transform: uppercase;
  padding: 8px;
  -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 {
  background: #1f295b;
  color: #ffffff;
}
#main-nav ul ul {
  margin: 0;
  padding: 11px 0;
  background-color: #1e8281;
}
#main-nav ul ul li a {
  margin: 0;
  background: none;
  color: #ffffff;
  font-size: 0.65em;
  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: #ffffff;
  color: #1e8281;
}
#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: #1e8281;
  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 {
}*/
#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;
}
#interior-top {
  position: relative;
  padding: 30px 0;
  background: url(../images/subnav-bkg.jpg) bottom center no-repeat;
  background-size: cover;
  text-align: left;
}
/* Subnav */
#subnav-outer p {
  color: #ffffff;
  width: 100%;
  max-width: 500px;
  text-transform: uppercase;
  font-size: 0.65em;
  line-height: 1.384615384615385em;
  margin: 0;
}
#subnav-outer a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
#subnav-outer a.active,
#subnav-outer a:hover {
  text-decoration: underline;
}
.office_tour {
  display: block;
  position: relative;
}
.office_tour .cycle-slideshow {
  display: block;
  width: 96%;
  max-width: 500px;
  /* 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: #297996;
  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: block;
  margin: 0 auto;
  width: 50%;
  max-width: 368px;
  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%);
}
/* Callouts */
#bd-callouts {
  text-align: center;
  width: 100%;
  position: relative;
  background: #297996;
  padding: 35px 0;
}
#bd-callouts a {
  color: #ffffff;
  font-size: 0.45em;
  text-transform: uppercase;
  width: 44%;
  max-width: 229px;
  margin: 2%;
  padding: 0 0 3%;
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
#bd-callouts a img {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ffffff;
}
#bd-callouts .topic {
  text-align: center;
  height: auto;
  width: auto;
  background: #2b376e;
  position: absolute;
  top: 77%;
  right: 20%;
  bottom: 0;
  left: 20%;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
#bd-callouts .level {
  display: inline-block;
  width: 100%;
  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%);
  left: 0;
  line-height: 1.071428571428571em;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
#bd-callouts .level .ln1 {
  font-weight: 900;
}
#bd-callouts a:hover .topic {
  top: 60%;
  bottom: 10%;
  background: rgba(41, 121, 150, 0.8);
}
/* 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%;
}
#home-content {
  padding: 40px 0;
  background: url(../images/farm-country.jpg) top center no-repeat;
  background-size: cover;
}
#home-content p {
  text-align: justify;
}
.hm-box {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: 60px 30px;
  z-index: 0;
}
.hm-box:before {
  content: '';
  border: 2px solid #ffffff;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: -1;
}
.interior-content {
  padding: 20px 0;
}
#bd-smiles {
  text-align: center;
  width: 100%;
  position: relative;
  background: #297996;
}
#bd-smiles .container {
  width: 100% !important;
}
#bd-smiles .gallery-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 5% 60px;
}
#bd-smiles .logo-wrap {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 33px;
}
#bd-smiles .patient-mob {
  display: inline-block;
  animation-fill-mode: both;
  animation-duration: 0.8s;
}
#bd-smiles .patient-mob:hover {
  animation-name: pulse_rev;
}
#bd-smiles .patient {
  display: none;
}
#bd-smiles .gallery-link {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #16627d;
  background: #16627d;
  font-size: 0.75em;
  font-weight: 700;
  white-space: nowrap;
  width: 191px;
  height: 39px;
  line-height: 35px;
}
#bd-smiles .gallery-link:hover {
  background: none;
  border-color: #ffffff;
}
#bd-smiles .testimonials-wrap {
  background: url(../images/t-bkg.jpg) top center no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 5% 60px;
}
#bd-smiles .cycle-slideshow {
  margin-bottom: 20px;
}
#bd-smiles .cycle-slideshow p {
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.333333333333333em;
  margin-bottom: 0;
}
#bd-smiles .cycle-slideshow .patient-name {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 2.5em;
  font-size: 0.7em;
}
#bd-smiles .reviews-link {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #297996;
  background: #297996;
  font-size: 0.75em;
  font-weight: 700;
  white-space: nowrap;
  width: 155px;
  height: 39px;
  line-height: 35px;
}
#bd-smiles .reviews-link:hover {
  background: none;
  border-color: #ffffff;
}
/* Footer */
#ft {
  background: #2b376e;
  text-align: center;
  width: 100%;
  display: table;
  padding: 40px 0;
  color: #ffffff;
}
#ft .ft-map {
  display: none;
}
#ft .ft-location {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}
#ft .ft-location .ft-office {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.05em;
  line-height: 1.047619047619048em;
  margin-bottom: 24px;
}
#ft .ft-location .ft-office:hover {
  color: #d4d4d4;
}
#ft .ft-location .ft-address {
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.222222222222222em;
}
#ft .ft-location .phone,
#ft .ft-location .ft-phone {
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.222222222222222em;
  margin-bottom: 44px;
}
#ft .ft-location .ft-address:hover,
#ft .ft-location a.phone:hover,
#ft .ft-location a.ft-phone:hover {
  color: #d4d4d4;
}
#ft .ft-hours .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.222222222222222em;
}
#ft .ft-hours .hrs-row {
  font-size: 0.65em;
  line-height: 1.692307692307692em;
}
.ft-design-credit {
  background: #ffffff;
  position: relative;
  clear: both;
  width: 100%;
  text-align: center;
  padding: 29px 0 29px;
}
.ft-design-credit .ft-links a {
  float: none;
  color: #b0afaf;
  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: #2b376e;
}
.ft-design-credit .ft-links .links-divider {
  font-size: 0.6em;
  color: #b0afaf;
  display: none;
}
.ft-design-credit a.sesame-link img {
  margin: -3px 9px 0 0;
}
.ft-design-credit a.back-to-top {
  display: block;
  margin: 20px auto 0;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #1e8281;
  background: #1e8281;
  font-size: 0.75em;
  font-weight: 900;
  white-space: nowrap;
  width: 192px;
  height: 39px;
  line-height: 35px;
}
.ft-design-credit a.back-to-top:hover {
  background: none;
  border-color: #2b376e;
  color: #2b376e;
}
.meet-the-team .img-right {
  max-width: 50%;
}
/* Form Buttons */
form button {
  background: #297996;
  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: #133846;
}
/* 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: #297996;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}
form#blog_search {
  background: #297996;
  color: #333333;
  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: #333333;
  border: 1px solid #333333;
  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: #2b376e;
  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: #0e1225;
}
/* end blog css */
/* 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;
  /*max-width: 225px;*/
}
form p {
  height: auto;
}
form.full .radio-group label input {
  width: auto !important;
  display: inline;
}
form.full .radio-group label span {
  display: inline;
}
/* ===============================================
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.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.sitemap #hide-stock,
  body.meet-the-staff #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[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.sitemap #sidebar,
  body.home #sidebar,
  body.meet-the-staff #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[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.sitemap #main-content,
  body.meet-the-staff #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[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 ------------*/
  #main-content {
    width: 60.5%;
    display: block;
    float: left;
    padding: 70px 0 30px 0;
  }
  #main-content p {
    text-align: justify;
  }
  #sidebar {
    width: 33.7%;
    float: right;
    display: inline;
    text-align: right;
    margin: 75px 0 0 0;
  }
  .team-photo {
    float: left;
    margin: 0 20px 20px 0;
  }
  h1 {
    font-size: 2em;
  }
  .hm-header h1 {
    font-size: 1.8em;
  }
  #hd {
    padding: 0;
  }
  #hd .social-icons {
    position: fixed;
    top: 300px;
    right: 10px;
  }
  #hd .social-icons a {
    display: block;
    margin: 1px auto;
  }
  #bd-callouts a {
    display: inline-block;
    width: 17.5%;
    margin: 0 0.5%;
    font-size: 0.6em;
  }
  #bd-callouts a:hover .topic {
    top: 55%;
    bottom: 15%;
  }
  #home-content {
    padding: 76px 0 81px;
  }
  .hm-box {
    padding: 50px 50px 40px;
  }
  #bd-smiles .slider-wrap {
    max-width: 473px;
    margin: 0 auto;
  }
  #bd-smiles .patient-mob {
    display: none;
  }
  #bd-smiles .patient {
    display: inline-block;
    animation-fill-mode: both;
    animation-duration: 0.8s;
  }
  #bd-smiles .patient img {
    border: 4px solid #ffffff;
    border-radius: 50%;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    transition-duration: 0.8s;
  }
  #bd-smiles .patient-middle {
    margin: 0 20px;
  }
  #bd-smiles .patient:hover {
    animation-name: pulse_rev;
  }
  #bd-smiles .patient:hover img {
    border-color: #2b376e;
  }
  #bd-smiles .logo-wrap {
    background: url(../images/rowe-smiles.png) center center no-repeat;
    width: 387px;
    height: 294px;
    padding-top: 95px;
  }
  .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;
  }
}
/* ===============================================
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: 57px;
    right: 0;
    left: auto;
    width: auto;
  }
  #hd #main-nav .trigger {
    display: none;
  }
  #main-nav {
    background: none;
  }
  #main-nav ul {
    margin: 0;
  }
  #main-nav ul li {
    float: none;
    margin-right: 22px;
    padding-bottom: 29px;
  }
  #main-nav ul li a[id] {
    color: #ffffff;
    position: relative;
    padding: 0 0 4px;
    border-bottom: none;
    background: none;
  }
  #main-nav ul li a[id]:after {
    background: #ffffff;
    width: 100%;
    height: 4px;
    content: " ";
    position: absolute;
    display: block;
    bottom: 0;
    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]:after,
  #main-nav ul li:hover > a[id]:after {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #main-nav ul li.active > a,
  #main-nav ul li:hover > a {
    background: none;
  }
  #main-nav ul li.contact ul {
    margin: 0 0 0 -72px;
  }
  #main-nav ul li.contact {
    margin-right: 0;
  }
  #main-nav ul ul {
    margin: 0 0 0;
    width: auto;
    padding: 20px 0 20px;
  }
  #main-nav ul ul li {
    padding: 0;
  }
  #main-nav ul ul li a {
    text-align: left;
    line-height: 1.923076923076923em;
    padding: 0 49px 0 20px;
    border-bottom: none;
    white-space: nowrap;
  }
  nav.horizontal ul li {
    float: none;
  }
  /*------------ Style Edit Region ------------*/
  h1 {
    font-size: 2.7em;
  }
  .hm-header h1 {
    font-size: 2.25em;
    margin-bottom: 40px;
  }
  #hd-right {
    margin: 0;
  }
  #hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 2s;
    -o-transition: 2s;
    -moz-transition: 2s;
    transition: 2s;
    background: none;
  }
  #hd .logo {
    width: 15%;
    text-align: left;
    float: left;
    margin: 41px 0 12px;
  }
  .scrolled #hd {
    background: #ffffff;
  }
  .scrolled #hd .logo .logo-color {
    display: block;
  }
  .scrolled #hd .logo .logo-white {
    display: none;
  }
  .scrolled #main-nav ul li a[id] {
    color: #1f295b;
  }
  .scrolled #main-nav ul li.active > a[id],
  .scrolled #main-nav ul li:hover > a[id] {
    color: #1f295b;
  }
  .scrolled #main-nav ul li a[id]:after {
    background: #1e8281;
  }
  .hd-top {
    background: #2b376e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .hd-top .hd-locations {
    float: left;
    width: 50%;
    text-align: left;
    margin-top: -2px;
  }
  #hd-right {
    float: right;
    width: 50%;
    text-align: right;
    margin-top: -2px;
  }
  #interior-top {
    padding: 260px 0 40px;
  }
  #interior-top header {
    max-width: 660px;
  }
  #sidebar {
    margin-top: -168px;
  }
  .interior-content {
    padding-bottom: 60px;
  }
  .interior-wrap {
    position: relative;
    overflow: hidden;
  }
  .interior-wrap:before {
    content: '';
    background: url(../images/tree.png) bottom center no-repeat;
    position: absolute;
    bottom: -68px;
    margin-left: 133px;
    left: 50%;
    width: 995px;
    height: 916px;
  }
  #content-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
  }
  #bd-smiles {
    overflow: hidden;
  }
  #bd-smiles .gallery-wrap {
    float: right;
    width: 38.7%;
    margin-right: 5%;
    padding: 85px 0 0 0;
  }
  #bd-smiles .testimonials-wrap {
    float: left;
    width: 47.3%;
    padding: 0;
    background: none;
    height: 524px;
  }
  #bd-smiles .slider-wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #bd-smiles .cycle-slideshow {
    margin-bottom: 10px;
  }
  #bd-smiles:before {
    content: '';
    background: url(../images/t-bkg.jpg) top center no-repeat;
    position: absolute;
    top: 0;
    right: 50%;
    width: 1000px;
    height: 100%;
  }
  #ft {
    padding: 0;
    height: 570px;
    overflow: hidden;
  }
  #ft .ft-location {
    float: right;
    width: 19.3%;
    margin-top: 100px;
  }
  #ft .ft-map {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -263px;
    height: 100%;
    width: 1263px;
    z-index: 1;
    overflow: hidden;
  }
  #ft .ft-map:before {
    content: '';
    border: 4px solid #ffffff;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    -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:before {
    border-color: #2b376e;
  }
  #ft:before {
    content: '';
    background: url(../images/ft-map.jpg) top center no-repeat;
    position: absolute;
    top: 0;
    right: 50%;
    height: 100%;
    width: 1263px;
    margin-right: -263px;
  }
}
/* ===============================================
Desktop Only Excluding large tablets
Supports 81.25em (1300px) and up
=============================================== */
@media only screen and (min-width: 81.25em) {
  #bd-callouts {
    padding: 89px 0 70px;
  }
  #bd-callouts a {
    font-size: 0.7em;
    margin: 0 1.1%;
  }
  #bd-callouts .topic {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 157px;
    height: 53px;
    top: 82%;
  }
  #bd-callouts a:hover .topic {
    height: 100px;
    top: 50%;
    bottom: 20%;
  }
  #bd-callouts .co-01 {
    margin-left: 0;
  }
  #bd-callouts .co-04 {
    margin-right: 0;
  }
  /*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;
}
