<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*BLOG PAGE CUSTOM CSS*/

.page-id-123 #fancy-header &gt; .wf-wrap {
  padding-right: 0;
}

.page-id-123 h1.fancy-title.entry-title {
  border: none;
}

.page-id-123 .blog-row {
  padding-left: 0;
  padding-right: 0;
}

.page-id-123 #fancy-header {
  background: #02337a url(/wp-content/uploads/2024/01/touchstone-post-heading.svg) bottom right no-repeat;
}

.blog_grid .vc_pageable-slide-wrapper.vc_clearfix {
  margin: 0 8% !important;
}

/*article before - must be removed*/
.blog_grid .vc-gitem-zone-height-mode-auto:before {
  display: none;
}

.blog_grid .vc_grid-item.vc_clearfix.vc_col-sm-4 {
  padding: 15px !important;
}

body .blog_grid .vc_gitem-zone-mini div {
  position: static;
  transform: none;
  margin-bottom: 0;
}

/* article style */
.blog_grid .vc_grid-item-mini.vc_clearfix {
  box-shadow: 0px 4px 57px 0px #00000029;
}

.blog_grid .vc_gitem_row .vc_gitem-col {
  padding: 0px;
}

.blog_grid {
  margin: 50px 0 !important;
}

/* Blog Post Title style*/
.blog_grid .post_title h2 {
  color: #fff;
  background: #02337a url(/wp-content/uploads/2024/01/touchstone-blog-title.svg) no-repeat bottom right/ 32% !important;
  padding: 30px 70px 30px 30px !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/*Blog Post title Link style*/
body .blog_grid .post_title a {
  font-size: 24px !important;
  font-weight: 700 !important;
  text-shadow: 2px 2px 10px #032d6f;
  line-height: 30px !important;
  display: block;
  letter-spacing: normal;
}

/*Blog Post title Link hover style*/
body .blog_grid .post_title a:hover {
  color: #4ac53a;
}

/*Blog post Date Style */
body .blog_grid .post_date div {
  color: #02337a;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.02em;
}

/* Blog post content style */
body .blog_grid div.post_excerpt {
  height: auto !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: center;
  position: static;
  padding: 0px 50px !important;
  color: #142e40;
}

/*Blog Post Content Paragraph Style*/
body .blog_grid .post_excerpt p {
  display: block;
  font-weight: 400;
  line-height: 23.63px;
  margin: 0;
}

/* Blog Post Button Container Style*/
body .blog_grid div.post_button {
  padding: 20px 0 30px;
}

/* Blog Post Button Style*/
body .blog_grid .post_button a {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  background: #02337a !important;
  letter-spacing: 0;
  padding: 7px 18px !important;
  border: none !important;
}

/* Blog Post Button Hover*/
body .blog_grid .post_button a:hover {
  background: #4ac53a !important;
}

/*  RESPONSIVE  */

@media (max-width: 1600px) {
  .blog_grid .post_title h2 {
    background-size: 45% !important;
  }
  .blog_grid .vc_pageable-slide-wrapper.vc_clearfix {
    margin: 0 6% !important;
  }
}

@media (max-width: 1300px) {
  body .blog_grid div.post_excerpt {
    padding: 0px 35px !important;
  }
  .page-id-123 .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin: 0 30px;
    margin-top: 30px;
  }
  .blog_grid .post_title h2 {
    padding: 30px 40px 30px 30px !important;
  }
  .blog_grid .post_title h2 {
    background-size: 67% !important;
  }
}

@media (max-width: 1200px) {
  .blog_grid .vc_grid-item.vc_clearfix.vc_col-sm-4 {
    width: 50%;
  }
  body .blog_grid .post_title a {
    font-size: 22px !important;
  }

  .blog_grid .post_title h2 {
    background-size: 48% !important;
  }

  .blog_grid .post_title h2 {
    padding: 30px !important;
  }
  .blog_grid .vc_pageable-slide-wrapper.vc_clearfix {
    margin: 0 8% !important;
  }
}

