/** Shopify CDN: Minification failed

Line 79:21 Expected identifier but found whitespace
Line 79:23 Unexpected "{"
Line 79:32 Expected ":"
Line 80:10 Expected identifier but found whitespace
Line 80:12 Unexpected "{"
Line 80:21 Expected ":"

**/
.article-content {
  --element-margin-bottom: 2em;
  --heading-margin-bottom: 1.5em;
}
.article__content h3 {
  font-size: 20px;
  color: #24292e;
}
.article__author {
  font-size: 12px;
}
.sticky-lg {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.article__content a {
  color: #007bff;
}
.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  height: fit-content;
  align-self: flex-start;
}

@media (max-width: 768px) {
  .sidebar-sticky {
    position: static;
    margin-top: 2rem;
  }
}
 
  .search-section {
    background: linear-gradient(0deg, #F4FAFE, #F4FAFE), #FFFFFF;
    border-radius: 0.5rem;
    text-align: center;
    position: relative;
    padding: 3.5rem 3rem;
    overflow: hidden;
    z-index: 1;
  }
  .search-title {
    position: relative;
    z-index: 2;
    font-size: 32px;
    color: #00709C;
    font-weight: 700;
    margin-bottom: 3rem;
  }
  .search-box {
    margin-top: 1.5rem;
    position: relative;
    z-index: 2;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .search-input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    border-radius: 8px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    background-color: {{ section.settings.input_bg_color }};
    color: {{ section.settings.input_text_color }};
  }
  .search-icon {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
  }
  .search-section::before {
    content: '';
    background-image: url(/cdn/shop/files/search-svg.svg?v=1747304959);
    background-repeat: no-repeat;
    background-size: cover;
    width: 48.2rem;
    height: 13.3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-position-x: right;
    background-position-y: top;
  }
  .search-section::after {
    content: '';
    background-image: url(/cdn/shop/files/searchsvg-1.svg?v=1747304959);
    background-repeat: no-repeat;
    background-size: cover;
    width: 49.6rem;
    height: 13.3rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-position-y: bottom;
    background-position-x: right;
   }

html {
  scroll-behavior: smooth;
}
.custom-header {
  margin: 0 auto;
}

.sidebar-box p {
  color: #4e6172;
  font-size: 14px;
}
.sidebar-box::before {
  content: "";
  position: absolute;
  top: -1.4rem;
  right: -0.8rem;
  background-image: url(/cdn/shop/files/simplenursing-svg.svg?v=1747211760);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.25rem;
  height: 5.75rem;
}

.sidebar-box::after {
  content: "";
  background-image: url(/cdn/shop/files/article-sidebar-design.svg?v=1747212196);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 9.9rem;
  left: 1.7rem;
  width: 9.5625rem;
  height: 3.6875rem;
}

.sidebar-box h3 {
  color: #282323;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.875rem;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 15px;
}

.article__title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  color: #24292e;
  margin-bottom: 0.5rem;
}

.article__subtitle {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  color: #333;
  margin-bottom: 1rem;
}

.article__meta {
  font-size: 1rem;
  color: #666;
  margin-bottom: 2rem;
}

.article__author {
  font-weight: 600;
}

.article__date {
  margin-left: 8px;
  padding-left: 8px;
  position: relative;
}

.article__date:before {
  content: "|";
  position: absolute;
  left: -4px;
}

.article__image {
  margin: 2rem 0;
}

.article__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sidebar-box {
  color: #24292e;
  font-size: 28px;
  border: 1px solid #dfe0e1;
  border-radius: 10px;
  padding: 50px 25px;
}

.sidebar-box .list-disc {
  font-size: 14px;
  margin: 25px 5px;
}

.sidebar-box li {
  background: url(/cdn/shop/files/svg-viewer.svg?v=1747211273)
    no-repeat left 2px;
  padding-bottom: 0.5rem;
  color: #4e6172;
  padding-left: 24px;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 2px;
  background-position: top 6px left 4px;
}
.sidebar-box li p {
  margin-bottom: 0px;
}

.wp-block-heading {
  padding: 24px 0 15px;
}

.btn-custom-article {
  padding: 15px 28px;
  font-size: 14px;
  border-radius: 40px;
  line-height: normal;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .article__title {
    font-size: 2rem;
  }

  .article__subtitle {
    font-size: 1.25rem;
  }

  .custom-header {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .article__title {
    font-size: 1.75rem;
  }

  .article__subtitle {
    font-size: 1.1rem;
  }

  .article__meta {
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
  }

  .article__date:before {
    display: none;
  }

  .article__date {
    margin-left: 0;
    padding-left: 0;
    margin-top: 4px;
  }
}
.row {
  margin: 0 -15px;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}

[class*="col-"] {
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
  min-height: 1px;
}

.col-1 {
  width: 8.333333%;
}
.col-2 {
  width: 16.666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.333333%;
}
.col-5 {
  width: 41.666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333%;
}
.col-8 {
  width: 66.666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.333333%;
}
.col-11 {
  width: 91.666667%;
}
.col-12 {
  width: 100%;
}

@media (max-width: 768px) {
  [class*="col-"] {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}
.article-content p,
.article-content ol,
.article-content ul,
.article-content blockquote,
.article-content img {
  margin-bottom: var(--element-margin-bottom, 2em);
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  margin-top: var(--heading-margin-bottom, 1.5em);
}
.article-content img {
  padding-top: calc(2 * var(--space-unit));
  padding-bottom: calc(2 * var(--space-unit));
}
.article-content blockquote {
  padding-top: calc(4 * var(--space-unit));
  font-size: 2rem;
  font-style: italic;
  line-height: 2.4rem;
}
.article-content blockquote p:last-child {
  margin-bottom: 0;
}
.article-content iframe {
  max-width: 100%;
}

.article__image--wider .media {
  width: calc(100% + var(--gutter) * 2);
  max-width: calc(100% + var(--gutter) * 2);
  margin-inline-start: calc(var(--gutter) * -1);
}

@media (max-width: 1023.98px) {
  .article-content,
  .article-width {
    max-width: 37em;
  }
}
@media (min-width: 768px) {
  .article-content img {
    padding-top: calc(4 * var(--space-unit));
  }
}
@media (min-width: 1024px) {
  .article-content blockquote {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}

.contact-sub-heading p {
  font-family: "Open Sans", sans-serif;
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  -webkit-font-smoothing: auto;
  letter-spacing: -0.16px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.cc-contact {
  margin-bottom: 0;
  padding-bottom: 0;
}

.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center !important;
}
.contact-map {
  padding: 75px;
  background: #000;
}
.m-auto {
  margin: auto;
}
.mw-80 {
  max-width: 80%;
}

.icon_circle {
  border: 3px solid #fff;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  text-align: center;
}

.icon_circle svg {
  overflow: hidden;
  vertical-align: middle;
}

.contact-icon {
  column-gap: 30px;
  padding: 25px 0px 0px 10px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  -webkit-font-smoothing: auto;
  letter-spacing: -0.16px;
}

.contact-map iframe {
  width: 100%;
}

.contact-page-heading{
  font-size: 65px;
  font-weight: 800;
  color: #282323 !important;
}