.right,
.img-right {
  margin: 0 0px 20px 25px;
}

.left,
.img-left {
  margin: 0 5.5% 2.5% 0;
}

/* Basics */
.caps {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.normalcase, .no-caps {
  text-transform: none !important;
}

.rel {
  position: relative;
}

.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 {
  -webkit-border-radius: 999em;
     -moz-border-radius: 999em;
          border-radius: 999em;
}

@-webkit-keyframes mymove {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@-moz-keyframes mymove {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@-o-keyframes mymove {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes mymove {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
}

p, ul {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

/* List Styling */
ul li {
  list-style: disc;
}

li {
  line-height: 1.5;
}

.hr {
  visibility: hidden;
}

.img-right {
  max-width: 100%;
}

#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;
}

#main-nav nav.horizontal ul li {
  float: none;
}

/* Office Hours */
table.office-hours {
  background: rgba(0, 0, 0, 0.008);
  padding: 17px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
}

table.office-hours td {
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 30px;
  font-size: .96em;
}

table.office-hours td.time {
  opacity: .8;
}

table.office-hours td.title {
  font-size: 1.07em;
  padding: 8px 15px;
}

/* Sitemap */
body.sitemap .content-text {
  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.125em;
  color: #045088;
  display: inline-block;
  text-decoration: none;
}

body.sitemap #content ul ul {
  padding-left: 0;
  margin: 0 0 0 38px;
}

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;
  text-transform: capitalize;
}

body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #b20f16;
}
.faqs .topic{ font-size: 28px;margin-top: 16px; }
.faqs .toggleLink{ 
	color: #00ACF3;
	margin-right:0.4em;
	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;
}
.faqs .toggleLink .polygon{
	width:0;height:0;
	border-top:15px solid transparent;
	border-right:0px solid transparent;
	border-bottom:15px solid transparent;
	border-left:30px solid #00ACF3;
	display:inline-block;vertical-align:middle;
	-webkit-transition-duration: 0.35s;
	-moz-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	-ms-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.faqs .toggleLink.active .polygon{
	border-top-width:30px; 
	border-top-color:#00ACF3;
	border-right-width:15px;
	border-bottom-width:0px;
	border-left-width:15px; 
	border-left-color:transparent;
}
.faqs ul.forms li a {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -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;
}
.faqs .toggle{ width:100%!important;display:block; }
.faqs .toggle p, .patient-forms .toggle ul{ display:block; }

/*
.office-tour-gallery {
	display:block;
	position:relative;

	.cycle-slideshow {
		display:block;
		width:calc(100% - 60px);
		margin:0 auto;
	}

	.controls {
		width:100%;
		height: 100%;
		display:block;
		left:0;
		right:0;
		top:0;
		bottom: 0;
		background: rgba(0,0,0,0);
		z-index: 90;
		position: absolute;

		.slide-control {
			font-size:30px;
			color: $color3;
			display:inline-block;
			transition: .3s;
			line-height: 30px;
			position: absolute;
			top:0;
			bottom: 0;
			width:30px;
			cursor:pointer;

			&.prev {
				left: 0;
			}
			&.next {
				right: 0;
			}
			i {
				width: 100%;
				position: absolute;
				text-align: center;
				top:50%;
				transform: translateY(-50%);
				&:before {
					position: absolute;
					left: 50%;
					top:50%;
					transform: translateX(-50%) translateY(-50%);
				}
			}
			&:hover {
				background: rgba(0,0,0,.06);
			}
		}
	}

	.cycle-pager-outer {
		display: block;
		width: 100%;
		position: relative;
		text-align: center;
		padding:20px 0;
		z-index: 99;

		.cycle-pager {
			display: inline-block;
			position: absolute;
			width: 85%;
			left: 50%;
			transform:  translateX(-50%) translateY(-50%);
			top:50%;
			line-height: 17px;
		}
		a {
			border-radius: 999em;
			display: inline-block;
			width:12px;
			height: 12px;
			margin: 2.5px;
			background: #d2d2d2;

			&.cycle-pager-active,
			&:hover {
				background: $color3;
				transform: scale(1.25);
			}
		}
	}
}
*/
.office_tour {
  display: block;
  position: relative;
}

.office_tour .cycle-slideshow {
  display: block;
  width: 96%;
  max-width: 800px;
  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: #ed1c24;
  font-size: 50px;
  display: inline-block;
  -webkit-transition-duration: 0.35s;
     -moz-transition-duration: 0.35s;
       -o-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;
          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);
  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 */
}

/* Form Buttons */
form button {
  background: #ed1c24;
  color: #e8e8e8;
  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;
          transition-duration: 0.5s;
}

form button:hover {
  background: #970c11;
}

/* 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: #ed1c24;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}

form#blog_search {
  background: #ed1c24;
  color: #333333;
  margin: 10px 0 0;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding: 20px 0 30px;
}

form#blog_search label {
  color: #e8e8e8;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px;
  text-align: center;
  margin: 0 0 3px;
}

form#blog_search input {
  background: #e8e8e8;
  color: #333333;
  border: 1px solid rgba(0, 0, 0, 0.4);
  width: 70%;
  margin: 6px auto;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear;
}

form#blog_search input:hover {
  background: #d4d4d4;
}

form#blog_search button {
  display: block;
  background: #b20f16;
  color: #e8e8e8;
  text-transform: uppercase;
  font-size: 13px !important;
  padding: 11px 21px !important;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  -moz-transition: all .25s linear;
  transition: all .25s linear;
  margin: 5px auto 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

form#blog_search button:active,
form#blog_search button:hover {
  background: #54070a;
}

/* 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-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          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,
body[class^='about-dr-'] #hide-stock,
body[class^='meet-the-doctor'] #hide-stock {
  display: block !important;
  text-align: center;
  margin: 1em auto;
}

form p {
  height: auto;
}

@media only screen and (min-width: 48em) {
  .row > .col {
    border: 0px solid transparent;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -o-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;
  }
  .video-sleeve {
    width: 100%;
    max-width: 80%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
}

body {
  font: normal normal 20px/33px Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  background: #e8e8e8;
  color: #333333;
  overflow-x: hidden;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.font1,
.main-content-section h1,
.main-content-section h2,
.main-content-section h3,
.main-content-section h4,
.main-content-section h5,
.main-content-section h6 {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
}

/* Links */
a {
  color: #045088;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-decoration: none;
}

