.fa,
.fas,
.fab,
.far,
.fal {
  vertical-align: middle;
}

.embed-video {
  width: 0;
  display: block;
  padding: 28% 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;
}

/* 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%;
}

#bd-callouts li, #ft ul li, #subnav li, body.sitemap #content ul li {
  list-style: none;
}

/* Main Nav - mobile */
#main-nav {
  z-index: 900;
  text-align: center;
  margin: 0;
  height: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
}

#main-nav .trigger {
  padding: 2px 8px;
  font-size: 17px;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 9000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.86);
}

#main-nav .trigger .nav-icon {
  width: 26px;
  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;
}

#main-nav .trigger .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  -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;
}

#main-nav .trigger .nav-icon span:nth-child(1) {
  top: 0px;
}

#main-nav .trigger .nav-icon span:nth-child(2), #main-nav .trigger .nav-icon span:nth-child(3) {
  top: 50%;
}

#main-nav .trigger .nav-icon span:nth-child(4) {
  top: 100%;
}

#main-nav .trigger .label {
  display: none;
}

#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);
}

#main-nav .open .trigger {
  background: none;
}

#main-nav .open .trigger .nav-icon {
  -webkit-transform: scale(1.32);
     -moz-transform: scale(1.32);
      -ms-transform: scale(1.32);
       -o-transform: scale(1.32);
          transform: scale(1.32);
  top: 12px;
  right: 1px;
}

#main-nav .open .trigger .nav-icon span {
  background: #fff;
}

#main-nav .open .nav-icon span:nth-child(1) {
  top: 50%;
  width: 0%;
  left: 50%;
}

#main-nav .open .nav-icon span:nth-child(2) {
  -webkit-transform: rotate(44deg);
     -moz-transform: rotate(44deg);
      -ms-transform: rotate(44deg);
       -o-transform: rotate(44deg);
          transform: rotate(44deg);
}

#main-nav .open .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-44deg);
     -moz-transform: rotate(-44deg);
      -ms-transform: rotate(-44deg);
       -o-transform: rotate(-44deg);
          transform: rotate(-44deg);
}

#main-nav .open .nav-icon span:nth-child(4) {
  top: 50%;
  width: 0%;
  left: 50%;
}

#main-nav .collapsible {
  -webkit-transition: .7s;
  -o-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
  width: 100%;
}

#main-nav .collapsible:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #21304a;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .7s;
  -o-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
}

#main-nav ul {
  position: relative;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
  padding: 10px 0;
  z-index: 0;
}

#main-nav 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;
}

#main-nav ul ul {
  padding: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}

#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  opacity: 0;
}

#main-nav .collapsible.open {
  position: absolute;
  height: auto;
  padding: 29px 0;
}

#main-nav .collapsible.open:after {
  opacity: .98;
}

#main-nav .collapsible.open ul li {
  opacity: 0;
  -webkit-animation: navSlideIn .55s 1 forwards;
     -moz-animation: navSlideIn .55s 1 forwards;
       -o-animation: navSlideIn .55s 1 forwards;
          animation: navSlideIn .55s 1 forwards;
}

#main-nav .collapsible.open ul li a {
  display: block;
}

#main-nav .collapsible.open ul li a:hover,
#main-nav .collapsible.open ul li.open > a {
  background: rgba(5, 5, 5, 0.2);
}

#main-nav .collapsible.open ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.07s;
     -moz-animation-delay: 0.07s;
       -o-animation-delay: 0.07s;
          animation-delay: 0.07s;
}

#main-nav .collapsible.open ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.14s;
     -moz-animation-delay: 0.14s;
       -o-animation-delay: 0.14s;
          animation-delay: 0.14s;
}

#main-nav .collapsible.open ul li:nth-of-type(3) {
  -webkit-animation-delay: 0.21s;
     -moz-animation-delay: 0.21s;
       -o-animation-delay: 0.21s;
          animation-delay: 0.21s;
}

#main-nav .collapsible.open ul li:nth-of-type(4) {
  -webkit-animation-delay: 0.28s;
     -moz-animation-delay: 0.28s;
       -o-animation-delay: 0.28s;
          animation-delay: 0.28s;
}

#main-nav .collapsible.open ul li:nth-of-type(5) {
  -webkit-animation-delay: 0.35s;
     -moz-animation-delay: 0.35s;
       -o-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

#main-nav .collapsible.open ul li:nth-of-type(6) {
  -webkit-animation-delay: 0.42s;
     -moz-animation-delay: 0.42s;
       -o-animation-delay: 0.42s;
          animation-delay: 0.42s;
}

#main-nav .collapsible.open ul li:nth-of-type(7) {
  -webkit-animation-delay: 0.49s;
     -moz-animation-delay: 0.49s;
       -o-animation-delay: 0.49s;
          animation-delay: 0.49s;
}

#main-nav .collapsible.open ul li:nth-of-type(8) {
  -webkit-animation-delay: 0.56s;
     -moz-animation-delay: 0.56s;
       -o-animation-delay: 0.56s;
          animation-delay: 0.56s;
}

#main-nav .collapsible.open ul li:nth-of-type(9) {
  -webkit-animation-delay: 0.63s;
     -moz-animation-delay: 0.63s;
       -o-animation-delay: 0.63s;
          animation-delay: 0.63s;
}

#main-nav .collapsible.open ul li:nth-of-type(10) {
  -webkit-animation-delay: 0.7s;
     -moz-animation-delay: 0.7s;
       -o-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

#main-nav .collapsible.open ul .open ul {
  background: rgba(5, 5, 5, 0.14);
  padding: 10px 0;
}

#main-nav .collapsible.open ul .open ul li {
  height: 43px;
  opacity: 1;
}

/* 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: #cb4f20 !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: #cb4f20;
  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: #002545;
}

/* 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: #cb4f20;
  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 #cb4f20;
}

.office-tour-pager a.cycle-pager-active {
  background: #cb4f20;
}

.office-tour-pager a:hover {
  background: #de6030;
  border: 1px solid #d85422;
}

/* Form Buttons */
form button {
  background: #cb4f20;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 37px !important;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  border: none;
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

form button:hover {
  background: #732d12;
}

/* 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: #cb4f20;
  font-size: 1.5em;
  margin: 0 0 0.8em;
  font-weight: 400;
  text-align: center;
}

form#blog_search {
  background: #cb4f20;
  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: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px;
  text-align: center;
  margin: 0 0 3px;
}

form#blog_search input {
  background: #ffffff;
  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: #ebebeb;
}

form#blog_search button {
  display: block;
  background: #002545;
  color: #ffffff;
  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: black;
}

/* end blog css */
/* Generic Classes */
.columns {
  display: inline;
  float: left;
}

.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;
  }
}

@media only screen and (min-width: 64em) {
  #hd #main-nav .trigger {
    display: none;
  }
  #hd #main-nav .collapsible {
    height: auto;
    background: none;
  }
  #hd #main-nav ul {
    margin: 0;
    padding: 0;
    background: none;
  }
  #hd #main-nav ul li {
    float: none;
  }
  #hd #main-nav ul li:hover ul {
    display: block;
  }
  #hd #main-nav ul li a {
    position: relative;
  }
  #hd #main-nav ul ul li,
  #hd #main-nav 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 ul ul li a,
  #hd #main-nav ul ul li.active a,
  #hd #main-nav ul .open ul li a,
  #hd #main-nav ul .open ul li.active a {
    height: auto;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: none;
    margin: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    white-space: nowrap;
    display: block;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
  }
}

