.fa,
.fas,
.fab,
.far,
.fal {
  vertical-align: middle;
}

.embed-video {
  width: 0;
  display: block;
  padding: 30% 50%;
  position: relative;
  margin-bottom: 30px;
}

.embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Basics */
.caps {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.normalcase, .no-caps {
  text-transform: none !important;
}

.small-caps {
  font-variant: small-caps;
}

.rel {
  position: relative;
}

.w100 {
  font-weight: 100 !important;
}

.w200 {
  font-weight: 200 !important;
}

.w300 {
  font-weight: 300 !important;
}

.w400 {
  font-weight: 400 !important;
}

.w500 {
  font-weight: 500 !important;
}

.w600 {
  font-weight: 600 !important;
}

.w700 {
  font-weight: 700 !important;
}

.w900 {
  font-weight: 900 !important;
}

.w800 {
  font-weight: 800 !important;
}

.w900 {
  font-weight: 900 !important;
}

.em {
  font-style: italic !important;
}

.round {
  -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;
  font-size: .95em;
  line-height: 1.45em;
}

table.office-hours td {
  padding: 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 12px;
  font-size: .96em;
}

table.office-hours td.time {
  opacity: .8;
}

table.office-hours td.title {
  font-size: 1.07em;
}

.slideshow-nav .slideshow-active-page a {
  color: #007fa3 !important;
}

/* 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: #007fa3;
  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: #063446;
  text-transform: capitalize;
}

body.sitemap #content ul li a:hover,
body.sitemap #content ul ul li a:hover {
  color: #22add5;
}

/* Office Tour - Update 2018-09-12 */
.office-tour-outer {
  text-align: center;
}

.office_tour.cycle-slideshow {
  width: 100%;
  position: relative;
  margin: 10px 0 20px;
}

.office_tour.cycle-slideshow img {
  padding: 0 5%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.office_tour.cycle-slideshow .slide-control {
  z-index: 900;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 20px 0;
  color: #007fa3;
  font-size: 2.8em;
}

.office_tour.cycle-slideshow .slide-control i {
  -webkit-transition: 0.35s ease-out;
  -o-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}

.office_tour.cycle-slideshow .slide-control.cycle-prev {
  left: 0;
  text-align: left;
}

.office_tour.cycle-slideshow .slide-control.cycle-prev i {
  -webkit-transform-origin: left center;
     -moz-transform-origin: left center;
      -ms-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
}

.office_tour.cycle-slideshow .slide-control.cycle-next {
  right: 0;
  text-align: right;
  direction: rtl;
}

.office_tour.cycle-slideshow .slide-control.cycle-next i {
  -webkit-transform-origin: right center;
     -moz-transform-origin: right center;
      -ms-transform-origin: right center;
       -o-transform-origin: right center;
          transform-origin: right center;
}

.office_tour.cycle-slideshow .slide-control:hover {
  cursor: pointer;
}

.office_tour.cycle-slideshow .slide-control:hover i {
  -webkit-transform: scale(1.4);
     -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
       -o-transform: scale(1.4);
          transform: scale(1.4);
  opacity: 0.68;
}

.office-tour-pager {
  text-align: center;
}

.office-tour-pager a {
  margin: 3px;
  display: inline-block;
  width: .8em;
  height: .8em;
  -webkit-border-radius: 999em;
     -moz-border-radius: 999em;
          border-radius: 999em;
  border: 1px solid #007fa3;
}

.office-tour-pager a.cycle-pager-active {
  background: #007fa3;
}

.office-tour-pager a:hover {
  background: #009bc7;
  border: 1px solid #008bb2;
}

/* Form Buttons */
form button {
  background: #007fa3;
  color: #fff;
  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: #00303d;
}

/* 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: #007fa3;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}

form#blog_search {
  background: #007fa3;
  color: #063446;
  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: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px;
  text-align: center;
  margin: 0 0 3px;
}

form#blog_search input {
  background: #fff;
  color: #063446;
  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: #ebebeb;
}

form#blog_search button {
  display: block;
  background: #22add5;
  color: #fff;
  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: #14667d;
}

/* 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 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;
  }
  .video-sleeve {
    width: 100%;
    max-width: 80%;
  }
  .video-sleeve-60 {
    width: 100%;
    max-width: 60%;
  }
  /* Office Hours -tablet */
  table.office-hours {
    font-size: 1em;
  }
  table.office-hours td {
    padding: 9px 15px;
    padding-right: 30px;
  }
  table.office-hours td.title {
    padding: 11px 15px;
  }
}

body {
  font: normal normal 18px/33px 'Lato', Helvetica, Arial, sans-serif;
  background: #fff;
  color: #063446;
  overflow-x: hidden;
  -webkit-transition-duration: 0.32s;
     -moz-transition-duration: 0.32s;
       -o-transition-duration: 0.32s;
          transition-duration: 0.32s;
}

.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: 'Libre Baskerville', Helvetica, Arial, sans-serif;
}