a:hover {
  color: #b20f16;
}

hr {
  color: #d4d4d4;
  background-color: #d4d4d4;
  border: none;
  height: 1px;
  clear: both;
  margin: 36px 0;
}

/* Sections */
.section-container,
section, #ft {
  padding: 40px 0;
}

.section-container,
section, #ft, #hd {
  position: relative;
}

.ie8 .container {
  width: 1000px;
}

.container {
  margin: 0 20px;
  width: auto !important;
  max-width: 1250px;
}

ul, ol {
  margin: 0 0 1.8em 2em;
}

/* Header */
#hd {
  z-index: 90;
  text-align: center;
  background: #174366;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  /* Header Info */
  /* Header Callouts */
  /* Main Nav - mobile */
}

#hd .logo {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 25px 0 15px;
}

#hd .logo span {
  display: inline-block;
  position: relative;
}

#hd .logo img {
  display: inline-block;
}

#hd .logo:hover {
  opacity: .9;
  -webkit-transform: scale(0.97);
     -moz-transform: scale(0.97);
      -ms-transform: scale(0.97);
       -o-transform: scale(0.97);
          transform: scale(0.97);
}

#hd .info {
  line-height: 15px;
}

#hd .info .address {
  padding: 10px 0;
  font-size: 14px;
  line-height: 14px;
  vertical-align: top;
}

#hd .info .address .main {
  color: #fff;
  display: inline-block;
  letter-spacing: .02em;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px;
  padding: 9px 12px;
  height: 34px;
}

#hd .info .address .main.pay {
display: block;
    text-align: center;
    margin: 0 auto;
    width: 110px;
}

#hd .info .address .main:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  color: #174366;
  background: #fff;
}

#hd .info .address .phone-outer {
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  letter-spacing: .06em;
  border: 1px solid #fff;
  margin: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 12px;
  line-height: 10px;
  color: #fff;
  height: 34px;
}

#hd .info .address .phone-outer i {
  position: relative;
  display: inline-block;
  padding-right: 4px;
  top: -1px;
  color: #fff;
}

#hd .info .address .phone-outer .phone,
#hd .info .address .phone-outer .phone a {
  color: #fff;
  display: inline-block;
}

#hd .callouts {
  margin: 10px 0 20px;
}

#hd .callouts ul,
#hd .callouts li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#hd .callouts a {
  background: #328855;
  display: inline-block;
  position: relative;
  font-size: 21px;
  line-height: 21px;
  color: #fff;
  padding: 10px 12px;
  margin: 0;
  letter-spacing: 0.0em;
  -webkit-transition: .32s;
  -o-transition: .32s;
  -moz-transition: .32s;
  transition: .32s;
  vertical-align: top;
}

#hd .callouts a:hover {
  background: #ACD9DB;
  color: #045088;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

#hd #main-nav {
  z-index: 100;
  text-align: center;
  margin: 0 -20px;
  height: 45px;
  line-height: 45px;
  letter-spacing: .06em;
}

#hd #main-nav .trigger {
  color: #fff;
  padding: 0;
  font-size: 17px;
  background: #09385c;
}

#hd #main-nav .nav-icon {
  width: 16px;
  height: 10px;
  position: relative;
  display: inline-block;
  margin-left: .3em;
  top: -.15em;
}

#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 .trigger:hover,
#hd #main-nav .open .trigger {
  background: #08304e;
}

#hd #main-nav .collapsible {
  -webkit-transition: .8s;
  -o-transition: .8s;
  -moz-transition: .8s;
  transition: .8s;
  width: 100%;
}

#hd #main-nav .collapsible ul {
  position: relative;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
  padding: 10px 0;
}

#hd #main-nav .collapsible ul li a {
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 1px;
  color: #fff;
  display: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

#hd #main-nav .collapsible ul li a.oral-and-maxillofacial-surgery,
#hd #main-nav .collapsible ul li a.periodontics,
#hd #main-nav .collapsible ul li a.sedation-dentistry,
#hd #main-nav .collapsible ul li a.general-dentistry,
#hd #main-nav .collapsible ul li a.sleep-dentistry
 {
  pointer-events: none;
    cursor: default;
}

#hd #main-nav .collapsible ul ul {
  padding: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}

#hd #main-nav .collapsible ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  opacity: 0;
}

#hd #main-nav .collapsible.open {
  background: rgba(9, 56, 92, 0.96);
  position: absolute;
  height: auto;
}

#hd #main-nav .collapsible.open ul li {
  -webkit-animation: mymove .4s 1;
     -moz-animation: mymove .4s 1;
       -o-animation: mymove .4s 1;
          animation: mymove .4s 1;
}

#hd #main-nav .collapsible.open ul li a {
  display: block;
}

#hd #main-nav .collapsible.open ul li a:hover,
#hd #main-nav .collapsible.open ul li.open > a {
  color: #fff;
  background: rgba(5, 5, 5, 0.22);
}

#hd #main-nav .collapsible.open ul .open ul {
  background: rgba(5, 5, 5, 0.18);
  padding-bottom: 10px;
}

#hd #main-nav .collapsible.open ul .open ul li {
  height: 43px;
  opacity: 1;
}

/* Home Slideshow */
.home-slideshow-section {
  padding: 0;
  height: auto;
  z-index: 1;
}

.home-slideshow-section video {
  margin: 0 -10%;
  z-index: 10;
  display: block;
  width: 120%;
}

