/* 
 Site Manager Version: 14.2.0
 Date Created: March 2026
 Account: williams-matt
 Written by: Ricky Rivas
 Sesame Communications - All rights reserved. C2026
 Any reproduction or intentional misuse is strictly prohibited
*/
/* ===============================================
              options
 =============================================== */
/* ===============================================
                    colors
 =============================================== */
/* ===============================================
					fonts
=============================================== */
/* ==================================================================
Basic Stylings
These will affect every size of the site.
================================================================== */
html {
  scroll-behavior: smooth;
}
/* ===============================================
	body 
=============================================== */
body,
input,
select,
textarea {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
form button,
button {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
svg {
  display: inline-block;
}
body {
  color: #000;
  background: #f7eee5;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  body {
    font-size: 20px;
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  color: #6e5034;
  text-decoration: underline;
  transition: color 0.33s ease-in-out;
}
#content a:focus,
#content a:hover {
  color: #228b22;
  color: #6A932C;
  text-decoration: none;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  color: #364327;
  text-rendering: auto;
  margin: 0 0 1.44em;
  font-weight: 400;
}
.sub h1 {
  font-size: 10vw;
  font-weight: 300;
  margin-bottom: 0.55882353em;
  color: #228b22;
  color: #6A932C;
}
@media only screen and (min-width: 480px) {
  .sub h1 {
    font-size: 3.4em;
  }
}
.home h1 {
  font-size: 10vw;
  margin: 0 0 0.4em;
  font-weight: 300;
  color: #f7eee5;
  max-width: 8em;
}
@media only screen and (min-width: 480px) {
  .home h1 {
    font-size: 3.4em;
    line-height: 0.91764706;
  }
}
.home h1 .trait {
  display: block;
}
.home h1 .trait.top {
  line-height: 1.11111111;
  font-size: 0.39705882em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3em;
}
h2:not(.topic) {
  font-size: 1.31578947em;
  color: #228b22;
  color: #6A932C;
}
h3:not(.topic) {
  font-size: 1.21052632em;
}
h4 {
  font-size: 1.10526316em;
}
h5 {
  font-size: 1.05263158em;
}
h6 {
  font-size: 1em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 64.5em;
}
@media only screen and (min-width: 1300px) {
  .container {
    width: 90%;
  }
}
/* ===============================================
	list styles - global overrides
=============================================== */
.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;
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  min-height: 44px;
  padding: 0;
  position: absolute;
  z-index: 3000;
  top: 0;
  left: 0;
  height: 105px;
}
@media only screen and (max-width: 1023px) {
  #masthead.mobtron #logo {
    color: #fff;
    opacity: 0;
  }
  #masthead.mobtron #trigger {
    color: #fff;
  }
  #masthead.mobtron::before {
    transform: translate(-100%, 0%);
    opacity: 0.25;
  }
  #masthead.mobtron::after {
    transform: translate(100%, 0%);
    opacity: 0.25;
  }
  #masthead.mobtron #hd .contactinfo a {
    color: #fff;
  }
  #masthead.mobtron #hd .utilitynav a {
    border-color: #fff;
    color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  #masthead {
    font-size: inherit;
    position: fixed;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  #masthead.mobtron.ready #logo {
    opacity: 0;
  }
  #masthead.mobtron.ready #trigger {
    color: #fff;
  }
  #masthead.mobtron.ready::before {
    transform: translate(-100%, 0%);
    opacity: 0.25;
  }
  #masthead.mobtron.ready::after {
    transform: translate(100%, 0%);
    opacity: 0.25;
  }
  #masthead.mobtron.ready .contactinfo a {
    color: #fff;
  }
  #masthead.mobtron.ready .utilitynav a {
    border-color: #fff;
    color: #fff;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead {
    height: 7.25em;
  }
  #masthead.ready #logo {
    color: #fff;
    transform: translate(calc(50vw - 50% - 1.5em), 13.1em) scale(2.4);
  }
  #masthead.ready #logo .leaf{
    fill: #ffffff;
  }
  #masthead.ready::before {
    transform: translate(-100%, 0%);
    opacity: 0.25;
  }
  #masthead.ready::after {
    transform: translate(100%, 0%);
    opacity: 0.25;
  }
  #masthead.ready a[id] {
    color: #fff;
  }
  #masthead.ready .contactinfo a {
    color: #fff;
  }
  #masthead.ready .utilitynav a {
    border-color: #fff;
    color: #fff;
  }
}
#masthead::before,
#masthead::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
#masthead .animated-border {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  transform-origin: left;
}
#masthead .container {
  max-width: none;
  width: calc(100% - 3em);
}
@media only screen and (max-width: 1299px) {
  #masthead .container {
    width: 100%;
  }
}
/* ===============================================
TRIGGER/NAVICON
=============================================== */
#trigger {
  line-height: 44px;
  color: #177c17;
  color: #6A932C;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  -webkit-display: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 600;
  transition: color 0.33s ease-in-out;
  cursor: pointer;
}
#trigger:focus-visible {
  color: #228b22;
  color: #6A932C;
}
@media only screen and (min-width: 666px) {
  #trigger {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1300px) {
  #trigger {
    display: none;
  }
}
.open #trigger .navicon span:nth-child(1) {
  transform: translate(0, 21px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(4) {
  transform: translate(0, -21px) scaleX(0) rotate(0deg);
}
.open #trigger .navicon span:nth-child(2) {
  transform: translate(0, 0) scaleX(1) rotate(45deg);
}
.open #trigger .navicon span:nth-child(3) {
  transform: translate(0, 0) scaleX(1) rotate(-45deg);
}
#trigger .navicon {
  width: 48px;
  height: 42px;
  display: inline-block;
  position: relative;
}
#trigger .navicon span {
  width: 100%;
  height: 6px;
  margin: auto;
  background: currentcolor;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  transform: translate(0, 0) scaleX(1) rotate(0deg);
  transition: transform 0.3s ease;
}
#trigger .navicon span:nth-child(1) {
  top: 0;
}
#trigger .navicon span:nth-child(2),
#trigger .navicon span:nth-child(3) {
  top: 0;
  bottom: 0;
}
#trigger .navicon span:nth-child(4) {
  bottom: 0;
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 20px;
  text-align: center;
  width: 92px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  clear: both;
}
@media only screen and (min-width: 666px) {
  #main-nav {
    width: 85px;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav {
    font-size: inherit;
    width: 100%;
    height: 4.6em;
    margin-top: 2em;
    left: 50%;
    transform: translate(-50%, 0);
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 0;
    z-index: 2900;
    width: auto;
  }
  #main-nav:hover,
  #main-nav:focus-within {
    z-index: 7777;
  }
}
@media only screen and (max-width: 1299px) {
  #main-nav.open .collapsible {
    transition-duration: 0.33s;
    transition-timing-function: ease;
    transform: translate(0, 0);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  #main-nav .collapsible {
    max-height: calc(100vh - 105px);
    overflow: auto;
  }
  #main-nav .collapsible.container {
    height: auto;
  }
}
@media only screen and (max-width: 1299px) {
  #main-nav .collapsible {
    width: 100vw;
    max-width: 320px;
    position: absolute;
    top: 100%;
    right: 0;
    transition-property: transform, opacity, visibility;
    transition-duration: 0.09s;
    transition-timing-function: linear;
    transform: translate(100%, 0);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav .collapsible {
    margin: 0 auto;
    position: relative;
  }
}
#main-nav .container {
  height: 100%;
  padding: 0;
}
@media only screen and (min-width: 1300px) {
  #main-nav .container {
    width: 100%;
    max-width: none;
  }
}
#main-nav .mod {
  justify-content: center;
  z-index: 420;
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  background-color: #fff;
  padding: 15px 0 23px;
  transition-property: transform, opacity;
  transition-duration: 0.6s, 0.9s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.24s;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
}
#main-nav .mod.mobtron {
  transform: translate(0, -33px);
  transition-duration: 0s;
  transition-delay: 0s;
  pointer-events: none;
  opacity: 0;
}
#main-nav .mod.mobtron * {
  pointer-events: none;
}
#main-nav .mod.mobtron:focus-within {
  transform: translate(0, 0);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  pointer-events: auto;
  opacity: 1;
}
#main-nav .mod.mobtron:focus-within * {
  pointer-events: auto;
}
@media only screen and (min-width: 666px) {
  #main-nav .mod {
    display: none;
  }
}
/* ===============================================
TOP LEVEL ITEMS || top ul
=============================================== */
#main-nav ul {
  margin: 0;
  padding: 40px 0 40px;
  background-color: #177c17;
  background-color: #6A932C;
  position: relative;
  z-index: 550;
  height: auto;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul {
    height: 4.6em;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    position: static;
    float: none;
  }
}
#main-nav ul li {
  clear: both;
  cursor: pointer;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li {
    margin: 0 1.2em 0 0;
    background: none;
    vertical-align: top;
    clear: none;
    overflow: visible;
  }
  #main-nav ul li a:focus-visible + ul,
  #main-nav ul li ul:focus-within,
  #main-nav ul li:hover > ul {
    width: auto;
    height: auto;
    margin: 0;
    opacity: 1;
    clip: auto;
    pointer-events: auto;
  }
  #main-nav ul li a:focus-visible + ul.double-columns,
  #main-nav ul li ul:focus-within.double-columns,
  #main-nav ul li:hover > ul.double-columns {
    transform: translate(-50%, 0);
  }
  #main-nav ul li.home {
    display: 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: 50px;
  font-size: 19px;
  color: #f7eee5;
  font-weight: 700;
  height: 50px;
  margin: 0;
  transition: color 0.33s ease;
  pointer-events: none;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id] {
    line-height: 2.10526316;
    font-size: clamp( 12px, 0.95em , 19px );
    text-align: center;
    height: 100%;
    z-index: 3000;
    pointer-events: auto;
    color: #363535;
  }
}
#main-nav ul li a[id]:after {
  content: "";
  width: 39px;
  height: 2px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 50%;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(-50%, 0) scaleX(0);
  opacity: 0;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul li a[id]:after {
    bottom: 8px;
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul li a[id]:after {
    bottom: 2.7em;
  }
}
#main-nav ul li a[id].home {
  pointer-events: auto;
}
#main-nav ul li:focus-within > a[id],
#main-nav ul li.clicked > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  text-decoration: none;
  transition-duration: 0.15s;
}
#main-nav ul li:focus-within > a[id]:after,
#main-nav ul li.clicked > a[id]:after,
#main-nav ul li.active > a[id]:after,
#main-nav ul li:hover > a[id]:after {
  transition-duration: 0.15s;
  transform: translate(-50%, 0) scaleX(1);
  opacity: 1;
}
/* ===============================================
Flyout || ul ul
=============================================== */
#main-nav ul ul {
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  float: left;
  transition: visibility 0.33s ease-in-out;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1.2em 2.15em 1.6em;
    position: absolute;
    left: -2.35em;
    clip: rect(0 0 0 0);
    pointer-events: none;
    z-index: 2800;
    background-color: #177c17;
    background-color: #6A932C;
  }
  #main-nav ul ul.double-columns {
    column-count: 2;
    column-gap: 2.85em;
    left: 50%;
    transform: translate(-50%, 1em);
  }
  #main-nav ul ul.double-columns li {
    text-align: left;
    float: none;
  }
  #main-nav ul ul.double-columns li a {
    float: none;
  }
}
#main-nav ul ul li {
  height: 0;
  background: none;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.33s;
}
#main-nav ul ul li:focus-within {
  overflow: visible;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li {
    height: 1.75em;
    margin: 0;
    padding: 0;
    opacity: 1;
  }
}
#main-nav ul ul li a {
  line-height: 44px;
  font-size: clamp( 12px, 0.75em , 15px );
  color: #f7eee5;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li a {
    line-height: 2.33333333;
    text-align: left;
    white-space: nowrap;
    height: 2.33333333em;
    padding: 0;
    float: left;
  }
}
#main-nav ul ul li a:after {
  content: "";
  width: 39px;
  height: 2px;
  background-color: currentcolor;
  display: block;
  position: absolute;
  left: 0%;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 0;
  transform-origin: left;
}
@media only screen and (max-width: 1299px) {
  #main-nav ul ul li a:after {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0) scaleX(0);
  }
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li a:after {
    bottom: 0.2em;
    transform: translate(0%, 0) scaleX(0);
  }
}
#main-nav ul ul li a:focus-visible,
#main-nav ul ul li a:hover,
#main-nav ul ul li a.active {
  text-decoration: none;
  margin-bottom: 0;
  border: none;
}
#main-nav ul ul li a:focus-visible:after,
#main-nav ul ul li a:hover:after,
#main-nav ul ul li a.active:after {
  transition-duration: 0.15s;
  transform: translate(-50%, 0) scaleX(1);
  opacity: 1;
}
@media only screen and (min-width: 1300px) {
  #main-nav ul ul li a:focus-visible:after,
  #main-nav ul ul li a:hover:after,
  #main-nav ul ul li a.active:after {
    transform: translate(0%, 0) scaleX(1);
  }
}
/* ===============================================
TERTIARY || if ul ul ul exists
=============================================== */
/* ===============================================
Flyout animation
=============================================== */
@media only screen and (max-width: 1299px) {
  #main-nav.open ul ul {
    visibility: hidden;
  }
  #main-nav.open ul .clicked ul {
    padding: 0 0;
    visibility: visible;
  }
  #main-nav.open ul .clicked ul li {
    height: 44px;
    opacity: 1;
  }
}
/* ==================================================================
	header
=================================================================== */
#hd {
  text-align: center;
  color: #6e5034;
  height: 100%;
  padding: 0;
  position: relative;
  pointer-events: none;
}
@media only screen and (min-width: 666px) {
  #hd {
    text-align: right;
  }
}
@media only screen and (min-width: 1024px) {
  #hd {
    z-index: 3000;
  }
}
#hd .container {
  height: 100%;
  pointer-events: none;
}
#hd .mod {
  justify-content: center;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #hd .mod {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: calc(0% + 0px);
    right: 85px;
    height: 100%;
  }
}
@media only screen and (max-width: 665px) {
  #hd .mod {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .mod {
    display: inline-flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 0px;
    vertical-align: top;
    height: 100%;
    margin-right: 2px;
    padding-bottom: 0.8em;
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  width: 15.05em;
  margin: 0 auto 0 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  pointer-events: auto;
  font-size: 0.725em;
  transition: opacity 0.33s ease-in-out;
  color: #228b22;
  color: #6A932C;
  color: #000000; 
}
@media only screen and (min-width: 666px) {
  #logo {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 768px) {
  #logo {
    font-size: inherit;
  }
}
@media only screen and (min-width: 1300px) {
  #logo {
    margin: 0;
    transition: opacity 0.33s ease-in-out, transform 0.33s ease-in-out, color 0.33s ease-in-out;
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.33s ease-in-out;
  color: currentColor;
}
@media only screen and (max-width: 1023px) {
  #logo a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
#logo a:focus-visible {
  opacity: 0.51;
}
#logo svg {
  width: 15.05em;
  height: 2.9em;
  height: 4.9em;
}

