@charset "UTF-8";
/**************************** GLOBAL ****************************/
body {
  margin: 0px;
  color: #000;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  padding-bottom: 0px;
  font-size: 20px;
}

img {
  border: 0;
}

.scalable {
  max-width: 100% !important;
  height: auto !important;
}

a:link, a:active, a:visited {
  text-decoration: none;
  color: #015060;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
}

a:hover {
  color: #0a282d;
}

*:focus, a:focus {
  outline: #00507e auto 2px;
}

address {
  font-style: normal;
}

.imgover {
  cursor: pointer;
}

.imagefit img {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix, .basic-content .basic-content-header {
  clear: both;
}

.clearfix:after, .basic-content .basic-content-header:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.table {
  display: table;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px auto 0px auto;
  border: 0px;
}

.row {
  display: table-row;
  margin: 0px;
  padding: 0px;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.column {
  display: table-cell;
  vertical-align: middle;
}

h1 {
  font-size: 2.35em;
  line-height: 1.05em;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #0077bc;
}

h2 {
  color: #0077bc;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.02rem;
  margin: 0px auto 0.25em;
  padding: 0px;
}

h2 a {
  text-decoration: underline !important;
  color: #0077bc !important;
}
h2 a:hover {
  color: #015060 !important;
}

.corporate-sub h3.CCPAIntroH3 {
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 400;
}

input[type=button], input[type=submit], input[type=reset] {
  /* remove for standard buttons */
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
}

.mobile-only {
  display: none;
}

.inner {
  width: 85%;
  max-width: 1500px;
  margin: 0px auto;
}

/* global compliance styles */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/**************************** HEADER/NAVIGATION STYLES ****************************/
/*-- ---- ---- ---- HEADER/NAV GENERAL ---- ---- ---- --*/
.skip-to-content a {
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15rem;
  font-weight: 900;
  text-align: center;
  padding: 14px 0px 12px;
  background: #1c6194;
  color: #ffffff !important;
  text-transform: uppercase;
  position: fixed;
  z-index: 500;
  top: 0px;
  left: 0;
  width: 100%;
  transition: all 0.2s ease;
  outline: none !important;
}

.skip-to-content a:focus, .skip-to-content a:hover, .skip-to-content a:active {
  color: #ffffff !important;
  top: 133px;
  outline: none !important;
}

header {
  position: fixed;
  background-color: #FFFFFF;
  top: 0px;
  width: 100%;
  z-index: 9999;
  padding: 0px 0px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

header .inner {
  width: 90%;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  text-align: right;
  max-width: 1600px;
}

header .top-nav .inner {
  text-align: left;
}

header .inner.add-height {
  height: 112px;
}

header a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
}

header nav.top-nav .inner {
  width: 90%;
}

header .left {
  width: 245px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

header.homehealth .left, header.privateduty .left, header.medical-solutions .left, header.support-services .left {
  width: 270px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

header .logo {
  display: inline-block;
  width: 100%;
  padding-bottom: 45.5%;
  background-image: url(../images/global/aveanna-healthcare-logo.png);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

header ul {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

header ul li {
  display: inline-block;
  padding: 0px;
  margin: 0px 5px;
}

/*-- ---- ---- TOP BAR ---- ---- --*/
header nav.top-nav {
  background-image: linear-gradient(90deg, rgb(20, 110, 165) 5%, rgba(20, 110, 165, 0.25) 35%, rgb(15, 90, 135) 60%);
  background-color: #0077bc;
  display: block;
}

header nav.top-nav .home-link a, header nav.top-nav .top-right a {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0.075rem;
  color: #ffffff;
  text-align: right;
  margin: 0px;
  padding: 9px 18px 8px 42px;
  position: relative;
  z-index: 1;
  transition: 0.2s all ease-in-out;
}

header nav.top-nav a:hover, header nav.top-nav a:focus, header nav.top-nav a:active {
  color: #0077bc;
  text-decoration: none;
}

header nav.top-nav .home-link {
  margin-left: -15px;
}

header nav.top-nav .home-link-mobile {
  display: none;
}

header nav.top-nav .home-link a::before, header nav.top-nav .home-link a::after, header nav.top-nav .top-right a::before, header nav.top-nav .top-right a::after {
  content: "";
  position: absolute;
}

header nav.top-nav .home-link a::before, header nav.top-nav .top-right a::before {
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50px;
  top: 50%;
  left: 14px;
  transform: translateY(-52%);
}

header nav.top-nav .home-link a::after, header nav.top-nav .top-right a::after {
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, rgba(15, 90, 135, 0.1) 0%, rgba(0, 0, 0, 0) 30%);
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.2s all ease-in-out;
}

header nav.top-nav .home-link a:hover::after, header nav.top-nav .home-link a:focus::after, header nav.top-nav .home-link a:active::after, header nav.top-nav .home-link a.current::after {
  transform: scaleX(1);
}

header nav.top-nav ul.top-left li {
  vertical-align: middle;
}

header nav.top-nav .home-link a::before {
  background-image: url(../images/global/home-icon-white.png);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  transition: 0.2s all ease-in-out;
}

header nav.top-nav .home-link a:hover::before, header nav.top-nav .home-link a:focus::before, header nav.top-nav .home-link a:active::before {
  background-image: url(../images/global/home-icon.png);
}

/*-- ---- Site Search ---- --*/
header .site-search {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}

header nav.top-nav a.search-accordion-link {
  display: none;
}

header .site-search input {
  -moz-appearance: none;
  appearance: none;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
  padding: 4px 25px 4px 15px;
  width: 140px;
  color: #ffffff !important;
  background-image: url(../images/global/magnifying-glass-white.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 95% 46%;
  background-color: #053d5d;
  border: 0px solid #0077BC;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}

header .site-search form {
  margin: 0px;
}

header .site-search input::-webkit-input-placeholder {
  color: #ffffff !important;
}

header .site-search input:-moz-placeholder {
  color: #ffffff !important;
}

header .site-search input::-moz-placeholder {
  color: #ffffff !important;
}

header .site-search input:-ms-input-placeholder {
  color: #ffffff !important;
}

header .site-search input:focus, header .site-search input:hover, header .site-search input:active {
  outline: none;
  color: #0077BC !important;
  background-color: #ffffff;
  background-image: none;
  background-image: url(../images/global/magnifying-glass.png);
}

header .site-search input:focus::-webkit-input-placeholder, header .site-search input:hover::-webkit-input-placeholder, header .site-search input:active::-webkit-input-placeholder {
  color: rgb(15, 90, 135) !important;
}

header .site-search input:focus:-moz-placeholder, header .site-search input:hover:-moz-placeholder, header .site-search input:active:-moz-placeholder {
  color: rgb(15, 90, 135) !important;
}

header .site-search input:hover::-moz-placeholder, header .site-search input:active::-moz-placeholder {
  color: rgb(15, 90, 135) !important;
}

header .site-search input:focus:-ms-input-placeholder, header .site-search input:hover:-ms-input-placeholder, header .site-search input:active:-ms-input-placeholder {
  color: rgb(15, 90, 135) !important;
}

/*-- ---- Social Media ---- --*/
header .top-nav .top-social-links {
  vertical-align: middle;
  margin: 0px 0px 0px 5px;
  padding: 0px;
}

header .top-nav .top-social-links ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
}

header .top-nav .social li {
  margin: 0px;
  padding: 0px;
}

header .top-nav .social li a {
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 50px;
  background-color: #053d5d !important;
  margin: 0px 0px 1px 5px;
  padding: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

header .top-nav .social .facebook a {
  background-image: url(../images/global/sm-icons/fb.png);
}

header .top-nav .social .instagram a {
  background-image: url(../images/global/sm-icons/instagram.png);
}

header .top-nav .social .glassdoor a {
  background-image: url(../images/global/sm-icons/glassdoor.png);
}

header .top-nav .social .linkedin a {
  background-image: url(../images/global/sm-icons/linkedin.png);
}

header .top-nav .social li a:hover, header .top-nav .social li a:focus, header .top-nav .social li a:active {
  background-color: #ffffff !important;
}

header .top-nav .social .facebook a:hover, header .top-nav .social .facebook a:focus, header .top-nav .social .facebook a:active {
  background-image: url(../images/global/sm-icons/fb-blue.png);
}

header .top-nav .social .instagram a:hover, header .top-nav .social .instagram a:focus, header .top-nav .social .instagram a:active {
  background-image: url(../images/global/sm-icons/instagram-blue.png);
}

header .top-nav .social .glassdoor a:hover, header .top-nav .social .glassdoor a:focus, header .top-nav .social .glassdoor a:active {
  background-image: url(../images/global/sm-icons/glassdoor-blue.png);
}

header .top-nav .social .linkedin a:hover, header .top-nav .social .linkedin a:focus, header .top-nav .social .linkedin a:active {
  background-image: url(../images/global/sm-icons/linkedin-blue.png);
}

/*-- ---- Top Service Section Links ---- --*/
header nav.top-nav ul.top-right {
  list-style: none;
  margin: 0;
  padding: 0;
}

header nav.top-nav ul.top-right li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

header nav.top-nav .top-right li a::before {
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

header nav.top-nav ul.top-right li.top-services-pdn a {
  background-color: #0077bc;
}

header nav.top-nav ul.top-right li.top-services-hhh a {
  background-color: #047d96;
}

header nav.top-nav ul.top-right li.top-services-ms a {
  background-color: #06866b;
}

header nav.top-nav .top-right li.top-services-pdn a::before {
  background-image: url(../images/main/icon1-small.png);
  background-color: rgba(15, 90, 135, 0.8);
}

header nav.top-nav .top-right li.top-services-hhh a::before {
  background-image: url(../images/main/icon2-small.png);
  background-color: rgba(0, 95, 105, 0.9);
}

header nav.top-nav .top-right li.top-services-ms a::before {
  background-image: url(../images/main/icon3-small.png);
  background-color: rgba(0, 105, 75, 0.8);
}

header nav.top-nav ul.top-right li.top-services-pdn a:hover, header nav.top-nav ul.top-right li.top-services-pdn a:focus, header nav.top-nav ul.top-right li.top-services-pdn a:active, header nav.top-nav ul.top-right li.top-services-pdn a.current {
  color: #0077bc;
}

header nav.top-nav ul.top-right li.top-services-hhh a:hover, header nav.top-nav ul.top-right li.top-services-hhh a:focus, header nav.top-nav ul.top-right li.top-services-hhh a:active, header nav.top-nav ul.top-right li.top-services-hhh a.current {
  color: #047d96;
}

header nav.top-nav ul.top-right li.top-services-ms a:hover, header nav.top-nav ul.top-right li.top-services-ms a:focus, header nav.top-nav ul.top-right li.top-services-ms a:active, header nav.top-nav ul.top-right li.top-services-ms a.current {
  color: #06866b;
}

header nav.top-nav .top-right a:hover::after, header nav.top-nav .top-right a:focus::after, header nav.top-nav .top-right a:active::after, header nav.top-nav .top-right a.current::after {
  transform: scaleX(1);
}

/*-- ---- ---- MAIN NAV ---- ---- --*/
/*-- ---- Top ---- --*/
header .top {
  padding: 13px 0px 2px;
}

header .inner.add-height .top {
  padding: 42px 0px 2px;
}

header .top ul {
  text-transform: uppercase;
}

header .top ul li {
  margin: 0px;
  padding: 0px;
}

header .top ul li a {
  font-size: 14px;
  line-height: 14px;
  padding: 4px 12px;
  position: relative;
  z-index: 1;
}

header .top ul li a.make-referr-btn {
  padding: 8px 15px;
  top: 10px;
}

header .top ul li a::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 5px;
  right: 5px;
  bottom: 0px;
  height: 2px;
  background-color: #0077bc;
  transform-origin: left;
  transform: scaleX(0);
}

/*-- ---- Bottom ---- --*/
.bottom > ul > li {
  position: relative;
  z-index: 1;
  vertical-align: top;
}

.bottom > ul > li > a, .top > ul > li > a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.bottom > ul > li > a {
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  padding: 18px 10px 24px;
  margin: 0px;
  position: relative;
  z-index: 1;
  transition: 0.2s all ease-in-out;
  color: #047d96 !important;
}

.bottom > ul > li > a:focus, .bottom > ul > li > a:hover, .bottom > ul > li > a:active {
  text-decoration: none;
}

.bottom > ul > li > a::after {
  content: "";
  position: absolute;
  left: -23px;
  bottom: 0;
  right: -23px;
  height: 3px;
  background-color: #047d96;
  transition: 0.2s all ease-in-out;
}

.bottom > ul > li > a::after, .bottom > ul > li > a.active::after, .bottom > ul > li > a.active:hover::after, .bottom > ul > li > a.active:focus::after {
  transform: scaleX(0);
}

.bottom > ul > li > a:hover::after, .bottom > ul > li > a:focus::after {
  transform: scaleX(1);
}

/*-- Contact Link --*/
.bottom > ul > li.contact-holder {
  padding-top: 10px;
  margin: 0px 0px 0px 10px;
}

.bottom > ul > li > a.contact-link {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  padding: 9px 18px 9px 36px;
  background-color: #0077bc;
  margin: 0px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  transition: 0.2s all ease-in-out;
  color: #ffffff !important;
  overflow: hidden;
}

.bottom > ul > li > a.contact-link::before {
  content: "";
  width: 26px;
  height: 26px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  z-index: 1;
  left: 3px;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #053d5d;
  background-image: url(../images/global/speach-bubbles-white.png);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s all ease-in-out;
}

.bottom > ul > li > a.contact-link:hover::before, .bottom > ul > li > a.contact-link:focus::before, .bottom > ul > li > a.contact-link:active::before {
  background-color: #ffffff;
  background-image: url(../images/global/speach-bubbles-blue.png);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s all ease-in-out;
}

.bottom > ul > li > a.contact-link::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  background-color: #053d5d;
  transform-origin: left;
}

/*-- ---- ---- HAMBURGER MENU ---- ---- --*/
/*-- ---- ---- ACCORDIONS ---- ---- --*/
.accordion-hamburger-title {
  display: none;
}

.burger {
  display: none;
  padding: 0px 15px;
  cursor: pointer;
  transition: all 0.15s linear;
  text-transform: none;
  overflow: visible;
  margin: 0px !important;
  position: fixed;
  z-index: -1;
  top: 54px;
  right: 5%;
}

.burger:hover {
  opacity: 0.75;
}

.burger-box {
  width: 32px;
  height: 34px;
  display: inline-block;
  position: relative;
}

.all-the-fixins {
  display: block;
  top: -35%;
  margin-top: -2px;
}

.all-the-fixins, .all-the-fixins::before, .all-the-fixins::after {
  background-color: #0077bc;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.all-the-fixins::before, .all-the-fixins::after {
  content: "";
  display: block;
}

.all-the-fixins::before {
  top: -12px;
}

.all-the-fixins::after {
  bottom: -12px;
}

.mmmmmm .all-the-fixins {
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.mmmmmm .all-the-fixins::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}

.mmmmmm .all-the-fixins::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.accordion-section-titlemob.active ~ .mmmmmm .all-the-fixins {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.accordion-section-titlemob.active ~ .mmmmmm .all-the-fixins::before {
  transition-delay: 0s;
  opacity: 0;
}

.accordion-section-titlemob.active ~ .mmmmmm .all-the-fixins::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*-- ---- ACCORDION TITLES 2 ---- --*/
.bottom > ul > li > .accordion-hamburger-title-2 {
  border: none;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 18px 24px 24px 8px;
  margin: 0px;
  position: relative;
  z-index: 1;
  transition: 0.2s all ease-in-out;
  color: #047d96 !important;
}

.bottom > ul > li > .accordion-hamburger-title-2:hover, .bottom > ul > li > .accordion-hamburger-title-2:focus {
  color: #06866b;
}

.bottom > ul > li > .accordion-hamburger-title-2.active {
  color: #0077bc;
}

.bottom > ul > li > .accordion-hamburger-title-2.active:focus, .bottom > ul > li > .accordion-hamburger-title-2.active:hover {
  color: #06866b;
}

.bottom > ul > li > .accordion-hamburger-title-2::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 7px;
  top: 20px;
  width: 10px;
  height: 10px;
  background-image: url(../images/global/search-arrow-down.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s all ease-in-out;
}

.bottom > ul > li > .accordion-hamburger-title-2:hover::before, .bottom > ul > li > .accordion-hamburger-title-2:focus::before {
  top: 21px;
  right: 7px;
  background-image: url(../images/global/search-arrow-down-on.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bottom > ul > li > .accordion-hamburger-title-2.active::before {
  transform: rotateZ(180deg);
  top: 20px;
  right: 7px;
}

.bottom > ul > li > .accordion-hamburger-title-2.active:hover::before, .bottom > ul > li > .accordion-hamburger-title-2.active:focus::before {
  transform: rotateZ(180deg);
  top: 20px;
  right: 7px;
}

.bottom > ul > li > .accordion-hamburger-title-2::after {
  content: "";
  position: absolute;
  left: -23px;
  bottom: 0;
  right: -23px;
  height: 3px;
  background-color: #0077bc;
  transition: 0.2s all ease-in-out;
}

.bottom > ul > li > .accordion-hamburger-title-2::after, .bottom > ul > li > .accordion-hamburger-title-2.active::after, .bottom > ul > li > .accordion-hamburger-title-2.active:hover::after, .bottom > ul > li > .accordion-hamburger-title-2.active:focus::after {
  transform: scaleX(0);
}

.bottom > ul > li > .accordion-hamburger-title-2:hover::after, .bottom > ul > li > .accordion-hamburger-title-2:focus::after {
  transform: scaleX(1);
}

/*-- ---- ACCORDION CONTENT 2 ---- --*/
.accordion-hamburger-2 {
  display: none;
  position: absolute;
  z-index: 100;
  left: -48px;
  right: -48px;
  background-image: linear-gradient(170deg, rgb(20, 100, 150) 10%, rgba(25, 120, 175, 0.5) 80%);
  background-color: #0077bc;
  color: #ffffff;
  text-align: left;
  padding: 4px 0px 8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

.accordion-hamburger-2::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  top: 0px;
  height: 3px;
  background-color: #0077bc;
}

.accordion-hamburger-2::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  transform: translate(-50%, -45%) rotateZ(45deg) scale(0);
  width: 10px;
  height: 10px;
  background-color: rgb(20, 100, 150);
  border-left: 3px solid #0077bc;
  border-top: 3px solid #0077bc;
  transition: 0.01s all ease-in-out;
  transition-delay: 0s;
}

.accordion-hamburger-2.open::after {
  transform: translate(-50%, -45%) rotateZ(45deg) scale(1);
  transition: 0.2s all ease-in-out;
  transition-delay: 0.35s;
}

.accordion-hamburger-2 li {
  display: block;
  margin: 0px;
  border-bottom: 1px solid rgba(25, 60, 90, 0.25);
}

.accordion-hamburger-2 li:last-child {
  border-bottom: 0px solid rgba(25, 60, 90, 0.25);
}

.accordion-hamburger-2 li a {
  display: block;
  padding: 12px 40px 12px 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  color: #ffffff;
}

.accordion-hamburger-2 li a:hover, .accordion-hamburger-2 li a:focus, .accordion-hamburger-2 li a:active, .accordion-hamburger-2 li a.active {
  text-decoration: none;
}

.accordion-hamburger-2 > li > a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #ffffff;
  transition: 0.2s all ease-in-out;
}

.accordion-hamburger-2 > li > a:hover, .accordion-hamburger-2 > li > a:focus, .accordion-hamburger-2 > li > a:active, .accordion-hamburger-2 > li > a.active {
  color: #0077bc;
}

.accordion-hamburger-2 > li > a::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #ffffff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.2s all ease-in-out;
}

.accordion-hamburger-2 > li > a:hover::before, .accordion-hamburger-2 > li > a:focus::before, .accordion-hamburger-2 > li > a:active::before, .accordion-hamburger-2 > li > a.active::before {
  transform: scaleX(1);
}

/*-- ---- ACCORDION TITLE 3 ---- --*/
.accordion-hamburger-title-3::after {
  content: "";
  background-image: url("../images/global/right-arrow-white.png");
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s all ease-in-out;
}

.accordion-hamburger-title-3:hover::after, .accordion-hamburger-title-3:focus::after, .accordion-hamburger-title-3:active::after, .accordion-hamburger-title-3.active::after {
  background-image: url("../images/global/right-arrow-dark.png");
  right: 12px;
}

/*-- ---- ACCORDION CONTENT 3 ---- --*/
.accordion-hamburger-3 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-height: calc(100% - 15px);
  background-image: linear-gradient(190deg, rgb(25, 60, 90), rgba(25, 60, 90, 0.35));
  background-color: #0077bc;
  width: 100%;
  padding: 7px 0px 8px;
  box-shadow: inset 2px 2px 3px rgba(25, 60, 90, 0.25);
}

.resources-hamburger .accordion-hamburger-3 {
  width: 110%;
}

.accordion-hamburger-3::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0px;
  height: 3px;
  background-color: #0077bc;
}

.accordion-hamburger-3 li {
  border-bottom: 1px solid rgba(0, 120, 190, 0.25);
}

.accordion-hamburger-3 li:last-child {
  border-bottom: 0px solid #0077bc;
}

/*-- ---- ---- GOOGLE TRANSLATE ---- ---- --*/
.goog-te-gadget {
  font-family: proxima-nova, sans-serif;
  font-size: 14px !important;
  line-height: 14px !important;
  color: #0077BC !important;
  margin: 0px 0px 5px 10px !important;
}

.goog-te-gadget-simple {
  border: 2px solid #0077BC !important;
  border-radius: 16px !important;
  font-size: 12px !important;
  line-height: 12px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

header .goog-te-gadget-simple .goog-te-menu-value {
  font-family: proxima-nova, sans-serif;
  color: #0077BC !important;
  font-size: 13px !important;
  line-height: 13px !important;
  letter-spacing: 0.05rem !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

header .goog-te-gadget-icon {
  margin: 1px 2px 1px 6px !important;
  width: 17px;
  height: 17px;
  background-size: cover;
  background-position: right center !important;
}

.goog-te-menu-value span:last-child {
  color: #0077BC !important;
  transform: scaleY(0.5) !important;
  display: inline-block;
  margin-top: 1px;
}

.goog-te-menu-frame {
  z-index: 10000000000002 !important;
  position: fixed;
  top: 100px !important;
  border: none;
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 30, 90, 0.2) !important;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 30, 90, 0.2) !important;
  box-shadow: 3px 3px 6px 0px rgba(0, 30, 90, 0.2) !important;
  _position: absolute;
}

/*-- ---- ---- SERVICE SECTIONS ---- ---- --*/
.accordion-hamburger-2.services-dropdown {
  left: -48px;
  right: -48px;
}

li.services-accordion-pd, li.services-accordion-hhh, li.services-accordion-ms {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

li.services-accordion-hhh:last-child, li.services-accordion-ms:last-child {
  border-bottom: 0px solid rgba(255, 255, 255, 0.75);
}

.services-accordion-pd a, .services-accordion-hhh a, .services-accordion-ms a {
  padding: 12px 14px 11px 51px !important;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.services-accordion-pd a {
  color: #0077bc !important;
}

.services-accordion-hhh a {
  color: #047d96 !important;
}

.services-accordion-ms a {
  color: #06866b !important;
}

.services-accordion-pd a:hover, .services-accordion-pd a:focus, .services-accordion-pd a:active, .services-accordion-hhh a:hover, .services-accordion-hhh a:focus, .services-accordion-hhh a:active, .services-accordion-ms a:hover, .services-accordion-ms a:focus, .services-accordion-ms a:active {
  color: #ffffff !important;
}

.services-accordion-pd a::after, .services-accordion-hhh a::after, .services-accordion-ms a::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 13px;
  top: 48%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

.services-accordion-pd a::before {
  background-color: #0077bc !important;
}

.services-accordion-pd a::after {
  background-image: url(../images/main/icon1-small.png);
  background-color: #0077bc;
}

.services-accordion-pd a:hover::after, .services-accordion-pd a:focus::after, .services-accordion-pd a:active::after {
  background-color: rgb(15, 90, 135);
}

.services-accordion-hhh a::before {
  background-color: #047d96 !important;
}

.services-accordion-hhh a::after {
  background-image: url(../images/main/icon2-small.png);
  background-color: #047d96;
}

.services-accordion-hhh a:hover::after, .services-accordion-hhh a:focus::after, .services-accordion-hhh a:active::after {
  background-color: rgba(0, 95, 105, 0.9);
}

.services-accordion-ms a::before {
  background-color: #06866b !important;
}

.services-accordion-ms a::after {
  background-image: url(../images/main/icon3-small.png);
  background-color: #06866b;
}

.services-accordion-ms a:hover::after, .services-accordion-ms a:focus::after, .services-accordion-ms a:active::after {
  background-color: rgba(0, 105, 75, 0.8);
}

.mobile-only {
  display: none;
}

.weird-mobile-link {
  display: none;
}

div.fsError {
  border: 2px solid #9E0003 !important;
  color: #9E0003 !important;
  background-color: #fffafa !important;
}

.fsValidationError .fsLabel, .fsValidationError span.fsLabel, .fsValidationError label.fsLabel, .fsValidationError .fsRequiredLabel, .fsValidationError span.fsRequiredLabel, .fsValidationError label.fsRequiredLabel, .fsValidationError .fsRequiredMarker, .fsValidationError span.fsRequiredMarker, .fsValidationError label.fsRequiredMarker, .fsValidationError label.fsMatrix, .fsValidationError label.fsOptionLabel, .fsValidationError label.fsSupporting {
  color: #9E0003 !important;
}

.fsValidationError {
  background-color: #fffafa !important;
}

.fsValidationError {
  background-color: #fffafa;
  -moz-box-shadow: 0 0 0 3px #fffafa, 0 0 0 5px #9E0003 !important;
  -webkit-box-shadow: 0 0 0 3px #fffafa, 0 0 0 5px #9E0003 !important;
  box-shadow: 0 0 0 3px #fffafa, 0 0 0 5px #9E0003 !important;
}

header .left.logo-box {
  width: 350px;
  height: 80px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
header .left.logo-box .logo {
  max-width: 145px;
  padding-bottom: 22.5%;
}
header .left.logo-box .support-link {
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding-left: 10px;
  text-transform: none;
  text-align: left;
  border-left: 1px solid #0077bc;
}
header .left.logo-box .support-link span {
  font-size: 20px;
  text-align: center;
}
header .left.logo-box .support-link:hover {
  text-decoration: none;
  color: #053d5d;
}

@media only screen and (max-width: 1360px) {
  header nav.top-nav .inner {
    width: 100%;
  }
  header nav.top-nav .home-link {
    display: none;
    margin-left: 0px;
  }
  header nav.top-nav li.home-link-mobile {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 5px;
  }
  header nav.top-nav ul.social li {
    margin: 0px !important;
    padding: 0px;
  }
  header .top-search, header .top-nav .social {
    vertical-align: middle;
  }
  header ul li.top-search {
    margin: 0px !important;
  }
  header .top-nav .social li a {
    width: 19px;
    height: 19px;
  }
  header nav.top-nav .home-link a, header nav.top-nav .top-right a {
    letter-spacing: 0.065rem;
    padding: 9px 14px 8px 41px;
  }
  header nav.top-nav .home-link-mobile a {
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    letter-spacing: 0.065rem;
    padding: 9px 12px 8px 41px;
    color: #ffffff;
    text-align: right;
    margin: 0px;
    position: relative;
    z-index: 1;
    transition: 0.2s all ease-in-out;
  }
  header nav.top-nav .home-link-mobile a:hover, header nav.top-nav .home-link-mobile a:focus, header nav.top-nav .home-link-mobile a:active {
    color: #0077bc !important;
  }
  header nav.top-nav .home-link-mobile a::before, header nav.top-nav .home-link-mobile a::after {
    content: "";
    position: absolute;
  }
  header nav.top-nav .home-link-mobile a::after {
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    background-image: linear-gradient(0deg, rgba(15, 90, 135, 0.1) 0%, rgba(0, 0, 0, 0) 30%);
    transform-origin: left;
    transform: scaleX(0);
    transition: 0.2s all ease-in-out;
  }
  header nav.top-nav .home-link-mobile a:hover::after, header nav.top-nav .home-link-mobile a:focus::after, header nav.top-nav .home-link-mobile a:active::after, header nav.top-nav .home-link-mobile a.current::after {
    transform: scaleX(1);
  }
  header nav.top-nav .home-link-mobile a::before {
    z-index: 1;
    width: 19px;
    height: 19px;
    background-color: #ffffff;
    border-radius: 50px;
    top: 50%;
    left: 14px;
    transform: translateY(-52%);
    background-image: url(../images/global/home-icon.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.2s all ease-in-out;
  }
  header nav.top-nav .home-link-mobile a:hover::before, header nav.top-nav .home-link-mobile a:focus::before, header nav.top-nav .home-link-mobile a:active::before {
    background-image: url(../images/global/home-icon-white.png);
    background-color: #0077bc;
  }
  header nav.top-nav .top-search {
    margin: 0px;
  }
  header .inner {
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 1150px) {
  .skip-to-content a:focus, .skip-to-content a:hover, .skip-to-content a:active {
    top: 98px;
  }
  header .inner {
    text-align: left;
    width: 100%;
  }
  header .inner.add-height {
    height: 74px;
  }
  header .left {
    display: inline-block;
    width: 160px;
    position: relative;
    left: 0%;
    top: 0%;
    margin: 0px 0px 0px 22px;
    padding: 10px 0px 8px;
    transform: translateY(0%);
  }
  header.homehealth .left, header.privateduty .left, header.medical-solutions .left {
    display: inline-block;
    width: 190px;
    position: relative;
    left: 0%;
    top: 0%;
    margin: 0px 0px 0px 22px;
    padding: 10px 0px 4px;
    transform: translateY(0%);
  }
  header .top {
    display: none;
  }
  header nav.top-nav .inner {
    text-align: left;
  }
  header nav.top-nav ul.top-left {
    float: none;
  }
  header nav.top-nav .home-link a {
    letter-spacing: 0.075rem;
    padding: 9px 8px 8px 41px;
    margin-right: 4px;
  }
  header nav.top-nav li.home-link-mobile {
    margin: 0px;
  }
  header nav.top-nav .home-link-mobile a {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.05rem;
    padding: 9px 11px 9px 40px;
  }
  header .site-search input {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.035em;
    padding: 4px 23px 4px 15px;
    width: 95px;
  }
  header .top-nav .social li a {
    margin: 0px 0px 1px 2px;
  }
  header nav.top-nav .top-right {
    display: none;
  }
  header .top-nav .top-social-links {
    position: absolute;
    top: 4px;
    right: 14px;
  }
  header .bottom {
    height: 0px;
  }
  .accordion-hamburger-title {
    padding: 96px 0% 0px 99px;
    display: inline-block;
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 1000000000000;
    /* background-color: #333333;
    opacity: .6; */
  }
  .burger {
    padding: 0px 2px;
    cursor: pointer;
    transition: all 0.15s linear;
    text-transform: none;
    overflow: visible;
    margin: 0px !important;
    position: fixed;
    z-index: -1;
    top: 83px;
    right: 15px;
    display: inline-block;
  }
  .burger:hover {
    opacity: 0.75;
  }
  .burger-box {
    width: 32px;
    height: 34px;
    display: inline-block;
    position: relative;
  }
  .all-the-fixins {
    display: block;
    top: -35%;
    margin-top: -2px;
  }
  .all-the-fixins, .all-the-fixins::before, .all-the-fixins::after {
    background-color: #0077bc;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .all-the-fixins::before, .all-the-fixins::after {
    content: "";
    display: block;
  }
  .all-the-fixins::before {
    top: -12px;
  }
  .all-the-fixins::after {
    bottom: -12px;
  }
  .mmmmmm .all-the-fixins {
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .mmmmmm .all-the-fixins::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease;
  }
  .mmmmmm .all-the-fixins::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .accordion-hamburger-title.active ~ .mmmmmm .all-the-fixins {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s;
  }
  .accordion-hamburger-title.active ~ .mmmmmm .all-the-fixins::before {
    transition-delay: 0s;
    opacity: 0;
  }
  .accordion-hamburger-title.active ~ .mmmmmm .all-the-fixins::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.075s;
  }
  .accordion-hamburger {
    display: none;
    position: absolute;
    z-index: 1000000000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100vw;
    height: calc(100vh - 80px);
    background-image: url("../images/global/black-loops-2.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: auto;
  }
  .accordion-hamburger::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: -1px;
    height: 2px;
    background-color: #053d5d;
    filter: blur(4px);
    opacity: 0.5;
  }
  header ul li {
    margin: 0px;
  }
  .accordion-hamburger .bottom-nav li {
    display: block !important;
    text-align: left;
    padding: 0px;
    margin: 0px;
  }
  .accordion-hamburger .bottom-nav > li a {
    color: #ffffff;
    padding: 1em 7.5%;
    width: 85%;
    display: block;
  }
  header .bottom-nav > li a {
    color: #ffffff;
    padding: 1em 7.5%;
    width: 85%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .top ul {
    display: none;
  }
  header {
    position: fixed;
    background-color: #FFFFFF;
    top: 0px;
    width: 100%;
    z-index: 50000000;
    padding: 0px 0px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  }
  header .top {
    padding: 0px;
  }
  .bottom > ul > li {
    display: block;
    text-align: left;
  }
  .bottom > ul > li.desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .bottom > ul > li > .accordion-hamburger-title-2 {
    font-size: 14px;
    line-height: 14px;
    display: block;
    width: 100%;
    padding: 1.1em 18px 1em 25px;
    margin: 0px;
    position: relative;
    z-index: 1;
    color: #666666 !important;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(25, 60, 90, 0.1);
    text-align: left;
  }
  .bottom > ul > li > .accordion-hamburger-title-2:hover, .bottom > ul > li > .accordion-hamburger-title-2:focus {
    color: #0077bc !important;
  }
  .bottom > ul > li > a {
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding: 1.1em 18px 1em 25px;
    margin: 0px;
    position: relative;
    z-index: 1;
    color: #666666 !important;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(25, 60, 90, 0.1);
  }
  .bottom > ul > li > a:hover, .bottom > ul > li > a:focus {
    color: #0077bc !important;
  }
  ul.division-nav {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  ul.division-nav::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/global/black-loops-3.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #ffffff;
  }
  ul.division-nav > li {
    display: block;
    background-color: rgba(0, 120, 190, 0.92);
  }
  ul.division-nav > li > a {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    padding: 1.15em 18px 1em 56px;
    margin: 0px;
    position: relative;
    z-index: 1;
    color: #ffffff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: none;
    border-bottom: 1px solid rgba(25, 60, 90, 0.45);
  }
  ul.division-nav.ms-mobile > li {
    display: block;
    background-color: rgba(5, 135, 110, 0.92);
  }
  ul.division-nav.ms-mobile > li > a {
    border-bottom: 1px solid rgba(0, 105, 75, 0.45);
  }
  ul.division-nav.hhh-mobile > li {
    display: block;
    background-color: rgba(5, 125, 150, 0.92);
  }
  ul.division-nav.hhh-mobile > li > a {
    border-bottom: 1px solid rgba(0, 95, 105, 0.45);
  }
  ul.division-nav > li.services-accordion-pd-mobile {
    background-color: rgba(0, 120, 190, 0.95);
  }
  ul.division-nav > li.services-accordion-pd-mobile > a {
    border-bottom: 1px solid rgba(25, 60, 90, 0.35);
  }
  ul.division-nav > li.services-accordion-pd-mobile > a::before {
    background-image: url(../images/main/icon1-small.png);
  }
  ul.division-nav > li.services-accordion-pd-mobile > a::after {
    background-color: rgba(25, 60, 90, 0.65);
  }
  ul.division-nav > li.services-accordion-hhh-mobile {
    background-color: rgba(5, 125, 150, 0.95);
  }
  ul.division-nav > li.services-accordion-hhh-mobile > a {
    border-bottom: 1px solid rgba(0, 95, 105, 0.65);
  }
  ul.division-nav > li.services-accordion-hhh-mobile > a::before {
    background-image: url(../images/main/icon2-small.png);
  }
  ul.division-nav > li.services-accordion-hhh-mobile > a::after {
    background-color: rgba(0, 95, 105, 0.65);
  }
  ul.division-nav > li.services-accordion-ms-mobile {
    background-color: rgba(5, 135, 110, 0.95);
  }
  ul.division-nav > li.services-accordion-ms-mobile > a {
    border-bottom: 1px solid rgba(0, 105, 75, 0.45);
  }
  ul.division-nav > li.services-accordion-ms-mobile > a::before {
    background-image: url(../images/main/icon3-small.png);
  }
  ul.division-nav > li.services-accordion-ms-mobile > a::after {
    background-color: rgba(0, 105, 75, 0.45);
  }
  ul.division-nav > li.services-accordion-pd-mobile > a::before, ul.division-nav > li.services-accordion-hhh-mobile > a::before, ul.division-nav > li.services-accordion-ms-mobile > a::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
  }
  ul.division-nav > li > a::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: calc(100% - 13px);
    bottom: 0;
    background-color: rgba(25, 60, 90, 0.45);
    transition: 0.2s all ease-in-out;
  }
  ul.division-nav.ms-mobile > li > a::after {
    background-color: rgba(0, 105, 75, 0.45);
  }
  ul.division-nav.hhh-mobile > li > a::after {
    background-color: rgba(0, 95, 105, 0.45);
  }
  ul.division-nav > li > a:hover::after, ul.division-nav > li > a:focus::after, ul.division-nav > li > a:active::after {
    right: 0;
  }
  ul.division-nav > li > a:hover, ul.division-nav > li > a:focus, ul.division-nav > li > a:active {
    text-decoration: none;
  }
  ul.division-nav > li.section-home > a {
    padding: 1.5em 18px 1em 56px;
    background-color: #ffffff;
    color: #666666 !important;
    border-bottom: 1px solid rgba(15, 60, 90, 0.3);
    border-left: none;
  }
  ul.division-nav > li.section-home > a:hover {
    color: #0077bc !important;
  }
  ul.division-nav > li.section-home > a::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    background-color: rgba(25, 60, 90, 0.45);
    transition: 0.2s all ease-in-out;
  }
  ul.division-nav > li.section-home > a::before {
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 57%;
    transform: translateY(-50%);
    background-color: #0077bc;
    background-image: url(../images/global/a-loops-white.png), url(../images/global/multi-color-back.png);
    background-size: 70%, cover;
    background-position: 47% 43%;
    background-repeat: no-repeat;
  }
  ul.division-nav.pd-mobile > li.section-home > a::before {
    background-color: #0077bc;
    background-image: url("../images/main/icon1-small.png");
    background-size: 78%;
    background-position: center;
    background-repeat: no-repeat;
  }
  ul.division-nav.ms-mobile > li.section-home > a::before {
    background-color: #06866b;
    background-image: url("../images/main/icon3-small.png");
    background-size: 78%;
    background-position: center;
    background-repeat: no-repeat;
  }
  ul.division-nav.hhh-mobile > li.section-home > a::before {
    background-color: #047d96;
    background-image: url("../images/main/icon2-small.png");
    background-size: 78%;
    background-position: center;
    background-repeat: no-repeat;
  }
  ul.division-nav > li.corporate-home > a {
    padding: 1.15em 18px 1em 56px;
    background-color: #ffffff;
    color: #666666 !important;
    border-left: none;
    border-bottom: 1px solid rgba(25, 60, 90, 0.1);
  }
  ul.division-nav > li.corporate-home > a:hover, ul.division-nav > li.corporate-home > a:focus, ul.division-nav > li.corporate-home > a:active {
    color: #0077bc !important;
  }
  ul.division-nav > li.corporate-home > a::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    background-color: #0077bc;
    transition: 0.2s all ease-in-out;
  }
  ul.division-nav > li.corporate-home > a::before {
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0077bc;
    background-image: url(../images/global/a-loops-white.png), url(../images/global/multi-color-back.png);
    background-size: 70%, cover;
    background-position: 47% 45%;
    background-repeat: no-repeat;
  }
  .accordion-hamburger-title-4 {
    position: relative;
    z-index: 1;
  }
  .accordion-hamburger-title-4::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 32px;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    background-image: url(../images/global/search-arrow-down-white.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .accordion-hamburger-4 {
    display: none;
    background-image: -webkit-linear-gradient(100deg, rgb(25, 60, 90), rgba(25, 60, 90, 0.35));
    background-image: -o-linear-gradient(100deg, rgb(25, 60, 90), rgba(25, 60, 90, 0.35));
    background-image: linear-gradient(190deg, rgb(25, 60, 90), rgba(25, 60, 90, 0.35));
  }
  .accordion-hamburger-4 > li {
    display: block;
  }
  .accordion-hamburger-4 > li > a {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    padding: 1.15em 18px 1em 56px;
    margin: 0px;
    position: relative;
    z-index: 1;
    color: #ffffff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: none;
    border-bottom: 1px solid rgba(25, 60, 90, 0.45);
  }
  .accordion-hamburger-4 > li > a::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: calc(100% - 13px);
    bottom: 0;
    background-color: rgba(25, 60, 90, 0.45);
    transition: 0.2s all ease-in-out;
  }
  .accordion-hamburger-4 > li > a:hover::after, .accordion-hamburger-4 > li > a:focus::after, .accordion-hamburger-4 > li > a:active::after {
    right: 0;
  }
  ul.division-nav > li > a:hover, ul.division-nav > li > a:focus, ul.division-nav > li > a:active {
    text-decoration: none;
  }
  .bottom > ul > li > .accordion-hamburger-title-2 {
    padding: 1.15em 18px 1em 25px;
    color: #666666;
  }
  .bottom > ul > li > a.active {
    border-bottom: 1px solid #0077bc;
  }
  .bottom > ul > li > .accordion-hamburger-title-2:focus, .bottom > ul > li > .accordion-hamburger-title-2:hover, .bottom > ul > li > .accordion-hamburger-title-2.active:hover, .bottom > ul > li > .accordion-hamburger-title-2.active:focus, .bottom > ul > li > a:focus, .bottom > ul > li > a:hover, .bottom > ul > li > a:active {
    color: #0077bc !important;
    border-bottom: 1px solid rgba(160, 160, 160, 0.35);
  }
  .bottom > ul > li > .accordion-hamburger-title-2.active {
    border-bottom: 1px solid rgba(160, 160, 160, 0.35);
  }
  .bottom > ul > li > .accordion-hamburger-title-2::before, .bottom > ul > li > .accordion-hamburger-title-2.active::before {
    right: 32px;
    top: 50%;
    width: 10px;
    height: 10px;
    background-image: url(../images/global/search-arrow-down-black.png);
    transform: translateY(-50%);
    opacity: 0.3;
  }
  .bottom > ul > li > .accordion-hamburger-title-2:hover::before, .bottom > ul > li > .accordion-hamburger-title-2:focus::before {
    right: 32px;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    background-image: url("../images/global/search-arrow-down.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
  }
  .bottom > ul > li > .accordion-hamburger-title-2.active::before {
    right: 32px;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: rotateZ(180deg) translateY(50%);
    background-image: url(../images/global/search-arrow-down-black.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
  }
  .bottom > ul > li > .accordion-hamburger-title-2.active:hover::before, .bottom > ul > li > .accordion-hamburger-title-2.active:focus::before {
    right: 32px;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: rotateZ(180deg) translateY(50%);
    background-image: url("../images/global/search-arrow-down.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
  }
  .bottom > ul > li > .accordion-hamburger-title-2::after, .bottom > ul > li > .accordion-hamburger-title-2.active:hover::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    bottom: 0;
    right: 0px;
    top: 0;
    height: auto;
    transform-origin: left;
    transform: scaleX(0);
    background-color: rgba(160, 160, 160, 0.15);
  }
  .bottom > ul > li > .accordion-hamburger-title-2.active::after, .bottom > ul > li > .accordion-hamburger-title-2.active:focus::after, .bottom > ul > li > .accordion-hamburger-title-2:hover::after, .bottom > ul > li > .accordion-hamburger-title-2:focus::after {
    transform: scaleX(1);
    background-color: rgba(160, 160, 160, 0.2);
  }
  .bottom > ul > li > a::after, .bottom > ul > li > a.active:hover::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    bottom: 0;
    right: 0px;
    top: 0;
    height: auto;
    transform-origin: left;
    transform: scaleX(0);
    background-color: rgba(160, 160, 160, 0.15);
  }
  .bottom > ul > li > a.active::after, .bottom > ul > li > a.active:focus::after, .bottom > ul > li > a:hover::after, .bottom > ul > li > a:focus::after {
    transform: scaleX(1);
    background-color: rgba(160, 160, 160, 0.2);
  }
  .accordion-hamburger-2 {
    position: relative;
    z-index: 100;
    width: 100%;
    left: 0;
    right: 0;
    color: #ffffff;
    text-align: left;
    padding: 0px 0px 0px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    overflow: hidden;
    background-image: none;
  }
  .accordion-hamburger-2::after, .accordion-hamburger-2::before, .accordion-hamburger-2.open::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    height: auto;
    width: 100%;
    border: 0px !important;
  }
  .accordion-hamburger-2::before {
    z-index: -1;
    background-image: linear-gradient(170deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.92) 120px);
    background-color: rgba(255, 255, 255, 0);
  }
  .accordion-hamburger-2::after {
    z-index: -2;
    background-image: url("../images/global/black-loops-3.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #ffffff;
  }
  .accordion-hamburger-2 li {
    display: block;
    margin: 0px auto;
    border: 0px solid #0077bc;
  }
  .accordion-hamburger-2 li a {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    padding: 1.15em 18px 1em 56px;
    margin: 0px;
    position: relative;
    z-index: 1;
    color: #666666 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: none;
    border-bottom: 1px solid rgba(120, 120, 120, 0.15);
  }
  .accordion-hamburger-2 li a:focus, .accordion-hamburger-2 li a:hover, .accordion-hamburger-2 li a:active:focus, .accordion-hamburger-2 li a.active:hover, .accordion-hamburger-title-3:hover, .accordion-hamburger-title-3:focus, .accordion-hamburger-title-3:active {
    color: #0077bc !important;
  }
  .accordion-hamburger-2 li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: calc(100% - 13px);
    bottom: 0;
    transform: none;
    background-color: rgba(160, 160, 160, 0.15);
    transition: 0.2s all ease-in-out;
  }
  .accordion-hamburger-2 li a:hover::before, .accordion-hamburger-2 li a:focus::before, .accordion-hamburger-2 li a:active::before {
    right: 0;
    background-color: rgba(160, 160, 160, 0.15);
  }
  .accordion-hamburger-2 > li:first-child a {
    padding: 1.35em 18px 1.1em 56px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
  }
  .accordion-hamburger-2 > li:last-child a {
    padding: 1.15em 18px 1.15em 56px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
  }
  .accordion-hamburger-title-3:hover::after, .accordion-hamburger-title-3:focus::after, .accordion-hamburger-title-3:active::after, .accordion-hamburger-title-3.active::after, .accordion-hamburger-title-3.active:hover::after, .accordion-hamburger-title-3.active:focus::after {
    background-image: url("../images/global/search-arrow-down.png");
    right: 32px;
    top: 50%;
    opacity: 1;
  }
  .accordion-hamburger-title-3:hover::after {
    transform: translateY(-50%), rotateZ(180deg);
  }
  .accordion-hamburger-title-3::after {
    width: 10px;
    height: 10px;
    background-image: url(../images/global/search-arrow-down-black.png);
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.25s all ease-in-out;
    opacity: 0.45;
  }
  .accordion-hamburger-title-3:hover::after, .accordion-hamburger-title-3:focus::after, .accordion-hamburger-title-3:active::after, .accordion-hamburger-title-3.active::after {
    right: 32px;
    top: 50%;
    width: 10px;
    height: 10px;
  }
  /*-- ---- ACCORDION CONTENT 3 ---- --*/
  .accordion-hamburger-3 {
    display: none;
    position: relative;
    left: 0%;
    top: 0;
    min-height: 0px;
    background-image: -webkit-linear-gradient(170deg, rgba(90, 90, 90, 0.45), rgba(120, 120, 120, 0.15));
    background-image: -o-linear-gradient(170deg, rgba(90, 90, 90, 0.45), rgba(120, 120, 120, 0.15));
    background-image: linear-gradient(170deg, rgba(90, 90, 90, 0.45), rgba(120, 120, 120, 0.15));
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    padding: 0px 0px;
    box-shadow: none;
  }
  .resources-hamburger .accordion-hamburger-3 {
    width: 100%;
  }
  .accordion-hamburger-3::before {
    content: none;
  }
  .accordion-hamburger-3 li {
    border-bottom: 0px solid rgba(0, 120, 190, 0.25);
  }
  .accordion-hamburger-3 li:last-child {
    border-bottom: 0px solid #0077bc;
  }
  .accordion-hamburger-3 > li > a {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    padding: 1.15em 18px 1em 56px;
    margin: 0px;
    position: relative;
    z-index: 1;
    color: #ffffff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: none;
    border-bottom: 1px solid rgba(90, 90, 90, 0.2);
  }
  .accordion-hamburger-4 > li > a::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: calc(100% - 13px);
    bottom: 0;
    background-color: rgba(25, 60, 90, 0.45);
    transition: 0.2s all ease-in-out;
  }
  .accordion-hamburger-4 > li > a:hover::after, .accordion-hamburger-4 > li > a:focus::after, .accordion-hamburger-4 > li > a:active::after {
    right: 0;
  }
  .bottom > ul > li.contact-holder {
    padding: 0px;
    margin: 0px auto 50px;
    border-bottom: 0px solid rgba(10, 60, 90, 0.35);
    box-shadow: 0px 4px 4px 0px rgba(10, 60, 90, 0.2);
  }
  .bottom > ul > li > a.contact-link {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    display: block;
    padding: 1.15em 18px 1em 56px;
    /*background-image: linear-gradient(175deg ,#a4d26b 20%, #358996);*/
    margin: 0px;
    border-radius: 0px;
    border-bottom: 0px solid;
  }
  .bottom > ul > li > a.contact-link:hover, .bottom > ul > li > a.contact-link:focus, .bottom > ul > li > a.contact-link:active {
    color: #ffffff !important;
  }
  .bottom > ul > li > a.contact-link::before {
    width: 21px;
    height: 21px;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../images/global/speach-bubbles-white.png");
    margin: 0px auto 200px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background-size: 80%;
    background-position: 50% 45%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
  }
  .bottom > ul > li > a.contact-link:hover::before, .bottom > ul > li > a.contact-link:focus::before, .bottom > ul > li > a.contact-link:active::before {
    background-color: #ffffff;
    background-image: url(../images/global/speach-bubbles-blue.png);
    background-size: 80%;
    background-position: 50% 45%;
    background-repeat: no-repeat;
    transition: 0.2s all ease-in-out;
  }
  .bottom > ul > li > a.contact-link::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    background-color: #053d5d;
    transform-origin: left;
  }
  .weird-mobile-link {
    display: block;
  }
}
.faq-banner {
  background-color: #047d96;
  text-align: center;
  padding: 5px;
}
.faq-banner a {
  font-size: 21px;
  margin: 0 auto;
  padding: 15px;
  color: #fff;
  line-height: 0.85;
  font-weight: 700;
  display: block;
  width: fit-content;
  letter-spacing: 0.015em;
}
.faq-banner a:hover {
  background-color: #002d4c;
  text-decoration: none;
}
.faq-banner a span,
.faq-banner a em {
  position: relative;
  display: inline-block;
  top: 8px;
  margin-left: 7px;
}
.faq-banner a span:after,
.faq-banner a em:after {
  content: "";
}
.faq-banner a em {
  font-weight: 400;
  font-style: normal;
}
.faq-banner a em:after {
  content: "";
}
.faq-banner a:before {
  content: "";
  vertical-align: top;
  display: inline-block;
  height: 35px;
  width: 35px;
  background-size: contain;
  background-image: url("../images/global/faq-banner/self-determination-logo.webp");
  background-repeat: no-repeat;
}

@media screen and (max-width: 1500px) {
  .faq-banner a {
    font-size: 1.4vw;
  }
  .faq-banner a:before {
    height: 2.3333333333vw;
    width: 2.3333333333vw;
  }
}
@media screen and (max-width: 1320px) {
  .faq-banner a {
    font-size: 1.5909090909vw;
  }
  .faq-banner a:before {
    height: 2.6515151515vw;
    width: 2.6515151515vw;
  }
}
@media screen and (max-width: 960px) {
  .faq-banner a {
    font-size: 2.1875vw;
  }
  .faq-banner a:before {
    height: 3.6458333333vw;
    width: 3.6458333333vw;
  }
}
.support-services-nav {
  background-color: #0077bc;
  position: relative;
  z-index: 0;
}
.support-services-nav nav > ul {
  display: flex;
  justify-content: space-between;
}
.support-services-nav nav > ul > li {
  position: relative;
}
.support-services-nav nav > ul > li > a {
  display: block;
  padding: 15px 25px;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}
.support-services-nav nav > ul > li > a:hover, .support-services-nav nav > ul > li > a.active {
  background-color: #053d5d;
}
.support-services-nav nav > ul > li > ul {
  display: none;
  position: absolute;
  background-color: #053d5d;
  text-align: left;
  width: 300px;
  margin: 0;
  padding: 0;
}
.support-services-nav nav > ul > li > ul > li {
  display: block;
  margin: 0 0 5px;
}
.support-services-nav nav > ul > li > ul > li > a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-transform: none;
  background-color: transparent;
  text-decoration: none !important;
}
.support-services-nav nav > ul > li > ul > li > a:hover {
  background-color: #0077bc;
}

.intro-callout {
  z-index: 10;
  display: block;
  font-size: 1.3em;
  line-height: 1em;
  position: relative;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.intro-callout a.inner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.65em 5%;
  text-align: center;
  color: #0077bc;
  position: relative;
  z-index: 1;
  text-decoration: none;
  transition: 0.15s all ease-in-out 0.1s;
}

.intro-callout a.inner:hover,
.intro-callout a.inner:focus,
.intro-callout a.inner:active {
  color: #ffffff;
  transition: 0.15s all ease-in-out 0s;
}

.intro-callout a.inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #047d96;
  opacity: 0;
  transform: scaleX(0);
  transition: 0.25s all ease-in-out;
}