.home-slideshow-section .caption {
  background: #003a6a;
  text-align: center;
  font-size: 32px;
  line-height: 35px;
  color: #fff;
  padding: 15px 15px;
  letter-spacing: .00em;
  z-index: 50;
}

/* Subnav Section */
.subnav-section {
  text-align: right;
  background: url(../images/subnav.png) center top repeat #aad9db;
}

.subnav-section p,
.subnav-section a {
  color: #333434;
}

.subnav-section p {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.0em;
}

.subnav-section p a {
  text-decoration: none;
  display: inline-block;
  margin: 2px 2px;
  border-bottom: 1px solid rgba(30, 30, 30, 0);
}

.subnav-section p a.active, .subnav-section p a:hover {
  color: #fff;
  border-bottom: 1px solid white;
}

/* Callout Section 1 */
.callout-section1 {
  z-index: 10;
  text-align: center;
  background: #004b88;
  border: 2px solid #fff;
  border-width: 2px 0;
}

.callout-section1 .callout {
  display: inline-block;
  width: 100%;
  max-width: 270px;
  height: 200px;
}

.callout-section1 .callout a {
  font-size: 27px;
  line-height: 30px;
  padding: 0;
  color: #fff;
  position: relative;
  -webkit-transition: .37s;
  -o-transition: .37s;
  -moz-transition: .37s;
  transition: .37s;
  display: block;
  letter-spacing: .00em;
  margin: 0 10px;
}

.callout-section1 .callout a .icon {
  font-size: 90px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
  height: 96px;
}

.callout-section1 .callout a .main {
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  padding: 1px 0 25px;
}

.callout-section1 .callout a:hover .icon {
  -webkit-transform: scale(1.15) rotateY(-180deg);
     -moz-transform: scale(1.15) rotateY(-180deg);
          transform: scale(1.15) rotateY(-180deg);
  color: #c6e5ff;
}

.callout-section1 .callout a:hover .main {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.callout-section2 {
  z-index: 10;
  text-align: center;
  background: url(../images/section3.jpg) center center repeat #123451;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

.callout-section2 .callout {
  display: inline-block;
}

.callout-section2 .callout a {
  font-size: 24px;
  line-height: 26px;
  padding: 0;
  color: #fff;
  position: relative;
  -webkit-transition: .37s;
  -o-transition: .37s;
  -moz-transition: .37s;
  transition: .37s;
  display: block;
  letter-spacing: .00em;
  overflow: hidden;
}

.callout-section2 .callout a img {
  -webkit-transition: .76s;
  -o-transition: .76s;
  -moz-transition: .76s;
  transition: .76s;
  position: relative;
}

.callout-section2 .callout a .main {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/callout-bg.png) center top repeat-x;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  padding: 45px 0 30px;
}

.callout-section2 .callout a .w700 {
  font-size: 18px;
  letter-spacing: .2em;
}

.callout-section2 .callout a:hover .main {
  padding: 55px 0 35px;
}

.callout-section2 .callout a:hover img {
  -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
      -ms-transform: scale(1.06);
       -o-transform: scale(1.06);
          transform: scale(1.06);
}

/* Main Content Section */
.main-content-section {
  z-index: 9;
  background: #e8e8e8;
  /* Headings */
  /* staff & team photos */
  /* Page Photos */
  /* main content */
}

.main-content-section h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #004b88;
  margin-bottom: 33px;
  padding-bottom: 0;
  letter-spacing: 0.0em;
  text-transform: uppercase;
}

.home .main-content-section h1 {
  text-align: center;
}

.home .main-content-section h1 span {
  display: block;
  font-size: 33px;
  color: #ACD9DB;
}

.main-content-section h2 {
  color: #004a86;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
}

.main-content-section h3 {
  color: #aad9db;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.main-content-section h4 {
  color: #333333;
  font-size: 19px;
  font-weight: 400;
}

.main-content-section h5,
.main-content-section h6 {
  color: #333333;
  font-size: 17px;
  font-weight: 700;
}

.main-content-section .staff-photo {
  margin: 0 auto 20px;
  display: block;
}

.main-content-section #sidebar img {
  max-width: 100%;
  width: auto;
}

.main-content-section .content-text {
  text-align: left;
  min-height: 270px;
}

.home .main-content-section .content-text {
  min-height: 170px;
}

.main-content-section .content-text a {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
}

.main-content-section .content-text h2, .main-content-section .content-text h3, .main-content-section .content-text h4, .main-content-section .content-text h5, .main-content-section .content-text h6,
.main-content-section header h2,
.main-content-section header h3,
.main-content-section header h4,
.main-content-section header h5,
.main-content-section header h6 {
  margin: 0.2em 0 0.7em;
  text-align: left;
}

.office-tour .main-content-section .content-text h2,
.before-and-after .main-content-section .content-text h2, .office-tour .main-content-section .content-text h3,
.before-and-after .main-content-section .content-text h3, .office-tour .main-content-section .content-text h4,
.before-and-after .main-content-section .content-text h4, .office-tour .main-content-section .content-text h5,
.before-and-after .main-content-section .content-text h5, .office-tour .main-content-section .content-text h6,
.before-and-after .main-content-section .content-text h6, .office-tour
.main-content-section header h2,
.before-and-after
.main-content-section header h2, .office-tour
.main-content-section header h3,
.before-and-after
.main-content-section header h3, .office-tour
.main-content-section header h4,
.before-and-after
.main-content-section header h4, .office-tour
.main-content-section header h5,
.before-and-after
.main-content-section header h5, .office-tour
.main-content-section header h6,
.before-and-after
.main-content-section header h6 {
  text-align: center;
}

.main-content-section .content-text p,
.main-content-section header p {
  margin: 0 0 1.58em;
}

.main-content-section .content-text ul li,
.main-content-section header ul li {
  margin: 0 0 8px;
}

.sitemap .main-content-section .content-text ul, .sitemap
.main-content-section header ul {
  margin: 0 0 20px;
  font-size: 1.25em;
}

