#hide-stock {
  display: none;
}

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

form button {
  background: #05b1bf;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 37px;
  text-align: center;
  font-size: 0.9285714285714286em;
  display: inline-block;
  border: none;
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

form button:hover {
  background: #02555c;
}

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

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

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

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

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

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

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

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

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

.office_tour.cycle-slideshow .slide-control {
  z-index: 900;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 20px 0;
  color: #05b1bf;
  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 #05b1bf;
}

.office-tour-pager a.cycle-pager-active {
  background: #05b1bf;
}

.office-tour-pager a:hover {
  background: #06d1e2;
  border: 1px solid #05bfce;
}

.wow {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 64em) {
  #main-nav {
    position: absolute;
  }
  #main-nav .nav-toggle {
    display: none;
  }
  #main-nav .nav-bg {
    left: 0;
    right: 0;
    bottom: auto;
    opacity: 1;
    background: none;
    position: absolute;
  }
  #main-nav .nav-inner {
    top: 0;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  #main-nav nav {
    position: absolute;
    top: 46px;
    right: 0;
    padding: 0;
    max-width: 100%;
  }
  #main-nav nav ul li {
    display: inline-block;
    position: inherit;
    margin: 0 0 0 13px;
    padding-bottom: 3px;
  }
  #main-nav nav ul li a {
    color: #ffffff;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: .02em;
    padding: 9px;
    position: relative;
  }
  #main-nav nav ul li:hover a,
  #main-nav nav ul li.active a {
    color: #7edae0;
  }
  #main-nav nav ul li:last-of-type ul {
    text-align: right;
    right: 0;
    width: 200px;
  }
  #main-nav nav ul li ul {
    position: absolute;
    top: 100%;
    height: auto;
    display: none;
    z-index: 100;
    background: rgba(5, 177, 191, 0.89);
    padding: 16px 0;
    margin: 0 -11px;
    text-align: left;
    width: auto;
    min-width: 208px;
  }
  #main-nav nav ul li ul li {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 1px 0;
  }
  #main-nav nav ul li ul li a {
    width: 100%;
    padding: 5px 21px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    font-size: 14px;
    letter-spacing: .01em;
    color: #ffffff !important;
  }
  #main-nav nav ul li ul li a:hover {
    color: #0664a4 !important;
  }
  #main-nav nav ul li:hover ul {
    display: block;
  }
}

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

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

body.home {
  color: #333333;
}

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

.font1,
h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
}

/* Links */
a {
  color: #05b1bf;
  -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: #18e8f9;
}

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

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

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

/* Header */
#hd {
  z-index: 900;
  text-align: center;
  background: white;
  padding: 10px 5% 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#hd .container {
  margin: 0 auto;
}

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

#hd .logo img {
  max-width: 160px;
}

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

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

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

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

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

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

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

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

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

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

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

#hd .main {
  display: inline-block;
  margin: 8px;
  letter-spacing: .06em;
}

#hd .phone-outer {
  display: block;
  margin: 8px;
  font-size: 17px;
}

#hd .phone-outer i {
  position: relative;
  color: #7edae0;
  padding-right: 4px;
  top: -2px;
}

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

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

#hero .slide {
  width: 100%;
}

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

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

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

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

#hero .caption h3 {
  font-size: 1.8em;
  line-height: 1.15em;
  margin: 0 auto;
  max-width: 350px;
}

/* Callout Section 1 */
#callouts1 {
  z-index: 30;
  text-align: center;
  background: #055b95;
  padding: 1px;
  border: 10px solid #fff;
  border-width: 9px 0;
}

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

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

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

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

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

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

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

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

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

#callouts1 .callout a {
  font-size: 2.0em;
  line-height: 1.1em;
  color: #ffffff;
  position: relative;
  -webkit-transition: .55s;
  -o-transition: .55s;
  -moz-transition: .55s;
  transition: .55s;
  display: block;
  background: #0664a4;
  padding: 21px 15px;
  letter-spacing: .01em;
}

