h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  padding: 0;
  line-height: 1.05em;
  font-weight: 400;
  margin: 0;
}

.container {
  width: auto !important;
}

i {
  vertical-align: middle;
}

img {
  image-rendering: crisp-edges;
  -moz-image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: bicubic;
}

nav ul li {
  width: auto;
}

.fa,
.fas,
.fab,
.far,
.fal {
  vertical-align: middle;
}

.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,
.rounded {
  -webkit-border-radius: 999em;
  -moz-border-radius: 999em;
  border-radius: 999em;
}

.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%;
}

#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: #3481b5;
  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: #1d4966;
}

/* 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;
}

/* SS nav active color */

.slideshow-nav .slideshow-active-page a {
  color: #3481b5 !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: #3481b5;
  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 #3481b5;
}

.office-tour-pager a.cycle-pager-active {
  background: #3481b5;
}

.office-tour-pager a:hover {
  background: #4493c9;
  border: 1px solid #3789c1;
}

/* ======================================================
						  TABLET SETUP
========================================================= */

/* ======================================================
						  DESKTOP SETUP
========================================================= */

.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 pulseUp {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulseUp {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.18);
    transform: scale(1.18);
  }

  to {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes pulseUp {
  from {
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -o-transform: scale(1.18);
    transform: scale(1.18);
  }

  to {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulseUp {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -o-transform: scale(1.18);
    transform: scale(1.18);
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulseUp;
  -moz-animation-name: pulseUp;
  -o-animation-name: pulseUp;
  animation-name: pulseUp;
  -webkit-animation: 1.05s cubic-bezier(0.19, 0.01, 0.76, 1) infinite both pulse;
  -moz-animation: 1.05s cubic-bezier(0.19, 0.01, 0.76, 1) infinite both pulse;
  -o-animation: 1.05s cubic-bezier(0.19, 0.01, 0.76, 1) infinite both pulse;
  animation: 1.05s cubic-bezier(0.19, 0.01, 0.76, 1) infinite both pulse;
}

@-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;
  z-index: 900;
}

#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: 8.5px 9px;
  background: rgba(255, 255, 255, 0.88);
}

#main-nav .nav-toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(52, 129, 181, 0.1);
}

#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: #3481b5;
  -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(60, 148, 207, 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;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#main-nav .nav-bg::-webkit-scrollbar {
  display: none;
}

#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 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: 23px;
  line-height: 1.24em;
  padding: 8px;
  -webkit-transition: .44s;
  -o-transition: .44s;
  -moz-transition: .44s;
  transition: .44s;
  display: inline-block;
  letter-spacing: .1em;
}

#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: auto;
}

#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 li.open ul li:nth-of-type(11) {
  -webkit-animation-delay: 1.32s;
  -moz-animation-delay: 1.32s;
  -o-animation-delay: 1.32s;
  animation-delay: 1.32s;
}

#main-nav nav ul li.open ul li:nth-of-type(12) {
  -webkit-animation-delay: 1.44s;
  -moz-animation-delay: 1.44s;
  -o-animation-delay: 1.44s;
  animation-delay: 1.44s;
}

#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(0, 0, 0, 0.09);
  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: 17px;
  padding: 6px;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font: normal normal 16px/22px 'Lato', Helvetica, Arial, sans-serif;
  background: #ffffff;
  color: #252525;
  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 {
  font-family: 'Yellowtail', Helvetica, Arial, sans-serif;
}

/* Links */

a {
  color: #3481b5;
  -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: #63a6d2;
}

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;
}

/* START Header */

#hd {
  z-index: 900;
  text-align: center;
  background: white;
  padding: 0 5%;
  /* Header Callouts */
}

#hd .container {
  margin: 0 auto;
}

#hd .logo {
  display: inline-block;
  padding: 15px 0;
  position: relative;
  z-index: 100;
}

.home #hd .logo {
  display: none;
}

#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% 0 0;
  position: relative;
  font-size: 13px;
  line-height: 17px;
}

#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: 5px;
}

#hd .main i {
  position: relative;
  top: -1px;
}

#hd .main br {
  display: none;
}

#hd .phone-outer {
  display: block;
  margin: 5px;
  font-size: 20px;
  line-height: 1.3em;
}

#hd .phone-outer i {
  position: relative;
  top: -1px;
}

#hd .phone-outer .label {
  display: inline-block;
  font-size: 30px;
}

#hd .phone-outer .div {
  display: inline-block;
  margin: 0 5px;
}