.intro-callout a.inner:hover::before,
.intro-callout a.inner:focus::before,
.intro-callout a.inner:active::before {
  opacity: 1;
  transform: scaleX(1);
}

.intro-callout a.inner strong {
  color: #053d5d;
  transition: 0.15s all ease-in-out 0.1s;
}

.intro-callout a.inner:hover strong,
.intro-callout a.inner:focus strong,
.intro-callout a.inner:active strong {
  color: #ffffff;
  transition: 0.15s all ease-in-out 0s;
}

/**************************** HERO SLIDERS AND BANNERS ****************************/
/*-- ---- ---- ---- BANNER GENERAL ---- ---- ---- --*/
.banner {
  width: 100%;
  height: 33vw;
  max-height: calc(100vh - 205px);
  min-height: 450px;
  margin-top: 125px;
  background-color: #999999;
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #ffffff;
}
.banner.home {
  margin-top: 189px;
}
.banner:after {
  content: "";
  position: absolute;
  z-index: 1999;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background-color: #086377;
}

@media screen and (min-width: 1200px) {
  .client-support.banner {
    height: 30vw;
  }
}
.banner.pd-banner {
  width: 100%;
  height: 37vw;
  max-height: calc(100vh - 165px);
  min-height: 450px;
  margin-top: 133px;
  background-color: #999999;
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #ffffff;
}

