/*
Theme Name: Hawthorne Electric Theme
Description: Custom template created for Hawthorne Electric
Version: 1.0
Author: Joel Smith
Author URI: http://okasoftdesign.com

*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;900&display=swap');
html, body {
  height: 100%;
}
html {
  font-size: 16px;
}
body {
  background: #fff;
  color: #04233E;
  font-size: 1em;
  font-family: 'Open 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;
}
a:hover {
  text-decoration: none;
}
*:focus {
  outline: none;
}
input[type=submit], input[type], textarea {
  -webkit-appearance:none;
}
@font-face {
    font-family: 'Calimate';
    src: url('fonts/Calimate-Bold.woff') format('woff'),
         url('fonts/Calimate-Bold.woff2') format('woff2');
    font-weight: bold;
    font-display: swap;
    text-rendering: optimizeLegibility;
}
h1, .stats p {
  font-family: 'Calimate', sans-serif;
}
.fancy-font {
  font-family: 'Open Sans', sans-serif;
}
.font-light {
	font-weight: 300;
}
.font-reg {
	font-weight: 400;
}
.font-semi {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
/*---------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;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, .06);
  font-size: 1em;
  padding: 1em 0;
}
.mast .width {
	z-index: 3;
	padding: 0;
  display: flex;
  max-width: 90em;
  align-items: center;
  justify-content: space-between;
}
.width {
  max-width:1200px;
  width:calc(100% - 3.75em);
  margin:0 auto;
  display:block;
  position: relative;
}
main {
  background:#fff;
  overflow: hidden;
  margin-top: 116px; /*fixed header*/
}
main .width {
  padding:4em 0;
}
.anchor {
  top: -4em; /*match section padding*/
  position: relative;
}
/*FOOTER*/
footer {
  margin: auto;
  padding: 0;
  font-size:1em;
  color: #fff;
}
footer .trio {
  padding: 4.75em 0 5.625em;
  position: relative;
  background-image: url('img/foot-bg.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 2.25em);
  background-size: auto 100%;
}
.trio::before {
  content: " ";
  width: 100%;
  position: absolute;
  top: -1.1875em;
  height: 1.75em;
  background: url('img/foot-bar.svg') no-repeat top center;
  background-size: auto 100%;
  z-index: 3;
}
footer .trio .width {
  max-width: 81.25em;
}
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;
}
.trio .col1 {
  width:43%;
}
.trio .col2 {
  width: 34%;
  padding-top: 1.25em;
}
.trio .col3 {
  padding-top: 1.25em;
  width: 23%;
}
.trio .col1 .widget_text {
  padding-top: 1.25em;
  font-weight: 600;
}
#block-9 .btn-wrap {
  padding-top: 0;
}
#block-10 .btn-wrap {
  padding-top: 1.5em;
}
.trio figure {
  width: 28.75em;
  max-width: 100%;
}
.trio .btn-out a {
  font-weight: 500;
}
.btn-out.call a {
  background: url('img/icons/call.svg') 1.385em center no-repeat;
  background-size: 1.125em auto;
  padding-left: 3.25em;
}
.btn-out.email a {
  background: url('img/icons/mail.svg') 1.375em center no-repeat;
  background-size: 1.5em auto;
  padding-left: 3.75em;
}
.btn-out.email a:hover {
  background-image: url('img/icons/mail-w.svg');
}
.btn-out.call a:hover {
  background-image: url('img/icons/call-w.svg');
}
.trio .menu li {
  list-style: none;
}
.trio .menu {
  padding: 0;
}
.trio .menu a {
  font-size: 1.125em;
  font-weight: 600;
}
.trio .menu li:not(:last-of-type) {
  padding-bottom: 1.25em;
}
@media (min-width:901px) {
  .mast .width {
    width: calc(100% - 5rem);
  }
  .shrink .mast .logo {
    width: 16em;
  }
  footer .trio .width {
    display: flex;
    justify-content: space-between;
  }
  .trio .col1 {
    padding-right: 2em;
  }
  .trio .col2 {
    padding-right: 2em;
  }
}
/*---------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 {
  font-size: 3.5em;
  padding:0 0 .6em 0;
  line-height: 1.2;
  font-weight:normal;
}
h2 {
  font-size: 3.5em;
  line-height: 1.3;
  padding:0 0 .675em 0;
}
.h2-sm h2 {
  font-size: 1.58em;
  font-weight: 700;
}
h3 {
  font-size: 1.58em;
  padding:0 0 .4em 0;
}
h4 {
  font-size: 1.2em;
  padding:0 0 .4em 0;
}
main p {
  line-height: 1.7;
  padding:0 0 1.6em 0;
}
main p:last-of-type {
  padding-bottom: 0;
}
main p, main li {
  font-size: 1.125em;
  font-weight: 600;
}
main p a {
  font-weight: 900;
}
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: 1em;
}
.btn-out a, .btn-fill a {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-size: 1.125em;
  text-decoration: none;
  z-index: 0;
  border-radius: 2em;
  text-align: center;
}
.btn-fill a {
  padding:1em 2em 1.1em;
  font-weight: 900;
}
.btn-fill a, .btn-fill a:visited, .btn-out.white a, .btn-out a:hover {
  color: #fff;
}
.btn-fill.white a, .btn-fill.hwt a:hover {
  background-color: #fff;
}
.btn-out a {
  border: solid 2px #04233E;
  font-weight: 600;
  padding:1em 1.5em 1.1em;
}
.btn-out.white a {
  border-color:#fff;
}
.btn-out a:hover {
  border-color: #F4A13C;
}
.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;
}
.preg p {
  font-weight: 400;
}
.empty .width {
  min-height: 38em;
}
.empty .btn-wrap {
  padding-top: 2.5em;
}
.empty h2 {
  padding-bottom: .25em;
}
/*-------------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: 3.125em;
  width: 3.125em;
}
.next-bg {
  right: 0;
}
.prev-bg {
  left: 0;
}
.bx-prev, .bx-next {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: solid .2em #fff;
  top: 0;
  left:0;
  background:url('img/icons/arr-rt.svg') no-repeat center;
  background-size: auto 1.25em;
  background-color: transparent;
}
.bx-prev:hover, .bx-next:hover {
  background-color: #F4A13C;
  border-color: #F4A13C;
  background-image: url('img/icons/arr-rt-w.svg');
}
.bx-prev {
  transform: rotate(180deg);
}
.bx-pager {
  display: flex;
  column-gap: .75em;
  justify-content: center;
  align-items: center;
}
.bx-pager-item {
  display: block;
}
.bx-pager-item a {
  display: block;
  width: 1.625rem;
  height: .375rem;
  text-decoration: none;
  border-radius: .5rem;
  font-size: 0;
  background: rgba(255, 255, 255, .35);
}
.bx-pager-item a.active, .bx-pager-item a:hover {
  background-color: #F4A13C;
}
/*-------------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;
  }
}
/*-------------PAGE: HOME----------------*/
.home1 {
  background: url('img/bg-bolts1b.png') no-repeat top center;
  background-size: 100% auto;
  background-position: -3em 1.5em;
}
.home1 .sub1 {
  max-width: 64em;
  padding: 4.5em 0 5.875em;
  padding-bottom: 12.375em;
  z-index: 2;
  position: relative;
}
.home1 .sub1::after, .home1 .sub1::before, .home3 .sub3::after, .home3 .sub2::before, .about1 .sub1::after, .about3 .width::after, .about2 .width::after, .about2 .width::before {
  content: " ";
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.home1 .sub1::after {
  background-image: url('img/icons/bolt-up.svg');
  left: 0;
  bottom: 11.375em;
  width: 2.625em;
  height: 5.625em;
}
.home1 .sub1::before, .home3 .sub3::after, .about1 .sub1::after, .about3 .width::after, .about2 .width::after {
  background-image: url('img/icons/bolt-side.svg');
  height: 2.625em;
  width: 5.625em;
}
.about2 .width::before {
  background-image: url('img/icons/bolt-gray.svg');
  width: 4.75em;
  height: 4.5em;
  left: 0;
  bottom: -1em;
}
.home1 .sub1::before {
  left: calc(100% - 1em);
  bottom: 5.275em;
}
.home3 .sub3::after {
  transform: rotate(-252deg);
  right: 0;
  top: 3em;
}
.home3 .sub2::before {
  background-image: url('img/icons/bolt-side2.svg');
  height: 5em;
  width: 5em;
  top: 3em;
  left: 3.5%;
}
.about2 .width::after {
  top: 4.5em;
  left: 1em;
  transform: rotate(-260deg);
}
.about3 .width::after {
  left: calc(50% + 31em);
  bottom: 5.5em;
  transform: rotate(-10deg);
}
.home1 h1 {
  text-align: center;
  position: relative;
  padding: 1em 0 .25em;
}
.home1 h1::before, .about1::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background: url('img/icons/head-pre.svg') no-repeat top center;
  background-size: contain;
}
.home1 h1::before {
  top: 0;
  width: .857em;
  height: .5em;
}
.about1::after {
  bottom: -.65em;
  width: 3em;
  height: 1.625em;
}
.home1 .btn-wrap {
  padding-top: 2.25em;
}
.home1 .sub2::before, .home1 .sub2::after, .about1 .sub2::before, .about1 .sub2::after {
  content: " ";
  width: 100%;
  position: absolute;
  left: 0;
}
.home1 .sub2::before, .about1 .sub2::before {
  height: 100%;
  z-index: -1;
  background: url('img/clip-tri.svg') no-repeat top center;
  background-size: 100% auto;
}
.home1 .sub2::before {
  top: -6.25em;
}
.about1 .sub2::before {
  top: 3.25em;
}
.home1 .sub2::after, .about1 .sub2::after {
  background-color:#04233E;
  height: auto;
  bottom: 0;
  z-index: -1;
}
.home1 .sub2::after {
  top: 10em;
}
.about1 .sub2::after {
  top: 20em;
  border-radius: 0 0 .5rem .5rem;
}
.home1 .sub2 {
  padding-bottom: 0;
}
.home1 .sub2, .home2 .width, .about1 .sub2 {
  position: relative;
  z-index: 1;
  max-width: 85.24em;
}
.home1 .sub2, .home2 .sub2, .about1 .sub2 {
  padding-top: 0;
  padding-left: 2.375em;
  padding-right: 2.375em;
  width: 100%;
}
.home1 .sub2 .first img {
  border-radius: .675rem;
}
.home1 .badge {
  position: absolute;
  height: 54%;
  width: 21.5%;
  z-index: 4;
  top: -14%;
  left: 8%;
  background-position: top center;
  background-size: contain;
}
.home2 {
  margin-top: -1px;
}
.home2 .sub1 {
  padding: 5em 4em;
  width: 100%;
}
.home2 .lim {
  overflow: hidden;
}
.home2 .sub1::after {
  content: " ";
  width: 100%;
  position: absolute;
  left: 0;
  background-color:#04233E;
  height: auto;
  top: 0;
  bottom: -9.625em;
  z-index: -1;
  border-radius: 0 0 .5rem .5rem;
}
.cards {
  padding-bottom: 2.75em;
}
.card, .ibox {
  background-color: #102E48;
  border-radius: 1.5em;
}
.card {
  min-height: 16.5em;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card p:nth-child(1) img {
  margin: auto;
}
.column:nth-child(1) .card p:nth-child(1) img {
  margin-left: 1em;
}
.column:nth-child(2) .card p:nth-child(1) img {
  margin-right: .8em;
}
.card p:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: .66em;
}
.card p:nth-child(3) {
  font-size: 1.25em;
  font-weight: 700;
  width: 11em;
  max-width: 100%;
  line-height: 1.3;
}
.home2 .sub2 {
  overflow: hidden;
}
.home2 .sub2 h2 {
  position: absolute;
  top: 5.5rem;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: white;
  line-height: 1.3;
}
.slide {
  position: relative;
  z-index: 1;
  min-height: 36.5em;
  border-radius: .5rem;
  overflow: hidden;
  padding: 6em 2em 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.slide-clip {
  margin: 0 auto;
  width: 44.75em;
  max-width: 100%;
}
.slide-clip .bx-viewport {
  overflow: visible !important;
}
.slide .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 1em);
  height: calc(100% - 1em);
  z-index: -1;
  border-radius: .5rem;
  overflow: hidden;
}
.slide .bg-img::after, .tile .outer::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color:#04233E;
  opacity: .65;
}
.slide .bg-img::after {
  z-index: -1;
  mix-blend-mode: multiply;
}
.tile .outer::after {
  z-index: 1;
}
.home2 .bx-controls {
  position: absolute;
  bottom: 3.25em;
  left: 2.25em;
  right: 2.25em;
  z-index: 4;
  display: block;
}
.home3 {
  background: url('img/bg-bolts1b.png') repeat-y top center;
  background-size: 100% auto;
}
.home3 .sub1 {
  max-width: 70.25em;
  padding: 0 0 1.875em;
}
.home3 .stats {
  border-radius: .5rem;
  min-height: 15.625em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5em 0;
}
.home3 .stats .row {
  width: 90%;
}
.home3 .stats p {
  font-size: 1.3125em;
  line-height: 1.3;
}
.stats p strong {
  font-size: 4em;
  line-height: 1;
  font-weight: normal;
}
.home3 .sub2 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.625em;
  row-gap: 2.625em;
  max-width: 80.25em;
}
.home3 .sub2 h2 {
  padding-bottom: 0;
  width: 100%;
}
.home3 .quote.wide {
  width: 100%;
}
.home3 .quote.wide p {
  max-width: 59em;
  margin-left: auto;
  margin-right:auto;
}
.home3 .quote {
  background-color: #f7f7f7;
  border-radius: 1rem;
  padding: 4% 6%;
}
.home3 .quote.half {
  width: calc(50% - 1.3125em);
}
.home3 .quote img {
  margin: auto;
}
.home3 .quote p:not(:last-of-type) {
  padding-bottom: 1em;
}
.home3 .quote p:last-of-type {
  margin-top: -.5em;
}
.home3 .sub3 {
  padding: .875em 0 6em;
}
@media (min-width:901px) {
  .home1 .sub2 .first {
    padding-right: 4em;
  }
  .home1 .sub2 .last {
    padding-left: 0;
    max-width: 24.5em;
    padding-top: 9.5em;
  }
  .cards {
    margin: .875em -1.25em 0;
  }
  .cards .column {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
/*-------------PAGE: ABOUT----------------*/
.about1 {
  background: url('img/bg-bolt-about.svg') no-repeat 5% center;
  background-size: 80em auto;
  background-position: center 8%;
}
.about1 .sub1 {
  padding: 5em 0;
  max-width: 69em;
}
.about1 .img-set {
  position: relative;
}
.about1 .img-set img:not(.hd-icon) {
  border-radius: .5rem;
}
.about1 .hd-left {
  width: 61%;
  height: auto;
}
.about1 .hd-right {
  width: 49%;
  height: auto;
  position: absolute;
  right: 0;
  top: 28.4%;
  z-index: 2;
}
.about1 .hd-icon {
  width: 15.85%;
  height: auto;
  position: absolute;
  top: 4%;
  right: 18%;
  z-index: 3;
}
.about1 .sub1::after {
  top: 5em;
  right: -2em;
  left: inherit;
  transform: rotate(20deg);
}
.about1 .sub2 {
  padding-bottom: 8em;
}
.about1 .sub2>h2 {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: .92em;
}
.ibox {
  padding: 1em 1em 1em 11.125em;
  position: relative;
  min-height: 8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 69.75em;
  margin: 0 auto 1.25em;
}
.ibox p:nth-child(1) {
  position: absolute;
  width: 10em;
  left: 0;
  top: 1em;
  bottom: 1em;
  height: auto;
  display: flex;
  text-align: center;
  padding-bottom: 0;
}
.ibox img {
  margin: auto;
}
.ibox p:last-of-type {
  font-weight: 400;
}
.ibox h3 {
  padding-bottom: .3em;
}
.about1 .closer {
  padding-top: 2.5em;
}
.about1 .closer h2 {
  padding-bottom: .25em;
}
.about2 h2 {
  padding-bottom: 0;
}
.about2 h3 {
  padding-bottom: .6em;
}
.about2 .flexer {
  padding-top: 2.75em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -.6875em;
}
.about2 .tile {
  width: 33.3333%;
  padding: .6875em;
  position: relative;
}
.tile .outer {
  overflow: hidden;
  border-radius: 1.25em;
  position: relative;
  height: 0;
  padding-top: 92%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tile .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  color: white;
  padding: 1em;
}
.tile strong {
  display: block;
  text-align: center;
  position: relative;
  background: url('img/icons/dash.svg') no-repeat center bottom;
  padding-bottom: 1em;
  background-size: 1em auto;
  font-size: 1.375em;
  line-height: 1.3;
}
.more-tag::before {
  content: "& Much More!";
  text-transform: uppercase;
  color: #fff;
  transform: rotate(-90deg);
  position: absolute;
  top: 11px;
  bottom: 0;
  width: 14rem;
  height: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
  text-align: center;
  z-index: 0;
  border-radius: 0 0 1.25rem 1.25rem;
  font-size: 1.1em;
  font-weight: 900;
  margin: auto;
  right: -7.7rem;
}
.about3 .width {
  max-width: 56em;
  padding: 1.5em 0 6.5em;
}
.about3 h2 {
  padding-bottom: .25em;
}
.about3 .btn-wrap {
  padding-top: 2em;
}
.con1 .sub1 {
  padding-top: 6.125em;
  padding-bottom: 0;
}
.con1 h1 {
  padding-bottom: .3125em;
}
.con1 .last {
  padding-bottom: 3.125em;
}
.con1 .last img {
  border-radius: .5rem;
}
.con1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.con1::before, .con1::after {
  content: " ";
  max-width: 85em;
  width: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.con1::before {
  height: 50%;
  top: 22.5em;
  background: url('img/bg-clip-g.svg') no-repeat top center;
  background-size: 100% auto;
}
.con1::after {
  background-color: #f7f7f7;
  top: 38em;
  z-index: -2;
  height: 100%;
}
.con1 .sub2 {
  padding-top: 0;
  padding-bottom: 8.875em;
}
.con1 h2 {
  padding-bottom: 0;
}
.cinfo {
  padding-bottom: 2em;
}
.cform {
  background-color: #fff;
  margin: auto;
  max-width: 66em;
  padding: .75em;
  position: relative;
}
.cform iframe {
  width: 100%;
  border:0;
}
@media (min-width:901px) {
  .about2 {
    background:url('img/icons/bolt-g-side.svg') no-repeat;
    background-size: 5.5em auto;
    background-position: calc(50% + 34em) 6.5em;
  }
  .con1::before, .con1::after {
    width: 94.5%;
  }
  .con1 .width {
    padding-left: 4.75em;
    padding-right: 4.75em;
    width: 100%;
    max-width: 89.75em;
  }
  .con1 .first {
    padding-right: 2.5em;
  }
  .con1 .first p:last-of-type {
    padding-left: 13.75%;
    padding-top: 10.5%;
    margin-bottom: -1.25em;
  }
  .con1 .last img {
    margin-left: auto;
  }
  .con1 .first p:first-of-type {
    max-width: 32em;
  }
  .cinfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1.75em;
  }
  .cinfo .btn-wrap {
    padding: 1.375em 0 2em;
  }
  .cinfo h2, .cinfo h3, .cinfo p {
    width: 100%;
  }
}
/*-------------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: 22.375em;
  max-width: 30%;
}
.h-rt {
  width: calc(100% - 12em);
  padding-left: 2em;
}
.logo img {
	height: auto;
	width: 100%;
}
.logo a {
  display: block;
  line-height: 0;
}
.nav-top {
  width: 40%;
  max-width: 34em; /*544*/
}
.nav-top ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  column-gap: 1.25em;
}
.nav-top ul li {
	list-style: none;
	display: inline-block;
}
.nav-top ul, .nav-top li {
	position: relative;
}
.nav-top li {
  padding: 0;
}
.nav-top li a {
  font-size:1.125em;
  font-weight: 600;
  padding:.4em 0;
  display:block;
  text-decoration:none;
}
.nav-top li:last-of-type {
  padding-right: 0;
}
.nav-top li:first-of-type {
  padding-left: 0;
}
.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;
}
.mast .btn-fill.phone a {
  padding-left: 1.78em;
  padding-right: 1.78em;
}
header a img {
  border:none;
  outline:none;
}
/*-------------MOBILE MENU----------------*/
.m-nav {
  display:none;
  top:0;
  position: fixed;
  right: 1.5em;
  top: 0;
  z-index:102;
  font-size: 1em;
}
.m-nav, .mob-tog {
  width: 2em;
  height: 1.875em;
}
.mob-tog {
  cursor:pointer;
  left: 0;
  top: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  z-index: 99;
  display: block;
}
.mob-tog::before, .mob-tog::after {
  content: " ";
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mob-tog::before {
  height: calc(100% - 12px);
  border-top: solid 3px #F4A13C;
  border-bottom: solid 3px #F4A13C;
}
.mob-tog.active::before {
  border-top: 0;
  border-bottom: 0;
}
.mob-tog::after, .mob-tog.active::before {
  height: 3px;
  background: #F4A13C;
}
.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*/
.gold-bg, input[type=submit], .btn-fill a, form .sub-wrap, .cookies, .home-wrap .menu-social-container a, .btn-out a:hover, .more-tag::before {
  background-color: #F4A13C;
}
.navy-bg, .btn-fill a:hover {
  background-color:#04233E;
}
/*FONT COLORS*/
.navy, h1, nav a, .nav-top a, .btn-fill.white a, .btn-out a {
  color:#04233E;
}
.gold, a, p a:visited, .nav-top .current_page_item>a, .nav-top a:hover, .btn-fill a:hover, .trio .menu a:hover, h3 {
  color: #F4A13C;
}
/*ALL TRANSITIONS*/
a, a:hover, a::after, a::before, input[type]:focus, textarea:focus, header, .nav-top, .ajax-loader, .logo  {
  -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 {
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
}
.circle, 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: 1300px) {
  .img-set {
    height: 49vw;
  }
  .about1 .hd-right {
    top: 27.4%;
    top: 13.1vw;
  }
}
@media (max-width: 1200px) {
  .about1 {
    background-size: 90% auto;
  }
  .trio .col1 {
    width: 38%;
  }
  .trio .col3 {
    width: 8em;
  }
  .trio .col2 {
    width: calc(60% - 8em);
  }
  .mast .btn-fill.phone a {
    padding: .75em 1.25em;
  }
  h1, h2 {
    font-size: 3em;
  }
  .home1 .sub2 .last {
    padding-top: 10vw;
  }
  .more-tag::before {
    font-size: 1em;
    width: 10rem;
    right: -5.7rem;
  }
  .about3 .width::after {
    left: inherit;
    right: 1em;
  }
  .con1 .first p:last-of-type {
    padding: 0;
  }
}
/* Primary Break */
@media only screen and (max-width: 900px) {
  .nav-top {
    display: none;
  }
  header .width {
    padding-left: 0;
  }
  .h-rt {
    padding-left: 2em;
  }
  .m-nav {
    display:block;
  }
  .logo {
    width: 12em;
    max-width: inherit;
  }
  .nav-top, .mast .btn-fill.phone {
    transform:translateX(100vw);
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .mob-out .nav-top, .mob-out .mast .btn-fill.phone {
    transform:translateX(0);
    visibility: visible;
  }
  header {
    z-index: 100;
  }
  .m-nav, header {
    height: 5rem;
  }
  main {
    margin-top: 5rem;
  }
  nav.nav-top {
    top: 5rem;
  }
  nav.nav-top {
    height:calc(100% - 5rem);
    width:100%;
    position:fixed;
    max-width:100%;
    left:0;
    margin-top:0;
    display: block;
    z-index:98;
    background-color:#04233E;
  }
  .menu-top-container {
    height: 100%;
  }
  .nav-top ul {
    display: block;
  }
  .nav-top .menu {
    overflow-y:auto;
    height: 100%;
    padding: 2em 2em 8em 3em;
  }
  .nav-top .menu>ul {
    margin:0;
    padding: 0;
  }
  nav.nav-top ul {
    float:none;
  }
  .nav-top ul li {
    float:none;
    margin:.2em 0;
    display:block;
  }
  .nav-top li {
    padding: 0 0 .25em;
  }
  nav.nav-top ul li ul {
    padding-left: .8em;
  }
  nav.nav-top li a {
    font-size:1.32em;
    text-shadow:none;
    line-height:1;
    padding: .5em 0;
    display:inline-block;
    margin:0;
    font-weight: 600;
    text-transform: none;
  }
  nav.nav-top a, nav.nav-top a:visited {
    color:#fff;
    text-decoration: none;
  }
  .mast .btn-fill.phone {
    position: fixed;
    top: 17.25em;
    z-index: 102;
  }
  /*end menu*/
  .column {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.6em;
  }
  .row>.column:first-of-type {
    padding-top: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .vcent, .row.invert {
    display: block;
  }
  .modal-wrap {
    padding: 40px;
  }
  .modal-box {
    max-width: 592px;
    width: 100%;
    padding: 60px 40px;
  }
  .modal-close {
    right: 16px;
  }
  footer .trio {
    padding: 4em 0 3em;
  }
  .trio .col {
    max-width: 100%;
    width: 24em;
    margin: auto;
    text-align: center;
  }
  .trio .col2 {
    padding: 2.5em 0 1em;
  }
  .trio .btn-out a {
    font-size: 1em;
  }
  .home3 .sub2::before {
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
  }
  .home1 .sub1::before {
    right: 1em;
    left: inherit;
  }
  .home1 .sub2::after {
    top: 6vw;
  }
  .home1 .badge {
    top: -4.5vw;
  }
  .home1 .sub2 .last {
    padding-top: 2em;
  }
  .home2 .sub2 {
    padding-left: 0;
    padding-right: 0;
  }
  .home2 .sub2 h2 {
    top: 2.5rem;
  }
  .slide-clip {
    width: 36em;
    margin: auto;
  }
  .slide {
    min-height: 30em;
  }
  .about2 .tile {
    width: 50%;
  }
  .about1 .sub1::after {
    top: 2em;
    height: 2.5em;
  }
  .about1 .sub2::after {
    top: 36vw;
  }
  .about1 .sub2>h2 {
    padding: 1em 0 .75em;
  }
  .cinfo .btn-wrap:last-of-type {
    padding-bottom: 1.5em;
  }
  .con1 .first {
    display: flex;
    flex-wrap: wrap;
  }
  .con1 .sub1 {
    padding: 3em 0 1em;
  }
  .con1 .first p:last-of-type {
    order: -1;
    padding-bottom: 1.5em;
  }
  .con1::before {
    top: 24vw;
  }
  .con1::after {
    top: 50vw;
  }
  .con1 .sub2 {
    padding-bottom: 5em;
  }
}
/* Smartphones | <480px */
@media only screen and (max-width: 700px) {
  h1, h2 {
    font-size: 2.5em;
  }
  .home3 .quote.half {
    width: 100%;
  }
  .home3 .sub3::after, .about2 .width::after, .about3 .width::after {
    display: none;
  }
  .btn-fill a {
    padding: .75em 1.5em;
  }
  .slide {
    padding-top: 4em;
  }
  .home3 .stats p {
    font-size: 1.125em;
  }
  .tile strong {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 500px) {
  h1, h2 {
    font-size: 2.125em;
  }
  .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;
  }
  .about2 .tile {
    width: 100%;
  }
  .tile strong {
    font-size: 1.25em;
  }
  .more-tag::before {
    transform:none;
    top: calc(100% - 12px);
    left: 0;
    bottom: inherit;
    right: 0;
    width: 12rem;
  }
  .ibox {
    padding: 1.5em 1em;
    text-align: center;
  }
  .ibox p:nth-child(1) {
    position: relative;
    left: inherit;
    top: inherit;
    bottom: inherit;
    width: 100%;
    padding-bottom: 1em;
  }
  .about1 .hd-right {
    top: 12vw;
  }
  .trio figure {
    width: 16em;
    margin: auto;
  }
}