/* Links */
a {
  color: #007fa3;
  -webkit-transition-duration: 0.31s;
     -moz-transition-duration: 0.31s;
       -o-transition-duration: 0.31s;
          transition-duration: 0.31s;
  text-decoration: none;
}

a:hover {
  color: #22add5;
}

hr {
  color: #02aed2;
  background-color: #02aed2;
  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 4.5%;
  width: auto !important;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

ul, ol {
  margin: 0 0 1.8em 2em;
}

/* Header */
#hd {
  z-index: 900;
  text-align: center;
  background: #fff;
  /* Main Nav - mobile */
  /* Header Callouts */
}

#hd .container {
  margin: 0 auto;
}

#hd #main-nav {
  z-index: 100;
  text-align: center;
  margin: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

#hd #main-nav .trigger {
  color: #fff;
  padding: 0px 7px;
  padding-bottom: 0px;
  font-size: 17px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 9000;
  background: #017da0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 32px;
}

#hd #main-nav .trigger .nav-icon {
  width: 23px;
  height: 12px;
  position: relative;
  display: inline-block;
  z-index: 900;
  -webkit-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
  vertical-align: top;
  top: 9px;
}

#hd #main-nav .trigger .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-transition: .35s;
  -o-transition: .35s;
  -moz-transition: .35s;
  transition: .35s;
}

#hd #main-nav .trigger .nav-icon span:nth-child(1) {
  top: 0px;
}

#hd #main-nav .trigger .nav-icon span:nth-child(2), #hd #main-nav .trigger .nav-icon span:nth-child(3) {
  top: 50%;
}

#hd #main-nav .trigger .nav-icon span:nth-child(4) {
  top: 100%;
}

#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 .open .trigger {
  background: #fff;
}

#hd #main-nav .open .trigger .nav-icon {
  -webkit-transform: scale(1.26);
     -moz-transform: scale(1.26);
      -ms-transform: scale(1.26);
       -o-transform: scale(1.26);
          transform: scale(1.26);
  top: 8px;
}

#hd #main-nav .open .trigger .nav-icon span {
  background: #333;
}

#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(44deg);
     -moz-transform: rotate(44deg);
      -ms-transform: rotate(44deg);
       -o-transform: rotate(44deg);
          transform: rotate(44deg);
}

#hd #main-nav .open .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-44deg);
     -moz-transform: rotate(-44deg);
      -ms-transform: rotate(-44deg);
       -o-transform: rotate(-44deg);
          transform: rotate(-44deg);
}

#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 .collapsible ul {
  position: relative;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
  padding: 10px 0;
  z-index: 0;
}

#hd #main-nav .collapsible ul li a {
  font-size: 17px;
  line-height: 16px;
  margin: 0 0 1px;
  color: #fff;
  display: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

#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 {
  position: absolute;
  height: auto;
  padding: 29px 0;
}

#hd #main-nav .collapsible.open:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #017da0;
  z-index: -1;
  opacity: .98;
}

#hd #main-nav .collapsible.open ul li {
  opacity: 0;
}

#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.2);
}

#hd #main-nav .collapsible.open ul li:nth-of-type(1n) {
  -webkit-animation: mymove 1s 1 forwards;
     -moz-animation: mymove 1s 1 forwards;
       -o-animation: mymove 1s 1 forwards;
          animation: mymove 1s 1 forwards;
  -webkit-animation-delay: .1s;
     -moz-animation-delay: .1s;
       -o-animation-delay: .1s;
          animation-delay: .1s;
}

#hd #main-nav .collapsible.open ul li:nth-of-type(2n) {
  -webkit-animation: mymove 1s 1  forwards;
     -moz-animation: mymove 1s 1  forwards;
       -o-animation: mymove 1s 1  forwards;
          animation: mymove 1s 1  forwards;
  -webkit-animation-delay: .15s;
     -moz-animation-delay: .15s;
       -o-animation-delay: .15s;
          animation-delay: .15s;
}

#hd #main-nav .collapsible.open ul li:nth-of-type(3n) {
  -webkit-animation: mymove 1s 1  forwards;
     -moz-animation: mymove 1s 1  forwards;
       -o-animation: mymove 1s 1  forwards;
          animation: mymove 1s 1  forwards;
  -webkit-animation-delay: .2s;
     -moz-animation-delay: .2s;
       -o-animation-delay: .2s;
          animation-delay: .2s;
}