.banner.hhh-banner {
  width: 100%;
  height: 37vw;
  max-height: calc(100vh - 165px);
  min-height: 450px;
  margin-top: 133px;
  background-color: #999999;
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #ffffff;
}

.blog-banner {
  width: 100%;
  height: 32vw !important;
  max-height: calc(100vh - 205px);
  min-height: 380px;
  margin-top: 137px;
  background-color: #999999;
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #ffffff;
  background-image: url("../images/global/blog-banner.jpg");
  background-position: right center;
  background-size: cover;
}

.search-banner {
  width: 100%;
  height: 24vw !important;
  max-height: calc(100vh - 245px);
  min-height: 300px;
  margin-top: 137px;
  background-color: #999999;
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #ffffff;
  background-image: url("../images/global/blog-banner.jpg");
  background-position: right center;
  background-size: cover;
}

.hero-graphic h1 {
  line-height: 1.1em;
  margin: 0px;
  padding: 0px;
}

.hero-graphic-main .banner-h1-inner {
  position: absolute;
  z-index: 10;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 1500px;
}

.hero-graphic-main .front-page-logo {
  background-image: url("../images/Aveanna_Support_Vertical_KO_color.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 38%;
  padding-bottom: 13%;
}

.hero-graphic-main.homehealth-banner .front-page-logo {
  background-image: url("../images/global/aveanna-homehealth-logo-white.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 38%;
  padding-bottom: 26%;
}

.hero-graphic-main.privateduty-banner .front-page-logo {
  background-image: url("../images/global/aveanna-privateduty-logo-white.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 38.5%;
  padding-bottom: 7.5%;
}

.corporate-sub section.hero-graphic-sub {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}

.corporate-sub section.hero-graphic-sub.about-banner {
  background-image: url("../images/sub/banner/banner-image-5.jpg");
}

.private-duty-sub section.hero-graphic-sub {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.home-health-sub section.hero-graphic-sub {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero-graphic-sub .inner {
  width: 85%;
  max-width: 1450px;
  position: absolute;
  z-index: 1;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-graphic-sub .inner .copy {
  position: relative;
  z-index: 1;
  width: 40%;
}

.hero-graphic-sub .inner .copy::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 200%;
  padding-bottom: 300%;
  right: -20%;
  top: 50%;
  transform: translateY(-45%);
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
  background-color: #0077bc;
}

.hero-graphic-sub .inner .copy h1 {
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  color: #ffffff;
  font-size: 52px;
  letter-spacing: 0.01em;
  font-weight: 400;
}

.hero-graphic-sub .inner .copy h1 .logo {
  width: 50%;
  padding-bottom: 40%;
  margin: 0px auto 0em;
  background-image: url("../images/Aveanna_Support_Vertical_KO_color.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.leadership-banner {
  background-image: none;
  background-position: center !important;
  background-size: cover;
}

.hero-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.hero-banner-img {
  background-position: right bottom;
}
.hero-banner-img.about-us-banner {
  background-image: url("../images/banners/banner-image-5.webp");
}
.hero-banner-img.home-page {
  background-image: url("../images/home/banners/banner-1.webp");
}
.hero-banner-img.participant-directed-services-banner {
  background-image: url("../images/sub/participant-directed-services/participant-banner.jpg");
}
.hero-banner-img.financial-management {
  background-image: url("../images/banners/banner-image-3.webp");
}
.hero-banner-img.respite-care-banner {
  background-image: url("../images/banners/banner-image-5.webp");
}
.hero-banner-img.daycare-banner {
  background-image: url("../images/banners/banner-image-6.webp");
}
.hero-banner-img.personal-assistance-banner {
  background-image: url("../images/banners/banner-image-2.webp");
}
.hero-banner-img.government-banner {
  background-image: url("../images/banners/banner-image-1.webp");
}
.hero-banner-img.aveannacare {
  background-image: url("../images/banners/banner-image-4.webp");
}
.hero-banner-img.webinars {
  background-image: url("../images/banners/banner-image-9.webp");
}
.hero-banner-img.sdp-banner-form {
  background-image: url("../images/banners/banner-image-1.webp");
}
.hero-banner-img.community-events-banner {
  background-image: url("../images/sub/community-events/017_w2-NO-LOGOS_av-logo.jpg");
}
.hero-banner-img.covid-banner-banner {
  background-image: url("../images/banners/banner-image-5.webp");
}
.hero-banner-img.contact-us-banner {
  background-image: url("../images/sub/contact-us/DO7A9494_w3L_rgb_logo.jpg");
}
.hero-banner-img.make-referral-banner {
  background-image: url("../images/banners/banner-image-8.webp");
}
.hero-banner-img.find-an-office {
  background-image: url("../images/banners/banner-image-9.webp");
  background-position: center;
}
.hero-banner-img.job-banner {
  background-image: url("../images/banners/banner-image-1.webp");
}

.banner .copy h1 {
  color: #fff;
  margin: 0;
  font-size: 2.7vw;
}

@media only screen and (max-width: 1500px) {
  .hero-graphic-main .carousel > li .inner .copy {
    font-size: 3vw;
    line-height: 1em;
  }
  .hero-graphic-sub .inner .copy h1 {
    font-size: 3vw;
    line-height: 1em;
  }
}
@media only screen and (max-width: 1150px) {
  .banner {
    min-height: 200px;
    margin-top: 128px;
  }
}
@media only screen and (max-width: 850px) {
  .hero-graphic-main .carousel .slidenav {
    position: absolute;
    z-index: 100;
    bottom: 23px;
    left: 23%;
    transform: translate(-50%, 50%);
  }
  .hero-graphic-main .carousel .slidenav li {
    margin: 0px 5px 0px 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 14px;
    padding-bottom: 14px;
  }
  .hero-graphic-main .carousel .slidenav li:hover, .hero-graphic-main .carousel .slidenav li:focus, .hero-graphic-main .carousel .slidenav li:active {
    transform: translateY(-2px);
  }
  .hero-graphic-main .carousel .slidenav li button {
    font-size: 10px;
    line-height: 10px;
    padding: 51px 50px 50px 50px;
  }
  .hero-graphic-main .carousel .controls {
    position: absolute;
    z-index: 95;
    top: auto;
    bottom: 21px;
    left: 23%;
    transform: translate(-50%, 50%);
    width: 160px;
  }
  .hero-graphic-main .carousel .controls li {
    position: absolute;
    z-index: 1;
  }
  .hero-graphic-main .carousel .controls li:first-child {
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(0px);
  }
  .hero-graphic-main .carousel .controls li:first-child:hover, .hero-graphic-main .carousel .controls li:first-child:focus, .hero-graphic-main .carousel .controls li:first-child:active {
    transform: translateY(-50%) translateX(-5px);
  }
  .hero-graphic-main .carousel .controls li:last-child {
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(0px);
  }
  .hero-graphic-main .carousel .controls li:last-child:hover, .hero-graphic-main .carousel .controls li:last-child:focus, .hero-graphic-main .carousel .controls li:last-child:active {
    transform: translateX(5px);
  }
  .hero-graphic-main .carousel button img {
    width: 9px;
    height: 9px;
  }
  ul.secondary-nav {
    margin: 0px auto;
    display: block;
    background-color: #ffffff;
  }
  ul.secondary-nav li {
    width: 100%;
    text-align: center;
    margin-top: 2px;
  }
  ul.secondary-nav li a {
    font-size: 14px;
    line-height: 14px;
    padding: 15px;
  }
  ul.secondary-nav li:first-child a {
    border-right: 0px solid #ffffff;
  }
  ul.secondary-nav li:nth-child(2) a {
    border-right: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
  }
  ul.secondary-nav li:last-child a {
    border-left: 0px solid #ffffff;
  }
  #search-results .search-hit a {
    font-size: 6.5vw;
    line-height: 1em;
  }
  #search-results .search-fragments {
    font-size: 14px;
    line-height: 18px;
    padding: 0px 0px;
  }
  #search-results .pagination {
    text-align: center;
    padding: 10px 0px 0px 0px;
  }
}
@media screen and (max-width: 650px) {
  .banner.home {
    margin-top: 190px;
  }
}
@media only screen and (max-width: 550px) {
  ul.secondary-nav {
    display: none;
  }
  .hero-graphic-main .banner-h1-inner {
    display: none;
  }
  .hero-graphic-main .carousel .slidenav {
    left: 50%;
  }
  .hero-graphic-main .carousel .controls {
    left: 50%;
  }
  .banner {
    height: 70vh;
    position: relative;
    z-index: 10;
  }
  .banner.home {
    height: 100vw;
    max-height: calc(100vh - 10px);
  }
  .hero-banner-img {
    background-position: top center;
  }
  .hero-banner-img.about-us-banner {
    background-image: url("../images/banners/banner-image-5-mobile.jpg");
  }
  .hero-banner-img.home-page {
    background-image: url("../images/banners/banner-image-13-mobile.webp");
  }
  .hero-banner-img.participant-directed-services-banner {
    background-image: url("../images/banners/banner-image-11-mobile.webp");
  }
  .hero-banner-img.financial-management {
    background-image: url("../images/banners/banner-image-3-mobile.webp");
  }
  .hero-banner-img.respite-care-banner {
    background-image: url("../images/banners/banner-image-5-mobile.webp");
  }
  .hero-banner-img.daycare-banner {
    background-image: url("../images/banners/banner-image-6-mobile.webp");
  }
  .hero-banner-img.personal-assistance-banner {
    background-image: url("../images/banners/banner-image-2-mobile.webp");
  }
  .hero-banner-img.government-banner {
    background-image: url("../images/banners/banner-image-1-mobile.webp");
  }
  .hero-banner-img.aveannacare {
    background-image: url("../images/banners/banner-image-4-mobile.webp");
  }
  .hero-banner-img.webinars {
    background-image: url("../images/banners/banner-image-3-mobile.webp");
  }
  .hero-banner-img.sdp-banner-form {
    background-image: url("../images/banners/banner-image-1-mobile.webp");
  }
  .hero-banner-img.community-events-banner {
    background-image: url("../images/banners/banner-image-10-mobile.webp");
  }
  .hero-banner-img.covid-banner-banner {
    background-image: url("../images/banners/banner-image-5-mobile.webp");
  }
  .hero-banner-img.contact-us-banner {
    background-image: url("../images/banners/banner-image-12-mobile.webp");
  }
  .hero-banner-img.make-referral-banner {
    background-image: url("../images/banners/banner-image-8-mobile.webp");
  }
  .hero-banner-img.find-an-office {
    background-image: url("../images/banners/banner-image-9-mobile.webp");
    background-position: center;
  }
  .banner .copy {
    top: auto;
    transform: none;
    bottom: 0;
    width: 100%;
    border-radius: 0;
  }
  .banner .copy h1 {
    font-size: 36px;
  }
  .hero-graphic-sub .inner {
    width: 90%;
    padding: 1.5em 0px;
    position: relative;
    z-index: 1;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
  }
  .hero-graphic-sub .inner .copy::after {
    width: 160%;
    padding-bottom: 85%;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 2.8em);
    box-shadow: 3px 3px 9px 0px rgba(25, 60, 90, 0.25);
  }
  .hero-graphic-main .carousel > li .inner {
    width: 80%;
    padding: 1em 0px 3.5em;
    top: auto;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .hero-graphic-main .carousel > li .inner .copy, .hero-graphic-sub .inner .copy {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .hero-graphic-main .carousel > li .inner .copy {
    font-size: 7vw;
    line-height: 1em;
  }
  .hero-graphic-main .carousel > li .inner .copy span {
    font-size: inherit;
    line-height: 1em;
    transform: translateX(0%);
    opacity: 0;
    transition: all 0.1s ease-in-out 0s;
  }
  .hero-graphic-main .carousel > li.current .inner .copy span {
    transform: translateX(0%);
    opacity: 1;
    transition: all 0.3s ease-in-out 0.6s;
  }
  .hero-graphic-main .carousel > li .inner .copy::after {
    width: 250%;
    padding-bottom: 105%;
    right: auto;
    left: 50%;
    top: 0;
    bottom: auto;
    transform: translate(-50.5%, 2.8em);
    box-shadow: 3px 3px 9px 0px rgba(25, 60, 90, 0.25);
    opacity: 0;
    transition: all 0.2s ease-in-out 0.1s;
  }
  .hero-graphic-main .carousel > li.current .inner .copy::after {
    transform: translate(-50.5%, -1.8em);
    opacity: 1;
    transition: all 0.4s ease-in-out 0.3s;
  }
  .hero-graphic-sub .inner {
    width: 80%;
  }
  .hero-graphic-sub .inner .copy h1 {
    font-size: 7vw;
    line-height: 1em;
  }
  .home .hero-graphic-sub .inner .copy h1 {
    font-size: 5.25vw;
    padding-top: 0;
  }
  .hero-graphic-sub .inner .copy h1 .logo {
    display: none;
  }
  .hero-graphic-sub.dailypay-banner .inner .copy h1 {
    font-size: 7.5vw;
    line-height: 1em;
  }
}
@media screen and (max-width: 340px) {
  .banner.home {
    margin-top: 160px;
  }
}
/**************************** FOOTER STYLES ****************************/
/*-- ---- ---- ---- CONTACT FORMS ---- ---- ---- --*/
.sub-page-contact-form {
  padding: 4em 0px;
  background-image: url("../images/main/quote-loops.png"), linear-gradient(#005ca3, #0b88d1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: center;
  border-top: 8px solid #0b88d1;
}

.sub-page-contact-form .contact-form-header {
  color: #ffffff;
  text-align: center;
}

.sub-page-contact-form .contact-form-sub-header {
  color: #ffffff;
  text-align: center;
  margin: 0px auto 1em;
}

.sub-page-contact-form .inner {
  width: 80%;
  max-width: 1450px;
}

.sub-page-contact-form .copy > p {
  color: #ffffff;
  text-align: center;
}

.sub-page-contact-form .copy > .fsBody {
  font-family: proxima-nova, sans-serif;
  color: #454545;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  margin: 1em auto !important;
  padding: 1px 20px 5px !important;
  font-weight: 400;
  font-style: normal;
  border-radius: 15px;
  box-shadow: 3px 3px 6px 0px #005ca3;
  text-align: left;
  padding: 50px !important;
}

.sub-page-contact-form .copy > .fsBody::after {
  content: "";
  clear: both;
  display: table;
}

.sub-page-contact-form .fsForm .fsSubmit {
  margin-top: 30px !important;
  padding: 0px !important;
  clear: none;
}

.sub-page-contact-form .fsForm .fsSubmitButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: proxima-nova, sans-serif !important;
  clear: none;
  padding: 12px 34px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-style: normal;
  line-height: 14px;
  color: #fff !important;
  background-color: #0077bc !important;
  transition: 0.15s all ease-in-out;
}

.sub-page-contact-form .fsForm .fsSubmitButton:focus, .sub-page-contact-form .fsForm .fsSubmitButton:hover, .sub-page-contact-form .fsForm .fsSubmitButton:active {
  background-color: #053979 !important;
}

.sub-page-contact-form .fsborderradius .fsBody .fsSectionHeader {
  margin-bottom: 10px !important;
  padding: 20px !important;
}

.sub-page-contact-form .fsBody .fsForm .fsSectionHeading {
  margin-bottom: 0px;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #595d64;
}

/*-- ---- ---- ---- FOOTER STYLES ---- ---- ---- --*/
footer {
  width: 100%;
  padding: 4.5em 0px;
  position: relative;
  z-index: 1;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-image: linear-gradient(90deg, rgb(0, 120, 190) -10%, rgba(0, 120, 190, 0.35) 35%, rgba(0, 120, 190, 0.35) 65%, rgb(0, 120, 190) 110%);
}

footer, footer a {
  color: #0077bc !important;
}

footer a[href^="tel:"] {
  text-decoration: underline;
}

footer .inner {
  width: 90%;
  margin: 0px auto;
  position: relative;
  z-index: 1;
  text-align: left;
  max-width: 1400px;
  font-size: 16px;
}

footer .logo-holder {
  width: 165px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 30px 0px 0px;
}

footer .logo-holder a.logo {
  display: inline-block;
  width: 100%;
  padding-bottom: 60%;
  background-image: url(../images/global/aveanna-logo-bottom.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}

footer .footer-nav {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
}

footer .address {
  display: inline-block;
  vertical-align: top;
  width: 28%;
}

footer .links {
  display: flex;
  justify-content: space-between;
  width: 66%;
  white-space: no-wrap;
  padding-left: 5%;
}

footer .footer-nav .links li {
  display: inline-block;
  flex: 1;
  margin: 0 10px;
  white-space: nowrap;
}

footer a:hover, footer a:focus {
  color: #047d96 !important;
  font-weight: 700;
  text-decoration: underline !important;
}

footer ul, footer li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

footer .middle-footer {
  text-align: center;
  margin: 3em auto 2em;
}

footer .middle-footer .policy-links li {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  padding: 2px 10px 2px 13px;
  border-left: 1px solid rgba(0, 120, 190, 0.35);
}

footer .middle-footer .policy-links li:first-child {
  display: inline-block;
  border-left: 0px solid rgba(0, 120, 190, 0.35);
}

footer .middle-footer .policy-links li:last-child {
  display: block;
  border-left: 0px solid rgba(0, 120, 190, 0.35);
}

footer .footer-bottom {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

footer .footer-bottom li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  padding: 1px 5px 1px 3px;
  border-right: 1px solid #0077bc;
}

footer .footer-bottom li:last-child {
  border-right: 0px solid #0077bc;
}

@media only screen and (max-width: 1000px) {
  main.private-duty-sub section.sub-page-contact-form .inner {
    width: 90%;
  }
  main.home-health-sub section.sub-page-contact-form .inner {
    width: 90%;
  }
  main section.sub-page-contact-form .inner {
    width: 90%;
  }
  .sub-page-contact-form .copy > .fsBody {
    margin: 0.5em auto !important;
    padding: 1px 5px 5px !important;
    border-radius: 9px;
  }
  footer {
    padding: 3em 0px 4.5em;
  }
  footer::before {
    height: 4px;
  }
  footer .inner {
    width: 85%;
    text-align: center;
    padding: 0px;
    margin: 0px auto;
  }
  footer .logo-holder {
    width: 165px;
    display: block;
    margin: 0px auto 1.5em !important;
    padding: 0px 0px 0px 0px;
    text-align: center;
  }
  footer .logo-holder a.logo {
    width: 100%;
    padding-bottom: 60%;
    background-image: url(../images/global/aveanna-logo-bottom.png);
    background-position: top center;
  }
  footer .footer-nav, footer .middle-footer {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 17px;
  }
  footer .middle-footer {
    text-align: center;
    margin: 2em auto 2em;
  }
  footer .middle-footer .policy-links li {
    font-size: 12px;
    line-height: 17px;
    margin: 0px auto;
  }
  footer .footer-nav li {
    margin-bottom: 3px;
  }
  footer .address {
    width: 25%;
    padding-right: 3%;
  }
  footer .links {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1%;
    -webkit-column-gap: 1%;
    column-gap: 1%;
    column-fill: balance;
    width: 67%;
    padding-left: 3%;
  }
  footer .footer-bottom {
    font-size: 12px;
    line-height: 17px;
  }
  footer .footer-bottom a {
    display: inline-block;
  }
}
@media only screen and (max-width: 850px) {
  footer .address {
    display: block;
    width: 100%;
    padding: 0px 0px 3em;
  }
  footer .links {
    width: 100%;
    padding: 5% 0px;
    border-left: 0px;
    border-top: 1px solid rgba(0, 120, 190, 0.35);
    border-bottom: 1px solid rgba(0, 120, 190, 0.35);
  }
}
@media only screen and (max-width: 750px) {
  footer.quote-footer::before {
    content: none;
  }
}
@media only screen and (max-width: 600px) {
  .sub-page-contact-form {
    padding: 2em 0px;
    background-image: url("../images/main/quote-loops-mobile.png"), linear-gradient(#005ca3, #0b88d1);
    border-top: 6px solid #0b88d1;
  }
  .top-footer {
    display: block !important;
  }
  footer .links {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1%;
    -webkit-column-gap: 1%;
    column-gap: 1%;
    column-fill: balance;
    display: block;
  }
  footer .footer-nav .links li {
    display: block;
  }
  footer .middle-footer .policy-links li {
    font-size: 12px;
    line-height: 12px;
    padding: 2px 2px 2px 6px;
  }
}
.top-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

/** ---- ---- Product Cards ---- ---- **/
.product-cards {
  padding: 2em 0px 4em;
  background-image: url("../images/main/product-card-back.png"), linear-gradient(#ffffff 25%, #b9d0e7);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.product-cards::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-image: linear-gradient(90deg, rgb(0, 120, 190) -10%, rgba(0, 120, 190, 0.35) 35%, rgba(0, 120, 190, 0.35) 65%, rgb(0, 120, 190) 110%);
}

.product-cards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0) 60%);
}

.product-cards .inner {
  text-align: center;
  max-width: 1400px;
  width: 95%;
}

.product-cards h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  max-width: 1100px;
  margin: 0px auto 1.5em;
}

.product-cards.home-health-products h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  max-width: 1200px;
  margin: 0px auto 0em;
}

.product-cards.home-health-products h2 p {
  margin: 0.75em 0px 2em;
}

.product-cards ul li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  margin: 0px 1%;
  position: relative;
  z-index: 1;
  padding-bottom: 35%;
}

.product-cards .card:nth-child(4),
.product-cards .card:nth-child(5),
.product-cards .card:nth-child(6) {
  margin: 2% 1% 0px;
}

.product-cards .top-image {
  width: 100%;
  padding-bottom: 54%;
  background-color: #333333;
  z-index: 1;
  position: absolute;
  background-size: cover;
  background-position: center;
  transition: 0.2s all ease-in-out;
}

.product-cards .card:hover .top-image,
.product-cards .card:focus .top-image,
.product-cards .card:active .top-image {
  padding-bottom: 48%;
}

.product-cards .top-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #0077bc;
  opacity: 0.8;
  transition: 0.35s all ease-in-out;
}

