/*
Theme Name: Sheridan Memorial Theme
Description: Custom template for SMH, 2025 Build
Version: 1.0
Author: Joel Smith
Author URI: http://okasoftdesign.com

*/
html, body {
  height: 100%;
}
html {
  font-size: 16px;
}
body {
  background: #fff;
  color: #454B4F;
  font-size: 1em;
}
* {
  margin:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:visited {
  text-decoration: underline;
  color: #454B4F;
}
/* a:hover {
  text-decoration: none;
} */
*:focus {
  outline: none;
}
input[type=submit], input[type], textarea {
  -webkit-appearance:none;
}
@font-face {
    font-family: 'sofia_problack';
    src: url('fonts/sofia_pro_black_az-webfont.woff2') format('woff2'),
         url('fonts/sofia_pro_black_az-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'sofia_promedium';
    src: url('fonts/sofia_pro_medium_az-webfont.woff2') format('woff2'),
         url('fonts/sofia_pro_medium_az-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'sofia_proregular';
    src: url('fonts/sofia_pro_regular_az-webfont.woff2') format('woff2'),
         url('fonts/sofia_pro_regular_az-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'sofia_prosemibold';
    src: url('fonts/sofia_pro_semi_bold_az-webfont.woff2') format('woff2'),
         url('fonts/sofia_pro_semi_bold_az-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'sofia_probold';
    src: url('fonts/sofia_pro_bold_az-webfont.woff2') format('woff2'),
         url('fonts/sofia_pro_bold_az-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body, h1 em {
  font-family: 'sofia_proregular', sans-serif;
}
.font-medium, .tbar, .qslide .quote p, h4 {
  font-family: 'sofia_promedium', sans-serif;
}
.font-semi, .btn-fill a, #nav_menu-2 li, #nav_menu-3 li, .home2 li, .home5 .story, .basic aside h2, .sub-nav, label.custom.dash, label.custom.hvy, .nlist .more, .news-more, .blog-back a {
  font-family: 'sofia_prosemibold', sans-serif;
  font-weight: normal;
}
.font-bold, .tbar .menu::before, .qlinks li, .qslide .quote strong, .stiles a, .dgrid tr:nth-child(1), td strong {
  font-family: 'sofia_probold', sans-serif;
  font-weight: normal;
}
.font-xbold, h1, h2, h3, p strong, li strong, p.title {
	font-family: 'sofia_problack', sans-serif;
  font-weight: normal;
}
.fancy-font, .home4 p em, .atile em {
  font-family:"rocky-condensed", serif;
  font-weight: 500;
}
/*---------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: 70;
  background-color: #fff;
  font-size: 1em;
  padding: 0;
  border-bottom: solid .3125em #9FB8BC;
}
.mast .width {
	z-index: 3;
	padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mast .sub2 {
  padding: 1.125em 0 0;
  align-items: flex-end;
}
.width {
  max-width:74em; /*1184*/
  width:calc(100% - 3.75em);
  margin:0 auto;
  display:block;
  position: relative;
}
main {
  background:#fff;
  overflow: hidden;
  margin-top: 10rem; /*160*/
  position: relative;
}
main::after {
  content: " ";
  background: url('img/closer-bg.jpg') no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  height: 30em;
  left: 0;
  width: 100%;
  z-index: 0;
}
.outer-34 main::after {
  display: none;
}
main .width {
  padding:3.125em 0;
}
.anchor {
  top: -4em; /*match section padding*/
  position: relative;
}
/*FOOTER*/
footer {
  margin: auto;
  padding: 0;
  font-size:1em;
  color: #fff;
  background-color: #666;
}
footer .trio {
  padding: 1.875em 0;
  position: relative;
  background: url('img/footer-bg2.jpg') no-repeat right center #D4DEDF;
  background-size: auto 100%;
}
footer .trio .width {
  max-width: 86.25em;
}
.credits .width {
  max-width: 100%;
}
#text-2 a:link, #text-2 a:visited, .credits a, .credits a:visited {
  color: #fff;
  text-decoration: none;
}
#text-2 a:hover, .credits a:hover {
  opacity: .75;
  color: #fff;
}
footer img {
  max-width: 100%;
  height: auto;
}
footer a:hover {
  text-decoration: underline;
}
.trio ul li {
  list-style: none;
}
#text-2 {
  text-align: center;
}
#text-2 ul {
  padding: 1.25em 0 0 1.25em;
}
#text-2 li {
  line-height: 1;
}
#text-2 li a:link {
  text-decoration: underline;
}
#nav_menu-2, #nav_menu-3 {
  padding-left: 3.125em;
  /* padding-top: 2.25em; */
}
#media_image-2 {
  position: absolute;
  bottom: -.5em;
  left: calc(50% + 26em);
  width: 16em;
}
#text-2 p, #text-2 li, #nav_menu-2 li, , #nav_menu-3 li {
  font-size: 1.125em;
}
#text-2 p:first-of-type {
  padding-bottom: 1em;
}
#text-2 .btn-fill a:hover {
  opacity: 1;
}
.trio h3 {
  border-bottom: solid 2px #5E848D;
  font-size: 1.375em;
  padding: 0;
}
.trio h3.mod {
  font-size: 0;
}
.trio h3 a {
  font-size: 1.375rem;
  text-decoration: none;
  display: block;
}
#nav_menu-2 ul, #nav_menu-3 ul {
  padding: .5em 0 0 0;
  column-count: 2;
  column-gap: 2em;
}
#nav_menu-2 li, #nav_menu-3 li  {
  padding-bottom: .77em;
}
/* #nav_menu-3 ul {
  padding: 0;
  column-count: 2;
  column-gap: 0;
  margin-bottom: -1em;
}
#nav_menu-3 li {
  font-size: 1.375em;
  padding-bottom: .77em;
} */
.credits {
  text-align: center;
  padding:.875em 0;
  background-color: #464B4F;
}
#text-3 a {
  text-decoration: underline;
}
@media only screen and (min-width: 981px) {
  .mob-only {
    display: none !important;
  }
  footer .trio::before {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    /* right: calc(50% + 14.5em); */
    right: 65%;
    width: auto;
    left: 0;
    background: url('img/footer-bg1.jpg') no-repeat center;
    background-size: cover;
    z-index: 0;
  }
  footer .trio .width, .credits .width {
    display: flex;
    justify-content: space-between;
  }
  #text-2 {
    width: 33%;
    padding-right: 1.5em;
  }
  #nav_menu-2, #nav_menu-3 {
    padding-bottom: 4em;
    width: 33.5%;
  }
  /* #nav_menu-2 {
    width: 28%;
  }
  #nav_menu-3 {
    width: 39%;
  } */
  #text-3 {
    width: 46.25em;
    max-width: 75%;
  }
  .credits .textwidget {
    display: flex;
  }
  #text-2 ul {
    display: flex;
    justify-content: center;
  }
  #text-2 li:not(:last-of-type) {
    padding-right: 5%;
    margin-right: 5%;
    border-right: solid 1px #9EB8BB;
  }
  #text-3 p:not(:last-of-type) {
    margin-right: 4%;
    padding-right: 4%;
    border-right: solid 1px #fff;
  }
}
@media only screen and (min-width: 1520px) {
  footer .trio::before {
    right:60%;
  }
  footer .trio .width {
    max-width:100%;
    justify-content: flex-start;
  }
  #text-2 {
    width:40%;
    padding-right: 2em;
  }
  #text-2 .textwidget {
    max-width: 27em;
    margin: auto;
  }
  /* #nav_menu-2 {
    width: 24em
  }
  #nav_menu-3 {
    width: 31em;
  } */
  #nav_menu-2, #nav_menu-3 {
    width: 30%;
    max-width: 27em;
  }
}
/*---------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, .banner p.title {
  font-size: 4em;
  padding:0 0 .44em 0;
  line-height: 1;
  font-weight:normal;
}
h1 {
  letter-spacing: .06em;
  text-transform: uppercase;
}
h1 em {
  font-style: normal;
}
h2 {
  font-size: 2.5em;
  line-height: 1.25;
  padding:0 0 .4em 0;
}
h3 {
  font-size: 1.4em;
  padding:0 0 .4em 0;
}
h4 {
  font-size: 1.2em;
  padding:0 0 .4em 0;
}
main p {
  line-height: 1.88;
  padding:0 0 1.6em 0;
}
main p:last-of-type {
  padding-bottom: 0;
}
main p, main li {
  font-size: 1.125em;
}
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: 28vw;
	width: 100%;
	display: block;
  z-index: 4;
  position: relative;
  min-height: 14em;
}
.banner.bhero, .banner.min {
  background-image: url('img/hero-bg.jpg');
  height: 14em;
}
.banner .width {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.banner h1 {
  padding-bottom: 0;
}
.banner.default {
	/* background-image:url("img/banner-default.jpg"); */
}
.vid-fit video {
  height: 100%;
  width: auto;
}
.vid-wide {
  width: 100%;
  height: auto;
}
.hban, .hslide {
  height: 41.5vw;
  min-height: 31em;
}
.hban {
  position: relative;
}
.hban .slide-wrap, .hslider, .hslide {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
.hslide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hban .width {
  position: relative;
  z-index: 52;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hban p {
  font-size: 1.375em;
  max-width: 33.125rem;
}
.hban .flexer {
  max-width: 100%;
}
/*-------------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: 1.75em;
}
.btn-fill a {
  position: relative;
  display: inline-block;
  padding: .5em 1.5em .6em;
  line-height: 1.2;
  font-size: 1.25em;
  text-align: center;
  text-decoration: none;
  z-index: 0;
  border-radius: .8em;
  border: solid 2px #B3634C;
}
.btn-fill a, .btn-fill a:visited {
  color: #fff;
}
.btn-fill.white a {
  background-color: #fff;
  border-color: #fff;
}
.btn-fill:not(.white) a:hover {
  color: #B3634C;
}
.btn-fill.white a:hover {
  color: #fff !important;
}
.btn-fill a:hover, .btn-fill.white a:hover {
  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;
  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;
}
.fill-left, .fill-right {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
li, .job-terms p {
  break-inside: avoid-column;
}
.cwrap .width {
  padding-bottom: 3.125em;
}
.blog .cwrap .width {
  padding-bottom: 1.875em;
}
.bcrumb .gap {
  display: inline-block;
  margin: 0 .3125em;
}
.bcrumb .curr {
  text-decoration: underline;
}
.asw-footer {
  display: none;
}
body .asw-menu {
  left: inherit;
  right: 0;
}
body .asw-widget>a {
  left: inherit !important;
  right: 20px;
  background:#5E848D !important;
  outline-color: #5E848D !important;
  width: 38px;
  height: 38px;
}
body .asw-menu-header {
  background-color:#5E848D !important;
}
body:not(.outer-503) .grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}
.grecaptcha-badge {
  bottom: 76px !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-prev::after, .bx-next::after {
  content: " ";
  width: 58%;
  height: 58%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: solid 3px #454545;
  border-bottom: solid 3px #454545;
}
.bx-prev::after {
  left: .9em;
  transform: rotate(135deg);
}
.bx-next::after {
  right: .9em;
  transform: rotate(-45deg);
}
.bx-prev:hover::after {
  transform: translateX(-.4em) rotate(135deg);
}
.bx-next:hover::after {
  right: .9em;
  transform: translateX(.4em) rotate(-45deg);
}
.bx-pager {
  text-align: center;
  padding-top: .6em;
}
.bx-pager-item {
  display: inline-block;
}
.bx-pager-item a {
  /*rem for font size 0*/
  display: block;
  width: .75rem;
  height: .75rem;
  text-decoration: none;
  font-size: 0;
  border: solid 1px #B3634C;
  background: transparent;
  margin-right: 1.125rem;
}
.bx-pager-item a.active {
  background-color: #B3634C;
}
/*-------------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: 981px) {
  .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;
  }
  .fill-right {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      max-width: 800px;
      left: calc(50% + 3.75em);
      border-radius: 3.125em 0 0 3.125em;
  }
  .fill-left {
    position: absolute;
    left: 0;
    top: 0;
    right: calc(50% + 4em);
    max-width: 800px;
    height: 100%;
    border-radius: 0 3.125em 3.125em 0;
  }
  .home1 .width {
    min-height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .home1 .fill-right {
    top: 11em;
    bottom: 6.25em;
  }
  .home2 .last {
    margin-left: -1em;
  }
  .primary aside {
    margin-top: -121px;
  }
}
/*-------------PAGE: HOME----------------*/
.home-pre {
  z-index: 62;
}
.home-pre .width {
  padding: 0;
  max-width: 70.5em;
  height: 0;
}
.qlinks {
  border-radius: 1.43em;
  background-color: #f6f6f6;
  align-items: center;
  overflow: hidden;
  display: flex;
  box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.35);
  top: -1.25em;
  position: relative;
}
.qlinks h2 {
  font-size: 1.875em;
  width: 23.5%;
  text-align: center;
  padding: 0 .5em;
}
.qlinks ul li {
  list-style: none;
}
.qlinks ul {
  padding: 0;
  display: flex;
  align-items: center;
  width: 76.5%;
  margin: 0 -1px 0 auto;
}
.qlinks li {
  border-left: 0.5px solid rgba(158, 184, 187, .5);
  flex-grow: 1;
  line-height: 1;
  padding-bottom: 0;
  font-size: 1em;
}
.qlinks a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 4.15em;
  font-size: 1.125em;
  line-height: 1.2;
  text-decoration: none;
  padding-right: 1.65em;
  position: relative;
}
.qlinks a::before {
  content: " ";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 62%;
}
.qlinks li:nth-child(1) a {
  padding-left: 4.65em;
}
.qlinks li:nth-child(1) a::before {
  width: 4.65em;
  background-image: url('img/icons/ql-donate.svg');
}
.qlinks li:nth-child(1) a:hover::before {
  background-image: url('img/icons/ql-donate-w.svg');
}
.qlinks li:nth-child(2) a {
  padding-left: 4.88em;
}
.qlinks li:nth-child(2) a::before {
  width: 4.88em;
  background-image: url('img/icons/ql-pay.svg');
}
.qlinks li:nth-child(2) a:hover::before {
  background-image: url('img/icons/ql-pay-w.svg');
}
.qlinks li:nth-child(3) a {
  padding-left: 6.5em;
}
.qlinks li:nth-child(3) a::before {
  width: 6.5em;
  background-image: url('img/icons/ql-provider.svg');
}
.qlinks li:nth-child(3) a:hover::before {
  background-image: url('img/icons/ql-provider-w.svg');
}
.qlinks li:nth-child(4) a {
  background: url('img/pc-btn-o2.png') no-repeat center;
  background-size: 74% auto;
  padding: 0 1.56em;
  color: rgba(255, 255, 255, 0);
}
.qlinks li:nth-child(4) a:hover {
  background-image: url('img/pc-btn-w.png');
  background-color: #B3634C;
}
.qlinks a:hover {
  color: #fff;
}
.home1 {
  background: url('img/bg-circle-rt.jpg') no-repeat right center;
  background-size: contain;
  padding: 9.75em 0 6.15em 0;
}
.home1 .width {
  padding: 0;
}
.home1 .cblock, .about2 .cblock {
  width: 49%;
}
.home2 {
  background: linear-gradient(to right,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%);
}
.home2::after {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-image: url('img/bg-bikes.png');
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
}
.home2 .width {
  z-index: 3;
}
.home2 .first {
  padding-right: 4em;
}
.home2 .last {
  padding-left: 0;
}
.home2 ul li {
  list-style: none;
}
.home2 ul {
  column-count: 2;
  column-gap: 1.25em;
  padding: 0;
  margin-bottom: -1.25em;
}
.home2 li {
  font-size: 1.5em;
  line-height: 1.2;
  padding-bottom: .65em;
}
.home2 li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .25em;
}
.home2 li em {
  display: inline-block;
  width: calc(100% - 2em);
  vertical-align: top;
  text-decoration: underline;
  font-style: normal;
}
.home3 .width {
  max-width: 112.5em; /*1800*/
}
.home3 h2 {
  padding:0 0 1rem 3.75rem;
}
.bcar {
  padding:0 2.75em;
}
.bcar .tile {
  padding: 1em;
}
.bcar .ihold {
  width: 100%;
  display: block;
  padding-top: 56%;
  height: 0;
  border-radius: 1.56em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}
