/* ===============================================
	VERSION 2.0
	
	hartjes-joel2
	
	Sesame Communications - (c) 2021
	Written by: Builder_Namef
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/*Colors */
/* navy */
/* royal || hyperlinks */
/* ===============================================
					fonts
=============================================== */
/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/lora-v17-latin-regular.woff2") format("woff2"), url("../fonts/lora-v17-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/*resets*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  height: auto; }

/*GLOBAL OVERRIDES*/
.fab, .fas, .fal, .far, .fad {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0; }

/* Body */
body, input, select, textarea, form button {
  font-family: 'Lora', serif; }

body {
  line-height: 1.8;
  font-size: 15px;
  color: #333;
  background: #fff;
  overflow: hidden;
  /* body content font-size declared later in .content-text */ }
  @media only screen and (min-width: 81.25em) {
    body {
      font-size: 20px;
      /* desk 1300w */ } }

/* Links */
a {
  text-decoration: none; }

#content a {
  color: #032A76;
  font-weight: 700;
  font-style: italic;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out; }
  #content a:hover {
    text-decoration: underline;
    color: #022055; }

/* h family || hfam */
h1, h2:not(.topic), h3, h4, h5, h6 {
  line-height: 1;
  text-align: left;
  font-weight: 400;
  color: #022055;
  margin: 0 0 0.6071428571em;
  text-rendering: auto; }

h2:not(.topic), h3, h4, h5, h6 {
  text-transform: uppercase; }

h1 {
  font-size: 10vw;
  font-weight: 400;
  font-family: 'Allura', cursive;
  text-align: center;
  color: #000e28;
  margin-bottom: 0; }
  @media only screen and (min-width: 30em) {
    h1 {
      font-size: 2.9em;
      /* mintab 480w */ } }
  h1:after {
    content: '';
    width: 0.2068965517em;
    height: 0.2068965517em;
    border-radius: 50%;
    background-color: #002a76;
    margin: 0.4482758621em auto 0.5689655172em;
    display: block; }
  h1 .trait {
    letter-spacing: 0.15em;
    line-height: 1.5;
    font-size: 0.3793103448em;
    font-family: 'Lora', serif;
    text-transform: uppercase;
    color: #264590;
    display: block; }

.home h1 {
  line-height: 0.9482758621; }
  .home h1:after {
    margin: 0.4482758621em auto 0.2413793103em; }

h2:not(.topic) {
  letter-spacing: 0.1em;
  font-size: 1.4em; }

h3 {
  letter-spacing: 0.1em;
  font-size: 1.3em; }

h4 {
  letter-spacing: 0.1em;
  font-size: 1.1em; }

h5 {
  letter-spacing: 0.1em;
  font-size: 1em; }

h6 {
  letter-spacing: 0.1em;
  font-size: 0.9em; }

/*containers*/
.container {
  max-width: 1000px; }

/* List Styling */
/* made redundant by global declaration  */
/*
#content ul, 
#content ol{ 
	margin:0 0 1.55em 1.6em; 
}
*/
/*global override*/
.what-sets-us-apart #content ol,
.meet-the-team #content ol,
.our-office #content ol,
.office-tour #content ol,
body[class*="-after"] #content ol {
  margin: 0; }

#content ul li {
  list-style: disc outside;
  /* list-style-image:none; */ }

/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  padding: 0;
  background-color: rgba(3, 42, 118, 0.86);
  position: relative;
  -webkit-transition: background-color 0.33s ease-in-out;
  transition: background-color 0.33s ease-in-out;
  z-index: 3000; }
  @media only screen and (min-width: 41.625em) {
    #masthead {
      padding: 0;
      /* custom 666w */ } }
  @media only screen and (min-width: 64em) {
    #masthead {
      font-size: 1.1em;
      width: 100%;
      padding: 0;
      /* maxTab 1024w */ } }
  @media only screen and (min-width: 81.25em) {
    #masthead {
      font-size: inherit;
      position: fixed;
      top: 0;
      z-index: 3000;
      box-shadow: none;
      /* desk 1300w */ }
      #masthead.ready {
        background-color: rgba(3, 42, 118, 0); } }
  #masthead .container {
    width: 100% !important;
    max-width: none; }
    @media only screen and (min-width: 64em) {
      #masthead .container {
        max-width: 60em;
        /* maxTab 1024w */ } }