.product-cards .card:hover .top-image::before,
.product-cards .card:focus .top-image::before,
.product-cards .card:active .top-image::before {
  opacity: 0.15;
}

.product-cards .top-image .icon {
  width: 40%;
  padding-bottom: 40%;
  border-radius: 100px;
  position: absolute;
  z-index: 5;
  background-color: #ebebeb;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 6px solid #ffffff;
  background-size: 70%, cover;
  background-repeat: no-repeat;
  background-position: center 47%;
  overflow: hidden;
}

.product-cards .top-image .icon::after {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  right: 0;
  bottom: -2px;
  z-index: -2;
}

.product-cards .top-image .icon::before {
  content: "";
  width: 50%;
  padding-bottom: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.product-cards .top-image .icon.participant-directed-services-icon:before {
  background-image: url("../images/home/services/admin-icon.webp");
}
.product-cards .top-image .icon.respite-icon:before {
  background-image: url("../images/home/services/respite-icon.webp");
}
.product-cards .top-image .icon.day-care-and-transportation-icon:before {
  background-image: url("../images/home/services/daycare-icon.webp");
}
.product-cards .top-image .icon.personal-assistance-icon:before {
  background-image: url("../images/home/services/assistance-icon.webp");
}
.product-cards .top-image .icon.agency-staff-icon:before {
  background-image: url("../images/home/services/staffing-icon.webp");
}
.product-cards .top-image .icon.financial-management-service-icon:before {
  background-image: url("../images/home/services/finance-icon.webp");
}

.product-cards ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-cards ul li {
  margin-bottom: 30px;
}

.product-cards .copy-holder {
  padding: 0px 10px;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 85%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  transition: 0.3s all ease-in-out;
}

.product-cards .card:hover .copy-holder,
.product-cards .card:focus .copy-holder,
.product-cards .card:active .copy-holder {
  top: 75%;
}

.product-cards .copy-holder h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin: 0px auto 0.5em;
  text-align: center;
  width: 100%;
}