#hd #main-nav .collapsible.open ul li:nth-of-type(4n) {
  -webkit-animation: mymove 1s 1  forwards;
     -moz-animation: mymove 1s 1  forwards;
       -o-animation: mymove 1s 1  forwards;
          animation: mymove 1s 1  forwards;
  -webkit-animation-delay: .25s;
     -moz-animation-delay: .25s;
       -o-animation-delay: .25s;
          animation-delay: .25s;
}

#hd #main-nav .collapsible.open ul li:nth-of-type(5n) {
  -webkit-animation: mymove 1s 1  forwards;
     -moz-animation: mymove 1s 1  forwards;
       -o-animation: mymove 1s 1  forwards;
          animation: mymove 1s 1  forwards;
  -webkit-animation-delay: .3s;
     -moz-animation-delay: .3s;
       -o-animation-delay: .3s;
          animation-delay: .3s;
}

#hd #main-nav .collapsible.open ul li:nth-of-type(6n) {
  -webkit-animation: mymove 1s 1  forwards;
     -moz-animation: mymove 1s 1  forwards;
       -o-animation: mymove 1s 1  forwards;
          animation: mymove 1s 1  forwards;
  -webkit-animation-delay: .35s;
     -moz-animation-delay: .35s;
       -o-animation-delay: .35s;
          animation-delay: .35s;
}

#hd #main-nav .collapsible.open ul li:nth-of-type(7n) {
  -webkit-animation: mymove 1s 1  forwards;
     -moz-animation: mymove 1s 1  forwards;
       -o-animation: mymove 1s 1  forwards;
          animation: mymove 1s 1  forwards;
  -webkit-animation-delay: .4s;
     -moz-animation-delay: .4s;
       -o-animation-delay: .4s;
          animation-delay: .4s;
}

#hd #main-nav .collapsible.open ul li:nth-of-type(8n) {
  -webkit-animation: mymove 1s 1  forwards;
     -moz-animation: mymove 1s 1  forwards;
       -o-animation: mymove 1s 1  forwards;
          animation: mymove 1s 1  forwards;
  -webkit-animation-delay: .45s;
     -moz-animation-delay: .45s;
       -o-animation-delay: .45s;
          animation-delay: .45s;
}

#hd #main-nav .collapsible.open ul li:nth-of-type(9n) {
  -webkit-animation: mymove 1s 1  forwards;
     -moz-animation: mymove 1s 1  forwards;
       -o-animation: mymove 1s 1  forwards;
          animation: mymove 1s 1  forwards;
  -webkit-animation-delay: .5s;
     -moz-animation-delay: .5s;
       -o-animation-delay: .5s;
          animation-delay: .5s;
}

#hd #main-nav .collapsible.open ul .open ul {
  background: rgba(5, 5, 5, 0.14);
  padding-bottom: 10px;
}

#hd #main-nav .collapsible.open ul .open ul li {
  height: 43px;
  opacity: 1;
}

#hd .logo {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 20px 45px;
}

#hd .logo span {
  display: inline-block;
  position: relative;
}

#hd .logo img {
  display: inline-block;
  width: 100%;
}

#hd .top {
  line-height: 18px;
  padding: 14px 0;
  background: #03add2;
  color: #fff;
}

#hd .main {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  letter-spacing: .1em;
  margin: 0px 5px 5px;
  vertical-align: middle;
}

#hd .main:hover {
  color: #ccecf3;
}

#hd .phone-outer {
  font-size: 15px;
  line-height: 15px;
  display: block;
  margin: 0px 5px 1px;
  letter-spacing: .1em;
  vertical-align: middle;
}

#hd .phone-outer .phone,
#hd .phone-outer .phone a {
  color: #fff;
  display: inline-block;
}

#hd .callouts {
  margin: 5px 5px 5px;
  display: inline-block;
  vertical-align: middle;
}

#hd .callouts ul, #hd .callouts li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

#hd .callouts a {
  font-size: 15px;
  line-height: 27px;
  background: #017da0;
  color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin: 0;
  letter-spacing: 0.0em;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 33px;
  height: 29px;
}

#hd .callouts a:hover {
  background: #fff;
  color: #017da0;
}

#hd .social-icons {
  display: inline-block;
  margin: 5px 5px 0;
  vertical-align: middle;
}

#hd .social-icons a {
  color: #fff;
  background: #2C63A4;
  font-size: 15px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  z-index: 10;
  text-align: center;
  display: inline-block;
  -webkit-transition: .34s;
  -o-transition: .34s;
  -moz-transition: .34s;
  transition: .34s;
}

#hd .social-icons a i {
  vertical-align: 5%;
}

#hd .social-icons a.hg i {
  font-weight: 400;
  vertical-align: -5%;
}

#hd .social-icons a:hover {
  -webkit-transform: scale(1.35);
     -moz-transform: scale(1.35);
      -ms-transform: scale(1.35);
       -o-transform: scale(1.35);
          transform: scale(1.35);
  z-index: 20;
}