.sitemap .main-content-section .content-text ul li, .sitemap
.main-content-section header ul li {
  margin: 3px 0;
  list-style: none;
}

.sitemap .main-content-section .content-text ul li ul, .sitemap
.main-content-section header ul li ul {
  font-size: .85em;
  margin: 0 0 20px 15px;
}

.sitemap .main-content-section .subnav,
.blog .main-content-section .subnav {
  display: none;
}

/* Section 1 */
.section1 {
  z-index: 10;
  padding: 50px 0;
  text-align: center;
  background: url(../images/section2.jpg) center center #063356;
  color: #fff;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  /* General stylings - Btns */
}

.section1 h2 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: .0em;
  margin: 20px 0;
}

.section1 p {
  font-size: 20px;
  line-height: 21px;
}

.section1 .btns {
  margin: 20px 0 0px;
}

.section1 .btns a {
  display: inline-block;
  padding: 10px 20px;
  letter-spacing: .0em;
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  margin: 5px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.section1 .btns a:hover {
  background: #fff;
  color: #053155;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.section1 .dr-photo {
  display: inline-block;
}

.section1 .dr-photo img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.section1 .dr-photo:hover img {
  -webkit-transform: scale(0.98);
     -moz-transform: scale(0.98);
      -ms-transform: scale(0.98);
       -o-transform: scale(0.98);
          transform: scale(0.98);
}


  .doc-profile{
  margin:45px 0 0;
  }
   .section1 .left {
  margin-bottom:45px;
  }
  
/* Testimonials Section */
.testimonials-section {
  z-index: 10;
  text-align: center;
  background: url(../images/section1.jpg) center center repeat #496479;
  color: #fff;
  padding: 45px 0;
}

.testimonials-section h2 {
  margin: 0 0 20px;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: .0em;
}

.testimonials-section h2 i, .testimonials-section h2 svg {
  color: #ed1c24;
}

.testimonials-section p {
  font-size: 22px;
  line-height: 23px;
}

.testimonials-section h4 {
  font-size: 19px;
  color: #aad9db;
  margin: 10px 0 0;
}

.testimonials-section ul, .testimonials-section li {
  margin: 0 !important;
  padding: 0 !important;
}

.testimonials-section .bx-controls {
  display: none;
}

/* Logos Section */
.logos-section {
  background: #dbdbdb;
  text-align: center;
  z-index: 10;
}

.logos-section h2 {
  color: #ce4553;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 30px;
}

.logos-section .logo {
  display: inline-block;
  padding: 3% .5%;
}

.logos-section .logo img {
  max-width: 75%;
  height: auto;
}

.logos-section .logo:hover {
  -webkit-transform: scale(0.95);
     -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

/* Footer */
#ft {
  background: url(../images/ft-map.jpg) 49.7% center repeat-x;
  text-align: center;
  z-index: 10;
  padding: 0;
  border-top: 14px solid #fff;
}

#ft .markers .marker1 {
  display: inline-block;
  position: absolute;
  top: 35%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  left: 50%;
  margin-left: -35px;
}

#ft .markers .marker1 img {
  position: relative;
  width: 70px;
}

#ft .markers .marker1:hover {
  -webkit-transform: scale(0.95);
     -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

#ft .container {
  height: 500px;
}

/* Sesame Section */
.ft-design-credit {
  z-index: 20;
  background: #e8e8e8;
  font-size: 12px;
  line-height: 27px;
  text-align: center;
  padding: 15px 0;
  /* Header Social Icons */
}

.ft-design-credit .social-icons {
  clear: both;
  text-align: center;
  display: block;
  margin: 10px 0;
}

.ft-design-credit .social-icons a {
  color: #175a91;
  font-size: 18px;
  display: inline-block;
  padding: 4px;
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
}

.ft-design-credit .social-icons a:hover {
  -webkit-transform: scale(1.32);
     -moz-transform: scale(1.32);
      -ms-transform: scale(1.32);
       -o-transform: scale(1.32);
          transform: scale(1.32);
}

.ft-design-credit .sesame {
  color: #9a9898;
}

.ft-design-credit .sesame .div {
  padding: 0 1px;
  display: none;
}

.ft-design-credit .sesame a {
  color: #9a9898;
  display: block;
}

.ft-design-credit .sesame a img {
  margin: -2px 6px 0 0;
}

.ft-design-credit .sesame a:hover {
  color: #555;
}

.ft-design-credit .back-to-top {
  display: inline-block;
  font-size: 15px;
  color: #9a9898;
  padding: 3px 7px;
  margin: 15px 0 20px;
  border: 1px solid #fff;
}