@media (max-width: 768px) {
  body .blog_grid .post_title h2 {
    padding: 20px !important;
  }
  body .blog_grid .post_title a {
    font-size: 18px !important;
    line-height: 22px !important;
  }

  body .blog_grid .post_date div {
    font-size: 19px;
  }

  body .blog_grid .post_button a {
    padding: 12px 45px;
  }

  body .blog_grid div.post_button {
    padding: 13px 0 19px;
  }
  .blog_grid .vc_pageable-slide-wrapper.vc_clearfix {
    margin: 0 3% !important;
  }
}

@media (max-width: 767px) {
  .blog_grid .vc_grid-item.vc_clearfix.vc_col-sm-4 {
    width: 100%;
  }
  /*paddings for grid*/
  .blog_grid .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin: 0 20px;
  }
  .page-id-123 #fancy-header {
    background-size: 70%;
  }
  .blog_grid .vc_pageable-slide-wrapper.vc_clearfix {
    margin: 0 5% !important;
  }
}

/*BLOG PAGE CUSTOM CSS - END */

/*POST PAGE CUSTOM CSS*/
.single-post .post-meta {
  margin-bottom: 20px;
}
.single-post .post-meta .entry-meta a.data-link time {
  color: var(--the7-title-color);
}

.single-post .post-meta .entry-meta a.data-link {
  pointer-events: none;
}
.single-post .post-meta .entry-meta {
  cursor: text;
}

.single-post .no-bg-h1row h1 {
  text-align: left;
}

.single-post .no-bg-h1row {
  background: #02337a url(/wp-content/uploads/2024/01/touchstone-post-heading.svg) bottom right/contain no-repeat;
}
/*POST PAGE CUSTOM CSS - END*/

/* Blog Posts Sidebar */

:root {
  --sidebar-primary: #bce0ff;
  --sidebar-secondary: #02337a;
}

.single-post * {
  overflow: visible !important;
}

.sidebar {
  align-self: flex-start;
  position: sticky !important;
  top: 135px;
}

.sidebar .wpb_content_element {
  margin-bottom: 0 !important;
}

.sidebar .sidebar_hello_title,
.sidebar .sidebar_posts h2,
.sidebar .sidebar_search_row h2 {
  font: var(--the7-widget-title-font);
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: var(--sidebar-secondary);
  margin-bottom: 15px;
  margin-top: 0;
}

.sidebar .vc_column_container &gt; .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}

.sidebar p a {
  color: var(--sidebar-secondary) !important;
}

.sidebar span {
  color: var(--sidebar-secondary);
}

.sidebar p a i,
.sidebar p i {
  color: var(--sidebar-primary);
  position: absolute;
  left: -23px;
  top: 6px;
}

.sidebar .vc_row {
  margin: 0;
}

.sidebar a:hover {
  color: var(--the7-accent-color) !important;
}

.sidebar a {
  /* font-family: Muli, Helvetica, Arial, Verdana, sans-serif !important; */
  font-size: 16px;
  line-height: 24px;
}

/* sidebar hello row */
.sidebar_hello_row p {
  margin-bottom: 5px;
  position: relative;
  margin-left: 23px;
  color: var(--sidebar-secondary);
  /* font-size: 1rem !important; */
}

.sidebar_hello_row span,
.sidebar_hello_row p a {
  font-weight: 400;
}

.sidebar_hello_row p,
.sidebar_hello_row p a {
  color: var(--sidebar-secondary);
}

.sidebar .sidebar_hello_row span:hover {
  color: var(--the7-accent-color) !important;
}

/* sidebar posts row */

.sidebar .sidebar_posts_row.vc_row-fluid {
  margin-bottom: 20px;
  padding-top: 60px;
}

.sidebar_posts_row {
  background: var(--sidebar-primary);
  padding: 10px;
}

.sidebar_posts span {
  color: #fff !important;
}

.sidebar .sidebar_posts h2 {
  color: #fff !important;
  border-left: none !important;
  padding-left: 0 !important;
}

