/*
Theme Name: Granite County Medical Theme
Description: Custom template created for GCMC
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;800&display=swap');
html, body {
  height: 100%;
}
html {
  font-size: 16px;
}
body {
  background: #fff;
  color: #002A52;
  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;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
*:focus {
  outline: none;
}
input[type=submit], input[type], textarea {
  -webkit-appearance:none;
}
.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;
  font-size: 1em;
  padding: 0;
  /* height: 174px; */
}
.mast .width {
	z-index: 3;
	padding: 0;
  display: flex;
  max-width: 84.75rem;
}
.mast .prime {
  justify-content: space-between;
}
.width {
  max-width:70rem; /*1120*/
  width:calc(100% - 3.75em);
  margin:0 auto;
  display:block;
  position: relative;
}
.width.wide {
  max-width: 73.125rem; /*1170*/
}
main {
  background:#fff;
  overflow: hidden;
  margin-top: 10.875em; /*174px*/
  position: relative;
}
main .width {
  padding:4em 0;
}
.anchor {
  top: -6rem; /*match section padding*/
  position: relative;
}
/*FOOTER*/
footer {
  margin: auto;
  padding: 0;
  font-size:1em;
}
footer .trio {
  padding: 3.5em 0 1.875em;
  position: relative;
}
.trio::before, .trio::after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 0;
}
.trio::before {
  background: url('img/footer-bg.jpeg') no-repeat center;
  background-size: cover;
  right: 0;
  left: 0;
  z-index: 0;
}
.trio::after {
  background-color: #002A52;
  mix-blend-mode: multiply;
  left: calc(50% + 18.125rem);
  right: 0;
  z-index: 1;
}
.trio .width {
  display: flex;
  max-width: 75rem; /*1200*/
  justify-content: space-between;
  z-index: 2;
}
.trio .col.first {
  width: 26%;
  padding-right: 2em;
}
.trio .col.mid {
  width: 50%;
  padding-right: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trio .col.last {
  width: 24%;
  padding-top: 1.125em;
  padding-left: 1.25em;
}
#text-2 {
  width: 14.125em;
  text-align: center;
  max-width: 100%;
}
#text-2 p {
  font-size: .9375em;
}
#text-2 p:nth-child(2) {
  padding: 2.66em 0 1.47em;
}
.trio ul.menu li {
  list-style: none;
}
.trio .menu {
  padding: 1em 0 0 1em;
}
.trio .mid .menu {
  padding: 0 0 1em 1em;
}
.trio .menu li {
  padding-bottom: 1.25em;
  line-height: 1.2;
}
.trio h3 {
  font-size: 1.125em;
}
.trio .mid .widget {
  width: 33.333%;
}
#nav_menu-2 {
  width: 100%;
  padding-bottom: .875em;
}
#nav_menu-2 .menu {
  column-count: 3;
}
#nav_menu-2 li {
  break-inside: avoid-column;
}
.trio .last a {
  color: #fff;
}
.trio .last h3, .trio .last p {
  font-size: 1.375em;
  font-weight: 700;
}
#text-3 h3 {
  padding-top: 2.6em;
  padding-bottom: 0;
}
#text-3 {
  padding-bottom: 4.375em;
}
#nav_menu-6 ul {
  padding:.875em 0 0 .75em;
}
#nav_menu-6 h3 {
  padding-bottom: 0;
}
footer a:link, footer a:visited {
  color: #002A52;
  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:1.8em 0;
}
.credits .width {
  display: flex;
  justify-content: space-between;
  max-width: 85.5rem;
}
#text-4 {
  width: calc(100% - 13.125em);
  text-align: center;
}
#text-5 {
  width: 13.125em;
}
#text-4>div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.credits a:link, .credits a:visited, .credits p {
  color: #fff;
}
.credits p, .credits li {
  font-size: .75em;
}
.credits ul li {
  list-style: none;
}
.credits ul {
  padding: 0;
  display: flex;
}
.credits li {
  border-left: solid 1px #D6D6D6;
  padding: 0 0 0 1.32em;
  margin-left: 1.32em;
  line-height: 1.1;
}
#text-5 a:hover {
  color: #fff;
}
/*---------COLUMN GRID-----------*/
.row {
  position: relative;
  margin: 0 -2.125em;
}
.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 2.125em;
}
.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.75em;
  padding:0;
  line-height: 1.15;
  font-weight: 800;
}
h2 {
  font-size: 3.375em;
  line-height: 1.18;
  padding:0 0 1.25rem 0;
}
.h2-sm h2, .plain1 h2, .staff h1 {
  font-size: 1.5em;
  line-height: 1.25;
}
h3 {
  font-size: 1.375em;
  padding:0 0 1.25rem 0;
}
h4 {
  font-size: 1.2em;
  padding:0 0 .4em 0;
}
main p, .modal-box p {
  line-height: 1.7;
  padding:0 0 1.5em 0;
}
main p:last-of-type, .modal-box p:last-of-type {
  padding-bottom: 0;
}
main p, main li {
  font-size: 1.25em;
}
ul {
  padding-top: .5em;
  list-style-type:disc;
}
li {
  line-height: 1.3;
  padding-bottom: .25em;
}
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;
	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;
}
.banner.bhome, .banner.bhome .hero-slide .pic {
	height: 45vw;
  max-height: 46rem;
  min-height: 30rem;
}
.bhome .bx-controls {
  display: none;
}
.banner, .hero-slide .pic {
	width: 100%;
  position: relative;
  z-index: 1;
}
.hero-slide {
  position: relative;
  z-index: 1;
}
.hero-slide .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.width.h-content {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  margin: auto;
  right: 0;
}
.bhome .width.h-content {
  padding: 0 0 11.5em;
  z-index: 12;
}
.h-content .flexer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.banner h1 {

}
/*-------------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-fill a {
  position: relative;
  display: inline-block;
  padding: .8em 1.75em;
  line-height: 1.2;
  font-size: 1.125em;
  font-weight: 700;
  border-radius: 1.44em;
  text-decoration: none;
  text-align: center;
  max-width: 100%;
  z-index: 0;
}
.btn-fill.port a {
  padding-left: 4.25em;
  background-image: url('img/icons/btn-portal.svg');
  background-repeat: no-repeat;
  background-position: calc(50% - 3.75em) center;
  background-size: auto 1.77em;
}
.trio .btn-fill.port a:hover {
  background-color: #fff;
}
.btn-fill.dl a {
  background-color: transparent;
  border: solid 1px;
  padding-right: 3em;
  background-image: url('img/icons/download.svg');
  background-repeat: no-repeat;
  background-position: calc(50% + 3em) center;
  background-size: auto .9em;
  width: 11em;
}
.btn-fill.wide a {
  width: 15em;
  max-width: 100%;
}
.btn-fill a, .btn-fill a:visited, .btn-fill.purp a:hover {
  color: #fff;
}
.btn-fill.out a:hover {
  color: #fff;
  border-color: #91C6DD;
}
.btn-fill.white a {
  background-color: #fff;
}
.blog .btn-fill.purp a:hover {
  color: #fff !important;
}
.btn-fill.out a {
  border: 1px solid;
  background-color: transparent;
}
.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;
  background: #fff;
  max-width: 100%;
}
.mod-close {
  position: absolute;
  top:1em;
  right: 1em;
  z-index: 105;
  width: 1.75em;
  height: 1.75em;
  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);
  border-radius: 1px;
}
.mod-close::after {
  width: 90%;
  height: 2px;
}
.mod-close span {
  font-size: 0;
}
.mod-close::before {
  width: 2px;
  height: 90%;
}
.mod-close:hover::before, .mod-close:hover::after{
  background-color:#91C6DD;
}
.dark-bg p, .dark-bg h2, .dark-bg, .h2-sm.dark-bg h2 {
  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: 9.5em;
}
.menu-social-container li {
  padding: 0;
  line-height: 1;
}
.menu-social-container a {
  font-size: 1em;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.875em;
  height: 1.875em;
  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: 100% 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;
}
.shad, .nav-top ul li ul, .mast, .blog img, .dform {
  -webkit-box-shadow: 0px 2px 21px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 21px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 21px 0px rgba(0,0,0,0.5);
}
.shorts ul li {
  list-style: none;
}
.shorts ul {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
.shorts li {
  width: 33.3333%;
  border-right: solid 1px #DCEAF5;
  border-bottom: solid 1px #DCEAF5;
  padding-bottom: 0;
}
.shorts li:nth-child(3) {
  border-right: 0;
}
.shorts li:nth-child(6) {
  border-right: 0;
  border-bottom: 0;
}
.shorts li:nth-child(4), .shorts li:nth-child(5) {
  border-bottom: 0;
}
.shorts li {
  font-size: 1em;
}
.shorts a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 1.375em;
  font-weight: 700;
  position: relative;
  padding: 45% .5em 0 .5em;
}
.shorts a::after, .shorts a::before {
  content: " ";
  width: 100%;
  height: 68%;
  background-position: center;
  background-size: auto 56%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.shorts a em {
  font-style: normal;
  display: block;
  min-height: 2.45em;
}
.shorts a::before, .shorts a:hover::after {
  opacity: 0;
}
.shorts a:hover::before {
  opacity: 1;
  z-index: 2;
}
.shorts li:nth-child(1) a::after {
  background-image: url('img/btns/pay-p.svg');
}
.shorts li:nth-child(1) a::before {
  background-image: url('img/btns/pay-b.svg');
}
.shorts li:nth-child(2) a::after {
  background-image: url('img/btns/provider-p.svg');
}
.shorts li:nth-child(2) a::before {
  background-image: url('img/btns/provider-b.svg');
}
.shorts li:nth-child(3) a::after {
  background-image: url('img/btns/financial-p.svg');
}
.shorts li:nth-child(3) a::before {
  background-image: url('img/btns/financial-b.svg');
}
.shorts li:nth-child(4) a::after {
  background-image: url('img/btns/portal-p.svg');
}
.shorts li:nth-child(4) a::before {
  background-image: url('img/btns/portal-b.svg');
}
.shorts li:nth-child(5) a::after {
  background-image: url('img/btns/careers-p.svg');
}
.shorts li:nth-child(5) a::before {
  background-image: url('img/btns/careers-b.svg');
}
.shorts li:nth-child(6) a::after {
  background-image: url('img/btns/donate-p.svg');
}
.shorts li:nth-child(6) a::before {
  background-image: url('img/btns/donate-b.svg');
}
.bc-wrap {
  padding: 5.75em 0 3em 0;
}
.crumb-wide .bc-wrap {
  padding: 0;
}
.bcrumb {
  font-size: .875em;
}
.bcrumb .item:not(.this), .bcrumb .sep {
  opacity: .4;
}
.bcrumb .link:hover {
  opacity: 1;
}
.bcrumb .sep {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .75em;
}
.link-icon a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
}
.fold {
  margin-bottom: .75em;
}
.fold>div {
  display: none;
}
.fold h4 {
  cursor: pointer;
  padding: .4em 2em .6em 1em;
  color: #fff;
  font-weight: 300;
  font-size: 1.25em;
  position: relative;
  border-radius: .625rem;
}
.fold h4::after {
  content: " ";
  position: absolute;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url('img/icons/fold-in.svg') no-repeat center;
  background-size: contain;
  z-index: 2;
}
.fold.active h4::after {
  background-image: url('img/icons/fold-out.svg');
}
.fold>div {
  padding: 1.25em .75em 1.375em 1.625em;
}
.terms h1 {
  padding-bottom: 1em;
}
.terms .width {
  padding-bottom: 7.5em;
}
.terms ul {
	padding-top:0;
	padding-bottom:1.5em;
}
.terms.mod ul li {
  list-style: none;
}
.terms.mod ul {
  margin-top: -1.25em;
  padding: 0 0 2em 2em;
}
.terms.mod li {
  padding-bottom: .5em;
  line-height: 1.7;
}
.modal-box {
  text-align: center;
  width: 46.875em;
  min-height:30em;
  padding:3em 7% 2em 7%;
}
.modal-box h2 {
  font-size: 1.75em;
  padding-bottom: 2em;
}
.modal-box p {
  font-size: 1.25em;
}
.modal-box p:not(:last-of-type) {

}
.modal-box .sizer {
  min-height: 14em;
}
.btn-duo {
  padding-top: 1em;
  display: flex;
  justify-content: space-between;
  column-gap: 1em;
}
.btn-duo .btn-wrap {
  max-width: calc(50% + 1em);
}
.modal-box .btn-fill a {
  width: 15em;
}
.modal-box p a {
  text-decoration: none;
}
.palert .btn-duo {
  padding-top: 2em;
}
.palert h2 {
  padding-bottom: 1em;
}
.zclose a {
  cursor: pointer;
}
.btn-duo.single {
  justify-content: center;
}
.search-bod .bcrumb {
  display: none;
}
.search-bod p {
  padding-bottom: 0;
  display: inline;
  line-height: 1.4;
}
.sres article {
  padding-bottom: 3em;
}
.sres .width {
  max-width: 50em;
}
.t-search.mod {
  z-index: 4;
  position: relative;
  background: #ececec;
  padding: 2em 1em;
}
.s-fire.disable {
  opacity: 0;
  visibility: hidden;
}
.sres h2 {
  padding-bottom: 1em;
}
.sres h2 a {
  text-decoration: none;
}
.sres .btn-more {
  padding-top: .75em;
}
body .grecaptcha-badge {
  z-index: 8;
  visibility: hidden;
  opacity: 0;
}
.outer-97 .grecaptcha-badge {
  visibility: visible;
  opacity: 1;
}
.asw-footer {
  display: none;
}
body .asw-menu {
  left: inherit;
  right: 0;
}
body .asw-widget>a {
  left: inherit !important;
  right: 20px;
  background:#1173B8 !important;
  outline-color: #1173B8 !important;
  width: 38px;
  height: 38px;
}
body .asw-menu-header {
  background-color:#1173B8 !important;
}
/*-------------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-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) {
  .desk-off, .mob-only {
    display: none !important;
  }
  .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;
  }
  .img-right, .car3 .last img {
    margin-left: auto;
  }
  .faqs1 .lim, .faqs2 .lim, .terms .lim {
    padding-left: 1.5em;
  }
  .thanks .width {
    padding: 10em 0 12em;
  }
  .mega.sub2 .left {
    text-align: center;
    width: 50%;
  }
  .mega.sub2 .right {
    display: flex;
    max-width: 50%;
    width: 37.5em;
    padding-left: 3em;
    column-gap: 1.5em;
    justify-content: space-between;
  }
}
/*-------------PAGE: HOME----------------*/
.home1 {
  z-index: 4;
}
.home1 .width {
  max-width: 74em;
  padding: 0 0 3em;
  margin-top: -6.25em;
}
.home1 .row {
  margin: 0;
  display: flex;
}
.home1 .column {
  padding: 0;
}
.home1 .first {
  width: 36.5%;
}
.home1 .last {
  width: 63.5%;
}
.home1 .pad {
  min-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.home1 .first .pad {
  padding:2.375em;
  border-top-left-radius: 1.25em;
  border-bottom-left-radius: 1.25em;
}
.home1 .first h2 {
  color: #fff;
  font-size: 3.75em;
  line-height: 1.1;
  padding-bottom: .5em;
  text-align: center;
}
.home1 .last .pad, .bizo .shorts-pad {
  padding: 1.875em 2em 2.5em;
  background-color: rgba(255, 255, 255, .25);
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.09);
  box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.09);
  backdrop-filter:blur(30px);
  -webkit-backdrop-filter:blur(30px);
}
.home1 .last .pad, .car5 .lbox::after {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.home2 {
  background: url('img/bg-heart.svg') no-repeat calc(50% + 35em) top;
  background-size: auto 28.5em;
}
.home2 .width {
  padding:2.5em 0 4.25em;
}
.home2 .first {
  padding-right: 5em;
}
.home2 .last {
  padding-left: 0;
}
.home2 h3 {
  font-weight: 500;
  font-size: 1.5em;
  padding-bottom: 1em;
}
.home2 .last ul {
  padding: 0 0 0 3em;
}
.home2 .last li {
  font-size: 1.5em;
}
.home2 .last li:not(:last-of-type) {
  padding-bottom: .5em;
}
.home2 .last li::marker {
  font-size: .75em;
}
.home3 .width {
  padding: 3.5em 0 3.75em;
}
.home3 .lbox li {
  padding-bottom: .75em;
}
.home3, .car6 {
  background: url('img/bg-shapes.jpeg') no-repeat center;
  background-size: cover;
}
.home4::after {
  background: url('img/bg-shapes2.jpg') no-repeat center;
  background-size: cover;
}
.home4 {
  margin-bottom: 3em;
}
.outer-6 .home4 {
  margin-bottom: 0;
}
.shapes::after, .plain-wrap::before {
  background: url('img/bg-shapes3.jpg') no-repeat left bottom;
  background-size: cover;
}
.home3 .last {
  display: flex;
  justify-content: space-between;
}
.lbox {
  width: calc(50% - 1.25em);
}
.lbox h3 {
  text-align: center;
}
.lbox img {
  border-radius: .875rem;
  margin: auto;
}
.lbox ul li {
  list-style: none;
}
.lbox ul {
  min-height: 21em;
  padding: 2.25em 0 0 1.5em;
}
.lbox li {
  position: relative;
  padding: .5em 0 .5em 2.7em;
  font-size: .875em;
  line-height: 1.36;
}
.lbox li img {
  position: absolute;
  left: 0;
  top: 0;
}
.lbox a {
  text-decoration: none;
}
.lbox li em {
  font-weight: 500;
}
.lbox .btn-fill a {
  width: 100%;
}
.home3 .first {
  padding-top:  3.125em;
  padding-right: 3em;
}
.home3 .first p, .home5 .first p {
  font-size: 1.5em;
  line-height: 1.3;
}
.home3 .first p {
  padding-left: 1.25em;
  width:18em;
  max-width: 100%;
}
.home3 .last {
  padding-left: 0;
}
.lbox li strong:not(:first-of-type) {
  padding-top: .75em;
  display: inline-block;
}
.home3 .btn-wrap {
  padding-top: 1.5em;
}
.home4 .width {
  padding: 2.25em 0 2.5em;
}
.home4 .width, .about6 .width {
  z-index: 3;
  display: flex;
  justify-content: flex-end;
}
.home4 .cblock {
  width: 30em;
}
.hold-left, .hold-mid, .home4::after {
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  background-size: cover;
}
.home4::after {
  content: " ";
  right: 0;
  left: calc(50% + 4.875em);
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
.hold-left, .fill-left {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.home4 .hold-left, .about6 .hold-left {
  right: calc(50% + 18.125em);
  left: 0;
  width: auto;
  margin-left: auto;
  max-width: 41em;
  background-position: right center;
}
.home4 .hold-mid, .about6 .hold-mid {
  right: calc(50% - 3.375em);
  width: 20em;
  background-position: center;
}
.home4 ul li, .home5 ul li {
  list-style: none;
}
.home4 ul, .home5 ul {
  column-count: 2;
  column-gap: 2em;
}
.home4 li, .home5 li {
  break-inside: avoid-column;
}
.home4 li {
  font-size: 1.125em;
  font-weight: 700;
  padding-bottom: 1em;
}
.home4 h2 {
  padding-top: 1em;
}
.home4 li a {
  text-decoration: none;
}
.home5 .width {
  padding: 5.75em 0 6.25em;
}
.home5 .first {
  padding-right: 0;
}
.home5 .last {
  padding-left: 5em;
}
.home5 ul, .flogos ul {
  padding: 0;
  text-align: center;
}
.home5 li, .flogos li {
  min-height: 5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
}
.flogos ul {
  column-count: 4;
  column-gap: 3em;
}
.flogos li {
  min-height: 6em;
}
.home5 img, .flogos img {
  margin: auto;
}
.home5 .indent {
  padding: .5em 0 0 3.75em;
}
.home5 .btn-wrap {
  padding-top: 2em;
}
.home5 .last a:hover img {
  transform:scale(1.1);
}
/*-------------PAGE: BASIC----------------*/
.banner, .banner .hero-slide .pic {
  height: 37vw;
  min-height: 30rem;
}
.banner {
  overflow: hidden;
}
.hero-wrap.split {
  display: flex;
  justify-content: space-between;
}
.banner .left {
  width:21.3vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.banner .left::after {
  content: " ";
  background: #1173B8;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .5;
  position: absolute;
}
.hero-wrap.split .hero-slide {
  width: calc(100% - 22.3vw);
}
.h-content .box, .head .box {
  background-color: rgba(17, 115, 184, .75);
  border-bottom-right-radius: 1.25em;
  border-bottom-left-radius: 1.25em;
  position: relative;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
  width: 28.75em;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}
.outer-75 .h-content .box {
  max-width: none;
}
.h-content .box {
  padding: 1em 1em 5em;
  max-height: 70%;
  height: 23.375em;
  justify-content: flex-end;
  z-index: 12;
}
.head .box {
  min-height: 13em;
  height: auto;
  padding: 1em;
  justify-content: center;
}
.bchild h1, .head h1 {
  color: #fff;
  font-size: 4em;
}
.bchild h1 {
  min-height: 9.25rem;
}
.bchild .width.h-content, .head .width {
   max-width: 79.25em;
   padding: 0;
 }
  .bchild .bx-viewport {
    z-index: 3;
  }
 .bchild .bx-controls {
   position: relative;
   z-index: 4;
 }
 .bchild .bx-controls-direction {
   position: absolute;
   bottom: calc(4vw + 1.5em);
   right: 3.125em;
   display: flex;
   column-gap: 1.125em;
 }
 .bchild .next-bg, .bchild .prev-bg {
   position: relative;
 }
.bchild .bx-prev,  .bchild .bx-next {
 text-indent: -1000px;
 overflow: hidden;
 font-size: 1em;
 text-decoration: none;
 width: 1.875em;
 height: 1.5em;
 display: block;
 background: url('img/icons/arr-rt.svg') no-repeat center;
 background-size: auto 50%;
 -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, .5);
}
.bchild .bx-prev {
  transform:rotate(180deg);
}
.bchild .bx-prev:hover,  .bchild .bx-next:hover {
  background-color: rgba(255, 255, 255, 1);
}
.basic1{
  margin-top: -4vw;
}
.clip {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 25rem;
  font-size: 0;
  mask-image: url('img/hero-clip.svg');
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: top center;
  -webkit-mask-image: url('img/hero-clip.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: top center;
  background-color: #fff;
  z-index: 1;
}
.basic1.shapes {
  position: relative;
}
.shapes .width, .basic1 .width {
  z-index: 2;
}
.shapes::after, .plain-wrap::before {
  content: " ";
  width: 50%;
  height: 25rem;
  max-height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background-position: left bottom;
}
.shapes::after {
  z-index: 1;
}
.about1 .width {
  padding: 2.5em 0 5.5em;
}
.about1 .bc-wrap, .admin1 .bc-wrap {
  padding: 3.25em 0 4.5em;
}
.about1 .first p strong {
  font-weight: 600;
}
.about1 ul {
  padding: .25em 0 0 2em;
}
.about1 .last p {
  font-size: 3.375em;
  line-height: 1.3;
}
.about2 .width {
  display: flex;
  padding: 0;
  justify-content: flex-end;
}
.about2 .cblock {
  width: 68.5%;
}
.about2 .fill-left {
  left: 0;
  max-height: 100%;
  height: 26.5em;
  max-width: 31em;
  background-position: top right;
  right: calc(50% + 16em);
  position: absolute;
  top: 0;
  margin-left: auto;
}
.about2 .cblock p:last-of-type br {
  display: none;
}
.about2 .cblock img {
  margin-bottom: .25em;
}
.about3 {
  background: url('img/bg-hand-heart.svg') no-repeat calc(50% - 27.5em) center;
  background-size: contain;
}
.about3 .width {
  padding:5.25em 0 4.375em;
}
.about3 .first {
  text-align: right;
}
.about3 h2 {
  text-transform: uppercase;
}
.about3 .first p {
  font-size: 2.5em;
  line-height: 1;
  font-weight: 600;
}
.about3 .last {
  padding-left: 3.5em;
}
.about4 .width {
  max-width: 80.5em;
  padding: 6.25em 0 4.375em;
}
.about4 .row {
  margin: 0 -1.5em;
}
.about4 .column {
  padding: 0 1.5em;
}
.about4 .card .shell {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.25em 1.5em;
  min-height: 23.375em;
}
.about4 .card .inner {
  width: 13.125em;
  max-width: 100%;
}
.about4 .row {
  display: flex;
}
.about4 .first {
  order: 3;
  padding-top: 2.5em;
  padding-left: 3.75em;
  width: 37.5em;
  max-width: 50%;
}
.about4 .card p {
  line-height: 1.15;
}
.about4 .mid .btn-wrap {
  padding-top: 1.5em;
}
.about5 .width {
  padding: 3.75em 0;
}
.about5 .first {
  padding-right: 0;
}
.about5 .first p:last-of-type {
  font-size: 1.125em;
  line-height: 1.4;
}
.about5 .last {
  padding-left: 4em;
}
.about6 {
  margin: 3.375em 0;
}
.about6 .width {
  padding:1em 0 2.75em;
}
.about6 .cblock {
  width: 32em;
}
.about6 .hold-mid {
  right: calc(50% + 3.5em);
}
.about6 .hold-left {
  right: calc(50% + 25.25em);
}
.about6 h2 {
  padding-bottom: 2.25rem;
}
.about6  ul li {
  list-style: none;
}
.about6  ul {
  padding: 2em 0 0 1.875em;
}
.about6 a {
  text-decoration: none;
}
.about6 li {
  padding-bottom: 1em;
}
.link-new a {
  display: inline-block;
  position: relative;
  padding-left: 1.75em;
}
.link-new a::before {
  content: " ";
  position: absolute;
  top: .25em;
  left: 0;
  background: url('img/icons/new.svg') no-repeat center;
  background-size: contain;
  width: .8em;
  height: .8em;
}
.plain-wrap::before {
  content: " ";
  width: 50%;
}
.plain1 .width {
  padding-top: 0;
}
.plain1 .bc-wrap {
  padding-top: 4.125em;
}
.board1 .first a {
  text-decoration: none;
}
.board1 .first p:nth-child(3) {
  padding-bottom: .125em;
}
.board1 .first p:last-of-type {
  font-size: 1em;
}
.board1 .first {
  padding-right: 3em;
}
.board1 .sub1 .box {
  width: 27.5em;
  max-width: 100%;
  margin-left: auto;
  background-color: #F3F8FC;
  padding:2.625em 2.625em 3.25em;
}
.board1 .sub1 .box p em {
  font-size: .9em;
  font-style: normal;
  padding-left: 1em;
  display: inline-block;
  text-decoration: inherit;
}
.board1 .sub1 .box p {
  font-weight: 500;
  padding-bottom: 1em;
}
.board1 .sub1 .box p a, .doc-box a em {
  text-decoration: underline;
  font-style: normal;
}
.board1 .sub1 .box p, .board1 .sub1 .btn-wrap {
  margin-left: .75rem;
}
.doc-box {
  padding: 3em 7%;
  margin-left: -2.5em;
  background: url('img/bg-shapes2.jpg') no-repeat center #ececec;
  background-size: cover;
}
.doc-box ul {
  padding: 1em 0 0;
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
  column-gap: 1em;
  column-count: 2;
}
.doc-box ul li {
  list-style: none;
}
.doc-box li {
  font-size: 1.125em;
  padding-bottom: 2em;
}
.fin2 .doc-box li {
  min-width: 33.333%;
}
.doc-box a {
  font-weight: 400;
}
.board2 .sub1 {
  padding: 0;
  max-width: 42em;
}
.board2 .sub2 {
  padding-bottom: 3.125em;
}
.ptiles .flexer {
  padding-top: 2.75em;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em;
}
.flexer .ptile {
  width: 33.333%;
  padding: 0 1em 3.25em;
}
.ptile .inner {
  width: 15.625em;
  max-width: 100%;
  margin: auto;
}
.ptile .profile {
  position: relative;
  padding-top: 124.8%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.75em;
}
.ptile .profile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  bottom: 0;
  right: 0;
}
.ptile h3 {
  padding-bottom: .25rem;
}
.ptile p {
  font-size: 1em;
}
.btn-more {
  padding-top: .3125em;
}
.btn-more.pad, .btn-more.gap {
  padding-top: 1.5em;
}
.btn-more a {
  font-size: 1em;
  font-weight: 700;
  padding-right: 1em;
  display: inline-block;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}
.btn-more a::after {
  content: " ";
  width: 1em;
  height: 100%;
  position: absolute;
  top: 0;
  background: url('img/icons/arr-rt.svg') no-repeat center right;
  background-size: auto 70%;
  right: 0;
}
.btn-more a:hover::after {
  background-image: url('img/icons/arr-rt-lb.svg');
}
.btn-more.flip a {
  padding:0 0 0 1em;
}
.btn-more.flip a::after {
  transform:rotate(180deg);
  right: inherit;
  left: 0;
}
/*-------------STAFF SINGLE----------------*/
.staff {

}
.go-back {
  cursor: pointer;
}
.staff .sub1, .width.crumb-wide {
  padding: 6em 0 0;
}
.staff .sub1 {
  max-width: 81.5em;
}
.loc1 .width.crumb-wide, .con1 .width.crumb-wide, .news1 .width.crumb-wide {
  max-width: 72.75em;
}
.staff .sub2 {
  padding: 2.5em 0 6.25em;
}
.staff article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.staff .btn-more, .staff .bcrumb {
  width: 100%;
}
.staff .left {
  width: 41em;
  padding-top: 1.5em;
  padding-right: 3em;
  max-width: 65%;
}
.staff .right {
  width: 35%;
}
.staff .pos {
  font-size: 1.375em;
}
.staff .email {
  padding-top: 2em;
  text-align: center;
}
.admin2 .width {
  padding: 1.25em 0 2.5em;
}
.outer-75 h1 { /*smaller h1 to fix box*/
  font-size: 3.4em;
}
.serv1 .sub1 {
  padding: 1.625em 0 9.375em;
}
#post-81 .sub1 p:first-of-type strong {
  font-size: 1.6em;
  line-height: 1;
}
#post-768 .box p:first-of-type {
  padding-bottom: 0;
}
#post-768 .svbod .box ul:first-of-type {
  padding-bottom: 1.5em;
}
.serv1 .first {
  padding-right: 4em;
  padding-top: 1em;
}
.svbod ul {
  padding: 0 0 1.625em 3.25em;
}
.svbod.ul-alt ul {
  padding-top: 2em;
}
.svbod.ul-alt li::marker, .bizo .first li::marker {
  font-size: .8em;
}
.svbod.ul-alt li {
  line-height: 1.7;
}
.svbod.ul-alt li:not(:last-of-type) {
  padding-bottom: 1.625em;
}
.svbod>h2:first-of-type {
  padding-bottom: 1.5rem;
}
.svbod .box, .loc2 .box {
  background: url('img/bg-shape-box.png') no-repeat center;
  background-size: cover;
  margin-left: -2em;
  margin-right: -2em;
}
.svbod .box {
  padding:4em 2.75em;
  margin-top: 2.75em;
  margin-bottom: 2.75em;
}
.cb-split h3 {
  width: 100%;
  padding-bottom: 2rem;
}
.svbod .box.cb-split p {
  padding-bottom: 0;
  font-size: 1.125em;
}
.svbod .box.cb-split ul {
  padding: .5em 0 2em 2.5em;
}
.svbod .box.cb-split li {
  font-size: 1em;
}
.svbod h3 {
  font-size: 1.5em;
}
.svbod p {
  line-height: 1.5;
}
.svbod .box ul {
  padding: 1em 0 0 3.25em;
}
.svbod .box li {
  font-size: 1.125em;
  line-height: 1.44;
}
.svbod .box li:not(:last-of-type) {
  padding-bottom: .5em;
}
.fold.gap {
  margin-top: 1.3125em;
}
.emg-note {
  padding-top: 3.4em;
}
.emg-note h3 {
  padding-bottom: 0;
}
.emg-note p, .emg-note li {
  font-size: 1em;
  line-height: 1.5;
}
.emg-note p {
  padding-bottom: 0;
}
.smeta {
  background: rgba(17, 115, 184, .05);
  padding: 2.625em 1em 2.625em 2.625em;
  margin-right: -1em;
}
.smeta ul {
  padding: 0;
}
.smeta ul li {
  list-style: none;
}
.smeta li {
  font-size: 1.125em;
  position: relative;
  padding: 0 0 1em 4.32em;
  line-height: 1.5;
  font-weight: 500;
}
.smeta li::before {
  content: " ";
  width: 1.65em;
  height: 1.65em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.smeta li a {
  text-decoration: none;
}
.smeta strong {
  font-size: 1.11em;
  margin-left: -.9em;
}
.smeta li:nth-child(1)::before {
  background-image: url('img/icons/smeta-call.svg');
}
.smeta li:nth-child(2)::before {
  background-image: url('img/icons/smeta-hours.svg');
}
.smeta li:nth-child(3)::before {
  background-image: url('img/icons/smeta-loc.svg');
}
.sv-staff {
  max-width: 18em;
  margin: auto;
  padding: 4.375em 0 0;
}
.sv-staff h2 {
  padding-bottom: 1.44em;
}
.sv-staff .ptile {
  padding-bottom: 4.375em;
}
.smeta .btn-wrap {
  padding-right: 1.625em;
  text-align: center;
  padding-top: 2em;
}
.smeta .btn-fill a {
  width: 14.5em;
  color: #fff !important;
}
/*-------------FOR PATIENTS----------------*/
.bizo .first li::marker {

}
.bizo .shorts-pad {
  font-size: .8em;
  margin: 1.5rem 0 1rem;
}
.bizo .extras {
  padding-top: 2em;
}
.bizo .extras h3 {
  padding-bottom: .125em;
}
.bizo .extras p:first-of-type {
  padding-bottom: 2.75em;
}
.serv1.providers1 .sub1 {
  padding-bottom: 0;
}
.providers1 .first .btn-wrap {
  padding-top: 2em;
}
.providers2 .width {
  padding: 2em 0 3.125em;
}
.serv1.fin1 .sub1 {
  padding-bottom: 3.375em;
}
.fin2 .sub1 {
  padding: 0;
}
.fin2 .lim {
  width: 54em;
  max-width: 100%;
  padding-bottom: 3em;
}
.fin3 .width {
  padding: 2.25em 0 3.5em;
}
.fin3 .first ul {
  padding-left: 2em;
  padding-top: .25em;
}
.fin3 .btn-wrap {
  padding-top: 2em;

}
.fin3 .btn-fill a {
  width: 18em;
}
.fin4 .width {
  padding: 3.5em 0 4.375em;
}
.fin4 .first {
  padding-top: .75em;
}
.fin4 .btn-more {
  padding-top: 1em;
}
.fin4 .btn-fill {
  padding-top: 2.5em;
}
.fin5 .width {
  padding:5.75em 0 8.25em;
}
.fin5 .last a {
  text-decoration: none;
  font-size: 1rem;
}
.fin5 .first {
  padding-right: 0;
}
.fin5 .last {
  padding-left:5em;
}
.faqs1 .lim {
  padding-top: 2.25em;
  max-width: 38em;
  width: 100%;
}
.faqs2 .width {
  padding: 2em 0 7.5em;
}
.faqs2 h2, .faqs2 h3 {
  font-size: 1.25em;
}
.faqs2 h2 {
  padding-bottom: 2em;
}
.faqs2 h3 {
  padding-bottom: 0;
}
/*-------------PAGE: LOCATIONS----------------*/
.loc1 {

}
.loc1 .indent {
  padding-left: 1.625em;
}
.loc1 .sub1 {
  padding-bottom: 3.375em;
}
.loc1 .first {
  padding-top: 1.5em;
  padding-right: 1em;
}
.loc1 h1, .con1 h1, .news1 h1 {
  padding-bottom: .5em;
  font-weight: 700;
  margin-left: -1.625rem;
}
.loc1 .last {
  padding-left: 3.25em;
}
.loc1 .lbox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 3.75em;
}
.loc1 .lbox ul {
  padding-top: 0;
  min-height: inherit;
}
.loc1 .lbox li {
  padding-bottom: 1.5em;
}
.loc1 .sub2 {
  padding: 3em 0 1.5em;
}
.loc1 .sub2.mod {
  border-bottom: solid 1px #999;
  padding-bottom: 1em;
}
.loc1 .split-p {
  column-count: 2;
  column-gap: 6%;
}
.loc1 .lbox li strong:not(:first-of-type) {
  padding-top: 1.125em;
}
.loc2 li, .loc1 p, .doc-box li {
  break-inside: avoid-column;
}
.loc2 .width {
  padding: 0 0 12.5em;
}
.loc2 .box {
  padding:5.5% 7.25%;
}
.loc2 ul {
  column-count: 3;
  column-gap: 1.5em;
  padding-top: 1em;
  padding-bottom: 2em;
}
.loc2 li {
  font-size: 1.125em;
}
.loc2 p {
  font-size: 1.125em;
  padding-bottom: 0;
}
/*-------------CONTACT, CARERS, ETC----------------*/
.con1 .sub1 {
  padding:2.75em 0 5.25em;
}
.con1 .first {
  padding-top: 2.625em;
  padding-right: 4.5em;
}
.con1 h2 {
  padding-bottom: .25em;
}
.con1 .last {
  padding-left: 1em;
}
.con1 .first p>em {
  font-style: normal;
}
.con1 .appt-info {
  padding-top: 3em;
}
.con1 .appt-info p {
  font-weight: 700;
  line-height: 1.4;
}
.con1 .appt-info a:last-of-type {
  text-decoration: none;
}
.cform {
  padding: 2.5em 3.875em 3.875em;
}
.cform label, .don1 .simpay-form-control label {
  font-size: .875em;
  margin-left: -4px;
  font-weight: 700;
}
.cform label {
  color:#fff;
}
.sub-wrap::after {
  content: "Please wait";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 1em;
  color: #fff;
  top: 0;
  line-height: 3.125em;
  opacity: 0;
  font-weight: 600;
  z-index: 1;
}
form.submitting .sub-wrap::after {
  opacity: 1;
}
form.submitting .sub-wrap input[type=submit] {
  opacity: 0;
  cursor: not-allowed;
}
.thanks .first {
  padding-top: 0;
}
.car1 .badge {
  position: absolute;
  right: 4em;
  top:-15.5em;
  z-index: 4;
}
.car1 .first {
  padding-right: 5em;
}
.car1 .last {
  padding-left: 0;
}
.car1 .last p {
  font-size: 3.375em;
  line-height:1.18;
}
.car1 .btn-wrap {
  padding-top: 1.5em;
}
.car1 .width>p {
  font-size: 1em;
  line-height: 1;
  padding: 0;
}
.car2 .width {
  padding:2.75em 0 6.75em;
}
.beni h2 {
  font-size: 1.75em;
  min-height: 4.32em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: .25em;
  border-radius: .8125rem;
  background:rgba(145, 198, 221, .18);
  text-align: center;
}
.beni h2 em {
  font-style: normal;
}
.beni p {
  padding: 1.2em 0 0 .75em;
  font-weight: 600;
}
.car3 .width {
  z-index: 2;
  padding: 1em 0;
}
.car3 .fill-left {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(50% + 19.375em);
  background-position: center;
  left: 0;
  margin-left: auto;
  max-width: 42em;
}
.car3 .first {
  padding-left: 4em;
}
.car3 .last {
  padding-right: 3.375em;
}
.car4 .width {
  padding:4.75em 0 5.875em;
}
.job-frame iframe {
  width: 100%;
  border: 0;
  min-height: 36em;
}
.car5 .cblock {
  width: 31.5em;
  max-width: 100%;
}
.car5 .lbox {
  position: relative;
  z-index: 1;
  padding: 2.5em 2.5em 2.125em .75em;
  width: 100%;
}
.car5 .width {
  min-height: 57.25em;
  padding: 6.25em 0;
}
.car5 h2 {
  color: #fff;
  padding-bottom: 1em;
}
.car5 .lbox::after {
  content: " ";
  position: absolute;
  width: 400%;
  background:rgba(255, 255, 255, .71);
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.car5 .ifloat {
  position: absolute;
  right: 0;
  top: -3em;
}
.car6 .width {
  padding: 6em 0 11em;
}
.car6 p strong {
  font-weight: 600;
}
.car6 .first {
  padding-left: 4.5em;
}
.car6 .ifloat {
  margin-top: -10em;
}
.don1 .simpay-form-title {
  padding-bottom: 0;
}
.don1 .simpay-form-control label {

}
.dform {
  background-color: white;
}
.dform .simpay-checkout-form--embedded.simpay-styled {
  max-width: 100%;
}
.dform button.simpay-checkout-btn:hover {
  background-color: #91C6DD !important;
}
.dform button.simpay-checkout-btn {
  background-color: #303795 !important;
  font-size:1.125rem !important;
  border-radius: 1.56em !important;
  padding: .81em 1em !important;
  height: 50px !important;
  margin-top: 1em;
}
.dform .simpay-styled .simpay-form-control .simpay-btn:not(.stripe-button-el) {
  line-height: 1;
}
/*-------------BLOGGING----------------*/
.news1 .sub1 {
  padding-top: 5.5em;
}
.news1 .first {
  padding-right: 0;
}
.news1 .last {
  padding-left: 3em;
}
.nlist .width {
  padding: 1em 0 3.75em;
}
.nbox {
  padding: 40px 50px;
  padding: 3.5% 4.5%;
  background-color: rgba(17, 155, 184, .05);
  display: flex;
  margin-bottom: 2.5em;
}
.nbox .left {
  width:32%;
  padding-right: 3em;
}
.nbox .right {
  width: 40em;
  max-width: 68%;
}
.nbox h2 {
  font-size: 1.25em;
  padding-bottom: 0;
}
.nbox .snippet {
  padding: .75em 0;
}
.nbox .date {
  font-weight: 700;
}
.single .back {
  padding-top: 2.5em;
}
.single .width.crumb-wide {
  padding-top: 3.5em;
}
.width.blog {
  padding:3.75em 0 10em;
  max-width: 73.25em;
}
.blog .date {
  font-weight: 700;
  padding-bottom: .75em;
}
.blog h1 {
  font-size: 2.5em;
  width: 13em;
  line-height: 1;
  max-width: 100%;
}
.blog .body {
  padding: 2.75em 0 0;
}
.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: 700;
  padding-bottom: .5rem;
}
.blog h2 {
  font-size: 1.5em;
}
.blog h3 {
  font-size: 1.375em;
}
.blog p, .blog li, .blog h4 {
  font-size: 1.25em;
}
.blog p {
  line-height: 1.7;
}
.blog ul li li, .blog ol li li {
  font-size: 1em;
}
.blog ul, .blog ol {
  padding: 0 0 2.25em 2.5em;
  margin-bottom: 0;
}
.blog ul li {
  list-style: disc;
}
.blog li {
  line-height: 1.4;
  padding-bottom: .5em;
}
.blog li::marker, .fin3 li::marker {
  font-size: .8em;
}
.blog li:last-of-type {
  padding-bottom: 0;
}
.blog ul ul, .blog ul ol, .blog ol ul, .blog ol ol {
  padding-top: .5em;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog article {
  position: relative;
  max-width: 61.5em;
}
.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: 1.125em;
  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: 1em;
  font-style: italic;
  text-align: left;
  padding: .75rem 0 0 1.25rem;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.blog .btn-wrap:last-of-type {
  padding-top: 2em;
}
div.hr {
  display: block;
  border-top:solid 1px #999;
  border-bottom:solid 1px #fff;
  width: 100%;
  margin: 20px auto;
}
/*-------------MENU----------------*/
.tbar {
  /* height: 50px; */
}
.tbar .width {
  justify-content: flex-end;
  align-items: center;
}
.tbar a, .tbar {
  color: #fff;
}
.tbar a {
  text-decoration: none;
}
.tbar a, .tbar label {
  font-weight: 700;
}
.tbar label {
  display: inline-block;
  vertical-align: middle;
  margin-right: .15em;
}
.tbar .appt {
  padding-right: 1.875em;
}
.tbar .appt a {
  font-size: 1.25em;
  vertical-align: middle;
}
.tbar .emg a {
  display: inline-block;
  border-radius: 1.625em;
  line-height:1.875;
  padding: 0 .75em;
  cursor: pointer;
}
.tbar .portal {
  padding: 0 5em 0 3.125em;
}
.portal a {
  font-size: .875em;
  position: relative;
  display: block;
  text-align: center;
  width: 13.85em;
  line-height: 1;
  margin-bottom: -.375rem;
  height: 3.5rem;
  padding: .72em 0 0 1.58em;
}
.portal a::before {
  content: " ";
  position: absolute;
  z-index: 2;
  background: url('img/icons/btn-portal.svg') no-repeat center;
  background-size: contain;
  width: 1.43em;
  right: calc(100% - 5.25em);
  height: 1.71em;
  top: .72em;
}
.logo {
  margin: 0;
  padding-top: .375em;
  width: 11em;
}
.h-rt {
  width: calc(100% - 12em);
  padding-left: 2em;
}
.logo img {
	height: auto;
	width: 100%;
}
.nav-top {
  padding-top: 1.375em;
  width: 63.75em;
  max-width: calc(100% - 13em);
}
.nav-top ul, .mm-sub ul {
  margin: 0;
  padding: 0;
}
.nav-top ul li, .mm-sub ul li {
	list-style: none;
}
.nav-top ul, .nav-top li {
	position: relative;
}
.nav-top a, .mm-sub .menu a {
  text-decoration: none;
  font-size:1.125em;
  padding: 0;
  display:block;
  font-weight: 700;
}
.nav-top .menu>li>a {
  line-height: 1;
}
.nav-top ul ul li {
	display: block;
}
.nav-top .sub-menu::before, .mm-sub label {
  position: relative;
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  color: rgba(0, 42, 82, .4);
}
.nav-top .menu>li:nth-child(4) .sub-menu::before {
  content: "Find a Location";
}
.nav-top .menu>li:nth-child(5) .sub-menu::before {
  content: "For Patients";
}
.nav-top .menu>li:nth-child(6) .sub-menu::before {
  content: "About";
}
.nav-top .sub-menu li a {
	padding: .25em 0;
	display: block;
	line-height: 1.1;
}
header a img {
  border:none;
  outline:none;
}
.t-search {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  height: auto;
  padding: 2.36em 1.5em;
  -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;
  background-color: rgba(17, 115, 184, .75);
  opacity: 0;
  transform:translateX(100%);
}
.search-ready .t-search {
  opacity: 1;
  transform:translateX(0);
}
.s-fire {
  height: 100%;
  display: block;
  z-index: 3;
  font-size: 1em;
  width: 1.25em;
  height: 1.25em;
  cursor: pointer;
  position: relative;
}
.s-fire::after, .s-fire::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.s-fire::after {
  background-image: url('img/icon-search-w.svg');
}
.s-fire::before {
  background-image: url('img/icon-search-b.svg');
  opacity: 0;
}
.sf-mob::after {
  background-image: url('img/icon-search-b2.svg');
  background-size: 80% auto;
}
.sf-mob::before {
  background-size: 80% auto;
}
.s-fire:hover::after {
  opacity: 0;
}
.s-fire:hover::before {
  opacity: 1;
}
.t-search form, .s-inline {
  display: block;
  position: relative;
  width: 40em;
  max-width: 100%;
  z-index: 0;
  overflow: hidden;
  background-color: #fff;
  padding: .5em 4em .5em 1.25em;
  border-radius: .625rem;
  margin: 0 auto;
}
.s-inline {
  padding-right: 3em;
}
.t-search .s-sub, .s-inline input[type=submit].s-sub {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background: url('img/icon-search-p.svg') no-repeat center;
  background-size: 1.25em auto;
}
.t-search .s-sub {
  width: 3.5em;
}
 .s-inline input[type=submit].s-sub {
   width: 2.5em;
   padding: 0;
   background-position: left center;
 }
.t-search .s-sub:hover, .s-inline input[type=submit].s-sub:hover {
  background-image: url('img/icon-search-b.svg');
}
.t-search input[type=text].sfield, .s-inline input[type=text] {
  width: 100%;
  border: 0;
  background-color: transparent;
  font-size: 1.25em;
  font-weight: 700;
  padding: .25em 0;
}
.s-inline input[type=text]:focus {
  border: 0;
  font-weight: bold;
}
@media only screen and (min-width: 901px) {
  /* .shrink .mast {
    font-size: .9em;
  } */
  .nav-top .menu>li>a {
    text-transform: uppercase;
    text-align: center;
    height: 5em;
  }
  .nav-top .menu>li:not(.btn-fill)>a:hover::after {
    opacity: 1;
    width: 100%;
  }
  .nav-top ul li ul {
  	position: absolute;
  	top: calc(100% - 1px);
    left: 50%;
    transform: translate(-50%,-1em);
  	margin: auto;
  	padding: 2.625em 3.125em 3.5em;
  	min-width: 16.25em;
  	text-align: left;
    background-color: #F8F8F8;
  	z-index: -1; /*for shadow layering*/
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    border-bottom-right-radius: 1.25em;
    border-bottom-left-radius: 1.25em;
  }
  .nav-top li:not(.dd-mega):hover > .sub-menu {
  	opacity: 1;
    visibility: visible;
    transform: translate(-50%,0);
  }
  .nav-top .menu>li.menu-item-has-children>a, .nav-top .dd-mega>a {
    background: url('img/icons/dd-dn.svg') no-repeat center calc(100% - 1.875em);
    background-size: .77em auto;
  }
  .nav-top .menu>li:nth-child(6) {
    position: relative;
    width: 4em;
    margin-left: 9%;
  }
  .nav-top .menu>li:nth-child(6)::after {
    content: " ";
    background: rgba(35, 35, 35, .25);
    width: 2px;
    position: absolute;
    left: -4em;
    top: 0;
    height: 5.625em;
  }
  .nav-top .menu>li:nth-child(6)>a, .nav-top .menu>li:nth-child(7)>a {
    padding-top: 1em;
  }
  .nav-top .menu>li:nth-child(7) {
    width: 7.5em;
  }
  .nav-top .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1em;
    background: #fff;
    position: unset
  }
  .nav-top .menu>li {
    width: 6em;
    padding: .75em 0 0 0;
  }
  .mega {
    background-color: #f8f8f8;
    visibility: hidden;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: all 0.35s ease;
  }
  .mega::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: #f8f8f8;
  }
  .mega::after {
    content: " ";
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 50%;
    -webkit-box-shadow: 0px 2px 21px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 21px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 21px 0px rgba(0,0,0,0.5);
  }
  .mega-on .mega.sub1, .mega-on-alt .mega.sub2 {
    opacity: 1;
    visibility: visible;
  }
  .nav-top .sub-menu li {
  	padding: 1.55em 0 0;
  }
  .portal a::after {
    content: " ";
    width:15.85em;
    position: absolute;
    bottom: 0;
    left: -1em;
    height: 15.85em;
    z-index: -1;
    border-radius: 50%;
  }
  .nav-top .menu>li:nth-child(6) .sub-menu {
    min-width: 18.75em;
    left: -4em;
    transform: translate(0, -1em);
  }
  .nav-top li:nth-child(6):hover > .sub-menu {
    transform: translate(0);
  }
  .fin3 .last img {
    width: calc(100% + 9em);
    max-width: inherit;
  }
  .dform {
    margin-top: -20rem;
  }
}
/*-------MEGA MENU-------*/
.mega, .t-search {
  top: 10.875em; /*174px*/
  position: fixed;
  z-index: 10;
}
.mega.sub1 .width {
  max-width: 68.25em;
  padding: 2.625em 0 3.125em;
}
.mega .flexer {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.mega.sub1 .flexer {
  column-gap: 1.5em;
}
.mega.sub1 .alert {
  width: 100%;
  padding-top: 3.75em;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
}
.mm-sub .menu li {
	padding: 1em 0 0;
}
.mm-sub label {
  padding-bottom: .56em;
}
.mega.sub2 .width {
  max-width: 80em;
  padding: 3.625em 0 4.75em;
}
.mega.sub2 h2, .mega.sub2 h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}
.mega.sub2 h2 {
  padding-bottom: 1em;
}
.mega.sub2 h2 em {
  font-size: 1.5em;
  font-style: normal;
}
.mega.sub2 .left p {
  font-style: italic;
}
.mega.sub2 .right img {
  border-radius: .875rem;
}
.mega.sub2 p:not(:last-of-type) {
  padding-bottom: 1.25em;
}
.mega.sub2 .right p {
  font-size: .875em;
}
.mega.sub2 h3 {
  font-size: 1.5em;
}
.mega.sub2 a {
  text-decoration: none;
}
/*-------------MOBILE MENU----------------*/
.m-nav {
  display:none;
  position: fixed;
  width: 50%;
  padding: 0 1.5em;
  top: 0;
  right: 0;
  z-index:102;
  font-size: 1em;
  justify-content: space-between;
  align-items: center;
  height: 82px;
}
.mob-tog {
  height: 2.25em;
}
.mn-back {
  position: relative;
  padding-left: 1.25em;
  display: block;
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
}
.mn-back::before {
  content: " ";
  width: 1em;
  height: 100%;
  background:url('img/icons/dd-dn.svg') no-repeat center left;
  background-size: contain;
  transform:rotate(90deg);
  position: absolute;
  left: 0;
  top: 0;
}
.mob-tog {
  width: 2.25em;
  cursor:pointer;
  z-index: 99;
  position: relative;
  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 #1173B8;
  border-bottom: solid 3px #1173B8;
}
.mob-tog.active::before {
  border-top: 0;
  border-bottom: 0;
}
.mob-tog::after, .mob-tog.active::before {
  height: 3px;
  background: #1173B8;
}
.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: #1173B8;
  z-index: 95;
  top: 0;
  left: 0;
  opacity: 0.50;
}
.stop-scroll, .mod-open, .mob-out {
  height: 100%;
  overflow: hidden;
}
.mod-open main, .mod-open header, .mod-open footer, .mod-open .m-nav {
  -webkit-filter: blur(25px);
  -moz-filter: blur(25px);
  -o-filter: blur(25px);
  -ms-filter: blur(25px);
  filter: blur(25px);
}
/*BG COLORS*/
.blue-bg, .btn-fill a, .cookies, .home-wrap .menu-social-container a, .portal a::after, .tbar .emg a:hover {
  background-color:#1173B8;
}
.alert-bg, .tbar .emg a {
  background-color:#FC0157;
}
.dblue-bg, .tbar, .home1 .first .pad, .fold h4 {
  background-color: #002A52;
}
.lblue-bg, .btn-fill.purp a:hover, .btn-fill.dl a:hover, .btn-fill.out a:hover, .sub-wrap:hover {
  background-color: #91C6DD;
}
.purple-bg, .portal a:hover::after, .btn-fill.purp a, .sub-wrap {
  background-color: #303795;
}
/*FONT COLORS*/
.blue, h1, h2, nav a, .nav-top a, .btn-fill.white a, .mm-sub a, .mega.sub2 a:hover, .trio h3, .trio .col:not(.last) a:hover, .shorts a, .s-inline input[type=text], .home4 a:hover, .mn-back, .sres h2 a {
  color:#1173B8;
}
.alert, .mega.sub2 h2, .mega.sub2 h3, #post-81 .sub1 p:first-of-type strong, .con1 .first p>em, .mob-notice p {
  color:#FC0157;
}
.dblue, .mega.sub2 p, .mega.sub2 p a, .h2-sm h2, .plain1 h2, .staff h1, .modal-box h2, .nbox h2, .blog h2 {
  color: #002A52;
}
.lblue, .tbar .appt a:hover, .trio .last h3, .trio .last p, .trio .last a:hover, #text-5 p, #text-5 a, .credits a:hover, .shorts a:hover, .lbh a:hover, .board1 p a:hover, .btn-more a:hover, .fin5 .last a:hover {
  color: #91C6DD;
}
.purple, .nav-top a:hover, .nav-top .current_page_item>a, .mm-sub a:hover, .btn-fill.dl a, .board1 .first a, .board1 .sub1 .box strong, .btn-more a, .smeta strong, .fin5 .last a, .btn-fill.out a, .con1 .appt-info strong, .car2 h2, .mm-sub .current_page_item>a, .sres h2 a:hover {
  color: #303795;
}
/*ALL TRANSITIONS*/
a, a:hover, a::after, a::before, input[type]:focus, textarea:focus, header, .nav-top, .ajax-loader, .s-sub, .home5 .last img, .sub-wrap, .simpay-checkout-btn {
  -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, .hold-mid, .img-curve img, .ptile .profile, .box:not(.ncv), .bizo .shorts-pad, .doc-box, .modal-box, .nbox, .blog img {
  border-radius: 1.25rem;
  overflow: hidden;
}
.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, .don1 .simpay-form-control label {
  display: block;
  line-height: 1;
  font-size: 1em;
  padding-bottom: .5em;
}
form p {
  font-size: 1em !important;
  line-height: 1;
  padding: 0;
}
input[type], textarea, select {
  padding:1em 1.125em;
  border:solid 1px #fff;
  width:100%;
  font-size:1em;
  font-weight:normal;
  color:#002A52;
  border-radius: .625rem;
}
select {
  background: url('img/icons/dd-dn.svg') no-repeat calc(100% - 1em) center #fff;
  background-size: 1.125em auto;
  -webkit-appearance:none;
}
textarea {
  font-family: "Open Sans";
  height: 13.5em;
}
.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:1.125em;
  color:#fff;
  padding:.81em 1em;
  font-weight: 700;
  cursor:pointer;
  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: 2.125em;
  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;
  line-height: 1.2;
  color: white;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: white;
  font-style: italic;
}
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;
  border-radius: 1.56em;
  width:14.75em;
  margin: 1.25em auto 0;
  max-width: 100%;
}
.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% + 3.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: #002A52;
  font-weight: 300;
}
form *::-moz-placeholder {
  color: #002A52;
  font-weight: 300;
}
form *:-ms-input-placeholder {
  color: #002A52;
  font-weight: 300;
}
form *:-moz-placeholder {
  color: #002A52;
  font-weight: 300;
}
.s-inline *::-webkit-input-placeholder {
  color: #91C6DD;
  font-weight: 700;
}
.s-inline *::-moz-placeholder {
  color: #91C6DD;
  font-weight: 700;
}
.s-inline *:-ms-input-placeholder {
  color: #91C6DD;
  font-weight: 700;
}
.s-inline *:-moz-placeholder {
  color: #91C6DD;
  font-weight: 700;
}
/*-------------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 only screen and (min-width: 700px) {
  .svbod .cb-split {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 3em;
  }
  .cb-split .cblock {
    width: calc(50% - 1.5em);
  }
}
@media only screen and (min-width: 1300px) {
  .car2 .row {
    margin: 0 -3.375em;
  }
  .car2 .column {
    padding-left: 3.375em;
    padding-right: 3.375em;
  }
}
@media only screen and (max-width: 1300px) {
  main {
    margin-top: 10em;
  }
  .mega, .t-search {
    top: 10.06em;
  }
  .mast {
    font-size: .9em;
  }
  .nav-top ul li ul {
    min-width: 15em;
    padding: 2em 2.5em 2.5em
  }
  main p, main li, .shorts a, .s-inline input[type=text], .modal-box p {
    font-size: 1.125em;
  }
  .mm-sub .menu li {
    padding-top: .5em;
  }
  .mm-sub label {
    padding-bottom: 0;
  }
  .mega.sub1 .width, .mega.sub2 .width {
    padding: 2em 0;
  }
  .home4 .hold-mid, .about6 .hold-mid {
    right: 36em;
  }
  .home4 .hold-left, .about6 .hold-left {
    right: 57.5em;
  }
  .home4::after {
    left: calc(100% - 34em);
  }
  .doc-box {
    margin-left: 0;
  }
  .svbod .box {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .trio::after {
    left: inherit;
    width: 26%;
  }
  .trio .last h3, .trio .last p {
    font-size: 1.125em;
  }
  .btn-fill.port a {
    padding-left: 3.5em;
  }
  .mm-sub .menu a, .nav-top .sub-menu::before, .mm-sub label {
    font-size: 1em;
  }
  .mega.sub2 .right>p {
    display: none;
  }
  .about1 .last p, .car1 .last p {
    font-size: 2.5em;
  }
  .about2 .fill-left {
    right: inherit;
    width: 20em;
    background-position: center;
  }
  .about2 .cblock {
    width: calc(100% - 20em);
  }
  .about4 .card .shell {
    min-height: 21em;
    padding: 2em 1em;
  }
}
@media only screen and (max-width: 1100px) {
  .bfx br {
    display: none;
  }
  .home2 .last li {
    font-size: 1.25em;
  }
  h2, .home1 .first h2 {
    font-size: 2.75em;
  }
  .h-content .box {
    justify-content: center;
    padding: 3em 1em;
  }
  .doc-box ul {
    justify-content: flex-start;
    column-gap: 2em;
  }
  .smeta li {
    padding-left: 3.32em;
  }
}
/* Primary Break */
@media only screen and (max-width: 900px) {
  .nav-top, .sf-desk {
    display: none;
  }
  .mn-back {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
  .show-sub .mn-back {
    opacity: 1;
    visibility: visible;
  }
  header .width {
    padding-left: 0;
  }
  .h-rt {
    padding-left: 2em;
  }
  .m-nav {
    display:flex;
  }
  .mob-out .m-nav {
    width: 100%;
  }
  .mob-out .m-nav .mn-back {
    display: block;
  }
  .nav-top {
    transform:translateX(100%);
    visibility: hidden;
  }
  .nav-top, .nav-top .menu, .mega, .tbar {
    -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 {
    transform:translateX(0);
    visibility: visible;
  }
  header {
    z-index: 100;
  }
  header {
    height: 5.5rem;
  }
  main {
    margin-top: 5.125rem;
  }
  nav.nav-top {
    top: 0;
    height:100%;
    width:100%;
    position:fixed;
    padding-top: 82px;
    max-width:100%;
    left:0;
    margin-top:0;
    display: block;
    z-index:98;
    background-color:#fff;
  }
  .menu-top-container {
    height: 100%;
  }
  .nav-top ul {
    display: block;
    text-align: right;
  }
  .nav-top .menu {
    overflow-y:auto;
    overflow-x: hidden;
    height: 100%;
    padding: 0 2em 12.5em 2em;
  }
  .nav-top .menu>ul {
    margin:0;
    padding: 0;
  }
  nav.nav-top ul {
    float:none;
  }
  .nav-top ul li {
    margin:0;
    display:block;
  }
  .nav-top li {
    padding: 0 0 .5em;
    text-align: left;
  }
  nav.nav-top ul li ul {
    padding-left: .8em;
  }
  .nav-top .menu>li>a {
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 1.5em;
    position: relative;
  }
  .nav-top .menu-item-has-children>a::after, .nav-top .dd-mega>a::after {
    content: " ";
    background:url('img/icons/dd-dn.svg') no-repeat center;
    background-size: contain;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    transform:rotate(-90deg);
  }
  nav.nav-top li a, .nav-top .sub-menu::before, .mm-sub label, .mm-sub .menu a {
    font-size: .9375rem;
    font-weight: 700;
  }
  nav.nav-top li a {
    text-shadow:none;
    line-height:1;
    padding: .5em 0;
    display:block;
    margin:0;
    text-transform: none;
  }
  .nav-top .menu>li {
    position: unset;
  }
  .nav-top .menu>li.mob-sm {
    padding-bottom: 0;
  }
  .nav-top .menu>li.mob-sm>a {
    text-transform: none;
  }
  .nav-top .menu>li:nth-child(8) {
    margin-top: 2em;
  }
  .nav-top .sub-menu, .mega.sub1 .width {
    width: 100%;
    padding: 0 2em 0 4em;
  }
  .mega.sub2 .width {
    padding-top: 0;
  }
  .nav-top .sub-menu {
    left: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: block;
    -webkit-box-shadow:none;
    box-shadow:none;
  }
  .nav-top .sub-menu li a {
    display: inline-block;
  }
  .nav-top .sub-menu li {
    text-align: left;
  }
  .nav-top .sub-menu.sub-on {
    opacity: 1;
    visibility: visible;
  }
  .show-sub .nav-top .menu {
    transform:translateX(-100%);
    overflow: visible;
  }
  .nav-top .sub-menu::before {
    text-align: left;
    margin-left: -1.25em;
    padding-bottom: .5em;
  }
  .tbar {
    position: fixed;
    z-index: 102;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mob-out .tbar {
    transform:translateY(-11.5rem);
    visibility: visible;
    opacity: 1;
  }
  .tbar .width {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 1em;
  }
  .tbar .portal {
    padding: 0;
  }
  .tbar .mob-notice {
    order: -2;
    width: 100%;
    text-align: center;
  }
  .mob-notice p {
    font-weight: 600;
  }
  .mob-notice strong {
    display: block;
    font-size: 1.1em;
  }
  .tbar .emg {
    order: -1;
    width: 100%;
    text-align: center;
    padding: 1em 0 .75em 0;
  }
  .tbar label, .portal a br, .mega.sub1 .alert, .mega.sub2 .left p br {
    display: none;
  }
  .tbar .appt {
    padding-right: 0;
  }
  .tbar .appt a, .portal a {
    background-color: #1173B8;
    font-size: 1em;
    padding: .64em 1.5em;
    line-height: 1.2;
    height: auto;
    display: block;
    width: auto;
    border-radius: 1.44em;
    text-align: center;
  }
  .tbar .appt a {
    background: url('img/icons/call-w.svg') no-repeat 1em center #1173B8;
    background-size: 1em auto;
    padding-left: 3em;
  }
  .portal a {
    padding-left: 3em;
  }
  .portal a::before {
    top: 0;
    height: 100%;
    right: inherit;
    left: 1em;
    background-size: 60% auto;
  }
  .mega {
    display: block;
    left: 100%;
    top: 5.125rem;
    width: 100%;
    overflow-y: auto;
  }
  .mega.sub1 {
    height: calc(100% - 16.125rem);
  }
  .mega.sub2 {
    height: calc(100% - 5.125rem);
  }
  .show-emg .mega.sub2, .show-serv .mega.sub1 {
    transform:translateX(-100%);
  }
  .show-emg .tbar {
    transform:translateY(0);
  }
  .mega .flexer {
    display: block;
  }
  .mega.sub2 h2 {
    font-size: 1.125em;
  }
  .mega.sub2 p a {
    text-decoration: underline;
    color: #1173B8;
  }
  .mega.sub2 .right {
    padding-top: 3em;
  }
  .mm-sub .menu a {
    display: inline-block;
    padding: .5em 0;
    line-height: 1;
    margin: 0;
  }
  .mm-sub .menu li {
    padding-top: 0;
  }
  .sf-mob {
    margin-left: auto;
    margin: 0 1.5em 0 auto;
    height: 2.5em;
    width: 2.5em;
  }
  .mob-out .sf-mob {
    opacity: 0;
    visibility: hidden;
  }
  .logo {
    width: 8.25em;
    padding-top: .5em;
  }
  .mast {
    height: 82px;
  }
  .mast .width {
    width: calc(100% - 2em);
  }
  .t-search {
    top: 82px;
    background: white;
    padding: .5em 1em;
    z-index: 8;
  }
  .t-search .s-sub {
    background-size: 1.75em auto;
  }
  .t-search form {
    width: 100%;
  }
  .t-search input[type=text].sfield {
    font-size: 1.5em;
    padding: 0;
    line-height: 1.2;
  }
  .mm-sub {
    padding-bottom: 1em;
  }
  .mm-sub label {
    margin-left: -1.25em;
    padding-bottom: .25em;
  }
  .tbar .emg a {
    line-height: 2.3;
  }
  /*end menu*/
  .mob-off, .trio .col.mid, .trio::after, .banner .left, .svbod h2 br, .serv1 .crumb-wide, .beni h2 em br, .car3 .fill-left {
    display: none;
  }
  .column {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3em;
  }
  .row>.column:first-of-type {
    padding-top: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .mp-rt {
    padding-right: 0 !important;
  }
  .mp-lt, .mp-left, .loc1 .lbox ul {
    padding-left: 0 !important;
  }
  .vcent, .row.invert, .trio .width, .credits .width, .about4 .row {
    display: block;
  }
  .staff .left {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
  }
  .staff .right {
    order: -1;
    padding-bottom: 0;
    width: 22em;
    max-width: 100%;
  }
  .staff .email {
    padding-top: 1em;
    text-align: left;
  }
  .trio .col.last {
    width: 100%;
    padding-left: 0;
  }
  .trio .col.first, #text-3, #nav_menu-6 {
    width: 30em;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: auto;
  }
  #text-2 {
    margin: auto;
  }
  #text-2 p:nth-child(2) {
    padding-top: .75em;
  }
  #text-3, #nav_menu-6 {
    text-align: center;
  }
  #text-3 h3 {
    padding-top: 1em;
  }
  #text-3 {
    padding-bottom: 1.5em;
  }
  #nav_menu-6 ul {
    padding-left: 0;
    margin: auto;
  }
  .trio .col.last {
    position: relative;
    z-index: 1;
    padding-top: 2em;
    padding-bottom: 1em;
    margin-top: 1.5em;
  }
  .trio .col.last::after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #002A52;
    mix-blend-mode: multiply;
    left: -1.875em;
    right: -1.875em;
    z-index: -1;
  }
  footer .trio {
    padding-top: 2em;
    padding-bottom: 0;
  }
  #text-4, #text-5 {
    text-align: center;
    width: 100%;
  }
  #text-5 {
    padding-top: .25em;
  }
  .credits {
    background-color: #fff;
    padding: 1.25em 0;
  }
  .credits a:link, .credits a:visited, .credits p, #text-5 p, #text-5 a, #text-5 a:hover {
    color:#1173B8;
  }
  .credits li {
    padding-left: .5em;
    margin-left: .5em;
  }
  .bchild h1, .head h1, h1 {
    font-size: 3.25em;
  }
  .btn-fill a {
    font-size: 1em;
  }
  .home1 .first, .home1 .last {
    width: 100%;
  }
  .home1 .first .pad {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    border-bottom-left-radius:0;
  }
  .home1 .last .pad {
    border-bottom-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    border-top-right-radius:0;
  }
  .home1 .row {
    display: block;
  }
  .home4 .cblock, .hero-wrap.split .hero-slide, .about4 .first, .about6 .cblock {
    width: 100%;
    max-width: 100%;
  }
  .about4 .width {
    padding-top: 0;
  }
  .about4 .row {
    margin: 0;
  }
  .about4 .column {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3em;
  }
  .about4 .first {
    padding-left: 0;
  }
  .about4 .mid {
    width: 20em;
    max-width: 100%;
  }
  .about4 .mid:last-of-type {
    margin-bottom: 0;
  }
  .home4::after {
    border-radius: 0;
    left: 0;
  }
  .about3 .first {
    text-align: left;
  }
  .cblock, .about2 .cblock {
    width: 100%;
  }
  .about2 .fill-left {
    position: relative;
    width: calc(100% - 3.75rem);
    margin-top: 2em;
    margin-left: 0;
    left: 1.875rem;
    right: inherit;
    top: inherit;
    border-radius: 1.25rem;
    bottom: inherit;
  }
  .ptile h3 {
    font-size: 1.25em;
  }
  .board1 .sub1 .box {
    margin-left: 0;
  }
  .svbod {
    padding-top: 26em !important;
  }
  .serv1 .last {
    padding-top: 0;
  }
  .outer-85 .svbod, .outer-87 .svbod {
    padding-top: 23em !important;
  }
  .smeta {
    position: absolute;
    top: -6em;
    background-color: #f5f8fc;
    padding: 2em 1em;
    max-width: 100%;
  }
  .smeta .btn-wrap {
    padding-top: .5em;
  }
  .smeta .btn-fill a {
    font-size: 1.25em;
  }
  .svbod .box {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    border-radius: 0;
    padding:2em 1.875em;
  }
  .sv-staff {
    max-width: 100%;
    padding-top: 3em;
  }
  .serv1 .sub1, .loc2 .width {
    padding-bottom: 4em;
  }
  .flogos ul {
    column-count: 2;
  }
  .loc1 .lbox {
    width: 32em;
    padding-top: 2em;
    max-width: 100%;
  }
  .loc1 .split-p {
    column-count: 1;
  }
  .loc2 ul {
    column-count: 2;
  }
  .staff .sub1, .width.crumb-wide {
    padding-top: 4em;
  }
  .loc1 h1, .con1 h1, .news1 h1 {
    margin-left: 0;
  }
  .car6 .ifloat, .car5 .ifloat {
    margin-top: 0;
    position: relative;
  }
  .car5 .ifloat {
    display: none;
  }
  .car5 .width {
    min-height: inherit;
  }

  .loc1 .sub1 .row {
    display: flex;
    flex-wrap: wrap;
  }
  .loc1 .sub1 .first {
    order: 2;
  }
  .loc1 .sub1 .last {
    padding: 0 0 3em;
  }
}
/*--end tab--*/
@media only screen and (max-width: 700px) {
  h2, .home1 .first h2 {
    font-size: 2.25em;
  }
  .flexer .ptile {
    width: 50%;
  }
  .bchild h1, .head h1, h1 {
    font-size: 2.5em;
  }
  .bchild h1 {
    min-height: inherit;
  }
  .h-content .box, .head .box {
    width: 22em;
    max-width: none;
    height: 9em;
    max-height: inherit;
    min-height: inherit;
  }
  .bhome::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .5);
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .shorts li {
    width: 50%;
    padding-top: .5em;
  }
  .shorts em {
    font-size: .9375rem;
    line-height: 1.1;
    margin: 1em 0 .5em;
  }
  .shorts a::after, .shorts a::before {
    background-size: auto 65%;
  }
  .home1 .last .pad {
    padding: 1.5em 1em;
  }
  .shorts li:nth-child(2) {
    border-right: 0;
  }
  .shorts li:nth-child(4) {
    border-right: 0;
    border-bottom: solid 1px #DCEAF5;
  }
  .shorts li:nth-child(3) {
    border-right: solid 1px #DCEAF5;
  }
  .home3 .last {
    display: block;
  }
  .lbox {
    width: 16em;
    max-width: 100%;
  }
  .lbox:nth-child(1) {
    margin-bottom: 2.5em;
  }
  .cform {
    padding: 2em 1.5em;
  }
  .nbox {
    display: block;
  }
  .nbox .left, .nbox .right {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .nbox .left {
    padding-bottom: 1em;
  }
  .car1 .crumb-wide {
    display: none;
  }
  .doc-box ul {
    column-count: 1;
  }
  .palert .btn-duo {
    flex-wrap: wrap;
    justify-content: center;
  }
  .palert .btn-fill {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 500px) {
  main p, main li, .home3 .first p, .home5 .first p {
    font-size: 1.32em;
  }
  main p, main li {
    line-height: 1.5;
  }
  .s-inline input[type=text], .home4 li {
    font-size: 1em;
  }
  h1, .bchild h1, .head h1, .about1 .last p, .about3 .first p, .blog h1, .car1 .last p {
    font-size: 2.125em;
  }
  h2 {
    font-size: 1.625em;
  }
  .h-content .box, .head .box {
    width: 19em;
    max-width: inherit;
    margin: auto;
  }
  .home1 .first h2 {
    font-size: 1.325em;
  }
  .home5 .indent {
    padding-left: 0;
  }
  .banner h1 {
    text-align: center;
  }
  .home1 .first .pad {
    padding: 1.5em 1em;
  }
  .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;
  }
  .home4 ul {
    padding-left: 0;
  }
  .banner.bhome, .banner.bhome .hero-slide .pic {
    min-height: 22rem;
  }
  .bhome .width.h-content {
    padding-bottom: 7.5em;
  }
  .about1 .bc-wrap, .admin1 .bc-wrap {
    padding: 0 0 3em;
  }
  .ptiles h2 {
    text-align: center;
  }
  .flexer .ptile, .lbox {
    width: 100%;
  }
  .board1 .sub1 .box, .doc-box {
    padding: 2em 1.25em;
  }
  .svbod .box ul {
    padding: 1em 0 0 2em;
  }
  .home4 { /*redundant service list on serv single*/
    display: none;
  }
  .outer-6 .home4 {
    display: block;
  }
  .ptile .inner {
    width: 100%;
    display: flex;
    column-gap: 1em;
    justify-content: space-between;
    align-items: center;
  }
  .ptile .profile, .ptile .detail {
    width: 50%;
  }
  .ptile .profile {
    padding-top: 70%;
    margin-bottom: 0;
  }
  .sv-staff .ptile {
    padding-bottom: 2em;
    margin-left: -1.875rem;
  }
  .sv-staff .profile {
    border-radius: 0;
    border-top-right-radius:1.25rem;
    border-bottom-right-radius:1.25rem;
  }
  .flogos li {
    min-height: 4em;
  }
  .loc2 ul {
    column-count: 1;
  }
  .loc1 .lbox {
    display: block;
  }
  .car1 .sub1 {
    padding-top: 9em;
  }
  .car1 .badge {
    width: 16em;
    top: -8em;
    left: 0;
    right: 0;
    margin: auto;
  }
  .car6 .ifloat, .car5 .ifloat {
    margin-top: 3em;
  }
  .car5 .lbox {
    padding: 2em 0;
  }
  .car5 .lbox::after {
    right: -2rem;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
  }
  .fold {
    margin-left: -1.875em;
    margin-right: -1.875em;
  }
  .fold h4 {
    border-radius: 0;
  }
}