.product-cards .card .copy-holder span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  display: inline-block;
  margin: 0px;
  padding: 0px 1em;
  font-size: 16px;
  line-height: 21px;
  opacity: 0;
  transition: 0.3s all ease-in-out 0s;
}

.product-cards .card:hover .copy-holder span,
.product-cards .card:focus .copy-holder span,
.product-cards .card:active .copy-holder span {
  opacity: 1;
  transition: 0.3s all ease-in-out 0.1s;
}

.service-list {
  padding: 2em 0px 4em;
  background-image: url("../images/main/product-card-back.png"), linear-gradient(#ffffff 25%, #b9d0e7);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.service-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-image: linear-gradient(90deg, rgb(0, 120, 190) -10%, rgba(0, 120, 190, 0.35) 35%, rgba(0, 120, 190, 0.35) 65%, rgb(0, 120, 190) 110%);
}

.service-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0) 60%);
}

.service-list {
  margin: 40px auto 90px;
}
.service-list h2 {
  text-align: center;
  margin-bottom: 60px;
}
.service-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px;
  justify-content: space-between;
}
.service-list ul > li {
  flex-basis: calc(33.333333333% - 40px);
  text-align: center;
}
.service-list ul > li .top-image .icon {
  width: 30%;
  padding-bottom: 30%;
  border-radius: 100px;
  display: block;
  margin: 0 auto 20px;
  background-color: #ffffff;
  border: 6px solid rgba(0, 120, 190, 0.35);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center 47%;
  overflow: hidden;
  position: relative;
}
.service-list ul > li .top-image .icon::before {
  content: "";
  width: 50%;
  padding-bottom: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.service-list ul > li .top-image .icon.participant-directed-services-icon:before {
  background-image: url("../images/home/services/admin-icon.webp");
}
.service-list ul > li .top-image .icon.respite-icon:before {
  background-image: url("../images/home/services/respite-icon.webp");
}
.service-list ul > li .top-image .icon.day-care-and-transportation-icon:before {
  background-image: url("../images/home/services/daycare-icon.webp");
}
.service-list ul > li .top-image .icon.personal-assistance-icon:before {
  background-image: url("../images/home/services/assistance-icon.webp");
}
.service-list ul > li .top-image .icon.agency-staff-icon:before {
  background-image: url("../images/home/services/staffing-icon.webp");
}
.service-list ul > li .top-image .icon.financial-management-service-icon:before {
  background-image: url("../images/home/services/finance-icon.webp");
}

.quote-slider {
  background-image: url(../images/main/quote-loops.png), linear-gradient(#0077bc, #0063a5);
  background-size: cover;
  background-position: bottom center;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  width: 100%;
}

h2.quote-slider-header {
  position: absolute;
  z-index: 1;
  top: 5%;
  left: 60%;
  right: 10%;
  color: #ffffff;
  font-size: 32px;
  font-weight: 300;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ffffff;
}

.mobile-quote-spacer {
  display: none;
}

.quote-slider .inner {
  width: 95%;
  position: relative;
  z-index: 1;
  padding-bottom: 40%;
}

.quote-slider ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.quote-slider ul li {
  display: inline-block;
}

.quote-slider ul li.quote-slide {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.quote-slider ul li.quote-slide .image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background-color: #0063a5;
}

.quote-slider ul li.quote-slide .copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  right: 0;
  padding: 10% 7.5% 7.5%;
  font-size: 21px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0.025em;
  transform: translate(10%, -50%);
  opacity: 0;
  transition: all 0.25s ease-in-out 0s;
}

.quote-slider ul li.quote-slide .copy blockquote {
  margin-top: 0px;
  padding-top: 0px;
}

.quote-slider ul li.quote-slide-4 .copy {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0.015em;
}

.quote-slider ul li.quote-slide.live .copy {
  transform: translate(0%, -50%);
  opacity: 1;
  transition: all 0.45s ease-in-out 0.3s;
}

.quote-slider ul li.quote-slide .copy .by-line {
  font-family: proxima-nova, sans-serif;
  display: block;
  margin: 1.5em 0px 0px;
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
}

.quote-slide .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.quote-slide-1 .image {
  background-image: url("../images/home/patient-story-aaron.webp");
}

.quote-slide-2 .image {
  background-image: url("../images/home/patient-story-annette.webp");
}

.quote-slide-3 .image {
  background-image: url("../images/home/patient-story-alex.webp");
}

.pd-quotes .quote-slider ul li.quote-slide-4 .copy {
  font-size: 19px;
  line-height: 28px;
}

.quote-controls {
  position: absolute;
  z-index: 20020;
  right: 5%;
  left: 55%;
  bottom: 10%;
  transform: translateY(50%);
}

.prev-next {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.prev-next li {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  border: 2px solid;
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50%;
}

.prev-next li button {
  position: absolute;
  z-index: 1;
  padding: 50px;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0);
  transform: translate(-50%, -50%);
  color: #ffffff;
  transition: all 0.2s ease-in-out 0s;
}

.prev-next li button:hover, .prev-next li button:focus, .prev-next li button:active {
  color: #0077BC;
  transition: all 0.2s ease-in-out 0.1s;
  text-decoration: none;
}

.prev-next li button::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}

.prev-next li button:hover::after, .prev-next li button:focus::after, .prev-next li button:active::after {
  transform: scale(1);
}

.lower-controls {
  position: absolute;
  z-index: 20;
  bottom: 11px;
  right: 0%;
  display: inline-block;
  text-align: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.lower-controls li {
  display: inline-block;
  margin: 0px 1px;
}

.lower-controls .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.2s ease-in-out;
}

.lower-controls .dot:hover, .lower-controls .dot:focus, .lower-controls .dot:active {
  transform: translateY(-3px);
}

.lower-controls .dot.active {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #ffffff;
}