#logo svg .leaf{
  fill: #6A932C;
}
/* ===============================================
	contact info
=============================================== */
.contactinfo {
  text-align: center;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  pointer-events: auto;
}
.contactinfo .phone {
  font-size: 21px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .contactinfo .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .contactinfo .phone {
    line-height: 2.23809524;
  }
}
.contactinfo a {
  color: #228b22;
  color: #6A932C;
  transition: color 0.33s ease-in-out;
  position: relative;
}
.contactinfo a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0.25em;
  left: 0;
  background-color: currentColor;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
}
.contactinfo a:focus,
.contactinfo a:hover {
  color: #228b22;
  color: #6A932C;
}
.contactinfo a:focus::after,
.contactinfo a:hover::after {
  transform: scaleX(1);
}
/* ===============================================
	utility-nav
=============================================== */
.utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
  pointer-events: auto;
}
.utilitynav ul {
  display: contents;
}
.utilitynav ul li {
  display: contents;
}
.utilitynav ul li:nth-child(n + 2) {
  margin: 0 0 0 0.5em;
}
.utilitynav a {
  font-size: clamp( 12px, 0.6em , 12px );
  text-align: center;
  text-transform: uppercase;
  color: #228b22;
  color: #6A932C;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, border-color 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
  font-weight: 600;
  letter-spacing: 0.24em;
  border: 1px solid #28341c;
}
@media only screen and (max-width: 1023px) {
  .utilitynav a {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .utilitynav a {
    line-height: 3.75;
  }
}
.utilitynav a::before,
.utilitynav a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #228b22;
  background-color: #6A932C;
  z-index: -1;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 0.5;
  transform: scaleX(0);
}
.utilitynav a::before {
  transform-origin: left;
}
.utilitynav a::after {
  transform-origin: right;
}
.utilitynav a:focus,
.utilitynav a:hover {
  color: #fff;
  box-shadow: 3px 3px 0px #6e5034, -3px -3px 0px #6e5034;
}
.utilitynav a:focus::before,
.utilitynav a:hover::before,
.utilitynav a:focus::after,
.utilitynav a:hover::after {
  transform: scaleY(1);
  opacity: 1;
}
.utilitynav a.appointmentrequest {
  width: 13.25em;
}
/* ===============================================
	socialmedia
=============================================== */
#hd .socialmedia,
#masthead > .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2px;
  position: absolute;
  top: 100%;
  right: 0;
  pointer-events: auto;
}
@media only screen and (min-width: 1024px) {
  #hd .socialmedia,
  #masthead > .socialmedia {
    width: 2.2em;
    margin: 0;
    flex-direction: column;
    top: 12.5em;
    right: 1em;
  }
}
@media only screen and (min-width: 1300px) {
  #hd .socialmedia,
  #masthead > .socialmedia {
    position: fixed;
  }
}
#hd .socialmedia a,
#masthead > .socialmedia a {
  font-size: clamp( 12px, 0.55em , 11px );
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  background: rgba(110, 80, 52, 0.7);
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #hd .socialmedia a,
  #masthead > .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #hd .socialmedia a,
  #masthead > .socialmedia a {
    line-height: 4;
    width: auto;
    height: 4em;
  }
}
#hd .socialmedia a:focus,
#masthead > .socialmedia a:focus,
#hd .socialmedia a:hover,
#masthead > .socialmedia a:hover {
  color: #fff;
  background: #228b22;
  background: #6A932C;
  z-index: 400;
  transform: translate(0, 0) scale(1.44);
}
#hd .socialmedia a .icon,
#masthead > .socialmedia a .icon {
  position: relative;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  text-align: center;
  min-height: 53.57142857vw;
  background: #000;
  position: relative;
  z-index: 400;
}
@media only screen and (max-width: 665px) {
  #slideshow {
    min-height: 420px;
  }
}
@media only screen and (max-width: 665px) {
  #slideshow {
    width: 100%;
  }
}
@media only screen and (min-width: 666px) {
  #slideshow {
    height: 700px;
    min-height: 700px;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow {
    height: calc(100vh - 40px);
    min-height: 600px;
    max-height: 700px;
  }
}
#slideshow::before {
  content: "";
  background-color: #131516;
  opacity: 0.3;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
}
#slideshow .welcomevid {
  width: 100%;
  margin: 0;
  aspect-ratio: 2000 / 1125;
  vertical-align: top;
}
@media only screen and (max-width: 665px) {
  #slideshow .welcomevid {
    width: 747px;
    margin: 0 calc( -373.5px  + 50vw );
  }
}
@media only screen and (min-width: 666px) {
  #slideshow .welcomevid {
    margin-top: calc( -28.125vw + 350px );
  }
}
@media only screen and (min-width: 666px) and (max-width: 1299px) {
  #slideshow .welcomevid {
    width: 1500px;
    margin: 0 calc(-750px + 50vw) 0;
  }
}
@media only screen and (max-width: 1299px) {
  #slideshow .welcomevid {
    transform: none !important;
  }
}
@media only screen and (min-width: 1300px) {
  #slideshow .welcomevid {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
#slideshow .ssoverlay {
  width: 100%;
  padding: 0 3%;
  display: block;
  position: absolute;
  left: 0;
  transform: translate(0, -50%);
  z-index: 420;
  top: calc(50% + 50px );
}
@media only screen and (min-width: 1300px) {
  #slideshow .ssoverlay {
    top: calc(50% + 15px );
    opacity: 0;
  }
}
#slideshow .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 721px;
  width: 90%;
}
#slideshow .logo:focus {
  opacity: 0.51;
}
#slideshow .logo svg {
  width: 100%;
  height: auto;
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 400;
}
.spotlight > div {
  position: relative;
}
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot01 {
  text-align: center;
  color: #228b22;
  color: #6A932C;
  margin: 0;
  padding: 3em 0;
  position: relative;
  z-index: 420;
  background: #f7eee5;
  overflow: hidden;
}
@media only screen and (min-width: 666px) {
  .spot01 {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) {
  .spot01 {
    padding: 100px 0;
  }
}
.spot01 .container {
  padding: 3em 0;
  background-color: #000;
  width: 90%;
  max-width: 1160px;
  display: grid;
  place-content: center;
  grid-template-columns: repeat(1,  200px );
  gap: 20px;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
  background: url(../images/spotlight/spot01.jpg) center / cover no-repeat;
}
@media only screen and (min-width: 666px) {
  .spot01 .container {
    padding: 70px 0;
    grid-template-columns: repeat(2,  200px );
  }
}
@media only screen and (min-width: 768px) {
  .spot01 .container {
    padding: 80px 0;
    gap: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 .container {
    padding: 100px 0;
    grid-template-columns: repeat(4,  200px );
    background-size: 100% auto;
    width: 96%;
    gap: 20px;
  }
}
@media only screen and (min-width: 1300px) {
  .spot01 .container {
    gap: 2em;
  }
}
.spot01 a {
  color: #28341c;
  width: 100%;
  height: 223px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  z-index: 1;
  overflow: hidden;
  padding-bottom: 0.15em;
}
.spot01 a:nth-child(1) .icon {
  bottom: 0.25em;
}
.spot01 a .icon {
  width: 80px;
  margin: 0 auto 0.1em;
  color: #228b22;
  color: #6A932C;
  transition: color 0.33s ease-in-out;
  position: relative;
}
.spot01 a .icon svg {
  width: 100%;
  height: auto;
  transition: transform 0.33s ease-in-out;
}
.spot01 a h2.topic {
  line-height: 1;
  font-size: 22px;
  color: currentcolor;
  width: 100%;
  display: block;
  font-weight: 400;
}
.spot01 a h2.topic .trait {
  line-height: 1;
  font-size: clamp( 12px, 0.86363636em , 19px );
  font-weight: 700;
  display: block;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  margin-left: 0.2em;
}
.spot01 a::before,
.spot01 a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(205, 184, 133, 0.9);
  z-index: -1;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 0.5;
  transform: scaleX(0);
}
.spot01 a::before {
  transform-origin: left;
}
.spot01 a::after {
  transform-origin: right;
}
.spot01 a:focus,
.spot01 a:hover {
  color: #fff;
  background-color: transparent;
}
.spot01 a:focus .icon,
.spot01 a:hover .icon {
  color: #fff;
}
.spot01 a:focus .icon svg,
.spot01 a:hover .icon svg {
  transform: translate3d(0, 0, -777px) rotateY(360deg);
}
.spot01 a:focus::before,
.spot01 a:hover::before,
.spot01 a:focus::after,
.spot01 a:hover::after {
  transform: scaleY(1);
  opacity: 1;
}
.spot01 .branches {
  position: absolute;
  left: -25%;
  bottom: 50%;
  max-width: none;
  width: 125%;
  z-index: -1;
  height: auto;
  pointer-events: none;
  font-size: 15px;
}
@media only screen and (min-width: 666px) {
  .spot01 .branches {
    width: 96.8em;
    left: calc(50% - 16.75em);
    bottom: -24.9em;
  }
}
@media only screen and (min-width: 1024px) {
  .spot01 .branches {
    font-size: 20px;
  }
}
/* ===============================================
	spot00 || COMMON GENERAL INFORMATION SPOTLIGHT SECTION REVERSE
=============================================== */
.spot02 {
  color: #f7eee5;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  background-color: #6A932C;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4.25em;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .spot02 {
    padding: 5em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 {
    font-size: min(1.4vw, 1em);
    align-items: flex-start;
    flex-direction: row;
  }
}
.spot02 .branches {
  position: absolute;
  left: -33%;
  top: 300px;
  max-width: none;
  width: 150%;
  z-index: -1;
  height: auto;
  pointer-events: none;
  font-size: 15px;
}
@media only screen and (max-width: 665px) {
  .spot02 .branches {
    transform: scaleY(-1);
  }
}
@media only screen and (min-width: 666px) {
  .spot02 .branches {
    left: calc(50% - 16.75em);
    top: -31.1em;
    width: 96.8em;
    transform: none;
    opacity: 0.5;
  }
}
@media only screen and (min-width: 1024px) {
  .spot02 .branches {
    font-size: 20px;
    opacity: 1;
  }
}
.spot02 .mod {
  width: 90%;
  max-width: 20em;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .spot02 .mod {
    text-align: right;
    padding-left: 1.5em;
  }
}
.spot02 h2.topic {
  line-height: 0.98591549;
  font-size: clamp( 12px, 3.55em , 71px );
  color: #f7eee5;
  margin: 0 0 0.15em;
  font-weight: 300;
}
@media only screen and (min-width: 1024px) {
  .spot02 h2.topic {
    margin-right: -0.1em;
  }
}
.spot02 h2.topic .trait {
  line-height: 0.73076923;
  font-size: clamp( 12px, 0.73239437em , 52px );
  font-weight: 400;
  display: block;
}
.spot02 .info {
  line-height: 2.10526316;
  font-size: clamp( 12px, 0.95em , 19px );
  margin: 0;
}
.spot02 .spotbtns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2em;
}
@media only screen and (min-width: 768px) {
  .spot02 .spotbtns {
    gap: 5.95em;
    flex-direction: row;
  }
}
.spot02 .spotbtn {
  display: block;
  width: 100%;
  max-width: 18em;
  text-align: center;
  text-transform: uppercase;
  color: #f7eee5;
  position: relative;
  z-index: 420;
}
.spot02 .spotbtn .decoration {
  transition: box-shadow 0.33s ease-in-out 0.16s;
  margin-bottom: 0.6em;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.spot02 .spotbtn .decoration img {
  width: 100%;
  transition: filter 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out;
}
.spot02 .spotbtn .decoration::before,
.spot02 .spotbtn .decoration::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(205, 184, 133, 0.9);
  z-index: 1;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 0.5;
  transform: scaleX(0);
}
.spot02 .spotbtn .decoration::before {
  transform-origin: left;
}
.spot02 .spotbtn .decoration::after {
  transform-origin: right;
}
.spot02 .spotbtn img {
  width: 100%;
}
.spot02 .spotbtn h3.topic,
.spot02 .spotbtn span.topic {
  line-height: 5.15789474;
  font-size: clamp( 12px, 0.95em , 19px );
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  font-weight: 600;
  letter-spacing: 0.18em;
  transition: transform 0.33s ease-in-out;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.spot02 .spotbtn h3.topic::before,
.spot02 .spotbtn span.topic::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
  z-index: -1;
}
.spot02 .spotbtn span.topic {
  position: absolute;
  transform: translate(0, 112%);
  bottom: 0;
  left: 0;
  z-index: 3;
}
.spot02 .spotbtn:focus h3.topic,
.spot02 .spotbtn:hover h3.topic {
  transform: translate3d(0, calc(-100% - 0.75em), 777px);
}
.spot02 .spotbtn:focus h3.topic::before,
.spot02 .spotbtn:hover h3.topic::before {
  transform: scale(0.95, 0.85);
  background-color: #6e5034;
}
.spot02 .spotbtn:focus span.topic,
.spot02 .spotbtn:hover span.topic {
  transform: translate3d(0, 0, 777px);
}
.spot02 .spotbtn:focus span.topic::before,
.spot02 .spotbtn:hover span.topic::before {
  transform: scale(0.95, 0.8);
  background-color: #6e5034;
}
.spot02 .spotbtn:focus .decoration,
.spot02 .spotbtn:hover .decoration {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  transition-delay: 0s;
}
.spot02 .spotbtn:focus .decoration img,
.spot02 .spotbtn:hover .decoration img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  animation: scaleOutIn 0.66s ease-in-out;
}
.spot02 .spotbtn:focus .decoration::before,
.spot02 .spotbtn:hover .decoration::before,
.spot02 .spotbtn:focus .decoration::after,
.spot02 .spotbtn:hover .decoration::after {
  transform: scaleX(1);
  opacity: 0.5;
}
/* ==================================================================
	subnav
=================================================================== */
#subnav {
  text-align: center;
  color: #f6e8dd;
  padding: 4.25em 0;
  position: relative;
  overflow: hidden;
  background-color: #228b22;
  background-color: #6A932C;
  z-index: 500;
}
@media only screen and (max-width: 1299px) {
  #subnav {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav {
    padding-top: 10.5em;
  }
}
@media only screen and (max-width: 1299px) {
  #subnav nav {
    width: 100vw;
    display: none;
  }
}
#subnav p {
  font-size: clamp( 12px, 0.75em , 15px );
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1299px) {
  #subnav p {
    line-height: 44px;
    white-space: nowrap;
    padding-right: 9%;
    scroll-snap-type: x;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #subnav p::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  #subnav p {
    line-height: 1.66666667;
    width: 60.15037594%;
  }
}
#subnav a {
  color: #f6e8dd;
  margin: 0 0.8em;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #subnav a {
    margin: 0;
  }
}
#subnav a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: currentcolor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform: translate(0, 0) scaleX(0);
  opacity: 0;
}
#subnav a:focus,
#subnav a:hover,
#subnav a.active {
  text-decoration: none;
}
#subnav a:focus:after,
#subnav a:hover:after,
#subnav a.active:after {
  transform: translate(0, 0) scaleX(1);
  opacity: 1;
}
#subnav .divider {
  margin: 0 1.1em;
  display: inline-block;
  vertical-align: top;
}
/* ==================================================================
	content
=================================================================== */
#bd {
  padding: 9em 0 3em;
  background: #f8efe5;
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 768px) {
  #bd {
    padding: 10em 0 6em;
  }
}
@media only screen and (min-width: 1300px) {
  #bd {
    padding-top: 3.9em;
  }
}
#bd .sidebar {
  display: none;
  max-width: none;
  position: fixed;
  top: 0;
  z-index: -1;
  width: 31.1em;
}
@media only screen and (min-width: 768px) {
  #bd .sidebar {
    display: block;
    right: 75%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  #bd .sidebar {
    top: 2em;
  }
}
@media only screen and (min-width: 1300px) {
  #bd .sidebar {
    right: calc(50% + 18.9em);
  }
}
@media only screen and (min-width: 2000px) {
  #bd .sidebar {
    width: calc(50% - 18.9em);
  }
}
#bd .container {
  width: 90%;
  max-width: 66.5em;
}
#content {
  max-width: 800px;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content {
    width: 60.15037594%;
    max-width: 40em;
    float: right;
  }
}
@media only screen and (min-width: 1300px) {
  #content {
    width: 60.15037594%;
  }
}
#content .content-text {
  line-height: 1.68421053;
}
@media only screen and (min-width: 666px) {
  #content .content-text {
    font-size: min(2.3vw, 19px );
  }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
  #content .content-text {
    max-width: 70ch;
  }
}
@media only screen and (min-width: 1300px) {
  #content .content-text {
    font-size: 19px;
  }
}
/* ==================================================================
	.home content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background: #000 center / cover no-repeat;
  color: #f7eee5;
}
@media only screen and (min-width: 768px) {
  .home #bd {
    padding: 4.7em 0 4em;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  .home #bd {
    background-size: auto;
  }
}
.home #bd::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media only screen and (min-width: 1300px) {
  .home #bd::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
}
.home #bd .container {
  width: 90%;
  max-width: 66.5em;
  /* @media only screen and (min-width: 768px) and (max-width: 1299px) { 
			max-width:70ch; 
		} */
}
@media only screen and (min-width: 768px) {
  .home #bd #content {
    width: 100%;
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media only screen and (min-width: 1300px) {
  .home #bd #content {
    max-width: 32em;
    width: 48.12030075%;
    margin-right: 0;
  }
}
.home #bd #content .content-text {
  line-height: 1.6875;
}
@media only screen and (min-width: 666px) {
  .home #bd #content .content-text {
    font-size: min(2.3vw, 16px );
  }
}
@media only screen and (min-width: 1300px) {
}
.home #bd #content .content-text h2,
.home #bd #content .content-text h3,
.home #bd #content .content-text h4,
.home #bd #content .content-text h5,
.home #bd #content .content-text h6 {
  color: #fff;
}
.home #bd #content .content-text ol,
.home #bd #content .content-text ul {
  margin: 0 0 1.58em 2.2em;
}
.home #bd #content .content-text ol li,
.home #bd #content .content-text ul li {
  margin: 0 0 1.55em 0;
}
.home #bd #content .content-text ol li:nth-last-of-type(1),
.home #bd #content .content-text ul li:nth-last-of-type(1) {
  margin: 0;
}
.home #bd #content .content-text h2 {
  font-size: 1.375em;
  line-height: 1.22727273;
  margin-bottom: 0.5em;
}
.home #bd #content .content-text a {
  color: currentColor;
}
.home #bd #content .content-text a:hover,
.home #bd #content .content-text a:focus {
  color: lightgreen;
}
/* ==================================================================
	custom content
=================================================================== */
.mediaslider {
  text-align: center;
  max-width: calc( 100% - 88px );
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.mediaslider button {
  background: none;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow {
  width: 100%;
  margin: 0.5em 0 1.5em;
  position: relative;
  pointer-events: none;
  z-index: 400;
}
.mediaslider .cycle-slideshow > button {
  font-size: 2.8em;
  color: #6e5034;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: opacity 0.35s ease;
  pointer-events: auto;
}
.mediaslider .cycle-slideshow > button.cycle-prev {
  text-align: left;
  left: auto;
  right: 100%;
}
.mediaslider .cycle-slideshow > button.cycle-next {
  text-align: right;
  direction: rtl;
  right: auto;
  left: 100%;
}
.mediaslider .cycle-slideshow > button:focus,
.mediaslider .cycle-slideshow > button:hover {
  opacity: 0.69;
}
.mediaslider .cycle-slideshow > button .icon {
  transform-origin: 50% 50%;
}
.mediaslider.ba .cycle-slideshow:before,
.mediaslider.ba.top .cycle-slideshow:before,
.mediaslider.ba .cycle-slideshow:after,
.mediaslider.ba.top .cycle-slideshow:after {
  width: 50%;
  padding: 0.66em 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  position: absolute;
  top: 0;
  z-index: 420;
}
.mediaslider.ba .cycle-slideshow:before,
.mediaslider.ba.top .cycle-slideshow:before {
  content: "Before";
  left: 0;
}
.mediaslider.ba .cycle-slideshow:after,
.mediaslider.ba.top .cycle-slideshow:after {
  content: "After";
  right: 0;
}
.mediaslider.ba.bottom .cycle-slideshow:before,
.mediaslider.ba.bottom .cycle-slideshow:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  top: auto;
  bottom: 0;
}
.mediaslider.multi .cycle-slide {
  display: flex !important;
}
.mediaslider.multi .cycle-slide img {
  width: 50%;
}
.mediaslider .custompager {
  margin-bottom: 1.58em;
  display: block;
  position: relative;
}
.mediaslider .custompager > button {
  height: 44px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  .mediaslider .custompager > button {
    width: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  .mediaslider .custompager > button {
    width: 1rem;
    margin: 0 6px;
    cursor: pointer;
  }
}
.mediaslider .custompager > button:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #6e5034;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.33s ease-in-out;
}
.mediaslider .custompager > button:focus:before,
.mediaslider .custompager > button:hover:before,
.mediaslider .custompager > button.cycle-pager-active:before {
  background-color: #228b22;
  background-color: #6A932C;
}
.mediaslider .cycle-caption.large,
.mediaslider .cycle-caption {
  font-size: min(1rem, 1em);
  white-space: normal;
  padding: 0.66em;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 420;
}
.mediaslider .cycle-caption.large:after,
.mediaslider .cycle-caption:after {
  content: "";
  width: auto;
  height: auto;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  display: block;
  position: absolute;
  top: -1.68em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.mediaslider .cycle-caption.large {
  position: relative;
}
.mediaslider .cycle-caption.large:after {
  background: #228b22;
  background: #6A932C;
  top: 0;
}
/* content centered for slideshow, video-centric, and/or full width content */
.before-and-after #content,
.office-tour #content,
.smile-gallery #content,
.invisalign-videos #content {
  text-align: center;
}
.before-and-after #content h1,
.office-tour #content h1,
.smile-gallery #content h1,
.invisalign-videos #content h1,
.before-and-after #content h2,
.office-tour #content h2,
.smile-gallery #content h2,
.invisalign-videos #content h2,
.before-and-after #content h3,
.office-tour #content h3,
.smile-gallery #content h3,
.invisalign-videos #content h3,
.before-and-after #content p,
.office-tour #content p,
.smile-gallery #content p,
.invisalign-videos #content p {
  text-align: center;
}
.before-and-after .img-left,
.office-tour .img-left,
.smile-gallery .img-left,
.invisalign-videos .img-left,
.before-and-after .img-right,
.office-tour .img-right,
.smile-gallery .img-right,
.invisalign-videos .img-right {
  margin: 0 auto;
  float: none;
}
/* blockquote styling */
#content blockquote {
  margin: 0 0 1.58em;
  padding: 0 0 0 1em;
  border-left: 0.33em solid #f0f0f0;
}
/* comment line below if patient-login is live and legit */
.financial-information #financial-online-services {
  display: none;
}
/* common treatments */
.before-after-image {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.before-after-image img,
.before-after-image span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* common procedures */
@media only screen and (min-width: 1300px) {
  #content,
  #content h2[id],
  .common-procedures #content h2[id] {
    scroll-margin-top: 200px;
  }
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* reduces dimensions of coronavirus tab */
#coronavirus-update {
  font-size: 0.84em;
  padding: 0.5em 1.25em !important;
  left: 0.5em !important;
}
@media only screen and (min-width: 1300px) {
  #coronavirus-update {
    font-size: 1em;
  }
}
/* ==================================================================
	meet the team page classes for individual and full team images 
=================================================================== */
.staff {
  width: 45%;
  max-width: 10em;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
.team {
  width: 100%;
  max-width: 1000px;
  margin: 2% auto;
  display: block;
}

.ba-wrap{
  width: 50%;
}
/* ==================================================================
	sitemap
=================================================================== */
.sitemap #content .column > ul > li {
  margin-bottom: 1.45em;
}
.sitemap #content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.sitemap #content ul a {
  line-height: 1.4;
  font-size: clamp( 12px, 1.25em , 25px );
  font-weight: 400;
  text-decoration: none;
  color: #228b22;
  color: #6A932C;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.68421053;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #000;
  margin-left: 0;
}
.sitemap #content a:focus,
.sitemap #content a:hover {
  color: #6e5034;
  text-decoration: none;
}
body.sitemap #bd ul li {
  list-style: none;
}
body.sitemap #bd ul ul li {
  list-style: none;
  margin-left: 0;
}
body.sitemap #content .width1 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.sitemap #content .width1 {
    width: 50%;
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    max-width: 49%;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 20em;
  margin: 0 auto 3em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 768px) {
  #sidebar {
    width: 30.07518797%;
    margin: 0.5em 0 1em 0.6em;
    display: block;
    float: left;
    clear: left;
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  position: relative;
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
}
/* ===============================================
	show doctor image on all devices
=============================================== */
/*.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 */
/* ===============================================
	spot00 || COMMON SERVICES/CALLOUT-LIKE SECTION EXAMPLE
=============================================== */
.spot03 {
  text-align: center;
  color: #228b22;
  color: #6A932C;
  margin: 0;
  padding: 3em 0;
  position: relative;
  z-index: 410;
  background-color: #f7eee5;
  overflow: hidden;
}
@media only screen and (min-width: 666px) {
  .spot03 {
    padding: 4.6em 0 4.95em;
  }
}
.spot03 .branches {
  position: absolute;
  top: 40%;
  left: 0;
  max-width: none;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .spot03 .branches {
    width: 51.1em;
    left: auto;
    right: calc(50% - 1.1em);
    top: 1.3em;
  }
}
@media only screen and (min-width: 2000px) {
  .spot03 .branches {
    right: auto;
    left: 0;
  }
}
.spot03 h2.topic {
  line-height: 1;
  font-size: min(2.45em, 7vw);
  color: #228b22;
  color: #6A932C;
  width: 94%;
  display: block;
  font-weight: 300;
  margin: 0 auto 45px;
  max-width: 26.89795918em;
}
@media only screen and (min-width: 1024px) {
  .spot03 h2.topic {
    text-align: left;
  }
}
.spot03 .container {
  width: 100%;
  display: grid;
  place-content: center;
  grid-template-columns: repeat(1,  300px );
  gap: 0.8em;
}
@media only screen and (min-width: 666px) {
  .spot03 .container {
    grid-template-columns: repeat(2,  15.9em );
  }
}
@media only screen and (min-width: 1024px) {
  .spot03 .container {
    grid-template-columns: repeat(4,  15.9em );
    font-size: min(1.425vw, 1em);
  }
}
.spot03 a {
  color: #28341c;
  width: 100%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease-in-out;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #fff;
}
.spot03 a .decoration {
  width: 100%;
  transition: filter 0.33s ease-in-out, -webkit-filter 0.33s ease-in-out;
  filter: brightness(1);
  -webkit-filter: brightness(1);
}
.spot03 a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1em solid #fff;
  z-index: 1;
  transition: transform 0.33s ease-in-out;
}
.spot03 a h3.topic {
  line-height: 4.44444444;
  font-size: clamp( 12px, 0.9em , 18px );
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 2;
  transition: transform 0.33s ease-in-out;
  letter-spacing: 0.14em;
  font-weight: 600;
}
.spot03 a h3.topic .icon {
  line-height: 0;
  width: 3.88888889em;
  margin: 0 auto -1.27777778em;
  display: block;
  position: relative;
  color: #6e5034;
  transition: color 0.33s ease-in-out;
}
.spot03 a h3.topic .icon::before {
  content: "";
  display: block;
  background-color: #fff;
  transition: background-color 0.33s ease-in-out, transform 0.33s ease-in-out;
  position: absolute;
  top: -0.5em;
  border-radius: 50%;
  left: -1.44444444em;
  width: 6.72222222em;
  height: 6.72222222em;
  z-index: -1;
}
.spot03 a h3.topic .icon svg {
  width: 100%;
  height: auto;
  transition: transform 0.33s ease-in-out;
}
.spot03 a h3.topic .cta {
  display: block;
  background-color: #fff;
  transition: background-color 0.33s ease-in-out;
}
.spot03 a:focus,
.spot03 a:hover {
  color: #fff;
}
.spot03 a:focus::before,
.spot03 a:hover::before {
  transform: scale(1.2);
}
.spot03 a:focus::after,
.spot03 a:hover::after {
  transform: translate(0, 100%);
}
.spot03 a:focus .decoration,
.spot03 a:hover .decoration {
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
  animation: scaleOutIn 0.66s ease-in-out;
}
.spot03 a:focus h3.topic,
.spot03 a:hover h3.topic {
  transform: translate(0, -7.75em);
}
.spot03 a:focus h3.topic .icon,
.spot03 a:hover h3.topic .icon {
  color: #fff;
}
.spot03 a:focus h3.topic .icon svg,
.spot03 a:hover h3.topic .icon svg {
  transform: translate3d(0, 0, -777px) rotateY(360deg);
}
.spot03 a:focus h3.topic .icon::before,
.spot03 a:hover h3.topic .icon::before {
  background-color: transparent;
}
.spot03 a:focus h3.topic .cta,
.spot03 a:hover h3.topic .cta {
  background-color: transparent;
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0;
  background: #fffbf7 center / cover no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 1300px) and (max-width: 1999px) {
  #ft {
    background-size: auto 100%;
  }
}
#ft a {
  color: #228b22;
  color: #6A932C;
  transition: color 0.33s ease-in-out;
}
#ft a:focus,
#ft a:hover {
  color: #000;
}
/* ===============================================
		locations
=============================================== */
#location {
  width: 100%;
  padding: 3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3em;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#location::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
