/* h1,
h2,
h3,
h4,
p {
  font-family: "Inter Var", "Inter", "Open Sans", sans-serif;
  letter-spacing: 0;
  padding-bottom: 0;
  color: #293036; 
} */

/* Insights Grid
------------------------------------------------------- */
.insights-grid {
  display: flex;
  gap: 12px;
  margin: 12px auto;
}
.insights-grid-item {
  width: 25%;
  border: 1px solid #707070;
  padding: 12px;
  background-color: #fff;
}
.insights-grid .insights-grid-button {
  margin-bottom: 10px;
}
.insights-grid .insights-grid-item h4 a {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.017em;
  margin: 1rem 0;
}
.insights-grid .insights-grid-item h4 a:hover {
  color: #0065bd;
}
.insights-grid-content-container .blue-link {
  margin-bottom: 0;
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  .insights-grid {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .insights-grid-item {
    width: 49%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
}
/*** Responsive Styles Mobile ***/
@media all and (max-width: 760px) {
  .insights-grid-item {
    width: 100%;
  }
}
/* Furnishings Grid
------------------------------------------------------- */
.furnishings-grid {
  display: flex;
  gap: 12px;
  margin: 12px auto;
}
.furnishings-grid img {
  display: block;
  margin-bottom: 0;
}
.furnishings-grid-item {
  width: 25%;
  padding: 4px;
}
.furnishings-grid .furnishings-grid-button {
  margin-bottom: 10px;
}
.furnishings-grid .furnishings-grid-item h4 a {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.017em;
  margin: 1rem 0;
}
.furnishings-grid .furnishings-grid-item h4 a:hover {
  color: #0065bd;
}
.furnishings-grid-content-container .blue-link {
  margin-bottom: 0;
  padding-top: 26px;
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  .furnishings-grid {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .furnishings-grid-item {
    width: 49%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
}
/*** Responsive Styles Mobile ***/
@media all and (max-width: 760px) {
  .furnishings-grid-item {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
  .furnishings-grid img {
    margin: 0 auto;
  }
}

/* Colors
------------------------------------------------------- */
.color-blue-50 {
  color: #eff8ff !important;
}
.color-blue-500 {
  color: #0065bd !important;
}
.color-blue-600 {
  color: #004c9a !important;
}
.color-blue-700 {
  color: #003478 !important;
}
.color-gray-800 {
  color: #293036 !important;
}
.color-white {
  color: #fff !important;
}

/* Text & Headlines
------------------------------------------------------- */
h1,
.headline-1 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.022em;
  margin: 1rem 0;
}

h2,
.headline-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.019em;
  margin: 1rem 0;
}
h3,
.headline-3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.017em;
  margin: 1rem 0;
}
h4,
.headline-4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.014em;
  margin: 1rem 0;
}
h5,
.headline-5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.011em;
  margin: 1rem 0;
}
.display-headline-1 {
  font-weight: 800;
  font-size: 4.5rem; /*5.25*/
  line-height: 1.125;
  letter-spacing: -0.022em;
  color: #293036;
  padding-bottom: 0;
}
.display-headline-2 {
  font-weight: 800;
  font-size: 4rem;
  line-height: 1.125;
  letter-spacing: -0.022em;
}
.display-headline-3 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.125;
  letter-spacing: -0.022em;
}
.display-headline-4 {
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 1.125;
  letter-spacing: -0.022em;
}

/* p,
.body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.011em;
  margin: 1rem 0;
}

p:last-of-type {
  margin-bottom: 0rem;
} */
.display-headline-1 sup,
.display-headline-2 sup,
.display-headline-3 sup {
  font-size: 0.875rem;
  vertical-align: super;
  bottom: initial;
  line-height: 0;
  position: relative;
  font-weight: 200;
  top: -0.875rem;
}
.clear-after {
  content: "";
  display: table;
  clear: both;
}
/* Header Section */
.header.home-care {
  padding-bottom: 4%;
}
.header.senior-living {
  padding-bottom: 4%;
}
.header.hospitals {
  padding-bottom: 12%;
}
.header p {
  max-width: 500px;
}

/* Paragraphs under heading tags */
.highlight-1 {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -0.019em;
}
.highlight-2 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.014em;
}