/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  text-align: center;
  height: 43px;
  width: 43px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  clear: both; }
  #main-nav .container {
    height: 100%;
    padding: 0; }
  #main-nav .trigger {
    line-height: 43px;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 600;
    -webkit-transition: all 0.33s ease-in-out;
    transition: all 0.33s ease-in-out; }
    #main-nav .trigger .navicon {
      width: 12px;
      height: 8px;
      position: relative;
      display: inline-block;
      top: -0.2em; }
      #main-nav .trigger .navicon span {
        height: 2px;
        width: 100%;
        background: currentcolor;
        display: block;
        position: absolute;
        left: 0;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease;
        transition: width 0.3s ease, top 0.3s ease, left 0.3s ease, transform 0.3s ease; }
        #main-nav .trigger .navicon span:nth-child(1) {
          top: 0px; }
        #main-nav .trigger .navicon span:nth-child(2), #main-nav .trigger .navicon span:nth-child(3) {
          top: 50%; }
        #main-nav .trigger .navicon span:nth-child(4) {
          top: 100%; }
    #main-nav .trigger:hover {
      color: #aec9fd; }
      #main-nav .trigger:hover .navicon span {
        /* background:$color1; */ }
  #main-nav .open .trigger {
    color: #aec9fd; }
    #main-nav .open .trigger .navicon span:nth-child(1), #main-nav .open .trigger .navicon span:nth-child(4) {
      width: 0;
      top: 50%;
      left: 50%; }
    #main-nav .open .trigger .navicon span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    #main-nav .open .trigger .navicon span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #main-nav ul {
    width: 100vw;
    margin: -43px 0 0;
    padding: 1em 0;
    background-color: rgba(3, 42, 118, 0.9);
    background-image: -moz-linear-gradient(top, rgba(3, 42, 118, 0) 0%, rgba(3, 42, 118, 0.99) 100%);
    background-image: -webkit-linear-gradient(top, rgba(3, 42, 118, 0) 0%, rgba(3, 42, 118, 0.99) 100%);
    background-image: linear-gradient(to bottom, rgba(3, 42, 118, 0) 0%, rgba(3, 42, 118, 0.99) 100%);
    position: relative;
    float: right;
    z-index: 550; }
    #main-nav ul li {
      clear: both; }
      #main-nav ul li a[id] {
        line-height: 2.8571428571;
        font-size: 0.7em;
        color: #fff;
        width: auto;
        height: 2.8571428571em;
        margin: 0;
        padding: 0 1em;
        display: inline-block;
        vertical-align: top;
        position: relative;
        -webkit-transition: color 0.33s ease;
        transition: color 0.33s ease; }
        #main-nav ul li a[id]:after {
          content: '';
          width: 100%;
          height: auto;
          position: absolute;
          top: 1px;
          bottom: 1px;
          left: 0;
          border: 1px solid #fff;
          z-index: -1;
          -webkit-transform: scale(0);
          transform: scale(0);
          -webkit-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
          transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
          opacity: 0; }
          @media only screen and (min-width: 64em) {
            #main-nav ul li a[id]:after {
              height: 2.1428571429em;
              top: 0;
              bottom: auto;
              /* midTab 1024w */ } }
    #main-nav ul li.open > a[id],
    #main-nav ul li.active > a[id],
    #main-nav ul li:hover > a[id] {
      color: #fff;
      text-decoration: none;
      -webkit-transition-duration: 0.15s;
      transition-duration: 0.15s; }
      #main-nav ul li.open > a[id]:after,
      #main-nav ul li.active > a[id]:after,
      #main-nav ul li:hover > a[id]:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        opacity: 1; }
    #main-nav ul ul {
      width: 100%;
      margin: 0;
      padding: 0;
      float: left;
      background: rgba(241, 247, 247, 0.92);
      display: inline; }
      #main-nav ul ul li {
        width: 100%;
        float: left;
        background: none; }
        #main-nav ul ul li a {
          line-height: 3.0769230769;
          font-size: 0.65em;
          color: #000e28;
          width: auto;
          height: 3.0769230769em;
          margin: 0;
          display: inline-block;
          vertical-align: top;
          position: relative; }
          #main-nav ul ul li a:after {
            content: '';
            width: 100%;
            height: 1px;
            background-color: currentcolor;
            position: absolute;
            left: 0;
            bottom: 0.4615384615em;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
            transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
            opacity: 0; }
            @media only screen and (min-width: 64em) {
              #main-nav ul ul li a:after {
                bottom: 0.2307692308em;
                /* midTab 1024w */ } }
    #main-nav ul li.active ul li a:hover,
    #main-nav ul ul li a:hover,
    #main-nav ul ul li a.active {
      text-decoration: none;
      color: #385a95;
      margin-bottom: 0;
      border: none; }
      #main-nav ul li.active ul li a:hover:after,
      #main-nav ul ul li a:hover:after,
      #main-nav ul ul li a.active:after {
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1; }

/* main-nav make li fly in all cool */
#main-nav .collapsible.open > ul {
  -webkit-animation: flyinmobilehamburger 0.4s 1;
  animation: flyinmobilehamburger 0.4s 1; }

#main-nav .collapsible.open ul ul {
  -webkit-animation: none;
  animation: none; }

/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  opacity: 0; }

/* all about that open class */
#main-nav .open ul {
  display: inline-block; }
  #main-nav .open ul .open ul {
    padding: 1em 0; }
    #main-nav .open ul .open ul li {
      height: 2em;
      opacity: 1; }

/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: right;
  color: #032A76;
  padding: 0;
  position: relative; }
  @media only screen and (min-width: 64em) {
    #hd {
      z-index: 3000;
      /* maxTab 1024w */ } }
  @media only screen and (max-width: 63.9375em) {
    #hd .container {
      padding: 0.75em 60px 0.75em 0;
      /* midTab 1024oo */ } }
  #hd .phone {
    line-height: 2.625;
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    width: 10.875em;
    height: 2.625em;
    background-color: #022257;
    background-image: -moz-linear-gradient(left, rgba(2, 34, 87, 0) 0%, #031c48 100%);
    background-image: -webkit-linear-gradient(left, rgba(2, 34, 87, 0) 0%, #031c48 100%);
    background-image: linear-gradient(to right, rgba(2, 34, 87, 0) 0%, #031c48 100%);
    display: inline-block;
    vertical-align: top; }
    @media only screen and (min-width: 64em) {
      #hd .phone {
        display: block;
        position: absolute;
        top: 1.4375em;
        right: 0;
        /* midTab 1024w */ } }
    #hd .phone .icon {
      width: 0.625em;
      height: 2.625em;
      margin-right: 0.4375em;
      display: inline-block;
      vertical-align: top; }

/* logo  */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 14.5em;
  display: block;
  position: absolute;
  left: 0; }
  @media only screen and (max-width: 29.9375em) {
    #logo {
      width: 5em;
      /* mintab 480oo */ } }
  @media only screen and (max-width: 63.9375em) {
    #logo {
      margin: 0 0 0 2%;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      /* midTab 1024oo */ } }
  @media only screen and (min-width: 64em) {
    #logo {
      font-size: inherit;
      margin: 0;
      top: 0.75em;
      left: -0.6em;
      /* midTab 1024w */ } }
  #logo a {
    display: inline-block;
    vertical-align: top; }
    
  #logo svg {
    width: 14.5em;
    height: 3em; }
    #logo svg path {
      -webkit-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
      transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out; }
