/*
Theme Name: McKnight
Description: Custom template created for McKnight AC, 2026.
Version: 1.0
Author: Joel Smith
Author URI: http://okasoftdesign.com

*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,600&family=Outfit:wght@800&family=Rubik:wght@500;600;700;800&display=swap');
:root {
  --mk-gold: #C49A62;
  --mk-blue: #0F75BC;
  --mk-dblue: #003254;
  --mk-dark: #08141D;
  --mk-reg: "DM Sans", sans-serif;
  --mk-head: "Rubik", sans-serif;
  --mk-outfit: "Outfit", sans-serif;
}
html, body {
  height: 100%;
}
html {
  font-size: 16px;
}
body {
  background: #fff;
  color: var(--mk-dark);
  font-size: 1em;
  font-family: "DM Sans", sans-serif;
}
* {
  margin:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:visited {
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: none;
}
*:focus {
  outline: none;
}
input[type=submit], input[type], textarea {
  -webkit-appearance:none;
}
h1, h2, h3, h4 {
  font-family: var(--mk-head);
  font-weight: 800;
}
.font-light {
	font-weight: 300;
}
.font-reg {
	font-weight: 400;
}
.font-semi {
	font-weight: 600;
}
.btn-font, .btn-fill a {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
}
/*---------PRIME STRUCTURE---------*/
header, main, footer, article, nav, section, aside {
  display:block;
}
header, main, footer {
  width:100%;
}
section {
  position: relative;
}
.mast {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #fff;
  font-size: 1em;
  padding: 1.15em 0;
}
.mast .width {
	z-index: 3;
	padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.width {
  max-width:67.5em; /*1080*/
  width:calc(100% - 3.75em);
  margin:0 auto;
  display:block;
  position: relative;
}
main {
  background:#fff;
  overflow: hidden;
}
main.child {
  margin-top: 102px;
}
main.home-wrap {
  padding-top: 102px;
}
main .width {
  padding:4em 0;
}
.anchor {
  top: -4em; /*match section padding*/
  position: relative;
}
/*FOOTER*/
footer {
  margin: auto;
  padding: 2em 0 0 0;
  font-size:1em;
  color: #fff;
}
footer .scene {
  max-width: 1365px;
  margin: auto;
}
footer .scene .sizer {
  padding-top: 13%;
  height: 0;
  width: 100%;
  position: relative;
  background: url('img/footer-scene.svg') no-repeat bottom center;
  background-size: contain;
}
footer a:link, footer a:visited {
  color: #fff;
  text-decoration: none;
}
footer img {
  max-width: 100%;
  height: auto;
}
footer a:hover {
  text-decoration: none;
  color:#fff;
}
footer .social {
  text-align: center;
  margin: 8px 0 0 0;
}
footer .social a {
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 34px;
  height: 34px;
}
footer .social a::before {
  font-size: 34px;
  color: #fff;
}
footer .social a:last-child {
  margin-right: 0;
}
.credits {
  padding:2em 0 3.375em;
  background: #0C1E2B;
  text-align: center;
  color: #fff;
}
.credits strong {
  color: var(--mk-blue);
  font-family: var(--mk-reg);
  font-weight: 700;
  font-size: 1.28em;
}
.credits p {
  font-size: .875em;
  line-height: 1.5;
}
.credits p:first-of-type {
  padding-bottom: 1.5em;
}
.credits p a:hover {
  color: var(--mk-blue);
}
/*---------COLUMN GRID-----------*/
.row {
  position: relative;
  margin: 0 -1.6em;
}
.row.invert {
  display: flex;
  flex-direction: row-reverse;
}
.cfx {
  position: relative;
}
.cfx::after, .row::after {
  content: " ";
  clear: both;
  display: block;
  position: relative;
}
.column {
  float: left;
  padding: 0 1.6em;
}
.col-12 {
  width: 100%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.6666%
}
.col-7 {
  width: 58.3333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.6666%;
}
.col-4 {
  width: 33.3333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.6666%;
}
.col-1 {
  width: 8.3333%;
}
.postmetadata {
  border-top: 1px solid #999;
  margin:10px 0;
  padding:5em 0 0 0;
  font-size:12px;
}
.postmetadata small {
  font-size:12px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*-----------HEADINGS-----------*/
h1 {
  padding:0 0 .25em 0;
  color: var(--mk-dblue);
  font-size: 3.875em;
  line-height: 1.15;
  font-weight: 800;
}
h2 {
  font-size: 3em;
  line-height: 1.12;
  padding:0 0 .4em 0;
  color: var(--mk-dblue);
}
h2 em {
  color: var(--mk-gold);
}
h3 {
  font-size: 1.4em;
  padding:0 0 .4em 0;
}
h4 {
  font-size: 1.2em;
  padding:0 0 .4em 0;
}
main p {
  line-height: 1.5;
  padding:0 0 1em 0;
}
main p:last-of-type {
  padding-bottom: 0;
}
main p, main li {
  font-size: 1.125em;
  font-weight: 600;
}
ul {
  padding-top: .5em;
  list-style-type:disc;
}
li {
  line-height: 1.3;
  padding-bottom: .15em;
}
main img {
  max-width:100%;
  height:auto;
  display:block;
}
main img.alignleft {
  margin-right:1.6em;
}
main img.alignright {
  margin-left:1.6em;
}
article ul {
  margin: 0 0 1em 0;
}
/*-------------BANNER----------------*/
.banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 20em;
	width: 100%;
	display: block;
}
.banner.default {
	/* background-image:url("img/banner-default.jpg"); */
}
.vid-fit video {
  height: 100%;
  width: auto;
}
.vid-wide {
  width: 100%;
  height: auto;
}
/*-------------PAGE MISC----------------*/
.break, footer {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	position: relative;
}
.blank {
	font-size: 0;
}
.center {
	text-align: center;
}
.btn-wrap {
  padding-top: 2.125em;
}
.btn-fill a {
  position: relative;
  display: inline-block;
  padding: .8em 1.6em;
  border-radius: .75rem;
  line-height: 1.1;
  font-size: 1.3125em;
  text-align: center;
  text-decoration: none;
  z-index: 0;
}
.btn-fill a, .btn-fill a:visited {
  color: #fff;
}
.btn-fill.white a {
  background-color: #fff;
}
.btn-fill a:hover::after {

}
.gray-bg {
  background: #efefef;
}
main .flush p {
  padding: 0;
}
.modal-outer {
  display: none;
  z-index: 102;
  position: relative;
}
.modal-wrap {
  overflow-y:scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 99;
  padding: 2.5em;
  display: flex;
  justify-content: center;
}
.modal-box {
  margin: auto;
  position: relative;
  padding: 0;
  height: auto;
  width: 50em;
  padding: 3em;
  background: #fff;
  max-width: 100%;
}
.mod-close {
  position: absolute;
  top:.75em;
  right: .75em;
  z-index: 105;
  width: 2em;
  height: 2em;
  display: block;
  cursor: pointer;
}
.mod-close::before, .mod-close::after {
  content: " ";
  background-color: #454545;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mod-close::after {
  width: 80%;
  height: 4px;
}
.mod-close span {
  font-size: 0;
}
.mod-close::before {
  width: 4px;
  height: 80%;
}
.mod-close:hover::before, .mod-close:hover::after{
  background-color:#013DC3;
}
.dark-bg p, .dark-bg h2, .dark-bg {
  color: #fff;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.vcent {
  display: flex;
  align-items: center;
}
.hold-right {
  float: right;
}
.img-hold.right {
  left: calc(50% + 1.6em);
  right: 0;
}
.img-hold {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% + 1.6em);
  width: auto;
  margin: auto;
}
.notfound .width {
  min-height: 24em;
}
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 104;
  display: none;
}
.cookies .width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  max-width: 58.125em;
  column-gap: 1.5em;
}
.cookies .btn-fill {
  padding: 0;
}
.cookies .btn-fill a {
  cursor: pointer;
  width: 10.25em;
}
.cookies strong {
  display: block;
}
.cookies p {
  font-size: 1em;
  line-height: 1.18;
}
.cookies p a {
  color: #fff;
}
.menu-social-container ul li {
  list-style: none;
}
.menu-social-container ul {
  display: flex;
  padding: 1em 0;
  align-items: center;
  justify-content: space-between;
  max-width: 12em;
}
.menu-social-container li {
  padding: 0;
  line-height: 1;
}
.menu-social-container a {
  font-size: 1em;
  background-repeat: no-repeat;
  background-position: center;
  width: 2em;
  height: 2em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-indent: -1000px;
  display: block;
}
.menu-social-container a::after, .menu-social-container a::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center;
}
.menu-social-container a::after, .menu-social-container a:hover::before {
  opacity: 0;
}
.menu-social-container a:hover::after {
  opacity: 1;
}
.ico-fb a::before {
  background-image: url('img/icons/fb.svg');
}
.ico-fb a::after {
  background-image: url('img/icons/fb2.svg');
}
.ico-tw a::before {
  background-image: url('img/icons/tw.svg');
}
.ico-tw a::after {
  background-image: url('img/icons/tw2.svg');
}
.ico-in a::before {
  background-image: url('img/icons/insta.svg');
}
.ico-in a::after {
  background-image: url('img/icons/insta2.svg');
}
.ico-ln a::before {
  background-image: url('img/icons/ln.svg');
}
.ico-ln a::after {
  background-image: url('img/icons/ln2.svg');
}
.ico-yt a {
  background-size: contain;
}
.ico-yt a::before {
  background-image: url('img/icons/yt.svg');
  background-size: contain;
}
.ico-yt a::after {
  background-image: url('img/icons/yt2.svg');
  background-size: contain;
}
*:focus-visible { /*global tab selector for accessibility*/
  outline: 2px solid blue;
}
.asw-footer {
  display: none;
}
/* body .asw-menu {
  left: inherit;
  right: 0;
} */
body .asw-widget>a {
/*   left: inherit !important;
  right: 20px; */
  background:#0f75bc !important;
  outline-color: #0f75bc !important;
  width: 38px;
  height: 38px;
}
body .asw-menu-header {
  background-color:#0f75bc !important;
}
.terms h2 {
  font-size: 2em;
  font-weight: 600;
}
.terms hr {
  margin: .5em 0 1.5em;
}
/*-------------END MISC----------------*/
/*-------------CAROUSEL----------------*/
.bxslider1 .slide {
  padding: 0 3em 1em 3em;
}
.bx-wrapper {
  position: relative;
}
.bx-controls-direction {

}
.next-bg, .prev-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.next-bg, .prev-bg {
  height: 2em;
  width: 2em;
}
.next-bg {
  right: 0;
}
.prev-bg {
  left: 0;
}
.bx-prev, .bx-next {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
}
.bx-prev::after, .bx-next::after {
  content: " ";
  width: 58%;
  height: 58%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: solid 3px #454545;
  border-bottom: solid 3px #454545;
}
.bx-prev::after {
  left: .9em;
  transform: rotate(135deg);
}
.bx-next::after {
  right: .9em;
  transform: rotate(-45deg);
}
.bx-prev:hover::after {
  transform: translateX(-.4em) rotate(135deg);
}
.bx-next:hover::after {
  right: .9em;
  transform: translateX(.4em) rotate(-45deg);
}
.bx-pager {
  text-align: center;
  padding-top: .6em;
}
.bx-pager-item {
  display: inline-block;
}
.bx-pager-item a {
  /*rem for font size 0*/
  display: block;
  width: .625rem;
  height: .625rem;
  text-decoration: none;
  font-size: 0;
  border: solid 1px #666;
  background: transparent;
  margin-right: .25rem;
}
.bx-pager-item a.active {
  background-color: #666;
}
/*-------------SCROLL ANIMATIONS----------------*/
.anim {
  opacity: 0;
}
.anim.from-right {
  transform: translateX(50%);
}
.anim.from-left {
  transform: translateX(-50%);
}
.from-right.in-view {
  animation: origin-right 1s ease-out forwards;
}
.from-left.in-view {
  animation: origin-left 1s ease-out forwards;
}
.fade.in-view {
  animation: origin-default .85s ease-out forwards;
}
@keyframes origin-right {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes origin-left {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes origin-default {
  0% {
    opacity: 0;
    transform: translateY(2em);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 901px) {
  .anim.del1 {
    animation-delay: .35s;
  }
  .anim.del2 {
    animation-delay: .7s;
  }
  .anim.del3 {
    animation-delay: 1.15s;
  }
  .anim.del4 {
    animation-delay: 1.4s;
  }
  .anim.del5 {
    animation-delay: 1.65s;
  }
}
/*-------------HOME----------------*/
.home1 {

}
.home1 .width {
  padding-top: 0;
}
.hlogo {
  padding-bottom: 3.125em;
}
.home1 h1 {
  padding-bottom: .38em;
}
.home1 .cblock>p:first-of-type {
  line-height: 1.25;
  padding-bottom: 1.5em;
}
.home1 p strong {
  color: var(--mk-blue);
  font-family: var(--mk-head);
  font-weight: 700;
  font-size: 1.5em;
}
.home2 {
  background-color: #07141D;
}
.home2 .width {
  padding: 5em 0;
}
.home2 .nudge {
  max-width: 40.25em;
  width: 59%;
  margin-left: auto;
}
.home2 .nudge h2 {
  padding-bottom: .375em;
}
.home2 .nudge p {
  font-family: var(--mk-head);
  font-weight: 500;
  font-size: 1.375em;
}
.home2 .nudge p em {
  font-weight: 700;
}
.home2 .tiles {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5em;
  row-gap: 1.5em;
  margin: 0;
  padding-top: 6.5em;
}
.home2 .tile {
  background: var(--mk-dblue);
  text-align: center;
  border-radius: .9375em;
  padding: 2.25em 1em 1.875em;
  width: calc(50% - 1.125em);
}
.home2 .tile p:first-of-type {
  margin-bottom: 1.25em;
  padding-bottom: 0;
  font-size: 1em;
  line-height: 1;
  min-height: 5.3125em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home3 .width {
  padding: 6.75em 0 0 0;
  max-width: 78.125em;
}
.home3 .inner {
  margin: 0;
  background: rgba(12, 30, 43, .08);
  border-radius: .9375em;
  padding: 5% 6.5%;
}
.home3 ul li {
  list-style: none;
}
.home3 ul {
  padding: .5em 0 0 0;
}
.home3 li {
  font-size: 1em;
}
.home3 li a {
  font-family: var(--mk-head);
  color: var(--mk-dblue);
  font-weight: 600;
  font-size: 1.5em;
  text-decoration: none;
  transition: color, padding 0.25s ease;
}
.home3 .tabs {
  min-height: 27em; /*hold during tab transitions*/
}
.home3 li {
  padding-top: 1.5em;
}
.home3 li a.active {
  background: url('img/icons/nav-point-g.svg') no-repeat left center;
  padding-left: 1em;
  background-size: .45em auto;
  display: block;
  font-weight: 800;
  color: var(--mk-blue);
}
.home3 .last p em {
  display: block;
  font-style: normal;
  padding: 1rem 0 0 .75em;
  color: var(--mk-dblue);
}
.tabbed .tab {
  display: none;
}
.tabbed .tab.active {
  display: block;
}
.tab.fly-out, .tab.active {
  animation: origin-default .4s ease-out forwards;
}
.tab.active {
  animation: fly-in .4s ease-out forwards;
}
.tab.fly-out {
  animation: fly-out .4s ease-out forwards;
}
@keyframes fly-in {
  0% {
    opacity: 0;
    transform: translateY(-2em);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fly-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(2em);
  }
}
.home4 .width {
  padding: 6em 0 5.875em;
}
.home4 h2 {
  text-align: center;
}
.home4 .row {
  margin: 0 .875em;
  padding: 5.125em 0 3.75em;
}
.home4 .column {
  position: relative;
  padding: 0 .875em;
}
.home4 .tile {
  border-radius: .9375em .9375em .9375em 0;
  overflow: hidden;
  padding-top: 97.5%;
  height: 0;
  position: relative;
}
.home4 .tile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.home4 .column strong {
  position: absolute;
  font-size: 5.75em;
  top: -.375em;
  left: .45em;
  line-height: .8;
  background: linear-gradient(-45deg, #003254, #0F75BC);
  background-size: 200% 200%;
  -webkit-background-clip: text;
 -webkit-text-stroke: 6px transparent;
 z-index: 2;
 color: #fff;
 mix-blend-mode: multiply;
}
.home4 .tile h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.25;
  z-index: 3;
  padding: 1em 1.6em;
  border-radius: 0 .9375rem 0 0;
  font-size: 1.375em;
  color: #fff;
  font-weight: 800;
  background: var(--mk-gold);
  width: calc(100% - 2.25rem);
}
.home4 .width>p {
  font-size: 1.375em;
  font-weight: 800;
  font-family: var(--mk-head);
  text-align: center;
  color: var(--mk-dblue);
}
.home5, .outer-7 footer, .home5, .outer-9 footer {
  background-color: rgba(28, 64, 86, .08);
}
.home5 .width {
  max-width: 60em;
  padding: 5.6em 0 3em;
}
.btn-fill.call a {
  background: url('img/icons/phone-w.svg') no-repeat 1.75rem center var(--mk-blue);
}
.btn-fill.email a {
  background: url('img/icons/email-b.svg') no-repeat 1.75rem center var(--mk-gold);
}
.btn-fill.call a, .btn-fill.email a {
  background-size: 1.125em auto;
  padding: 1em 1em 1em 3.5em;
  width: 100%;
  text-align: left;
}
.btn-fill.call a:hover {
  background-color: var(--mk-dblue);
}
.home5 p strong {
  font-size: 1.25em;
  color: var(--mk-gold);
  font-family: var(--mk-head);
  font-weight: 800;
}
.home5 .btn-fill.email {
  padding-top: 1em;
}
/*--------CHILD PAGES-----------*/
.con1 {
  position: relative;
  padding-bottom: 2.375em;
}
.con1::after {
  content: " ";
  width: 100%;
  height: 65%;
  background: #ECEDEE;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.con1 .width {
  z-index: 2;
}
.con1 .sub2 {
  padding: 0;
  max-width: 76.5em;
}
.con1 .row {
  display: flex;
}
.con1 .sub1 {
  padding-top: 7.75em;
}
.child h1 {
  color: var(--mk-blue);
}
.con1 .sub1 p:first-of-type {
  font-size: 1.5em;
  color: var(--mk-gold);
  font-family: var(--mk-head);
  font-weight: 800;
}
.con1 .row {
  position: relative;
  z-index: 2;
  color: #fff;
}
.con1 .last {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.con1 .map-bg {
  position: absolute;
  top: 0;
  right: 4.375em;
  bottom: 2em;
  width: 88%;
  height: auto;
  z-index: 0;
  background-size: 150% auto;
  background-position: 16% -1em;
}
.con1 .addy {
  padding: 3.75em 2em 3.5em 4.5em;
}
.con1 .first {
  padding-top: .5em;
}
.con1 .first>div {
  background-color: var(--mk-gold);
}
.con1 .first>div:not(:last-of-type) {
  margin-bottom: 1em;
}
.con1 .bar {
  padding: 1.25em 1.25em 1.25em 1.625em;
}
.con1 .bar p {
  color: var(--mk-dblue);
  font-weight: 900;
}
.con1 .bar p strong, .con1 .bar p a {
  color: #fff;
}
.con1 .bar p strong {
  font-weight: 900;
}
.con1 .bar p {
  background-size: 1.25em auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2em;
}
.con1 .bar.phone p {
  background-image: url('img/icons/phone-b.svg');
}
.con1 .bar.email p {
  background-image: url('img/icons/email-b.svg');
}
.con1 .bar.lic p {
  background-image: url('img/icons/lic.svg');
}
.con1 .bar.phone a {
  text-decoration: none;
}
.con1 .bar a:hover strong {
  color: var(--mk-dblue);
}
.con1 .addy p, .con1 .sub2 .last p {
  font-size: 1.4em;
  line-height: 1.4;
}
.about1 {
  background-color: var(--mk-dark);
  background-size: 100% auto;
  background-position: bottom center;
}
.about1 .width {
  padding: 7.25em 0 7em;
}
.about1 h1 {
  padding-bottom: .3125em;
}
.about1 .first img {
  border: solid .5em var(--mk-gold);
}
.about1 .last p:last-of-type {
  padding-top: .5em;
  line-height: 1.3;
}
.about1 .last strong {
  font-size: 1.32em;
  font-family: var(--mk-head);
  color: var(--mk-gold);
}
.about2 {
  padding-top: 10.125em;
}
.about2 .width {
  position: relative;
  max-width: 76.125em;
  padding: 4.125em 3.5% 3.375em;
}
.about2 .row, .about2 h2 {
  position: relative;
  z-index: 2;
}
.about2 h2 {
  color: #fff;
  text-align: center;
  padding: 0;
}
.about2 .row {
  margin: 0;
  padding: 3.125em 0 0;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 2em;
}
.about2 .width::after {
  content: " ";
  background: url('img/page-clip.svg') no-repeat top center;
  background-size: contain;
  position: absolute;
  /* clip-path: polygon(0% 0%, 91% 0, 100% 11%, 100% 100%, 0 100%);
  background: var(--mk-gold); */
  width: 100%;
  top: 0;
  left: 0;
  height: 20.375em;
  z-index: 0;
  border-radius: 15px 0 15px 15px;
}
.about2 .tile {
  background: #ECEDEE;
  padding: 3.125em 1.5em;
  text-align: center;
  width: calc(33.333% - 2em);
}
.about2 .tile img {
  margin: auto;
}
.about3 .img-wrap p, .about2 .tile p:first-of-type {
  font-size: 1em;
  line-height: 1;
}
.about2 .tile p:first-of-type {
  padding-bottom: 1.5em;
  min-height: 6.125em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about3 .img-wrap p {
  padding-bottom: 0;
}
.about2 .tile p {
  font-weight: 600;
  color: var(--mk-dblue);
  max-width: 14em;
  margin: auto;
}
.about3::after {
  content: " ";
  background-color: rgba(28, 64, 86, .08);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52%;
  z-index: 0;
  position: absolute;
}
.about3 .width {
  z-index: 1;
  padding: 0 0 2.25em;
}
.about3 .img-wrap {
  padding-bottom: 3.75em;
  position: relative;
}
.about3 .width>p {
  font-size: 1.375em;
  color: var(--mk-blue);
  font-family: var(--mk-head);
  font-weight: 800;
  text-align: center;
}
.about3 .width>p strong {
  font-weight: 900;
}
.about3 .btn-wrap {
  padding-top: 2.75em;
}
.about3 .img-wrap p:first-of-type img {
  margin-bottom: -13.7em;
  z-index: 4;
  position: relative;
  margin-left: -6.25em;
}
@media (min-width:992px) {
  .home1 .cblock {
    width: 44.6%;
  }
  .fill-right {
    position: absolute;
    left: calc(50% + 2.25em);
    right: 0;
    top: 3.5em;
    bottom: 0;
    background-size: cover;
    border-radius: 3.4em 0 0 0;
  }
  .home1 .hlogo {
    position: relative;
    z-index: 104;
    margin-top: -3.5em;
  }
  .outer-7:not(.shrink) .logo, .shrink .hlogo {
    opacity: 0;
  }
  .home2 .width {
    padding: 10em 0;
  }
  .home2 .tile {
    width: calc(25% - 1.125em);
  }
  .home3 .last {
    padding-left: 2.125em;
  }
  .home3 .column {
    padding: 0;
  }
  .home3 .column.last {
    padding-left: 2em;
  }
  .home5 .first {
    padding-left: 1.25em;
  }
  .con1 .last {
    padding-bottom: 7em;
  }
  .con1 .first {
    max-width: 36.125em;
  }
  .con1 .first .addy {
    margin-top:-9.125em;
    font-family: var(--mk-head);
  }
  .con1 .first img {
    margin-right: -3.375em;
    margin-left: auto;
    position: relative;
    z-index: 4;
  }
  .about1 .last {
    padding-left: 2.5em;
  }
  /* .about1 .first img {
    margin-bottom: -4.75em;
  }
  .about1 .last {
    padding-top: 2.75em;
  } */
}
/*-------------BLOGGING----------------*/
.blog {

}
.blog .lim {
  position: relative;
  max-width: 48.75em;
}
.blog .body {
  padding: 3em 0 2.25em;
}
.share {
  display: flex;
  column-gap: .75em;
  padding: .5em 0 0 0;
}
.share a {
  display: block;
  width: 2.25em;
  height: 2.25em;
  padding: 0;
  text-decoration: none;
  position: relative;
  outline: solid 1px #ddd;
  overflow: hidden;
  z-index: 2;
}
.share a, .share a::before {
  background-repeat: no-repeat;
  background-size: auto 35%;
  background-position: center;
}
.share a:hover {
  background-image: none;
}
.share a::after {
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  z-index: -1;
}
.share a::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.share a:hover::before {
  opacity: 1;
}
.icon-fb {
  background-image: url('img/icons/fb-d.svg');
}
.icon-fb::before {
  background-image: url('img/icons/fb-w.svg');
}
.icon-tw {
  background-image: url('img/icons/tw-d.svg');
}
.icon-tw::before {
  background-image: url('img/icons/tw-w.svg');
}
.icon-ln {
  background-image: url('img/icons/ln-d.svg');
}
.icon-ln::before {
  background-image: url('img/icons/ln-w.svg');
}
.icon-mail {
  background-image: url('img/icons/email-d.svg');
}
.icon-mail::before {
  background-image: url('img/icons/email-w.svg');
}
.icon-rss {
  background-image: url('img/icons/rss-d.svg');
}
.icon-rss::before {
  background-image: url('img/icons/rss-w.svg');
}
.share a:hover {
  color: #fff;
}
.share a:hover::after {
  top: 0;
}
.share .icon-fb::after {
  background-color: #3949AB;
}
.share .icon-ln::after {
  background-color: #827be9;
}
.share .icon-tw::after {
  background-color: #1da1f2;
}
.share .icon-mail::after {
  background-color: #666;
}
.share .icon-rss::after {
  background-color: orange;
}
.share a span {
  font-size: 0;
}
.mover {
  border-top: solid 1px #ccc;
  display: flex;
  column-gap: 1em;
  padding: 1.75em 0 0 0;
  margin-top: 3.5em;
  justify-content: space-between;
}
.mover a {
  text-decoration: none;
}
.blog h2, .blog h3, .blog h4 {
  text-transform: none;
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: .5rem;
}
.blog h2 {
  font-size: 1.375em;
}
.blog h3 {
  font-size: 1.25em;
}
.blog p, .blog li, .blog h4 {
  font-size: 1.0625em;
}
.blog p {
  line-height: 2;
}
.blog ul li li, .blog ol li li {
  font-size: 1em;
}
.blog ul, .blog ol, .terms ul, .terms ol {
  padding: 0 0 1.75em 1.75em;
  margin-bottom: 0;
}
.blog p {
  line-height: 1.8;
}
.blog ul li, .terms ul li {
  list-style: disc;
}
.blog li {
  line-height: 1.4;
  padding-bottom: .5em;
}
.blog ul li::marker {
  font-size: .8em;
}
.blog li:last-of-type {
  padding-bottom: 0;
}
.blog ul ul, .blog ul ol, .blog ol ul {
  padding-top: .5em;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog article {
  position: relative;
  padding-top: 1.125em;
}
.blog blockquote {
  padding-left: 1.5em;
  border-left: solid 3px #ccc;
  background-color: #f9f9f9;
  padding: .75em 1em .75em 1.25em;
}
.blog blockquote:not(:last-child) {
  margin-bottom: 1.75em;
}
.blog blockquote p {
  font-size: 1em;
  line-height: 1.5;
  font-style: italic;
}
.wp-caption, .blog img {
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 1.68em;
}
.wp-caption:last-child {
  margin-bottom: 0;
}
.blog p.wp-caption-text {
  font-size: .75em;
  font-style: italic;
  text-align: left;
  padding: .25rem 0 0 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
div.hr {
  display: block;
  border-top:solid 1px #999;
  border-bottom:solid 1px #fff;
  width: 100%;
  margin: 20px auto;
}
/*-------------MENU----------------*/
.logo {
  margin: 0;
  width: 19.375em;
}
.logo a {
  display: block;
  line-height: 0;
}
.h-rt {
  width: calc(100% - 20em);
  padding-left: 2em;
  display: flex;
  column-gap: 2em;
  justify-content: flex-end;
  align-items: center;
}
.logo img {
	height: auto;
	width: 100%;
}
.folder {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
  border-radius: 0 0 0 1.625em;
  background: var(--mk-blue);
  color: #fff;
  max-height: 34.25em;
  height: auto;
  width: 40%;
  max-width: 36em;
  padding: 1.75em 0 5.75% 5.75%;
  transform:translateX(101%);
  transition: all 0.5s ease;
}
.nav-out .folder {
  transform:translateX(0);
}
.folder, .folder .inner {
  display: flex;
  flex-direction: column;
}
.folder .inner {
  width: 19.5em;
}
.fold-close span {
  font-size: 0;
}
.fold-close {
  border-radius: 50%;
  margin: 0 0 auto auto;
  width: 3.5em;
  height: 3.5em;
  background: #fff;
  position: relative;
  display: block;
  text-decoration: none;
}
.fold-close::after, .fold-close::before {
  content: " ";
  height: 60%;
  width: 2px;
  background: var(--mk-dblue);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.fold-close:hover {
  background: var(--mk-gold);
}
.fold-close:hover::after, .fold-close:hover::before {
  background: #fff;
}
.fold-close::after {
  transform:rotate(-45deg);
}
.fold-close::before {
  transform:rotate(45deg);
}
.ph-link a {
  display: inline-block;
  color: var(--mk-dblue);
  text-decoration: none;
  background: url('img/icons/phone-g.svg') no-repeat left center;
  background-size: contain;
  padding-left: 1.75em;
  line-height: 1.15;
  font-size: 1.3125em;
  font-family: var(--mk-head);
  font-weight: 900;
}
.ph-link a:hover {
  color: var(--mk-gold);
}
.nav-top {
  padding: 14% 0 2em;
}
.nav-top ul {
  margin: 0;
  padding: 0;
}
.nav-top ul li {
	list-style: none;
}
.nav-top ul, .nav-top li {
	position: relative;
}
.nav-top li {
  padding: .5em 0;
  font-size: 1em;
}
.nav-top li a {
  font-size:3em;
  font-family: var(--mk-head);
  font-weight: 800;
  color: #fff;
  padding:.125em 0;
  display:inline-block;
  line-height: 1;
  text-decoration:none;
}
.nav-top ul li ul {
	position: absolute;
	top: 54px;
	left:calc(50% - 75em);
	margin: auto;
	padding: 4px 12px;
	min-width: 150px;
	text-align: left;
	z-index: 20;
}
.nav-top ul li ul::after {
	z-index: -2;
	opacity: .7;
}
.nav-top ul ul {
	display: none;
}
.nav-top ul ul li {
	display: block;
}
.nav-top li:hover > .sub-menu {
	display: block;
}
.nav-top .sub-menu li {
	padding: 0;
}
.nav-top .sub-menu li a {
	font-size: .95em;
	font-weight: normal;
	padding: 6px 0;
	border-right: 0;
	display: block;
	color: #fff;
	line-height: 1.1;
	text-align: center;
}
.nav-top .sub-menu li:last-child a {
	border-bottom: 0;
}
.nav-top li:last-child a {
	border-right: 0;
}
.folder .ph-link a, .folder .mk-email a {
  font-size: 1.3125em;
  font-family: var(--mk-outfit);
  color: #fff;
  padding-left: 2em;
  line-height: 1.15;
}
.folder .ph-link a {
  background-image: url('img/icons/phone-b.svg');
}
.folder .ph-link a:hover {
  background-image: url('img/icons/phone-g.svg');
}
.folder .mk-email {
  padding-top: 1.6em;
}
.folder .mk-email a {
  background: url('img/icons/email-b.svg') left center no-repeat;
  background-size: auto 82%;
}
.folder .mk-email a:hover {
  background-image: url('img/icons/email-g.svg');
}
.nav-top .menu>li.current_page_item>a {
  background: url('img/icons/nav-point.svg') no-repeat left center;
  background-size: auto 38%;
  padding-left: .75em;
}
.nav-top .menu>li:not(.current_page_item)>a:hover, .folder div>a:hover {
  color: var(--mk-gold);
}
header a img {
  border:none;
  outline:none;
}
.t-search {
  display: block;
  position: relative;
  clear: both;
}
.t-search, .t-search form {
  font-size: 1em;
}
.t-search, .t-search .sfield {
  height: 2.2em;
  font-size: 1em;
}
.s-fire, .t-search .s-sub {
  width: 2.5em;
}
.s-fire {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  z-index: 3;
  cursor: pointer;
}
.t-search form {
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
  width: 0;
  overflow: hidden;
  float: right;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.search-ready .t-search form {
  width: 18em;
  max-width: 100%;
  background: #fff;
}
.search-ready .s-fire {
  display: none;
}
.t-search .s-sub {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.t-search .s-sub, .s-fire {
  background: #666 url('img/icon-search-w.svg') no-repeat center;
  background-size: 60% auto;
}
.t-search .sfield {
  width: calc(100% - 2.5em); /*match s-send width*/
  border: 0;
  background-color: transparent;
}
@media (min-width:992px) {
  .shrink .mast {
    padding: .875em 0;
  }
  .shrink .logo {
    width: 16em;
  }
  .shrink .mob-tog {
    font-size: .88em;
  }
}

/*-------------MOBILE MENU----------------*/
.m-nav {
  display:none;
  top:0;
  position: fixed;
  right: 1.5em;
  top: 0;
  z-index:102;
  font-size: 1em;
}
.mob-tog {
  width: 3.625em;
  height: 3.625em;
  cursor:pointer;
  position: relative;
  background: var(--mk-gold);
  z-index: 99;
  display: block;
  border-radius: 50%;
}
.mob-tog:hover {
  background-color: var(--mk-dblue);
}
.mob-tog::before, .mob-tog::after {
  content: " ";
  width: 48%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mob-tog::before {
  height: calc(44% - 12px);
  border-top: solid .15em #fff;
  border-bottom: solid .15em #ffff;
  right: 0;
}
.mob-tog.active::before {
  border-top: 0;
  border-bottom: 0;
}
.mob-tog::after, .mob-tog.active::before {
  height: .15em;
  background: #fff;
}
.mob-tog::after {
  width: 30%;
  left: 26%;
}
.mob-tog.active::after {
  width: 48%;
}
.mob-tog.active::before {
  transform:rotate(-45deg);
}
.mob-tog.active::after {
  transform:rotate(45deg);
}
.bx-controls-direction .disabled {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.70;
}
#dimmer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 95;
  top: 0;
  left: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.60;
}
.stop-scroll, .mod-open, .mob-out {
  height: 100%;
  overflow: hidden;
}
/*BG COLORS*/
input[type=submit], .btn-fill a, .t-search .s-sub:hover, .t-search .s-fire:hover, form .sub-wrap, .cookies, .home-wrap .menu-social-container a {
  background-color: var(--mk-gold);
}
.btn-fill a:hover {
  background-color: var(--mk-blue);
}
/*FONT COLORS*/
/* .red, h1, nav a, .nav-top a, .btn-fill.white a {
  color:#ac1f2d;
} */
/*ALL TRANSITIONS*/
a, a:hover, a::after, a::before, input[type]:focus, textarea:focus, header, .nav-top, .ajax-loader, .logo, .hlogo, a strong {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*ALL CURVES*/
.curve4, .icurve img, .con1 .map-bg, .con1 .first>div, .about2 .tile, .about3 .img-wrap p:last-of-type img {
  border-radius: .975rem;
}
.circle, .bx-pager-item a, input[type="radio"] {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
}
/*-------------FORMS----------------*/
form label {
  display: block;
  line-height: 1;
  font-size: 1em;
  padding-bottom: .5em;
}
form p {
  font-size: 1em;
  line-height: 1;
  padding: 0;
}
input[type], textarea, select {
  padding:.75em 1em;
  border:solid 1px #ddd;
  width:100%;
  font-size:1em;
  font-weight:normal;
  color:#454545;
}
select {
  max-width: 28em;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
  border:solid 1px #999;
}
textarea {
  font-family: inherit;
}
.wpcf7-checkbox, .wpcf7-radio {
  padding: .5em 0;
  display: block;
  border:dotted 1px transparent;
  margin: -.25em 0 -.5em 0;
}
.wpcf7-list-item {
  display: block;
  margin: 0;
  padding: 0 0 .5em 1em;
}
.wpcf7-list-item>label {
  display: inline-block;
  padding-bottom: 0;
}
.wpcf7-list-item:last-of-type {
  padding-bottom: 0;
}
input[type="checkbox"], input[type="radio"] {
  font-size: 1rem;
  width: 1.25em;
  height: 1.25em;
  padding: 0;
  border: solid 1px #666;
  background-color: transparent;
  vertical-align: middle;
  cursor: pointer;
  margin-right: .32em;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
  background-color: #666;
}
select option { /*non webkit fix*/
  -webkit-appearance:unset;
  color: #333;
  background-color: inherit;
}
input[type=submit] {
  border:none;
  outline:none;
  font-size:1em;
  color:#fff;
  padding:.5em 1.2em;
  cursor:pointer;
  text-transform:uppercase;
  text-decoration:none;
}
.wpcf7-not-valid {
  border-color: red !important;
}
.wpcf7-recaptcha {
  transform: scale(.85);
  position: relative;
  left: -20px;
  top: -6px;
  display: inline-block;
}
form .wpcf7-form-control-wrap {
  display: block;
  padding-bottom: 1.375em;
  position: relative;
}
form span.wpcf7-not-valid-tip { /*hide error label per field*/
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  padding: 1em 0 0;
  border: 0;
  margin: 0;
  text-align: center;
  font-size: 1em;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}
form div.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #454545;
}
form .form-end {

}
form .form-end .wpcf7-form-control-wrap, form .form-end p {
  padding-bottom: 0;
}
form .form-end .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  text-align: left;
  position: relative;
  margin-top: -.4em;
  bottom: inherit;
  right: inherit;
}
form .sub-wrap {
  position: relative;
  display: block;
  z-index: 0;
  margin-top: 1em;
}
.sub-wrap input[type=submit] {
  background-color: transparent; /*wrap holds bg color*/
  position: relative;
  z-index: 2;
}
.wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(50% + 2.5em);
  z-index: 3;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  left: calc(50% + 2em); /*half btn text*/
  margin: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: none;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.ajax-loader::after {
  content: " ";
  display: block;
  width: 60%;
  height: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
  opacity: 1;
}
.ajax-loader.is-active::after {
  animation: ring-spin 1s linear infinite;
}
@keyframes ring-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
form *::-webkit-input-placeholder {
  color: #999;
  font-weight: 300;
}
form *::-moz-placeholder {
  color: #999;
  font-weight: 300;
}
form *:-ms-input-placeholder {
  color: #999;
  font-weight: 300;
}
form *:-moz-placeholder {
  color: #999;
  font-weight: 300;
}
/*-------------COMPATIBILITY----------------*/
.transparent {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.transform {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.display-inline {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/*-----IE ONLY-----*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}
/*RESPONSIVE*/
/*RETINA IMAGES*/
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
}
@media (max-width: 1200px) {
  h1 {
    font-size: 2.75em;
  }
  h2 {
    font-size: 2.5em;
  }
  .con1 .map-bg {
    right: 2em;
    left: 2em;
    width: auto;
  }
  .con1 .sub2 .last {
    padding-left: 4em;
  }
  .con1 .first img {
    width: 220px;
    margin-right: -1.5em;
  }
}
/* Primary Break */
@media (max-width: 992px) {
  main.home-wrap {
    padding-top: 94px;
  }
  main.child {
    margin-top: 94px;
  }
  .folder {
    width: 28em;
    max-width: 100%;
  }
  .logo {
    width: 15em;
  }
  .h-rt {
    width: calc(100% - 15em);
  }
  /*end menu*/
  .column {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5em;
  }
  .row>.column:first-of-type {
    padding-top: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .vcent, .row.invert {
    display: block;
  }
  .bfx br {
    display: none;
  }
  .modal-wrap {
    padding: 40px;
  }
  .modal-box {
    max-width: 592px;
    width: 100%;
    padding: 60px 40px;
  }
  .modal-close {
    right: 16px;
  }
  .fill-right {
    position: relative;
    height: 60vw;
    width: 100%;
  }
  .con1 .row {
    display: block;
  }
  .con1::after {
    height: 44%;
  }
  .con1 .map-bg, .con1 .sub2 .last {
    height: 30em;
  }
  .con1 .map-bg {
    left: 0;
    right: 0;
    background-size: cover;
    border-radius: 15px;
    background-color: #07141D;
  }
  .con1 .sub2 .last {
    padding: 0 1em 2em;
  }
  .con1 .first {
    max-width: 30em;
    margin: auto;
  }
  .con1 .first img {
    margin:0 -2em -7em auto;
  }
  .home2 {
    background-size: contain;
    background-position: top center;
  }
  .home4 .column {
    padding: 0;
    max-width: 30em;
    margin: auto;
  }
  .home4 .column:not(:last-of-type) {
    padding-bottom: 5em;
  }
  .home3 .width, .about2, .about1 .width, .con1 .sub1 {
    padding-top: 4em;
  }
  .home1 .width {
    padding-top: 2.5em;
  }
  .about1 .width {
    padding-bottom: 4em;
  }
  .about2 .row {
    display: flex;
    justify-content: center;
  }
  .about2 .tile {
    width: 100%;
    max-width: 30em;
  }
  .about3 .img-wrap p:first-of-type img {
    max-width: 30vw;
    margin-bottom: -15vw;
    margin-left: -8vw;
  }
}
/* Smartphones | <480px */
@media (max-width: 700px) {
  .h-rt .ph-link {
    display: none;
  }
  h2 {
    font-size: 2.125em;
  }
  .btn-fill a {
    font-size: 1.125em;
  }
  .home3 li a, .home2 .nudge p, .about3 .width>p, .about1 .last strong {
    font-size: 1.25em;
  }
  .home2 {
    background-image: none !important;
  }
  .home2 .nudge {
    width: 100%;
    max-width: inherit;
    text-align: center;
  }
  .home2 .tiles {
    padding-top: 3em;
  }
  .about3::after {
    height: auto;
    top: 40vw;
  }
  .about2 .width::after {
    background-position: top right;
    background-size: cover;
    height: 10em;
  }
}
@media only screen and (max-width: 500px) {
  .mast {
    padding: .875em 0;
  }
  main.home-wrap {
    padding-top: 77px;
  }
  main.child {
    margin-top: 77px;
  }
  .logo {
    width: 12em;
  }
  .h-rt {
    width: calc(100% - 12em);
  }
  .mob-tog, .fold-close {
    font-size: .85em;
  }
  .nav-top li a {
    font-size: 2.25em;
  }
  .con1 .addy p, .con1 .sub2 .last p, .home4 .tile h3 {
    font-size: 1.25em;
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.875em;
  }
  .cookies .width {
    flex-wrap: wrap;
  }
  .cookies .btn-wrap {
    padding-top: 1em;
  }
  .fix-chrome-xl-text, .bx-wrapper p {
    -webkit-text-size-adjust: 100%
  }
  .modal-box {
    max-width: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius: 0;
  }
  .modal-wrap {
    padding: 0;
  }
  .con1 .map-bg, .con1 .sub2 .last {
    height: 22em;
  }
  .con1 .addy {
    padding-left: 2em;
    padding-right: 2em;
  }
  .home2 .tile {
    width: 100%;
  }
  .home3 .tabs {
    min-height: 24em;
  }
}
