/* ===============================================
	.less VERSION 10
	
	brandt-stephen
	Written by: James Stillion
		
	Sesame Communications - (c) 2022
	All rights reserved.
	Any reproduction or intentional misuse is strictly prohibited
	
=============================================== */
/* ===============================================
					colors
=============================================== */
/* evergreen */
/* houseplant */
/* bad piggy */
/* estonia || hyperlinks */
/* tiffany */
/* brilliant tiffany */
/* sea green */
/* turquoise */
/* pale sun */
/* carrot juice */
/* tang */
/* mud red */
/* ===============================================
					fonts
=============================================== */
/* jost-300 - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''), url('../fonts/Jost-Light.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/Jost-Light.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* jost-500 - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''), url('../fonts/Jost-Medium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/Jost-Medium.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* jost-600 - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''), url('../fonts/Jost-Semi.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/Jost-Semi.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* jost-700 - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''), url('../fonts/Jost-Bold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/Jost-Bold.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-500.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-600.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-500italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-500italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-600italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local(''), url('../fonts/montserrat-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-600italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* playfair-display-500 - latin */
@font-face {
  font-family: 'Playfair';
  src: local(''), url('../fonts/Playfair-Roman.woff2') format('woff2'), url('../fonts/Playfair-Roman.woff') format('woff');
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  font-display: swap;
}
/* playfair-display-500italic - latin */
@font-face {
  font-family: 'Playfair';
  src: local(''), url('../fonts/Playfair-Italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/Playfair-Italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  font-display: swap;
}
.fontJ {
  font-family: 'Jost', sans-serif;
}
.fontM {
  font-family: 'Montserrat', sans-serif;
}
.fontP {
  font-family: 'Playfair', serif;
}
/* ===============================================
					Mixins 
=============================================== */
/*font-mixins*/
.th {
  font-weight: 100;
}
.xlt {
  font-weight: 200;
}
.lt {
  font-weight: 300;
}
.roman {
  font-weight: 400;
}
.mbold {
  font-weight: 500;
}
.sbold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.xbold {
  font-weight: 800;
}
.ubold,
.black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.upp {
  text-transform: uppercase;
}
.loww {
  text-transform: lowercase;
}
.noo {
  text-transform: none;
}
.normal {
  font-style: normal;
}
/*LETTER SPACING, LINE HEIGHT AND FONT SIZE */
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.justify {
  text-align: justify;
}
/*helper mixins*/
.clear {
  clear: both;
}
.clearright {
  clear: right;
}
.clearleft {
  clear: left;
}
.wall {
  width: 100%;
}
.hall {
  height: 100%;
}
.auto {
  width: auto;
}
.autoy {
  height: auto;
}
.autox {
  width: auto;
  height: auto;
}
.zerox {
  width: 0;
  height: 0;
}
.line {
  width: 100%;
  height: 1px;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.inline {
  display: inline;
}
.inline-block,
.ib {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.behave {
  display: block;
  float: left;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.round {
  border-radius: 50%;
}
/*functional mixins*/
.vertical-align {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.inlay {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
}
/* use with .trbl */
.grey,
.gray {
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
}
/* ===============================================
Basic Stylings
These will affect every size of the site.
=============================================== */
/*resets*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*GLOBAL OVERRIDES*/
.fab,
.fas,
.fal,
.far,
.fad {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: 0;
}
/* ==================================================================
	main content-text font sizes
=================================================================== */
/* ===============================================
	body 
=============================================== */
@media only screen and (min-width: 81.25em) {
  html body {
    border-right: 2em solid #fff;
    border-left: 2em solid #fff;
    /* desk 1300w */
  }
}
body,
input,
select,
textarea,
form button {
  font-family: 'Montserrat', sans-serif;
}
body {
  font-size: 15px;
  color: #333;
  background: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 81.25em) {
  body {
    font-size: 20px;
    /* desk 1300w */
  }
}
/* ===============================================
	links 
=============================================== */
a {
  text-decoration: none;
}
#content a {
  font-weight: 500;
  color: #0C6D9F;
  text-decoration: none;
  transition: color 0.33s ease-in-out;
}
#content a:hover {
  text-decoration: underline;
  color: #2E4F09;
}
/* ===============================================
	h family || hfam 
=============================================== */
h1,
h2:not(.topic),
h3:not(.topic),
h4,
h5,
h6 {
  line-height: 1;
  text-align: left;
  font-family: 'Playfair', serif;
  font-weight: 700;
  margin: 0 0 0.575em;
  text-rendering: auto;
}
h1 {
  font-size: 10vw;
  margin-bottom: 0;
}
@media only screen and (min-width: 30em) {
  h1 {
    font-size: 3em;
    /* mintab 480w */
  }
}
h1.sub {
  font-weight: 400;
  text-transform: uppercase;
  color: #0C6D9F;
}
h1.sub:after {
  content: '';
  width: 1.33333333em;
  height: 5px;
  margin: 0.45em auto 0.45em 0;
  background-color: #94CB47;
  display: block;
}
.home header {
  text-align: right;
}
@media only screen and (min-width: 81.25em) {
  .home header {
    position: absolute;
    right: calc(100% + 2.4em );
    bottom: 100%;
    /* desk 1300w */
  }
}
.home h1 {
  line-height: 0;
  font-size: inherit;
  text-align: right;
  margin: 0 0 1em;
  display: inline-block;
  vertical-align: top;
  transform-origin: 100% 100%;
}
@media only screen and (min-width: 81.25em) {
  .home h1 {
    transform: translate3d(0, 0, 0) rotate(-90deg);
    margin: 0;
    /* desk 1300w */
  }
}
.home h1 .trait {
  display: block;
  white-space: nowrap;
}
.home h1 .trait.top {
  line-height: 1;
  font-size: 13vw;
  font-family: 'Playfair', serif;
  font-weight: 700;
  color: #F78701;
}
@media only screen and (min-width: 30em) {
  .home h1 .trait.top {
    font-size: 3.3em;
    /* mintab 480w */
  }
}
.home h1 .trait.bottom {
  letter-spacing: 0.06em;
  line-height: 1.22857143;
  font-size: 6.8vw;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #a8a7a4;
}
@media only screen and (min-width: 30em) {
  .home h1 .trait.bottom {
    font-size: 1.75em;
    /* mintab 480w */
  }
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  h1 .trait.top {
    background: -webkit-linear-gradient(left, #d64705 0%, #f78701 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
h2:not(.topic) {
  font-size: 2em;
  text-transform: uppercase;
  color: #588224;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}
h3:not(.topic) {
  font-size: 1.8em;
  color: #188B8C;
}
h4 {
  font-size: 1.6em;
  color: #09ADC1;
}
h5 {
  font-size: 1.5em;
}
h6 {
  font-size: 1.4em;
}
/* ===============================================
	containers
=============================================== */
.container {
  max-width: 60em;
}
/* ===============================================
	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;
  /* list-style-image:none; */
}
/* ==================================================================
	masthead
=================================================================== */
#masthead {
  width: 100%;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 3000;
}
@media only screen and (min-width: 64em) {
  #masthead {
    font-size: 1.1em;
    width: 100%;
    /* maxTab 1024w */
  }
}
@media only screen and (min-width: 81.25em) {
  #masthead {
    font-size: inherit;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    /* desk 1300w */
  }
}
#masthead .container {
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 64em) {
  #masthead .container {
    max-width: calc(100% - 4em);
    /* maxTab 1024w */
  }
}
/* ==================================================================
	main-nav
=================================================================== */
#main-nav {
  font-size: 1.2em;
  font-family: 'Jost', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #363636;
  height: 43px;
  width: 43px;
  padding: 0;
  margin: 0;
  box-shadow: -1px 1px 0 rgba(12, 109, 159, 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: #0C6D9F;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 600;
  transition: color 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;
  transform: rotate(0deg);
  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: #0C6D9F;
}
#main-nav .trigger:hover .navicon span {
  /* background:@color1; */
}
#main-nav .open .trigger {
  color: #2E4F09;
}
#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) {
  transform: rotate(45deg);
}
#main-nav .open .trigger .navicon span:nth-child(3) {
  transform: rotate(-45deg);
}
#main-nav ul {
  width: 100vw;
  margin: -43px 0 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 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.66666667;
  font-size: 0.75em;
  font-weight: 600;
  color: #393733;
  width: auto;
  height: 2.66666667em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: color 0.33s ease;
}
#main-nav ul li a[id]:after {
  content: '';
  width: 1.26666667em;
  height: 1.20726667em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 0;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='19' height='18.109' viewBox='0 0 19 18.109'><path d='M19 10.134c-.076.39-.175.771-.309 1.145-.209.585-.489 1.131-.921 1.587a2.853 2.853 0 0 1-1.85.9c-.761.076-1.49-.076-2.203-.323-.875-.304-1.686-.739-2.46-1.244-.302-.196-.592-.41-.888-.617-.337-.236-.767-.083-.87.313-.053.205.014.377.161.525.362.363.745.703 1.155 1.011a9.663 9.663 0 0 0 3.511 1.678c.401.098.808.169 1.221.192.007 0 .015.004.031.008-.015.015-.025.026-.037.035-1.493 1.058-3.098 1.887-4.862 2.39-.889.253-1.794.396-2.721.374-1.316-.031-2.526-.397-3.595-1.181-.5-.366-.902-.818-1.116-1.41-.327-.903-.152-1.722.448-2.457.382-.469.864-.812 1.392-1.097.864-.465 1.733-.924 2.595-1.392a15.74 15.74 0 0 0 2.736-1.853 16.496 16.496 0 0 0 2.006-2.054c.176-.214.348-.432.508-.661l-.031.027c-.822.841-1.749 1.552-2.739 2.182-1.91 1.214-3.979 2.049-6.181 2.558-.294.067-.591.14-.891.169-1.039.099-1.882-.271-2.5-1.119C.197 9.282.027 8.663.003 8.002c-.031-.839.18-1.624.54-2.373.477-.995 1.162-1.833 1.958-2.585C3.568 2.037 4.781 1.239 6.069.548c.193-.104.389-.203.603-.313-.032.095-.059.171-.083.249a9.066 9.066 0 0 0-.323 1.632c-.07.6-.097 1.202-.078 1.806.012.401.041.804.15 1.192.041.146.1.293.178.423.114.191.284.216.464.083.25-.185.384-.444.426-.746.037-.262.043-.527.08-.788.089-.642.263-1.264.438-1.887.054-.191.071-.392.109-.589.166-.851.7-1.38 1.554-1.544.561-.107 1.118-.075 1.674.026.202.037.402.088.608.134-.1.28-.196.545-.288.812-.225.656-.441 1.314-.562 1.999-.032.183-.035.371-.042.558-.003.076.01.164.092.198.083.035.147-.027.203-.079.177-.166.3-.372.413-.584.304-.569.51-1.174.645-1.804.083-.387.252-.715.599-.929.269-.167.569-.231.88-.248.607-.031 1.193.091 1.772.257.896.258 1.749.624 2.579 1.047.068.034.092.066.077.149-.161.871-.243 1.75-.218 2.637a9.84 9.84 0 0 0 .284 2.039 2.418 2.418 0 0 1-1.521 2.831c-.302.11-.615.139-.934.125a8.671 8.671 0 0 1-2.172-.383 5.722 5.722 0 0 0-.558-.146c-.269-.055-.411.021-.516.252a.486.486 0 0 0 .155.564c.891.664 1.846 1.2 2.953 1.406 1.011.188 1.973.061 2.859-.487.149-.09.285-.202.431-.306z' fill='yellowgreen'/></svg>");
}
@media only screen and (max-width: 63.9375em) {
  #main-nav ul li a[id]:after {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: calc(100% + 0.25em);
    transform: translate3d(0, -50%, 0) rotate(180deg) scale(0);
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #main-nav ul li a[id]:after {
    right: 0;
    bottom: 1.66666667em;
    left: 0;
    transform: translate3d(0, -2em, 0) rotate(180deg) scale(0);
    /* midTab 1024w */
  }
}
#main-nav ul li.open > a[id],
#main-nav ul li.active > a[id],
#main-nav ul li:hover > a[id] {
  color: #09ADC1;
  text-decoration: none;
  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 {
  opacity: 1;
}
@media only screen and (max-width: 63.9375em) {
  #main-nav ul li.open > a[id]:after,
  #main-nav ul li.active > a[id]:after,
  #main-nav ul li:hover > a[id]:after {
    transform: translate3d(0, -50%, 0) rotate(0deg) scale(1);
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #main-nav ul li.open > a[id]:after,
  #main-nav ul li.active > a[id]:after,
  #main-nav ul li:hover > a[id]:after {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    /* midTab 1024w */
  }
}
#main-nav ul ul {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  background: rgba(88, 130, 36, 0.89);
  display: inline;
}
@media only screen and (min-width: 64em) {
  #main-nav ul ul {
    border-radius: 0 0 0.6em 0.6em;
    /* midTab 1024w */
  }
}
#main-nav ul ul li {
  width: 100%;
  float: left;
  background: none;
}
#main-nav ul ul li a {
  line-height: 3.07692308;
  font-size: 0.65em;
  font-weight: 500;
  color: #fff;
  width: 100%;
  height: 3.07692308em;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#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: #5fdad6;
  margin-bottom: 0;
  border: none;
}
/* main-nav make li fly in all cool */
#main-nav .collapsible.open > ul {
  animation: flyinmobilenav 0.4s 1;
}
#main-nav .collapsible.open ul ul {
  animation: none;
}
/* make flyouts expand on mobile */
#main-nav ul ul li {
  height: 0;
  overflow: hidden;
  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: center;
  color: #fff;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 41.625em) {
  #hd {
    text-align: right;
    /* custom 666w */
  }
}
@media only screen and (min-width: 64em) {
  #hd {
    z-index: 3000;
    /* maxTab 1024w */
  }
}
@media only screen and (max-width: 41.5625em) {
  #hd .container {
    padding: 0 0 1em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) and (max-width: 47.9375em) {
  #hd .container {
    padding: 1.66em 55px 1.66em 0;
    /* range 666w - 768oo */
  }
}
@media only screen and (min-width: 48em) and (max-width: 63.9375em) {
  #hd .container {
    padding: 0.66em 55px 0.66em 0;
    /* range 767w - 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #hd .container {
    padding: 0;
    /* midTab 1024w */
  }
}
@media only screen and (max-width: 63.9375em) {
  #hd .mod {
    /* midTab 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #hd .mod {
    display: block;
    position: absolute;
    top: 1.2em;
    right: 0;
    /* midTab 1024w */
  }
}
/* ===============================================
	logo
=============================================== */
#logo {
  line-height: 0;
  font-size: 0.7em;
  width: 14.05em;
  margin: 0.5em auto 2em 2%;
  display: block;
  position: relative;
}
@media only screen and (min-width: 41.625em) and (max-width: 63.9375em) {
  #logo {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 2%;
    /* range 666w - 1024oo */
  }
}
@media only screen and (min-width: 64em) {
  #logo {
    font-size: inherit;
    margin: 0;
    position: absolute;
    top: 1.35em;
    left: -2px;
    /* maxTab 1024w */
  }
}
#logo a {
  display: inline-block;
  vertical-align: top;
}
#logo svg {
  width: 14.05em;
  height: 3.75em;
}
/* ===============================================
	contact info
=============================================== */
#contactinfo {
  text-align: left;
  width: 11.4em;
  height: 1.7em;
  border-radius: 0.85em;
  padding: 0 0 0 0.45em;
  background-color: #94cb47;
  background-image: -moz-linear-gradient(left, #94cb47 0%, #74ab29 100%);
  background-image: -webkit-linear-gradient(left, #94cb47 0%, #74ab29 100%);
  background-image: linear-gradient(to right, #94cb47 0%, #74ab29 100%);
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  #contactinfo {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 0.5em;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #contactinfo {
    display: block;
    margin: 2px 0 0 auto;
    /* midTab 768w */
  }
}
#contactinfo .monkey {
  width: 1.7em;
  height: 1.3em;
  margin: 0 0.4em 0 0;
  display: inline-block;
  vertical-align: top;
}
#contactinfo .address {
  letter-spacing: 0.03em;
  line-height: 3.27272727;
  font-size: 0.55em;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