@media only screen and (min-width: 666px) {
  #location {
    padding: 5em 0;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5em 0em;
  }
}
@media only screen and (min-width: 1024px) {
  #location {
    padding: 8.05em 0 5.3em;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 94%;
    gap: 0;
    max-width: 68.5em;
  }
  #location::before {
    content: none;
  }
}
#location .mod {
  text-align: center;
  min-width: 15em;
  min-width: 30em;
  display: block;
}
#location .mod-logo {
  width: 100%;
  max-width: 24.4em;
}
@media only screen and (max-width: 1023px) {
  #location .mod-logo {
    width: 90%;
    order: -1;
    max-width: none;
  }
}
@media only screen and (min-width: 1024px) {
  #location .mod.first {
    text-align: right;
    margin-top: 0.25em;
  }
  #location .mod.last {
    text-align: left;
    margin-top: 0.3em;
  }
}
#location .logo {
  line-height: 0;
  text-align: center;
  margin: 0 auto 1.8em;
  display: block;
  transition: opacity 0.33s ease-in-out;
  max-width: 24.4em;
  max-width: 18.4em;
  width: 100%;
}
#location .logo:focus {
  opacity: 0.51;
}
#location .logo svg {
  width: 100%;
  height: auto;
}
#location .logo svg path {
  color: #228b22;
  color: #6A932C;
  color: #000000;
}
#location .logo svg .leaf{
  fill: #6A932C;
}
#location .phone {
  font-size: clamp( 12px, 0.95em , 19px );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  gap: 0.61904762em;
  margin-bottom: 3.5em;
}
@media only screen and (min-width: 666px) {
  #location .phone {
    margin-bottom: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  #location .phone {
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) {
  #location .phone {
    line-height: 1.15789474;
  }
}
@media only screen and (min-width: 1024px) {
  #location .phone {
    flex-direction: row-reverse;
    /*justify-content: flex-start;*/
  }
}
#location .phone .icon {
  font-size: 1.31578947em;
  display: block;
}
#location .address {
  font-size: clamp( 12px, 0.95em , 19px );
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.63157895em;
}
@media only screen and (max-width: 1023px) {
  #location .address {
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .address {
    line-height: 1.15789474;
    flex-direction: row-reverse;
    /*justify-content: flex-start;*/
    /*align-items: flex-start;*/
  }
}
#location .address .icon {
  display: block;
  font-size: 1.31578947em;
}
#location .officehours {
  display: inline-block;
  color: #228b22;
  color: #6A932C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25em;
  width: 12em;
  text-align: left;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  #location .officehours {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 15em;
  }
}
@media only screen and (min-width: 1300px) {
  #location .officehours {
    padding-left: 1em;
  }
}
#location .officehours .icon {
  font-size: 1.25em;
}
#location .officehours p,
#location .officehours .long,
#location .officehours .lunch {
  line-height: 1.33333333;
  color: #228b22;
  color: #6A932C;
  font-size: clamp( 12px, 0.9em , 18px );
  margin: 0;
  margin-top: 1.1em;
}
@media only screen and (max-width: 1023px) {
  #location .officehours p,
  #location .officehours .long,
  #location .officehours .lunch {
    text-align: center;
  }
}
#location .officehours .days,
#location .officehours .hours {
  line-height: 1.33333333;
  font-size: clamp( 12px, 0.9em , 18px );
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  #location .officehours .days,
  #location .officehours .hours {
    margin-left: 0.35em;
  }
}
#location .officehours .days {
  text-align: right;
  width: 3em;
  padding-right: 0.66666667em;
}
#location .officehours .hours {
  text-align: left;
  width: 9em;
}
#location .socialmedia {
  line-height: 0;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