#logo span {
  color: #fff;
  font-size: .85em;
  letter-spacing: 0.06em;
} 
      @media only screen and (max-width: 370px) {
        #logo svg path {
          /* mintab 480oo */ }
        #logo svg path.name {
          opacity: 0; } 
        #logo span {
          opacity: 0;  
          transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
        }
      }
         
nav ul li a {
  padding: 0; }

/* socialmedia || aka social-icons */
.socialmedia {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0.5em 0 0;
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 300; }
  @media only screen and (min-width: 64em) {
    .socialmedia {
      width: 2.4em;
      margin: 0;
      position: absolute;
      right: 0.25em;
      top: 11.5em;
      /* maxTab 1024w */ } }
  @media only screen and (min-width: 81.25em) {
    .socialmedia {
      position: fixed;
      /* desk 1300w */ } }
  .socialmedia a {
    line-height: 2.9;
    font-size: 0.85em;
    color: #fff;
    height: 2.8235294118em;
    width: 2.8235294118em;
    border-radius: 50%;
    margin: 0 2px 0 0;
    box-shadow: 0 0 0.75em 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, box-shadow 0.55s ease-in-out;
    transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, box-shadow 0.55s ease-in-out;
    opacity: 0.9; }
    @media only screen and (min-width: 64em) {
      .socialmedia a {
        margin: 0 0 2px 0;
        /* maxTab 1024w */ } }
    .socialmedia a:nth-child(1) {
      background-color: #042d79; }
    .socialmedia a:nth-child(2) {
      background-color: #052b72; }
    .socialmedia a:nth-child(3) {
      background-color: #052b72; }
    .socialmedia a:nth-child(4) {
      background-color: #092155; }
    .socialmedia a:nth-child(5) {
      background-color: #0a1e48; }
    .socialmedia a:nth-child(6) {
      background-color: #132138; }
    .socialmedia a:nth-child(7) {
      background-color: #162238; }
    .socialmedia a:nth-last-of-type(1) {
      margin: 0; }
    .socialmedia a:hover:nth-child(n) {
      color: #fff;
      background: #194B9F;
      box-shadow: 0 0 0.7em black, 0 0 0.25em black;
      -webkit-transition-timing-function: linear, ease-in-out, cubic-bezier(0.25, 0.8, 0.25, 1);
      transition-timing-function: linear, ease-in-out, cubic-bezier(0.25, 0.8, 0.25, 1);
      z-index: 400;
      -webkit-transform: scale(1.23);
      transform: scale(1.23); }
    .socialmedia a .icon {
      position: relative; }

      @media screen and (max-width: 30em) {
        .team h3 {
          text-align:center;
        }
        .team h4 {
          text-align:center;
        }
      }

/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 1.5vw;
  text-align: center;
  color: #fff;
  background: #000;
  min-height: 55vw;
  position: relative;
  z-index: 400; }
  @media only screen and (min-width: 64em) {
    #slideshow {
      font-size: inherit;
      width: 100%;
      margin-top: 0;
      top: 0;
      /* maxTab 1024w */ } }
  #slideshow .welcomeVid {
    width: 100%;
    vertical-align: top;
    opacity: 0.86; }
    @media only screen and (min-width: 81.25em) {
      #slideshow .welcomeVid {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        will-change: transform;
        /* desk 1300w */ } }
  #slideshow .ssoverlay {
    line-height: 1;
    font-size: 3.5em;
    font-family: 'Allura', cursive;
    color: #fff;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 30%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 420; }




/* ==================================================================
	callouts || aka bd-callouts
=================================================================== */
#callouts {
  text-align: center;
  padding: 0 0 1.8em;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 410; }
  @media only screen and (max-width: 29.9375em) {
    #callouts {
      font-size: 3.2vw;
      padding: 1.8em 0;
      /* mintab 480oo */ } 
    
    }
  @media only screen and (min-width: 30em) {
    #callouts {
      font-size: min(1.5vw, 1em);
      /* mintab 480w */ } 
    }
  @media only screen and (min-width: 61.25em) {
    #callouts {
      font-size: inherit;
      /* custom 980oo */ } }
  #callouts a {
    line-height: 0;
    color: #fff;
    width: 11.5em;
    border-radius: 50%;
    padding: 0;
    background-color: #022055;
    background-image: -moz-linear-gradient(45deg, #022055 0%, rgba(2, 32, 85, 0) 100%);
    background-image: -webkit-linear-gradient(45deg, #022055 0%, rgba(2, 32, 85, 0) 100%);
    background-image: linear-gradient(45deg, #022055 0%, rgba(2, 32, 85, 0) 100%);
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
    transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
    -webkit-mask-image: -webkit-radial-gradient(white, black); }
    @media only screen and (max-width: 29.9375em) {
      #callouts a {
        margin: 0 5%;
        /* mintab 480oo */ }
        #callouts a:nth-child(3) {
          display: block;
          margin: -1em auto; } }
    @media only screen and (min-width: 30em) {
      #callouts a {
        margin: -1.6em 0.325em 0;
        /* mintab 480w */ } }
    #callouts a:hover {
      background-color: #2755A8;
      z-index: 400; }
      #callouts a:hover .hov {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-duration: 0.55s, 0.55s, 0.75s, 0.75s;
        transition-duration: 0.55s, 0.55s, 0.75s, 0.75s;
        opacity: 0.17;
        -webkit-filter: blur(0px);
        filter: blur(0px); }
      #callouts a:hover .decoration {
        -webkit-transform: scale(1.23);
        transform: scale(1.23);
        opacity: 0; }
    #callouts a .decoration {
      width: 100%;
      border-radius: 50%;
      opacity: 0.27;
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      -webkit-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
      transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out; }
    #callouts a .hov {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: scale(2);
      transform: scale(2);
      -webkit-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out, filter 0.33s ease-in-out;
      transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out, filter 0.33s ease-in-out;
      opacity: 0;
      -webkit-filter: blur(10px);
      filter: blur(10px);
      pointer-events: none; }
    #callouts a h2.topic {
      letter-spacing: 0.06em;
      line-height: 1.2;
      font-size: 1.25em;
      font-weight: 400;
      text-transform: uppercase;
      color: #fff;
      width: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      z-index: 420;
      -webkit-transform: translate3d(0, -50%, 40px);
      transform: translate3d(0, -50%, 40px); }
      #callouts a h2.topic .trait {
        line-height: 1.0285714286;
        font-size: 1.4em;
        text-transform: none;
        font-family: 'Allura', cursive; }