.quote-slide {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.quote-slide.live {
  opacity: 1;
}

@media only screen and (max-width: 1500px) {
  .quote-slider .inner {
    width: 100%;
  }
  h2.quote-slider-header {
    font-size: 2.3vw;
    line-height: 1em;
    padding-bottom: 0.35em;
  }
  .quote-slider ul li.quote-slide .copy, .quote-slider ul li.quote-slide-4 .copy {
    font-size: 1.45vw;
    line-height: 1.4em;
    padding: 11% 7.5% 7.5%;
  }
  .quote-slider ul li.quote-slide .copy .by-line {
    margin: 1.25em 0px 0px;
    font-size: 1.3vw;
    line-height: 1.4em;
  }
  .prev-next li {
    display: inline-block;
    margin: 0px 5px 0px 0px;
    border: 2px solid;
    width: 21px;
    height: 21px;
  }
  .prev-next li button {
    font-size: 12px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 750px) {
  .quote-slider {
    background-image: none;
    color: #ffffff;
    margin: 10% 0px -5%;
  }
  h2.quote-slider-header {
    display: none;
  }
  .quote-slider .inner {
    padding: 0px !important;
  }
  .mobile-quote-spacer {
    display: block;
    width: 100%;
    padding-bottom: 178%;
    background-image: url("../images/global/quote-spacer.webp");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .quote-slider ul li.quote-slide .image {
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translateX(-50%);
    z-index: 20;
    width: 75%;
    padding-bottom: 75%;
    border-radius: 500px;
    overflow: hidden;
    background-color: #0063a5;
    background-image: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%);
    background-image: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%);
    background-image: linear-gradient(to top right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%);
  }
  .quote-slider ul li.quote-slide .image::before, .quote-slider ul li.quote-slide .image::after {
    content: "";
    position: absolute;
  }
  .quote-slider ul li.quote-slide .image::before {
    z-index: 2;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    border-radius: 500px;
    background-color: #444444;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .quote-slider ul li.quote-slide .image::after {
    z-index: 1;
    top: -15px;
    left: -15px;
    right: 15px;
    bottom: 15px;
    border-radius: 500px;
    background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.2) 60%);
    background-image: -o-linear-gradient(top left, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.2) 60%);
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.2) 60%);
  }
  .quote-slider ul li.quote-slide-1 .image, .quote-slider ul li.quote-slide-1 .image::before {
    background-color: #82bd00;
  }
  .quote-slider ul li.quote-slide-2 .image, .quote-slider ul li.quote-slide-2 .image::before {
    background-color: #0077bc;
  }
  .quote-slider ul li.quote-slide-3 .image, .quote-slider ul li.quote-slide-3 .image::before {
    background-color: #82bd00;
  }
  .quote-slider ul li.quote-slide-4 .image, .quote-slider ul li.quote-slide-4 .image::before {
    background-color: #0077bc;
  }
  .quote-slider ul li.quote-slide-1 .image::before {
    background-image: -webkit-linear-gradient(55deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%), url("../images/home/patient-story-aaron.webp");
    background-image: -o-linear-gradient(55deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%), url("../images/home/patient-story-aaron.webp");
    background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%), url("../images/home/patient-story-aaron.webp");
  }
  .quote-slider ul li.quote-slide-2 .image::before {
    background-image: -webkit-linear-gradient(55deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%), url("../images/home/patient-story-annette.webp");
    background-image: -o-linear-gradient(55deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%), url("../images/home/patient-story-annette.webp");
    background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%), url("../images/home/patient-story-annette.webp");
  }
  .quote-slider ul li.quote-slide-3 .image::before {
    background-image: -webkit-linear-gradient(55deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%), url("../images/home/patient-story-alex.webp");
    background-image: -o-linear-gradient(55deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%), url("../images/home/patient-story-alex.webp");
    background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%), url("../images/home/patient-story-alex.webp");
  }
  .quote-slider ul li.quote-slide .copy, .quote-slider ul li.quote-slide-4 .copy {
    position: absolute;
    z-index: 2;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 0;
    width: 120%;
    padding: 0% 0% 120%;
    border-radius: 5000px;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.25s ease-in-out 0s;
    overflow: hidden;
    background-color: #0077bc;
    background-image: -webkit-linear-gradient(bottom left, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%);
    background-image: -o-linear-gradient(bottom left, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%);
    background-image: linear-gradient(to top right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%);
  }
  .quote-slider ul li.quote-slide .copy::before, .quote-slider ul li.quote-slide .copy::after {
    content: "";
    position: absolute;
  }
  .quote-slider ul li.quote-slide .copy::before {
    z-index: -1;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 500px;
    background-color: #0077bc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(155deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%);
  }
  .quote-slider ul li.quote-slide .copy::after {
    z-index: -2;
    top: -13px;
    left: -13px;
    right: 13px;
    bottom: 13px;
    border-radius: 500px;
    background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.2) 60%);
    background-image: -o-linear-gradient(top left, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.2) 60%);
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.2) 60%);
  }
  .quote-slider ul li.quote-slide.live .copy, .quote-slider ul li.quote-slide-4.live .copy {
    transform: translateX(-50%);
    opacity: 1;
    transition: all 0.45s ease-in-out 0.1s;
  }
  .quote-slider ul li.quote-slide .copy > span {
    position: absolute;
    width: 80vw;
    font-size: 4vw;
    line-height: 1.35em;
    font-weight: 400;
    letter-spacing: 0.01em;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hhh-quotes ul li.quote-slide .copy > span {
    width: 80vw;
    font-size: 4.6vw;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: 0.01em;
  }
  .quote-slider ul li.quote-slide-4 .copy > span {
    width: 84vw;
    font-size: 4.6vw;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0.01em;
  }
  .quote-slider ul li.quote-slide .copy .by-line {
    margin: 1em 0px 0px;
    font-size: 4.6vw;
    line-height: 1em;
    font-weight: 400;
  }
  .quote-controls {
    position: absolute;
    z-index: 2020;
    right: auto;
    left: 50%;
    bottom: 40px;
    width: 40%;
    transform: translateX(-50%);
    text-align: center;
  }
  .prev-next {
    position: static;
    display: inline-block;
    text-align: center;
  }
  .prev-next li {
    display: inline-block;
    margin: 0px 3px 0px 3px;
    border: 2px solid;
    width: 33px;
    height: 32px;
  }
  .prev-next li button {
    font-size: 3.5vw;
    line-height: 1em;
  }
  .lower-controls {
    display: none;
  }
}
.service-statement {
  margin: 50px 0;
}
.service-statement h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 50px;
}
.service-statement ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.service-statement ul li {
  width: 30%;
  text-align: center;
}
.service-statement ul li h4 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  margin: 1em auto 0;
  color: #0077bc;
  width: 100%;
}
.service-statement ul li img {
  width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
}

section.content-row-1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

section.content-row-1 p, section.content-row-2 p {
  margin: 0px auto;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

section.content-row-1 .inner {
  position: static;
  width: 85%;
  text-align: right;
}

section.content-row-1 .inner .copy {
  display: inline-block;
  width: 45%;
  padding: 17% 0px;
  text-align: left;
}

section.content-row-1 .background-image {
  background-color: #0077bc;
  position: absolute;
  z-index: 1;
  right: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  width: 70%;
  padding-bottom: 70%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: linear-gradient(-45deg, rgb(130, 190, 90), #3a7c94 50%);
}

section.content-row-1 .background-image::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  bottom: 26px;
  right: 16px;
  border-radius: 50%;
  background-image: linear-gradient(185deg, #79c35c 25%, #3a7c94 90%);
}

section.content-row-1 .background-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 48px;
  left: 8px;
  bottom: -18px;
  right: 30px;
  border-radius: 50%;
  background-image: url("../images/main/main-image-1.jpg");
  background-size: 80%;
  background-position: right center;
  background-repeat: no-repeat;
}

section.content-row-2 {
  padding: 12% 0px 13%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}

section.content-row-2.covid-section-3::before {
  content: none;
}

section.content-row-2 .inner .copy {
  width: 45%;
  position: relative;
  z-index: 1;
}

section.content-row-2 .inner .copy h2 {
  color: #0077bc;
  font-size: 38px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: -0.02rem;
  margin: 0px auto 0.5em;
  padding: 0px;
}

section.content-row-2 .background-image {
  background-color: #0077bc;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  width: 70%;
  padding-bottom: 70%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: linear-gradient(145deg, #4588a1 20%, #0077bc 60%);
}

section.content-row-2 .background-image::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  bottom: 26px;
  left: 16px;
  border-radius: 50%;
  background-image: linear-gradient(165deg, #86cadd 25%, #0077bc 65%);
}

section.content-row-2 .background-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -8px;
  bottom: 60px;
  left: 30px;
  border-radius: 50%;
  background-image: url("../images/main/main-image-2.jpg");
  background-color: #adadad;
  background-size: 110%;
  background-position: left 55%;
  background-repeat: no-repeat;
}

section.content-row-2.referral-content .background-image::before {
  background-image: url("../images/home/text-banner-1.webp");
  background-size: cover;
  background-position: right center;
}

section.content-row-2 .image-bubble {
  width: 24%;
  padding-bottom: 24%;
  position: absolute;
  z-index: 4;
  left: 49%;
  top: 50%;
  transform: translateY(-106%);
  border-radius: 50%;
  background-color: #82bd00;
  background-image: linear-gradient(-25deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%);
  overflow: hidden;
  box-shadow: 3px 3px 7px 0px rgba(0, 60, 90, 0.3);
}

section.content-row-2 .image-bubble::before, section.content-row-2 .image-bubble::after {
  content: "";
  position: absolute;
}

section.content-row-2 .image-bubble::before {
  z-index: 2;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 500px;
  background-image: linear-gradient(175deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%), url("../images/main/bubble-image.jpg");
  background-color: #82bd00;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.content-row-2 .image-bubble::after {
  z-index: 1;
  top: -10px;
  left: -4px;
  right: 10px;
  bottom: 16px;
  border-radius: 500px;
  background-image: linear-gradient(165deg, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.3) 60%);
}

.multi-color-divider {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-bottom: 30px;
  background-color: #dedede;
  background-image: url("../images/main/color-divider.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.multi-color-divider .image-bubble {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding-bottom: 300px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: linear-gradient(-45deg, rgb(130, 190, 90), rgb(55, 120, 180) 500%);
}

.multi-color-divider .image-bubble::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  bottom: 6px;
  right: 6px;
  border-radius: 500px;
  background-image: linear-gradient(135deg, rgb(140, 200, 95), rgb(60, 130, 110));
}

.multi-color-divider .image-bubble::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  border-radius: 500px;
  background-image: url("../images/main/bubble-image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.multi-color-divider-3 {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-bottom: 30px;
  background-color: #dedede;
  background-image: url("../images/global/green-rainbow-strip.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

a.copy-link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.1rem;
  color: #ffffff;
  background-color: #0077bc;
  padding: 13px 35px 13px 50px;
  border-radius: 50px;
  margin-top: 2em;
  position: relative;
  text-decoration: none;
  z-index: 1;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
}

a.copy-link:hover, a.copy-link:focus, a.copy-link:active {
  text-decoration: none;
}

a.copy-link::before, a.copy-link::after {
  content: "";
  position: absolute;
  transition: 0.3s all ease-in-out;
}

a.copy-link::before {
  z-index: 1;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/global/magnifying-glass-white.webp");
  background-color: #053d5d;
}

a.copy-link:hover::before, a.copy-link:focus::before, a.copy-link:active::before {
  background-image: url("../images/global/magnifying-glass-on.webp");
  background-color: #ffffff;
}

a.copy-link::after {
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: left;
  background-color: #ffffff;
  transform: scaleX(0);
}

a.copy-link:hover::after, a.copy-link:focus::after, a.copy-link:active::after {
  background-color: #06866b;
  transform: scaleX(1);
}

/*-- ---- OUR STORY ---- --*/
.story-intro {
  margin: 70px 0;
}

.corporate-sub section.story-intro {
  padding-bottom: 5em;
}

.story-intro .copy {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.corporate-sub .story-intro p {
  font-weight: 300;
  font-size: 21px;
  line-height: 1.4em;
}

.page-intro {
  margin: 50px 0;
  text-align: center;
  position: relative;
}
.page-intro:before {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
  position: absolute;
  top: -50px;
  z-index: -1;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
.page-intro p {
  font-size: 24px;
}

.webinar-content {
  margin: 50px 0;
  text-align: center;
}
.webinar-content .btn {
  margin-top: 15px;
}

.support-services-home-page {
  margin-top: 30px;
}

.sub-page-intro-photo {
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.sub-page-intro-photo .inner {
  position: static;
  width: 80%;
  padding: 8% 0px 8%;
  max-width: 1430px;
  text-align: left;
}
.sub-page-intro-photo .copy {
  width: 47%;
  position: relative;
  z-index: 1;
}
.sub-page-intro-photo h2 {
  font-size: 38px;
  line-height: 1.1em;
  font-weight: 300;
  letter-spacing: -0.03rem;
  margin: 0px auto 0.5em;
}
.sub-page-intro-photo p {
  font-weight: 300;
  line-height: 1.8em;
  line-height: 1.5;
}
.sub-page-intro-photo p:last-child {
  margin-bottom: 0px;
}
.sub-page-intro-photo ul li {
  margin-bottom: 10px;
}
.sub-page-intro-photo .background-image {
  background-color: #0077bc;
  position: absolute;
  z-index: -1;
  left: 54%;
  top: -15%;
  bottom: -15%;
  border-radius: 50%;
  width: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: linear-gradient(155deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.4) 50%);
}
.sub-page-intro-photo .background-image:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.5%;
  right: 0px;
  bottom: 4%;
  left: 16px;
  border-radius: 50%;
  background-image: linear-gradient(185deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 100%);
}
.sub-page-intro-photo .background-image:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 1%;
  right: 0%;
  bottom: 8%;
  left: 30px;
  border-radius: 50% 0% 0% 50%;
  background-image: url("../images/sub/support-service/support-services-01.jpg");
  background-size: cover;
  background-position: left 55%;
  background-repeat: no-repeat;
}
.sub-page-intro-photo.expanded-coverage .inner {
  padding: 15% 0px 15%;
}
.sub-page-intro-photo.expanded-coverage .background-image:before {
  background-image: url("../images/sub/participant-directed-services/image-01.jpg");
}
.sub-page-intro-photo.here-today .background-image:before {
  background-image: url("../images/sub/participant-directed-services/image-03.jpg");
}
.sub-page-intro-photo.respite-care .background-image:before {
  background-image: url("../images/sub/respite/respite-image.jpg");
}
.sub-page-intro-photo.travel-care .background-image:before {
  background-image: url("../images/sub/day-care-transportation/transportation-image.jpg");
  background-position: center top;
}
.sub-page-intro-photo.pa-image-1 .background-image:before {
  background-image: url("../images/sub/personal-assistance/pa-image-1.jpg");
}
.sub-page-intro-photo.agency-staff-1 .background-image:before {
  background-image: url("../images/sub/agency-staffing-services/agency-staff-2.jpg");
}
.sub-page-intro-photo.benefits-for-care .background-image:before {
  background-image: url("../images/sub/aveannacare/DSC01831_square_AVEANNACARE.jpg");
}
.sub-page-intro-photo.webinar-cta .background-image:before {
  background-image: url("../images/AdobeStock_560133369_Preview.jpeg");
}
@media screen and (min-width: 650px) {
  .sub-page-intro-photo.flipped .copy {
    margin-left: 50%;
  }
  .sub-page-intro-photo.flipped .background-image {
    left: auto;
    right: 54%;
  }
  .sub-page-intro-photo.flipped .background-image:before {
    top: 1%;
    right: 0%;
    bottom: 8%;
    left: 30px;
    border-radius: 0% 50% 50%;
  }
  .sub-page-intro-photo.flipped .background-image:after {
    top: 0.5%;
    left: 0px;
    bottom: 4%;
    right: 16px;
    border-radius: 50%;
  }
}

/*-- ---- PRIVATE DUTY SUB PAGES (GLOBAL) ---- --*/
.sub-page-intro a {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  transition: 0.2s all ease-in-out;
}

.sub-page-intro p a:hover,
.sub-page-intro p a:focus,
.sub-page-intro p a:active {
  color: #047d96;
}

.sub-page-intro {
  padding: 3% 0px 3%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
}

.sub-page-intro .inner {
  display: flex;
  align-items: center;
}

.sub-page-intro.flipped .inner {
  flex-direction: row-reverse;
}

.sub-page-intro.flipped .background-image {
  margin: 0px 4% 0px -2%;
}

.sub-page-intro h2 {
  color: #0077bc;
  font-size: 42px;
  line-height: 46px;
  font-weight: 300;
  letter-spacing: -0.02rem;
  margin: 0px auto 0.25em;
  padding: 0px;
}

.sub-page-intro h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  margin: 0em auto 0.1em;
  padding: 0px;
}

.sub-page-intro p {
  font-weight: 300;
  line-height: 1.8em;
  line-height: 1.5;
}

.sub-page-intro ul li {
  margin-bottom: 10px;
}

.sub-page-intro p a:hover,
.sub-page-intro p a:focus,
.sub-page-intro p a:active {
  color: #047d96 !important;
}

.sub-page-intro .inner .copy {
  text-align: left;
  width: 67%;
  display: inline-block;
  vertical-align: middle;
}

.sub-page-intro.full-width .inner .copy {
  width: 100%;
}

.sub-page-intro .background-image {
  width: 25%;
  padding-bottom: 25%;
  margin: 0px -2% 0px 4%;
  display: inline-block;
  vertical-align: top;
  border-radius: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: linear-gradient(-45deg, rgb(135, 200, 220), rgb(55, 120, 180) 90%);
  position: relative;
  z-index: 1;
  height: 0;
}

.sub-page-intro .background-image::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2px;
  left: 2px;
  bottom: 10px;
  right: 10px;
  border-radius: 500px;
  background-image: linear-gradient(135deg, rgb(135, 200, 220), rgb(55, 120, 180));
}