body {
  font: normal normal 18px/34px 'Roboto', Helvetica, Arial, sans-serif;
  background: #f5f3f0;
  color: #333333;
  overflow-x: hidden;
  -webkit-transition-duration: 0.32s;
     -moz-transition-duration: 0.32s;
       -o-transition-duration: 0.32s;
          transition-duration: 0.32s;
}

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.font1,
h1 {
  font-family: 'Playfair Display', serif;
}

.font2,
.main-content-section h2,
.main-content-section h3,
.main-content-section h4,
.main-content-section h5,
.main-content-section h6 {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

/* Links */
a {
  color: #cb4f20;
  -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: #e47b54;
}

hr {
  color: #d4d4d4;
  background-color: #d4d4d4;
  border: none;
  height: 1px;
  clear: both;
  margin: 36px 0;
}

/* Sections */
.section-container {
  padding: 45px 0;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#hd {
  padding: 0;
}

.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: #f5f3f0;
  /* Header Callouts */
}

#hd .container {
  margin: 0 auto;
}

#hd #main-nav .trigger .nav-icon span {
  background: #cb4f20;
}

#hd #main-nav .open .trigger .nav-icon span {
  background: #ffffff;
}

#hd #main-nav ul li a {
  font-size: 17px;
  line-height: 16px;
}

#hd #main-nav .collapsible.open:after {
  background: #cb4f20;
  opacity: .995;
}

#hd #main-nav .collapsible.open ul li a:hover,
#hd #main-nav .collapsible.open ul li.open > a {
  background: rgba(5, 5, 5, 0.2);
}

#hd #main-nav .collapsible.open ul .open ul {
  background: rgba(5, 5, 5, 0.14);
}

#hd .logo {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 26px 40px 20px;
}

#hd .top {
  line-height: 18px;
  padding: 0 5px 17px;
  color: #cb4f20;
}

#hd .phone-outer {
  font-size: 21px;
  line-height: 21px;
  display: inline-block;
  margin: 10px 7px 12px;
  vertical-align: middle;
}

#hd .phone-outer .phone,
#hd .phone-outer .phone a {
  color: #707070;
  display: inline-block;
}

#hd .call-btn {
  text-align: left;
  font-size: 16.2px;
  line-height: 14.8px;
  background: #cb4f20;
  color: #ffffff;
  display: block;
  position: relative;
  margin: 10px auto 0;
  letter-spacing: 0.0em;
  -webkit-transition: .45s;
  -o-transition: .45s;
  -moz-transition: .45s;
  transition: .45s;
  vertical-align: middle;
  padding: 10px 13px;
  width: 140px;
  height: 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#hd .call-btn i {
  font-size: 31px;
  padding: 0;
  display: inline-block;
  float: left;
  padding-right: 11px;
  position: relative;
  top: -1px;
}

#hd .call-btn:hover {
  color: #cb4f20;
  background: #ffffff;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 10;
  -webkit-box-shadow: 0 0 0 4px rgba(203, 79, 32, 0.09);
     -moz-box-shadow: 0 0 0 4px rgba(203, 79, 32, 0.09);
          box-shadow: 0 0 0 4px rgba(203, 79, 32, 0.09);
}

#hd .social-icons {
  display: inline-block;
  margin: 5px 7px;
  vertical-align: middle;
}

#hd .social-icons a {
  color: #707070;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  padding: 2px;
  z-index: 10;
  text-align: center;
  display: inline-block;
  -webkit-transition: .34s;
  -o-transition: .34s;
  -moz-transition: .34s;
  transition: .34s;
  -webkit-animation-duration: 1.0s;
     -moz-animation-duration: 1.0s;
       -o-animation-duration: 1.0s;
          animation-duration: 1.0s;
}

#hd .social-icons a:nth-of-type(1n) {
  -webkit-animation-delay: 0.2s;
     -moz-animation-delay: 0.2s;
       -o-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#hd .social-icons a:nth-of-type(2n) {
  -webkit-animation-delay: 0.4s;
     -moz-animation-delay: 0.4s;
       -o-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#hd .social-icons a:nth-of-type(3n) {
  -webkit-animation-delay: 0.6s;
     -moz-animation-delay: 0.6s;
       -o-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#hd .social-icons a:nth-of-type(4n) {
  -webkit-animation-delay: 0.8s;
     -moz-animation-delay: 0.8s;
       -o-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#hd .social-icons a:nth-of-type(5n) {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}

#hd .social-icons a:nth-of-type(6n) {
  -webkit-animation-delay: 1.2s;
     -moz-animation-delay: 1.2s;
       -o-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#hd .social-icons a:nth-of-type(7n) {
  -webkit-animation-delay: 1.4s;
     -moz-animation-delay: 1.4s;
       -o-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

#hd .social-icons a:hover {
  -webkit-transform: scale(1.65);
     -moz-transform: scale(1.65);
      -ms-transform: scale(1.65);
       -o-transform: scale(1.65);
          transform: scale(1.65);
  color: #cb4f20;
  z-index: 20;
}

/* Home Slideshow */
.welcomeVid{width:100%;}
.home-slideshow-section {
  height: auto;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  background: #ffffff;
  position: relative;
}

.home-slideshow-section .slide {
  width: 100%;
}

.home-slideshow-section .photo {
  margin: 0 -25%;
  z-index: 10;
  position: relative;
  -webkit-transition: margin .9s ease;
  -o-transition: margin .9s ease;
  -moz-transition: margin .9s ease;
  transition: margin .9s ease;
}

.home-slideshow-section .photo img {
  width: 100%;
  max-width: 500%;
  display: block;
}

.home-slideshow-section .caption {
  color: #ffffff;
  padding: 15px 15px;
  letter-spacing: .00em;
  z-index: 100;
  background: #f5f3f0;
}

.home-slideshow-section .caption .logo {
  display: none;
}

.home-slideshow-section .caption .btn {
  font-size: 17px;
  line-height: 18px;
  padding: 21px 26px;
  background: #cb4f20;
  color: #ffffff;
  display: inline-block;
}

.home-slideshow-section .caption .btn:hover {
  color: #cb4f20;
  background: #ffffff;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 10;
  -webkit-box-shadow: 0 0 0 4px rgba(203, 79, 32, 0.09);
     -moz-box-shadow: 0 0 0 4px rgba(203, 79, 32, 0.09);
          box-shadow: 0 0 0 4px rgba(203, 79, 32, 0.09);
}

/* Section 1 */
.section1 {
  z-index: 10;
  padding: 56px 0;
  text-align: center;
  background: #002a4f;
  color: #ffffff;
}

.section1 .photo {
  max-width: 390px;
  margin: 0 auto 35px;
  display: block;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*
		&:hover {
			opacity: .95;
			transform: scale(.98);
		}
		*/
}

.section1 h2 {
  font-size: 42px;
  line-height: 39px;
  letter-spacing: .0em;
  margin: 0 0 30px;
}

.section1 h2 span {
  background: rgba(0, 37, 69, 0.9);
  padding: 18px 29px;
  font-size: .8em;
  margin: 0 -16px;
}

.section1 p {
  font-size: 18px;
  line-height: 28px;
  margin: 10px 0 0;
}