.sidebar_hello_row {
  padding: 10px;
  border: 1px solid #000;
  padding-bottom: 60px;
}

.sidebar_posts_row a {
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 700;
}

.sidebar .sidebar_posts_row li {
  display: flex;
  flex-direction: column;
}

.sidebar .sidebar_posts_row ul li:not(:last-child):after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  margin: 15px 0;
}

.sidebar_posts_row .widget.widget_recent_entries {
  padding-bottom: 10px;
}

.sidebar_posts_row span.post-date {
  font-size: 0.8rem;
  font-weight: 400;
}

.sidebar .sidebar_posts_row a:hover {
  color: #60cb31 !important;
}

/* Sidebar search */

.sidebar_search_row input#the7-search {
  background: #fff;
  border: 1px solid var(--sidebar-secondary);
  padding: 1rem !important;
}

.sidebar .sidebar_search_row h2 {
  border-left: none !important;
  padding-left: 0 !important;
}

.sidebar_search_row input#the7-search::placeholder {
  color: #000 !important;
}

.sidebar_search_row svg {
  fill: var(--sidebar-secondary) !important;
}

/* Sidebar menu */
.sidebar_menu_row a {
  color: var(--sidebar-secondary) !important;
}

.sidebar .sidebar_menu_row ul li {
  padding: 0;
  margin: 10px 0;
  border: none !important;
  display: list-item;
  position: relative;
}

.sidebar .sidebar_menu_row ul li::before {
  content: "â€¢";
  position: absolute;
  left: -0.8em;
  /* top: -0.1em; */
  font-size: 1.8em;
}

.sidebar_menu_row ul {
  list-style: none;
  margin-left: 20px;
  color: var(--sidebar-primary);
}

.sidebar_menu_title {
  font: var(--the7-widget-title-font);
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: var(--sidebar-secondary);
  margin-bottom: 15px;
}

.sidebar_menu_row ul li::marker {
  font-size: 16px;
}

/* Image separator*/

.image_holder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle_holder {
  aspect-ratio: 1 / 1;
  width: 70px;
  background: #fff;
  border-radius: 80%;
  border: 3px solid #4ac53a;
  position: absolute;
  top: -28px;
  text-align: center;
  overflow: hidden !important;
  padding: 5px;
}

.sidebar_separator_row {
  /* margin-top: -20px !important; */
}

.sidebar_separator {
  display: flex;
  justify-content: center;
  background: var(--sidebar-secondary);
  position: absolute;
  top: -15px;
  width: 100%;
  height: 30px;
}

/* Blog posts quote block */

.quote-block {
  text-align: center;
  padding: 10px 0;
  margin: 15px 0;
  position: relative;
}

.quote-block::before {
  content: "\201C";
  position: absolute;
  top: 40px;
  left: 0px;
  bottom: 0px;
  font-size: 95px;
  color: var(--sidebar-secondary);
}

.quote-block::after {
  content: "\201D";
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 95px;
  color: var(--sidebar-secondary);
}

.quote-block p {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  margin: 0px 40px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 10px 0;
  font-weight: bold;
  color: var(--sidebar-secondary);
}

/* Blog posts cta block */
.single-post .cta_block {
  background: var(--sidebar-secondary);
  padding: 15px;
  margin: 20px 0;
  border-radius: 15px;
}

.single-post .intro_text {
  text-align: center;
  margin-bottom: 20px;
}

.cta_block h3 {
  color: #fff;
}

.single-post .intro_text p {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: var(--sidebar-secondary);
  padding-bottom: 10px;
}

.single-post .cta_block button.ff-btn.ff-btn-submit.ff-btn-md.wpf_has_custom_css {
  border-color: var(--sidebar-primary) !important;
  margin-bottom: 0;
}

.cta_block .cta-form label {
  color: #fff !important;
}

.single-post .cta_block .ff_submit_btn_wrapper_custom {
  margin-bottom: 0 !important;
}