.bcar .bx-prev::after, .bcar .bx-next::after {
  display: none;
}
.bcar .next-bg, .bcar .prev-bg {
  width: 3.5em;
  height: 3.5em;
  bottom: 3.5em;
}
.bcar .prev-bg {
  left: -3.75em;
}
.bcar .next-bg {
  right: -3.75em;
}
.bcar .bx-prev, .bcar .bx-next {
  background: url('img/icons/car-left2.png') no-repeat center;
  background-size: contain;
  cursor: pointer;
  width: 3.5em;
  height: 3.5em;
}
.bcar .bx-next {
  transform: rotate(180deg);
}
.bcar .ihold a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.bcar h3 {
  font-size: 2.25em;
  line-height: 1.1;
}
.bcar .prev {
  line-height: 1.88;
  font-size: 1.125em;
}
.bcar .btn-fill.white a:hover {
  color: #fff;
}
.bcar .bx-pager {
  line-height: 0;
  padding-top: 1.5em;
}
.bcar .bx-pager-item a {
  border-color: #fff;
}
.bcar .bx-pager-item a.active {
  background-color: #fff;
}
.home4 {
  background: url('img/bg-s.jpg') no-repeat center;
  background-size: auto 34em;
}
.home4 .width {
  max-width: 68.75em;
  padding: 6.25em 0;
}
.home4 h2 {
  padding-bottom: .65em;
}
.home4 p:first-of-type {
  font-size: 3.125em;
  line-height: 1.1;
  padding-bottom: 1.25rem;
}
.home4 img {
  margin: auto;
}
.home5 {
  padding: 0 0 6.25em;
  z-index: 2;
}
.home5 .width {
  padding: 2em 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
}
.home5 .bx-viewport {
  overflow: visible !important;
}
.qslide, .qslide .width {
  min-height: 31.25em;
}
.qslide .fill-left {
  right: calc(50% + 5em);
}
.qslide .quote {
  width: calc(50% + 1.5em);
  text-align: right;
}
.qslide .quote p {
  font-size: 1.5em;
  line-height: 1.2;
  padding-bottom: 1em;
}
.qslide .quote strong {
  font-style: italic;
  font-size: 1.66em;
  margin-right: .15em;
}
.home5 .bx-controls {
  position: absolute;
  max-width: 74em;
  width: calc(100% - 3.75em);
  margin: auto;
  text-align: right;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 64;
}
.home5 .bx-pager {
  padding: 0;
  line-height: 0;
}
.home5 .story {
  font-size: 1.25rem;
  text-decoration: none;
  display: inline-block;
  margin-right: 1.5em;
}
@media (min-width: 1600px) {
  .qslide .fill-left, .car2 .fill-left {
    left: inherit;
    width: 100%;
  }
}
/*------------PAGE: BASIC----------------*/
.basic .bcrumb {
  width: 100%;
  padding: 3.125em 0;
}
.basic h1, .banner.min h1 {
  font-size: 3.75em;
  text-transform: none;
  padding-bottom: 0;
}
.primary {
  position: relative;
  z-index: 3;
}
.primary .width {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 4em;
}
.primary aside {
  width: 17em;
  order: 2;
}
.primary aside.no-img {
  padding-top: 3.125em;
}
.primary .body {
  width: calc(100% - 17em);
  padding-right: 6.25em;
}
.basic .feat-img {
  margin-right: -1.875rem;
  padding-bottom: 1.875em;
}
.basic .feat-img img {
  border-radius: 0 0 0 1.56em;
  width: 100%;
}
.basic aside h2 {
  color: #1F1E1F;
  font-size: 1.6875em;
}
@media (min-width: 1440px) {
  .basic .feat-img {
    margin-right: -8rem;
  }
  .found3 .fill-left {
    left: inherit;
    width: 100%;
  }
}
ul.sub-nav li {
  list-style: none;
}
.sub-nav {
  padding: 0;
  max-width: 20em;
}
.sub-nav li {
  padding-bottom: .25em;
  font-size: 1em;
}
.sub-nav a {
  text-decoration: none;
  font-size: 1.25em;
  display: block;
  padding: .75em 1.3em;
  line-height: 1;
  border-radius: .75em;
  background-color: #D5DEDF;
}
.sub-nav a.new-tab {
  padding-right: 1.5em;
  position: relative;
}
.sub-nav a.new-tab::after{
  content: " ";
  width: .875em;
  height: .875em;
  position: absolute;
  display: block;
  right: .75em;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: .5em;
  background: url('img/icons/newtab.svg') no-repeat center;
  background-size: contain;
  opacity: 0;
}
.sub-nav a.new-tab:hover::after {
  opacity: 1;
}
.sub-nav a:hover, .sub-nav a.current {
  color: #fff;
}
.basic .body h2 {
  font-size: 2.125em;
}
.basic .body h4 {
  font-size: 1.125em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.basic .body ul li {
  list-style:none;
}
.basic .body ul, .basic .body ol {
  padding: .125em 0 1.5em 1.25em;
}
.basic .body ul ul , .basic .body ol ul, .basic .body ul ol, .basic .body ol ol {
  padding: .25em 0 0 1.5em;
}
.basic .body li {
  padding-left: 1em;
  line-height: 1.4;
  position: relative;
}
.basic .body li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.basic .body li:not(:last-of-type) {
  padding-bottom: .3125em;
}
.basic .body ol>li::before {
  display: none;
}
.basic .body li li {
  font-size: .889em;
}
.basic .body li li::before {
  content: "+";
}
.basic .body p:last-of-type:not(:last-child) {
  padding-bottom: 1.6em;
}
.basic .body.lfix ul, .basic .body.lfix ol {
  margin-top: -1.6em;
}
.basic .trio-img {
  padding: .5em 0 1.5em;
}
.basic .trio-img p {
  display: flex;
  justify-content: space-between;
}
/*-------------PAGE: DEFAULT----------------*/
main section {
  position: relative;
  z-index: 2;
}
.about2 .width {
  padding: 1.25em 0 3.125em;
}
.about2 h3 {
  padding-bottom: 0;
}
.about3 {
  margin-top: 6.25em;
}
.about3 .width {
  padding-top: 0;
}
.atiles {
  display: flex;
  column-gap: 1.75em;
  margin: 0 -1.75em 0 0;
  justify-content: center;
}
.atile h3 {
  font-size: 2.5em;
  position: relative;
}
.atile {
  border-radius: 1.56em;
  width: calc(25% - 1.19em);
  background: red;
  text-align: center;
  padding: 1.875em 1.25em 1.25em;
  height: 31.25em;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto 120%;
  background-position: bottom center;
}
.atile::after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #9EB8BB;
  mix-blend-mode: multiply;
  opacity: .5;
}
.atile p, .atile h3 {
  z-index: 3;
}
.atile, .atile h3 {
  transition: all 0.5s ease;
}
.atile p {
  line-height: 1.2;
  font-size: 1em;
  padding: 0 1em;
  opacity: 0;
  position: absolute;
  left: 1.25em;
  right: 1.25em;
  top: 1.875em;
  bottom: 1.875em;
  height: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.atile:nth-child(1) {
  background-image: url('img/card-mission.jpg');
}
.atile:nth-child(2) {
  background-image: url('img/card-vision.jpg');
}
.atile:nth-child(3) {
  background-image: url('img/card-values.jpg');
}
.atile em {
  color: #fff;
  font-size: 2.5em;
}
@keyframes text-reveal {
  0% {
    opacity: 0;
    transform:translateY(1em);
  }
  100% {
    opacity: 1;
    transform:translateY(0);
  }
}
.about3::after {
  content: " ";
  background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%);
  height: auto;
  bottom: 0;
  top: 6.25em;
  width: 100%;
  z-index: -1;
  position: absolute;
}
.about4 .width {
  max-width: 54em;
  padding-bottom: 6.25em;
}
.about4 .btn-set {
  display: flex;
  flex-wrap: wrap;
}
.about4 .btn-fill {
  width: 33.333%;
  padding: .75em;
}
.about4 .btn-fill a {
  width: 100%;
}
.foud2 .width {
  padding: 6.25em 0;
}
.found2 .column {
  width: 50%;
  min-height: 31.25em;
}
.found2 .first {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.found2 .float1 {
  width: 40em;
  padding: 1.5em 1.875em;
  z-index: 2;
  position: relative;
  background-color: rgba(232, 237, 238, .8);
  backdrop-filter: blur(10px);
  border-radius: 1.56em;
}
.found2 .float2 {
  width: 41em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.found3 .cblock {
  width: 49%;
}
.found3 .width {
  min-height: 31.25em;
}
.width.cb-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.found3 .fill-left {
  right: calc(50% + 4em);
}
.found4 .width {
  padding: 6.25em 0;
}
.found4 .first {
  padding-right: 1em;
}
.found4 .last {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4em;
}
.box {
  border-radius: 1.25em;
  background: #f6f6f6;
  padding: 1.25em;
}
.found4 .box p {
  font-size: 1.25em;
  line-height: 1.7;
}
.found4 .btn-fill {
  padding-top: 1.5em;
}
.board {
  display: flex;
  padding-top: 1.5em;
  flex-wrap: wrap;
  row-gap: 3.75em;
}
.board p {
  line-height: 1.5;
}
.board .bod {
  padding-left: 0;
}
/*-------------PAGE: SERVICES----------------*/
.serv1 .width {
  padding-top: 0;
  padding-bottom: 6.25em;
  max-width: 50em;
}
.stiles ul li {
  list-style: none;
}
.stiles ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5625em;
}
.stiles li {
  padding: 1.5625em;
  font-size: 1em;
  line-height: 1;
  width: 33.333%;
}
.stiles a {
  display: block;
  padding: 0 2em 0 .75em;
  background-color: #D5DEDF;
  font-size: 2.5em;
  min-height: 3.75em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  border-radius: .625em;
  box-shadow: 0px 6px 11px 0px rgba(0,0,0,0);
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.stiles a:hover {
  color: #fff;
  text-decoration: underline;
  background-color: #454B4F;
  box-shadow: 0px 6px 11px 0px rgba(0,0,0,0.2);
}
.stiles li:nth-child(1) a {
  background-image: url('img/icons/serv/clinic.svg');
  background-position: calc(100% + .2em) .3125em;
}
.stiles li:nth-child(2) a {
  background-image: url('img/icons/serv/dme.svg');
  background-position: calc(100% + .125em) center;
  background-size: auto 95%;
}
.stiles li:nth-child(3) a {
  background-image: url('img/icons/serv/financial.svg');
  background-position: calc(100% - .35em) .35em;
}
.stiles li:nth-child(4) a {
  background-image: url('img/icons/serv/oxygen.svg');
  background-size: auto 90%;
  background-position: calc(100% + .35em) center;
}
.stiles li:nth-child(5) a {
  background-image: url('img/icons/serv/lab.svg');
  background-size: auto 94%;
  background-position: center right;
}
.stiles li:nth-child(8) a {
  background-image: url('img/icons/serv/nursing.svg');
  background-size: auto 95%;
  background-position: calc(100% + .5em) center;
}
.stiles li:nth-child(7) a {
  background-image: url('img/icons/serv/radiology.svg');
  background-position: calc(100% + .3125em);
  background-size: auto 80%;
}
.stiles li:nth-child(6) a {
  background-image: url('img/icons/serv/rehab.svg');
  background-size: auto 95%;
  background-position: calc(100% + .22em) center;
}
.stiles li:nth-child(9) a {
  background-image: url('img/icons/serv/visiting.svg');
  background-position: calc(100% + .5em) center;
  background-size: auto 80%;
}
/*hovers*/
.stiles li:nth-child(1) a:hover {
  background-image: url('img/icons/serv/clinic-w.svg');
}
.stiles li:nth-child(2) a:hover {
  background-image: url('img/icons/serv/dme-w.svg');
}
.stiles li:nth-child(3) a:hover {
  background-image: url('img/icons/serv/financial-w.svg');
}
.stiles li:nth-child(4) a:hover {
  background-image: url('img/icons/serv/oxygen-w.svg');
}
.stiles li:nth-child(5) a:hover {
  background-image: url('img/icons/serv/lab-w.svg');
}
.stiles li:nth-child(8) a:hover {
  background-image: url('img/icons/serv/nursing-w.svg');
}
.stiles li:nth-child(7) a:hover {
  background-image: url('img/icons/serv/radiology-w.svg');
}
.stiles li:nth-child(6) a:hover {
  background-image: url('img/icons/serv/rehab-w.svg');
}
.stiles li:nth-child(9) a:hover{
  background-image: url('img/icons/serv/visiting-w.svg');
}
.serv3 {
  background-color: #f6f6f6;
}
.serv3 .width {
  padding-bottom: 0;
}
.width.more {
  max-width: 83.75em;
}
.slist h2 {
  padding-bottom: .75em;
}
.slist h3 {
  font-size: 1.125em;
  padding-bottom: 0;
}
.slist ul li {
  list-style: none;
}
.slist ul {
  padding: 1em 0 3.125em 1.25em;
}
.slist li:not(:last-of-type) {
  padding-bottom: .75em;
}
.serv4 .width {
  padding: 6.25em 0;
}
.serv4 .first {
  padding-right: 3.125em;
}
.serv4 .last {
  padding-left: 0;
}
.dgrid table {

}
.dgrid td, .prov1 td {
  font-size: 1.125em;
  padding: .3125em;
}
.dgrid td:nth-child(1) {
  padding-left: 0;
}
.dgrid td:nth-child(3) {
  padding-right: 0;
}
.prov1 .width {
  padding: 0 0 5.25em;
}
.prov1 table {
  margin: 0 -.35em;
}
.prov1 table:not(:last-child) {
  padding-bottom: 2.25em;
}
.prov1 table td {
  width: 20%;
}
.prov1 table td:nth-child(1) {
  width: 60%;
}
.emp1 .width {
  padding: 0 0 5.25em;
}
.emp1 .btn-set {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
}
/*-------------JOBS----------------*/
.car1 .width {
  padding-top: 0;
  max-width: 59.375em;
}
.car1 .first {
  padding-right: 3em;
}
.car1 .last {
  margin-left: auto;
}
.car1 h3 {
  font-size: 1.875em;
}
.car1 .btn-wrap {
  padding: .6125em 0 1em;
}
.car2 .width {
  padding: 1.75em 0;
}
.car2 .cblock, .car3 .cblock {
  width: 49%;
}
.car4 p a {
  text-decoration: none;
}
.car2 p:last-of-type {
  font-size: 1.25em;
  padding-top: .875em;
}
.car2 li {
  font-size: 1.375em;
}
.car2 li:not(:last-of-type) {
  padding-bottom: 1em;
}
.car3, .car2, .car4 {
  margin-top: 3.125em;
}
.car4 {
  background: url('img/closer-bg2.jpeg') no-repeat center bottom;
  background-size: cover;
}
.car4 .width, .width.less {
  max-width: 59.375em;
}
.car4 .width {
  max-width: 59.375em;
  padding-bottom: 6.25em;
}
/*---Open positions----*/
.pos1 .width {
  padding: 0 0 6.25em;
}
.pos1 article:not(:last-of-type) {
  border-bottom: solid 1px #ccc;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.job .width {
  padding: 0 0 6.25em;
}
.job hr:not(:last-of-type) {
  margin-bottom: 1.8em;
}
.job hr:last-of-type {
  margin-top: 1.8em;
}
/*---Gravity Form----*/
.jform-app .width {
  min-height: 26em;
}
.gform_page label.custom {
  margin-bottom: -2em;
}
.gform_page label.custom.dash {
   border-top: dashed 1px #999;
   padding-top: 1.25em;
 }
 .gform_page .gform-field-label { /*fix req wrap */
   display:inline-block !important;
 }
 .gform_page .gform-field-label .gfield_required {
   margin-left:2px;
   vertical-align: top;
 }
 .gform-theme--framework .gfield--type-choice.radio-inline .gfield_radio {
   flex-direction: row;
 }
  .gform-theme--framework .gfield--type-choice.inline-vfix {
   align-self: flex-end;
   padding-bottom: .5em;
 }
 .job-terms p {
   font-size: 1em;
   line-height: 1.5;
   padding-bottom: 1.25em;
 }
 .job-terms hr {
   border-top: dashed 1px #999;
   margin-bottom: 1.25em;
 }
 .term-set2 .terms-inner {
   max-width: 900px;
   margin: 0 auto 2em;
 }
 .job-terms p.lg {
   font-size: 1.19em;
 }
 .job-terms li {
   padding-bottom: .75em;
 }
 .job-terms li {
   font-size: 1em;
 }
 .job-terms li li {
   padding-bottom: .5em;
 }
 .job-terms ul {
   padding-bottom: 1em;
 }
 .job-terms ul ul {
   padding-bottom: .25em;
 }
 .job-terms table {
   margin-top: 1.8em;
 }
 .job-terms table, .job-terms td {
   border: solid 1px #ddd;
 }
 .job-terms td {
   padding: .75em;
   width: 50%;
 }
 .jform .gform-theme-button {
   background-color: #B3634C !important;
   padding: .5em 1.5em .6em !important;
  line-height: 1.2 !important;
  font-size: 1.25em !important;
  border-radius: .8em !important;
  border: solid 2px #B3634C !important;
  box-shadow: none !important;
 }
 .jform .gform-theme-button:hover {
   background-color: transparent !important;
   color: #B3634C !important;
 }
 @media (min-width: 981px) {
   .gform-theme--foundation .gfield--width-quarter.gfc-5, .gform-theme--foundation .gfield--width-full.gfc-5, .gform-theme--foundation .gfield--width-half.gfc-5 {
     grid-column: span 2;
   }
   .term-set1 .terms-inner {
     column-count: 2;
     column-gap: 2em;
   }
   .bcar .inner {
     display: flex;
     align-items: center;
     justify-content: space-between;
   }
   .bcar .left {
     width: 47%;
   }
   .bcar .detail {
     width: 53%;
     padding-left: 3.125em;
   }
   .bcar .bx-next:hover {
     transform: rotate(180deg) translateX(-.75em);
   }
   .bcar .bx-prev:hover {
     transform: translateX(-.75em);
   }
   .atile:hover h3 {
    color: #fff;
  }
  .atile:hover::after {
    background-color: #5E848D;
    opacity: .9;
  }
  .atile:hover {
    width: calc(50% - 1.19em);
  }
  .atile:hover p {
    animation: text-reveal .5s linear forwards;;
    animation-delay: .35s;
  }
 }
 @media (min-width: 640px) {

 }
/*-------------BLOGGING----------------*/
.news1 .width {
  padding-top: 0;
}
.news1 .box, .box.calbox {
  padding: .25em;
  overflow: hidden;
  background-color: #F0F4F9;
  position: relative;
}
.news1 .box {
  margin-left: -.75em;
}
.isize.mod {
  background-color: #F0F4F9;
}
.news1 .first {
  padding-right: 4.75em;
}
.news1 .last {
  padding-left: 0;
}
.isize {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
}
.box iframe {
  width: 100%;
  max-width: 100%;
  position: absolute;
  border: 0;
  top: 0;
  left: 0;
  height: 100%;
}
.news2 .width {
  padding-bottom: 4.375em;
}
.news2 .h2 {
  padding-bottom: .125em;
}
.nlist .alm-item {
  width: 50%;
  padding: 1.5em;
}
.nlist .alm-listing, .nlist .flexer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.nlist .inner {
  background: #f6f6f6;
  border-radius: 1.56em;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  display: flex;
  min-height: 18.75em;
}
.nlist .inner:hover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.3);
}
.nlist .inner:hover {
  color: inherit;
}
.nlist .inner .detail {
  width: 67%;
  padding: 1em 1.875em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nlist .ihold {
  order: 2;
  width: 33%;
  position: relative;
  height: auto;
  right: -1px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nlist .ihold.empty {
  background-image: url('img/btile-df.png');
  border-left: solid 1px #ddd;
}
.bcar .ihold.empty {
  background-image: url('img/btile-df.png');
  background-size: 50% auto;
  background-color: #fff;
}
.nlist .inner span {
  display: block;
}
.nlist .date, .nlist h3, .nlist .prev {
  padding-bottom: .875rem;
}
.nlist h3 {
  font-size: 1.5em;
  line-height: 1.4;
}
.nlist .prev {
  line-height: 1.6;
}
.nlist .more {
  font-size: 1.25em;
  line-height: 1.2;
}
.nlist .alm-btn-wrap {
  padding: 1.5em 0;
  margin:0;
}
.alm-btn-wrap .alm-load-more-btn.news-more, .alm-btn-wrap .alm-load-more-btn.news-more.loading {
  background-color: #B3634C;
  border: solid 2px #B3634C;
}
.alm-btn-wrap .alm-load-more-btn.news-more, .alm-btn-wrap .alm-load-more-btn.news-more.loading {
  line-height: 1.2;
  font-size:1.25rem;
  height: auto;
  border-radius: .8em;
  padding: .5em 1.5em .6em;
}
.alm-btn-wrap .alm-load-more-btn.news-more.loading {
  animation: btn-pulse .75s ease-in-out infinite;
}
.alm-btn-wrap .alm-load-more-btn.news-more.loading::before {
  display: none;
}
.alm-btn-wrap .alm-load-more-btn.news-more:hover {
  background-color: transparent;
  color: #B3634C;
}
.alm-btn-wrap .alm-load-more-btn.news-more.done {
  opacity: 1;
  background-color: transparent;
  border:solid 2px;
  color: #454B4F;
}
@keyframes btn-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .65;
  }
}
.banner p.title {
  padding-bottom: 0;
}
.blog .date {
  display: block;
  padding-bottom: .3125em;
}
.blog .single .width {
  padding-top: 0;
}
.blog .single h1 {
  font-size: 2.5em;
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 0;
  line-height: 1.1;
}
.blog .thumb {
  padding-bottom: 3.125em;
}
.blog .lim {
  position: relative;
  max-width: 50.875em;
}
.blog .body {
  padding: 1em 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;
}
.blog h2, .blog h3, .blog h4 {
  text-transform: none;
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: .5rem;
}
.blog h2 {
  font-size: 2em;
}
.blog h3 {
  font-size: 1.5em;
}
.blog h4 {
  font-size: 1.25em;
}
.blog p, .blog li {
  font-size: 1.125em;
}
.blog p {
  line-height:1.88;
  padding-bottom: 1.8rem;
}
.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 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: 3.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), .blog hr:not(:last-child) {
  margin-bottom: 1.8rem;
}
.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: .75em;
  font-style: italic;
  text-align: left;
  padding: .25rem 0 0 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.brel .width {
  padding-top: 0;
  padding-bottom: 6.25em;
}
.blog .brel h2 {
  padding-bottom: .25em;
  line-height: 1.1;
}
.blog-back a {
  font-size: 1.25em;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.blog-back a::before {
  content: "<";
  position: relative;
  display: inline-block;
  margin-right: .25em;
}
.brel .blog-back {
  padding-top: 1.625em;
}
/*-------------MENU----------------*/
header .width {
  max-width: 83.75em;
  z-index: 2;
}
.tbar .width, .tbar .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tbar .meta {
  max-width: 40.5em;
  padding-right: 3em;
  width: 50%;
}
.menu-shortcuts-container {
  width: 50%;
}
.logo {
  padding: 0 0 1.125em;
  margin: 0;
  width: 17.375em;
}
.logo .stack {
  width: 14.25em;
  max-width: 100%;
}
.logo a {
  display: block;
  width: 100%;
  height: 4.3125em;
  position: relative;
}
.logo img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.logo .wide {
  width: 100%;
  max-width: 100%;
}
.logo .wide {
  opacity: 0;
}
.tbar {
  position: relative;
  background-color: #f6f6f6;
}
.tbar .meta, .tbar .meta a {
  color: #fff;
}
.tbar .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40.625em;
  max-width: 100%;
  padding: 0;
  margin-left: auto;
}
.tbar .menu li {
  list-style: none;
  padding-bottom: 0;
  line-height: 1;
}
.tbar a {
  text-decoration: none;
}
.tbar .addy a {
  background: url('img/icons/pin.svg') no-repeat left center;
  background-size: auto 1em;
  padding-left: 1.25em;
}
/* .tbar .addy a:hover {
  background-image: url('img/icons/pin-b.svg');
} */
.tbar .addy .mb-text {
  display: none;
}
.tbar .phone a {
  background: url('img/icons/call.svg') no-repeat left center;
  background-size: 1.125em auto;
  padding-left: 1.75em;
}
.tbar .meta a:hover {
  opacity: .75;
}
/* .tbar .phone a:hover {
background-image: url('img/icons/call-b.svg');
} */
.tbar .menu li:nth-child(4), .tbar .menu li.pc-btn {
  border-right: 0;
}
.tbar .menu li.pc-btn {
  line-height: 0;
  padding-right: 0;
  margin-right: 0;
}
.pc-btn a {
  text-indent: -1000px;
  overflow: hidden;
  color: white;
  background: url('img/pc-btn-w.png') no-repeat center;
  background-size: 78% auto;
  height: 3.125em;
  line-height: 1;
  padding: 0;
  display: inline-block;
  width: 12.75em;
  text-align: center;
  border-radius: 0px 0px 1.375em 1.375em;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0);
}
.pc-btn a:hover {
  background-image: url('img/pc-btn-o2.png');
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}
.h-rt {
  width: calc(100% - 12em);
  padding-left: 2em;
}
.logo img {
	height: auto;
	width: 100%;
}
.nav-top {
  max-width: 60.375em;
  width: 75%;
  padding-left: 1em;
}
.nav-top ul {
  margin: 0;
  padding: 0;
}
.nav-top ul li {
	list-style: none;
	display: inline-block;
}
.nav-top ul, .nav-top li {
	position: inherit;
}
.nav-top li {
  padding: 0;
}
.nav-top li a {
  font-size:1.3125em;
  padding:0;
  line-height: 1.42;
  display:block;
  text-decoration:none;
  position: relative;
}
.nav-top li:last-of-type {
  padding-right: 0;
}
.nav-top li:first-of-type {
  padding-left: 0;
}
.nav-top li.menu-item-has-children>a::after, .dd-back>a::after {
  content: " ";
  background: no-repeat center right;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8" %3F><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="19"><path fill="none" stroke="%23454B4F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" transform="matrix(0.707107 -0.707107 0.707107 0.707107 1.41592 9.21127)" d="M11 0L11.024266 11.024266L0 11" fill-rule="evenodd"/></svg>');
  background-size: contain;
  position: relative;
  display: inline-block;
  width: .875em;
  height: .875em;
  vertical-align: middle;
  margin-bottom: .125em;
}
.nav-top ul li ul::after {
	z-index: -2;
	opacity: .7;
}
.nav-top ul ul li {
	display: block;
}
.nav-top .sub-menu, .mast::after {
  height: 11.875em;
}
.nav-top .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  margin: auto;
  width: auto;
  right: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1.25em 5.5%;
  text-align: left;
  z-index: 20;
}
.nav-top .sub-menu, .mast::after {
  -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;
}
.nav-top li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.nav-top .sub-menu li {
	padding: 0;
  width: 25%;
  position: relative;
}
.nav-top .sub-menu a {
	font-size: 1.125em;
	font-weight: normal;
	padding: 6px 0;
	border-right: 0;
	display: inline-block;
	color: #fff;
  text-decoration: underline;
	line-height: 1.1;
}
.nav-top .sub-menu li:last-child a {
	border-bottom: 0;
}
.nav-top li:last-child a {
	border-right: 0;
}
header a img {
  border:none;
  outline:none;
}
.t-search {
  display: block;
  position: relative;
  clear: both;
}
.t-search, .t-search form {
  font-size: 1em;
}
.t-search, .t-search .sfield {
  height: 2.2em;
  font-size: 1em;
}
.s-fire, .t-search .s-sub {
  width: 2.5em;
}
.s-fire {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  z-index: 3;
  cursor: pointer;
}
.t-search form {
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
  width: 0;
  overflow: hidden;
  float: right;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.search-ready .t-search form {
  width: 18em;
  max-width: 100%;
  background: #fff;
}
.search-ready .s-fire {
  display: none;
}
.t-search .s-sub {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.t-search .s-sub, .s-fire {
  background: #666 url('img/icon-search-w.svg') no-repeat center;
  background-size: 60% auto;
}
.t-search .sfield {
  width: calc(100% - 2.5em); /*match s-send width*/
  border: 0;
  background-color: transparent;
}
@media (min-width: 981px) {
  .mast::after {
    content: " ";
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: -1;
    background: url('img/dd-bg.jpg') no-repeat center left #f6f6f6;
    background-size: auto 100%;
  }
  .dd-on .mast::after {
    opacity: 1;
    visibility: visible;
  }
  .shrink .logo .stack {
    opacity: 0;
  }
  .shrink .logo .wide {
    opacity: 1;
  }
  .shrink .logo a {
    height: 2.75em;
  }
  .nav-top .menu {
    display: flex;
    justify-content: space-between;
  }
  .nav-top .menu>li {
    padding: 0 0 1.125em 0;
  }
  .tbar::before {
    content: " ";
    position: absolute;
    top: 0;
    right: calc(50% + 1.25em);
    height: 100%;
    left: 0;
    border-radius: 0px 0px 1.375em 0px;
    background-color: rgba(69, 75, 79, 1);
    z-index: 0;
  }
  .tbar .menu li {
    padding-right: 2.5%;
    margin-right: 2.5%;
    border-right: solid 1px #B3634C;
  }
  .nav-top li.menu-item-has-children>a:hover::after {
    transform:rotate(90deg) translateX(-.125em) translateY(-.125em);
  }
  .nav-top .menu>li>a::before {
    content: " ";
    width: 0;
    height: 0;
    border-left: solid .5em transparent;
    border-right: solid .5em transparent;
    border-bottom: solid .5em #9FB8BC;
    position: absolute;
    bottom: -.9em;
    left: 0;
    right: .5em;
    margin: auto;
    opacity: 0;
  }
  .nav-top li.menu-item-has-children:hover>a::before {
    opacity: 1;
  }
  .blog .brel h2 {
    font-size: 2.5em;
  }
  .nav-top .sub-2line .sub-menu {
    padding-bottom:calc(1.25em + 3.125em); /*make up 3rd line gap*/
  }
  .nav-top a:hover, .tbar .menu a:hover, .nav-top .sub-menu a:hover {
    color: #B3634C;
  }
  .nav-top li.menu-item-has-children>a:hover::after {
      background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8" %3F><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="19"><path fill="none" stroke="%23B3634C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" transform="matrix(0.707107 -0.707107 0.707107 0.707107 1.41592 9.21127)" d="M11 0L11.024266 11.024266L0 11" fill-rule="evenodd"/></svg>');
  }
}
/*-------------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: 1.875em;
  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 #B3634C;
  border-bottom: solid 3px #B3634C;
}
.mob-tog.active::before {
  border-top: 0;
  border-bottom: 0;
}
.mob-tog::after, .mob-tog.active::before {
  height: 3px;
  background: #B3634C;
}
.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*/
.brick-bg, input[type=submit], .btn-fill a, .t-search .s-sub:hover, .t-search .s-fire:hover, form .sub-wrap, .cookies, .home-wrap .menu-social-container a, .pc-btn a, .qlinks a:hover, .sub-nav a:hover, .sub-nav a.current {
  background-color: #B3634C;
}
.sky-bg {
  background-color: #9EB8BB;
}
.charc-bg {
  background-color: #454B4F;
}
.atile {
  background-color: #5E848D;
}
/*FONT COLORS*/
.brick, .nav-top .current_page_item>a, .btn-fill.white a, .nav-top .sub-menu .current_page_item>a, footer a:hover, .trio .menu .current_page_item>a, .trio .menu a:hover, .qlinks a, .home5 .story, .bcrumb .curr, .bcrumb a:hover, .job-row h3 a:hover, .blog-back a, .car2 p a, a:hover, .ohv a {
  color: #B3634C;
}
.charc, .nav-top .sub-menu a, .trio h3, .trio .menu li, .trio .menu a, #text-2 .btn-fill a, .blog-back a:hover, .bcar .btn-fill.white a, .car2 p a:hover, .ohv a:hover {
  color: #454B4F;
}
.sky {
  color: #9EB8BB;
}
.blue, .tbar .menu::before, h2, .qslide .quote strong, .slist h3, .about2 h3 {
  color: #5E848D;
}
/*ALL TRANSITIONS*/
a, a:hover, a::after, a::before, input[type]:focus, textarea:focus, header, .nav-top, .ajax-loader, .logo img, .nlist h3, .nlist .more, .atile::after  {
  -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, .bx-pager-item a, input[type="radio"] {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
}
.img-curve img, .blog article img {
  border-radius: 3.125rem;
}
/*-------------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) and (min-width: 981px) {
  .tbar .meta {
    width: 18em;
  }
  .tbar::before {
    right: inherit;
    width: 18em;
  }
  .menu-shortcuts-container {
    width: calc(100% - 19em);
  }
  .tbar .meta a {
    font-size: .875em;
  }
  .tbar .addy .inner {
    display: none;
  }
  .tbar .addy .mb-text {
    display: inline-block;
  }
  .nav-top li a {
    font-size: 1.1875em;
  }
  .logo {
    width: 15em;
  }
  /* #text-2 {
    width: 22em;
  } */
  /* footer .trio::before {
    right: inherit;
    width: calc(33% + 2em);
  } */
  #text-2 p, #text-2 li, #nav_menu-2 li, , #nav_menu-3 li {
    font-size: 1em;
  }
  /* #nav_menu-3 li {
    font-size: 1.25em;
  } */
  #text-2 li {
    border-right: 0 !important;
    padding: 0 0 .25em;
  }
  #text-2 ul {
    padding-left: 0;
    display: block;
  }
  .credits p {
    font-size: .875em;
  }
  .atile {
    height: 28em;
  }
  .atile em {
    font-size: 2em;
  }
}
@media (max-width: 1400px) {
  #media_image-2{
    left: inherit;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .bcar {
    padding: 0 1em;
  }
  .bcar .ihold {
    padding-top: 74%;
  }
  .bcar .bx-controls-direction {
    font-size: .8em;
  }
  .bcar .detail {
    padding-left: 2.25em;
  }
  .bcar .next-bg {
    right: -2.75em;
  }
  .bcar .prev-bg {
    left: -2.75em;
  }
  .home3 h2 {
    padding-left: 2rem;
  }
  .bcar h3 {
    font-size: 1.875em;
  }
  .qlinks h2 {
    font-size: 1.5em;
    width: 18%;
  }
  .qlinks ul {
    width: 82%;
  }
  .atile h3 {
    font-size: 2.25em;
    line-height: 1.1;
  }
}
/* Primary Break */
@media only screen and (max-width: 980px) {
  .logo .wide, .tbar .addy .inner {
    display: none;
  }
  .mast {
    border-bottom-width: 0px;
    height: 5.25em;
    z-index: 100;
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.5);
  }
  .m-nav {
    height: 5.25em;
  }
  .mast .sub2 {
    padding: .5em 0;
  }
  .logo {
    width: 12em;
    padding-bottom: 0;
  }
  .logo a {
    height: auto;
  }
  .logo img {
    position: relative;
    left: inherit;
    top: inherit;
    width: 100%;
    max-width: 100%;
  }
  .m-nav {
    display:block;
  }
  .nav-top, .tbar {
    transform:translateX(100%);
    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 .tbar {
    transform:translateX(0);
    visibility: visible;
  }
  main {
    margin-top: 5.25rem;
  }
  nav.nav-top {
    top: 5.25rem;
    overflow: hidden;
  }
  nav.nav-top {
    height:calc(100% - 5.25rem);
    width:100%;
    position:fixed;
    max-width:100%;
    left:0;
    margin-top:0;
    display: block;
    z-index:98;
    background-color:#fff;
  }
  .menu-top-container {
    height: 100%;
  }
  .nav-top .menu {
    overflow-y:auto;
    height: 100%;
    padding: .75em 1.5em 16em;
    transition: all 0.5s ease;
  }
  .nav-top .menu>ul {
    margin:0;
    padding: 0;
  }
  .nav-top ul li {
    display:block;
  }
  .nav-top li {
    padding: 0 0 .5em;
  }
  nav.nav-top ul li ul {
    padding-left: .8em;
  }
  nav.nav-top li a, .nav-top .sub-menu a {
    font-size:1.375em;
    line-height:1;
    padding: .25em .5em .25em 0;
    display:inline-block;
    margin:0;
    text-transform: none;
    text-decoration: underline;
  }
  .show-sub .nav-top ul.menu {
    transform: translateX(-100%);
    overflow:visible;
  }
  .nav-top .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    display: block;
    height: auto;
  }
  .nav-top .sub-menu li {
    width: 100%;
    padding: 0 0 .5em;
  }
  .nav-top .menu>li.open .sub-menu {
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
    height: 100%;
  }
  .nav-top .sub-menu li.dd-back>a {
    padding-left: 1.05em;
  }
  .dd-back>a::after {
    position: absolute;
    display: block;
    margin-bottom: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg);
  }
  .tbar {
    position: fixed;
    padding-top: 1.25em;
    bottom: 0;
    z-index: 90;
    width: 100%;
    left: 0;
  }
  .tbar .width {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
  }
  .menu-shortcuts-container {
    width: 100%;
  }
  .tbar .meta {
    background:rgba(69, 75, 79, 1);
    width: 100%;
    max-width: inherit;
    justify-content: center;
    column-gap: 2em;
    padding: .75em 1em;
  }
  .tbar .addy .mb-text {
    display: inline-block;
  }
  .tbar .menu {
    position: relative;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 16em;
    margin: auto;
    text-align: center;
  }
  .tbar .menu li {
    width: 50%;
    padding-top: 1em;
  }
  .tbar a, .tbar a span {
    text-decoration: underline;
  }
  .tbar .menu::before {
    content: "Quick Links";
    font-size: 1.375em;
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
  }
  .tbar .menu li.pc-btn {
    width: 100%;
    padding: 1.5em 0 1.25em 0;
    text-align: center;
  }
  .pc-btn a {
    border-radius: .9em;
  }
  .mob-out.show-sub .tbar {
    transform: translateX(-100%);
  }
  /*end menu*/
  .column {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.25em;
  }
  .row>.column:first-of-type {
    padding-top: 0;
  }
  .mp-fix {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .vcent, .row.invert, .primary .width {
    display: block;
  }
  .bfx br, .sub-nav {
    display: none;
  }
  footer .trio {
    padding: 0;
  }
  .trio .widget, footer .trio .width, .primary .body, .basic aside, .serv1 .cblock {
    width: 100%;
  }
  .cb-fit {
    width: 100% !important;
  }
  .primary .body {
    padding: 3.125em 0 0 0;
  }
  .trio .widget>div {
    padding: 2em 1.5em;
    width: 30em;
    max-width: 100%;
    margin: auto;
  }
  #text-2 ul {
    padding-left: 0;
  }
  #nav_menu-3 {
    padding: 0;
    width: 30em;
    max-width: 100%;
    margin: auto;
    padding: 1em 1.5em 1em;
  }
  .trio #nav_menu-3>div {
    padding: .25em 0 0;
  }
  #media_image-2 {
    position: relative;
    margin: 0 auto;
    padding-bottom: 1.5em;
    right: inherit;
    bottom: inherit;
  }
  #text-2 {
    background-color: #5E848D;
  }
  #nav_menu-2 {
    display: none;
  }
  #text-2 li:not(:last-of-type) {
    padding-bottom: .75em;
  }
  #nav_menu-3 li {
    font-size: 1em;
  }
  #text-3 .textwidget {
    display: flex;
    flex-wrap: wrap;
  }
  #text-3 .textwidget p {
    width: 100%;
    margin-bottom: .65em;
  }
  #text-3 .textwidget p:nth-child(1) {
    order: 3;
  }
  #text-3 {
    width: 14em;
    margin: auto;
  }
  .credits {
    padding: 1em 0 1.125em;
  }
  .modal-wrap {
    padding: 40px;
  }
  .modal-box {
    max-width: 592px;
    width: 100%;
    padding: 60px 40px;
  }
  .modal-close {
    right: 16px;
  }
  .basic .feat-img {
    margin-right: 0;
  }
  .basic .feat-img img {
    border-radius: 1.56em;
    width: auto;
  }
  .basic h1, .banner p.title {
    font-size: 3em;
  }
  .blog p {
    line-height: 1.5;
  }
  .stiles li {
    width: 50%;
  }
  .slist .column {
    padding-top: 0;
  }
  .slist ul {
    padding-bottom: 2em;
  }
  .board {
    row-gap:0;
  }
  .board .bod {
    padding-bottom: 2.25em;
  }
  .bcar {
    width: 34em;
    max-width: 100%;
    margin: auto;
  }
  .home3 h2 {
    text-align: center;
    padding-left: 0;
  }
  .bcar .tile {
    padding: 1em 1.5em 0;
  }
  .bcar .detail {
    padding: 2em 0 0;
    text-align: center;
  }
  .bcar .prev {
    line-height: 1.5;
  }
  .qlinks {
    max-width: 20em;
    display: block;
    padding: 1.25em 1em .25em;
    margin: 0 auto;
    top: -6em;
  }
  .qlinks ul {
    display: block;
  }
  .qlinks a::before, .qlinks a br {
    display: none;
  }
  .qlinks h2 {
    text-align: center;
    width: 100%;
    padding: 0 0 .675em;
    font-size: 1.75em;
  }
  .qlinks li {
    border-left: 0;
    border-top: solid 1px #ddd;
    width: 14em;
    margin: auto;
  }
  .qlinks li a {
    padding: .5em 0 !important;
    min-height: 2.65em;
  }
  .qlinks ul {
    width: 100%;
    text-align: center;
  }
  .qlinks li:nth-child(4) a {
    background-size: 64% auto;
  }
  h1, .basic h1, .banner.min h1, .banner p.title {
    font-size: 3.25em;
  }
  .hban {
    background-color: #fff;
  }
  .banner:not(.min)::after {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    z-index: 1;
    position: absolute;
  }
  .banner .width {
    z-index: 3;
  }
  .slide-wrap {
    opacity: .38;
  }
  .hban .width {
    justify-content: flex-start;
  }
  .home1 {
    padding-top: 14em;
    background-image: none;
  }
  h2, .home4 p:first-of-type {
    font-size: 2em;
  }
  .fill-left, .fill-right, .found3 .fill-left {
    width: calc(100% - 3.5rem);
    padding-top: 50%;
    height: 0;
    margin: 2em auto 0;
    border-radius: 1.56em;
    position: relative;
    right: inherit;
    left: inherit;
  }
  .qslide .fill-left {
    right: inherit;
    margin-top: 0;
  }
  .qslide, .qslide .width {
    min-height: inherit;
  }
  .qslide .quote {
    width: 100%;
    text-align: center;
  }
  .home5 .width, .about3 .width, .car3 .width, .car2 .width, .car1 .width, .about2 .width {
    padding-bottom: 0;
  }
  .home5 .bx-controls {
    position: relative;
    justify-content: center;
  }
  .home1, .serv1 .width {
    padding-bottom: 3em;
  }
  .serv4 .width {
    padding-top: 3em;
  }
  .found4 .width {
    padding-top: 2em;
  }
  .serv2 .width, .primary aside.no-img {
    padding-top: 0;
  }
  .atiles {
    display: block;
    margin-right: 0;
  }
  .atile {
    width: 32em;
    max-width: 100%;
    margin: 0 auto 2em;
  }
  .atile::after {
    background-color: #5E848D;
    opacity: .9;
  }
  .atile h3 {
    color: #fff;
  }
  .atile p {
    opacity: 1;
  }
  .about4 .btn-fill {
    width: 50%;
  }
  .found3 .width {
    min-height: inherit;
  }
  .found2 .last {
    position: absolute;
    top: 0;
    left: 4em;
    width: 100%;
    height: 100%;
  }
  .found2 .float1, .found2 .column, .nlist .alm-item {
    width: 100%;
  }
  .found2 .first {
    padding-right: 4em;
  }
  .found2 .float1 {
    max-width: 30em;
  }
  .found2 .float2 {
    max-width: 100%;
  }
}
/* Smartphones | <480px */
@media only screen and (max-width: 700px) {
  .stiles ul {
    margin:0 -.75em;
  }
  .stiles li {
    padding: .75em;
  }
  .stiles a {
    font-size: 1.5em;
    min-height: 4em;
  }
  .dgrid tr:nth-child(1) {
    display: none;
  }
  .dgrid tr, .prov1 tr {
    display: block;
    padding-bottom: .75em;
  }
  .dgrid td, .prov1 td {
    display: table-row;
  }
  .dgrid td:nth-child(1), .prov1 td:nth-child(1) {
    font-family: 'sofia_probold', sans-serif;
  }
  .dgrid td:nth-child(2)::before {
    content: "Phone:";
    margin-right: .25em;
    display: inline-block;
    position: relative;
  }
  .dgrid td:nth-child(3)::before {
    content: "Fax: ";
    margin-right: .25em;
    display: inline-block;
    position: relative;
  }
  .prov1 table:not(:last-child) {
    padding-bottom: 1em;
  }
  .btn-fill a {
    font-size: 1.125em;
  }
  .hban p {
    font-size: 1.125em;
    line-height: 1.2;
  }
  .hban, .hslide {
    min-height: 27em;
  }
  h1, .basic h1, .banner.min h1, .banner p.title, .blog .single h1 {
    font-size: 2.25em;
  }
  .qslide .quote p, .home2 li {
    font-size: 1.25em;
  }
  .home4 p:first-of-type {
    font-size: 1.5em;
  }
  .home2 ul {
    column-count: 1;
  }
  .atile {
    height: 28em;
  }
  .atile em {
    font-size: 1.75em;
  }
  .atile p {
    justify-content: flex-start;
    top: 6em;
    padding: 0;
  }
  .found2 .width {
    padding-bottom: 0;
  }
  .nlist .ihold, .nlist .inner .detail {
    width: 50%;
  }
  .nlist h3 {
    line-height: 1.2;
    font-size: 1.25em;
  }
}
@media only screen and (max-width: 500px) {
  .mast, .m-nav {
    height: 4rem;
  }
  nav.nav-top {
    height: calc(100% - 4rem);
    top: 4rem;
  }
  main {
    margin-top: 4rem;
  }
  .mast .sub2 {
    width: calc(100% - 2.4rem);
    padding: .3em 0;
  }
  .logo {
    width: 9.5em;
  }
  .basic h1 {
    font-size: 2.25em;
  }
  h2, .basic .body h2 {
    font-size: 1.875em;
  }
  main p {
    line-height: 1.5;
  }
  .cookies .width {
    flex-wrap: wrap;
  }
  .cookies .btn-wrap {
    padding-top: 1em;
  }
  .fix-chrome-xl-text, .bx-wrapper p, .bx-wrapper .prev {
    -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;
  }
  .job-terms table {
    font-size: 85%;
  }
  .bcar .tile {
    padding: 1em .5em 0;
  }
  .bcar h3 {
    font-size: 1.65em;
  }
  .cwrap .width {
    padding: 2em 0;
  }
  .about4 .btn-fill a {
    width: 100%;
    min-height: 67px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .found2 .first h2 {
    line-height: 1;
  }
  .found2 .first p {
    font-size: 1em;
    line-height: 1.2;
  }
  .nlist .ihold.empty {
    background-color: #fff;
    background-size: 50% auto;
  }
}
@media only screen and (max-width: 420px) {
  .nlist .inner .detail {
    width: 100%;
  }
  .nlist .ihold {
    width: 100%;
    padding-top: 60%;
    height: 0;
    margin-top: 1em;
  }
  .nlist .inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 420px) and (max-height: 640px) {
  .tbar .menu::before {
    display: none;
  }
  .tbar .menu li.pc-btn {
    padding: 1em 0;
  }
  .tbar {
    padding-top: 0;
  }
  .pc-btn a {
    font-size: .85em;
  }
  .nav-top .menu {
    padding-bottom: 12em;
  }
}