.btns {
  margin-top: 35px;
}

.btns a {
  background: rgba(203, 79, 32, 0.8);
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  padding: 10px 15px;
  margin: 0;
  letter-spacing: 0.0em;
  -webkit-transition: .48s;
  -o-transition: .48s;
  -moz-transition: .48s;
  transition: .48s;
  -webkit-box-shadow: 0 5px 0 0 #ffffff;
     -moz-box-shadow: 0 5px 0 0 #ffffff;
          box-shadow: 0 5px 0 0 #ffffff;
  -webkit-animation-duration: 1.5s;
     -moz-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.btns a:nth-of-type(1n) {
  -webkit-animation-delay: 0.35s;
     -moz-animation-delay: 0.35s;
       -o-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.btns a:nth-of-type(2n) {
  -webkit-animation-delay: 0.7s;
     -moz-animation-delay: 0.7s;
       -o-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.btns a:nth-of-type(3n) {
  -webkit-animation-delay: 1.05s;
     -moz-animation-delay: 1.05s;
       -o-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.btns a:hover {
  color: #cb4f20;
  background: #ffffff;
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 10;
  -webkit-box-shadow: 0 5px 0 0 #cb4f20;
     -moz-box-shadow: 0 5px 0 0 #cb4f20;
          box-shadow: 0 5px 0 0 #cb4f20;
}

/* Callout Section 1 */
.callout-section1 {
  z-index: 30;
  text-align: center;
  background: #b9481d;
  padding: 1px 0;
}

.callout-section1 .container {
  padding: 0;
  margin: 0;
}

.callout-section1 .callout {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 1px 0;
  -webkit-animation-duration: 1.5s;
     -moz-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.callout-section1 .callout:nth-of-type(1n) {
  -webkit-animation-delay: 0.25s;
     -moz-animation-delay: 0.25s;
       -o-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.callout-section1 .callout:nth-of-type(2n) {
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.callout-section1 .callout:nth-of-type(3n) {
  -webkit-animation-delay: 0.75s;
     -moz-animation-delay: 0.75s;
       -o-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.callout-section1 .callout:nth-of-type(4n) {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}

.callout-section1 .callout:nth-of-type(5n) {
  -webkit-animation-delay: 1.25s;
     -moz-animation-delay: 1.25s;
       -o-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.callout-section1 .callout:nth-of-type(6n) {
  -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.callout-section1 .callout:nth-of-type(7n) {
  -webkit-animation-delay: 1.75s;
     -moz-animation-delay: 1.75s;
       -o-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.callout-section1 .callout a {
  font-size: 34px;
  line-height: 29px;
  padding: 0;
  color: #ffffff;
  position: relative;
  -webkit-transition: .45s;
  -o-transition: .45s;
  -moz-transition: .45s;
  transition: .45s;
  display: block;
  letter-spacing: .00em;
  background: #cb4f20;
  padding: 22px 15px;
}

.callout-section1 .callout a .caps {
  font-size: 23px;
}

.callout-section1 .callout a .bg,
.callout-section1 .callout a .icon,
.callout-section1 .callout a .learn-more {
  display: none;
}

.callout-section1 .callout a:hover {
  background: #b9481d;
}

.header-section {
  background: url("../images/banner1.jpg") center center #fff;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  padding: 80px 0 30px;
}

/* h1 Formatting */
h1 {
  font-size: 47px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff;
}

.home h1 {
  color: #002545;
  text-align: center;
  margin-bottom: 30px;
}

.home h1 span {
  display: block;
  font-weight: 300;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 25px;
  color: #cb4f20;
  margin-bottom: 5px;
  font-family: "Roboto Condensed", sans-serif;
}

.home h1:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* Main Content Section */
.main-content-section {
  z-index: 9;
  padding: 62px 0;
  /* staff & team photos */
  /* Page Photos */
  /* main content */
}

.home .main-content-section {
  background: #e9e4de;
}

.main-content-section h2 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
  color: #002545;
}

.main-content-section h3 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 400;
  color: #707070;
}

.main-content-section h4 {
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
}

.main-content-section h5,
.main-content-section h6 {
  font-size: 19.5px;
  text-transform: uppercase;
  font-weight: 400;
}

.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: 10px solid #fff;
}

.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 {
  text-decoration: underline;
}

.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 .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;
  text-transform: uppercase;
}

.sitemap .main-content-section .content-text ul a, .sitemap
.main-content-section header ul a {
  color: #cb4f20;
}

.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;
  text-transform: none;
}

.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 {
  color: #333333;
}

.sitemap .main-content-section .subnav,
.blog .main-content-section .subnav {
  display: none;
}

.main-content-section .subnav {
  text-align: center;
  background: #002545;
  padding: 30px 20px;
}

.main-content-section .subnav p,
.main-content-section .subnav a {
  color: #ffffff;
}

.main-content-section .subnav h3 {
  font-size: 39px;
  line-height: 39px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  text-transform: none;
  margin: 0 0 20px;
}

.main-content-section .subnav p {
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.0em;
}

.main-content-section .subnav p a {
  text-decoration: none;
  display: inline-block;
  margin: 2px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.main-content-section .subnav p a.active, .main-content-section .subnav p a:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.section2 {
  text-align: center;
  background: #f5f3f0;
}

.section2 h2 {
  display: inline-block;
  margin: 0 0 40px;
  background: #002545;
  color: #ffffff;
  padding: 40px 10px;
  font-size: 100px;
  line-height: 50px;
}

.section2 h2 span {
  font-size: 60px;
}

.section2 .photos {
  display: block;
}

.section2 .photos img {
  display: inline-block;
  width: 47%;
  padding: 1.5% 1%;
  max-width: 160px;
  opacity: 1;
  -webkit-transition: .44s;
  -o-transition: .44s;
  -moz-transition: .44s;
  transition: .44s;
}

.section2 .photos img:nth-of-type(1n) {
  -webkit-animation-delay: 0.12s;
     -moz-animation-delay: 0.12s;
       -o-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.section2 .photos img:nth-of-type(2n) {
  -webkit-animation-delay: 0.24s;
     -moz-animation-delay: 0.24s;
       -o-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

.section2 .photos img:nth-of-type(3n) {
  -webkit-animation-delay: 0.36s;
     -moz-animation-delay: 0.36s;
       -o-animation-delay: 0.36s;
          animation-delay: 0.36s;
}

.section2 .photos img:nth-of-type(4n) {
  -webkit-animation-delay: 0.48s;
     -moz-animation-delay: 0.48s;
       -o-animation-delay: 0.48s;
          animation-delay: 0.48s;
}

.section2 .photos img:nth-of-type(5n) {
  -webkit-animation-delay: 0.6s;
     -moz-animation-delay: 0.6s;
       -o-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.section2 .photos img:nth-of-type(6n) {
  -webkit-animation-delay: 0.72s;
     -moz-animation-delay: 0.72s;
       -o-animation-delay: 0.72s;
          animation-delay: 0.72s;
}

.section2 .photos img:nth-of-type(7n) {
  -webkit-animation-delay: 0.84s;
     -moz-animation-delay: 0.84s;
       -o-animation-delay: 0.84s;
          animation-delay: 0.84s;
}

.section2 .photos img:nth-of-type(8n) {
  -webkit-animation-delay: 0.96s;
     -moz-animation-delay: 0.96s;
       -o-animation-delay: 0.96s;
          animation-delay: 0.96s;
}

.section2 .photos img:hover {
  opacity: .8;
}

.section3 {
  text-align: center;
  background: url("../images/section2.jpg") center top #707070;
}

.section3 h2 {
  display: inline-block;
  margin: 0 0 40px;
  color: #ffffff;
  font-size: 58px;
  line-height: 50px;
}

.section3 .photos {
  display: block;
}

.section3 .photos img {
  display: inline-block;
  width: 47%;
  padding: 1.5% 1%;
  max-width: 160px;
  opacity: 1;
  -webkit-transition: .44s;
  -o-transition: .44s;
  -moz-transition: .44s;
  transition: .44s;
}

.section3 .photos img:nth-of-type(1n) {
  -webkit-animation-delay: 0.12s;
     -moz-animation-delay: 0.12s;
       -o-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.section3 .photos img:nth-of-type(2n) {
  -webkit-animation-delay: 0.24s;
     -moz-animation-delay: 0.24s;
       -o-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

.section3 .photos img:nth-of-type(3n) {
  -webkit-animation-delay: 0.36s;
     -moz-animation-delay: 0.36s;
       -o-animation-delay: 0.36s;
          animation-delay: 0.36s;
}

.section3 .photos img:nth-of-type(4n) {
  -webkit-animation-delay: 0.48s;
     -moz-animation-delay: 0.48s;
       -o-animation-delay: 0.48s;
          animation-delay: 0.48s;
}

.section3 .photos img:nth-of-type(5n) {
  -webkit-animation-delay: 0.6s;
     -moz-animation-delay: 0.6s;
       -o-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.section3 .photos img:nth-of-type(6n) {
  -webkit-animation-delay: 0.72s;
     -moz-animation-delay: 0.72s;
       -o-animation-delay: 0.72s;
          animation-delay: 0.72s;
}

.section3 .photos img:nth-of-type(7n) {
  -webkit-animation-delay: 0.84s;
     -moz-animation-delay: 0.84s;
       -o-animation-delay: 0.84s;
          animation-delay: 0.84s;
}

.section3 .photos img:nth-of-type(8n) {
  -webkit-animation-delay: 0.96s;
     -moz-animation-delay: 0.96s;
       -o-animation-delay: 0.96s;
          animation-delay: 0.96s;
}

.section3 .photos img:hover {
  opacity: .8;
}

.section3 .social-icons {
  display: inline-block;
  margin: 25px 7px 0;
  vertical-align: middle;
}

.section3 .social-icons a {
  color: #ffffff;
  font-size: 25px;
  line-height: 49px;
  width: 53px;
  height: 53px;
  margin: 1.5px;
  z-index: 10;
  text-align: center;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 999em;
     -moz-border-radius: 999em;
          border-radius: 999em;
  -webkit-transition: .38s;
  -o-transition: .38s;
  -moz-transition: .38s;
  transition: .38s;
  -webkit-animation-duration: 1.0s;
     -moz-animation-duration: 1.0s;
       -o-animation-duration: 1.0s;
          animation-duration: 1.0s;
}

.section3 .social-icons a:nth-of-type(1n) {
  -webkit-animation-delay: 0.2s;
     -moz-animation-delay: 0.2s;
       -o-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.section3 .social-icons a:nth-of-type(2n) {
  -webkit-animation-delay: 0.4s;
     -moz-animation-delay: 0.4s;
       -o-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.section3 .social-icons a:nth-of-type(3n) {
  -webkit-animation-delay: 0.6s;
     -moz-animation-delay: 0.6s;
       -o-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.section3 .social-icons a:nth-of-type(4n) {
  -webkit-animation-delay: 0.8s;
     -moz-animation-delay: 0.8s;
       -o-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.section3 .social-icons a:nth-of-type(5n) {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}

.section3 .social-icons a:nth-of-type(6n) {
  -webkit-animation-delay: 1.2s;
     -moz-animation-delay: 1.2s;
       -o-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.section3 .social-icons a:nth-of-type(7n) {
  -webkit-animation-delay: 1.4s;
     -moz-animation-delay: 1.4s;
       -o-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.section3 .social-icons a:hover {
  -webkit-transform: scale(1.25);
     -moz-transform: scale(1.25);
      -ms-transform: scale(1.25);
       -o-transform: scale(1.25);
          transform: scale(1.25);
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
     -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
  color: #002545;
  z-index: 20;
}

/* Testimonials Section */
.testimonials-section {
  z-index: 10;
  padding: 56px 0;
  text-align: center;
  background: #f5f3f0;
  color: #000000;
}

.testimonials-section .testimonial {
  max-width: 300px;
  margin: 20px auto;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
     -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
}

.testimonials-section .testimonial:nth-of-type(1n) {
  -webkit-animation-delay: 0.12s;
     -moz-animation-delay: 0.12s;
       -o-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.testimonials-section .testimonial:nth-of-type(2n) {
  -webkit-animation-delay: 0.24s;
     -moz-animation-delay: 0.24s;
       -o-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

.testimonials-section .testimonial:nth-of-type(3n) {
  -webkit-animation-delay: 0.36s;
     -moz-animation-delay: 0.36s;
       -o-animation-delay: 0.36s;
          animation-delay: 0.36s;
}

.testimonials-section .testimonial:nth-of-type(4n) {
  -webkit-animation-delay: 0.48s;
     -moz-animation-delay: 0.48s;
       -o-animation-delay: 0.48s;
          animation-delay: 0.48s;
}

.testimonials-section h2 {
  margin: 0 0 50px;
  font-size: 61px;
  line-height: 45px;
  color: #002545;
}

.testimonials-section h2 span {
  color: #707070;
  font-size: .92em;
}

.testimonials-section .main {
  background: #fff;
  padding: 50px 27px;
}

.testimonials-section .stars {
  color: #cb4f20;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 30px;
}

.testimonials-section .stars i {
  padding: 1.8px;
  display: inline-block;
}

.testimonials-section .stars i:nth-of-type(1n) {
  -webkit-animation-delay: 0.13s;
     -moz-animation-delay: 0.13s;
       -o-animation-delay: 0.13s;
          animation-delay: 0.13s;
}

.testimonials-section .stars i:nth-of-type(2n) {
  -webkit-animation-delay: 0.26s;
     -moz-animation-delay: 0.26s;
       -o-animation-delay: 0.26s;
          animation-delay: 0.26s;
}

.testimonials-section .stars i:nth-of-type(3n) {
  -webkit-animation-delay: 0.39s;
     -moz-animation-delay: 0.39s;
       -o-animation-delay: 0.39s;
          animation-delay: 0.39s;
}

.testimonials-section .stars i:nth-of-type(4n) {
  -webkit-animation-delay: 0.52s;
     -moz-animation-delay: 0.52s;
       -o-animation-delay: 0.52s;
          animation-delay: 0.52s;
}

.testimonials-section .stars i:nth-of-type(5n) {
  -webkit-animation-delay: 0.65s;
     -moz-animation-delay: 0.65s;
       -o-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.testimonials-section .stars i:nth-of-type(6n) {
  -webkit-animation-delay: 0.78s;
     -moz-animation-delay: 0.78s;
       -o-animation-delay: 0.78s;
          animation-delay: 0.78s;
}

.testimonials-section .stars i:nth-of-type(7n) {
  -webkit-animation-delay: 0.91s;
     -moz-animation-delay: 0.91s;
       -o-animation-delay: 0.91s;
          animation-delay: 0.91s;
}

.testimonials-section .stars i:nth-of-type(8n) {
  -webkit-animation-delay: 1.04s;
     -moz-animation-delay: 1.04s;
       -o-animation-delay: 1.04s;
          animation-delay: 1.04s;
}

.testimonials-section p {
  font-size: 14px;
  line-height: 20px;
}

.testimonials-section h4 {
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 0;
  background: #002545;
  color: #ffffff;
  padding: 29px 23px 18px;
  text-align: left;
  position: relative;
}

.testimonials-section h4 i {
  position: relative;
  top: -2px;
  padding-right: 2px;
}

.testimonials-section h4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  right: 0;
  background: url(../images/angle.png) 15% top no-repeat;
  z-index: 10;
}

.testimonials-section .btns {
  margin: 50px 0 0;
}

.testimonials-section .btns a {
  background: #cb4f20;
  height: 51px;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  -webkit-transition: .55s;
  -o-transition: .55s;
  -moz-transition: .55s;
  transition: .55s;
}

.testimonials-section .btns a i {
  height: 51px;
  border-right: 1px solid #fff;
  padding: 15px 13px;
  font-size: 17px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 21px;
  font-weight: 400;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #ffffff;
}

.testimonials-section .btns a span {
  display: inline-block;
  vertical-align: top;
  padding: 15px 18px 15px 9px;
}

.testimonials-section .btns a:hover {
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 5px rgba(203, 79, 32, 0.08);
     -moz-box-shadow: 0 0 0 5px rgba(203, 79, 32, 0.08);
          box-shadow: 0 0 0 5px rgba(203, 79, 32, 0.08);
  color: #cb4f20;
}

.testimonials-section .btns a:hover i {
  border-right: 1px solid rgba(203, 79, 32, 0.2);
  color: #cb4f20;
}

/* Footer */
#ft {
  background: rgba(51, 51, 51, 0.08);
  text-align: center;
  z-index: 10;
  padding: 30px 0;
}

#ft .map,
#ft .markers {
  display: none;
}

#ft .location {
  margin: 25px auto;
  width: 279px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#ft .top {
  padding: 15px 10px 19px;
  background: rgba(0, 37, 69, 0.9);
}

#ft .btm {
  padding: 33px 0 38px;
  font-size: 17px;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.9);
}

#ft .logo {
  display: block;
  margin: 0 0;
}

#ft .main {
  color: #000000;
  display: block;
  margin: 0 0 0;
}

#ft .main:hover {
  color: #666666;
}

#ft .email-link {
  text-decoration: underline;
  color: #000000;
  display: block;
}

#ft .email-link:hover {
  color: #666666;
}

#ft .phone-outer {
  font-size: 28px;
  line-height: 28px;
  display: block;
  margin: 8px 0 0px;
}

#ft .phone-outer .phone,
#ft .phone-outer .phone a {
  color: #ffffff;
  display: inline-block;
}

#ft .btn {
  font-size: 16px;
  line-height: 16px;
  padding: 13px 25px;
  background: rgba(203, 79, 32, 0.9);
  color: #ffffff;
  display: inline-block;
  margin: 28px 0 0;
  -webkit-transition: .43s;
  -o-transition: .43s;
  -moz-transition: .43s;
  transition: .43s;
}

#ft .btn:hover {
  background: #002545;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/* Sesame Section */
.ft-design-credit {
  z-index: 20;
  background: #707070;
  font-size: 12px;
  line-height: 27px;
  text-align: center;
  padding: 45px 0 30px;
  margin: 10px 0 0;
}

.ft-design-credit .sesame {
  color: #ffffff;
  letter-spacing: 0.0em;
}

.ft-design-credit .sesame .div {
  padding: 0 3px;
  display: none;
}

.ft-design-credit .sesame a {
  color: #ffffff;
  display: block;
}

.ft-design-credit .sesame a img {
  margin: -2px 6px 0 0;
}

.ft-design-credit .sesame a:hover {
  opacity: .7;
}

.ft-design-credit .back-to-top {
  display: inline-block;
  position: relative;
  font-size: 23.6px;
  line-height: 22px;
  color: #ffffff;
  margin: 0 0 35px;
  letter-spacing: 0.0em;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  text-align: center;
  padding: 20px 5px 24px;
  background: #cb4f20;
  -webkit-box-shadow: 0 0 0 10px #ffffff;
     -moz-box-shadow: 0 0 0 10px #ffffff;
          box-shadow: 0 0 0 10px #ffffff;
}

.ft-design-credit .back-to-top .sub {
  font-size: 44px;
  line-height: 35px;
}

.ft-design-credit .back-to-top:hover {
  -webkit-box-shadow: 0 0 0 10px white, inset 0 -5px 0 0 #fff;
     -moz-box-shadow: 0 0 0 10px white, inset 0 -5px 0 0 #fff;
          box-shadow: 0 0 0 10px white, inset 0 -5px 0 0 #fff;
  padding-top: 9px;
}

.staff{ text-align:center;
margin: 0 10px 28px;
width:100%;
display:inline-block;}
.main-content-section .staff h3, .main-content-section .staff h2{ text-align:center; margin-bottom:5px;}
.staff img{display:block;
margin:0 auto;
width:auto;}
/* ===========================================================
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.coronavirus-update #sidebar,
  body.meet-the-team #sidebar,
  body.meet-our-team #sidebar,
  body.types-of-braces #sidebar,
  body.types-of-appliances #sidebar,
  body.digital-x-rays #sidebar,
  body.color-my-braces #sidebar,
  body.common-orthodontic-issues #sidebar,
  body.common-procedures #sidebar,
  body.office-tour #sidebar,
  body.clearcorrect #sidebar,
  body.before-and-after #sidebar,
  body.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,
  body.layout-full-width #sidebar {
    display: none;
  }
  body.oraverse .main-content-section:after,
  body.somnodent-sleep-apnea-appliance .main-content-section:after,
  body.tap-appliance .main-content-section:after,
  body.juvederm-xc .main-content-section:after,
  body.clarity-sl .main-content-section:after,
  body.palatal-expander .main-content-section:after,
  body.retainer-instructions .main-content-section:after,
  body.acceledent-aura .main-content-section:after,
  body.common-procedures .main-content-section:after,
  body.solea-dental-laser .main-content-section:after,
  body.home .main-content-section:after,
  body.sitemap .main-content-section:after,
  body.meet-the-staff .main-content-section:after,
  body.meet-our-staff .main-content-section:after,
  body.our-staff .main-content-section:after,
  body.our-team .main-content-section:after,
  body.the-staff .main-content-section:after,
  body.the-team .main-content-section:after,
  body.coronavirus-update .main-content-section:after,
  body.meet-the-team .main-content-section:after,
  body.meet-our-team .main-content-section:after,
  body.types-of-braces .main-content-section:after,
  body.types-of-appliances .main-content-section:after,
  body.digital-x-rays .main-content-section:after,
  body.color-my-braces .main-content-section:after,
  body.common-orthodontic-issues .main-content-section:after,
  body.common-procedures .main-content-section:after,
  body.office-tour .main-content-section:after,
  body.clearcorrect .main-content-section:after,
  body.before-and-after .main-content-section:after,
  body.invisalign .main-content-section:after,
  body.i-cat .main-content-section:after,
  body.itero-element .main-content-section:after,
  body.in-ovation .main-content-section:after,
  body[class^='suresmile-'] .main-content-section:after,
  body[class^='damon-'] .main-content-section:after,
  body[class^='invisalign-'] .main-content-section:after,
  body[class^='in-ovation-'] .main-content-section:after,
  body.which-is-right-for-me .main-content-section:after,
  body.your-child-s-first-orthodontic-checkup .main-content-section:after,
  body.aao-testimonials .main-content-section:after,
  body.ortho-tv .main-content-section:after,
  body.my-life-my-smile-my-orthodontist .main-content-section:after,
  body.layout-full-width .main-content-section:after {
    margin-left: 574px;
  }
  body.oraverse .content-text,
  body.oraverse .main-content-section header,
  body.somnodent-sleep-apnea-appliance .content-text,
  body.somnodent-sleep-apnea-appliance .main-content-section header,
  body.tap-appliance .content-text,
  body.tap-appliance .main-content-section header,
  body.juvederm-xc .content-text,
  body.juvederm-xc .main-content-section header,
  body.clarity-sl .content-text,
  body.clarity-sl .main-content-section header,
  body.palatal-expander .content-text,
  body.palatal-expander .main-content-section header,
  body.retainer-instructions .content-text,
  body.retainer-instructions .main-content-section header,
  body.acceledent-aura .content-text,
  body.acceledent-aura .main-content-section header,
  body.common-procedures .content-text,
  body.common-procedures .main-content-section header,
  body.solea-dental-laser .content-text,
  body.solea-dental-laser .main-content-section header,
  body.home .content-text,
  body.home .main-content-section header,
  body.sitemap .content-text,
  body.sitemap .main-content-section header,
  body.meet-the-staff .content-text,
  body.meet-the-staff .main-content-section header,
  body.meet-our-staff .content-text,
  body.meet-our-staff .main-content-section header,
  body.our-staff .content-text,
  body.our-staff .main-content-section header,
  body.our-team .content-text,
  body.our-team .main-content-section header,
  body.the-staff .content-text,
  body.the-staff .main-content-section header,
  body.the-team .content-text,
  body.the-team .main-content-section header,
  body.coronavirus-update .content-text,
  body.coronavirus-update .main-content-section header,
  body.meet-the-team .content-text,
  body.meet-the-team .main-content-section header,
  body.meet-our-team .content-text,
  body.meet-our-team .main-content-section header,
  body.types-of-braces .content-text,
  body.types-of-braces .main-content-section header,
  body.types-of-appliances .content-text,
  body.types-of-appliances .main-content-section header,
  body.digital-x-rays .content-text,
  body.digital-x-rays .main-content-section header,
  body.color-my-braces .content-text,
  body.color-my-braces .main-content-section header,
  body.common-orthodontic-issues .content-text,
  body.common-orthodontic-issues .main-content-section header,
  body.common-procedures .content-text,
  body.common-procedures .main-content-section header,
  body.office-tour .content-text,
  body.office-tour .main-content-section header,
  body.clearcorrect .content-text,
  body.clearcorrect .main-content-section header,
  body.before-and-after .content-text,
  body.before-and-after .main-content-section header,
  body.invisalign .content-text,
  body.invisalign .main-content-section header,
  body.i-cat .content-text,
  body.i-cat .main-content-section header,
  body.itero-element .content-text,
  body.itero-element .main-content-section header,
  body.in-ovation .content-text,
  body.in-ovation .main-content-section header,
  body[class^='suresmile-'] .content-text,
  body[class^='suresmile-'] .main-content-section header,
  body[class^='damon-'] .content-text,
  body[class^='damon-'] .main-content-section header,
  body[class^='invisalign-'] .content-text,
  body[class^='invisalign-'] .main-content-section header,
  body[class^='in-ovation-'] .content-text,
  body[class^='in-ovation-'] .main-content-section header,
  body.which-is-right-for-me .content-text,
  body.which-is-right-for-me .main-content-section header,
  body.your-child-s-first-orthodontic-checkup .content-text,
  body.your-child-s-first-orthodontic-checkup .main-content-section header,
  body.aao-testimonials .content-text,
  body.aao-testimonials .main-content-section header,
  body.ortho-tv .content-text,
  body.ortho-tv .main-content-section header,
  body.my-life-my-smile-my-orthodontist .content-text,
  body.my-life-my-smile-my-orthodontist .main-content-section header,
  body.layout-full-width .content-text,
  body.layout-full-width .main-content-section 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;
    padding: 23px 0 12px;
  }
  #hd .top {
    padding: 0 0 12px;
  }
  #hd .call-btn {
    display: inline-block;
    margin: 5px 10px;
    position: fixed;
    top: 50%;
    right: 0;
    margin: 0;
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  #hd .call-btn:hover {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.25);
       -moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.25);
            box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.25);
    -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 {
    width: 348px;
  }
  /* Home Slideshow - tablet */
  .home-slideshow-section .photo {
    margin: 0 -20%;
  }
  .home-slideshow-section .caption {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 100px;
    top: 58%;
    -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;
    color: #ffffff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home-slideshow-section .caption .logo {
    display: block;
    margin-bottom: 60px;
  }
  /* Section1 - tablet */
  .section1 {
    background: url("../images/section1.jpg") 58% top #fff;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    text-align: left;
    padding: 90px 0;
  }
  .section1 h2 {
    font-size: 60px;
    line-height: 55px;
    margin: 0 -40px 20px 0;
  }
  .section1 .photo {
    display: none;
  }
  .section1 .main {
    text-align: left;
    padding-right: 32%;
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* Callouts Section1 - tablet */
  .callout-section1 {
    padding: 64px 20px;
    background: #002545;
    border-top: 8px solid #fff;
    border-bottom: 7px solid #fff;
  }
  .callout-section1 .container {
    margin: 0 auto;
  }
  .callout-section1 .callout {
    padding: 1px;
    width: 25%;
    max-width: 100%;
    float: left;
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .callout-section1 .callout a {
    background: none;
    font-size: 35px;
    line-height: 20px;
    padding: 32px 30px;
    border-bottom: 9px solid rgba(203, 79, 32, 0);
  }
  .callout-section1 .callout a .caps {
    font-size: 21px;
    line-height: 21px;
  }
  .callout-section1 .callout a .icon {
    font-size: 90px;
    line-height: 90px;
    margin: -10px 0 25px;
    display: block;
    -webkit-transition: .65s;
    -o-transition: .65s;
    -moz-transition: .65s;
    transition: .65s;
  }
  .callout-section1 .callout a .icon img {
    height: 85px;
  }
  .callout-section1 .callout a .main {
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
  }
  .callout-section1 .callout a:hover {
    border-bottom: 9px solid white;
    -webkit-transform: scale(1.06);
       -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
         -o-transform: scale(1.06);
            transform: scale(1.06);
  }
  .callout-section1 .callout a:hover .icon {
    -webkit-transform: scale(1.18);
       -moz-transform: scale(1.18);
        -ms-transform: scale(1.18);
         -o-transform: scale(1.18);
            transform: scale(1.18);
  }
  .callout-section1 .callout a:hover .main {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  /* Subnav - tablet */
  /* h1 Formatting - tablet */
  h1 {
    font-size: 75px;
    line-height: 70px;
  }
  .home h1 {
    font-size: 105px;
    line-height: 92px;
    margin-bottom: 50px;
  }
  .home h1 span {
    font-size: 33px;
  }
  /* 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;
  }
  .main-content-section .subnav {
    text-align: left;
    padding: 49px 30px;
  }
  .main-content-section .subnav h3 {
    text-align: center;
  }
  .main-content-section .subnav p {
    line-height: 21px;
  }
  .main-content-section .subnav p a {
    padding: 0;
    margin: 0;
    display: block;
    width: auto;
    border: none !important;
  }
  .main-content-section .subnav p a:hover {
    text-decoration: underline;
  }
  .section3,
  .section2 {
    padding: 60px 0;
  }
  /* Testimonials Section - tablet */
  .testimonials-section {
    padding: 65px 0;
  }
  .testimonials-section h2 {
    font-size: 73px;
  }
  .testimonials-section h2 span {
    font-size: 66px;
    font-style: normal;
  }
  .testimonials-section .testimonial {
    display: inline-block;
    width: 30.3333%;
    margin: 0 1%;
    vertical-align: top;
    text-align: left;
  }
  .testimonials-section .testimonial .stars {
    text-align: center;
  }
  .testimonials-section .controls {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  /* Logos Section - tablet */
  .logos-section .logo {
    padding: 0 10px;
  }
  .logos-section .logo img {
    max-width: 100%;
  }
  /* Footer Section - tablet */
  #ft {
    padding: 0;
    background: url(../images/ft-map.jpg) center 0 no-repeat #ededed;
  }
  #ft .container {
    height: 570px;
    margin: 0;
  }
  #ft .ft-form {
    display: none;
  }
  #ft .markers {
    display: block;
  }
  #ft .markers .marker {
    position: absolute;
    left: 50%;
    top: 175px;
    margin-left: -29px;
    display: inline-block;
    padding: 0;
    -webkit-transition: .35s;
    -o-transition: .35s;
    -moz-transition: .35s;
    transition: .35s;
    -webkit-transform-origin: 32% 92%;
       -moz-transform-origin: 32% 92%;
        -ms-transform-origin: 32% 92%;
         -o-transform-origin: 32% 92%;
            transform-origin: 32% 92%;
    width: 89px;
  }
  #ft .markers .marker:hover {
    -webkit-transform: scale(1.23);
       -moz-transform: scale(1.23);
        -ms-transform: scale(1.23);
         -o-transform: scale(1.23);
            transform: scale(1.23);
  }
  #ft .locations .location {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
  }
  /* Sesame Section - tablet */
  .ft-design-credit {
    z-index: 1000;
    text-align: left;
    padding: 0;
    overflow: hidden;
  }
  .ft-design-credit .sesame {
    padding: 35px 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: 0px;
    right: 0;
    margin: 0;
  }
  
  .staff{
width:47%;}

}

/* end tablet  =========================== */
/* ===============================================
					DESKTOP 
=============================================== */
@media only screen and (min-width: 64em) {
  .container {
    padding: 0;
    margin: 0 auto;
  }
  .section-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body {
    font-size: 20px;
    line-height: 36px;
  }
  /* Header Section - desktop */
  #hd {
    position: fixed;
    background: none;
    top: 16px;
    left: 0;
    width: 100%;
    height: 98px;
    z-index: 900;
    text-align: left;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    /* Nav Section - desktop */
  }
  #hd:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    -webkit-transition: .95s;
    -o-transition: .95s;
    -moz-transition: .95s;
    transition: .95s;
    opacity: 1;
  }
  .home #hd:after {
    opacity: 0;
    -webkit-transform: scale(1, 1.15);
       -moz-transform: scale(1, 1.15);
        -ms-transform: scale(1, 1.15);
         -o-transform: scale(1, 1.15);
            transform: scale(1, 1.15);
  }
  .home #hd .logo {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
    -webkit-transition: .9s;
    -o-transition: .9s;
    -moz-transition: .9s;
    transition: .9s;
  }
  .home.scrolled #hd:after {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    opacity: 1;
  }
  .home.scrolled #hd .logo {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    opacity: 1;
  }
  #hd .container {
    margin: 0 auto;
  }
  #hd .logo {
    padding: 13px 0;
  }
  #hd .logo img {
    max-width: 100%;
  }
  #hd .top {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0;
    background: none;
    text-align: right;
  }
  #hd .phone-outer {
    margin: 0 0 0 10px;
  }
  #hd .phone-outer a, #hd .phone-outer .phone {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .home #hd .phone-outer a, .home #hd .phone-outer .phone {
    color: #ffffff;
  }
  .home.scrolled #hd .phone-outer a, .home.scrolled #hd .phone-outer .phone {
    color: #002545;
  }
  .home #hd .social-icons a {
    color: #ffffff;
  }
  .home.scrolled #hd .social-icons a {
    color: #707070;
  }
  #hd #main-nav {
    position: absolute;
    top: 51px;
    right: -10px;
    width: auto;
  }
  #hd #main-nav ul {
    text-align: right;
    line-height: 35px;
  }
  #hd #main-nav ul li {
    margin: 0 0 0 1px;
    padding: 0 0 12px;
    height: 35px;
  }
  #hd #main-nav ul li a {
    font-size: 19px;
    display: inline-block;
    color: #002545;
    height: 40px;
    line-height: 39px;
    padding: 0 9px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home #hd #main-nav ul li a {
    color: #ffffff;
  }
  .home.scrolled #hd #main-nav ul li a {
    color: #002545;
  }
  #hd #main-nav ul li a:after {
    background: #cb4f20;
    width: 100%;
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .45s;
    -o-transition: .45s;
    -moz-transition: .45s;
    transition: .45s;
    -webkit-box-shadow: inset 0 -5px 0 #ffffff;
       -moz-box-shadow: inset 0 -5px 0 #ffffff;
            box-shadow: inset 0 -5px 0 #ffffff;
  }
  #hd #main-nav ul li.active > a,
  #hd #main-nav ul li:hover > a {
    color: #ffffff !important;
  }
  #hd #main-nav ul li.active > a:after,
  #hd #main-nav ul li:hover > a:after {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    top: 0;
  }
  #hd #main-nav ul li.contact-us ul,
  #hd #main-nav ul li.contact ul {
    left: auto;
    right: 0;
    text-align: right;
  }
  #hd #main-nav ul ul,
  #hd #main-nav ul .open ul {
    text-align: left;
    padding: 23px 0;
    margin: 0 0 0;
    width: auto;
    min-width: 220px;
    display: none;
    position: absolute;
    left: 0;
  }
  #hd #main-nav ul ul:after,
  #hd #main-nav ul .open ul:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(112, 112, 112, 0.89);
    z-index: -2;
  }
  #hd #main-nav ul ul li,
  #hd #main-nav ul .open ul li {
    margin: 2px 0;
  }
  #hd #main-nav ul ul li a,
  #hd #main-nav ul ul li.active a,
  #hd #main-nav ul .open ul li a,
  #hd #main-nav ul .open ul li.active a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .0em;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff !important;
    padding: 0 29px;
    width: 100% !important;
  }
  #hd #main-nav ul ul li a:after,
  #hd #main-nav ul ul li.active a:after,
  #hd #main-nav ul .open ul li a:after,
  #hd #main-nav ul .open ul li.active a:after {
    background: #ffffff;
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 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;
    height: 100%;
  }
  #hd #main-nav ul ul li a:hover,
  #hd #main-nav ul ul li.active a,
  #hd #main-nav ul .open ul li a:hover,
  #hd #main-nav ul .open ul li.active a {
    color: #cb4f20 !important;
  }
  #hd #main-nav ul ul li a:hover:after,
  #hd #main-nav ul ul li.active a:after,
  #hd #main-nav ul .open ul li a:hover:after,
  #hd #main-nav ul .open ul li.active a:after {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  /* Home Slideshow - desktop */
  .home-slideshow-section {
    margin-top: 0px;
  }
  .home-slideshow-section .photo {
    margin: 0 -30%;
  }
  .home-slideshow-section video {
    width: 106%;
    margin: 0 -3%;
  }
  .home-slideshow-section .caption img {
    -webkit-transition: .9s;
    -o-transition: .9s;
    -moz-transition: .9s;
    transition: .9s;
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
         -o-transform-origin: left top;
            transform-origin: left top;
    position: relative;
    left: 0;
  }
  .scrolled .home-slideshow-section .caption img {
    -webkit-transform: scale(0.6);
       -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
         -o-transform: scale(0.6);
            transform: scale(0.6);
    opacity: .0;
    left: -100px;
  }
  /* Subnav - desktop */
  .subnav-section {
    margin-top: 0;
    padding: 30px 20px 30px;
  }
  /* Callout Section1 - desktop */
  /* Section1 - desktop */
  .section1 {
    border: 10px solid #fff;
    border-width: 10px 0 0;
    padding: 100px 20px 135px;
  }
  .section1 h2 {
    font-size: 79px;
    margin-bottom: 35px;
  }
  .section1 h2 span {
    font-size: 52px;
  }
  .section1 p {
    font-size: 21px;
    line-height: 25px;
  }
  .section1 .btns {
    margin: 48px 0 0;
  }
  .section1 .btns a {
    padding: 17px 13px;
  }
  /* h1 formatting - desktop */
  h1 {
    font-size: 105px;
    line-height: 87px;
  }
  .home h1 {
    margin-bottom: 65px;
  }
  .header-section {
    padding: 320px 20px 43px;
  }
  .header-section header {
    padding-right: 360px;
  }
  /* Main Conent Section - desktop */
  .main-content-section {
    padding: 108px 20px;
  }
  .main-content-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin-left: 324px;
    background: url("../images/section2.jpg") center center #707070;
    width: 4000px;
    z-index: -1;
  }
  .home .main-content-section {
    background: url("../images/bg-home.jpg") center center #fff;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    padding: 0;
  }
  .home .main-content-section:after {
    display: none;
  }
  .home .main-content-section .bg {
    padding: 95px 0 80px;
  }
  .home .main-content-section .bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 -101px;
    background: rgba(245, 243, 240, 0.9);
    z-index: -1;
  }
  .main-content-section #sidebar {
    margin: -176px 0 0;
  }
  .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 .subnav {
    text-align: left;
    padding: 58px 58px 68px;
  }
  .section2 {
    padding: 100px 0 100px;
    text-align: left;
  }
  .section2 h2 {
    font-size: 183px;
    line-height: 95px;
    padding: 81px 7px 95px;
    margin: 0;
    display: inline-block;
    margin-left: 0px;
    left: 2px;
    position: relative;
  }
  .section2 h2 .sub {
    font-size: 112px;
    line-height: 95px;
  }
  .section2 .photos {
    text-align: left;
    float: right;
    width: 618px;
    margin-right: -30px;
    margin-top: -10px;
  }
  .section2 .photos img {
    padding: 5px;
    display: block;
    float: left;
    max-width: 196px;
  }
  .section2 .photos .photo2 {
    margin-right: 196px;
  }
  .section2 .photos .photo6 {
    margin-left: -205px;
  }
  .section3 {
    padding: 85px 20px 95px;
  }
  .section3 h2 {
    font-size: 96px;
    line-height: 96px;
  }
  .section3 .photos {
    /*
			width: 2000px;
			left: 50%;
			margin-left: -1000px;
			position: absolute;
			top:100px;
			*/
    margin: 0 -40px;
  }
  .section3 .photos img {
    width: auto;
    max-width: 224px;
  }
  /* Testimonials Section - desktop */
  .testimonials-section {
    padding: 95px 20px;
  }
  .testimonials-section .container {
    max-width: 1100px;
    margin: 0 auto;
  }
  .testimonials-section .testimonial {
    max-width: 100%;
  }
  .testimonials-section .testimonial .main {
    height: 355px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 54px 27px;
  }
  /* Logos Section - desktop */
  .logos-section .container {
    max-width: 1100px;
  }
  .logos-section .logos .logo {
    padding: 0 15px;
  }
  /* Footer Section - desktop */
  #ft .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  /* Sesame Section - desktop */
  .ft-design-credit .container {
    max-width: 1100px;
  }
}

