@charset "UTF-8";
/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-contact .main-wrapper {
  border-top: none;
}

@media screen and (min-width: 1200px) {
  .main-content .container .row > .entry-content.col-xl-8,
  .main-content .container .row > .content.col-xl-8 {
    padding-right: 55px;
  }
}
[v-cloak] > * {
  display: none;
}

#loader-div {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

#loader-div .lds-ring {
  display: inline-block;
  position: relative;
  width: 77px;
  height: 77px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#loader-div .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  margin: 6px;
  border: 7px solid #4164f2;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4164f2 transparent transparent transparent;
}

#loader-div .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#loader-div .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#loader-div .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.arrow-link {
  color: #eb5b13;
  font-size: 16px;
  font-weight: 600;
  background-image: url("../images/arrows/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 18px 8px;
  padding-right: 22px;
  background-position: right center;
}

.arrow-link__alt {
  color: #fff;
  background-image: url("../images/arrows/arrow-alt-right.svg");
}

.diagonal-bkg {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg .container {
    position: unset;
  }
}
.diagonal-bkg__wrapper {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper {
    position: unset;
  }
}
.diagonal-bkg__wrapper:before {
  left: 0;
  background-color: #efeeec;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    top: 0;
    right: 0;
    left: unset;
    z-index: 2;
    width: 56%;
    clip-path: polygon(210px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    clip-path: polygon(180px 0%, 100% 0, 100% 100%, 0% 100%);
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(51% - 75px);
    z-index: 5;
    height: 100%;
    width: 8px;
    background-color: #fff;
    transform: skewX(-14.5deg);
    opacity: 0.43;
  }
}
@media screen and (min-width: 1440px) {
  .diagonal-bkg__wrapper:after {
    transform: skewX(-16.4deg);
  }
}
.small-font-content p {
  font-family: var(--third-font), sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #242424;
  margin-bottom: 27px;
}

.archive.category, .archive.date {
  background-color: #f5f5f5;
}

blockquote {
  margin: 0;
}

blockquote p {
  padding: 20px;
  background: #f2f1f1;
  border-radius: 5px;
}

blockquote p:before {
  content: "“";
}

blockquote p:after {
  content: "”";
}

.page-template-choose-nursing-home .main-wrapper {
  background-color: #fff;
}

#nursing-home-infographics {
  max-width: 1280px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
  padding-top: 50px;
}

@media screen and (min-width: 992px) {
  #nursing-home-infographics {
    padding-top: 70px;
  }
}
#nursing-home-infographics h1,
#nursing-home-infographics h2,
#nursing-home-infographics h3 {
  font-family: var(--main-font), sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

#nursing-home-infographics h2,
#nursing-home-infographics h3 {
  text-align: center;
}

#nursing-home-infographics h2 {
  font-size: 31.25px;
  margin: 0;
}

#nursing-home-infographics h3 {
  font-size: 24px;
}

#nursing-home-infographics p {
  line-height: 30px;
  margin-bottom: 40px;
}

#nursing-home-infographics a {
  color: #0E6EA3;
}

#nursing-home-infographics img {
  max-width: 100%;
  height: auto;
}

#nursing-home-infographics .infographic-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

#nursing-home-infographics .infographic-section.bg {
  background: #F4F4F4;
}

#nursing-home-infographics .infographic-section .section-divider {
  position: absolute;
  width: 5px;
  height: 50px;
  left: 50%;
  top: -25px;
  background: #C4AC61;
}

#nursing-home-infographics .row {
  display: flex;
  flex-wrap: wrap;
}

#nursing-home-infographics .rev-row {
  flex-direction: row-reverse;
  justify-content: center;
}

#nursing-home-infographics .top-site-logo {
  margin-top: 70px;
}

#nursing-home-infographics .container {
  max-width: 83%;
  margin: 0 auto;
}

#nursing-home-infographics #intro {
  padding-bottom: 85px;
  position: relative;
}

#nursing-home-infographics #intro .content-wrap {
  max-width: 515px;
}

#nursing-home-infographics #intro .content-wrap h1 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 50px;
}

#nursing-home-infographics .mobile {
  display: none;
}

#nursing-home-infographics .desktop {
  display: block;
}

#nursing-home-infographics .banner-img.desktop img {
  position: absolute;
  right: 0;
  max-width: 601px;
}

#nursing-home-infographics #level-of-care {
  padding-top: 110px;
}

#nursing-home-infographics #level-of-care .top-content {
  max-width: 733px;
  text-align: center;
  margin: 50px auto;
}

#nursing-home-infographics #level-of-care .things-to-consider {
  margin-bottom: 80px;
  justify-content: center;
}

#nursing-home-infographics #level-of-care .things-to-consider .item {
  text-align: center;
}

#nursing-home-infographics #level-of-care .things-to-consider .item__text {
  font-weight: bold;
  max-width: 265px;
  margin: 35px auto;
}

#nursing-home-infographics #level-of-care .bottom-content {
  max-width: 522px;
}

#nursing-home-infographics #staffing .row {
  align-items: center;
}

#nursing-home-infographics #staffing h3 {
  margin: 50px auto;
}