#hd .phone-outer .phone,
#hd .phone-outer .phone a {
  display: inline-block;
}

#hd .callouts {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  font-size: 15px;
  line-height: 15px;
}

#hd .callouts ul,
#hd .callouts li {
  margin: 0;
  line-height: 15px;
  padding: 0;
  list-style: none;
  display: inline-block;
}

#hd .callouts a {
  display: inline-block;
  margin: 5px 10px;
  position: relative;
  letter-spacing: .1em;
}

#hd .callouts a i {
  position: relative;
  top: -1px;
}

#hd .social-icons {
  display: inline-block;
  margin: 15px 5px 5px;
  vertical-align: middle;
  background: #e6e6e6;
  padding: 9px 15px;
}

#hd .social-icons a {
  color: #3481b5;
  font-size: 14px;
  padding: 3px;
  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: .26s;
  -o-transition: .26s;
  -moz-transition: .26s;
  transition: .26s;
}

#hd .social-icons a i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

#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 {
  color: #3481b5;
  z-index: 20;
}

#hd .social-icons a:hover i {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
}

/* END Header */

/* START 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 -20%;
  z-index: 10;
  width: 140%;
  display: block;
  -webkit-transition: margin .9s ease;
  -o-transition: margin .9s ease;
  -moz-transition: margin .9s ease;
  transition: margin .9s ease;
}

#hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: .1;
  z-index: 100;
}

#hero .caption {
  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%);
  padding: 0 6%;
  z-index: 2000;
  text-align: center;
}

/* END Home Slideshow */

/* START Callout Section 1 */

#callouts1 {
  z-index: 30;
  text-align: center;
  background: url("../images/section1.jpg") center center #fff;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 10px 2px;
}

#callouts1 .container {
  padding: 0;
  margin: 0;
}

#callouts1 .callout {
  padding: 4px 10px;
  -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.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#callouts1 .callout:nth-of-type(2n) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#callouts1 .callout:nth-of-type(3n) {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

#callouts1 .callout:nth-of-type(4n) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

#callouts1 .callout:nth-of-type(5n) {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

#callouts1 .callout:nth-of-type(6n) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#callouts1 .callout:nth-of-type(7n) {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

#callouts1 .callout a {
  font-size: 39px;
  line-height: 1.2em;
  color: #3481b5;
  position: relative;
  -webkit-transition: .55s;
  -o-transition: .55s;
  -moz-transition: .55s;
  transition: .55s;
  display: block;
  background: rgba(255, 255, 255, 0.95);
  padding: 12px 15px 22px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
}

#callouts1 .callout a .caps {
  display: block;
  font-size: 17px;
  line-height: 1.1em;
  letter-spacing: .05em;
  color: #4f4f4f;
  font-weight: 900;
}

#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: #fafafa;
}

/* END Callout Section 1 */


.para2 {
	display: none;
}

/* START Subnav Section */

#banner {
  text-align: center;
  background: url("../images/banner1.jpg") center center #fff;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 80px 0 30px;
}

#banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 50%);
  background: -moz-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 50%);
  background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 10;
  opacity: .5;
}

#banner header {
  position: relative;
  z-index: 100;
}

/* END Subnav Section */

/* h1 Formatting */

h1 {
  font-size: 46px;
  line-height: 1em;
  position: relative;
  display: block;
  color: #fff;
}

.home h1 {
  padding-bottom: 32px;
  font-weight: 400;
  margin: 0 0 32px;
  text-align: center;
  color: #4f4f4f;
}

.home h1:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 50%;
  width: 150PX;
  margin-left: -75PX;
  bottom: 0;
  background: #2E75A4;
  z-index: -1;
}

.home h1 span {
  display: block;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3em;
  margin-bottom: 5px;
  font-family: "Yellowtail", sans-serif;
}

/* END h1 Formatting */

/* START Main Content Section */

#main-content {
  z-index: 9;
  background: url("../images/bg.jpg") center top #fff no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* staff & team photos */
  /* Page Photos */
  /* main content text */
}

.home #main-content {
  background: url("../images/bg-home.jpg") center center #fff no-repeat;
  -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: .9;
}

#main-content h2 {
  font-size: 32px;
  font-weight: 400;
}

#main-content h3 {
  font-size: 28px;
  font-weight: 400;
}

#main-content h4 {
  font-size: 24px;
  font-weight: 400;
}

#main-content h5,
#main-content h6 {
  font-size: 23px;
  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;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#main-content .content-text {
  text-align: left;
  min-height: 270px;
  font-size: 17.5px;
  line-height: 30px;
}