/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 420; }
  .spotlight > div {
    position: relative; }
  .spotlight .spot01 {
    color: #fff;
    padding: 4.4em 0 5.45em;
    background: url(../images/spotlight/spot01bg.jpg) no-repeat 100% 100%;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 41.5625em) {
      .spotlight .spot01 {
        padding: 3em 0;
        /* custom Opt-Out 666oo */ } }
    @media only screen and (min-width: 48em) {
      .spotlight .spot01 {
        background-position: center center;
        background-size: auto 100%;
        /* midTab 768w */ } }
    @media only screen and (min-width: 81.25em) {
      .spotlight .spot01 {
        min-height: 32.6em;
        background-size: auto auto;
        /* desk 1300w */ } }
    .spotlight .spot01 .mod {
      width: 96%;
      max-width: 21em;
      padding: 0;
      display: inline-block;
      vertical-align: middle; }
      @media only screen and (min-width: 48em) {
        .spotlight .spot01 .mod {
          text-align: justify;
          margin-left: 30em;
          /* midTab 768w */ } }
      @media only screen and (min-width: 81.25em) {
        .spotlight .spot01 .mod {
          margin-left: 38em;
          /* desk 1300w */ } }
    .spotlight .spot01 h2.topic {
      line-height: 1;
      font-size: 2.9em;
      font-family: 'Allura', cursive;
      font-weight: 400;
      color: #fff;
      margin: 0; }
      .spotlight .spot01 h2.topic:after {
        content: '';
        width: 0.2068965517em;
        height: 0.2068965517em;
        border-radius: 50%;
        margin: 0.2413793103em auto 0.3103448276em;
        background: #032A76;
        display: block; }
    .spotlight .spot01 div.info {
      line-height: 1.7777777778;
      font-size: 0.9em;
      margin: 0 0 1.4444444444em;
      display: none; }
      @media only screen and (min-width: 81.25em) {
        .spotlight .spot01 div.info {
          display: block;
          /* desk 1300w */ } }
    .spotlight .spot01 .spotbtn {
      letter-spacing: 0.02em;
      line-height: 3.1794871795;
      font-size: 0.975em;
      text-align: center;
      font-weight: 300;
      color: #fff;
      width: 14.7692307692em;
      height: 3.1794871795em;
      margin: 0 auto 0.5641025641em;
      display: block;
      position: relative;
      z-index: 420;
      -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
      transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out; }
      .spotlight .spot01 .spotbtn.JH {
        background-color: #214d95;
        background-image: -moz-linear-gradient(left, rgba(33, 77, 149, 0) 0%, #133574 100%);
        background-image: -webkit-linear-gradient(left, rgba(33, 77, 149, 0) 0%, #133574 100%);
        background-image: linear-gradient(to right, rgba(33, 77, 149, 0) 0%, #133574 100%); }
      .spotlight .spot01 .spotbtn.JS {
        background-color: #0c264b;
        background-image: -moz-linear-gradient(left, rgba(12, 38, 75, 0) 0%, #153674 100%);
        background-image: -webkit-linear-gradient(left, rgba(12, 38, 75, 0) 0%, #153674 100%);
        background-image: linear-gradient(to right, rgba(12, 38, 75, 0) 0%, #153674 100%);
        margin-bottom: 0; }
      .spotlight .spot01 .spotbtn:hover {
        color: #aec9fd;
        background-color: #000d27;
        -webkit-transition-duration: 0.33s;
        transition-duration: 0.33s; }

/* ==================================================================
	subnav || aka subnav-outer || 
	TOP OF PAGE orientation - for sidebar orientation scroll or search down to sidebar rules [=
=================================================================== */
#subnav {
  text-align: center;
  color: #fff;
  padding: 5em 0;
  background: #7e7d68 url(../images/body.jpg) no-repeat center bottom;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 81.25em) {
    #subnav {
      padding-top: 9.75em;
      /* desk 1300w */ } }
  #subnav p {
    line-height: 1.3571428571;
    font-size: 0.7em;
    font-style: italic;
    margin: 0;
    padding: 0; }
  #subnav a {
    color: #fff;
    margin: 0.2em 0.8em;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    @media only screen and (min-width: 64em) {
      #subnav a {
        margin: 0;
        /* maxTab 1024w */ } }
    #subnav a:before {
      content: '';
      width: 100%;
      height: 1px;
      background: currentcolor;
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      opacity: 0;
      -webkit-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
      transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }
    #subnav a:hover, #subnav a.active {
      color: #fff;
      text-decoration: none; }
      #subnav a:hover:before, #subnav a.active:before {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
  #subnav .divider {
    display: none; }
    @media only screen and (min-width: 64em) {
      #subnav .divider {
        margin: 0 0.3em;
        display: inline-block;
        vertical-align: top;
        /* maxTab 1024w */ } }