#callouts1 .callout a .caps {
  font-size: .50em;
  line-height: 1.1em;
  letter-spacing: .1em;
  display: block;
}

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

#callouts1 .callout a:hover {
  background: #055890;
}

/* Subnav Section */
#subnav {
  text-align: center;
  background: url("../images/section2.jpg") center center #fff;
  padding: 30px 0;
}

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

#subnav p {
  font-size: 14px;
  line-height: 14px;
}

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

#subnav p a.active, #subnav p a:hover {
  color: #12a1e7;
}

/* h1 Formatting */
h1 {
  font-size: 50px;
  line-height: .96em;
  font-weight: 300;
  color: #0664a4;
  text-transform: uppercase;
  margin-bottom: 32px;
  position: relative;
  display: block;
}

.home h1 {
  text-align: center;
}

.home h1 span {
  display: block;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.4em;
  margin-bottom: 5px;
}

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

.home #main-content {
  background: url("../images/home-bg.jpg") center center #fff;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

.home #main-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: -1;
  opacity: .85;
}

#main-content h2 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0664a4;
}

#main-content h3 {
  font-size: 27px;
  color: #0664a4;
  font-weight: 400;
  text-transform: uppercase;
}

#main-content h4 {
  color: #0664a4;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 400;
}

#main-content h5,
#main-content h6 {
  color: #0664a4;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 400;
}

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

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

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

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

#main-content .content-text a {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

#callouts2 {
  z-index: 30;
  text-align: center;
  background: #055b95;
  padding: 1px;
  border: 10px solid #fff;
  border-width: 9px 0;
}

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

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

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

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

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

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

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

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

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

#callouts2 .callout a {
  font-size: 1.7em;
  line-height: 1.1em;
  color: #ffffff;
  position: relative;
  -webkit-transition: .55s;
  -o-transition: .55s;
  -moz-transition: .55s;
  transition: .55s;
  display: block;
  background: #0664a4;
  padding: 29px 15px;
  letter-spacing: .01em;
}

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

#callouts2 .callout a:hover {
  background: #055890;
}

/* Testimonials Section */
#testimonials {
  z-index: 10;
  padding: 56px 0;
  text-align: center;
  background: url("../images/section3.jpg") 40% center #fff;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  border-bottom: 12px solid #fff;
  color: #333333;
}

#testimonials ul, #testimonials li {
  margin: 0;
  padding: 0;
}

#testimonials h2 {
  font-size: 39px;
  margin: 0 0 25px;
  color: #0664a4;
}

#testimonials p {
  font-size: 20px;
  line-height: 35px;
}

#testimonials .name {
  font-size: 15px;
  line-height: 15px;
  margin: 0 8px;
}

#testimonials .btm {
  margin: 20px 0 0;
}

#testimonials .btm a, #testimonials .btm #next, #testimonials .btm #prev {
  background: rgba(6, 100, 164, 0.71);
  display: inline-block;
  position: relative;
  z-index: 10;
  font-size: 14px;
  height: 46px;
  margin: 2.5px -1px;
  line-height: 1em;
  color: #7edae0;
  padding: 16px 18px;
  -webkit-transition: .55s;
  -o-transition: .55s;
  -moz-transition: .55s;
  transition: .55s;
  -webkit-animation-duration: 1.5s;
     -moz-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
}

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

#testimonials .btm a:nth-of-type(1n), #testimonials .btm #next:nth-of-type(1n), #testimonials .btm #prev:nth-of-type(1n) {
  -webkit-animation-delay: 0.35s;
     -moz-animation-delay: 0.35s;
       -o-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

#testimonials .btm a:nth-of-type(2n), #testimonials .btm #next:nth-of-type(2n), #testimonials .btm #prev:nth-of-type(2n) {
  -webkit-animation-delay: 0.7s;
     -moz-animation-delay: 0.7s;
       -o-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

#testimonials .btm a:nth-of-type(3n), #testimonials .btm #next:nth-of-type(3n), #testimonials .btm #prev:nth-of-type(3n) {
  -webkit-animation-delay: 1.05s;
     -moz-animation-delay: 1.05s;
       -o-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