.home #main-content .content-text {
  min-height: 170px;
}

#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: #3481b5;
  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: #252525;
}

.sitemap #main-content .subnav,
.blog #main-content .subnav {
  display: none;
}

#main-content .subnav {
  margin: 50px 0 0;
  text-align: center;
  background: #4f4f4f;
}

#main-content .subnav h3 {
  padding: 17px;
  font-size: 24px;
  color: #fff;
  background: #3481b5;
  text-transform: none;
}

#main-content .subnav p {
  color: #fff;
  padding: 15px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1em;
}

#main-content .subnav p a {
  margin: 5px;
  display: inline-block;
  color: #fff;
}

#main-content .subnav p a:hover {
  opacity: .8;
}

/* END Main Content Section */

/* START Callout Section 1 */

#callouts2 {
  z-index: 30;
  text-align: center;
  background: #47a38c;
  padding: 1px;
}

#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.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#callouts2 .callout:nth-of-type(2n) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#callouts2 .callout:nth-of-type(3n) {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

#callouts2 .callout:nth-of-type(4n) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

#callouts2 .callout:nth-of-type(5n) {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

#callouts2 .callout:nth-of-type(6n) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#callouts2 .callout:nth-of-type(7n) {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

#callouts2 .callout a {
  font-size: 27px;
  line-height: 1em;
  color: #ffffff;
  position: relative;
  -webkit-transition: .55s;
  -o-transition: .55s;
  -moz-transition: .55s;
  transition: .55s;
  display: block;
  background: #2E75A4;
  padding: 22px 15px;
  letter-spacing: .05em;
}

#callouts2 .callout a span {
  display: block;
}

#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: #46a089;
}

/* END Callout Section 2 */

/* START Callout Section 3 */

#callouts3 {
  z-index: 30;
  text-align: center;
  background: url("../images/section2.jpg") center center #fff;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 5px 5px 30px;
}

#callouts3 .container {
  padding: 0;
  margin: 0;
}

#callouts3 h2 {
  padding: 25px 020px;
  color: #4f4f4f;
  font-size: 45px;
  line-height: .97em;
}

#callouts3 h2 .font1 {
  font-size: .7em;
  display: block;
}

#callouts3 .callout {
  padding: 5px;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

#callouts3 .callout:nth-of-type(1n) {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#callouts3 .callout:nth-of-type(2n) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#callouts3 .callout:nth-of-type(3n) {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

#callouts3 .callout:nth-of-type(4n) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

#callouts3 .callout:nth-of-type(5n) {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

#callouts3 .callout:nth-of-type(6n) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#callouts3 .callout:nth-of-type(7n) {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

#callouts3 .callout a {
  font-size: 16px;
  line-height: 1.35em;
  color: #ffffff;
  position: relative;
  -webkit-transition: .55s;
  -o-transition: .55s;
  -moz-transition: .55s;
  transition: .55s;
  display: block;
  background: #3481b5;
  padding: 12px 15px;
  letter-spacing: .05em;
}

#callouts3 .callout a br {
  display: none;
}

#callouts3 .callout a .bg {
  display: block;
  margin: 0 0 5px;
}

#callouts3 .callout a .btn,
#callouts3 .callout a .learn-more,
#callouts3 .callout a .hover {
  display: none;
}

#callouts3 .callout a:hover {
  background: #2f76a5;
}

/* END Callout Section 1 */

/* START Footer */

#ft {
  background: rgba(52, 129, 181, 0.98);
  text-align: center;
  z-index: 10;
  color: #fff;
}

#ft .map,
#ft .markers {
  display: none;
}

#ft .logo {
  display: block;
  margin: 0 0 35px;
}

#ft .names {
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 38px;
}

#ft .names .div {
  margin: 8px;
}

#ft .names a {
  display: inline-block;
  margin: 5px;
  color: #fff;
}

#ft .names a:hover {
  color: rgba(255, 255, 255, 0.72);
}

#ft .main {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 19px;
  display: block;
}

#ft .main:hover {
  color: rgba(255, 255, 255, 0.72);
}

#ft .phone-outer {
  font-size: 20px;
  line-height: 1em;
  letter-spacing: .05em;
  display: block;
  margin: 11px 0 25px;
}

#ft .phone-outer .phone,
#ft .phone-outer .phone a {
  color: #ffffff;
  display: inline-block;
}

#ft .invis-logo {
  margin: 0;
}

#ft .invis-logo:hover {
  opacity: .8;
}