.sub-page-intro .background-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 12px;
  bottom: 12px;
  right: 12px;
  border-radius: 500px;
  background-image: url("../images/sub/occ-therapy/occ-therapy-photo-01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sub-page-intro.occupational-therapy-intro .background-image:before {
  background-image: url("../images/sub/participant-directed-services/image-02.jpg");
}
.sub-page-intro.pa-image-1 .background-image:before {
  background-image: url("../images/sub/personal-assistance/pa-image-1.jpg");
}
.sub-page-intro.pa-image-2 .background-image:before {
  background-image: url("../images/sub/personal-assistance/pa-image-2.jpg");
}
.sub-page-intro.benefits-for-families .background-image:before {
  background-position: center bottom;
  background-image: url("../images/sub/aveannacare/app_AVEANNACARE.jpg");
}
.sub-page-intro.expanded-coverage .background-image:before {
  background-position: center bottom;
  background-image: url("../images/sub/participant-directed-services/image-01.jpg");
}
.sub-page-intro.we-focus .background-image:before {
  background-position: center bottom;
  background-image: url("../images/sub/financial-management-services/iStock-1129959373_square_FMS-SDP.jpg");
}
.sub-page-intro.yo-do-hiring .background-image:before {
  background-image: url("../images/sub/agency-staffing-services/agency-staff-1.jpg");
}
.sub-page-intro.travel-care .background-image:before {
  background-image: url("../images/sub/day-care-transportation/transportation-image.jpg");
}
.sub-page-intro.respite-care .background-image:before {
  background-image: url("../images/sub/respite/respite-image.jpg");
}

@media screen and (max-width: 1500px) {
  .sub-page-intro h2 {
    font-size: 2.8vw;
    line-height: 1.1;
  }
  .sub-page-intro h3 {
    font-size: 2.1333333333vw;
    line-height: 1.5;
  }
  .corporate-sub .story-intro p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1150px) {
  .sub-page-intro h2 {
    font-size: 3.652173913vw;
    line-height: 1.1;
  }
  .sub-page-intro h3 {
    font-size: 2.7826086957vw;
    line-height: 1.5;
  }
  .corporate-sub .story-intro p {
    font-size: 1.8260869565vw;
  }
  .sub-page-intro .inner {
    flex-direction: column-reverse !important;
    flex-wrap: wrap;
  }
  .sub-page-intro .inner .copy {
    width: 100%;
  }
  .sub-page-intro .background-image {
    margin: 20px auto !important;
    width: 50%;
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 850px) {
  .sub-page-intro h2 {
    font-size: 4.9411764706vw;
    line-height: 1.1;
  }
  .sub-page-intro h3 {
    font-size: 3.7647058824vw;
    line-height: 1.5;
  }
  .corporate-sub .story-intro p {
    font-size: 2.4705882353vw;
  }
  .sub-page-intro .inner .copy {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .sub-page-intro h2 {
    font-size: 32px;
    line-height: 1.1;
  }
  .sub-page-intro h3 {
    font-size: 28px;
    line-height: 1.5;
  }
  .corporate-sub .story-intro p {
    font-size: 16px;
  }
  .sub-page-intro .inner .copy {
    width: 100%;
  }
}
.btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.1rem;
  color: #ffffff !important;
  background-color: #0077bc;
  padding: 13px 35px 13px 35px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
  text-decoration: none;
}
.btn:after {
  content: "";
  position: absolute;
  transition: 0.3s all ease-in-out;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: left;
  background-color: #ffffff;
  transform: scaleX(0);
}
.btn:hover::after, .btn:focus::after, .btn:active::after {
  background-color: #06866b;
  transform: scaleX(1);
}
.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
}
.btn.make-referr-btn {
  background-color: #215184;
}
.btn.make-referr-btn:after {
  height: 100%;
  border-radius: 50px;
  width: 100%;
  left: 0;
}

ul.content-list li {
  font-weight: 300;
  margin-bottom: 10px;
}

.basic-content {
  padding: 4% 20px 5%;
}
.basic-content h2 a {
  text-decoration: underline;
}
.basic-content h2 a:hover {
  color: #053d5d;
}
.basic-content h3 {
  font-size: 28px;
  line-height: 31px;
  font-weight: 400;
  margin: 0px auto 0.5em;
  width: 100%;
}
.basic-content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
}
.basic-content img {
  max-width: 100%;
  height: auto;
}
.basic-content ul li {
  margin-bottom: 10px;
}
.basic-content .basic-content-header {
  margin-bottom: 30px;
}
.basic-content .basic-content-header h2,
.basic-content .basic-content-header h3 {
  float: left;
}
.basic-content .basic-content-header .btn {
  float: right;
}

.form-container {
  margin: 60px 0;
}
.form-container p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.aveanna-care-intro {
  padding: 30px 50px;
}
.aveanna-care-intro nav {
  text-align: center;
  display: flex;
  margin: 20px 0 0;
}
.aveanna-care-intro nav > a {
  flex: 1;
  margin: 0.5em;
}
.aveanna-care-intro p {
  font-size: 21px;
  font-weight: 300;
}

.where-to-begin {
  padding: 30px 0;
  text-align: center;
  background-color: #0077bc;
  color: #fff;
}
.where-to-begin h2 {
  color: #fff;
}
.where-to-begin a {
  color: #fff;
}

.link-boxes {
  text-align: left;
}
.link-boxes * {
  box-sizing: border-box;
}
.link-boxes .link-box-intro {
  flex: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.link-boxes .link-box-intro h3 {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 10px;
}
.link-boxes .link-box-intro p {
  font-size: 21px;
}
.link-boxes .link-box {
  margin: 20px 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.315);
}
.link-boxes .link-box:last-child {
  border-bottom: none;
}
.link-boxes .link-box h4 {
  text-align: left;
  margin-top: 0;
  color: #fff;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
}
.link-boxes .link-box a {
  color: #047d96;
}
.link-boxes .link-box ul,
.link-boxes .link-box ol {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: block;
}
.link-boxes .link-box ul > li,
.link-boxes .link-box ol > li {
  width: 100%;
  margin-bottom: 10px;
}
.link-boxes .link-box ul > li .play-wrap,
.link-boxes .link-box ol > li .play-wrap {
  display: none;
  border: 4px solid rgba(255, 255, 255, 0.194);
  border-radius: 100%;
  overflow: hidden;
  width: 70%;
  padding-bottom: 70%;
  height: 0;
  margin: 0 auto 20px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.link-boxes .link-box ul > li .play-wrap img,
.link-boxes .link-box ol > li .play-wrap img {
  max-width: 200%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.25s ease-in-out;
  display: none;
}
.link-boxes .link-box ul > li .play-wrap:before,
.link-boxes .link-box ol > li .play-wrap:before {
  content: "";
  display: block;
  background-color: rgba(10, 113, 205, 0.8);
  border: 5px solid #fff;
  width: 61%;
  padding-bottom: 61%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 100%;
  transition: all 0.25s ease-in-out;
}
.link-boxes .link-box ul > li .play-wrap:after,
.link-boxes .link-box ol > li .play-wrap:after {
  content: "⏵";
  display: block;
  position: absolute;
  z-index: 3;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
}
.link-boxes .link-box ul > li a,
.link-boxes .link-box ol > li a {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
}
.link-boxes .link-box ul > li a:hover .play-wrap img,
.link-boxes .link-box ol > li a:hover .play-wrap img {
  transform: translate(-50%, -50%) scale(1.2);
}
.link-boxes .link-box ul > li a:hover .play-wrap:before,
.link-boxes .link-box ol > li a:hover .play-wrap:before {
  background-color: rgb(10, 113, 205);
}

.download-container {
  margin: 40px 0;
}
.download-container h4 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 300;
}
.download-container ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: downloadcounter;
}
.download-container ol li {
  display: block;
  box-sizing: border-box;
  vertical-align: top;
  padding-left: 50px;
  position: relative;
  border-bottom: 1px dashed #707070;
  font-size: 21px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.download-container ol li:before {
  position: absolute;
  counter-increment: downloadcounter;
  content: counter(downloadcounter) ".) ";
  left: 0;
}
.download-container ol li:nth-child(even) {
  margin-right: 0;
}
.download-container ol span {
  display: block;
  margin-bottom: 15px;
  color: #047D96;
}
.download-container ol a {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 20px;
  font-weight: 600;
  color: #047D96;
  padding: 11px 40px 10px 20px;
  text-decoration: none;
  border: 1px solid #047D96;
}
.download-container ol a:after {
  content: "";
  height: 18px;
  width: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.5' height='18' viewBox='0 0 13.5 18'%3E%3Cpath id='Icon_awesome-file-pdf' data-name='Icon awesome-file-pdf' d='M6.395,9a3.392,3.392,0,0,1-.07-1.649C6.62,7.355,6.592,8.652,6.395,9Zm-.06,1.659a16.222,16.222,0,0,1-1,2.2,12.945,12.945,0,0,1,2.211-.77A4.554,4.554,0,0,1,6.335,10.663ZM3.027,15.05c0,.028.464-.19,1.227-1.413A4.859,4.859,0,0,0,3.027,15.05ZM8.719,5.625H13.5V17.156a.842.842,0,0,1-.844.844H.844A.842.842,0,0,1,0,17.156V.844A.842.842,0,0,1,.844,0H7.875V4.781A.846.846,0,0,0,8.719,5.625Zm-.281,6.04a3.529,3.529,0,0,1-1.5-1.891,5.053,5.053,0,0,0,.218-2.257.88.88,0,0,0-1.68-.239,5.846,5.846,0,0,0,.285,2.707A33.013,33.013,0,0,1,4.324,13s0,0-.007,0c-.953.489-2.588,1.564-1.916,2.391a1.092,1.092,0,0,0,.756.352c.629,0,1.255-.633,2.148-2.173a20.039,20.039,0,0,1,2.777-.816,5.328,5.328,0,0,0,2.25.686.91.91,0,0,0,.693-1.526c-.489-.478-1.909-.341-2.588-.253Zm4.816-7.973L9.809.246A.843.843,0,0,0,9.211,0H9V4.5h4.5V4.286A.841.841,0,0,0,13.254,3.691Zm-2.605,8.975c.144-.095-.088-.418-1.5-.316C10.448,12.906,10.649,12.667,10.649,12.667Z' fill='%23047d96'/%3E%3C/svg%3E%0A");
  display: inline-block;
  margin-left: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.download-container ol a:hover {
  border: 1px solid #023945;
  color: #023945;
}
.download-container ol a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.5' height='18' viewBox='0 0 13.5 18'%3E%3Cpath id='Icon_awesome-file-pdf' data-name='Icon awesome-file-pdf' d='M6.395,9a3.392,3.392,0,0,1-.07-1.649C6.62,7.355,6.592,8.652,6.395,9Zm-.06,1.659a16.222,16.222,0,0,1-1,2.2,12.945,12.945,0,0,1,2.211-.77A4.554,4.554,0,0,1,6.335,10.663ZM3.027,15.05c0,.028.464-.19,1.227-1.413A4.859,4.859,0,0,0,3.027,15.05ZM8.719,5.625H13.5V17.156a.842.842,0,0,1-.844.844H.844A.842.842,0,0,1,0,17.156V.844A.842.842,0,0,1,.844,0H7.875V4.781A.846.846,0,0,0,8.719,5.625Zm-.281,6.04a3.529,3.529,0,0,1-1.5-1.891,5.053,5.053,0,0,0,.218-2.257.88.88,0,0,0-1.68-.239,5.846,5.846,0,0,0,.285,2.707A33.013,33.013,0,0,1,4.324,13s0,0-.007,0c-.953.489-2.588,1.564-1.916,2.391a1.092,1.092,0,0,0,.756.352c.629,0,1.255-.633,2.148-2.173a20.039,20.039,0,0,1,2.777-.816,5.328,5.328,0,0,0,2.25.686.91.91,0,0,0,.693-1.526c-.489-.478-1.909-.341-2.588-.253Zm4.816-7.973L9.809.246A.843.843,0,0,0,9.211,0H9V4.5h4.5V4.286A.841.841,0,0,0,13.254,3.691Zm-2.605,8.975c.144-.095-.088-.418-1.5-.316C10.448,12.906,10.649,12.667,10.649,12.667Z' fill='%23023945'/%3E%3C/svg%3E%0A");
}

.caq {
  background-image: url("../images/main/grey-loops.png"), linear-gradient(rgb(225, 225, 225), rgb(240, 240, 240));
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 5% 0;
  z-index: 1;
}
.caq:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  background-image: linear-gradient(rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 100%);
}

.faq-category-nav {
  margin: 30px 0;
}

.faq-category-nav ul li {
  margin-bottom: 10px;
}

.faq-block {
  margin: 30px 0;
}

.accordion-box * {
  box-sizing: border-box;
}
.accordion-box h3 {
  color: #047d96;
  font-weight: 300;
  font-size: 32px;
}
.accordion-box .accordion .accordion-header {
  font-family: proxima-nova, sans-serif;
  color: #0077bc;
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
  padding: 10px 33px 10px 20px;
  width: 100%;
  margin: 15px 0px 0px;
  border: 2px solid #dddddd;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  transition: 0.15s all ease-in-out;
  background-color: #ffffff;
}
.accordion-box .accordion .accordion-header:hover, .accordion-box .accordion .accordion-header:focus, .accordion-box .accordion .accordion-header:active, .accordion-box .accordion .accordion-header.active {
  color: #ffffff !important;
  text-decoration: none;
  border: 2px solid #0077bc;
}
.accordion-box .accordion .accordion-header:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(../images/global/search-arrow-down.webp);
  background-size: contain;
  backroung-position: center;
  background-repeat: no-repeat;
  transition: 0.1s all ease-in-out 0s;
}
.accordion-box .accordion .accordion-header.active::after {
  transform: translateY(-50%) rotateZ(180deg);
}
.accordion-box .accordion .accordion-header:hover::after, .accordion-box .accordion .accordion-header:focus::after, .accordion-box .accordion .accordion-header:active::after, .accordion-box .accordion .accordion-header.active::after {
  background-image: url(../images/global/search-arrow-down-white.webp);
  transition: 0.1s all ease-in-out 0.2s;
}
.accordion-box .accordion .accordion-header:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0077bc;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.22s all ease-in-out 0s;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}
.accordion-box .accordion .accordion-header:hover::before, .accordion-box .accordion .accordion-header:focus::before, .accordion-box .accordion .accordion-header:active::before, .accordion-box .accordion .accordion-header.active::before {
  transform: scaleX(1);
}
.accordion-box .accordion .accordion-header h4 {
  margin: 0;
}
.accordion-box .accordion .accordion-content {
  display: none;
  width: 100%;
  border: 2px solid #ebebeb;
  border-top: 0px solid #ebebeb;
  padding: 2em 25px;
  box-shadow: 1px 4px 3px 0px rgba(0, 0, 0, 0.05);
  text-align: left;
  background-color: #ffffff;
}
.accordion-box .accordion .accordion-content h4 {
  font-family: proxima-nova, sans-serif;
  font-size: 23px;
  line-height: 24px;
  font-weight: 300;
  color: #0077bc;
  margin: 0px auto 0.25em;
}
.accordion-box .accordion .accordion-content a {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  transition: 0.2s all ease-in-out;
}
.accordion-box .accordion .accordion-content a:hover, .accordion-box .accordion .accordion-content a:focus, .accordion-box .accordion .accordion-content a:active {
  color: #047d96 !important;
}