/* Home Slideshow */
.home-slideshow-section {
  padding: 0;
  height: auto;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  background: #fff;
}

.home-slideshow-section video {
  margin: 0 -7%;
  z-index: 10;
  width: 114%;
  display: block;
}

.home-slideshow-section .caption {
  font-size: 22px;
  line-height: 25px;
  color: #02aed2;
  padding: 20px 15px;
  letter-spacing: .00em;
  z-index: 50;
  background: #fff;
}

.home-slideshow-section .caption .btn {
  margin: 15px 0 0;
  background: #02aed2;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  padding: 17px 22px;
  letter-spacing: .07em;
}

.home-slideshow-section .caption .btn:hover {
  background: #fff;
  color: #02aed2;
  -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 Section 1 */
.callout-section1 {
  z-index: 10;
  text-align: center;
  background: #009bbc;
  padding: 1px 0;
}

.callout-section1 .container {
  padding: 0;
  margin: 0;
}

.callout-section1 .callout {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 1px 0;
}

.callout-section1 .callout a {
  font-size: 30px;
  line-height: 32px;
  padding: 0;
  color: #fff;
  position: relative;
  -webkit-transition: .45s;
  -o-transition: .45s;
  -moz-transition: .45s;
  transition: .45s;
  display: block;
  letter-spacing: .00em;
  overflow: hidden;
  background: #02aed2;
  padding: 20px 15px;
}

.callout-section1 .callout a .bg,
.callout-section1 .callout a .icon {
  display: none;
}

.callout-section1 .callout a:hover {
  background: #009bbc;
}

/* Subnav Section */
.subnav-section {
  text-align: center;
  background: #02aed2;
}

.subnav-section p,
.subnav-section a {
  color: #fff;
}

.subnav-section p {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.07em;
}

.subnav-section p a {
  text-decoration: none;
  display: inline-block;
  margin: 3px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.subnav-section p a.active, .subnav-section p a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#hm-content-video {
  margin: 0;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}

/* Section 1 */
.section1 {
  z-index: 10;
  padding: 46px 0;
  text-align: center;
  background: #05799c;
  color: #fff;
}

.section1 .photo {
  max-width: 250px;
  margin: 0 auto 30px;
  display: block;
}

.section1 h2 {
  font-size: 35px;
  line-height: 35px;
  letter-spacing: .0em;
  margin: 0 0 10px;
}

.section1 p {
  font-size: 18px;
  line-height: 30px;
  margin: 10px 0 0;
}

.btns {
  margin-top: 19px;
}

.btns a {
  background: #fff;
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #063446;
  padding: 15px 15px;
  margin: 0;
  letter-spacing: 0.0em;
  -webkit-transition: .6s;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
}

.btns a i {
  position: relative;
  top: -2px;
  color: #02aed2;
  padding-left: 3px;
}

.btns a:hover {
  color: #255184;
  background: #fff;
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

/* h1 Formatting */
h1 {
  font-size: 33px;
  line-height: 40px;
  font-weight: 400;
  color: #007fa3;
  margin-bottom: 30px;
  padding-bottom: 0;
  letter-spacing: 0.0em;
  text-transform: uppercase;
  border-bottom: 1px solid #007fa3;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.home h1 {
  text-align: center;
}

.home h1 span {
  display: block;
}

/* Main Content Section */
.main-content-section {
  z-index: 9;
  background: #fff;
  padding: 0;
  /* staff & team photos */
  /* Page Photos */
  /* main content */
}

.main-content-section h2 {
  color: #18617f;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
}

.main-content-section h3 {
  color: #18617f;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
}

.main-content-section h4 {
  color: #18617f;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
}

.main-content-section h5,
.main-content-section h6 {
  font-weight: 400;
  color: #18617f;
  font-size: 20px;
  text-transform: uppercase;
}

.main-content-section .staff-photo {
  margin: 0 auto 20px;
  display: block;
}

.main-content-section #sidebar img {
  max-width: 100%;
  width: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #02aed2;
}

.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-weight: 700;
}

.home .main-content-section .bg {
  position: relative;
  z-index: 99;
  background: rgba(255, 255, 255, 0.75);
  padding: 40px 30px;
}

.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: .2em 0 1.1em;
  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;
  text-transform: uppercase;
}

.sitemap .main-content-section .content-text ul a:hover, .sitemap
.main-content-section header ul a:hover {
  opacity: .76;
}

.sitemap .main-content-section .content-text ul li, .sitemap
.main-content-section header ul li {
  margin: 3px 0 25px;
  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 0;
}

.sitemap .main-content-section .content-text ul li ul li, .sitemap
.main-content-section header ul li ul li {
  margin: 3px 0 3px;
}