/* END Footer */

/* START Sesame Section */

#ft-sesame {
  z-index: 20;
  background: #2E75A4;
  text-align: center;
  padding: 23px 0;
}

#ft-sesame .sesame {
  font-size: 12px;
  line-height: 2.5em;
  color: #ffffff;
  letter-spacing: .05em;
}

#ft-sesame .sesame .div {
  padding: 0 5px;
  display: none;
}

#ft-sesame .sesame a {
  color: #ffffff;
  display: block;
}

#ft-sesame .sesame a img {
  margin: -2px 6px 0 0;
}

#ft-sesame .sesame a:hover {
  color: rgba(255, 255, 255, 0.72);
}

#ft-sesame .back-to-top {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1em;
  margin: 0 0 15px;
  text-align: center;
  color: #ffffff;
  letter-spacing: .1em;
}

#ft-sesame .back-to-top .inner {
  display: inline-block;
  -webkit-transition: .65s;
  -o-transition: .65s;
  -moz-transition: .65s;
  transition: .65s;
}

#ft-sesame .back-to-top i {
  display: inline-block;
  position: relative;
  top: -1px;
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
  font-size: 20px;
  line-height: 35px;
  margin-left: 13px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
  background: #3481b5;
}

#ft-sesame .back-to-top:hover .inner {
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: .2em;
}

#ft-sesame .back-to-top:hover .inner i {
  background: #fff;
  color: #3481b5;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* END Sesame Section */

/* ======================================================
   SLIDESHOW HEIGHT AND BG SIZES
========================================================= */

/* Slideshow Height Scaling  ============== */

@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;
  }

  body.oraverse #sidebar,
  body.somnodent-sleep-apnea-appliance #sidebar,
  body.tap-appliance #sidebar,
  body.juvederm-xc #sidebar,
  body.clarity-sl #sidebar,
  body.acceledent-aura #sidebar,
  body.common-procedures #sidebar,
  body.solea-dental-laser #sidebar,
  body.home #sidebar,
  body.sitemap #sidebar,
  body.meet-the-staff #sidebar,
  body.meet-our-staff #sidebar,
  body.our-staff #sidebar,
  body.our-team #sidebar,
  body.the-staff #sidebar,
  body.the-team #sidebar,
  body.meet-the-team #sidebar,
  body.meet-our-team #sidebar,
  body.types-of-braces #sidebar,
  body.types-of-appliances #sidebar,
  body.color-my-braces #sidebar,
  body.common-orthodontic-issues #sidebar,
  body.common-procedures #sidebar,
  body.office-tour #sidebar,
  body.clearcorrect #sidebar,
  body.before-and-after #sidebar,
  body.how-suresmile-works #sidebar,
  body.i-cat #sidebar,
  body.the-suresmile-process #sidebar,
  body.in-ovation #sidebar,
  body[class^='suresmile-'] #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 !important;
  }

  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.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.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.i-cat #main-content .content-text,
  body.i-cat #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^='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;
  }

  /* Sections */

  .section-container {
    padding: 70px 0;
  }

  .container {
    margin: 0 5%;
  }

  #main-nav nav ul li a {
    font-size: 28px;
  }

  #main-nav nav ul ul li a {
    font-size: 20.5px;
  }

  #hd {
    padding: 0;
  }

  #hd .logo {
    position: relative;
    z-index: 1000;
  }

  #hero video {
    margin: 0 -10%;
    z-index: 10;
    width: 120%;
    display: block;
    -webkit-transition: margin .9s ease;
    -o-transition: margin .9s ease;
    -moz-transition: margin .9s ease;
    transition: margin .9s ease;
  }

  #callouts1 {
    padding: 15px 10px;
  }

  #callouts1 .callout {
    width: 33.3333%;
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
  }

  #callouts1 .callout a {
    height: 100px;
  }

  #callouts1 .callout a .inner {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #banner {
    padding: 120px 0 30px;
  }

  h1 {
    font-size: 64px;
  }

  .home h1 {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .home #main-content .container {
    margin: 0 10%;
  }

  #main-content #hide-stock {
    display: block;
    margin: 0 0 1em 0;
  }

  #main-content #sidebar {
    width: 30%;
    display: inline-block;
    text-align: right;
    margin: 7px 0 35px 35px;
    padding: 0;
    float: right;
  }

  #main-content .content-text,
  #main-content header {
    width: 63%;
    float: left;
  }

  .home #main-content .content-text,
  .home
  #main-content header {
    width: 100%;
    float: none;
  }

  #main-content .content-text {
    font-size: 18px;
    line-height: 30px;
  }

  #main-content .staff-photo {
    float: right;
    margin: 0 0 25px 25px;
  }

  #main-content .subnav {
    text-align: left;
    margin: 38px 0 0;
  }

  #main-content .subnav h3 {
    padding-left: 30px;
  }

  #main-content .subnav p {
    padding: 13px 0 17px;
  }

  #main-content .subnav p a {
    margin: 0;
    display: block;
    padding: 9px 30px;
  }

  #main-content .subnav p a:hover,
  #main-content .subnav p a.active {
    background: #2E75A4;
  }

  #callouts2 .callout {
    width: 33.333%;
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #callouts2 .callout a {
    padding: 35px 0;
  }

  #callouts3 .callout {
    width: 50%;
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #callouts3 .callout a {
    font-size: 15px;
  }

  #callouts3 .callout a .bg {
    height: 43px;
  }

  #ft {
    padding: 0;
    background: url(../images/ft-map.jpg) center 0 no-repeat #ededed;
  }

  #ft .container {
    height: 660px;
    margin: 0;
  }

  #ft .ft-form {
    display: none;
  }

  #ft .markers {
    display: block;
  }

  #ft .markers .marker {
    position: absolute;
    left: 50%;
    top: 307px;
    margin-left: -306px;
    display: inline-block;
    padding: 0;
    -webkit-transition: .36s;
    -o-transition: .36s;
    -moz-transition: .36s;
    transition: .36s;
    -webkit-transform-origin: 50% 92%;
    -moz-transform-origin: 50% 92%;
    -ms-transform-origin: 50% 92%;
    -o-transform-origin: 50% 92%;
    transform-origin: 50% 92%;
    width: 40px;
  }

  #ft .markers .marker:hover {
    -webkit-animation: pulseUp .8s ease infinite;
    -moz-animation: pulseUp .8s ease infinite;
    -o-animation: pulseUp .8s ease infinite;
    animation: pulseUp .8s ease infinite;
  }

  #ft .locations {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
  }

  #ft .locations:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5000px;
    background: rgba(52, 129, 181, 0.93);
    z-index: -1;
  }

  #ft .locations .location {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
  }

  #ft-sesame {
    text-align: left;
    padding: 28px 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%);
  }
}