/* ==================================================================
	content || aka #home-content and .interior-content
=================================================================== */
#bd {
  padding: 3em 0;
  background: #fff;
  position: relative;
  z-index: 410; }
  @media only screen and (min-width: 48em) {
    #bd {
      padding: 3em 0 9.15em;
      /* midTab */ } }
  #bd .container {
    max-width: 55em; }

@media only screen and (min-width: 48em) {
  #content {
    max-width: 30.2em;
    width: 54.9090909091%;
    float: left;
    /* midTab */ }
    #content p {
      text-align: justify; } }

.home #bd {
  background: #c4d6ee url(../images/bd.jpg) no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 48em) {
    .home #bd {
      padding: 5.825em 0;
      /* midTab */ } }
  .home #bd .container {
    max-width: 49.8em;
    padding: 3.9em 0 3.65em;
    background: rgba(3, 42, 118, 0.6);
    outline: 3px solid #fff; }
    @media only screen and (max-width: 47.9375em) {
      .home #bd .container {
        width: 110% !important;
        margin: 0 -5%;
        padding: 3em 10%;
        /* midTab 768oo */ } }
    @media only screen and (min-width: 48em) {
      .home #bd .container {
        /* midTab 768w */ } }
    .home #bd .container:after {
      content: '';
      width: auto;
      height: auto;
      background-color: #fff;
      display: block;
      position: absolute;
      top: 0.8em;
      right: 0.8em;
      bottom: 0.8em;
      left: 0.8em;
      pointer-events: none; }
  .home #bd #content {
    position: relative;
    z-index: 420; }
    @media only screen and (min-width: 48em) {
      .home #bd #content {
        width: 100%;
        max-width: 38em;
        float: none;
        margin-left: auto;
        margin-right: auto;
        /* midTab 768w */ } }
    @media only screen and (min-width: 81.25em) {
      .home #bd #content .content-text {
        font-size: 0.95em;
        /* desk 1300w */ } }

/* ===============================================
				custom content 
=============================================== */
.mediaslider {
  text-align: center; }
  .mediaslider .cycle-slideshow {
    width: 100%;
    margin: 0.5em 0 1.5em;
    position: relative; }
    .mediaslider .cycle-slideshow .cycle-slide {
      padding: 0 5%; }
    .mediaslider .cycle-slideshow > div {
      font-size: 2.8em;
      color: #032A76;
      position: absolute;
      top: 50%;
      z-index: 900;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); }
      .mediaslider .cycle-slideshow > div span {
        -webkit-transition: transform 0.35s ease, opacity 0.35s ease;
        transition: transform 0.35s ease, opacity 0.35s ease; }
      .mediaslider .cycle-slideshow > div.cycle-prev {
        text-align: left;
        left: 0; }
        .mediaslider .cycle-slideshow > div.cycle-prev span {
          -webkit-transform-origin: left center;
          transform-origin: left center; }
      .mediaslider .cycle-slideshow > div.cycle-next {
        text-align: right;
        direction: rtl;
        right: 0; }
        .mediaslider .cycle-slideshow > div.cycle-next span {
          -webkit-transform-origin: right center;
          transform-origin: right center; }
      .mediaslider .cycle-slideshow > div:hover {
        cursor: pointer; }
        .mediaslider .cycle-slideshow > div:hover span {
          -webkit-transform: scale(1.44);
          transform: scale(1.44);
          opacity: 0.68; }



/* comment line below if patient login is live and legit */
/*
.financial-information #financial-online-services{ 
	display:none; 
}
*/
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.85em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important; }
  @media only screen and (min-width: 81.25em) {
    #coronavirus-update {
      font-size: 1em;
      /* desk 1300w */ } }

/* office tour */
#mypanoviewer,
#mypanoviewer2,
#mypanoviewer3 {
  display: block;
  clear: both;
  width: 100%;
  height: 300px;
  margin: 0 0 31px; }
  @media only screen and (min-width: 48em) {
    #mypanoviewer,
    #mypanoviewer2,
    #mypanoviewer3 {
      height: 400px;
      /*768w*/ } }
  @media only screen and (min-width: 64em) {
    #mypanoviewer,
    #mypanoviewer2,
    #mypanoviewer3 {
      height: 490px; } }

.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right; }

.team {
  width: 100%;
  margin: 2% auto;
  display: block;
 }

 .staff-img {
  float:left;
  margin:0 1em 1em 0;
 }

  .team h3 {
    text-align:auto;
  }
  .team h4 {
    text-align:auto;
  }


/* ===============================================
					sitemap 
=============================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em; }
.sitemap #content ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 0; }
.sitemap #content ul a {
  letter-spacing: 0.1em;
  line-height: 1.2857142857;
  font-size: 1.4em;
  text-transform: uppercase;
  text-decoration: none;
  color: #022055;
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }
.sitemap #content ul ul li a {
  letter-spacing: 0.02em;
  line-height: 1.8947368421;
  font-size: 0.95em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #484647;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/ }
.sitemap #content a:hover {
  text-decoration: none;
  color: #032A76;
  text-decoration: underline; }

body.sitemap #bd ul li {
  list-style: none; }

body.sitemap #bd ul ul li {
  list-style: none;
  /*list-style-image:none;*/
  margin-left: 0;
  /*default=15px*/ }

body.sitemap #content .width1 {
  width: 100%; }

/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 20.3em;
  margin: 0 auto 6%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420; }
  @media only screen and (min-width: 48em) {
    #sidebar {
      width: 36.9090909091%;
      margin: 0 0 1em;
      display: block;
      float: right;
      clear: right;
      /* midTab */ } }

/*sitepics*/
#hide-stock {
  position: relative; }