.sitemap .main-content-section .content-text ul li ul a, .sitemap
.main-content-section header ul li ul a {
  text-transform: none;
}

.sitemap .main-content-section .subnav,
.blog .main-content-section .subnav {
  display: none;
}

.callout-section2 {
  z-index: 10;
  text-align: center;
  background: #009bbc;
  padding: 1px 0;
}

.callout-section2 h2 {
  padding: 30px 0;
  font-size: 35px;
  color: #fff;
}

.callout-section2 .container {
  padding: 0;
  margin: 0;
}

.callout-section2 .callout {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 1px 0;
}

.callout-section2 .callout a {
  font-size: 30px;
  line-height: 32px;
  padding: 0;
  color: #fff;
  position: relative;
  -webkit-transition: .45s;
  -o-transition: .45s;
  -moz-transition: .45s;
  transition: .45s;
  display: block;
  letter-spacing: .00em;
  overflow: hidden;
  background: #02aed2;
  padding: 20px 15px;
}

.callout-section2 .callout a .bg,
.callout-section2 .callout a .icon {
  display: none;
}

.callout-section2 .callout a:hover {
  background: #009bbc;
}

/* Footer */
#ft {
  background: #007fa3;
  text-align: center;
  z-index: 10;
  padding: 0;
  /* Sesame Section */
}

#ft .container {
  padding: 0;
  margin: 0;
}

#ft .locations {
  padding: 10px 0 20px;
}
#ft .location {
  padding: 10px;
}

#ft .logo {
  display: block;
  margin: 0 0 10px;
}

#ft .main {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  display: block;
  letter-spacing: .02em;
}

#ft .main:hover {
  color: #d1eef4;
}

#ft .phone-outer,
#ft .phone-desk {
  font-size: 18px;
  line-height: 18px;
  display: block;
  margin: 5px 0 0px;
  letter-spacing: .02em;
}

#ft .phone-outer .phone,
#ft .phone-outer .phone a,
#ft .phone-desk .phone,
#ft .phone-desk .phone a {
  color: #fff;
  display: inline-block;
}

#ft .ft-design-credit {
  z-index: 20;
  background: #29657f;
  font-size: 10px;
  line-height: 27px;
  text-align: center;
  padding: 25px 0;
}

#ft .ft-design-credit .sesame {
  color: #fff;
  letter-spacing: 0.1em;
}

#ft .ft-design-credit .sesame .div {
  padding: 0 5px;
  display: none;
}

#ft .ft-design-credit .sesame a {
  color: #fff;
  display: block;
}

#ft .ft-design-credit .sesame a img {
  margin: -2px 6px 0 0;
}

#ft .ft-design-credit .sesame a:hover {
  opacity: .7;
}

#ft .ft-design-credit .social-icons {
  margin: 0 0 20px;
}

#ft .ft-design-credit .social-icons a {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  padding: 5px;
}

#ft .ft-design-credit .social-icons a:hover {
  color: #b2e5f0;
}

#ft .ft-design-credit .back-to-top {
  display: inline-block;
  position: relative;
  font-size: 10px;
  line-height: 17px;
  color: #fff;
  padding: 0;
  margin: 0 0 15px;
  letter-spacing: 0.1em;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  text-align: center;
}

#ft .ft-design-credit .back-to-top i {
  color: #30d5f8;
  font-size: 20px;
  vertical-align: middle;
  top: -1px;
  position: relative;
  padding-right: 5px;
}

#ft .ft-design-credit .back-to-top:hover {
  color: #b2e5f0;
}

/* ===========================================================
Tablet / Desktop Stylings
Supports 48em (768px) and up
	========================================================== */