.ft-design-credit .back-to-top i, .ft-design-credit .back-to-top svg {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.ft-design-credit .back-to-top:hover {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  color: #555;
}

.ft-design-credit .back-to-top:hover i, .ft-design-credit .back-to-top:hover svg {
  color: #ed1c24;
}

/* ===========================================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
	========================================================== */
@media only screen and (min-width: 48em) {
  body.oraverse,
  body.veneers,
  body.wisdom-teeth-impacted,
  body.dentures,
  body.somnodent-sleep-apnea-appliance,
  body.tap-appliance,
  body.juvederm-xc,
  body.clarity-sl,
  body.palatal-expander,
  body.retainer-instructions,
  body.acceledent-aura,
  body.common-procedures,
  body.solea-dental-laser,
  body.home,
  body.sitemap,
  body.meet-the-staff,
  body.meet-our-staff,
  body.our-staff,
  body.our-team,
  body.the-staff,
  body.the-team,
  body.meet-the-team,
   body.meet-the-hygienist,
  body.meet-our-team,
  body.types-of-braces,
  body.types-of-appliances,
  body.common-orthodontic-issues,
  body.common-procedures,
  body.office-tour,
  body.crowns-and-bridges,
  body.what-sets-us-apart,
  body.before-and-after,
  body.smile-gallery,
  body.invisalign,
  body.i-cat,
  body.invisalign,
  body.itero-element,
  body[class^='suresmile-'],
  body[class^='damon-'],
  body[class^='invisalign-'],
  body[class^='in-ovation-'],
  body.which-is-right-for-me,
  body.your-child-s-first-orthodontic-checkup,
  body.aao-testimonials,
  body.ortho-tv,
  body.my-life-my-smile-my-orthodontist,
  body[class^='damon-'] {
    /* .main-content-section header, */
  }
  body.oraverse #sidebar,
  body.veneers #sidebar,
  body.dentures #sidebar,
  body.wisdom-teeth-impacted #sidebar,
  body.crowns-and-bridges #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,
  bddy.meet-the-hygienist #sidebar,
  body.meet-the-team #sidebar,
  body.meet-our-team #sidebar,
  body.types-of-braces #sidebar,
  body.types-of-appliances #sidebar,
  body.common-orthodontic-issues #sidebar,
  body.common-procedures #sidebar,
  body.office-tour #sidebar,
  body.what-sets-us-apart #sidebar,
  body.before-and-after #sidebar,
  body.smile-gallery #sidebar,
  body.invisalign #sidebar,
  body.i-cat #sidebar,
  body.invisalign #sidebar,
  body.itero-element #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[class^='damon-'] #sidebar {
    display: none;
  }
  body.oraverse .content-text,
  body.oraverse header,
  body.veneers .content-text,
  body.veneers header,
  body.dentures .content-text,
  body.dentures header,
  body.wisdom-teeth-impacted .content-text,
  body.wisdom-teeth-impacted header,
  body.crowns-and-bridges .content-text,
  body.crowns-and-bridges header,
  body.somnodent-sleep-apnea-appliance .content-text,
  body.somnodent-sleep-apnea-appliance header,
  body.tap-appliance .content-text,
  body.tap-appliance header,
  body.juvederm-xc .content-text,
  body.juvederm-xc header,
  body.clarity-sl .content-text,
  body.clarity-sl header,
  body.palatal-expander .content-text,
  body.palatal-expander header,
  body.retainer-instructions .content-text,
  body.retainer-instructions header,
  body.acceledent-aura .content-text,
  body.acceledent-aura header,
  body.common-procedures .content-text,
  body.common-procedures header,
  body.solea-dental-laser .content-text,
  body.solea-dental-laser header,
  body.home .content-text,
  body.home header,
  body.sitemap .content-text,
  body.sitemap header,
  body.meet-the-staff .content-text,
  body.meet-the-staff header,
  body.meet-our-staff .content-text,
  body.meet-our-staff header,
  body.our-staff .content-text,
  body.our-staff header,
  body.our-team .content-text,
  body.our-team header,
  body.meet-the-hygienist .content-text,
  body.meet-the-hygienist header,
  body.the-staff .content-text,
  body.the-staff header,
  body.the-team .content-text,
  body.the-team header,
  body.meet-the-team .content-text,
  body.meet-the-team header,
  body.meet-our-team .content-text,
  body.meet-our-team header,
  body.types-of-braces .content-text,
  body.types-of-braces header,
  body.types-of-appliances .content-text,
  body.types-of-appliances header,
  body.common-orthodontic-issues .content-text,
  body.common-orthodontic-issues header,
  body.common-procedures .content-text,
  body.common-procedures header,
  body.office-tour .content-text,
  body.office-tour header,
  body.what-sets-us-apart .content-text,
  body.what-sets-us-apart header,
  body.before-and-after .content-text,
  body.smile-gallery .content-text,
  body.before-and-after header,
  body.smile-gallery header,
  body.invisalign .content-text,
  body.invisalign header,
  body.i-cat .content-text,
  body.i-cat header,
  body.invisalign .content-text,
  body.invisalign header,
  body.itero-element .content-text,
  body.itero-element header,
  body[class^='suresmile-'] .content-text,
  body[class^='suresmile-'] header,
  body[class^='damon-'] .content-text,
  body[class^='damon-'] header,
  body[class^='invisalign-'] .content-text,
  body[class^='invisalign-'] header,
  body[class^='in-ovation-'] .content-text,
  body[class^='in-ovation-'] header,
  body.which-is-right-for-me .content-text,
  body.which-is-right-for-me header,
  body.your-child-s-first-orthodontic-checkup .content-text,
  body.your-child-s-first-orthodontic-checkup header,
  body.aao-testimonials .content-text,
  body.aao-testimonials header,
  body.ortho-tv .content-text,
  body.ortho-tv header,
  body.my-life-my-smile-my-orthodontist .content-text,
  body.my-life-my-smile-my-orthodontist header,
  body[class^='damon-'] .content-text,
  body[class^='damon-'] header {
    width: 100%;
  }
  .main-content-section .staff-photo {
    float: right;
    margin: 0 0 25px 25px;
  }
  /* ======================================================
							  TABLET
	========================================================= */
  /* Header Section */
  #hd {
    padding: 0 0;
    text-align: left;
    /* Header Info - tablet */
    /* Header Social Icons - tablet*/
    /* Header Callouts - tablet*/
  }
  #hd .logo {
    display: inline-block;
    padding: 25px 0;
    width: 47%;
  }
  #hd .top {
    position: absolute;
    top: 7px;
    right: 0;
  }
  #hd .info .address {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  #hd .info .address .main {
    margin: 0 10px 0;
  }
  


  #hd .info .address .phone-outer {
    display: inline-block;
    top: 1px;
    position: relative;
  }
  #hd .social-icons {
    text-align: center;
  }
  #hd .callouts {
    display: block;
    position: absolute;
    top: 135px;
    right: 0;
    z-index: 1000;
  }
  /* Home Slideshow - tablet */
  .home-slideshow-section {
    z-index: 1;
    position: relative;
    background: #000;
    /*
		&:after {
			background: rgba(0,0,0,.7);
			content: "";
			position:absolute;
			top:0;
			height: 200%;
			width: 100%;
			left: 0;
			display: block;
			z-index: 50;
		}
		*/
  }
  .home-slideshow-section video {
    opacity: .3;
  }
  .home-slideshow-section .caption {
    font-size: 55px;
    line-height: 61px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
       -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
         -o-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    background: none;
    z-index: 90;
    opacity: .7;
    width: 600px;
  }
  /* Callouts Section1 - tablet */
  .callout-section1 .callout {
    padding: 20px 10px 10px;
    margin: 0 !important;
    width: 25% !important;
    max-width: 100%;
    border-right: 2px solid #80a5c4;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .callout-section1 .callout a {
    margin: 0 auto;
  }
  .callout-section1 .callout.callout4 {
    border: none;
  }
  .callout-section2 .callout {
    padding: 20px 10px 10px;
    margin: 0 !important;
    width: 33.33333% !important;
    max-width: 100%;
  }
  .callout-section2 .callout a {
    margin: 0 auto;
    font-size: 20px;
  }
  .callout-section2 .callout a .main {
    padding: 34px 0 15px;
  }
  /* Main Content Section - tablet */
  .main-content-section {
    /* main content */
  }
  .main-content-section h1 {
    font-size: 50px;
    line-height: 45px;
  }
  .main-content-section #sidebar {
    width: 34%;
    display: inline-block;
    text-align: right;
    margin: 7px 0 35px 35px;
    padding: 0;
    float: right;
  }
  .main-content-section .content-text,
  .main-content-section header {
    width: 61%;
    float: left;
  }
  .home .main-content-section .content-text, .home
  .main-content-section header {
    width: 100%;
    float: none;
  }
  .main-content-section .content-text {
    text-align: justify;
  }
  /* Section1 - tablet */
  .section1 {
    text-align: right;
  }
  .section1 h2 {
    font-size: 49px;
    line-height: 49px;
  }
  .section1 .photo {
    float: right;
    padding-left: 4%;
  }
  .section1 .left .photo {
    float: left;
    padding-right:4%;
  }
   .section1 .left .main {
    text-align:left
  }
  
    .doc-profile{
  clear:both;
  margin:45px 0;
  min-height: 325px;
  }
  
  /* Testimonials Section - tablet */
  .testimonials-section {
    padding: 80px 0;
  }
  .testimonials-section h2 {
    font-size: 55px;
    line-height: 55px;
  }
  /* Logos Section - tablet */
  .logos-section {
    padding: 20px 0;
  }
  .logos-section .logo {
    padding: 0 8px;
  }
  .logos-section .logo img {
    max-width: 100%;
    height: auto;
  }
  /* Footer Section - tablet */
  /* Sesame Section - tablet */
  .ft-design-credit {
    text-align: center;
    padding: 0;
  }
  .ft-design-credit .sesame {
    padding: 32px 0;
  }
  .ft-design-credit .sesame .div {
    display: inline-block;
  }
  .ft-design-credit .sesame a {
    display: inline-block;
  }
  .ft-design-credit .back-to-top {
    position: absolute;
    top: 28px;
    right: 0;
    margin: 0;
  }
  .ft-design-credit .social-icons {
    position: absolute;
    top: 25px;
    left: 0;
    margin: 0;
  }
}