.static {
  width: 100%;
  border-radius: 50%;
  position: relative; }

/*.home,*/
/*body[class^='meet-the-'], body[class^='meet-our-'],*/
.meet-the-doctor #sidebar, body[class^='meet-dr-'] #sidebar, body[class^='meet-doctor-'] #sidebar {
  display: block; }

body[class~='blog'] #sidebar {
  display: block; }
body[class~='blog'] #hide-stock {
  display: none; }

/* ==================================================================
	END SIDEBAR - 
=================================================================== */
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight .spot02 {
  font-size: 3vw;
  padding: 3em 0 0;
  background-color: #fff; }
  @media only screen and (min-width: 41.1875em) {
    .spotlight .spot02 {
      font-size: 2.3vw;
      /* mintab 659w */ } }
  @media only screen and (min-width: 41.25em) {
    .spotlight .spot02 {
      font-size: min(1.7vw, 1em);
      /* custom 660w */ } }
  @media only screen and (min-width: 48em) {
    .spotlight .spot02 {
      padding: 5.7em 0;
      /* midTab - w768 */ } }
  @media only screen and (min-width: 81.25em) {
    .spotlight .spot02 {
      font-size: inherit;
      /* desk 1300w */ } }
  .spotlight .spot02 a {
    width: 9.15em;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, color 0.33s ease-in-out;
    transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out, color 0.33s ease-in-out; }
    @media only screen and (max-width: 47.9375em) {
      .spotlight .spot02 a {
        margin: 2%;
        /* midTab 768oo */ } }
    @media only screen and (min-width: 48em) {
      .spotlight .spot02 a {
        margin: 0 0.65em; } }
    .spotlight .spot02 a.first {
      color: #484848; }
      .spotlight .spot02 a.first .ornament .ico00 {
        opacity: 1; }
    .spotlight .spot02 a.second {
      color: #000e29; }
      .spotlight .spot02 a.second .ornament .ico01 {
        opacity: 1; }
    .spotlight .spot02 a.third {
      color: #001a54; }
      .spotlight .spot02 a.third .ornament .ico02 {
        opacity: 1; }
    .spotlight .spot02 a.fourth {
      color: #012a7a; }
      .spotlight .spot02 a.fourth .ornament .ico03 {
        opacity: 1; }
    .spotlight .spot02 a.fifth {
      color: #19489b; }
      .spotlight .spot02 a.fifth .ornament .ico04 {
        opacity: 1; }
    .spotlight .spot02 a[class]:hover {
      color: #c9c9c9;
      z-index: 400; }
      .spotlight .spot02 a[class]:hover .ornament {
        -webkit-transform: scale(0.94);
        transform: scale(0.94); }
      @media only screen and (min-width: 81.25em) {
        .spotlight .spot02 a[class]:hover {
          /* desk 1300w */ }
          .spotlight .spot02 a[class]:hover:after {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1; } }
    .spotlight .spot02 a:after {
      content: '';
      width: 100%;
      height: 5px;
      background-color: #c9c9c9;
      display: block;
      position: absolute;
      left: 0;
      bottom: -1em;
      -webkit-transition: transform 0.33s ease-in-out, opacity 0.55s ease-in-out;
      transition: transform 0.33s ease-in-out, opacity 0.55s ease-in-out;
      -webkit-transform: translate3d(0, 6em, 0);
      transform: translate3d(0, 6em, 0);
      opacity: 0;
      pointer-events: none; }
    .spotlight .spot02 a .ornament {
      width: 7.8em;
      height: 12em;
      margin: 0 auto 0.9em;
      display: block;
      -webkit-transition: transform 0.6s ease-in-out;
      transition: transform 0.6s ease-in-out;
      -webkit-transform-origin: 50% 93%;
      transform-origin: 50% 93%; }
      .spotlight .spot02 a .ornament .pendulum {
        -webkit-transition: transform 0.33s ease-in-out;
        transition: transform 0.33s ease-in-out; }
      .spotlight .spot02 a .ornament path {
        -webkit-transition: transform 0.33s ease-in-out, fill 0.6s ease-in-out;
        transition: transform 0.33s ease-in-out, fill 0.6s ease-in-out; }
    .spotlight .spot02 a h2.topic {
      letter-spacing: 0.1em;
      line-height: 1.1;
      font-size: 1em;
      text-align: center;
      text-transform: uppercase;
      white-space: nowrap;
      color: #4a494a;
      width: 100%;
      display: block;
      -webkit-transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
      transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out; }
      @media only screen and (max-width: 47.9375em) {
        .spotlight .spot02 a h2.topic {
          -webkit-transform: translate3d(0, -4.8em, 0);
          transform: translate3d(0, -4.8em, 0);
          /* midTab 768oo */ } }
.spotlight .spot03 {
  font-size: min(3vw, 1em);
  padding: 3em 0;
  background: #6b839f url(../images/spotlight/spot03bg.jpg) no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 48em) {
    .spotlight .spot03 {
      font-size: min(1.5vw, 1em);
      /* midTab */ } }
  @media only screen and (min-width: 81.25em) {
    .spotlight .spot03 {
      font-size: inherit;
      padding: 5.8em 0;
      background-size: auto auto;
      /* desk 1300w */ } }
  @media only screen and (min-width: 125em) {
    .spotlight .spot03 {
      background-size: 100% auto;
      /* custom 2000w */ } }
  .spotlight .spot03 .mod {
    padding: 3.4em 0 3.8em;
    width: 100%;
    background: rgba(2, 32, 85, 0.86); }
  .spotlight .spot03 h2.topic {
    line-height: 1;
    font-size: 2.9em;
    font-family: 'Allura', cursive;
    color: #fff;
    margin: 0; }
  .spotlight .spot03 .rdquo {
    width: 2.25em;
    height: 2em;
    margin: 1.6em auto;
    display: block; }
  .spotlight .spot03 .cycle-slideshow {
    width: 96%;
    max-width: 34.2em;
    margin: 0 auto;
    display: block; }
  .spotlight .spot03 .cycle-slide {
    color: #fff;
    width: 100%;
    display: block;
    -webkit-transition: color 0.33s ease-in-out;
    transition: color 0.33s ease-in-out; }
    @media only screen and (min-width: 48em) {
      .spotlight .spot03 .cycle-slide {
        text-align: justify;
        /* midTab 768w */ } }
    .spotlight .spot03 .cycle-slide:hover {
      color: #aec9fd; }
  .spotlight .spot03 .testimony {
    line-height: 1.9090909091;
    font-size: 1.1em;
    font-style: italic;
    margin: 0 0 1.5909090909em;
    display: block; }
  .spotlight .spot03 .testifier {
    line-height: 1;
    font-size: 2em;
    text-align: center;
    font-family: 'Allura', cursive;
    display: block; }
  .spotlight .spot03 .controls {
    line-height: 0;
    font-size: 20px;
    width: 96%;
    max-width: 43.65em;
    margin: 1em auto;
    display: block; }
    @media only screen and (min-width: 48em) {
      .spotlight .spot03 .controls {
        font-size: 1em;
        text-align: right;
        margin: 0 auto;
        position: absolute;
        top: 55%;
        right: 0;
        left: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        /* midTab */ } }
    .spotlight .spot03 .controls > a {
      line-height: 1;
      font-size: 2em;
      text-align: center;
      color: #fff;
      display: inline-block;
      vertical-align: top;
      -webkit-transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
      transition: transform 0.33s ease-in-out, color 0.33s ease-in-out; }
      .spotlight .spot03 .controls > a:hover {
        color: #aec9fd;
        -webkit-transform: scale(1.44);
        transform: scale(1.44); }
      .spotlight .spot03 .controls > a#prev {
        margin-right: 1em; }
        @media only screen and (min-width: 48em) {
          .spotlight .spot03 .controls > a#prev {
            float: left;
            /* midTab */ } }

/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #484647;
  width: 100%;
  padding: 3.3em 0;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420; }
  @media only screen and (max-width: 47.9375em) {
    #ft {
      padding-bottom: 0;
      border-top: 1px solid #484647;
      /* midTab 768oo */ }
      .home #ft {
        border: none; } }
  @media only screen and (min-width: 48em) {
    #ft {
      font-size: min(1.9vw, 1em);
      background-color: #c9c9c9;
      /* midTab 768w */ } }
  #ft a {
    color: #484647;
    -webkit-transition: color 0.33s ease-in-out;
    transition: color 0.33s ease-in-out; }
    #ft a:hover {
      color: #194B9F; }
  @media only screen and (max-width: 47.9375em) {
    #ft {
      /* midTab 768oo */ }
      #ft .logo {
        padding: 2em 0; } }
  #ft .address, #ft .logo, #ft .phone {
    background-color: #fff; }
    @media only screen and (max-width: 47.9375em) {
      #ft .address, #ft .logo, #ft .phone {
        width: 100%;
        margin: 0;
        display: block;
        /* midTab 768oo */ } }
    @media only screen and (min-width: 48em) {
      #ft .address, #ft .logo, #ft .phone {
        width: 15.7em;
        height: 15.8em;
        margin: 0 0.7em;
        padding: 2.75em 0 0;
        display: inline-block;
        vertical-align: top;
        /* midTab 768w */ } }
    #ft .address .icon, #ft .logo .icon, #ft .phone .icon {
      line-height: 2.34;
      font-size: 2.5em;
      color: #fff;
      width: 2.34em;
      height: 2.34em;
      border-radius: 50%;
      margin: 0 auto 0.76em;
      background-color: #1a2f5d;
      background-image: -moz-linear-gradient(left, rgba(26, 47, 93, 0) 0%, #174a9f 100%);
      background-image: -webkit-linear-gradient(left, rgba(26, 47, 93, 0) 0%, #174a9f 100%);
      background-image: linear-gradient(to right, rgba(26, 47, 93, 0) 0%, #174a9f 100%);
      display: block; }
      @media only screen and (max-width: 47.9375em) {
        #ft .address .icon, #ft .logo .icon, #ft .phone .icon {
          display: none;
          /* midTab 768oo */ } }
    #ft .address svg, #ft .logo svg, #ft .phone svg {
      width: 12.9em;
      height: 9.9em;
      margin: 0 auto;
      display: block; }
    #ft .address .street, #ft .logo .street, #ft .phone .street {
      line-height: 1.375;
      font-size: 0.8em;
      text-transform: uppercase;
      display: block; }
    #ft .address .cta, #ft .logo .cta, #ft .phone .cta {
      line-height: 1.76;
      font-size: 1.25em;
      display: block; }