/* end desktop  =========================== */
@media only screen and (min-width: 77.5em) {
  .section3 {
    padding: 80px 20px 96px;
  }
  .section3 .photos {
    width: 2000px;
    left: 50%;
    margin-left: -1000px;
    position: absolute;
    top: 136px;
  }
  .section3 .photos img {
    padding: 6px;
  }
  .section3 .social-icons {
    margin: 280px 0 0;
  }
}

@media only screen and (min-width: 125em) {
  .para1,
  .para2 {
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
}

/* Slideshow Height Scaling  ============== */
@media only screen and (min-width: 68em) {
  .home-slideshow-section .photo {
    margin: 0 -26.7%;
  }
  .home-slideshow-section video {
    margin: -0.4% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 76em) {
  .home-slideshow-section .photo {
    margin: 0 -23.4%;
  }
  .home-slideshow-section video {
    margin: -1.3% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 84em) {
  .home-slideshow-section .photo {
    margin: 0 -20.1%;
  }
  .home-slideshow-section video {
    margin: -2.2% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 92em) {
  .home-slideshow-section .photo {
    margin: 0 -16.8%;
  }
  .home-slideshow-section video {
    margin: -3.1% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 100em) {
  .home-slideshow-section .photo {
    margin: 0 -13.5%;
  }
  .home-slideshow-section video {
    margin: -4% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 108em) {
  .home-slideshow-section .photo {
    margin: 0 -10.2%;
  }
  .home-slideshow-section video {
    margin: -4.9% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 116em) {
  .home-slideshow-section .photo {
    margin: 0 -6.9%;
  }
  .home-slideshow-section video {
    margin: -5.8% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 124em) {
  .home-slideshow-section .photo {
    margin: 0 -3.6%;
  }
  .home-slideshow-section video {
    margin: -6.7% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 132em) {
  .home-slideshow-section .photo {
    margin: 0 -0.3%;
  }
  .home-slideshow-section video {
    margin: -7.6% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 140em) {
  .home-slideshow-section .photo {
    margin: -0.2% 0;
  }
  .home-slideshow-section video {
    margin: -8.5% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 148em) {
  .home-slideshow-section .photo {
    margin: -1.52% 0;
  }
  .home-slideshow-section video {
    margin: -9.4% 0;
    width: 100%;
  }
}