/* Additional UI text styles */
.subtitle {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.014em;
}
.body-small {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: -0.006em;
  display: block;
}
a.image-hdr-cta {
  display: block;
}
a.image-hdr-cta img {
  border-radius: 0.5rem;
}
a.image-hdr-cta:hover {
  cursor: pointer;
}
a.image-hdr-cta p {
  max-width: 540px;
}
a.hover-blue-bg {
  display: block;
  margin-bottom: 1.25rem;
  max-width: 440px;
}
a.hover-blue-bg:hover {
  background-color: #eff8ff;
  outline: #eff8ff solid 0.5rem;
  cursor: pointer;
}
a.hover-blue-bg span.body-small {
  color: #293036; /* color-gray-800*/
}
.supports-section a.hover-blue-bg.alternate {
  color: #293036;
}
.supports-section a.hover-blue-bg.alternate:hover {
  color: #007bc3;
}
.button {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 0.25rem;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  outline: none;
  box-shadow: 0 0 0 2px transparent;
  text-align: center;
  transition: 120ms ease box-shadow, 50ms ease border, 50ms ease color,
    50ms ease background-color;
  margin-right: 1.25rem;
}
.button .material-icons {
  position: relative;
  top: 6px;
  margin-top: -6px;
  line-height: 24px;
}
.button.primary {
  border: 2px solid #0076dd;
  color: #fff !important;
  background-color: #0076dd;
}
.button.secondary {
  border: 2px solid #0076dd;
  color: #0076dd !important;
  background-color: #fff;
}
.button.light {
  border: 2px solid #fff !important;
  color: #0076dd !important;
  background-color: #fff;
}
.button.primary:hover,
.button.secondary:hover {
  border: 2px solid #0065bd !important;
  background-color: #0065bd !important;
}
.button.light:hover {
  border: 2px solid #f7f8f9 !important;
  background-color: #f7f8f9 !important;
}
.button.primary:active,
.button.secondary:active {
  border: 2px solid #004c9a !important;
  background-color: #004c9a !important;
}
.button.light:active {
  background: #e0e4e7 !important;
  color: #004c9a !important;
}
.button.primary:focus,
.button.secondary:focus {
  border: 2px solid #0076dd !important;
  background-color: #0065bd !important;
}
.button.light:focus {
  border: 2px solid #f7f8f9 !important;
  background-color: #fff !important;
}

.button.primary:hover,
.button.secondary:hover {
  color: #fff !important;
  border: 2px solid #0065bd !important;
  background-color: #0065bd !important;
}
a.anchor-solutions {
  display: block;
  position: relative;
  top: -3rem;
  visibility: hidden;
}
.solutions .et_pb_blurb_description p.subtitle {
  min-height: 8.4375rem;
  margin-top: 0;
}
.solutions .et_pb_main_blurb_image {
  height: 96px;
}
.solutions .procurement .et_pb_main_blurb_image .et_pb_image_wrap img {
  height: 84px;
}
.solutions .building-management .et_pb_main_blurb_image .et_pb_image_wrap img {
  height: 96px;
}
.solutions .design .et_pb_main_blurb_image .et_pb_image_wrap img {
  height: 84px;
}

.solutions .senior-care .et_pb_main_blurb_image .et_pb_image_wrap img {
  height: 88px;
}

/* angled div */
.slanted-div:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: visible;
  width: 100%;
  height: 250px;
  background: #00bcd4;
  z-index: -1;
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
a span.arrow .fas {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  left: 0.325rem;
  opacity: 1;
  position: relative;
  font-size: 0.875rem;
  top: -0.125rem;
}
a span.arrow.headline-2 .fas {
  font-size: 1rem;
}
.insight-item:hover {
  background-color: #eff8ff;
  outline: #eff8ff solid 0.5rem;
  cursor: pointer;
}
a:hover span.arrow .fas,
.insight-item:hover span.arrow .fas {
  left: 0.65rem;
}
.products .subtitle {
  margin-bottom: 2.875rem;
}
.stories .highlight-2 {
  margin-bottom: 1.1875rem;
}

.insights .et_pb_gutters2 .et_pb_column_1_4,
.insights .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
  width: 23.875%;
}