/* end tablet  =========================== */
/* ===============================================
					DESKTOP
=============================================== */
@media only screen and (min-width: 64em) {
  .container {
    padding: 0;
    margin: 0 2%;
  }
  body {
    font-size: 22px;
    line-height: 36px;
  }
  /* Header Section - desktop */
  #hd {
    position: fixed;
    background: rgba(0, 49, 88, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 900;
    /* Nav Section - desktop */
  }
  #hd .logo {
    width: auto;
    padding: 32px 0;
  }
  #hd .callouts {
    position: fixed;
    top: 95%;
    -webkit-transform: translateY(-111%);
       -moz-transform: translateY(-111%);
        -ms-transform: translateY(-111%);
         -o-transform: translateY(-111%);
            transform: translateY(-111%);
    right: -1px;
    width: auto;
    z-index: 999;
  }
  #hd .callouts a {
    -webkit-transform-origin: right;
       -moz-transform-origin: right;
        -ms-transform-origin: right;
         -o-transform-origin: right;
            transform-origin: right;
  }
  #hd #main-nav {
    width: auto;
  }


  #hd #main-nav .collapsible.open,
  #hd #main-nav .collapsible {
    height: auto;
    background: none;
  }
  #hd #main-nav .collapsible.open ul,
  #hd #main-nav .collapsible ul {
    margin: 0;
    padding: 0;
    /*text-align: right;*/
    line-height: 30px;
  }
  #hd #main-nav .collapsible.open ul li,
  #hd #main-nav .collapsible ul li {
    margin: 0 0 0 16px;
    padding: 0 0 4px;
    float: none;
  }
  #hd #main-nav .collapsible.open ul li a,
  #hd #main-nav .collapsible ul li a {
    font-size: 15px;
    display: inline-block;
    color: #fff;
    height: 35px;
    line-height: 34px;
    padding: 0 1px;
    background: none !important;
  }
  #hd #main-nav .collapsible.open ul li a:after,
  #hd #main-nav .collapsible ul li a:after {
    background: url(../images/nav-hov.png) center top no-repeat;
    width: 16px;
    height: 13px;
    content: " ";
    position: absolute;
    display: block;
    top: -5px;
    margin-left: -8px;
    left: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .35s;
    -o-transition: .35s;
    -moz-transition: .35s;
    transition: .35s;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
  }
  #hd #main-nav .collapsible.open ul li.active > a,
  #hd #main-nav .collapsible.open ul li:hover > a,
  #hd #main-nav .collapsible ul li.active > a,
  #hd #main-nav .collapsible ul li:hover > a {
    color: #fff;
    background: none;
  }
  #hd #main-nav .collapsible.open ul li.active > a:after,
  #hd #main-nav .collapsible.open ul li:hover > a:after,
  #hd #main-nav .collapsible ul li.active > a:after,
  #hd #main-nav .collapsible ul li:hover > a:after {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  #hd #main-nav .collapsible.open ul li.contact-us ul,
  #hd #main-nav .collapsible.open ul li.contact ul,
  #hd #main-nav .collapsible ul li.contact-us ul,
  #hd #main-nav .collapsible ul li.contact ul {
    left: auto;
    right: -21px;
    text-align: right;
  }
  #hd #main-nav .collapsible.open ul ul,
  #hd #main-nav .collapsible.open ul .open ul,
  #hd #main-nav .collapsible ul ul,
  #hd #main-nav .collapsible ul .open ul {
    text-align: left;
    background: #004b88;
    padding: 23px 0;
    margin: 0 0 0 -21px;
    width: auto;
    min-width: 215px;
    display: none;
    position: absolute;
    left: 0;
  }
  #hd #main-nav .collapsible.open ul ul li,
  #hd #main-nav .collapsible.open ul .open ul li,
  #hd #main-nav .collapsible ul ul li,
  #hd #main-nav .collapsible ul .open ul li {
    padding: 0;
    margin: 0;
    height: auto;
    -webkit-animation: none;
       -moz-animation: none;
         -o-animation: none;
            animation: none;
    opacity: 1;
  }
  #hd #main-nav .collapsible.open ul ul li a,
  #hd #main-nav .collapsible.open ul ul li.active a,
  #hd #main-nav .collapsible.open ul .open ul li a,
  #hd #main-nav .collapsible.open ul .open ul li.active a,
  #hd #main-nav .collapsible ul ul li a,
  #hd #main-nav .collapsible ul ul li.active a,
  #hd #main-nav .collapsible ul .open ul li a,
  #hd #main-nav .collapsible ul .open ul li.active a {
    font-weight: 400;
    text-transform: none;
    letter-spacing: .0em;
    font-size: 15px;
    line-height: 24px;
    color: #fff !important;
    padding: 0 24px;
    height: auto;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: none;
    margin: 0;
    border: none !important;
    white-space: nowrap;
    display: block;
  }
  #hd #main-nav .collapsible.open ul ul li a:after,
  #hd #main-nav .collapsible.open ul ul li.active a:after,
  #hd #main-nav .collapsible.open ul .open ul li a:after,
  #hd #main-nav .collapsible.open ul .open ul li.active a:after,
  #hd #main-nav .collapsible ul ul li a:after,
  #hd #main-nav .collapsible ul ul li.active a:after,
  #hd #main-nav .collapsible ul .open ul li a:after,
  #hd #main-nav .collapsible ul .open ul li.active a:after {
    display: none;
  }
  #hd #main-nav .collapsible.open ul ul li a:hover,
  #hd #main-nav .collapsible.open ul ul li.active a:hover,
  #hd #main-nav .collapsible.open ul .open ul li a:hover,
  #hd #main-nav .collapsible.open ul .open ul li.active a:hover,
  #hd #main-nav .collapsible ul ul li a:hover,
  #hd #main-nav .collapsible ul ul li.active a:hover,
  #hd #main-nav .collapsible ul .open ul li a:hover,
  #hd #main-nav .collapsible ul .open ul li.active a:hover {
    color: #aad9db !important;
    background: none !important;
  }
  #hd #main-nav .collapsible.open ul li:hover ul,
  #hd #main-nav .collapsible ul li:hover ul {
    display: block;
  }
  #hd #main-nav ul li.services ul{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
   #hd #main-nav ul .services ul li.low-dose-radiation a,  
   #hd #main-nav ul .services ul li.green-3-d-imaging a, 
   #hd #main-nav ul .services ul li.bpa-free-tooth-colored-fillings a,  
   #hd #main-nav ul .services ul li.crowns-and-bridges a,  
   #hd #main-nav ul .services ul li.dentures a,  
   #hd #main-nav ul .services ul li.extractions a,  
   #hd #main-nav ul .services ul li.wisdom-teeth-impacted a,  
   #hd #main-nav ul .services ul li.bone-grafting a,  
   #hd #main-nav ul .services ul li.sinus-lifts a,  
   #hd #main-nav ul .services ul li.what-is-gum-disease a,  
   #hd #main-nav ul .services ul li.early-detection-and-treatment a,  
   #hd #main-nav ul .services ul li.non-surgical-gum-treatment a,  
   #hd #main-nav ul .services ul li.mouth-body-connection a,  
   #hd #main-nav ul .services ul li.periodontal-surgery a,  
   #hd #main-nav ul .services ul li.cari-free-cavity-risk-detection a,  
   #hd #main-nav ul .services ul li.microscopic-health-screenings a,  
   #hd #main-nav ul .services ul li.probiotic-treatment a,  
   #hd #main-nav ul .services ul li.nitrous-oxide a,  
   #hd #main-nav ul .services ul li.oral-conscious-sedation a,  
   #hd #main-nav ul .services ul li.grinding-bruxism a,  
   #hd #main-nav ul .services ul li.snoring-prevention a,  
   #hd #main-nav ul .services ul li.obstructive-sleep-apnea-osa a {
    margin-left: 20px;
   }
   
     #hd .info .address .main.pay {