#testimonials .btm a:nth-of-type(4n), #testimonials .btm #next:nth-of-type(4n), #testimonials .btm #prev:nth-of-type(4n) {
  -webkit-animation-delay: 1.4s;
     -moz-animation-delay: 1.4s;
       -o-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

#testimonials .btm a:hover, #testimonials .btm #next:hover, #testimonials .btm #prev:hover {
  color: #05b1bf;
  background: #ffffff;
  z-index: 20;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

#testimonials .btm a:hover:after, #testimonials .btm #next:hover:after, #testimonials .btm #prev:hover:after {
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

#testimonials .btm #next, #testimonials .btm #prev, #testimonials .btm .social-btn {
  width: 46px;
  padding: 15px;
}

/* Footer */
#ft {
  background: #0664a4;
  text-align: center;
  z-index: 10;
  color: #fff;
}

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

#ft .logo {
  display: block;
}

#ft .location {
  border: 1px solid #7edae0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 250px;
  height: 250px;
  margin: 20px auto;
  position: relative;
}

#ft .location .inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 25px;
}

#ft .icon {
  margin: 10px 0 24px;
  font-size: 35px;
  display: block;
}

#ft .main {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: .05em;
  display: block;
}

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

#ft .phone-outer {
  font-size: 14px;
  line-height: 1em;
  display: block;
  letter-spacing: .05em;
  margin: 11px 0 0px;
}

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

#ft .social-icons {
  display: inline-block;
  margin: 20px 0 0;
  vertical-align: top;
}

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

#ft .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;
}

#ft .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;
}

#ft .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;
}

#ft .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;
}

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

#ft .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;
}

#ft .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;
}

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

#ft .location3 .inner {
  top: 55.5%;
}

#ft .office-hours {
  letter-spacing: .05em;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  border: none;
  text-align: left;
  padding: 10px 0 0;
}

#ft .office-hours td, #ft .office-hours tr {
  border: none;
  padding: 0 5px;
}

#ft .office-hours .day {
  text-transform: uppercase;
  text-align: right;
  padding-right: 20px;
}

#ft .office-hours .time {
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
}

/* Sesame Section */
#ft-sesame {
  z-index: 20;
  background: #ffffff;
  text-align: center;
  padding: 23px 0;
}

#ft-sesame .sesame {
  font-size: 12px;
  line-height: 2.5em;
  color: #333333;
}

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

#ft-sesame .sesame a {
  color: #333333;
  display: block;
}

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

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

#ft-sesame .back-to-top {
  display: inline-block;
  position: relative;
  font-size: 25px;
  margin: 0 0 15px;
  text-align: center;
  color: #96cd51;
}

#ft-sesame .back-to-top .inner {
  display: inline-block;
  -webkit-transition: .45s;
  -o-transition: .45s;
  -moz-transition: .45s;
  transition: .45s;
}

#ft-sesame .back-to-top i {
  display: inline-block;
  position: relative;
  top: -1px;
  padding-left: 5px;
}

#ft-sesame .back-to-top:hover .inner {
  color: rgba(5, 177, 191, 0.79);
  -webkit-transform: scale(1.4);
     -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
       -o-transform: scale(1.4);
          transform: scale(1.4);
}