.cta_block form.fluent_form_5 .wpf_has_custom_css.ff-btn-submit:hover {
  background-color: var(--sidebar-primary) !important;
  color: var(--sidebar-secondary);
}

/* .cta_block .capchahere .ff-t-cell.ff-t-column-1 {
      display: none;
    } */

/*  sticky button */

.social_links.sticky_button {
  position: fixed;
  right: 0;
  bottom: calc(35% - 50px);
  display: flex;
  z-index: 999;
  padding: 5px;
  opacity: 1;
  transition: opacity 1s;
}

.share_icons {
  display: flex;
  flex-direction: column;
}

.share_icons svg.bi.bi-facebook,
.share_icons svg.bi.bi-instagram,
.share_icons svg.bi.bi-twitter-x,
.share_icons svg.bi.bi-linkedin,
.share_icons svg.bi.bi-whatsapp {
  width: 25px;
  height: 25px;
}

.share_icons svg.bi.bi-facebook {
  fill: #fff;
}

.share_icons svg.bi.bi-instagram {
  fill: #fff;
}

.share_icons svg.bi.bi-twitter-x {
  fill: #fff;
}

.share_icons svg.bi.bi-linkedin {
  fill: #fff;
}

.share_icons svg.bi.bi-whatsapp {
  fill: #fff;
}

.share_icons a.facebook,
.share_icons a.twitter,
.share_icons a.linkedin,
.share_icons a.instagram {
  padding: 20px;
  height: 25px;
  margin-bottom: 5px;
}

.share_icons a.facebook:hover,
.share_icons a.twitter:hover,
.share_icons a.linkedin:hover,
.share_icons a.instagram:hover {
  opacity: 0.8;
}

.share_icons a.facebook {
  background: #4c69c7;
}

.share_icons a.twitter {
  background: #000;
}

.share_icons a.whatsapp {
  background: #36b74d;
}

.share_icons a.linkedin {
  background: #0a66c2;
}

.share_icons a.instagram {
  background: #f46f65;
}

.single-post .sticky-btn {
  z-index: 9;
}

.single-share-box .share-buttons a {
  width: 50px;
  height: 40px;
}

.single-share-box .share-buttons a svg {
  width: 25px;
  height: 25px;
}

/* Sidebar Responsive */

@media (max-width: 768px) {
  .share_icons a.facebook,
  .share_icons a.instagram,
  .share_icons a.twitter,
  .share_icons a.linkedin {
    padding: 5px;
    /* height: 50px; */
  }
}

/* FOr Th7 Search Results */

/* Search Results */

/* .search #page-header {
	background-color: var(--sidebar-secondary);
  } */

.search .search-results-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
}

.search h2 {
  font-size: 1.5rem !important;
  text-align: left;
}

.search .no-results {
  /* margin-top: 205px; */
  padding: 2rem;
}

.search .no-results input {
  margin-bottom: 1rem;
  border: 1px solid;
}

.search h1 {
  padding-block: 1.5rem;
}

/* Search Pagination */

.search .pagination {
  display: flex;
  justify-content: center;
}

.search .pagination .page-numbers {
  padding: 0.3rem 0.5rem;
}

@media (max-width: 599px) {
  .search .search-results-container {
    margin-top: 75px;
  }
}

@media (max-width: 768px) {
  .search h1 {
    padding-block: 1rem;
    /* margin-top: 5rem; */
  }

  .search .no-results h2 {
    /* margin-top: 5rem; */
  }
}

@media (max-width: 1024px) {
  .search .search-results-container {
    margin-top: 0;
  }

  .search h2 {
    margin-top: 0rem;
  }

  .search .no-results h2 {
    /* margin-top: 9rem; */
  }

  .search h1 {
    /* margin-top: 9rem; */
  }

  .search .no-results {
    margin-top: 0;
    height: 70vh;
  }
}

@media (min-width: 1440px) {
  .search h1 {
    padding-block: 2rem !important;
  }
}
</pre></body></html>