@media only screen and (min-width: 48em) {
  .container {
    margin: 0 2.5%;
  }
  body.oraverse #sidebar,
  body.somnodent-sleep-apnea-appliance #sidebar,
  body.tap-appliance #sidebar,
  body.juvederm-xc #sidebar,
  body.clarity-sl #sidebar,
  body.palatal-expander #sidebar,
  body.retainer-instructions #sidebar,
  body.acceledent-aura #sidebar,
  body.common-procedures #sidebar,
  body.solea-dental-laser #sidebar,
  body.home #sidebar,
  body.sitemap #sidebar,
  body.meet-the-staff #sidebar,
  body.meet-our-staff #sidebar,
  body.our-staff #sidebar,
  body.our-team #sidebar,
  body.the-staff #sidebar,
  body.the-team #sidebar,
  body.meet-the-team #sidebar,
  body.meet-our-team #sidebar,
  body.types-of-braces #sidebar,
  body.types-of-appliances #sidebar,
  body.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.i-cat #sidebar,
  body.itero-element #sidebar,
  body.in-ovation #sidebar,
  body[class^='suresmile-'] #sidebar,
  body[class^='damon-'] #sidebar,
  body[class^='invisalign-'] #sidebar,
  body[class^='in-ovation-'] #sidebar,
  body.which-is-right-for-me #sidebar,
  body.your-child-s-first-orthodontic-checkup #sidebar,
  body.aao-testimonials #sidebar,
  body.ortho-tv #sidebar,
  body.my-life-my-smile-my-orthodontist #sidebar {
    display: none;
  }
  body.oraverse .content-text,
  body.oraverse 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.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.color-my-braces .content-text,
  body.color-my-braces 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.before-and-after .content-text,
  body.before-and-after header,
  body.invisalign .content-text,
  body.invisalign header,
  body.i-cat .content-text,
  body.i-cat header,
  body.itero-element .content-text,
  body.itero-element header,
  body.in-ovation .content-text,
  body.in-ovation 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 {
    width: 100%;
  }
  .main-content-section .staff-photo {
    float: right;
    margin: 0 0 25px 25px;
  }
  /* ======================================================
							  TABLET 
	========================================================= */
  body {
    font-size: 19px;
    line-height: 36px;
  }
  /* Header Section */
  #hd {
    padding: 0;
  }
  #hd .container {
    padding: 0;
  }
  #hd .logo {
    display: inline-block;
  }
  #hd .top {
    padding: 10px 20px;
  }
  #hd .address {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
  }
  #hd .address .main {
    margin: 0;
    vertical-align: middle;
  }
  #hd .address .phone-outer {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-right: 10px;
  }
  #hd .social-icons {
    margin: 0;
  }
  #hd .callouts {
    margin: 0;
    margin-left: 20px;
  }
  #hd #main-nav {
    margin: 0;
    width: 320px;
  }
  /* Home Slideshow - tablet */
  .home-slideshow-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
    z-index: 40;
  }
  .home-slideshow-section .photo,
  .home-slideshow-section .cycle-slideshow {
    display: block;
    margin: 0 -20%;
  }
  .home-slideshow-section .caption {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 30px;
    top: 59%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    background: none;
    font-size: 30px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    z-index: 900;
  }
  .home-slideshow-section .caption h3 {
    margin-bottom: 30px;
    border-bottom: 1px solid #02aed2;
    padding-bottom: 10px;
  }
  /* Callouts Section1 - tablet */
  .callout-section1 {
    padding: 1px;
  }
  .callout-section1 .callout {
    padding: 1px;
    margin: 0 !important;
    width: 33.33333% !important;
    max-width: 100%;
  }
  .callout-section1 .callout a {
    margin: 0 auto;
  }
  .callout-section2 {
    padding: 1px;
  }
  .callout-section2 .callout {
    padding: 1px;
    margin: 0 !important;
    width: 33.33333% !important;
    max-width: 100%;
  }
  .callout-section2 .callout a {
    margin: 0 auto;
  }
  /* Section1 - tablet */
  .section1 .photo {
    max-width: 100%;
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
  .section1 .main {
    text-align: left;
    width: 69%;
    display: inline-block;
    padding-left: 30px;
    margin: 20px 0 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section1 h2 {
    font-size: 37px;
    line-height: 37px;
    margin-bottom: 20px;
  }
  .section1 p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
  }
  /* h1 Formatting - tablet */
  h1 {
    font-size: 37px;
    line-height: 38px;
  }
  .home h1 {
    text-align: left;
  }
  /* Main Content Section - tablet */
  .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;
  }
  /* Footer Section - tablet */
  #ft {
    padding: 0;
    background: url(../images/ft-map.jpg) center 0 no-repeat #ededee;
    /* Sesame Section - tablet */
  }
  #ft .container {
    height: 724px;
  }
  #ft .ft-form {
    display: none;
  }
  #ft .location {
    position: absolute;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 188px;
    left: 50%;
    margin-left: 105px;
    top: 132px;
    width: 255px;
    padding: 20px 20px 0;
    background: url("../images/ft-location.png") center center;
    z-index: 3;
  }
  #ft .location.location2 {
    position: absolute;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 188px;
    left: 50%;
    margin-left: 50px;
    top: 422px;
    width: 255px;
    padding: 20px 20px 0;
    background: url("../images/ft-location.png") center center;
  }
   #ft .location.location3 {
    position: absolute;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 188px;
    left: 50%;
    margin-left: -50px;
    top: 0px;
    width: 255px;
    padding: 20px 20px 0;
    background: url("../images/ft-location.png") center center;
    z-index: 1;
  }
  #ft .location .logo {
    margin-bottom: 29px;
  }
  #ft .ft-design-credit {
    text-align: left;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    background: none;
  }
  #ft .ft-design-credit:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2500px;
    width: 5000px;
    height: 100%;
    background: rgba(24, 97, 127, 0.87);
    z-index: -1;
  }
  #ft .ft-design-credit .sesame .div {
    display: inline-block;
  }
  #ft .ft-design-credit .sesame a {
    display: inline-block;
  }
  #ft .ft-design-credit .back-to-top {
    position: absolute;
    top: 0px;
    right: 0;
    margin: 17px;
  }
  #ft .ft-design-credit .social-icons {
    position: absolute;
    top: 12px;
    left: 60%;
    margin: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* end tablet  =========================== */