/* ===========================================================
Tablet / Desktop Stylings
========================================================== */
@media only screen and (min-width: 48em) {
  body.oraverse #sidebar,
  body.somnodent-sleep-apnea-appliance #sidebar,
  body.tap-appliance #sidebar,
  body.juvederm-xc #sidebar,
  body.clarity-sl #sidebar,
  body.palatal-expander #sidebar,
  body.retainer-instructions #sidebar,
  body.acceledent-aura #sidebar,
  body.common-procedures #sidebar,
  body.solea-dental-laser #sidebar,
  body.home #sidebar,
  body.sitemap #sidebar,
  body.meet-the-staff #sidebar,
  body.meet-our-staff #sidebar,
  body.our-staff #sidebar,
  body.our-team #sidebar,
  body.the-staff #sidebar,
  body.the-team #sidebar,
  body.meet-the-team #sidebar,
  body.meet-our-team #sidebar,
  body.types-of-braces #sidebar,
  body.types-of-appliances #sidebar,
  body.digital-x-rays #sidebar,
  body.color-my-braces #sidebar,
  body.common-orthodontic-issues #sidebar,
  body.common-procedures #sidebar,
  body.office-tour #sidebar,
  body.clearcorrect #sidebar,
  body.before-and-after #sidebar,
  body.how-suresmile-works #sidebar,
  body.invisalign #sidebar,
  body.i-cat #sidebar,
  body.itero-element #sidebar,
  body.the-suresmile-process #sidebar,
  body.in-ovation #sidebar,
  body[class^='suresmile-'] #sidebar,
  body[class^='damon-'] #sidebar,
  body[class^='invisalign-'] #sidebar,
  body[class^='in-ovation-'] #sidebar,
  body.which-is-right-for-me #sidebar,
  body.your-child-s-first-orthodontic-checkup #sidebar,
  body.aao-testimonials #sidebar,
  body.ortho-tv #sidebar,
  body.my-life-my-smile-my-orthodontist #sidebar,
  body.layout-full-width #sidebar {
    display: none;
  }
  body.oraverse #main-content .content-text,
  body.oraverse #main-content header,
  body.somnodent-sleep-apnea-appliance #main-content .content-text,
  body.somnodent-sleep-apnea-appliance #main-content header,
  body.tap-appliance #main-content .content-text,
  body.tap-appliance #main-content header,
  body.juvederm-xc #main-content .content-text,
  body.juvederm-xc #main-content header,
  body.clarity-sl #main-content .content-text,
  body.clarity-sl #main-content header,
  body.palatal-expander #main-content .content-text,
  body.palatal-expander #main-content header,
  body.retainer-instructions #main-content .content-text,
  body.retainer-instructions #main-content header,
  body.acceledent-aura #main-content .content-text,
  body.acceledent-aura #main-content header,
  body.common-procedures #main-content .content-text,
  body.common-procedures #main-content header,
  body.solea-dental-laser #main-content .content-text,
  body.solea-dental-laser #main-content header,
  body.home #main-content .content-text,
  body.home #main-content header,
  body.sitemap #main-content .content-text,
  body.sitemap #main-content header,
  body.meet-the-staff #main-content .content-text,
  body.meet-the-staff #main-content header,
  body.meet-our-staff #main-content .content-text,
  body.meet-our-staff #main-content header,
  body.our-staff #main-content .content-text,
  body.our-staff #main-content header,
  body.our-team #main-content .content-text,
  body.our-team #main-content header,
  body.the-staff #main-content .content-text,
  body.the-staff #main-content header,
  body.the-team #main-content .content-text,
  body.the-team #main-content header,
  body.meet-the-team #main-content .content-text,
  body.meet-the-team #main-content header,
  body.meet-our-team #main-content .content-text,
  body.meet-our-team #main-content header,
  body.types-of-braces #main-content .content-text,
  body.types-of-braces #main-content header,
  body.types-of-appliances #main-content .content-text,
  body.types-of-appliances #main-content header,
  body.digital-x-rays #main-content .content-text,
  body.digital-x-rays #main-content header,
  body.color-my-braces #main-content .content-text,
  body.color-my-braces #main-content header,
  body.common-orthodontic-issues #main-content .content-text,
  body.common-orthodontic-issues #main-content header,
  body.common-procedures #main-content .content-text,
  body.common-procedures #main-content header,
  body.office-tour #main-content .content-text,
  body.office-tour #main-content header,
  body.clearcorrect #main-content .content-text,
  body.clearcorrect #main-content header,
  body.before-and-after #main-content .content-text,
  body.before-and-after #main-content header,
  body.how-suresmile-works #main-content .content-text,
  body.how-suresmile-works #main-content header,
  body.invisalign #main-content .content-text,
  body.invisalign #main-content header,
  body.i-cat #main-content .content-text,
  body.i-cat #main-content header,
  body.itero-element #main-content .content-text,
  body.itero-element #main-content header,
  body.the-suresmile-process #main-content .content-text,
  body.the-suresmile-process #main-content header,
  body.in-ovation #main-content .content-text,
  body.in-ovation #main-content header,
  body[class^='suresmile-'] #main-content .content-text,
  body[class^='suresmile-'] #main-content header,
  body[class^='damon-'] #main-content .content-text,
  body[class^='damon-'] #main-content header,
  body[class^='invisalign-'] #main-content .content-text,
  body[class^='invisalign-'] #main-content header,
  body[class^='in-ovation-'] #main-content .content-text,
  body[class^='in-ovation-'] #main-content header,
  body.which-is-right-for-me #main-content .content-text,
  body.which-is-right-for-me #main-content header,
  body.your-child-s-first-orthodontic-checkup #main-content .content-text,
  body.your-child-s-first-orthodontic-checkup #main-content header,
  body.aao-testimonials #main-content .content-text,
  body.aao-testimonials #main-content header,
  body.ortho-tv #main-content .content-text,
  body.ortho-tv #main-content header,
  body.my-life-my-smile-my-orthodontist #main-content .content-text,
  body.my-life-my-smile-my-orthodontist #main-content header,
  body.layout-full-width #main-content .content-text,
  body.layout-full-width #main-content header {
    width: 100%;
  }
  body[class^='meet-dr-'] #hide-stock {
    margin: 0 0 1em 0;
  }
  /* ======================================================
							  TABLET 
	========================================================= */
  body {
    font-size: 20px;
    line-height: 32px;
  }
  /* Sections */
  .section-container {
    padding: 70px 0;
  }
  .container {
    margin: 0 5%;
  }
  /* Header Section */
  #hd {
    padding: 4px 0;
  }
  /* Home Slideshow - tablet */
  #hero video {
    margin: 00;
    width: 100%;
  }
  /* Callouts Section1 - tablet */
  #callouts1 .callout {
    width: 50%;
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  #callouts2 .callout {
    width: 50%;
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* Subnav - tablet */
  /* h1 Formatting - tablet */
  h1 {
    font-size: 62px;
    line-height: 62px;
  }
  /* Main Content Section - tablet */
  .home #main-content .container {
    margin: 0 10%;
  }
  #main-content #hide-stock {
    display: block;
    margin: 0 0 1em 0;
  }
  #main-content #sidebar {
    width: 33%;
    display: inline-block;
    text-align: right;
    margin: 7px 0 35px 35px;
    padding: 0;
    float: right;
  }
  #main-content .content-text,
  #main-content header {
    width: 61%;
    float: left;
  }
  .home #main-content .content-text, .home
  #main-content header {
    width: 100%;
    float: none;
  }
  #main-content .staff-photo {
    float: right;
    margin: 0 0 25px 25px;
  }
  /* Testimonials Section - tablet */
  #testimonials {
    text-align: justify;
    padding: 90px 0;
    padding-right: 30%;
    background-position: 50% 50%;
  }
  #testimonials h2 {
    font-size: 45px;
    margin-bottom: 32px;
  }
  #testimonials .testimonials {
    position: relative;
  }
  #testimonials .btm {
    margin: 30px 0 0;
  }
  #testimonials .controls, #testimonials .btns {
    display: inline-block;
  }
  /* Footer Section - tablet */
  #ft .locations .location {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 7px;
    display: inline-block;
  }
  /* Sesame Section - tablet */
  #ft-sesame {
    text-align: left;
    padding: 40px 0;
  }
  #ft-sesame .sesame a, #ft-sesame .sesame .div {
    display: inline-block;
  }
  #ft-sesame .back-to-top {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* 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: 38px;
  }
  /* Header Section - desktop */
  #hd {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    text-align: left;
    padding: 0 15px;
    background: url(../images/hd.png) center center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 87px;
    border: none;
  }
  #hd .container {
    margin: 0 auto;
    max-width: 1000px;
  }
  #hd .logo {
    padding: 5px 0;
  }
  #hd .logo img {
    max-width: 125px;
  }
  #hd #main-nav .hd-info {
    text-align: right;
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    color: #ffffff;
    margin: 7px 0 0;
  }
  #hd #main-nav .hd-info a {
    color: #ffffff;
  }
  #hd #main-nav .hd-info a:hover {
    color: rgba(255, 255, 255, 0.79);
  }
  #hd #main-nav .address {
    display: inline-block;
  }
  #hd #main-nav .main br {
    display: none;
  }
  #hd #main-nav .phone-outer {
    position: relative;
    top: 1px;
    display: inline-block;
  }
  /* Home Slideshow - desktop */
  #hero {
    margin-top: 0px;
  }
  #hero .photo {
    margin: 0 -30%;
  }
  #hero video {
    width: 106%;
    margin: 0 -3%;
  }
  #hero .caption {
    margin-top: 60px;
  }
  /* Subnav - desktop */
  #subnav {
    margin-top: 0;
    padding: 127px 20px 39px;
  }
  /* Callout Section1 - desktop */
  #callouts1 {
    padding: 48px 20px;
    background: url("../images/section1.jpg") center center #e6eae9;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
  #callouts1 .container {
    max-width: 1010px;
    margin: 0 auto;
  }
  #callouts1 .callout {
    width: 25%;
    padding: 0 11px;
  }
  #callouts1 .callout a {
    padding: 40px 25px;
    margin: 0 auto;
    font-size: 35px;
    line-height: 35px;
    -webkit-transition: .65s;
    -o-transition: .65s;
    -moz-transition: .65s;
    transition: .65s;
    background: rgba(6, 100, 164, 0.71);
  }
  #callouts1 .callout a .bg {
    display: block;
    position: relative;
    margin-bottom: 15px;
    height: 64px;
  }
  #callouts1 .callout a .bg:after, #callouts1 .callout a .bg:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    right: 70%;
    background: #96cd51;
    z-index: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
  }
  #callouts1 .callout a .bg:before {
    right: 0;
    left: 70%;
  }
  #callouts1 .callout a .bg img {
    -webkit-transition: .9s;
    -o-transition: .9s;
    -moz-transition: .9s;
    transition: .9s;
  }
  #callouts1 .callout a .main {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #ffffff;
  }
  #callouts1 .callout a .caps {
    font-size: 15px;
    line-height: 18px;
  }
  #callouts1 .callout a:hover {
    color: #05b1bf;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 6px 0 0 rgba(6, 100, 164, 0.4);
       -moz-box-shadow: 0 6px 0 0 rgba(6, 100, 164, 0.4);
            box-shadow: 0 6px 0 0 rgba(6, 100, 164, 0.4);
  }
  #callouts1 .callout a:hover .bg img {
    -webkit-transform: scale(1.1) rotateY(-180deg);
       -moz-transform: scale(1.1) rotateY(-180deg);
            transform: scale(1.1) rotateY(-180deg);
  }
  #callouts1 .callout a:hover .bg:after, #callouts1 .callout a:hover .bg:before {
    opacity: 0;
  }
  #callouts1 .callout a:hover .main {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
    color: #05b1bf;
  }
  /* Section1 - desktop */
  /* h1 formatting - desktop */
  h1 {
    font-size: 50px;
    line-height: 52px;
    padding-bottom: 20px;
    line-height: 66px;
    border-bottom: 2px solid #96cd51;
    margin: 0 0 26px;
  }
  .home h1 {
    font-size: 66px;
    padding-bottom: 0;
    line-height: 66px;
    text-align: left;
    position: relative;
    border: none;
    margin: 0 0 30px;
  }
  .home h1:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 376px;
    bottom: 2px;
    right: 0;
    background: #96cd51;
    z-index: 10;
  }
  /* Main Conent Section - desktop */
  #main-content {
    padding: 75px 20px;
  }
  .home #main-content {
    padding: 100px 20px;
  }
  .home #main-content:after {
    display: none;
  }
  .home #main-content .bg {
    padding: 90px;
    background: rgba(255, 255, 255, 0.85);
  }
  .home #main-content .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  #main-content #sidebar {
    margin: 8px 0 0;
  }
  .home #main-content .content-text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 55px;
       -moz-column-gap: 55px;
            column-gap: 55px;
    text-align: justify;
    -webkit-column-width: 50%;
       -moz-column-width: 50%;
            column-width: 50%;
  }
  #callouts2 {
    padding: 0;
    background: url("../images/section2.jpg") center center #e6eae9;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    border-top: 13px solid #fff;
  }
  #callouts2 .container {
    max-width: 1010px;
    margin: 0 auto;
    height: 800px;
  }
  #callouts2 .callouts {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 112px 0;
  }
  #callouts2 .callout {
    width: auto;
    padding: 0 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 33.3333%;
    bottom: 50%;
  }
  #callouts2 .callout a {
    padding: 30px 25px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 26px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    background: rgba(255, 255, 255, 0.04);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 8px;
  }
  #callouts2 .callout a .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/callout1.jpg") center center #fff;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    display: block;
    z-index: 10;
  }
  #callouts2 .callout a .main {
    z-index: 100;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #333333;
    position: absolute;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  #callouts2 .callout a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0664a4;
    z-index: 12;
    opacity: 0;
    -webkit-transition: .66s;
    -o-transition: .66s;
    -moz-transition: .66s;
    transition: .66s;
  }
  #callouts2 .callout a:hover {
    background: none;
  }
  #callouts2 .callout a:hover .bg img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  #callouts2 .callout a:hover .main {
    font-size: 34px;
    line-height: 34px;
    color: #fff !important;
  }
  #callouts2 .callout a:hover:after {
    opacity: .8;
  }
  #callouts2 .callout1 a .main {
    top: 50%;
    left: 68%;
    right: 0;
  }
  #callouts2 .callout1 a:hover .main {
    left: 0;
  }
  #callouts2 .callout2 {
    top: 50%;
    left: 0;
    right: 66.66666%;
    bottom: 0;
  }
  #callouts2 .callout2 a .bg {
    background: url("../images/callout2.jpg") center center #fff;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
  #callouts2 .callout2 a .main {
    top: auto;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    left: 0%;
    right: 70%;
    bottom: 9%;
    color: #fff;
    padding: 0 50px;
  }
  #callouts2 .callout2 a .main span {
    display: block;
    margin: 0  0 0 -30px;
  }
  #callouts2 .callout2 a:hover .main {
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
       -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
  }
  #callouts2 .callout3 {
    top: 50%;
    left: 33.3333%;
    right: 33.3333%;
    bottom: 0;
  }
  #callouts2 .callout3 a .bg {
    background: url("../images/callout3.jpg") center center #fff;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
  #callouts2 .callout3 a .main {
    top: auto;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    left: 62%;
    right: 0;
    top: 10%;
    padding: 0 0px;
  }
  #callouts2 .callout3 a .main span {
    display: block;
    margin: 0  0 0 -70px;
  }
  #callouts2 .callout3 a:hover .main {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #callouts2 .callout4 {
    top: 0%;
    left: 66.666%;
    right: 0;
    bottom: 0;
  }
  #callouts2 .callout4 a .bg {
    background: url("../images/callout4.jpg") center center #fff;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
  #callouts2 .callout4 a .main {
    top: auto;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    left: 9%;
    right: 0;
    top: 10%;
    padding: 0 0px;
  }
  #callouts2 .callout4 a .main span {
    display: block;
    margin: 0  0 0 -120px;
  }
  #callouts2 .callout4 a:hover .main {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  /* Testimonials Section - desktop */
  #testimonials {
    padding: 110px 20px 148px;
    border-top: 4px solid #fff;
  }
  #testimonials .testimonials {
    padding-right: 40%;
  }
  /* Footer Section - desktop */
  #ft .container {
    margin: 0 auto;
  }
  /* Sesame Section - desktop */
  #ft-sesame {
    padding: 45px 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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