@media only screen and (min-width: 64em) {
  .container {
    padding: 0;
    margin: 0 auto;
  }

  .section-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #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;
    overflow-y: visible;
  }

  #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: 97px;
    right: 0;
    padding: 0;
    max-width: 100%;
  }

  #main-nav nav ul li {
    display: inline-block;
    position: inherit;
    margin: 0 0 0 1px;
    padding-bottom: 10px;
  }

  #main-nav nav ul li a {
    font-size: 17px;
    line-height: 33px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #4f4f4f;
  }

  .home #main-nav nav ul li a {
    color: #ffffff;
  }

  .home.scrolled #main-nav nav ul li a {
    color: #4f4f4f;
  }

  #main-nav nav ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #3481b5;
    z-index: -1;
    -webkit-transform: scale(0.9, 0.88);
    -moz-transform: scale(0.9, 0.88);
    -ms-transform: scale(0.9, 0.88);
    -o-transform: scale(0.9, 0.88);
    transform: scale(0.9, 0.88);
    opacity: 0;
    -webkit-transition: .32s;
    -o-transition: .32s;
    -moz-transition: .32s;
    transition: .32s;
    margin: -1px 0;
  }

  .home #main-nav nav ul li a:after {
    border: 1px solid #fff;
  }

  .home.scrolled #main-nav nav ul li a:after {
    border: 1px solid #3481b5;
  }

  #main-nav nav ul li:hover > a,
  #main-nav nav ul li.active > a {
    color: #3481b5;
  }

  #main-nav nav ul li:hover > a:after,
  #main-nav nav ul li.active > a:after {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .home #main-nav nav ul li:hover > a,
  .home
  #main-nav nav ul li.active > a {
    color: #ffffff;
  }

  .home.scrolled #main-nav nav ul li:hover > a,
  .home.scrolled
  #main-nav nav ul li.active > a {
    color: #3481b5;
  }

  #main-nav nav ul li:last-of-type ul {
    text-align: right;
    right: 0;
  }

  #main-nav nav ul li ul {
    position: absolute;
    top: 100%;
    height: auto;
    display: none;
    z-index: 100;
    background: rgba(52, 129, 181, 0.89);
    padding: 18px 0 20px;
    margin: 0;
    text-align: left;
    width: auto;
    min-width: 226px;
  }

  #main-nav nav ul li ul li {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0;
  }

  #main-nav nav ul li ul li a {
    width: 100%;
    padding: 7px 29px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
    line-height: normal;
    font-size: 12px;
    height: auto;
    color: #ffffff !important;
  }

  #main-nav nav ul li ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: auto;
    right: 0;
    background: #2E75A4 !important;
    z-index: -1;
    opacity: 0 !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none !important;
  }

  #main-nav nav ul li ul li a:hover,
  #main-nav nav ul li ul li.active a {
    color: #ffffff !important;
  }

  #main-nav nav ul li ul li a:hover:after,
  #main-nav nav ul li ul li.active a:after {
    opacity: 1 !important;
  }

  #main-nav nav ul li:hover ul {
    display: block;
  }

  #hd {
    position: fixed;
    background: none;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    text-align: left;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 140px;
    border: none;
  }

  #hd:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: -2;
    opacity: .85;
    -webkit-transition: .9s;
    -o-transition: .9s;
    -moz-transition: .9s;
    transition: .9s;
  }

  .home #hd:after {
    opacity: 0;
  }

  .home.scrolled #hd:after {
    opacity: .85;
  }

  #hd:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    right: 0;
    background: #3481b5;
    z-index: -1;
    opacity: 1;
  }

  #hd .container {
    margin: 0 auto;
    max-width: 1140px;
  }

  #hd .logo {
    padding: 0 0;
    margin: 34px 0 0;
    display: inline-block;
    position: relative;
  }

  .home #hd .logo {
    display: inline-block;
    opacity:0;
  }

  .home #hd .logo:after {
    /*content: "";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*background: url("../images/logo.png") center center no-repeat;*/
    /*z-index: 10;*/
    /*opacity: 1;*/
    /*-webkit-filter: brightness(12);*/
    /*filter: brightness(12);*/
    /*-webkit-transition: .5s;*/
    /*-o-transition: .5s;*/
    /*-moz-transition: .5s;*/
    /*transition: .5s;*/
  }

  .home.scrolled #hd .logo:after {
    /*opacity: 0;*/
  }
  .home.scrolled #hd .logo {
    opacity: 1;
  }

  #hd #main-nav .hd-info {
    text-align: right;
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    color: #3481b5;
  }
  .home #hd #main-nav .hd-info{
    text-align: center;
  }
  .home.scrolled #hd #main-nav .hd-info{
    text-align: right;
  }
  #hd #main-nav .hd-info a {
    color: #3481b5;
  }

  #hd #main-nav .hd-info a:hover {
    color: rgba(52, 129, 181, 0.72);
  }

  #hd #main-nav .address {
    display: inline-block;
  }

  #hd #main-nav .callouts {
    margin: 0 78px;
    padding: 0;
  }

  #hd #main-nav .callouts a {
    color: #fff;
    line-height: 12px;
    font-size: .67em;
    padding: 9px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #3c94cf;
    margin: 0 -1.5px;
    position: relative;
    border-right: 1px solid #3481b5;
    vertical-align: top;
    -webkit-transition: .24s;
    -o-transition: .24s;
    -moz-transition: .24s;
    transition: .24s;
    border-top: 0px solid rgba(255, 255, 255, 0.5);
  }
 
  #hd #main-nav .callouts a:hover {
    color: #fff;
    border-top: 6px solid rgba(255, 255, 255, 0.3);
  }

  #hd #main-nav .callouts a:after {
    content: "";
    position: absolute;
    top: 29px;
    left: 0;
    height: 7px;
    right: 0;
    background: url("../images/btn1.png") center top no-repeat;
    z-index: -1;
  }

  #hd #main-nav .callouts a.callout1:after {
    background: url("../images/btn2.png") center center no-repeat;
  }

  #hd #main-nav .callouts a.callout2:after {
    background: url("../images/btn3.png") center center no-repeat;
  }

  #hd #main-nav .social-icons {
    position: fixed;
    top: 173px;
    right: 0;
    padding: 6px 17px 2px;
    text-align: center;
    margin: 0;
  }

  #hd #main-nav .social-icons a {
    font-size: 14px;
    line-height: 14px;
    display: block;
    border-bottom: 1px solid #4f4f4f;
    margin: 5px 0;
    padding: 5px 0 8px;
  }

  #hd #main-nav .social-icons a:last-of-type {
    border-bottom: 0;
  }

  #hd #main-nav .phone-outer {
    font-size: 22px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: 615px;
    text-align: center;
    position: absolute;
    top: 54px;
    right: 0;
    margin: 0 79px;
    padding: 0;
  }

  .home #hd #main-nav .phone-outer {
    color: #fff;
    margin: 0 auto;
    left: 0;
  }

  .home.scrolled #hd #main-nav .phone-outer {
    color: #3481b5;
    margin: 0 79px;
    left: auto;
  }

  .home #hd #main-nav nav{
    left: 0;
  }

  .home.scrolled #hd #main-nav nav{
    left: auto;
  }
  .home #hd #main-nav .phone-outer .phone,
  .home #hd #main-nav .phone-outer a {
    color: #fff;
  }

  .home.scrolled #hd #main-nav .phone-outer .phone,
  .home.scrolled
  #hd #main-nav .phone-outer a {
    color: #3481b5;
  }

  #hd #main-nav .phone-outer .label {
    font-size: 30px;
  }

  #hero {
    margin-top: 0px;
  }

  #hero .photo {
    margin: 0 -30%;
  }

  #hero video {
    width: 106%;
    margin: 0 -3%;
  }

  #hero .caption {
    /*margin-top: 60px;*/
    /*padding: 14% 22% 0% 41%;*/
    -webkit-transition: .9s;
    -o-transition: .9s;
    -moz-transition: .9s;
    transition: .9s;
  }
  .scrolled #hero .caption {
    opacity: 0;
    top: 0;
    left: 0;
    right: 100%;
    transform: scale(0.1);
  }

  #callouts1 {
    padding: 100px 20px;
  }

  #callouts1 .container {
    max-width: 1230px;
    margin: 0 auto;
  }

  #callouts1 .callout {
    padding: 0 15px;
  }

  #callouts1 .callout a {
    padding: 0;
    margin: 0 auto;
    font-size: 30px;
    line-height: 30px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    background: none;
    border: 20px solid #fff;
    height: auto;
    margin-bottom: 70px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
    max-width: 340px;
  }

  #callouts1 .callout a .inner {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  #callouts1 .callout a .bg {
    display: block;
    overflow: hidden;
    position: relative;
  }

  #callouts1 .callout a .bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #3481b5;
    -webkit-border-radius: 999em;
    -moz-border-radius: 999em;
    border-radius: 999em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 180px;
    width: 180px;
    z-index: 100;
    margin: -92px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    -moz-transition: .1s;
    transition: .1s;
  }

  #callouts1 .callout a .bg i {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    margin: 18px 0 0;
    z-index: 200;
    font-size: 36px;
    width: 74px;
    text-align: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
  }

  #callouts1 .callout a .bg img {
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
  }

  #callouts1 .callout a .main {
    position: absolute;
    top: 114.2%;
    left: 0;
    right: 0;
    font-size: 33px;
    margin: 0 -10%;
  }

  #callouts1 .callout a .main .caps {
    margin: 8px 0 0;
  }

  #callouts1 .callout a:hover {
    background: none;
    border: 20px solid #3481b5;
  }

  #callouts1 .callout a:hover .main .caps {
    color: #265f85;
  }

  #callouts1 .callout a:hover .bg i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  #callouts1 .callout a:hover .bg:after {
    background: #4f9acd;
    margin: -84px;
  }

  #callouts1 .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);
  }

  #callouts1 .callout.callout2 a .bg i {
    width: 60px;
  }

  #banner {
    margin-top: 30px;
    text-align: left;
    padding: 0 20px;
  }

  #banner .container {
    max-width: 1140px;
    height: 520px;
  }

  #banner header {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 32%;
  }

  h1 {
    font-size: 70px;
  }

  .home h1 {
    margin-bottom: 40px;
    padding-bottom: 42px;
  }

  #main-content {
    padding: 64px 20px;
    z-index: 200;
  }

  .home #main-content {
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    padding: 100px 20px;
  }

  .home #main-content .bg {
    padding: 95px 100px;
    background: rgba(255, 255, 255, 0.9);
  }

  .home #main-content:after {
    display: none;
  }

  #main-content .container {
    max-width: 1140px;
  }

  .home #main-content .container {
    margin: 0 auto;
    max-width: 1000px;
  }

  #main-content #sidebar {
    max-width: 330px;
    margin: -138px 0 0;
  }

  #main-content .content-text {
    /*
			.home & {
				column-count:2;
				column-gap:55px;
				column-width:50%;
			}
			*/
  }

  #callouts2 {
    padding: 0 0;
    background: #fff;
  }

  #callouts2 .container {
    max-width: 100%;
    margin: 0 auto;
  }

  #callouts2 .callout {
    width: 33.3333%;
    padding: 0px;
  }

  #callouts2 .callout a {
    padding: 0;
    margin: 0 auto;
    font-size: 25px;
    line-height: 1.05em;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    background: rgba(255, 255, 255, 0.04);
  }

  #callouts2 .callout a .bg {
    display: block;
    overflow: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
  }

  #callouts2 .callout a .bg img {
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
    width: 100%;
    max-width: 300%;
  }

  #callouts2 .callout a .main {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3% 20px;
    background: rgba(46, 117, 164);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }

  #callouts2 .callout a:after {
    content: "";
    position: absolute;
    height: 5px;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #fff;
    z-index: 10;
    -webkit-transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    transition: .8s;
    opacity: .48;
  }

  #callouts2 .callout a:hover {
    background: #fff;
  }

  #callouts2 .callout a:hover:after {
    right: 0;
  }

  #callouts2 .callout a:hover .bg {
    opacity: .98;
  }

  #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.callout2 a .main {
    background: rgba(52, 129, 181, 0.9);
  }

  #callouts2 .callout.callout3 a .main {
    background: rgba(79, 79, 79, 0.9);
  }

  #callouts3 {
    padding: 120px 10px 127px;
  }

  #callouts3 h2 {
    font-size: 60px;
    line-height: 53px;
    margin-bottom: 40px;
    padding: 0;
  }

  #callouts3 h2 .font1 {
    font-size: 40px;
  }

  #callouts3 .container {
    max-width: 1200px;
    margin: 0 auto;
  }

  #callouts3 .callout {
    width: auto;
    float: none;
    padding: 0 15px;
    margin: 15px 0;
  }

  #callouts3 .callout a {
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: .65s;
    -o-transition: .65s;
    -moz-transition: .65s;
    transition: .65s;
    background: #3481b5;
    padding: 18px 30px;
    padding-left: 100px;
  }

  #callouts3 .callout a:after {
    content: "";
    position: absolute;
    height: 5px;
    left: 0;
    bottom: -10px;
    right: 0;
    background: #73bfe6;
    z-index: -1;
    opacity: 1;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
  }

  #callouts3 .callout a .bg {
    display: block;
    position: absolute;
    width: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    margin: 0;
    height: auto;
    padding: 0;
  }

  #callouts3 .callout a .bg img {
    -webkit-transition: .22s;
    -o-transition: .22s;
    -moz-transition: .22s;
    transition: .22s;
  }

  #callouts3 .callout a .main br {
    display: block;
  }

  #callouts3 .callout a:hover {
    background: #4091c8;
  }

  #callouts3 .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);
  }



	.para2 {
	display: block;
	padding: 0;
	background: url("../images/para1.jpg") center center #fff;

	}
	.para2 .container {
	height: 300px;
	}
	.para2 .logo{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50%;
	margin-left: -45px;
	display: inline-block;
  visibility: hidden;
	}


  #ft .container {
    margin: 0 auto;
    max-width: 1170px;
  }

  #ft-sesame {
    padding: 34px 20px;
  }

  #ft-sesame .container {
    max-width: 1140px;
  }
}

@media only screen and (min-width: 68em) {
  #hero video {
    margin: -0.4% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 76em) {
  #callouts1 {
    padding-bottom: 115px;
  }

  #callouts1 .callout a .caps {
    font-size: 20px;
  }

  #banner header {
    right: 400px;
  }

  #callouts2 .callout a {
    font-size: 30px;
  }

  #callouts2 .callout a .main {
    padding: 5.5% 20px;
  }

  #callouts2 .callout a span {
    display: inline-block;
  }

  #hero video {
    margin: -1.3% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 77em) {
  #main-nav nav ul li a {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 84em) {
  #hero video {
    margin: -1.2% 0;
    width: 100%;
  }
}

@media only screen and (min-width: 112em) {
  #hero video {
    margin: -4.1% 0;
    width: 100%;
  }
}


@media only screen and (min-width: 125em) {
  #subnav,
  .para1,
  .para2 {
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
}

@media only screen and (min-width: 126em) {
  #callouts2 .callout a .bg img {
    margin: -4% 0;
  }
}

@media only screen and (max-width: 64em) {
  #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.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.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -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: 7px 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: 80em) {
    #hd #main-nav .callouts a {
    font-size: .82em;
  }
  }