/* ==================================================================
		footer || aka ft-design-credit
=================================================================== */
#links {
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  color: #484647;
  padding: 2em 0;
  margin: 0;
  background-color: #fff;
  z-index: 420; }
  @media only screen and (min-width: 48em) {
    #links {
      height: 3.85em;
      padding: 1.175em 0 0;
      /* midTab 768w  */ } }
  #links .util {
    line-height: 3;
    font-size: 0.5em;
    margin-bottom: 2em; }
    @media only screen and (min-width: 30em) {
      #links .util {
        width: auto;
        margin: 0;
        float: left;
        /* mintab 480w */ } }
    #links .util a,
    #links .util .divider {
      display: inline-block; }
    #links .util .divider {
      margin: 0 0.4em; }
  #links a {
    color: #484647;
    -webkit-transition: color 0.33s ease-in-out;
    transition: color 0.33s ease-in-out; }
    #links a:hover {
      color: #032A76; }

/*sesame link*/
a#sesame-link .sesameicon {
  width: 2.4em;
  height: 2em;
  margin-right: 1em;
  display: inline-block;
  vertical-align: middle; }
  a#sesame-link .sesameicon path {
    fill: currentcolor; }

/*backToTop*/
#backtotop {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
  position: relative; }
  @media only screen and (min-width: 30em) {
    #backtotop {
      width: auto;
      margin: 0;
      float: right;
      /* mintab 480w */ } }