/* ===============================================
					DESKTOP 
=============================================== */
@media only screen and (min-width: 64em) {
  .container {
    padding: 0;
    margin: 0 auto;
  }
  body {
    font-size: 20px;
    line-height: 32px;
  }
  /* Header Section - desktop */
  #hd {
    position: fixed;
    background: url(../images/hd.png) center top repeat-x;
    top: 0;
    left: 0;
    width: 100%;
    height: 143px;
    z-index: 900;
    text-align: left;
    /* Nav Section - desktop */
  }
  #hd .container {
    margin: 0 auto;
    padding: 0;
  }
  #hd .logo {
    padding: 10px 0;
    margin: 44px 0 0;
  }
  #hd .top {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: none;
    text-align: right;
    padding: 0;
  }
  #hd .callouts {
    text-align: center;
    vertical-align: top;
    margin-left: 5px;
  }
  #hd .address {
    position: relative;
    top: -4px;
  }
  #hd #main-nav {
    margin: 0;
    position: absolute;
    top: 58px;
    right: 0;
    width: auto;
    background: none;
    vertical-align: top;
  }
  #hd #main-nav .trigger {
    display: none;
  }
  #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: 35px;
  }
  #hd #main-nav .collapsible.open ul li,
  #hd #main-nav .collapsible ul li {
    margin: 0 0 0 8px;
    padding: 0 0 28px;
    float: none;
  }
  #hd #main-nav .collapsible.open ul li a,
  #hd #main-nav .collapsible ul li a {
    font-size: 13px;
    display: inline-block;
    color: #063446;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    letter-spacing: .1em;
    background: none !important;
  }
  #hd #main-nav .collapsible.open ul li a:after,
  #hd #main-nav .collapsible ul li a:after {
    background: #03add2;
    width: 100%;
    height: 1px;
    content: " ";
    position: absolute;
    display: block;
    top: 27px;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .45s;
    -o-transition: .45s;
    -moz-transition: .45s;
    transition: .45s;
    -webkit-transform: scale(0.94, 0.9);
       -moz-transform: scale(0.94, 0.9);
        -ms-transform: scale(0.94, 0.9);
         -o-transform: scale(0.94, 0.9);
            transform: scale(0.94, 0.9);
  }
  #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: #063446;
    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: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  #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: 0;
    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: rgba(0, 127, 163, 0.89);
    padding: 8px 0;
    margin: 0 0 0;
    width: auto;
    min-width: 220px;
    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: 1px 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: 13px;
    line-height: 25px;
    color: #fff !important;
    padding: 0 21px;
    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;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
  }
  #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 {
    background: #34d3f4;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  #hd #main-nav .collapsible.open ul ul li a:hover,
  #hd #main-nav .collapsible.open ul ul li.active a,
  #hd #main-nav .collapsible.open ul .open ul li a:hover,
  #hd #main-nav .collapsible.open ul .open ul li.active a,
  #hd #main-nav .collapsible ul ul li a:hover,
  #hd #main-nav .collapsible ul ul li.active a,
  #hd #main-nav .collapsible ul .open ul li a:hover,
  #hd #main-nav .collapsible ul .open ul li.active a {
    color: #063446 !important;
  }
  #hd #main-nav .collapsible.open ul ul li a:hover:after,
  #hd #main-nav .collapsible.open ul ul li.active a:after,
  #hd #main-nav .collapsible.open ul .open ul li a:hover:after,
  #hd #main-nav .collapsible.open ul .open ul li.active a:after,
  #hd #main-nav .collapsible ul ul li a:hover:after,
  #hd #main-nav .collapsible ul ul li.active a:after,
  #hd #main-nav .collapsible ul .open ul li a:hover:after,
  #hd #main-nav .collapsible ul .open ul li.active a:after {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  #hd #main-nav .collapsible.open ul li:hover ul,
  #hd #main-nav .collapsible ul li:hover ul {
    display: block;
  }
  /* Home Slideshow - desktop */
  .home-slideshow-section {
    margin-top: 0px;
  }
  .home-slideshow-section .caption {
    top: 60%;
    width: 800px;
    left: 50%;
    margin-left: -400px;
  }
  .home-slideshow-section .caption .btn {
    margin-top: 43px;
  }
  /* Subnav - desktop */
  .subnav-section {
    padding: 155px 0 25px;
  }
  .subnav-section .container {
    max-width: 700px;
  }
  /* Callout Section1 - desktop */
  .callout-section1 {
    padding: 0 0 58px;
    background: none;
  }
  .callout-section1 .container {
    max-width: 620px;
    margin: 0 auto;
  }
  .callout-section1 .callout {
    width: 33.33333% !important;
    padding: 0;
    margin: -82px 0 0 !important;
  }
  .callout-section1 .callout a {
    padding: 0;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: .025em;
    color: #063446;
    background: none;
    overflow: visible;
  }
  .callout-section1 .callout a .icon {
    display: block;
    color: #fff;
    background: #02aed2;
    border: 10px solid #fff;
    width: 167px;
    height: 167px;
    font-size: 70px;
    line-height: 125px;
    text-shadow: 3px 3px 1px rgba(6, 52, 70, 0.24);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 10px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    position: relative;
    top: 0;
  }
  .callout-section1 .callout a:hover {
    background: none;
  }
  .callout-section1 .callout a:hover .icon {
    top: -10px;
    border-color: #028dae;
  }
  /* h1 formatting - desktop */
  h1 {
    font-size: 37px;
    letter-spacing: .05em;
  }
  /* Main Conent Section - desktop */
  .main-content-section {
    padding: 90px 0 60px;
  }
  .home .main-content-section {
    padding: 0;
    background: url("../images/bg-home.jpg") center center #fff;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
  .home .main-content-section .bg {
    position: relative;
    z-index: 99;
    background: rgba(255, 255, 255, 0.85);
    width: 660px;
    padding: 125px 55px 70px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home .main-content-section .container {
    max-width: 920px;
  }
  .main-content-section #sidebar {
    margin: 8px 0 0;
    width: 36%;
  }
  .main-content-section .content-text {
    font-weight: 300;
  }
  /* Section1 - desktop */
  .section1 {
    background: -webkit-gradient(linear, left top, right top, from(#007ea3), to(#18617f));
    background: -webkit-linear-gradient(left, #007ea3 0%, #18617f 100%);
    background: -moz-linear-gradient(left, #007ea3 0%, #18617f 100%);
    background: -o-linear-gradient(left, #007ea3 0%, #18617f 100%);
    background: linear-gradient(to right, #007ea3 0%, #18617f 100%);
    padding: 60px 0;
  }
  .section1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: #fff;
    z-index: -1;
  }
  .section1 .container {
    max-width: 920px;
  }
  .section1 .photo {
    width: 31%;
  }
  .section1 .main {
    width: 68%;
    margin: 28px 0 0;
    min-height: 250px;
  }
  .section1 .main p {
    text-align: justify;
    margin-bottom: 1.58em;
  }
  .btns {
    margin-top: 2em;
  }
  .section1 .main .btns a {
    padding: 0;
  }
  .callout-section2 {
    padding: 128px 0 110px;
    background: none;
    background: url(../images/section1.png) center center repeat-x;
  }
  .callout-section2 .container {
    max-width: 960px;
    margin: 0 auto;
  }
  .callout-section2 h2 {
    font-size: 37px;
    line-height: 37px;
    color: #007fa3;
    letter-spacing: .05em;
    margin: 0 0 45px;
    padding: 0;
  }
  .callout-section2 .callout {
    width: 33.33333% !important;
    padding: 0;
    margin: 0 0 !important;
  }
  .callout-section2 .callout a {
    padding: 0;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: .025em;
    color: #063446;
    background: none;
    overflow: visible;
  }
  .callout-section2 .callout a .bg {
    display: block;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    position: relative;
    top: 0;
    margin-bottom: 23px;
  }
  .callout-section2 .callout a:hover {
    background: none;
    color: #007fa3;
  }
  .callout-section2 .callout a:hover .bg {
    top: -10px;
    border-color: #028dae;
  }
  /* Footer Section - desktop */
  #ft .container {
    margin: 0 auto;
  }
  #ft .ft-design-credit .social-icons {
    left: 50%;
  }
}

/* end desktop  =========================== */
@media only screen and (min-width: 77.6em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -20%;
  }
}

@media only screen and (min-width: 86em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -15%;
  }
}

@media only screen and (min-width: 97em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -10%;
  }
}

@media only screen and (min-width: 108em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 -5%;
  }
}

@media only screen and (min-width: 119em) {
  .home-slideshow-section .cycle-slideshow {
    margin: 0 0%;
  }
}

@media only screen and (min-width: 129em) {
  .home-slideshow-section .cycle-slideshow {
    margin: -2% 0%;
  }
}