#contactinfo .phone {
  letter-spacing: 0.02em;
  line-height: 1.88888889;
  font-size: 0.9em;
  font-family: 'Playfair', serif;
  font-weight: 700;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  margin-left: 0.27777778em;
  display: inline-block;
  vertical-align: top;
}
#contactinfo a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#contactinfo a:hover {
  color: #2E4F09;
}
/* ===============================================
	utility-nav
=============================================== */
#utilitynav {
  line-height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 400;
}
#utilitynav a {
  letter-spacing: 0.03em;
  line-height: 2.125;
  font-size: 0.8em;
  font-family: 'Playfair', serif;
  text-align: center;
  font-weight: 700;
  color: #fff;
  border-radius: 1.0625em;
  padding: 0;
  background-color: #d64705;
  background-image: -moz-linear-gradient(left, #d64705 0%, #f78701 100%);
  background-image: -webkit-linear-gradient(left, #d64705 0%, #f78701 100%);
  background-image: linear-gradient(to right, #d64705 0%, #f78701 100%);
  display: inline-block;
  vertical-align: top;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
#utilitynav a:hover {
  color: #561c02;
}
#utilitynav a.appointmentrequest {
  width: 11em;
}
/* ==================================================================
	slideshow
=================================================================== */
#slideshow {
  font-size: 2vw;
  text-align: center;
  color: #fff;
  background: #000;
  min-height: 36.27906977vw;
  /* adjust to match slideshow height from proof */
  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 #home-slideshow {
  width: 100%;
  margin: 0;
  aspect-ratio: 6 / 2;
}
@media only screen and (min-width: 64em) {
  #slideshow #home-slideshow {
    position: relative;
    /* maxTab 1024w */
  }
  #slideshow #home-slideshow .hpslide {
    max-width: none;
    width: 100%;
  }
}
/* ==================================================================
	.spotlight
=================================================================== */
.spotlight {
  text-align: center;
  position: relative;
  z-index: 400;
}
.spotlight.top {
  border-top: 2.5em solid #fff;
}
.spotlight > div {
  position: relative;
}
/* ==================================================================
	spot01
=================================================================== */
.spot01 {
  text-align: center;
  padding: 2em 0;
  margin: 0;
  background: #f3f2ec url(../images/spotlight/spot01bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 29.9375em) {
  .spot01 {
    font-size: min(2.6vw, 1em);
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 30em) and (max-width: 41.5625em) {
  .spot01 {
    font-size: 2vw;
    /* range 480w - 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot01 {
    font-size: min(1.25vw, 1em);
    padding: 3.7em 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot01 {
    font-size: 1vw;
    font-size: min(1.2vw, 1em);
    /* desk 1300w */
  }
}
.spot01.ready a:nth-child(1) .decoration .aminal {
  transform: translate3d(0, -100%, 0);
}
.spot01.ready a:nth-child(2) .decoration .aminal {
  transform: translate3d(0, 120%, 0);
}
.spot01.ready a:nth-child(3) .decoration .bg path[fill="#fff"] {
  opacity: 0;
}
.spot01.ready a:nth-child(3) .decoration .aminal {
  transform: translate3d(-100%, 0, 0);
}
.spot01.ready a:nth-child(3) .decoration .aminal .head {
  transform: translate3d(0, 0, 0) rotate(-31deg);
}
.spot01.ready a:nth-child(3) .decoration .aminal .shadow {
  transform: translate3d(0, 0, 0) scaleX(0.1);
}
.spot01.ready a:nth-child(3) .decoration .shadow {
  transform: translate3d(0, 0, 0);
}
.spot01.ready a:nth-child(4) .decoration .aminal {
  transform: translate3d(120%, 0, 0);
  transition-delay: 0s;
}
.spot01.ready a:nth-child(4) .decoration .shadow {
  transform: translate3d(0, 0, 0) scaleX(0.1);
  transition-delay: 0s;
}
.spot01 a {
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: 16.9em;
  height: 16.9em;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: transform 0.33s ease-in-out;
  perspective: 1000px;
}
@media only screen and (max-width: 41.5625em) {
  .spot01 a {
    margin: 2%;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot01 a {
    margin: 0 1.4em;
    /* custom 666w */
  }
  .spot01 a:nth-child(1) {
    margin-left: 0;
  }
  .spot01 a:nth-last-child(1) {
    margin-right: 0;
  }
}
.spot01 a:nth-child(1) .decoration {
  background-color: #5fdad6;
  background-image: -moz-linear-gradient(top, rgba(9, 173, 193, 0) 0%, #09adc1 100%);
  background-image: -webkit-linear-gradient(top, rgba(9, 173, 193, 0) 0%, #09adc1 100%);
  background-image: linear-gradient(to bottom, rgba(9, 173, 193, 0) 0%, #09adc1 100%);
}
.spot01 a:nth-child(1) .decoration .bg {
  transform-origin: -10% 50%;
}
.spot01 a:nth-child(1) .decoration .aminal {
  transition-delay: 0.33s;
}
.spot01 a:nth-child(1) h2.topic {
  text-shadow: 0.15384615em 0.15384615em 0 #048581;
}
.spot01 a:nth-child(2) .decoration {
  background-color: #0994c1;
  background-image: -moz-linear-gradient(top, rgba(95, 193, 218, 0) 0%, #5fc1da 100%);
  background-image: -webkit-linear-gradient(top, rgba(95, 193, 218, 0) 0%, #5fc1da 100%);
  background-image: linear-gradient(to bottom, rgba(95, 193, 218, 0) 0%, #5fc1da 100%);
}
.spot01 a:nth-child(2) .decoration .bg {
  transform-origin: 100% 100%;
}
.spot01 a:nth-child(2) .decoration .aminal {
  transition-delay: 0.66s;
}
.spot01 a:nth-child(2) h2.topic {
  text-shadow: 0.15384615em 0.15384615em 0 #876640;
}
.spot01 a:nth-child(3) .decoration {
  background-color: #77dbe7;
  background-image: -moz-linear-gradient(top, rgba(196, 235, 234, 0) 0%, #c4ebea 100%);
  background-image: -webkit-linear-gradient(top, rgba(196, 235, 234, 0) 0%, #c4ebea 100%);
  background-image: linear-gradient(to bottom, rgba(196, 235, 234, 0) 0%, #c4ebea 100%);
}
.spot01 a:nth-child(3) .decoration .bg {
  transform-origin: 50% 50%;
}
.spot01 a:nth-child(3) .decoration .bg path[fill="#fff"] {
  transition: opacity 0.33s ease-in-out;
}
.spot01 a:nth-child(3) .decoration .aminal {
  transform-origin: 30% 60%;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition-delay: 0.99s;
}
.spot01 a:nth-child(3) .decoration .aminal .head {
  transform-origin: 53% 40%;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition-delay: 1.32s;
}
.spot01 a:nth-child(3) .decoration .aminal .shadow {
  transform-origin: 33% 50%;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition-delay: 1.32s;
}
.spot01 a:nth-child(3) h2.topic {
  text-shadow: 0.15384615em 0.15384615em 0 #a9830c;
}
.spot01 a:nth-child(4) .decoration {
  background-color: #f4fed4;
  background-image: -moz-linear-gradient(top, rgba(230, 247, 178, 0) 0%, #e6f7b2 100%);
  background-image: -webkit-linear-gradient(top, rgba(230, 247, 178, 0) 0%, #e6f7b2 100%);
  background-image: linear-gradient(to bottom, rgba(230, 247, 178, 0) 0%, #e6f7b2 100%);
}
.spot01 a:nth-child(4) .decoration .bg {
  transform-origin: 40% 0%;
}
.spot01 a:nth-child(4) .decoration .aminal {
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transition-delay: 1.32s;
}
.spot01 a:nth-child(4) .decoration .aminal .shadow {
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform-origin: 80% 50%;
  transition-delay: 1.43s;
}
.spot01 a:nth-child(4) h2.topic {
  text-shadow: 0.15384615em 0.15384615em 0 #6a912c;
}
.spot01 a:hover {
  color: #fff;
  z-index: 400;
}
.spot01 a:hover .flipper {
  transform: translateX(0) rotateY(-180deg);
}
.spot01 a:hover img.decoration {
  opacity: 1;
}
.spot01 a:hover svg.decoration {
  opacity: 0;
}
.spot01 a .flipper {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  /* box-shadow:0 0.35em 0.5em fade(#000, 32%); */
  transition: transform 0.6s ease-in-out;
}
.spot01 a .mod,
.spot01 a img.decoration {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 0.6em solid #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.spot01 a .mod {
  background: #fff;
}
.spot01 a img.decoration {
  opacity: 0;
  transform: translateX(0) rotateY(-180deg);
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot01 a svg:not(:root) {
  overflow: hidden;
}
.spot01 a svg.decoration {
  width: 15.6em;
  height: 15.6em;
  backface-visibility: hidden;
  transition: background-color 0.33s ease-in-out, opacity 0.33s ease-in-out;
  opacity: 1;
}
.spot01 a svg.decoration .bg {
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot01 a svg.decoration .aminal {
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
.spot01 a h2.topic {
  line-height: 1;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  color: currentcolor;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 1em;
  z-index: 420;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
/* ==================================================================
	hero
=================================================================== */
.hero {
  width: 100%;
  max-width: none;
  display: block;
}
/* ==================================================================
	subnav || aka subnav-outer || aka ipSub
=================================================================== */
/* TOP ORIENTED */
#subnav {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #94CB47;
  padding: 2.175em 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 81.25em) {
  #subnav {
    padding-top: 2.175em;
    /* desk 1300w */
  }
}
#subnav p {
  line-height: 1.35714286;
  font-size: 0.7em;
  margin: 0;
  padding: 0;
}
#subnav a {
  color: #363636;
  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:hover,
#subnav a.active {
  color: #09ADC1;
  text-decoration: none;
}
#subnav .divider {
  line-height: 0.83333333;
  font-size: 2.14285714em;
  height: 0.63333333em;
  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 .interior-content
=================================================================== */
#bd {
  padding: 3em 0 24.5vw;
  background-color: #d4f8f7;
  background-image: -moz-linear-gradient(top, #d4f8f7 0%, #e8fbfa 100%);
  background-image: -webkit-linear-gradient(top, #d4f8f7 0%, #e8fbfa 100%);
  background-image: linear-gradient(to bottom, #d4f8f7 0%, #e8fbfa 100%);
  position: relative;
  z-index: 400;
}
@media only screen and (min-width: 48em) {
  #bd {
    padding: 5.2em 0 24.5em;
    /* midTab 780w */
  }
}
@media only screen and (min-width: 81.25em) {
  #bd {
    padding-bottom: 24.5vw;
    /* desk 1300w */
  }
}
#bd .container {
  max-width: 55em;
  position: relative;
  z-index: 420;
}
#bd .bd {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 81.1875em) {
  #bd .bd {
    width: 100vw;
    height: auto;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  #bd .bd {
    width: 100%;
    height: auto;
    /* desk 1300w */
  }
}
#bd .bd.ready .head {
  animation: none;
}
#bd .bd .head {
  animation: nod 0.8s both;
  animation-fill-mode: both;
  animation-duration: 1.66s;
  transform-origin: 64% 40%;
}
#content {
  display: block;
}
@media only screen and (min-width: 48em) {
  #content {
    max-width: 31.7em;
    width: 57.63636364%;
    float: left;
    /* midTab 780w */
  }
  #content p {
    text-align: justify;
  }
}
#content .content-text {
  line-height: 1.9;
}
@media only screen and (min-width: 81.25em) {
  #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
/* ==================================================================
	.home content || aka #home-content
=================================================================== */
.home #bd {
  padding: 3em 0;
  background: #fff;
}
@media only screen and (min-width: 48em) {
  .home #bd {
    padding: 4em 0 2.6em;
    /* midTab 768w */
  }
}
.home #bd .container {
  max-width: 60.4em;
}
.home #bd #content {
  position: relative;
}
@media only screen and (min-width: 48em) {
  .home #bd #content {
    width: 100%;
    max-width: 52.9em;
    float: none;
    margin-left: auto;
    margin-right: auto;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content {
    margin-right: 0;
    min-height: 25em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content .content-text {
    column-count: 2;
    column-gap: 2.3em;
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .home #bd #content .content-text {
    font-size: 1em;
    /* desk 1300w */
  }
}
@media only screen and (min-width: 48em) {
  .home #bd #content p {
    text-align: justify;
    /* midTab 768w */
  }
}
/* ==================================================================
	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: #0C6D9F;
  position: absolute;
  top: 50%;
  z-index: 900;
  transform: translate3d(0, -50%, 0);
}
.mediaslider .cycle-slideshow > div span {
  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 {
  transform-origin: left center;
}
.mediaslider .cycle-slideshow > div.cycle-next {
  text-align: right;
  direction: rtl;
  right: 0;
}
.mediaslider .cycle-slideshow > div.cycle-next span {
  transform-origin: right center;
}
.mediaslider .cycle-slideshow > div:hover {
  cursor: pointer;
}
.mediaslider .cycle-slideshow > div:hover span {
  transform: scale(1.44);
  opacity: 0.68;
}
/* 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: 48em) {
  .before-after-image img,
  .before-after-image span {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .before-after-box,
  p.before-after-text {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
}
/* preventive-care */
.preventive-care #content ul {
  display: inline-block;
}
/* 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 */
  }
}
/* ==================================================================
	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;
}
/* ==================================================================
	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 {
  line-height: 1.52173913;
  font-size: 1.15em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #0C6D9F;
  transition-duration: 0s;
}
.sitemap #content ul ul li a {
  line-height: 1.95;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #0C6D9F;
  margin-left: 0;
  /*to increase space adjust [body.sitemap #bd ul ul li] below*/
}
.sitemap #content a:hover {
  text-decoration: none;
  color: #2E4F09;
}
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%;
}
@media only screen and (min-width: 48em) {
  body.sitemap #content .width1 {
    width: 50%;
    /*default 50%*/
    /* midTab 768w */
  }
  body.sitemap #content .width1:not(.first) {
    width: auto;
    float: right;
  }
}
/* global override */
/* ==================================================================
	sidebar
=================================================================== */
#sidebar {
  width: 100%;
  max-width: 21.3em;
  margin: 0 auto 6%;
  display: none;
  padding: 0;
  position: relative;
  z-index: 420;
}
@media only screen and (min-width: 48em) {
  #sidebar {
    width: 38.72727273%;
    margin: 0 0 1em;
    float: right;
    clear: right;
    display: block;
    /* midTab 768w */
  }
}
/* ===============================================
	sitepics
=============================================== */
#hide-stock {
  position: relative;
}
.stock {
  width: 100%;
  border-radius: 50%;
  background-color: #fff;
  border: 0.75em solid #fff;
  position: relative;
}
/* ===============================================
	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;
}
/* ==================================================================
	SUBNAV || aka subnav-outer || aka ipSub || SIDE ORIENTED
=================================================================== */
/* END SIDEBAR - */
/* ==================================================================
	spot02
=================================================================== */
.spot02 {
  padding: 0;
  margin: 0;
  background: #faf9f3;
  position: relative;
  z-index: 410;
}
@media only screen and (max-width: 81.1875em) {
  .spot02 {
    text-align: center;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 {
    text-align: right;
    /* desk 1300w */
  }
}
@media only screen and (max-width: 29.9375em) {
  .spot02 {
    font-size: 3.2vw;
    /* mintab opt-out 480oo */
  }
}
@media only screen and (min-width: 30em) and (max-width: 41.5625em) {
  .spot02 {
    font-size: 3vw;
    /* range 480w - 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot02 {
    font-size: 1.5vw;
    /* custom 666w */
  }
}
@media only screen and (min-width: 61.25em) {
  .spot02 {
    font-size: 1.5vw;
    font-size: min(1.5vw, 1em);
    /* custom opt-out 979oo */
  }
}
.spot02 h2.topic {
  line-height: 0.85;
  font-size: 5em;
  font-family: 'Playfair', serif;
  text-align: left;
  font-weight: 700;
  color: #588224;
}
@media only screen and (max-width: 29.9375em) {
  .spot02 h2.topic {
    padding: 1em 0;
    /* mintab 480oo */
  }
}
@media only screen and (min-width: 30em) and (max-width: 81.1875em) {
  .spot02 h2.topic {
    padding: 0.33em 0;
    /* range 480w - 1300oo */
  }
}
@media only screen and (max-width: 81.1875em) {
  .spot02 h2.topic {
    text-align: center;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 h2.topic {
    display: block;
    transform: translate3d(0, 0, 0) rotate(-90deg);
    transform-origin: 0 100%;
    position: absolute;
    bottom: 0.34em;
    right: calc(79% - 3.76em );
    /* desk 1300w */
  }
}
.spot02 a {
  text-align: center;
  color: #fff;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: background-color 0.33s ease-in-out, background-size 0.66s ease-in-out;
}
@media only screen and (max-width: 41.5625em) {
  .spot02 a {
    width: 50%;
    height: 50vw;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) and (max-width: 81.1875em) {
  .spot02 a {
    width: 25%;
    height: 25vw;
    /* range 666w - 1300oo */
  }
}
@media only screen and (max-width: 81.1875em) {
  .spot02 a {
    border: 3px solid #fff;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 a {
    height: 30em;
    border-left: 6px solid #fff;
    /* desk 1300w */
  }
}
.spot02 a:nth-of-type(1) {
  background-color: #09adc1;
  background-image: -moz-linear-gradient(top, rgba(9, 173, 193, 0) 0%, #0c6d9f 100%);
  background-image: -webkit-linear-gradient(top, rgba(9, 173, 193, 0) 0%, #0c6d9f 100%);
  background-image: linear-gradient(to bottom, rgba(9, 173, 193, 0) 0%, #0c6d9f 100%);
}
@media only screen and (min-width: 81.25em) {
  .spot02 a:nth-of-type(1) {
    width: 23.17708333%;
    /* desk 1300w */
  }
}
.spot02 a:nth-of-type(2) {
  background-color: #94cb49;
  background-image: -moz-linear-gradient(top, rgba(148, 203, 73, 0) 0%, #4b8503 100%);
  background-image: -webkit-linear-gradient(top, rgba(148, 203, 73, 0) 0%, #4b8503 100%);
  background-image: linear-gradient(to bottom, rgba(148, 203, 73, 0) 0%, #4b8503 100%);
}
@media only screen and (min-width: 81.25em) {
  .spot02 a:nth-of-type(2) {
    width: 18.54166667%;
    /* desk 1300w */
  }
}
.spot02 a:nth-of-type(3) {
  background-color: #fcb23c;
  background-image: -moz-linear-gradient(top, rgba(252, 178, 60, 0) 0%, #e37d03 100%);
  background-image: -webkit-linear-gradient(top, rgba(252, 178, 60, 0) 0%, #e37d03 100%);
  background-image: linear-gradient(to bottom, rgba(252, 178, 60, 0) 0%, #e37d03 100%);
}
@media only screen and (min-width: 81.25em) {
  .spot02 a:nth-of-type(3) {
    width: 18.54166667%;
    /* desk 1300w */
  }
}
.spot02 a:nth-of-type(4) {
  background-color: #f78701;
  background-image: -moz-linear-gradient(top, rgba(247, 135, 1, 0) 0%, #d64705 100%);
  background-image: -webkit-linear-gradient(top, rgba(247, 135, 1, 0) 0%, #d64705 100%);
  background-image: linear-gradient(to bottom, rgba(247, 135, 1, 0) 0%, #d64705 100%);
}
@media only screen and (min-width: 81.25em) {
  .spot02 a:nth-of-type(4) {
    width: 18.54166667%;
    /* desk 1300w */
  }
}
.spot02 a:hover {
  color: #fff;
  background-size: 100% 66%;
  z-index: 400;
}
.spot02 a:hover:nth-of-type(1) {
  background-color: #9ddee6;
}
.spot02 a:hover:nth-of-type(2) {
  background-color: #d4eab6;
}
.spot02 a:hover:nth-of-type(3) {
  background-color: #fee0b1;
}
.spot02 a:hover:nth-of-type(4) {
  background-color: #fccf99;
}
.spot02 a .info {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.spot02 a .icon {
  width: 6.05em;
  height: 6.6em;
  margin: 0 auto 0.85em;
  display: block;
  transition: transform 0.33s ease-in-out;
}
.spot02 a h3.topic {
  line-height: 0.95238095;
  font-size: 2.1em;
  font-family: 'Playfair', serif;
  font-weight: 700;
  margin: 0;
  display: block;
}
.spot02 a h3.topic.special {
  line-height: 1.66666667;
}
.spot02 a h3.topic .trait {
  line-height: 0.71428571;
  font-size: 0.64285714em;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}
.spot02 a .fauxbtn {
  letter-spacing: 0.07em;
  line-height: 3.44115623;
  font-size: 0.7265em;
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  width: 9.49759119em;
  height: 3.44115623em;
  margin: 5.23055747em auto 0;
  position: relative;
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
  transform-origin: 50% 0;
}
@media only screen and (max-width: 81.1875em) {
  .spot02 a .fauxbtn {
    display: none;
    /* desk 1300oo */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot02 a .fauxbtn {
    display: block;
    /* desk 1300w */
  }
}
.spot02 a .fauxbtn:hover {
  transform: translate3d(0, 0, 0) scale(0.88);
}
.spot02 a .fauxbtn:hover:after {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translate3d(0, 0, 0) rotateX(180deg);
  transition-duration: 1.32s;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.spot02 a .fauxbtn:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  transition: color 0.33s ease-in-out, background-color 0.33s ease-in-out, transform 0.33s ease-in-out;
  z-index: -1;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .spot02 h2.topic .cta {
    background: -webkit-linear-gradient(left, #699e24 0%, #94cb49 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
/* ===============================================
	spot03
=============================================== */
.spot03 {
  color: #fff;
  background-color: #fff;
}
@media only screen and (max-width: 41.5625em) {
  .spot03 {
    padding: 3em 0;
    /* custom opt-out 665oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot03 {
    padding: 6.7em 0;
    /* custom 666w */
  }
}
@media only screen and (min-width: 41.625em) and (max-width: 47.9375em) {
  .spot03 {
    font-size: min(1.6vw, 1em);
    /* range 666w - 768oo */
  }
}
@media only screen and (min-width: 48em) {
  .spot03 {
    font-size: min(1.6vw, 1em);
    /* midTab 768w */
  }
}
@media only screen and (min-width: 81.25em) {
  .spot03 {
    font-size: inherit;
    /* desk 1300w */
  }
}
.spot03 .decoration {
  width: 80%;
  max-width: 20em;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 41.5625em) {
  .spot03 .decoration {
    margin: 0 0 1em;
    /* custom opt-out 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot03 .decoration {
    margin: 0 0 0 2em;
    /* custom 666w */
  }
}
.spot03 .mod {
  display: inline-block;
  vertical-align: middle;
}
.spot03 .mod:nth-child(1) {
  text-align: left;
}
@media only screen and (max-width: 41.5625em) {
  .spot03 .mod:nth-child(1) {
    width: auto;
    margin-bottom: 1em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot03 .mod:nth-child(1) {
    width: 16.65em;
    margin-right: 4em;
    /* custom 666w */
  }
}
.spot03 .mod:nth-child(2) {
  padding: 2.15em 0 1.4em;
  box-shadow: 0.2em 0.2em 0.75em rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 41.625em) {
  .spot03 .mod:nth-child(2) {
    width: 39.25em;
    /* custom 666w */
  }
}
.spot03 .node {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 41.5625em) {
  .spot03 .node {
    width: 96%;
    margin: 2% auto;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot03 .node:nth-child(1) {
    width: 18.5em;
    margin-right: 1.3em;
    /* custom 666w */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot03 .node:nth-child(2) {
    width: 16.8em;
    /* custom 666w */
  }
}
.spot03 .node .icon {
  line-height: 1;
  font-size: 3em;
  margin-bottom: 0.48333333em;
}
.spot03 .node .icon.fb {
  color: #3c5a99;
}
.spot03 .node .icon.ig {
  color: #c92f87;
}
.spot03 h2.topic {
  line-height: 0.8;
  font-size: 5em;
  font-family: 'Playfair', serif;
  font-weight: 700;
  color: #09adc1;
  margin-bottom: 0.2em;
  display: inline-block;
  vertical-align: top;
}
.spot03 h2.topic .trait {
  display: block;
}
.spot03 .cycle-slideshow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fafafa;
  display: block;
}
@media only screen and (min-width: 30em) {
  .spot03 .cycle-slideshow {
    max-width: 16.8em;
    /* mintab 480w */
  }
}
.spot03 .cycle-slide {
  width: 100%;
  padding: 0;
  display: block;
  perspective: 1000px;
}
.spot03 .cycle-slide img {
  display: inline-block;
  vertical-align: top;
  animation-fill-mode: forwards;
  animation-duration: 0.55s;
  animation-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  opacity: 0;
}
@media only screen and (max-width: 41.5625em) {
  .spot03 .cycle-slide img {
    width: 33%;
    padding: 2%;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot03 .cycle-slide img {
    width: 48.80952381%;
    margin: 0.5952381%;
    /* custom 666w */
  }
}
.spot03 .cycle-slide img:nth-child(1) {
  animation-delay: 0s;
}
.spot03 .cycle-slide img:nth-child(2) {
  animation-delay: 0.2s;
}
.spot03 .cycle-slide img:nth-child(3) {
  animation-delay: 0.3s;
}
.spot03 .cycle-slide img:nth-child(4) {
  animation-delay: 0.5s;
}
.spot03 .cycle-slide img:nth-child(5) {
  animation-delay: 0.6s;
}
.spot03 .cycle-slide img:nth-child(6) {
  animation-delay: 0.8s;
}
.spot03 .cycle-slide img:nth-child(-n+2) {
  margin-top: 0;
}
.spot03 .cycle-slide img:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.spot03 .cycle-slide img.active {
  animation-name: flipIn;
}
.spot03 .widget {
  width: 100%;
  background-color: #ccc;
  overflow: hidden;
}
@media only screen and (max-width: 41.5625em) {
  .spot03 .widget {
    height: 16.66666667em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  .spot03 .widget {
    height: 25em;
    /* custom 666w */
  }
}
/* socialmedia || aka social-icons */
.socialmedia {
  line-height: 0;
  text-align: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.socialmedia a {
  line-height: 2.75;
  font-size: 0.8em;
  color: #fff;
  height: 2.75em;
  width: 2.75em;
  border-radius: 50%;
  margin: 0 4px 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: transform 0.33s ease-in-out, background-color 0.33s ease-in-out;
}
.socialmedia a:nth-child(1) {
  background-color: #f7911a;
}
.socialmedia a:nth-child(1):hover {
  background-color: #5fdad6;
}
.socialmedia a:nth-child(2) {
  background-color: #f38a1b;
}
.socialmedia a:nth-child(2):hover {
  background-color: #7fe1de;
}
.socialmedia a:nth-child(3) {
  background-color: #ef811b;
}
.socialmedia a:nth-child(3):hover {
  background-color: #9fe9e6;
}
.socialmedia a:nth-child(4) {
  background-color: #e8761c;
}
.socialmedia a:nth-child(4):hover {
  background-color: #bff0ef;
}
.socialmedia a:nth-child(5) {
  background-color: #e36b1d;
}
.socialmedia a:nth-child(5):hover {
  background-color: #dff8f7;
}
.socialmedia a:nth-last-child(1) {
  background-color: #db5b1e;
}
.socialmedia a:nth-last-child(1):hover {
  background-color: #188b8c;
}
.socialmedia a:hover {
  color: #fff;
  z-index: 400;
  transform: scale(1.44);
}
.socialmedia a .icon {
  position: relative;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .spot03 h2.topic .trait.top {
    background: -webkit-linear-gradient(-45deg, #09adc1 0%, #0b7ba6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .spot03 h2.topic .trait.bottom {
    background: -webkit-linear-gradient(-45deg, #0a9db9 0%, #0c6d9f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .spot03 .node .icon.ig span {
    background: -webkit-linear-gradient(45deg, #fed26a 0%, #de584d 21%, #d72975 40%, #bd2b93 59%, #af2aac 79%, #594dcd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
/* ==================================================================
	#ft
=================================================================== */
#ft {
  text-align: center;
  color: #2E4F09;
  width: 100%;
  padding: 4.8em 0 8.9em;
  background: #818b58 url(../images/footer/bg.jpg) no-repeat center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#ft a {
  color: #2b2b2b;
  transition: color 0.33s ease-in-out;
}
#ft a:hover {
  color: #FCB23C;
}
/* ===============================================
		locations || aka ft-location
=============================================== */
#location {
  width: 100%;
  max-width: 60em;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  #location {
    font-size: 20px;
    background-color: #fff;
    border-top: 1.6em solid #fff;
    border-bottom: 1.6em solid #fff;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location {
    height: 21.4em;
    background: #fff url(../images/footer/killeen-pediatric-dental-office.png) no-repeat center center;
    background-size: auto 100%;
    border: 1.6em solid #fff;
    /* midTab 768w */
  }
}
#location .mod {
  text-align: center;
  width: 100%;
  max-width: 20em;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  #location .mod {
    margin: 0 auto;
    /* midTab opt-out 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location .mod {
    text-align: right;
    width: 17.15em;
    height: 18.2em;
    margin: 0 auto 0 0;
    padding: 4.4em 2.15em 0 0;
    background-color: #fff;
    /* midTab 768w */
  }
}
#location .logo {
  line-height: 0;
  text-align: inherit;
  margin: 0 auto 1.35em;
  display: block;
}
#location .logo img {
  width: 14.05em;
}
#location .phone {
  line-height: 0.8;
  font-size: 1.5em;
  font-family: 'Playfair', serif;
  font-weight: 700;
  color: #2E4F09;
  margin: 0 0 0.33333333em;
  display: block;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}
#location .address {
  line-height: 1.42857143;
  font-size: 0.7em;
  margin: 0 auto;
  display: block;
}
#location .address .marker {
  line-height: 0;
  width: 3.64285714em;
  height: 4.92857143em;
  margin-left: -2.5em;
  position: absolute;
  left: 50%;
  top: 9.5em;
  z-index: 400;
  transition: transform 0.33s ease-in-out;
  transform-origin: center bottom;
}
@media only screen and (max-width: 47.9375em) {
  #location .address .marker {
    display: none;
    /* midTab 768oo */
  }
}
@media only screen and (min-width: 48em) {
  #location .address .marker {
    display: block;
    /* midTab 768w */
  }
}
#location .address:hover .marker {
  transform: scale(2);
}
/* ==================================================================
		#links || aka ft-design-credit
=================================================================== */
#links {
  text-align: center;
  color: #fff;
  width: 100%;
  height: 3.75em;
  padding: 1.125em 0 0;
  margin: 0;
  background-color: rgba(46, 79, 9, 0.93);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#links .util {
  line-height: 2.5;
  font-size: 0.6em;
  text-transform: uppercase;
}
#links .util a {
  color: #fff;
  transition: color 0.33s ease-in-out;
}
#links .util a:hover {
  color: #94CB47;
}
#links .util a,
#links .util .divider {
  display: inline-block;
}
#links .util .divider {
  margin: 0 0.6em;
}
/* ===============================================
		sesame link
=============================================== */
a#sesame-link .sesameicon {
  width: 2em;
  height: 1.66666667em;
  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 {
  font-family: 'Playfair', serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  width: 100%;
  height: 15em;
  margin: 0;
  background-color: #97f7f4;
  background-image: -moz-linear-gradient(top, #97f7f4 0%, #30cadd 100%);
  background-image: -webkit-linear-gradient(top, #97f7f4 0%, #30cadd 100%);
  background-image: linear-gradient(to bottom, #97f7f4 0%, #30cadd 100%);
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 41.5625em) {
  #btt {
    font-size: 5vw;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  #btt {
    font-size: min(3vw, 1em);
    /* custom 666w */
  }
}
@media only screen and (min-width: 81.25em) {
  #btt {
    font-size: inherit;
    /* desk 1300w */
  }
}
#btt.ready svg {
  transform: translate3d(0, -100%, 0);
}
#btt.ready svg .laika,
#btt.ready svg .arm,
#btt.ready svg .head {
  animation: none;
}
#btt .slogan {
  line-height: 0.82142857;
  font-size: 1.4em;
  text-align: left;
  white-space: nowrap;
  width: auto;
  margin-left: 2.03571429em;
  display: block;
  position: absolute;
  left: 50%;
}
@media only screen and (max-width: 41.5625em) {
  #btt .slogan {
    color: #fff;
    top: 7.6em;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  #btt .slogan {
    color: #D64705;
    top: 4.82142857em;
    /* custom 666w */
  }
}
#btt .slogan span {
  display: block;
}
#btt .slogan span.bottom {
  margin-left: 1em;
}
#btt svg {
  width: 19.6em;
  height: 12.75em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translate3d(0, 0, 0);
  transition: transform 0.33s ease-in-out, opacity 0.33s ease-in-out;
}
#btt svg .laika {
  transform-origin: 50% 0;
  animation: wobble 0.8s both;
  animation-fill-mode: both;
  animation-duration: 1.995s;
}
#btt svg .arm {
  transform-origin: 18% 66%;
  animation: wave 1.66s both;
  animation-fill-mode: both;
  animation-duration: 1.66s;
}
#btt svg .head {
  transform-origin: 23% 65%;
  animation: wave 1.66s both;
  animation-fill-mode: both;
  animation-duration: 2.33s;
  animation-direction: reverse;
}
a#backtotop {
  line-height: 1.66666667;
  color: #F78701;
  white-space: nowrap;
  display: block;
  position: absolute;
  z-index: 420;
  transition: color 0.33s ease-in-out;
}
@media only screen and (max-width: 41.5625em) {
  a#backtotop {
    font-size: 6.3vw;
    top: 5.1em;
    right: 10%;
    /* custom 666oo */
  }
}
@media only screen and (min-width: 41.625em) {
  a#backtotop {
    font-size: 0.9em;
    margin-right: 12em;
    top: 3.61111111em;
    right: 50%;
    /* custom 666w */
  }
}
a#backtotop:hover {
  color: #09ADC1;
}
/*superlative*/
/************************************************************************************************************************************************/
/* hide double hr aka div.hr */
hr,
.types-of-braces #content div.clear {
  font-size: inherit;
  height: 5px;
  width: 4em;
  margin: 1.58em auto 1.58em 0;
  background: #94cb47;
  border: none;
  display: block;
}
/* ===============================================
	success message
=============================================== */
.success {
  text-transform: none;
  font-weight: 400;
  color: #fff;
  width: 100%;
  border-radius: 1em;
  padding: 1rem;
  float: left;
  background: #0C6D9F;
}
/* ===============================================
	Form Buttons
=============================================== */
form button {
  letter-spacing: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: small;
  color: #fff;
  height: 38px;
  border-radius: 19px;
  padding: 0 1.75em;
  background-color: #0C6D9F;
  border: 1px solid #0C6D9F;
  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: #94CB47;
  background-color: #94CB47;
}
form p {
  height: auto;
}
/* ===============================================
	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;
}



a.int-btn {
  background-color: #90d90f;
  border-radius: 12px;
  color: #fff !important;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 7px 9px;
  text-decoration: none;
  text-transform: uppercase;
}

a.int-btn:hover {
  background:#77AD2C;
}



/************************************************************************************************************************************************/
/* 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%; }*/
  .before-after-image img {
    width: auto;
  }
  .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;
    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%;
  }
  /*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: 3.8em;
    margin-top: 2.15em;
    position: relative;
    top: auto;
    z-index: 2900;
    box-shadow: none;
    /*background:none;*/
  }
  #main-nav .container {
    background: none;
    max-width: right;
  }
  #main-nav div.collapsible {
    margin: 0 auto;
  }
  #main-nav ul {
    height: 3.8em;
    width: auto;
    padding: 0;
    margin: 0 14.1em 0 0;
    border: none;
    background: none;
    position: static;
    float: right;
  }
  #main-nav ul li {
    height: 100%;
    margin: 0 1.35em 0 0;
    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.66666667;
    text-align: center;
    text-decoration: none;
    height: 100%;
    z-index: 3000;
  }
  #main-nav ul ul {
    width: auto;
    height: auto;
    padding: 1em 0 1.3em;
    z-index: 2800;
    position: absolute;
    display: none;
  }
  #main-nav ul ul li {
    width: 100%;
    height: 1.25em;
    margin: 0;
    padding: 0;
    opacity: 1;
    float: left;
  }
  #main-nav ul ul li a {
    line-height: 2.07692308;
    text-align: left;
    white-space: nowrap;
    height: 1.92307692em;
    width: 100%;
    padding: 0 1.92307692em;
    float: left;
    transition-duration: 0s;
  }
  #main-nav ul li:hover ul {
    left: -1.25em;
    display: block;
  }
  /*END*/
}
/* ie nonsense */
/***********************************************
target ie11: html[data-useragent*='Trident/7.0']
***********************************************/
html[data-useragent*='Trident/7.0'] {
  /* END */
}
/* custom animations */
@keyframes flyinmobilenav {
  from {
    left: 300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) translateY(100%) translateZ(-160px) rotateY(180deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0) rotateY(0);
  }
}
.flipIn {
  animation-name: flipIn;
}
/* wobble */
@keyframes wobble {
  0%,
  100% {
    transform: translateY(-1%) rotate(0deg);
  }
  15% {
    transform: translateY(-10%) rotate(6deg);
  }
  30% {
    transform: translateY(-10%) rotate(-6deg);
  }
  45% {
    transform: translateY(-10%) rotate(3.6deg);
  }
  60% {
    transform: translateY(-10%) rotate(-2.4deg);
  }
  75% {
    transform: translateY(-10%) rotate(1.2deg);
  }
}
.wobble {
  animation: wobble 0.8s both;
}
/* wave */
@keyframes wave {
  0%,
  100% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(22.5deg);
  }
  30% {
    transform: rotate(-22.5deg);
  }
  45% {
    transform: rotate(15deg);
  }
  60% {
    transform: rotate(-45deg);
  }
  75% {
    transform: rotate(45deg);
  }
}
.wave {
  animation: wave 1.66s both;
}
/* nod */
@keyframes nod {
  0%,
  100% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(7.5deg);
  }
  30% {
    transform: rotate(-7.5deg);
  }
  45% {
    transform: rotate(12.5deg);
  }
  60% {
    transform: rotate(-18.75deg);
  }
  75% {
    transform: rotate(37.5deg);
  }
}
.nod {
  animation: nod 0.8s both;
}