#location .socialmedia a {
  font-size: clamp( 12px, 0.75em , 15px );
  /*color: #28341c;*/
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, color 0.33s ease-in-out;
  font-size: 1.31578947em;
}
@media only screen and (max-width: 1023px) {
  #location .socialmedia a {
    line-height: 44px;
    width: 44px;
    height: 44px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  #location .socialmedia a {
    line-height: 2.93333333;
    width: auto;
    height: 2.93333333em;
  }
}
#location .socialmedia a .icon {
  position: relative;
}
#location .socialmedia a:hover,
#location .socialmedia a:focus {
  transform: scale(1.1);
  color: #228b22;
  color: #6A932C;
}
/* ==================================================================
		#links
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  margin: 0;
  background-color: #228b22;
  background-color: #6A932C;
  position: relative;
  z-index: 420;
}
@media only screen and (max-width: 1299px) {
  #links {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1300px) {
  #links {
    height: 4em;
    padding: 0.9em 0 0;
  }
}
#links .container {
  max-width: 65.75em;
}
#links .util {
  font-size: clamp( 12px, 0.6em , 12px );
  display: inline-block;
}
@media only screen and (min-width: 480px) {
  #links .util {
    width: auto;
    margin: 0;
    float: left;
  }
}
@media only screen and (max-width: 1299px) {
  #links .util {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  #links .util {
    line-height: 3.66666667;
  }
}
#links .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 479px) {
  #links .util a {
    display: block;
    width: max-content;
    margin: 0 auto;
  }
}
#links .util a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  transition: transform 0.33s ease-in-out;
  transform: scaleX(0);
}
#links .util a:focus::before,
#links .util a:hover::before {
  transform: scaleX(1);
}
#links .util .divider {
  display: inline-block;
  margin: 0 0.4em;
}
@media only screen and (max-width: 479px) {
  #links .util .divider {
    display: none;
  }
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 1.33333333em;
  height: 1.16666667em;
  margin-right: 0.58333333em;
  display: inline-block;
  vertical-align: middle;
}
a#sesame-link .sesameicon path {
  fill: currentcolor;
  transition: fill 0.33s ease-in-out;
}
/* ===============================================
	backToTop
=============================================== */
#btt {
  text-align: center;
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #btt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 480px) {
  #btt {
    width: auto;
    float: right;
  }
}
a#backtotop {
  font-size: clamp( 12px, 0.6em , 12px );
  color: #fff;
  display: inline-block;
  vertical-align: top;
  transition: box-shadow 0.33s ease-in-out, color 0.33s ease-in-out;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.28em;
  width: 3.91666667em;
  padding-left: 0.2em;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  a#backtotop {
    line-height: 44px;
  }
}
@media only screen and (min-width: 1300px) {
  a#backtotop {
    line-height: 3.75;
    bottom: 0.2em;
  }
}
a#backtotop::before,
a#backtotop::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #28341c;
  z-index: -1;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 0.5;
  transform: scaleX(0);
}
a#backtotop::before {
  transform-origin: left;
}
a#backtotop::after {
  transform-origin: right;
}
a#backtotop:focus,
a#backtotop:hover {
  color: #fff;
  box-shadow: 5px 5px 0px #6e5034, -5px -5px 0px #6e5034;
}
a#backtotop:focus::before,
a#backtotop:hover::before,
a#backtotop:focus::after,
a#backtotop:hover::after {
  transform: scaleY(1);
  opacity: 1;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hr element - div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  width: 100%;
  margin: 1.58em 0;
  height: 1px;
  background: #666;
  border: none;
  display: block;
}
.brushing-and-flossing .content-text hr {
  float: left;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #228b22;
  color: #6A932C;
  height: 52px;
  padding: 0 1em;
  letter-spacing: 0.24em;
  background: none;
  border: 1px solid #6e5034;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.33s ease-in-out, box-shadow 0.33s ease-in-out;
}
form button::before,
form button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #228b22;
  background-color: #6A932C;
  z-index: -1;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 0.5;
  transform: scaleX(0);
}
form button::before {
  transform-origin: left;
}
form button::after {
  transform-origin: right;
}
form button:focus,
form button:hover {
  color: #fff;
  box-shadow: 3px 3px 0px #6e5034, -3px -3px 0px #6e5034;
}
form button:focus::before,
form button:hover::before,
form button:focus::after,
form button:hover::after {
  transform: scaleY(1);
  opacity: 1;
}
form p {
  height: auto;
}
/* ===============================================
	skip link styles
=============================================== */
.skiplink {
  line-height: 2;
  font-size: 12px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: #228b22;
  background-color: #6A932C;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 3333;
  transition: transform 0.33s ease-in-out;
  transform: translate(0, -100%);
}
.skiplink:focus {
  transform: translate(0, 0);
}
.skiplink:focus .cta {
  transform: translate(0, 0);
}
.skiplink:focus .icon {
  transform: translate(0, 0);
}
.skiplink.alt .icon .trait {
  display: none;
}
.skiplink .cta {
  display: block;
  transition: transform 0.33s ease-in-out 0.33s;
  transform: translate(0, -44px);
}
.skiplink .icon {
  width: 1.1em;
  height: 1.1em;
  margin: 0 auto;
  display: block;
  transition: transform 0.33s ease-in-out 0.165s;
  transform: translate(0, -44px);
}
/* ===============================================
	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;
}
/* ===============================================
	blog sidebar sharethiswidget styles
=============================================== */
#blog_search label,
p.share-text {
  margin-bottom: 10px;
}
/* ===============================================
	recaptcha
=============================================== */
.grecaptcha-badge {
  visibility: hidden;
  z-index: -1;
}
.grecaptcha-alt {
  line-height: 1.3;
  font-size: 12px;
  font-style: italic;
  text-align: inherit;
  text-wrap: balance;
  color: #ccc;
}
/* ===============================================
	generic button for quick use by PM/PAs
=============================================== */
a.intbtn,
#content a.intbtn {
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: auto;
  text-decoration: none;
  padding: 0 1.5em;
  background-color: #6e5034;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: background-color 0.33s ease-in-out;
}
a.intbtn:focus,
#content a.intbtn:focus,
a.intbtn:hover,
#content a.intbtn:hover {
  background-color: #228b22;
  background-color: #6A932C;
}
/* ===============================================
	.screenreader 
	a11y support for descriptive text on vaguely worded buttons
	https://gomakethings.com/hidden-content-for-better-a11y/#hidden-labels
=============================================== */
.screenreader {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/************************************************************************************************************************************************/
/* end superlatives */
/* ===============================================
Tablet || Supports 768px and up
=============================================== */
@media only screen and (min-width: 768px) {
  /* ===============================================
	blanket content sidebar hide
=============================================== */
  .sitemap #bd .sidebar,
  .layout-full-width #bd .sidebar {
    display: none;
  }
  .sitemap #content,
  .layout-full-width #content {
    width: 70%;
    /* count out 90-100 characters per line to determine width */
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .sitemap #sidebar,
  .layout-full-width #sidebar {
    display: none;
  }
  /* ===============================================
	custom content
=============================================== */
  .speed-system img[alt="Speed Braces"] {
    display: block;
  }
  /* ===============================================
	PAGE SPECIFIC
=============================================== */
  .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;
    width: 100%;
    display: block;
    clear: both;
  }
  .which-is-right-for-me #content a[href^="/sesame_media/docs/"] img {
    display: inline-block;
  }
  .in-ovation-testimonials .embed-container {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  [class^="inovation-chart-"] {
    max-width: 50%;
    display: inline-block;
  }
  .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%;
    margin: 2%;
    display: inline-block;
    float: none;
  }
  .in-ovation-videos .content-text h2 {
    text-align: center;
  }
  .in-ovation-videos .content-text .embed-container {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  body[class*="in-ovation"] .img-right {
    max-width: 40%;
  }
  /*END*/
}
/* ===============================================
	embed-container enhanced support
=============================================== */
@supports (aspect-ratio: 16 / 9) and (object-fit: cover) {
  @media only screen and (max-width: 1299px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.10526316em , 90% );
    }
  }
  @media only screen and (min-width: 1300px) {
    .embed-container,
    .embed-container.ratio16x9 {
      max-width: min( 42.10526316em , 1200px );
    }
  }
}
@keyframes scaleOutIn {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