display: inline-block;
    text-align: center;
  margin: 0 10px 0;
    width: auto;
}

  /* Home Slideshow - desktop */
  .home-slideshow-section {
    position: absolute;
    width: 100%;
  }
  .home-slideshow-section video {
    margin: 0 0%;
    width: 100%;
  }
  .home-slideshow-section .caption {
    margin: 0;
    padding: 0;
  }
  /* Subnav - desktop */
  .subnav-section {
    margin-top: 100px;
    padding: 68px 0;
  }
  /* Callout Section1 - desktop */
  .callout-section1 {
    margin-top: 56%;
    z-index: 20;
    padding: 64px 0;
  }
  .callout-section1 .container {
    max-width: 1140px;
  }
  .callout-section2 {
    padding: 40px 0 76px;
    -moz-background-size: auto auto;
      -o-background-size: auto auto;
         background-size: auto auto;
  }
  .callout-section2 .callout {
    padding: 40px 18px 5px;
  }
  .callout-section2 .callout a {
    font-size: 24px;
  }
  .callout-section2 .callout a .main {
    padding: 64px 0 31px;
  }
  .callout-section2 .callout a:hover .main {
    padding: 74px 0 41px;
  }
  /* Main Conent Section - desktop */
  .main-content-section {
    padding: 129px 0 50px;
  }
  .home .main-content-section {
    padding: 86px 0 50px;
  }
  .home .main-content-section .content-text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
    -webkit-column-width: 50%;
       -moz-column-width: 50%;
            column-width: 50%;
  }
  .main-content-section h1 {
    font-size: 49px;
    margin-bottom: 47px;
  }
  .main-content-section #sidebar {
    margin: 6px 0 0;
  }
  .main-content-section .content-text {
    width: 63%;
  }
  .home .main-content-section .content-text {
    width: 100%;
  }
  /* Testimonials Section - desktop */
  .testimonials-section {
    padding: 80px 0 66px;
  }
  .testimonials-section h2 {
    margin: 0 0 35px;
  }
  .testimonials-section li {
    padding: 0 78px !important;
    width: auto !important;
  }
  .testimonials-section h4 {
    margin: 17px 0 0;
  }
  .section1 {
    padding: 50px 0;
  }
  .section1 .container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .section1 p {
    font-size: 22px;
    line-height: 23px;
  }
  .section1 h2 {
    margin: 20px 0 31px;
  }
  .section1 .btns {
    margin-top: 30px;
  }
  .section1 .btns a {
    padding: 15px 26px;
  }
  

  /* Logos Section - desktop */
  .logos-section .container {
    max-width: 1290px;
  }
  .logos-section .logos .logo {
    padding: 0 11px;
  }
  .logos-section .logos .logo:nth-of-type(1n+0) {
    -webkit-animation-delay: 1s;
       -moz-animation-delay: 1s;
         -o-animation-delay: 1s;
            animation-delay: 1s;
  }
  .logos-section .logos .logo:nth-of-type(2n+0) {
    -webkit-animation-delay: .1s;
       -moz-animation-delay: .1s;
         -o-animation-delay: .1s;
            animation-delay: .1s;
  }
  .logos-section .logos .logo:nth-of-type(3n+0) {
    -webkit-animation-delay: .8s;
       -moz-animation-delay: .8s;
         -o-animation-delay: .8s;
            animation-delay: .8s;
  }
  .logos-section .logos .logo:nth-of-type(4n+0) {
    -webkit-animation-delay: .4s;
       -moz-animation-delay: .4s;
         -o-animation-delay: .4s;
            animation-delay: .4s;
  }
  .logos-section .logos .logo:nth-of-type(5n+0) {
    -webkit-animation-delay: .7s;
       -moz-animation-delay: .7s;
         -o-animation-delay: .7s;
            animation-delay: .7s;
  }
  .logos-section .logos .logo:nth-of-type(6n+0) {
    -webkit-animation-delay: .5s;
       -moz-animation-delay: .5s;
         -o-animation-delay: .5s;
            animation-delay: .5s;
  }
  .logos-section .logos .logo:nth-of-type(7n+0) {
    -webkit-animation-delay: .9s;
       -moz-animation-delay: .9s;
         -o-animation-delay: .9s;
            animation-delay: .9s;
  }
  .logos-section .logos .logo:nth-of-type(8n+0) {
    -webkit-animation-delay: .2s;
       -moz-animation-delay: .2s;
         -o-animation-delay: .2s;
            animation-delay: .2s;
  }
  /* Footer Section - desktop */
  #ft .markers .marker1 {
    top: 35%;
    margin-left: -40px;
  }
  /* Sesame Section - desktop */
  .ft-design-credit {
    padding: 0 0 60px;
  }
}