.locations {
  padding-top: 30px;
  padding-bottom: 40px;
  background-image: url("../images/main/product-card-back.png"), linear-gradient(#ffffff 25%, #b9d0e7);
  background-size: cover;
  background-repeat: no-repeat;
}
.locations::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background-image: linear-gradient(90deg, rgb(0, 120, 190) -10%, rgba(0, 120, 190, 0.35) 35%, rgba(0, 120, 190, 0.35) 65%, rgb(0, 120, 190) 110%);
}
.locations::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0) 60%);
}
.locations h2 {
  text-align: center;
  margin-bottom: 40px;
}
.locations .location {
  width: 100%;
  background-color: #fff;
  padding: 20px 60px 50px 60px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  max-width: 960px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.locations .location h5 {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  color: #0077bc;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.locations .location .location-wrap {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}
.locations .location .location-wrap > * {
  margin-bottom: 10px;
}
.locations .location .centers {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  background-color: #0077bc;
  border-radius: 10px;
  box-sizing: border-box;
}
.locations .location .centers h6 {
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-bottom: 5px;
}
.locations .location .centers a,
.locations .location .centers span {
  font-size: 16px;
  color: #fff;
}
.locations .icon {
  position: relative;
  display: inline-block;
  top: 15px;
}
.locations .icon .initials {
  color: #0077bc;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.locations .icon svg {
  fill: #0077bc;
  width: 50px;
  height: 50px;
}

.our-locations {
  margin: 40px 0 50px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #ececec;
}
.our-locations .inner {
  max-width: 1200px;
}
.our-locations p {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 1500px) {
  body {
    font-size: 1.2vw;
  }
  .basic-content .basic-content-header h2 {
    font-size: 2.8vw;
  }
  .basic-content .basic-content-header h3 {
    font-size: 2.1333333333vw;
  }
  .basic-content .basic-content-header .btn {
    font-size: 1.2vw;
  }
  .basic-content h3 {
    font-size: 2.1333333333vw;
  }
  .intro-callout {
    font-size: 1.6666666667vw;
  }
  .aveanna-care-intro img {
    max-width: 100%;
    height: auto;
  }
  .aveanna-care-intro p {
    font-size: 1.2vw;
  }
  .aveanna-care-intro p.intro {
    font-size: 1.4vw;
  }
  .aveanna-care-intro .btn {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1360px) {
  body {
    font-size: 1.3235294118vw;
  }
  h1 {
    font-size: 2.35em;
    line-height: 1.05em;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #0077bc;
  }
  h2 {
    font-size: 3.0882352941vw;
    line-height: 1.5;
  }
  .product-cards h2 {
    font-size: 3.4vw;
    line-height: 1.1em;
    width: 80%;
  }
  .product-cards .copy-holder h3 {
    font-size: 1.75vw;
    line-height: 1em;
    margin: 0px auto 0.35em;
  }
  .product-cards .card .copy-holder span {
    padding: 0px 2em;
    font-size: 1.25vw;
    line-height: 1.2em;
  }
  section.content-row-2 {
    padding: 0px;
  }
  section.content-row-2 .inner .copy {
    padding: 11% 0px 11.5%;
  }
  section.content-row-2 .inner .copy h2 {
    font-size: 2.65vw;
    line-height: 1.2em;
  }
  section.content-row-1 p,
  section.content-row-2 p {
    font-size: 1.4vw;
    line-height: 1.6em;
    font-weight: 400;
  }
  section.content-row-1 .inner .copy {
    padding: 16.5% 0px;
  }
  .service-statement {
    margin: 5% 0;
  }
  .service-statement h2 {
    font-size: 2.3529411765vw;
  }
  .service-statement ul li h4 {
    font-size: 2.0588235294vw;
  }
  .service-statement ul li img {
    max-width: 100%;
  }
  .locations {
    margin: 30px 0 60px;
  }
  .locations .location h5 {
    font-size: 1.5671641791vw;
  }
  .locations .location h6 {
    font-size: 1.0447761194vw;
    margin: 10px 0;
  }
  .locations .location .fax span:first-child,
  .locations .location .phone span:first-child {
    font-weight: 700;
  }
  .locations .location .links a {
    font-size: 1.1940298507vw;
  }
  .locations .location .centers .center a {
    font-size: 1.0447761194vw;
  }
  .locations .location .icon {
    position: relative;
  }
  .locations .location .icon .initials {
    color: #0077bc;
    font-size: 1.0447761194vw;
    font-weight: 700;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .locations .location .icon svg {
    fill: #0077bc;
    width: 50px;
    height: 50px;
  }
  .locations .location address {
    font-size: 1.1940298507vw;
    line-height: 1.5;
  }
  .sub-page-intro-photo .inner {
    padding: 10% 0px 10%;
  }
  .sub-page-intro-photo h2 {
    font-size: 3.4vw;
    line-height: 1.1em;
  }
  .private-duty-sub p {
    font-size: 1.3vw;
    line-height: 1.6em;
  }
  .intro-callout {
    font-size: 1.8382352941vw;
  }
  .basic-content .basic-content-header h2 {
    font-size: 3.0882352941vw;
  }
  .basic-content .basic-content-header h3 {
    font-size: 2.3529411765vw;
  }
  .basic-content .basic-content-header .btn {
    font-size: 1.3235294118vw;
  }
  .basic-content h3 {
    font-size: 2.3529411765vw;
  }
  .aveanna-care-intro .btn {
    font-size: 1.3235294118vw;
  }
  .aveanna-care-intro p {
    font-size: 1.3235294118vw;
  }
  .aveanna-care-intro p.intro {
    font-size: 1.5441176471vw;
  }
  .where-to-begin .link-boxes .link-box {
    flex: calc(50% - 20px);
  }
}
@media screen and (max-width: 1200px) {
  .product-cards ul li {
    width: 45%;
    padding-bottom: 50%;
  }
  .product-cards .card .copy-holder h3 {
    font-size: 2.5vw;
  }
  .product-cards .card .copy-holder span {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 800px) {
  .product-cards ul li {
    width: 45%;
    padding-bottom: 55%;
  }
  .product-cards .card .copy-holder h3 {
    font-size: 3.5vw;
  }
  .product-cards .card .copy-holder span {
    font-size: 2.25vw;
  }
}
@media only screen and (max-width: 850px) {
  body {
    font-size: 2.1176470588vw;
  }
  h2 {
    font-size: 4.9411764706vw;
    line-height: 1.5;
  }
  .sub-page-intro-photo h2 {
    font-size: 4.7vw;
    line-height: 1.1em;
  }
  .private-duty-sub p {
    font-size: 1.9vw;
    line-height: 1.5em;
  }
  section.content-row-1 {
    padding: 100% 0px 0px;
  }
  section.content-row-1 p, section.content-row-2 p {
    margin: 0px auto;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
  }
  section.content-row-1 .inner {
    position: static;
    width: 85%;
    text-align: right;
  }
  section.content-row-1 .inner .copy {
    display: inline-block;
    width: 100%;
    padding: 10% 0px;
    text-align: left;
  }
  section.content-row-1 .background-image {
    z-index: 1;
    top: 0%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0% 0% 50% 50%;
    width: 200%;
    padding-bottom: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(-45deg, rgb(130, 190, 90), #3a7c94 50%);
    overflow: hidden;
  }
  section.content-row-1 .background-image::after {
    top: 0px;
    left: 0px;
    bottom: 2%;
    right: 5%;
    border-radius: 0px 0px 50% 50%;
    background-image: linear-gradient(185deg, #79c35c 25%, #3a7c94 90%);
  }
  section.content-row-1 .background-image::before {
    top: 0px;
    left: -5px;
    bottom: 5%;
    right: -5px;
    border-radius: 0px 0px 50% 50%;
    background-image: url("../images/main/main-image-1-mobile.jpg");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }
  section.content-row-2 {
    padding: 0px 0px 85%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    background-image: url("../images/main/product-card-back.png"), linear-gradient(#ffffff 25%, #b9d0e7);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  section.content-row-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 40%);
  }
  section.content-row-2 .inner .copy {
    width: 100%;
    text-align: center;
  }
  section.content-row-2 .inner .copy h2 {
    font-size: 5.5vw;
    line-height: 1.2em;
    text-align: center;
    margin: 0px auto 0.75em;
  }
  section.content-row-2 .background-image {
    background-color: #0077bc;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: auto;
    bottom: 7%;
    border-radius: 50%;
    transform: translateX(-50%);
    width: 75%;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%);
    overflow: hidden;
  }
  section.content-row-2 .background-image::after {
    z-index: 1;
    top: -2px;
    left: -12px;
    right: 12px;
    bottom: 6px;
    border-radius: 500px;
    background-image: linear-gradient(115deg, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0.2) 60%);
  }
  section.content-row-2 .background-image::before {
    z-index: 2;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 500px;
    background-color: #444444;
    background-position: center, center;
    background-repeat: no-repeat;
    background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%), url("../images/main/main-image-2-mobile.jpg");
    background-size: cover;
  }
  section.content-row-2 .image-bubble {
    width: 56%;
    padding-bottom: 56%;
    left: -7%;
    top: auto;
    bottom: 12vw;
    transform: translateY(0%);
    box-shadow: 4px 4px 8px 0px rgba(0, 60, 90, 0.45);
  }
  section.content-row-2 .image-bubble::before {
    z-index: 2;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 500px;
    background-image: linear-gradient(175deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%), url("../images/main/bubble-image-mobile.jpg");
    background-color: #82bd00;
  }
  section.content-row-2 .image-bubble::after {
    z-index: 1;
    top: -2px;
    left: -8px;
    right: 10px;
    bottom: 4px;
    border-radius: 500px;
    background-image: linear-gradient(165deg, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.3) 60%);
  }
  .locations {
    margin: 30px 0 60px;
  }
  .locations .inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .locations .location {
    width: 48%;
    margin: 0 auto 30px;
  }
  .locations .location h5 {
    font-size: 2.5vw;
  }
  .locations .location h6 {
    font-size: 1.9047619048vw;
    margin: 10px 0;
  }
  .locations .location .fax span:first-child,
  .locations .location .phone span:first-child {
    font-weight: 700;
  }
  .locations .location .links a {
    font-size: 2.1428571429vw;
  }
  .locations .location .centers .center a {
    font-size: 1.9047619048vw;
  }
  .locations .location .icon {
    position: relative;
  }
  .locations .location .icon .initials {
    color: #0077bc;
    font-size: 1.9047619048vw;
  }
  .locations .location address {
    font-size: 2.1428571429vw;
    line-height: 1.5;
  }
  .service-statement h2 {
    font-size: 3.7647058824vw;
  }
  .service-statement h2 br {
    display: none;
  }
  .service-statement ul li h4 {
    font-size: 3.2941176471vw;
  }
  .service-statement ul li img {
    max-width: 100%;
  }
  .intro-callout {
    font-size: 2.9411764706vw;
  }
  .intro-callout br {
    display: none;
  }
  .basic-content .basic-content-header {
    margin-bottom: 20px;
  }
  .basic-content .basic-content-header h2, .basic-content .basic-content-header h3 {
    margin-bottom: 15px;
    float: none;
  }
  .basic-content .basic-content-header h2 {
    font-size: 4.9411764706vw;
  }
  .basic-content .basic-content-header h3 {
    font-size: 3.7647058824vw;
  }
  .basic-content .basic-content-header .btn {
    font-size: 2.1176470588vw;
    float: none;
  }
  .basic-content h3 {
    font-size: 3.7647058824vw;
  }
  .aveanna-care-intro .btn {
    font-size: 2.1176470588vw;
  }
  .aveanna-care-intro p {
    font-size: 2.1176470588vw;
  }
  .aveanna-care-intro p.intro {
    font-size: 2.4705882353vw;
  }
  .where-to-begin .link-boxes .inner {
    display: block;
  }
  .where-to-begin .link-boxes .link-box {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  body {
    font-size: 2.7692307692vw;
  }
  h2 {
    font-size: 36px;
    line-height: 1.2;
  }
  header .left.logo-box .logo {
    max-width: 150px;
  }
  header .left.logo-box .support-link span {
    font-size: 16px;
  }
  a.copy-link {
    font-size: 16px;
  }
  .sub-page-intro-photo {
    padding: 0px;
    margin: 6px auto 0px;
    background-image: url("../images/global/newest-curves.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .sub-page-intro-photo .inner {
    width: 80%;
    padding: 80% 0px 12.5% !important;
    text-align: center;
  }
  .sub-page-intro-photo.lha-intro .inner {
    width: 80%;
    padding: 80% 0px 12.5% !important;
    text-align: center;
  }
  .sub-page-intro-photo .copy {
    width: 100%;
  }
  .sub-page-intro-photo h2 {
    font-size: 6vw;
    line-height: 1.05em;
    letter-spacing: -0.02rem;
  }
  .sub-page-intro-photo .background-image {
    left: 50%;
    top: 1%;
    bottom: auto;
    padding-bottom: 70%;
    border-radius: 50%;
    width: 70%;
    z-index: 2;
    transform: translateX(-50%);
    background-image: -webkit-linear-gradient(65deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.4) 75%);
    background-image: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.4) 75%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.4) 75%);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  }
  .sub-page-intro-photo .background-image::after {
    top: 0%;
    right: 0.25%;
    bottom: 2%;
    left: 4%;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(95deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 100%);
    background-image: -o-linear-gradient(95deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 100%);
    background-image: linear-gradient(95deg, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0.4) 100%);
  }
  .sub-page-intro-photo .background-image::before {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    border-radius: 50%;
    background-image: url("../images/sub/support-service/support-services-mobile.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .product-cards {
    padding: 1.5em 0px 70%;
    background-image: url("../images/global/intro-back.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    z-index: 1;
  }
  .product-cards::before {
    background-image: -webkit-linear-gradient(rgb(255, 255, 255) 2%, rgba(255, 255, 255, 0) 60%);
    background-image: -o-linear-gradient(rgb(255, 255, 255) 2%, rgba(255, 255, 255, 0) 60%);
    background-image: linear-gradient(rgb(255, 255, 255) 2%, rgba(255, 255, 255, 0) 60%);
  }
  .product-cards h2 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .product-cards.home-health-products h2 {
    font-size: 4.65vw;
    line-height: 1.2em;
    max-width: 1200px;
    margin: 0px auto 0em;
    font-weight: 400;
  }
  .product-cards.home-health-products h2 p strong {
    font-weigh: 900;
    font-size: 1.3em;
    line-height: 1.1em;
  }
  .product-cards.home-health-products h2 p {
    margin: 0.75em 0px 2em;
  }
  .product-cards ul li {
    display: block;
    width: 95%;
    margin: 1.25em auto;
    padding-bottom: 95%;
    border-radius: 500px;
    overflow: hidden;
    border: 10px solid #ffffff;
    box-shadow: 3px 3px 7px 0px rgba(20, 75, 120, 0.15);
  }
  .product-cards .top-image {
    width: auto;
    padding-bottom: 0%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
  }
  .product-cards .card:hover .top-image,
  .product-cards .card:focus .top-image,
  .product-cards .card:active .top-image {
    padding-bottom: 0%;
  }
  .product-cards .top-image .icon {
    width: 28%;
    padding-bottom: 28%;
    border-radius: 100px;
    position: absolute;
    z-index: 5;
    background-color: #ebebeb;
    bottom: auto;
    left: 50%;
    top: 29%;
    transform: translate(-50%, -50%);
    border: 3px solid #ffffff;
    background-size: 70%, cover;
    background-repeat: no-repeat;
    background-position: center 47%;
    overflow: hidden;
  }
  .product-cards .copy-holder {
    margin: 10px 0px;
    padding: 0;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    color: #ffffff;
    text-shadow: 2px 2px 5px 1px rgba(20, 75, 120, 0.5);
  }
  .product-cards .card:hover .copy-holder, .product-cards .card:focus .copy-holder, .product-cards .card:active .copy-holder {
    top: 63%;
  }
  .product-cards .top-image::before {
    opacity: 0.9;
    transition: 0.25s all ease-in-out;
  }
  .product-cards .card:hover .top-image::before, .product-cards .card:focus .top-image::before, .product-cards .card:active .top-image::before {
    opacity: 0.7;
  }
  .product-cards .copy-holder h3 {
    font-size: 4.5vw;
    line-height: 1em;
    letter-spacing: -0.03em;
    font-weight: 400;
    margin: 0px auto 0.25em;
    text-align: center;
    width: 100%;
    color: #ffffff;
  }
  .product-cards .card .copy-holder span {
    font-family: proxima-nova, sans-serif;
    padding: 2px 0em 0px;
    font-size: 4vw;
    line-height: 1.05em;
    font-weight: 400;
    letter-spacing: -0.03em;
    opacity: 1;
  }
  .service-statement h2 {
    font-size: 24px;
  }
  .service-statement ul {
    display: block;
  }
  .service-statement ul li {
    margin-bottom: 40px;
    width: 100%;
  }
  .service-statement ul li h4 {
    font-size: 24px;
  }
  .locations {
    margin: 30px 0 60px;
  }
  .locations .inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .locations .location {
    width: 100%;
    margin: 0 auto 30px;
    border-bottom: 2px solid #ececec;
    padding-bottom: 30px;
  }
  .locations .location:last-child {
    border-bottom: none;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .locations .location h5 {
    font-size: 18px;
  }
  .locations .location h6 {
    font-size: 16px;
  }
  .locations .location .fax span:first-child,
  .locations .location .phone span:first-child {
    font-weight: 700;
  }
  .locations .location .links a {
    font-size: 16px;
  }
  .locations .location .centers .center a {
    font-size: 14px;
  }
  .locations .location .icon {
    position: relative;
  }
  .locations .location .icon .initials {
    font-size: 16px;
  }
  .locations .location address {
    font-size: 18px;
    line-height: 1.5;
  }
  .faq-banner a {
    margin: 0;
    font-size: 14px;
  }
  .faq-banner a:before {
    height: 25px;
    width: 25px;
  }
  .faq-banner a span {
    top: 6px;
  }
  .faq-banner a em {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .intro-callout {
    font-size: 21px;
  }
  .basic-content .basic-content-header {
    margin-bottom: 20px;
  }
  .basic-content .basic-content-header h2, .basic-content .basic-content-header h3 {
    margin-bottom: 15px;
    float: none;
  }
  .basic-content .basic-content-header h2 {
    font-size: 36px;
  }
  .basic-content .basic-content-header h3 {
    font-size: 24px;
  }
  .basic-content .basic-content-header .btn {
    font-size: 16px;
    text-align: center;
  }
  .basic-content h3 {
    font-size: 24px;
  }
  .aveanna-care-intro img {
    max-width: 90%;
  }
  .aveanna-care-intro nav {
    display: block;
  }
  .aveanna-care-intro .btn {
    display: block;
    font-size: 16px;
  }
  .aveanna-care-intro p {
    font-size: 16px;
  }
  .aveanna-care-intro p.intro {
    font-size: 18px;
  }
}
.webinar-copy {
  margin: 40px 0;
}
.webinar-copy .copy {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}
.webinar-copy .copy:last-child {
  border-bottom: 0;
}
.webinar-copy .copy p {
  line-height: 1.4;
}
.webinar-copy .copy ul li {
  margin-bottom: 5px;
}

@media screen and (max-width: 400px) {
  body {
    font-size: 4.5vw;
  }
  header .left.logo-box .logo {
    max-width: 65px;
  }
  header .left.logo-box .support-link span {
    font-size: 14px;
  }
}
@media screen and (max-width: 340px) {
  body {
    font-size: 5.2941176471vw;
  }
  .faq-banner {
    font-size: 12px;
  }
  .faq-banner a {
    margin: 0;
  }
  .faq-banner a:before {
    display: none;
  }
  .faq-banner a span {
    top: 0;
  }
  .faq-banner a em {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
    * Remove all paddings around the image on small screen
    */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=styles.css.map */