.insights .et_pb_gutters2 .et_pb_column,
.insights .et_pb_gutters2.et_pb_row .et_pb_column {
  margin-right: 1.5%;
}
.insights .display-headline-2 {
  margin-top: 0;
}
a.insights-item {
  background: #fff;
  display: block;
  border: 1px solid #f2f2f2;
}
a.insights-item .img-container {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
a.insights-item .img-container img {
  position: absolute;
  top: 0;
}
a.insights-item:hover {
  outline: #eff8ff solid 0.5rem;
  cursor: pointer;
}
a.insights-item .copy {
  padding: 1rem 5% 1.625rem 10%;
}
a.insights-item .label {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: -0.006em;
  margin: 0 0 0.375rem;
  display: inline-block;
  color: #677787 /*gray 500*/;
}
a.insights-item h3 {
  margin-top: 0;
}

.insight-item .headline-4 {
  margin-top: 0;
}
.insight-item .blue-link {
  margin-bottom: 0;
}

.mission .display-headline-3 {
  margin-top: 0;
}
a.blue-link {
  display: block;
  margin-bottom: 1.1875rem;
  color: #0065bd !important;
}

/* https://jsbin.com/hitujafifa/edit?html,css,js,output */

/* todo https://www.digitalocean.com/community/tutorials/css-pure-css-parallax */

.bg-container {
  position: relative;
  z-index: -2;
  height: 100vh;
  max-height: 900px;
}
.bg-container svg {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
}

#footer,
#footer .et_pb_section {
  z-index: 1;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  .products .et_pb_blurb_description p:first-of-type {
    min-height: 6rem;
  }
  .header.hospitals {
    padding-bottom: 12%;
  }
}
/*** ***/
@media all and (min-width: 1300px) {
  p.health-blurb {
    margin-bottom: 3.2rem;
  }
}
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1330px) {
  .display-headline-1 {
    font-weight: 800;
    font-size: 4rem;
    line-height: 1.125;
    letter-spacing: -0.022em;
  }
  .display-headline-2 {
    font-size: 3.5rem;
  }
  .header.hospitals {
    padding-bottom: 18%;
  }
  .header.home-care {
    padding-bottom: 9%;
  }
  .header.senior-living {
    padding-bottom: 9%;
  }
}
/*** 980-1100 ***/
@media all and (min-width: 981px) and (max-width: 1199px) {
  .display-headline-1 {
    font-size: 3.5rem;
  }
  .display-headline-2 {
    font-size: 3rem;
  }
  .display-headline-3 {
    font-size: 2.5rem;
  }
  .display-headline-4 {
    font-size: 2rem;
  }
  .highlight-1 {
    font-size: 1.25rem;
  }
  .highlight-2 {
    font-size: 1rem;
  }
  .header.hospitals {
    padding-bottom: 18%;
  }
  .header.home-care {
    padding-bottom: 25%;
  }
  .header.senior-living {
    padding-bottom: 23%;
  }
  .bg-container {
    padding-top: 5.5vw;
  }
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  .display-headline-1 {
    font-size: 3.5rem;
  }
  .display-headline-2 {
    font-size: 3rem;
  }
  .display-headline-3 {
    font-size: 2.5rem;
  }
  .display-headline-4 {
    font-size: 2rem;
  }
  .display-headline-1,
  .display-headline-2,
  .display-headline-3,
  .display-headline-4 {
    max-width: 590px;
  }
  .highlight-1 {
    font-size: 1.25rem;
  }
  .highlight-2 {
    font-size: 1rem;
  }
  .purposeful p {
    max-width: 500px;
  }
  .bg-container {
    padding-top: 48vw;
  }
  .header.hospitals {
    padding-bottom: 5%;
  }
  /*** wrap row in a flex box ***/
  .custom_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
  }

  /*** custom classes that will designate the order of columns in the flex box row ***/
  .first-on-narrow {
    -webkit-order: 1;
    order: 1;
  }

  .second-on-narrow {
    -webkit-order: 2;
    order: 2;
  }
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
  .display-headline-1 {
    font-size: 3.5rem;
  }
  .display-headline-2 {
    font-size: 2.5rem;
  }
  .display-headline-3 {
    font-size: 2.5rem;
  }
  .display-headline-4 {
    font-size: 2rem;
  }
  .supports-section .display-headline-4 {
    max-width: none;
  }
  .highlight-1 {
    font-size: 1.25rem;
  }
  .highlight-2 {
    font-size: 1rem;
  }
  .stories .highlight-1 {
    max-width: 590px;
  }
  .header.home-care {
    padding-bottom: 5%;
  }
  .header.senior-living {
    padding-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .bg-container {
    padding-top: 55vw;
  }
  .display-headline-1 {
    max-width: 600px;
  }
  .supports-section a.hover-blue-bg {
    margin-bottom: 1.6rem;
  }
  .story-photo-column {
    padding-bottom: 10vw;
  }
  .header.home-care {
    padding-bottom: 5%;
  }
  .header.senior-living {
    padding-bottom: 0;
  }
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  .bg-container {
    padding-top: 55vw;
  }

  .mobile-full-width {
    width: 100% !important;
    margin-right: 0 !important;
    padding-bottom: 3rem;
  }
  .mobile-full-width > .et_pb_blurb_content {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
  .display-headline-1 {
    font-size: 2rem;
  }
  .display-headline-2 {
    font-size: 1.5rem;
  }
  .display-headline-3 {
    font-size: 1.5rem;
  }
  .display-headline-4 {
    font-size: 1.25rem;
  }
  .highlight-1 {
    font-size: 1rem;
  }
  .highlight-2 {
    font-size: 0.875rem;
  }
  p,
  .body {
    font-size: 0.875rem;
  }
  .header p {
    font-size: 0.875rem;
  }
  a span.arrow.headline-2 {
    font-size: 1rem;
  }
  .display-headline-1 sup,
  .display-headline-2 sup,
  .display-headline-3 sup {
    top: -0.325rem;
  }
  .button {
    margin-right: 0.5rem;
  }
  .bg-container {
    padding-top: 80vw;
  }
  .solutions .et_pb_main_blurb_image {
    height: auto;
    margin-bottom: 0;
  }
  .solutions .procurement .et_pb_main_blurb_image .et_pb_image_wrap img {
    height: 63px;
  }
  .solutions
    .building-management
    .et_pb_main_blurb_image
    .et_pb_image_wrap
    img {
    height: 72px;
  }
  .solutions .design .et_pb_main_blurb_image .et_pb_image_wrap img {
    height: 63px;
  }
  .solutions .senior-care .et_pb_main_blurb_image .et_pb_image_wrap img {
    height: 66px;
  }
}