/* end desktop  =========================== */
@media only screen and (min-width: 1250px) {
  .container {
    margin: 0 auto;
  }
  #hd #main-nav .collapsible.open ul li,
  #hd #main-nav .collapsible ul li {
    margin: 0 0 0 23px;
  }

    #hd {
    height: 100px;
  }
    #hd #main-nav {
    margin: 0;
    position: absolute;
    top: 57px;
    right: 0;
    width: auto;
  }
  #hd #main-nav .collapsible.open ul, #hd #main-nav .collapsible ul{
     text-align: right; 
  }
}




  body.what-sets-us-apart table {
  width: 100%;
  border-collapse: collapse;
}
  body.what-sets-us-apart tr:nth-of-type(odd) {
    background: url(../images/subnav.png) center top repeat #aad9db;
  }

  body.what-sets-us-apart th {
  background: #174366;
  color: white;
  font-weight: bold;
  vertical-align: middle !important;
  text-align: center !important;

}
  body.what-sets-us-apart td,  body.what-sets-us-apart th {
  padding: 6px;
  border: 1px solid #174366;
  text-align: left;
  width: 50%;
  vertical-align: top;
}

  body.what-sets-us-apart td img{
    margin: auto;
    display: block;
}



@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

  /* Force table to not be like tables anymore */
  body.what-sets-us-apart table,
  body.what-sets-us-apart thead,
  body.what-sets-us-apart tbody,
  body.what-sets-us-apart th,
  body.what-sets-us-apart td,
  body.what-sets-us-apart tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  body.what-sets-us-apart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  body.what-sets-us-apart tr { border: 1px solid #ccc; }

  body.what-sets-us-apart td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  body.what-sets-us-apart td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    /*white-space: nowrap;*/
  }

  /* Zebra striping */


  /*
  Label the data
  */
  body.what-sets-us-apart td:nth-of-type(1):before { content: "Most Dental Offices"; }
  body.what-sets-us-apart td:nth-of-type(2):before { content: "Dental Health Center of Northern Virginia"; }

}