a#btt {
  line-height: 1;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.33s ease-in-out, transform 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, transform 0.33s ease-in-out; }
  a#btt:hover {
    -webkit-transform: scale(1.44);
    transform: scale(1.44); }

/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 1.58em auto;
  background: #032A76;
  display: block; }

/*success message*/
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  padding: 1rem;
  float: left;
  background: #032A76; }

/* Form Buttons */
form button {
  letter-spacing: normal;
  font-weight: 400;
  font-size: 0.6em;
  text-transform: uppercase;
  color: #fff;
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #032A76;
  border: 1px solid #032A76;
  -webkit-transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, border-color 0.33s ease-in-out; }
  form button:hover {
    color: #fff;
    border-color: #194B9F;
    background-color: #194B9F; }

form p {
  height: auto; }

/* massive chat widget resize for mobile use comfort */
#bc-chat-container {
  font-size: 0.8em !important; }

.bc-minimize-state {
  width: 11.8em !important;
  height: 7.7em !important; }

/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet
Supports 48em (768px) and up
=============================================== */
@media only screen and (min-width: 48em) {
  /* blanket content sidebar hide  */
  .sitemap #content,
  .layout-full-width #content {
    width: 100%;
    max-width: none; }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none; }

  /* custom content */
  /*.success{ width:66%; }*/
  /*table.office-hours{ max-width:50%; }*/
  /* p.before-after-text, .before-after-box{ width:100%; } */
  /*PAGE SPECIFIC*/
  .speed-system img[alt="Speed Braces"] {
    display: block; }

  .which-is-right-for-me #content p {
    display: inline-block;
    float: left; }
  .which-is-right-for-me #content a[href^="/sesame_media/docs/"] {
    text-align: center;
    display: block;
    width: 100%;
    clear: both; }
    .which-is-right-for-me #content a[href^="/sesame_media/docs/"] img {
      display: inline-block; }

  .in-ovation-testimonials .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto; }

  [class^="inovation-chart-"] {
    display: inline-block;
    max-width: 50%; }

  .in-ovation-before-after #content p {
    text-align: center;
    margin-bottom: 0; }
  .in-ovation-before-after .content-text h3 {
    text-align: center; }
  .in-ovation-before-after .content-text .img-left, .in-ovation-before-after .content-text .border {
    max-width: 44%;
    float: none;
    display: inline-block;
    margin: 2%; }

  .in-ovation-videos .content-text h2 {
    text-align: center; }
  .in-ovation-videos .content-text .embed-container {
    display: block;
    margin-left: auto;
    margin-right: auto; }

  body[class*="in-ovation"] .img-right {
    max-width: 40%; }

  /* ===============================================
  					sitemap 
  =============================================== */
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/ }
    body.sitemap #content .width1:not(.first) {
      width: auto;
      float: right; }

  /*END*/ }
/* ===============================================
Large Tablet Stylings
Supports 64em (1024px) and up
=============================================== */
@media only screen and (min-width: 64em) {
  /* ==================================================================
  	main-nav
  =================================================================== */
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 3em;
    margin: 1.5em 0 0;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/ }
    #main-nav .container {
      background: none;
      padding: 0;
      /*max-width:none;*/ }
    #main-nav div.collapsible {
      margin: 0 auto; }
    #main-nav ul {
      height: 3em;
      width: auto;
      padding: 0;
      margin: 0 10.25em 0 0;
      border: none;
      background: none;
      position: static;
      float: right; }
      #main-nav ul li {
        height: 100%;
        margin: 0 0.75em 0 0;
        /*adjust margin for spacing*/
        background: none;
        position: relative;
        vertical-align: top;
        float: none;
        clear: none; }
        #main-nav ul li.contact, #main-nav ul li.contact-us {
          margin-right: 0;
          padding-right: 0; }
        #main-nav ul li a[id] {
          line-height: 2.1428571429;
          text-align: center;
          text-decoration: none;
          height: 100%;
          width: auto;
          padding: 0 1em;
          margin: 0;
          position: relative;
          z-index: 3000; }
      #main-nav ul ul {
        width: auto;
        height: auto;
        padding: 0.75em 0;
        margin: 0;
        z-index: 2800;
        position: absolute;
        display: none; }
        #main-nav ul ul li {
          width: 100%;
          height: 1.25em;
          /*default 25*/
          margin: 0;
          padding: 0 1.05em;
          background: none;
          opacity: 1;
          float: left; }
          #main-nav ul ul li a {
            line-height: 1.9230769231;
            text-align: left;
            white-space: nowrap;
            height: 1.9230769231em;
            padding: 0;
            margin: 0;
            float: left;
            position: relative;
            -webkit-transition-duration: 0s;
            transition-duration: 0s; }

  /* ===============================================
  			special drop locations 
  =============================================== */
  #main-nav ul li:hover ul {
    left: -0.4em;
    /*top:37px;*/
    display: block; }

  /*END*/ }
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */ }

/* custom animations */
@-webkit-keyframes flyinmobilehamburger {
  from {
    left: 300px;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }
@keyframes flyinmobilehamburger {
  from {
    left: 300px;
    opacity: 0; }
  to {
    left: 0;
    opacity: 1; } }

/*# sourceMappingURL=local.css.map */