#nursing-home-infographics #staffing ul {
  max-width: 920px;
  padding-right: 30px;
  margin: 0 auto;
}

#nursing-home-infographics ul li {
  position: relative;
}

#nursing-home-infographics ul li:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #C4AC61;
  position: absolute;
  top: 10px;
  left: -30px;
}

#nursing-home-infographics #budget h2 {
  margin-bottom: 65px;
}

#nursing-home-infographics #budget ul {
  max-width: 445px;
  margin-left: auto;
}

#nursing-home-infographics #more-info h2 {
  margin-bottom: 75px;
}

#nursing-home-infographics #more-info ul {
  max-width: 445px;
  margin: 0 auto;
}

#nursing-home-infographics #what-to-look h2 {
  margin-bottom: 40px;
}

#nursing-home-infographics #what-to-look .contents {
  max-width: 957px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 45px;
}

#nursing-home-infographics #what-to-look ul {
  max-width: 430px;
}

#nursing-home-infographics #what-to-look .img-graphics {
  margin-top: 65px;
  justify-content: center;
}

#nursing-home-infographics #other-things h2 {
  margin-bottom: 70px;
}

#nursing-home-infographics #other-things p {
  max-width: 495px;
}

#nursing-home-infographics #other-things ul {
  max-width: 485px;
  margin-left: auto;
}

#nursing-home-infographics #warning img {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}

#nursing-home-infographics #warning h2 {
  margin-bottom: 40px;
}

#nursing-home-infographics #warning .contents {
  text-align: center;
  margin-bottom: 35px;
}

#nursing-home-infographics #warning .left-list ul {
  max-width: 440px;
}

#nursing-home-infographics #closing p {
  max-width: 655px;
}

#nursing-home-infographics #infographic-footer {
  background: #003755;
  padding-top: 50px;
  color: #ffffff;
  font-family: var(--main-font), sans-serif;
}

#nursing-home-infographics #infographic-footer .cta-part {
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  margin-top: 25px;
}

#nursing-home-infographics #infographic-footer .cta-part span {
  color: #C4AC61;
  display: block;
  margin-top: 10px;
}

#nursing-home-infographics #infographic-footer a {
  color: #ffffff;
}

#nursing-home-infographics #infographic-footer .image-caption {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  margin-top: 20px;
}

#nursing-home-infographics #infographic-footer .infographic-copyright {
  font-family: Lato;
  font-size: 16px;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #ffffff;
  margin-top: 30px;
}

#nursing-home-infographics #infographic-embed {
  background-color: #F4F4F4;
  margin: 40px auto;
  padding-bottom: 20px;
}

@media (max-width: 1242px) {
  #nursing-home-infographics .banner-img.desktop img {
    max-width: 40%;
  }
  #nursing-home-infographics h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  #nursing-home-infographics #what-to-look .img-graphics__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  #nursing-home-infographics .banner-img.mobile {
    margin-top: 30px;
  }
  #nursing-home-infographics .mobile {
    display: block;
    margin-top: 30px;
  }
  #nursing-home-infographics .desktop {
    display: none;
  }
  #nursing-home-infographics .top-site-logo {
    text-align: center;
  }
  #nursing-home-infographics #intro .content-wrap {
    max-width: unset;
  }
  #nursing-home-infographics #intro .content-wrap h1 {
    text-align: center;
  }
  #nursing-home-infographics .img-col {
    margin-bottom: 30px;
  }
  #nursing-home-infographics #level-of-care .bottom-content {
    max-width: unset;
  }
  #nursing-home-infographics #other-things ul,
  #nursing-home-infographics #other-things p,
  #nursing-home-infographics #what-to-look ul,
  #nursing-home-infographics #more-info ul,
  #nursing-home-infographics #budget ul {
    max-width: unset;
  }
  #nursing-home-infographics #infographic-footer .cta-col {
    text-align: center;
  }
  #nursing-home-infographics #infographic-footer .cta-col .row {
    flex-direction: column-reverse;
  }
  #nursing-home-infographics #infographic-footer a {
    margin-bottom: 40px;
    display: block;
  }
  #nursing-home-infographics #infographic-footer .cta-part {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #nursing-home-infographics p {
    font-size: 18px;
  }
  #nursing-home-infographics ul li {
    font-size: 18px;
  }
  #nursing-home-infographics .container {
    max-width: 90%;
  }
  #nursing-home-infographics #intro {
    padding-bottom: 30px;
  }
  #nursing-home-infographics #intro .content-wrap h1 {
    font-size: 30px;
    line-height: 42px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #nursing-home-infographics h2 {
    font-size: 26px;
    line-height: 32px;
  }
  #nursing-home-infographics #what-to-look .img-graphics {
    display: none;
  }
  #nursing-home-infographics .top-site-logo {
    margin-top: 0;
  }
  #nursing-home-infographics #level-of-care {
    padding-top: 55px;
  }
  #nursing-home-infographics .infographic-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #nursing-home-infographics .banner-img.mobile img {
    max-width: unset;
    width: 100%;
  }
}
div.row#blog-infographic {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*# sourceMappingURL=choose-nursing-home.css.map*/