<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Theme Name: Prosperity Child 
Theme URL: http://solas-cpc.org
Description: Prosperity Child (for Solas)
Theme Author: Charles de Bueger
Author URL: https://hlml.blog
Template: prosperity-wpcom 
Version: 1.0.0 
Text Domain: prosperity-wpcom-child 
*/

body {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0em;
  color: #06535e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0em;
  color: #06535e;
}

.clearfix:after {
  content: none;
}

.container:before {
  content: none;
}

a,
a:hover,
.hentry .entry-header a,
.hentry .entry-header .entry-meta,
.hentry .entry-footer a {
  color: #06535e;
  text-decoration: none;
  transition: unset;
}

.social-list .menu-items {
  text-align: unset;
}

#colophon .social-list .menu-items li {
  margin-top: -7px;
  padding-bottom: 24px;
}

.tags-links a,
.page-header .page-title {
  text-transform: capitalize;
  font-weight: 700; /* bold */
}

button,
input,
select,
textarea {
  font-family: 'Montserrat', sans-serif;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='tel'],
textarea {
  color: #06535e;
  font-weight: 700; /* bold */
  font-size: larger;
}

.page .home-section h2,
.page .entry-content h2 {
  border-bottom: solid #06535e 1px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-size: 1.5em;
  margin-top: 10px;
}

.no-bold {
  font-weight: 400; /* regular */
}

.wp-block-button,
.primary-button {
  font-family: 'Montserrat', sans-serif;
}

.wp-block-button {
  display: inline-block;
}

/** So that David doesn't have to manually a spacer after buttons */
.wp-block-buttons &gt; .wp-block-button {
  /* the same margin that p has - specified in style.css of the parent theme */
  margin-bottom: 1.875em;
}

.wp-block-button__link {
  background-color: unset;
  border-radius: 0px;
  border: none !important;
}

/** Scroll past the sticky menu when users click links in newsletters */
.wp-block-heading {
  scroll-margin-top: 102px;
}

.page-template br {
  /* hack to stop br from taking vertical space in the page */
  border: none;
}

.site-main {
  margin-top: 85px; /* ensure 100px between this and the menubar above */
  padding-bottom: 0px;
}

#content.site-content {
  margin-bottom: 80px;
}

.no-short-answers a {
  border-bottom: 1px solid;
}

/******************************************************************************
                                 &lt;nav&gt; navigation pagination (start)
******************************************************************************/
.page-template-solas-front-page #latest-news #see-more,
.navigation.pagination {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.navigation.pagination .nav-links {
  text-align: center;
}

.navigation.pagination a,
.navigation.pagination a:hover,
.navigation.pagination .current {
  background-color: transparent;
  color: unset;
  padding: 0px 8px;
  min-width: unset;
}

.navigation.pagination .current {
  text-decoration: underline;
  font-weight: bold;
}

.navigation.pagination .nav-links a.prev,
.navigation.pagination .nav-links a.next {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #06535e;
  background-color: #39def7;
  border-radius: 5px;
  padding: 0px 14px;
}

.navigation.pagination .nav-links a.prev:hover,
.navigation.pagination .nav-links a.next:hover {
  background-color: #06535e;
  color: #39def7;
}

.navigation.pagination .nav-links a.prev:before,
.navigation.pagination .nav-links a.next:after {
  content: none;
}

/** Force these descriptipons to never show */
.menu-item-description {
  display: none;
}

/******************************************************************************
                                 &lt;nav&gt; navigation pagination (end)
******************************************************************************/

/******************************************************************************
                                 &lt;header&gt; styles (start)
******************************************************************************/

.site-header {
  background-color: #06535e;
}

#masthead .container.header-inner {
  display: flex;
  /* padding: 30px 0px; */
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}

#masthead {
  border-bottom: none;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0px;
}

#masthead .site-branding {
  text-align: left;
}

#masthead .site-branding .site-logo {
  width: 50px;
}

.container.header-after {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
}

.container.header-after &gt; nav {
  color: #06535e;
}

/* We may wish to remove this .top-bar section from the template in the future; for now hide it */
.top-bar {
  display: none;
}

.breadcrumb-bar {
  background-color: white;
}
/* 

/*  Used for Breadcrumb NavXT  */
.breadcrumbs .current-item,
.breadcrumbs span {
  font-weight: 700;
  font-size: 13px;
}

.breadcrumbs a span {
  font-weight: 400; /* regular */
}

.breadcrumbs a::after {
  font-family: FontAwesome;
  content: '\f105';
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  opacity: 0.8;
}

.breadcrumbs .current-item::after {
  font-weight: 700;
  content: none;
}

.breadcrumbs a:first-of-type {
  margin-left: 0px;
}

.main-navigation {
  background-color: unset;
  width: unset;
}

/* temporarily hide the search form since styling it may be tricky */
.main-navigation &gt; div.container.clearfix .search-form {
  display: none;
}

.main-navigation a,
.secondary-navigation a {
  color: white;
  font-weight: 500; /* medium */
  cursor: pointer;
}

/* .main-navigation .current_page_item:hover &gt; a, */
/* .main-navigation .current-menu-item &gt; a,
.main-navigation .current_page_ancestor &gt; a {
  color: #06535e;
} */

.main-navigation .current_page_item &gt; a,
.main-navigation .current-menu-item &gt; a,
.main-navigation .current-menu-parent &gt; a,
.main-navigation .current_page_ancestor &gt; a {
  background-color: #39def7;
  color: #06535e;
  font-weight: 700; /* bold */
  /* border-radius: 5pt; */
}

.main-navigation ul ul li.current_page_item a,
.main-navigation ul ul li.current-menu-item a,
.main-navigation ul ul li.current_page_ancestor a {
  background-color: unset;
}

.main-navigation .container div ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500; /* medium */
}

.main-navigation i,
.main-navigation .container &gt; div &gt; ul &gt; li &gt; a {
  border-radius: 5pt;
  border: none;
  margin-right: 5px;
  margin-left: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.main-navigation .container &gt; div &gt; ul &gt; li:last-child &gt; a {
  margin-right: 8px;
  padding-right: 16px;
}

.main-navigation .sub-menu li:hover &gt; a {
  color: #39def7;
  background-color: #06535e;
  /* border-radius: 5pt; */
  /* transition: unset; */
}

.header-social-menu .social-list .menu-items li a:hover {
  opacity: unset;
}

.header-social-menu .social-list li a,
.header-social-menu .social-list li a:before {
  border-radius: 5pt;
}

.header-social-menu .social-list a:hover,
.header-social-menu .social-list a:hover:before,
.main-navigation li:hover &gt; i,
.main-navigation li:hover &gt; a,
.secondary-navigation li:hover &gt; a {
  color: #06535e;
  background-color: #39def7;
  transition: unset;
}

.main-navigation li.focus &gt; a,
.secondary-navigation li.focus &gt; a,
.main-navigation .menu-item-description,
.secondary-navigation .menu-item-description {
  color: white;
}

/* kill the hover stuff */
.main-navigation ul li &gt; ul,
.secondary-navigation ul li &gt; ul {
  display: none;
  left: auto;
  top: 100%;
  opacity: unset;
  -webkit-transition: unset;
  -moz-transition: unset;
  transition: unset;
}

/* .main-navigation ul li.focus &gt; ul,
.secondary-navigation ul li.focus &gt; ul {
  left: auto;
  top: 100%;
  opacity: 1;
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
} */

@media (min-width: 75em) {
  .main-navigation .container &gt; div &gt; ul &gt; li &gt; a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* override drop down menus - start */

.main-navigation li.menu-item-has-children &gt; a:after,
.main-navigation li.page_item_has_children &gt; a:after {
  content: none; /* remove down-arrow */
}

.main-navigation ul ul,
.secondary-navigation ul ul {
  box-shadow: none;
  background-color: #39def7;
  border: none;
  font-size: inherit;
  padding-top: 0px;
}

.main-navigation ul ul li a,
.secondary-navigation ul ul li a {
  border: none;
}

.main-navigation ul ul a,
.secondary-navigation ul ul a {
  white-space: nowrap;
  width: unset;
  color: #06535e;
}

.main-navigation ul ul a,
.secondary-navigation ul ul a {
  white-space: nowrap;
  width: unset;
  color: #06535e;
}

.main-navigation ul &gt; li &gt; ul:before,
.secondary-navigation ul &gt; li &gt; ul:before {
  border-color: transparent transparent #39def7 transparent;
  top: -16px;
  left: 4px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 16px;
  border-right-width: 16px;
}

.main-navigation .container &gt; div &gt; ul &gt; li {
  padding-top: 1em;
  padding-bottom: 1em;
}

.main-navigation ul li &gt; ul,
.main-navigation ul li.focus &gt; ul,
.secondary-navigation ul li &gt; ul,
.secondary-navigation ul li.focus &gt; ul {
  margin-left: 1.5em;
  padding-top: 1em;
}

.main-navigation ul ul li a,
.secondary-navigation ul ul li a {
  margin: 8px 0px;
  padding: 0px;
}

.main-navigation ul ul li,
.secondary-navigation ul ul li {
  padding: 0 12px;
  padding-right: 48px;
}

.main-navigation ul ul li:hover,
.secondary-navigation ul ul li:hover {
  background-color: #06535e;
}

.main-navigation ul ul li:last-child &gt; a,
.secondary-navigation ul ul li:last-child &gt; a {
  margin-bottom: 8px;
}

/* drop down menus - end */

ul.site-header-cart {
  display: none;
  margin-bottom: 0px;
}

ul.site-header-cart li:first-of-type {
  padding-top: 16px;
  padding-bottom: 24px;
  color: white;
}

ul.site-header-cart li .amount {
  display: none;
}

ul.site-header-cart li .count {
  color: #fff !important;
  font-size: smaller;
  vertical-align: super;
}

ul.site-header-cart li .count::before {
  content: none !important;
}

#search-popup-container {
  display: none;
  width: 100%;
  position: fixed;
  top: 90px;
  z-index: 5;
}

#search-popup-container-inner {
  display: flex;
  justify-content: center;
}

#search-popup {
  display: flex;
  background: #ffffff;
  border-radius: 5px;
  padding: 15px;
  padding-right: 10px;
  border: 1px solid #06535e;
}

#search-popup input.search-field {
  background-color: lightgray;
  margin-bottom: 0px;
}

#search-popup input[type='submit'] {
  -webkit-transition: none;
  transition: none;
}

#search-popup .close {
  font-weight: 700; /* bold */
  margin-left: 12px;
  margin-top: -12px;
  cursor: pointer;
}

.main-navigation i {
  color: white;
  cursor: pointer;
}

#masthead a.mobile-cart-contents {
  border-radius: 5pt;
  background-color: transparent;
  color: white;
  padding: 9px 12px;
}

#masthead a.mobile-cart-contents:hover {
  background-color: #39def7;
  color: #06535e;
}

#masthead a.mobile-cart-contents .count {
  color: #06535e;
}

@media only screen and (max-width: 992px) {
  #masthead .header-inner &gt; .mobile-cart-contents {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  ul.site-header-cart {
    display: block;
  }
}

#mobile-menu-toggle {
  background: none;
  color: white;
  /* color: #06535e; */ /* hide the word menu */
  border: none;
  padding: 0px;
}

#mobile-menu-toggle:after {
  color: #ffffff;
  border: none;
  position: unset;
}

#mobile-menu-toggle:hover {
  background-color: #39def7;
  line-height: unset;
}

/* Toggle sidebar */
.toggle-sidebar {
  max-width: unset;
}

.active-toggle-sidebar .toggle-sidebar {
  background-color: #06535e;
}

#close-toggle-sidebar .icon {
  height: 40px;
  width: 40px;
}

#close-toggle-sidebar:before {
  content: none;
}

#close-toggle-sidebar:after {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  content: '\f00d';
  line-height: 42px;
  width: 45px;
  float: right;
  margin-right: 25px;
}

.toggle-sidebar .inner-panel {
  padding: 0px;
  position: relative;
  height: 100%;
}

#toggle-sidebar #close-toggle-sidebar {
  background-color: #06535e;
  margin: 25px;
  padding: 0px;
}

#toggle-sidebar #close-toggle-sidebar,
#close-toggle-sidebar:before {
  position: unset;
}

#toggle-sidebar .mobile-navigation .menu,
#toggle-sidebar .mobile-navigation .menu &gt; li &gt; a {
  background: inherit;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500; /* medium */
  letter-spacing: 0em;
  border: none;
  font-size: 18pt;
}

.toggle-sidebar a {
  color: #ffffff;
}

#toggle-sidebar .search-form,
#toggle-sidebar .mobile-navigation .menu li a {
  padding-left: 45px;
}

#toggle-sidebar .mobile-navigation .dropdown-toggle:after {
  left: 13px;
  top: 4px;
}

#toggle-sidebar .mobile-navigation li.current_page_item &gt; a,
#toggle-sidebar .mobile-navigation li.current-menu-item &gt; a,
#toggle-sidebar .mobile-navigation li.current_page_ancestor &gt; a {
  background-color: #39def7;
  font-weight: 700; /* bold */
  border-radius: 5pt;
  color: #06535e;
  padding-left: 24px;
  margin: 0px 21px;
}

#toggle-sidebar #close-toggle-sidebar:hover {
  background: unset;
}

/******************************************************************************
                                 &lt;header&gt; styles (end)
******************************************************************************/

/******************************************************************************
                                 &lt;footer&gt; styles (start)
******************************************************************************/
#colophon {
  background-color: #f3f3f3;
}

#colophon .footer-widgets a,
#colophon .site-credits {
  color: #ffffff;
}

#colophon .footer-widgets .footer-widget:nth-of-type(3n + 1) {
  clear: none;
}

#colophon .footer-widgets {
  background-color: #06535e;
  padding-top: 30px;
}

#colophon .footer-widgets .widget-title,
#colophon a:hover,
#colophon .footer-widgets a:hover {
  color: #a6a6a6;
}

/* header-social-menu is misnamed */
#colophon .footer-social-menu {
  float: right;
}

#colophon .footer-social-menu .social-list {
  margin-top: unset;
}

#colophon .social-list li a::before {
  background: none;
  height: 25px;
  width: 25px;
}

#colophon .widget .widget-title {
  margin-bottom: 0.25em;
  color: #ffffff;
}

#colophon .footer-widgets {
  border: none;
}

#colophon .footer-widgets .row {
  margin-right: unset;
  margin-left: unset;
}

#colophon .footer-widgets .row .col-lg-2:first-child {
  margin-left: 0px;
}

#colophon .footer-widgets .row .col-lg-2:last-child {
  margin-right: 0px;
}

#colophon .footer-bottom {
  background-color: #06535e;
  padding-top: 0px;
}

#graphical-solas-footer {
  background-color: #f3f3f3;
  color: #06535e;
  margin: 20px 0px;
}

#graphical-solas-footer .row {
  display: flex;
  justify-content: space-between;
}

/* #graphical-solas-footer .col-lg-4 { */
#graphical-solas-footer .item {
  display: flex;
  padding: 10px;
}

#graphical-solas-footer a,
#graphical-solas-footer a:hover,
#graphical-solas-footer a:visited {
  color: unset;
}

@media (min-width: 62em) {
  #graphical-solas-footer .col-lg-4 {
    border-right: 1px solid;
    border-color: #cecfd1;
  }
}

#graphical-solas-footer .col-lg-4:last-child {
  border: none;
}

#graphical-solas-footer h2 {
  font-size: 16pt;
}

#graphical-solas-footer .image {
  margin: auto 20px;
}

#graphical-solas-footer .image.newsletter {
  width: 70px;
}
#graphical-solas-footer .image.newsletter img {
  width: 29px;
  aspect-ratio: 29/19;
}

#graphical-solas-footer .image.books {
  width: 55px;
}
#graphical-solas-footer .image.books img {
  width: 29px;
  aspect-ratio: 29/40;
}

#graphical-solas-footer .image.donate {
  width: 65px;
}
#graphical-solas-footer .image.donate img {
  width: 27px;
  aspect-ratio: 27/38;
}

#graphical-solas-footer .text {
  margin-left: 10px;
}

@media only screen and (max-width: 992px) {
  #graphical-solas-footer .item {
    flex-direction: column;
    align-items: center;
  }
  #graphical-solas-footer .text {
    margin-left: 0px;
    text-align: center;
  }
  #graphical-solas-footer .text h2 {
    font-size: 14pt;
    font-weight: 700; /* bold */
  }
  #graphical-solas-footer .text p {
    display: none;
  }

  #graphical-solas-footer .image.newsletter {
    width: 40px;
  }
  #graphical-solas-footer .image.newsletter img {
    width: 40px;
    aspect-ratio: 40/26;
  }

  #graphical-solas-footer .image.books {
    width: 40px;
  }
  #graphical-solas-footer .image.books img {
    width: 40px;
    aspect-ratio: 40/56;
  }

  #graphical-solas-footer .image.donate {
    width: 33px;
  }
  #graphical-solas-footer .image.donate img {
    width: 33px;
    aspect-ratio: 34/48;
  }
}

.widget ul li::before {
  content: none;
}

.widget ul li {
  padding-left: unset;
}

.footer-widgets .widget.widget_nav_menu li {
  border: none;
  padding-top: unset;
  margin-top: 0.25em;
  margin-bottom: 0.75em;
  line-height: 1.35em;
}

.footer-bottom {
  text-align: right;
}

#colophon .footer-bottom .header-social-menu {
  display: none;
}

.site-credits {
  margin-top: -2.5em;
  font-weight: 700; /* bold */
  font-size: 12pt;
}

.page-header {
  border-bottom: none;
  margin-bottom: unset;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
#infinite-handle span,
.more-link-container .more-link,
.site-content a.primary-button,
a.wp-block-button__link,
a.wp-block-button__link:visited,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border,
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border,
.tribe-events .tribe-events-c-ical__link,
.tribe-block.tribe-block__event-website a,
button.wp-block-button__link--reset {
  background-color: #39def7;
  color: #06535e;
  border-radius: 5pt;
  text-transform: uppercase;
  font-weight: 900 !important; /* black */
  line-height: 44px;
  font-size: 1rem;
  padding: 0 18px;
}

button:hover,
.more-link-container .more-link:hover,
.site-content a.primary-button:hover,
a.wp-block-button__link:hover,
a.wp-block-button__link:hover,
#infinite-handle span:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
button.wp-block-button__link--reset:hover,
#tribe-events-content .tribe-block__event-website a:hover {
  background-color: #06535e;
  color: #39def7;
}

button.wp-block-button__link--reset {
  padding: 0 18px !important;
  font-size: inherit;
}

.wp-block-button__link--reset {
  text-align: end;
}

.hentry .entry-header .posted-on a:hover,
.hentry .entry-footer .posted-on a:hover,
.hentry .entry-header .byline a:hover,
.hentry .entry-footer .byline a:hover {
  /* color: inherit; */
  color: #39def7;
}

.hentry .entry-header a:hover,
.hentry .entry-footer a:hover {
  /* color: inherit; */
  color: #f3f3f3;
}

.menu-sticky-cta-container {
  bottom: 0;
  position: fixed;
  z-index: 150;
  text-align: right;
  right: 20px;
  _position: absolute;
  _top: expression(
    eval(
      document.documentElement.scrollTop +
        (document.documentElement.clientHeight-this.offsetHeight)
    )
  );
}

.menu-sticky-cta-container ul {
  display: flex;
  list-style: none;
  background-color: #39def7;
  padding: 15px 0px;
  /* padding-left: 0px; */
  margin: 0px;
  border-top-left-radius: 5pt;
  border-top-right-radius: 5pt;
}

#colophon .menu-sticky-cta-container li a {
  color: #06535e;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 900; /* black */
  border-right: 1px solid #06535e;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#colophon .menu-sticky-cta-container li a:hover {
  color: #39def7;
  background-color: #06535e;
}

#colophon .menu-sticky-cta-container li:nth-child(1) a {
  border-top-left-radius: 5pt;
}

#colophon .menu-sticky-cta-container li:nth-last-child(1) a {
  border: none;
  border-top-right-radius: 5pt;
}

/******************************************************************************
                                 &lt;footer&gt; styles (end)
******************************************************************************/
/******************************************************************************
                                 category/archive (start)
******************************************************************************/
.inactive-sidebar.archive:not(.post-type-archive-jetpack-testimonial)
  .site-main,
.inactive-sidebar:not(.post-type-archive-jetpack-testimonial, .search)
  .site-main {
  /** used to ensure no results pages aren't centred - which looks weird */
  max-width: unset;
}

.category #main header.page-header {
  display: flex;
  align-items: center;
}

.category #main header.page-header .taxonomy-description {
  margin-top: unset;
  padding-left: 3rem;
  color: unset;
  font-size: 1.25rem;
  border-left: 1px solid;
}

.category #main header.page-header h1 {
  font-size: 2.5rem;
  padding-right: 3rem;
  /* white-space: nowrap; */
}

@media only screen and (max-width: 992px) {
  .category #main header.page-header .taxonomy-description {
    display: none;
  }
  .category #main header.page-header h1 {
    border-right: none;
  }
}

.category .subcategory-list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0px;
}

.category .subcategory-list ul li.cat-item,
.category .subcategory-list ul li.menu-item,
.hentry .entry-footer .tags-links a {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid;
  width: auto;
  flex-grow: 1;
  text-align: center;
  margin: 10px 0px;
  margin-right: 14px;
  font-weight: 700; /* bold */
}

.hentry .entry-footer .tags-links a {
  padding: 10px;
}

/* .hentry .entry-footer a:hover, */
.hentry .entry-footer a {
  color: #06535e;
}

.category .subcategory-list ul li.current-menu-item {
  background-color: #06535e;
}

.category .subcategory-list ul li.current-menu-item a {
  color: white;
}

.category .subcategory-list ul li.cat-item:last-of-type,
.category .subcategory-list ul li.menu-item:last-of-type,
.hentry .entry-footer .tags-links a:last-of-type {
  margin-right: 0px;
}

/* .hentry .entry-footer a, */
.category .subcategory-list ul li.cat-item a,
.category .subcategory-list ul li.menu-item a {
  font-family: 'Montserrat', sans-serif;
  font-size: initial;
  /* Ensure that entire buttons at top of categories are clickable - start */
  display: inline-block;
  padding: 10px;
  width: 100%;
  /* Ensure that entire buttons at top of categories are clickable - end */
}

.solas-grid {
  display: flex;
  flex-wrap: wrap;
  /* margin-bottom: 80px; */
}

.solas-grid article:hover header {
  background-color: #06535e;
}

.solas-grid article:hover h2 a {
  color: #f3f3f3;
}

article img.wp-post-image {
  object-fit: cover;
  object-position: center;
}

/* A hack to ensure that articles written with the classic WP editor with &lt;br&gt;
 elements in them have sufficient vertical space */
article br {
  display: block;
  content: ' ';
  border-bottom: 15px solid transparent;
}

.solas-grid article img.wp-post-image {
  width: 100%;
  /* height: calc(500px * 9 / 16); */ /* don't calculate this on small screens */
}

.solas-grid article .entry-header {
  background-color: #f3f3f3;
  /* width: max-content; */
}

.solas-grid article .entry-header a {
  margin-bottom: 0px;
}

.archive .solas-grid article .entry-header h2.entry-title,
.page .solas-grid article .entry-header h2.entry-title {
  font-family: 'Open Sans', sans-serif;
  font-size: medium;
  font-weight: normal;
  padding: 20px 12px;
  margin-bottom: 0px;
}

.solas-grid article .entry-header .entry-meta {
  display: none;
}

.hfeed .solas-grid article .entry-footer {
  border: none;
}

.solas-grid article {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 48em) {
  .solas-grid article {
    padding: 10px;
  }

  .solas-grid article img.wp-post-image {
    width: 100%;
    height: calc(220px * (9 / 16));
  }

  .solas-grid.category-grid article img.wp-post-image {
    width: 100%;
    height: calc(162px * (9 / 16));
  }

  .category-grid article:nth-child(1) img.wp-post-image,
  .category-grid article:nth-child(2) img.wp-post-image,
  .category-grid article:nth-child(3) img.wp-post-image {
    width: 100%;
    height: calc(220px * (9 / 16));
  }

  .category-grid article.hentry {
    width: 25%;
  }

  .category-grid article:nth-child(4n) {
    padding-left: 0px;
  }

  .category-grid article:nth-child(4n + 3) {
    padding-right: 0px;
  }

  .category-grid article:nth-child(1),
  .category-grid article:nth-child(2),
  .category-grid article:nth-child(3),
  .solas-grid article {
    width: 33.3%;
  }

  .solas-grid.featured-content-grid article:nth-child(4),
  .solas-grid article:nth-child(1) {
    /* .category-grid article:nth-child(1) { */
    padding-left: 0px;
  }

  .solas-grid.featured-content-grid article:nth-child(6),
  .solas-grid article:nth-child(3) {
    /* .category-grid article:nth-child(3) { */
    padding-right: 0px;
  }

  .solas-grid article .entry-header h2.entry-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .archive .solas-grid article .entry-header h2.entry-title,
  .page .solas-grid article .entry-header h2.entry-title {
    height: 58px;
    font-size: smaller;
    padding: 12px;
    width: unset;
  }
}

@media (min-width: 62em) {
  .solas-grid article img.wp-post-image {
    width: 100%;
    height: calc(300px * (9 / 16));
  }

  .solas-grid.category-grid article img.wp-post-image {
    width: 100%;
    height: calc(223px * (9 / 16));
  }

  .category-grid article:nth-child(1) img.wp-post-image,
  .category-grid article:nth-child(2) img.wp-post-image,
  .category-grid article:nth-child(3) img.wp-post-image {
    width: 100%;
    height: calc(300px * (9 / 16));
  }

  .archive .solas-grid article .entry-header h2.entry-title,
  .page .solas-grid article .entry-header h2.entry-title {
    height: 82px;
    font-size: medium;
    padding: 20px 12px;
  }
}

@media (min-width: 75em) {
  .solas-grid article img.wp-post-image {
    width: 100%;
    height: calc(365px * (9 / 16));
  }

  .solas-grid.category-grid article img.wp-post-image {
    width: 100%;
    height: calc(271px * (9 / 16));
  }

  .category-grid article:nth-child(1) img.wp-post-image,
  .category-grid article:nth-child(2) img.wp-post-image,
  .category-grid article:nth-child(3) img.wp-post-image {
    width: 100%;
    height: calc(365px * (9 / 16));
  }
}

@media (min-width: 95em) {
  .solas-grid article img.wp-post-image {
    width: 100%;
    height: calc(513px * (9 / 16));
  }

  .solas-grid.category-grid article img.wp-post-image {
    width: 100%;
    height: calc(393px * (9 / 16));
  }

  .category-grid article:nth-child(1) img.wp-post-image,
  .category-grid article:nth-child(2) img.wp-post-image,
  .category-grid article:nth-child(3) img.wp-post-image {
    width: 100%;
    height: calc(513px * (9 / 16));
  }
}

/******************************************************************************
                                 category/archive/author (end)
******************************************************************************/

/******************************************************************************
                                 single (start)
******************************************************************************/

/* .page-template-grid-page #page .site-main, */
.search #page .site-main,
.page #page .site-main,
/* .page-template-full-width-page #page .site-main, */
.inactive-sidebar.single .site-main,
.inactive-sidebar .site-main {
  margin-top: 60px;
}

.inactive-sidebar.single .site-main {
  max-width: 900px;
}

.inactive-sidebar.archive:not(.post-type-archive-jetpack-testimonial)
  .site-main {
  margin-top: 60px;
}

.single .hentry {
  border-bottom: none;
  padding-bottom: 0px;
}

.single-tribe_events .breadcrumb-bar {
  display: none;
}

.single-tribe_events h1.tribe-events-single-event-title,
.single .hentry .entry-header {
  text-align: center;
  margin-bottom: 20px;
}

.single-tribe_events h1.tribe-events-single-event-title,
.single .hentry .entry-header .entry-title {
  font-weight: 400; /* regular */
  margin-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
  color: inherit;
}

.single .hentry .entry-header .entry-meta {
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: smaller;
  margin-bottom: 50px;
}

.search .hentry .entry-meta .byline .author:after,
.single .hentry .entry-header .entry-meta .byline .author:after {
  content: ',';
  margin-right: 4px;
}

.search .hentry .entry-meta .byline .author:last-of-type:after,
.single .hentry .entry-header .entry-meta .byline .author:last-of-type:after {
  content: '';
}

.search .hentry .entry-meta .byline:first-of-type,
.single .hentry .entry-header .entry-meta .byline:first-of-type {
  margin-right: 20px;
}

.hentry .entry-header .posted-on:before {
  content: none;
}

/* Sharing styles */

/* .addtoany_share_save_container {
  text-align: center;
}

/* Override the colour of the sharing icons from jetpack's sharing.css file.
 This is a fiddle because there are some !important directives on the
 styles in there too.
*/
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
  background-color: #06535e !important;
  color: #fff !important;
}

#page
  .sd-social-icon
  .sd-content
  ul
  li[class*='share-'].share-reddit
  a.sd-button {
  color: #fff !important;
}

.sd-social-icon .sd-content ul li a.sharing-anchor.sd-button.share-more {
  color: #06535e !important;
  border-color: #06535e;
}

#page .sharedaddy {
  text-align: center;
}

.entry-content .crp_related h3 {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.crp_related ul {
  padding: 0px;
}

.crp_related ul li {
  list-style: none;
  font-size: smaller;
  box-sizing: content-box;
  margin-bottom: 30px;
}

.crp_related ul li img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  margin-bottom: 10px;
}

.crp_related ul li:first-of-type {
  padding-left: 0px;
}

.crp_related ul li:last-of-type {
  padding-right: 0px;
}

.crp_related .crp_title {
  font-weight: 700; /* bold  */
  margin: 8px 0px;
}

.crp_related a {
  border-bottom: none;
  transition: unset;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.crp_related .crp_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}

a[name='newsletter'] + h2 {
  margin-top: 150px !important;
}

@media only screen and (min-width: 62em) {
  .crp_related ul {
    display: flex;
    margin-bottom: 0px;
  }

  .crp_related ul li {
    padding: 0px 8px;
    width: 33.3%;
    box-sizing: content-box;
    margin-bottom: 0px;
  }

  .crp_related ul li img {
    width: 256px;
    height: 144px;
  }
}

.hentry .entry-footer {
  font-size: 1rem;
}

.hentry .entry-footer .tags-links {
  display: flex;
  margin-right: 0px;
  flex-wrap: wrap;
}

.hentry .entry-footer .tags-links::before {
  content: none;
}

.hentry .entry-footer .tags-links a:hover {
  color: white;
  background-color: #06535e;
}

button:focus,
input[type='submit']:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 5px #39def7;
}

/******************************************************************************
                                 single (end)
******************************************************************************/
/******************************************************************************
                                 search (start)
******************************************************************************/

.search-form input.search-field {
  margin-bottom: 10px;
}

.search-form.short-answers-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border: 1px solid;
  border-radius: 5px;
  justify-content: center;
  margin-top: -30px; /** CdeB does not know why we need this */
}

.search-form.short-answers-search .search-field {
  width: 100%;
  font-size: 1em;
  border-bottom: 2px solid;
  /* margin-bottom: 10px; */
}

.search-form.short-answers-search .search-field:placeholder-shown {
  text-overflow: ellipsis;
}

@media (min-width: 34em) {
  .search-form.short-answers-search {
    flex-direction: row;
  }

  .search-form.short-answers-search .search-field {
    width: 75%;
    font-size: 1.25em;
    margin-right: 20px;
  }
}

@media (min-width: 62em) {
  .search-form.short-answers-search .search-field {
    width: 50%;
  }
}

.search-results .page-title {
  font-size: xx-large;
  font-weight: lighter;
}

.search-results .search-form input.search-field {
  border-style: hidden;
  border-bottom: 2px solid #06535e;
}

.search-results .search-form .search-submit {
  margin-left: 10px;
}

.search-results .hentry .entry-title {
  margin-bottom: 0.25em;
  font-size: 1.25em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 1;
  text-overflow: ellipsis;
}

.search-results .hentry .entry-summary p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}

.search-results .hentry .entry-meta,
.search-results .hentry .entry-summary {
  font-size: smaller;
}

.search-results .hentry .entry-footer {
  border-top: none;
}

.search-results .hentry .entry-footer .primary-button {
  font-size: 1em;
}

.search-results article.hentry .row .col-lg-7 * {
  max-width: 500px;
}

.search-results .hentry .entry-header a {
  margin-bottom: 1em;
}
.search-results .hentry .entry-header img {
  width: 500px;
  height: calc(500px * (9 / 16));
}

@media (min-width: 62em) {
  .ecs-event-list .ecs-event img,
  .search-results .hentry .entry-header img {
    width: 300px;
    height: calc(300px * (9 / 16));
  }
}

/******************************************************************************
                                 search (end)
******************************************************************************/

/******************************************************************************
                                 events (start)
 This is a higgledy-piggledy mess of mixed styles from different incarnations 
 of the event calendar styles and templates. Nasty...
******************************************************************************/

.ecs-event-list {
  list-style: none;
  /* padding: 30px 20px; */
  padding-left: 0px;
}

.ecs-event-list .ecs-event {
  margin-bottom: 70px;
}

.ecs-event-list .ecs-event h4.entry-title {
  margin: 0px;
}

.ecs-event-list .ecs-event h4.entry-title a {
  border-bottom: none;
}

.ecs-event-list .ecs-event .ecs-venue-details {
  display: none;
}

.ecs-event-list .ecs-event p,
.ecs-event-list .ecs-event span {
  font-size: smaller;
}

.ecs-event-list .ecs-event p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}

.ecs-event-list li.container {
  padding-left: 0px;
  padding-right: 0px;
}

:root {
  --tec-color-text-primary: #06535e;
}

.single-tribe_events .tribe-events-event-image {
  margin-bottom: 30px;
}

.single-tribe_events .tribe-events-event-image img {
  aspect-ratio: 16 / 9;
}

.tribe-block__event-price .tribe-block__event-price__cost,
.tribe-block__event-price .tribe-block__event-price__description {
  color: var(--tec-color-text-primary);
}

#tribe-events-content h1.tribe-events-single-event-title {
  font-size: 2em;
  margin-bottom: 50px;
}

#tribe-events-content .tribe_events .wp-block-table table {
  border: solid 2px;
}

/* .tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__name h3::before {
  content: 'Venue: ';
}

#tribe-events-content .tribe-block__organizer__details h3 {
  font-size: var(--tec-font-size-3);
} */

.tribe-block__venue,
.tribe-block__organizer__details {
  border: inherit;
}

.tribe-block__venue p,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address,
.tribe-block__organizer__details p,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__website {
  font-weight: inherit;
  font-size: inherit;
}

.tribe-block__organizer__details,
.tribe-block__venue__details {
  padding: 15px 0;
  margin: 0;
}

#tribe-events-content {
  max-width: 900px; /* to match the width of #main */
  /* margin: auto; */
}

#tribe-events-content #tribe-events-footer,
#tribe-events-content .tribe-events-back {
  display: none;
}

#tribe-events-content .wp-block-button {
  display: inline-block;
}

#tribe-events-content .tribe-block__organizer__details h3,
#tribe-events-content .tribe-block__venue h3 {
  color: unset;
  font-size: unset;
}

#tribe-events-content .tribe-block__venue {
  flex-direction: column;
  max-width: unset;
}

#tribe-events-content .tribe-block__venue__meta {
  width: unset;
  flex-basis: unset;
  padding-right: 10px;
}

.tribe-block__venue__map {
  flex-grow: 1;
  flex-shrink: 0;
}

.tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map,
.tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta {
  width: unset;
  flex-basis: unset;
}

/** this removes the height of the br. It was simpler to do it this was than 
override the modules/address.php file since it was rather complicated and is
used in other places to support all manner of complex address formats **/
.tribe-block__venue__address .tribe-address br {
  margin-top: -15px;
}

#tribe-events-pg-template {
  padding: 0;
}

#tribe-events-content .tribe-block__event-website a {
  color: unset;
  border: unset;
  font-family: 'Montserrat', sans-serif;
}

.single-tribe_events
  .tribe-blocks-editor
  .tribe-events-schedule
  .tribe-events-schedule__datetime,
.tribe-events-schedule__separator,
.tribe-events-schedule__time,
.tribe-block__event-price .tribe-block__event-price__cost,
.tribe-block__event-price .tribe-block__event-price__description,
.tribe-events-schedule__date {
  /* font-size: 1.5em; */
  font-size: 18px;
  font-weight: 600;
  color: unset;
}

@media screen and (min-width: 768px) {
  .tribe-block__venue,
  .tribe-block__organizer__details {
    padding: 0px;
  }

  .single-tribe_events
    .tribe-blocks-editor
    .tribe-events-schedule
    .tribe-events-schedule__datetime,
  .tribe-events-schedule__separator,
  .tribe-events-schedule__time,
  .tribe-block__event-price .tribe-block__event-price__cost,
  .tribe-block__event-price .tribe-block__event-price__description,
  .tribe-events-schedule__date {
    font-size: 24px;
  }
}

.tribe-common .tribe-common-l-container {
  padding-left: unset;
  padding-right: unset;
}

.tribe-common .tribe-common-b2,
.tribe-events-content,
.tribe-events-event-meta,
.tribe-events-cal-links,
.tribe-common .tribe-common-b1,
.tribe-common .tribe-common-b3 {
  font-family: 'Open Sans', sans-serif;
  color: #06535e;
}

.tribe-common .tribe-common-c-btn-border-small,
.tribe-common a.tribe-common-c-btn-border-small {
  font-family: 'Open Sans', sans-serif;
}

.tribe-common .tribe-common-h3,
.tribe-common .tribe-common-h4,
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6,
.tribe-common .tribe-common-h6 a,
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8,
.tribe-events-content h2,
.tribe-events-content h3,
.tribe-events-content h4,
.tribe-events-content h5,
.tribe-events-content h6,
.tribe-events-cost {
  /* .tribe-events-schedule h2,
.tribe-events-schedule h3,
.tribe-events-schedule h4,
.tribe-events-schedule h5,
.tribe-events-schedule h6 { */
  color: #06535e !important;
  font-family: 'Montserrat', sans-serif !important;
}

.tribe-events .tribe-events-c-view-selector__list-item-text {
  font-family: unset;
}

.tribe-events .tribe-events-c-ical__link {
  border: none;
}

.tribe-events .tribe-events-c-ical__link::before {
  content: none;
}

.tribe-events .tribe-events-c-ical__link:hover {
  background-color: #39def7;
}

.tribe-events .tribe-events-c-breadcrumbs__list,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description {
  font-family: unset;
}

@media (min-width: 48em) {
  #tribe-events-content .tribe-block__venue {
    flex-direction: row;
  }

  .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map,
  .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta {
    width: 50%;
    flex-basis: 50%;
  }

  #tribe-events-content .tribe-block__venue__meta {
    width: 33%;
  }
}

.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a {
  border-bottom: 1px solid;
  width: fit-content;
  color: #545d66; /* this is a color from tribe that should be overriddden with #06535e */
}

/******************************************************************************
                                 events (end)
******************************************************************************/

/******************************************************************************
                                 solas templates (start)
******************************************************************************/
.page-template-solas-front-page #masthead,
.page-template-solas-video-header-page #masthead {
  margin-bottom: 0px;
}

.page-template-solas-video-header-page .container.header-after {
  padding-top: 0px;
}

.page-template-solas-video-header-page .entry-header {
  margin-bottom: 50px;
  /* min-height: 380px; */
}

.page-template-solas-video-header-page .entry-thumb {
  opacity: 0.61;
  padding-top: 0.1px; /* a hack to keep the two divs more or less lined up */
}

.page-template-solas-video-header-page .entry-header-content.container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-template-solas-front-page .entry-title-content .links-and-search a,
.page-template-solas-video-header-page .entry-header-content,
.page-template-solas-video-header-page .entry-header-content h1,
.page-template-solas-video-header-page .entry-header-content a {
  color: white;
}

.page-template-solas-front-page .entry-title-content .page-description,
.page-template-solas-front-page .entry-title-content .links-and-search,
.page-template-solas-front-page .entry-title-content .links-and-search a {
  margin-bottom: 40px;
  display: inline-block;
  font-weight: 400; /* regular */
}

.page-template-solas-front-page .entry-title-content .page-description {
  margin-bottom: 30px;
}

#toggle-sidebar .search-form label {
  flex-grow: 2;
  margin-right: 10px;
  margin-bottom: 10px;
}

#toggle-sidebar .search-form .search-field {
  font-size: 19px;
}

#toggle-sidebar .search-form .search-submit {
  background-color: #39def7;
  color: #066a7b;
  font-size: 1rem;
}

#toggle-sidebar .search-form,
.page-template-solas-front-page #hero .search-form {
  font-size: 0.8125em;
  font-family: 'Montserrat', sans-serif;
  margin-top: 30px;
  border: none;
}

#toggle-sidebar .search-form .search-field,
.page-template-solas-front-page #hero .search-form .search-field {
  max-width: 180px;
  background-color: transparent;
  color: white;
  border: none;
  border-bottom: 2px solid #39def7;
  margin-right: 10px;
  padding-left: 0px;
  /* border-radius: 0px; */ /* attempt to override iPad/iOS styling */
  margin-bottom: 10px;
}

.search-form input[type='search'] {
  -webkit-appearance: none; /* attempt to override iPad/iOS styling */
}

#toggle-sidebar .search-form .search-field::placeholder,
.page-template-solas-front-page #hero .search-form .search-field::placeholder {
  color: white;
  font-weight: normal;
}

.page-template-solas-front-page .entry-title-content .links-and-search,
.page-template-solas-front-page .entry-title-content .links {
  display: flex;
  flex-direction: column;
}

.page-template-solas-front-page .entry-title-content .links-and-search a {
  font-family: 'Montserrat', sans-serif;
}

.page-template-solas-front-page .entry-title-content .links-and-search,
.page-template-solas-front-page
  .entry-title-content
  .entry-title
  .page-description,
.page-template-solas-video-header-page
  .entry-title-content
  .entry-title
  .page-title-links-and-search {
  font-size: larger;
}

.page-template-solas-video-header-page .entry-header a {
  margin-top: 100px;
  font-weight: 400; /* regular */
}

.page-template-solas-video-header-page .entry-header .entry-video {
  display: flex;
  align-items: center;
}

.page-template-solas-video-header-page .entry-header .entry-video img {
  padding-right: 20px;
  border-right: solid white 0.5px;
  height: 30px;
}

.page-template-solas-video-header-page .entry-header .entry-video a {
  padding-left: 20px;
}

.page-template-solas-video-header-page
  .entry-header
  .entry-video
  a:first-of-type {
  padding-left: 0px;
}

.page-template-solas-video-header-page .entry-header h1 {
  font-size: 2em;
}

.page-template-solas-video-header-page .entry-title-content .entry-title {
  padding-bottom: 30px;
}

.page-template-solas-video-header-page .entry-title .page-title-extra-text {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400; /* regular */
}

#hero {
  background-color: #06535e;
  color: #fff;
  padding-top: 10px;
  /* padding-bottom: 20px; */
}

#hero h1 {
  color: #fff;
  flex: 1;
  margin-right: 30px;
}

.featured-content {
  height: unset;
  background: none;
}

.page .home-section h2.entry-title {
  border-bottom: none;
}

.page-template-solas-front-page .featured-content,
.page-template-solas-front-page .recent-content {
  /* margin-bottom: 40px; */
  margin-bottom: 80px;
}

/* hide the See More button in the left column */
.page-template-solas-front-page .recent-content .left-column .see-more {
  display: none;
}

/* show the See More button after the articles */
.page-template-solas-front-page .recent-content .recent-content-grid .see-more {
  display: block;
}

/* only display the first 3 featured or recent content articles */
.page-template-solas-front-page
  .featured-content
  .featured-content-grid
  article:nth-child(n + 4),
.page-template-solas-front-page
  .recent-content
  .recent-content-grid
  article:nth-child(n + 4) {
  display: none;
}

.page-template-solas-front-page .recent-content h2 {
  border-bottom: none;
  margin-top: 0px;
  margin-bottom: 10px;
}

.page-template-solas-front-page .recent-content p {
  margin-bottom: 10px;
}

.page-template-solas-front-page .recent-content .left-column {
  font-family: 'Montserrat', sans-serif;
}

.page-template-solas-front-page .recent-content .left-column .primary-button {
  margin-bottom: 10px;
}

.page .hentry .solas-grid .entry-header .entry-title {
  /* margin-bottom: 0px; */
}

@media (min-width: 48em) {
  .page-template-solas-front-page .entry-title-content .links-and-search {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .page-template-solas-front-page .entry-title-content .links {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .page-template-solas-front-page .entry-title-content .links a {
    margin-right: 30px;
    margin-bottom: 0;
  }

  .page-template-solas-front-page #hero .entry-title {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }

  .page-template-solas-front-page #hero .entry-title h1 {
    font-size: 2.5em;
  }

  .page-template-solas-front-page #hero .entry-title .page-description {
    /* margin-left: 50px; */
    margin-bottom: 0;
    font-size: 1.5em;
    /* font-size: 2em; */
    flex: 1;
    margin-left: 30px;
  }

  .page-template-solas-front-page #hero .search-form {
    min-width: fit-content;
  }

  .page-template-solas-front-page #hero .search-form .search-field {
    max-width: unset;
  }

  .page-template-solas-front-page .recent-content {
    display: flex;
  }

  .page-template-solas-front-page .recent-content .left-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    flex-basis: 25%;
    max-width: 25%; /* prevent wide text headings breaking the layout */
    padding-right: 5px;
  }

  /* show the See More button in the left columnon on wider screens */
  .page-template-solas-front-page .recent-content .left-column .see-more {
    display: block;
  }

  /* hide the See More button after the articles on wider screens */
  .page-template-solas-front-page
    .recent-content
    .recent-content-grid
    .see-more {
    display: none;
  }

  .page-template-solas-front-page .recent-content .recent-content-grid {
    display: flex;
    flex-basis: 75%;
  }

  /* allow more than 3 featured or recent content articles on wider screens */
  .page-template-solas-front-page
    .featured-content
    .featured-content-grid
    article:nth-child(n + 4),
  .page-template-solas-front-page
    .recent-content
    .recent-content-grid
    article:nth-child(n + 4) {
    display: block;
  }

  .solas-grid.recent-content-grid article:nth-child(3n) {
    padding-right: 0px;
  }

  .solas-grid.recent-content-grid article:nth-child(3n-2) {
    padding-left: 0px;
  }

  .solas-grid.recent-content-grid article.hentry {
    width: 33.3%;
  }

  .solas-grid.recent-content-grid img.wp-post-image {
    width: 100%;
    height: calc(162px * (9 / 16));
  }

  .page-template-solas-video-header-page .entry-header-content {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .page-template-solas-video-header-page .entry-title-content .entry-title {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
  }

  .page-template-solas-video-header-page
    .entry-title
    .page-title-links-and-search {
    padding-left: 30px;
    border-left: solid white 2px;
  }

  .page-template-solas-video-header-page .entry-header h1 {
    margin-right: 70px;
    padding-right: 70px;
    font-size: 2.5em;
    border-right: 1px solid #39def7;
    flex-basis: 50%;
  }

  .page-template-solas-video-header-page .entry-title .page-title-extra-text {
    font-size: 1.5em;
  }

  .page-template-solas-video-header-page .entry-header .entry-video {
    font-size: 1.5em;
  }

  .page-template-solas-video-header-page .entry-header .entry-video img {
    height: 50px;
  }
}

@media (min-width: 62em) {
  .solas-grid.recent-content-grid img.wp-post-image {
    /* width: 223px; */
    width: 100%;
    height: calc(223px * (9 / 16));
  }

  .page-template-solas-front-page #hero .entry-title h1 {
    font-size: 3em;
  }

  .page-template-solas-front-page #hero .entry-title .page-description {
    font-size: 2em;
  }

  .page-template-solas-video-header-page .entry-header h1 {
    margin-right: 80px;
    padding-right: 80px;
    font-size: 3em;
    border-right: 1px solid #39def7;
    flex-basis: 50%;
  }
}

@media (min-width: 75em) {
  .solas-grid.recent-content-grid img.wp-post-image {
    /* width: 162px; */
    width: 100%;
    height: calc(271px * (9 / 16));
  }

  .page-template-solas-front-page #hero .entry-title h1 {
    font-size: 3.5em;
  }

  .page-template-solas-front-page #hero .entry-title .page-description {
    font-size: 2em;
  }
  .page-template-solas-front-page #hero .search-form {
    margin-top: 0;
  }

  .page-template-solas-video-header-page .entry-header h1 {
    flex-basis: 33%;
  }
}

@media (min-width: 95em) {
  .solas-grid.recent-content-grid img.wp-post-image {
    width: 100%;
    /* height: calc(382px * (9 / 16)); */
    height: calc(393px * (9 / 16));
  }
}

.inactive-sidebar.page.page-template-solas-video-header-page .site-main {
  max-width: 800px;
  margin: 0 auto;
}

/******************************************************************************
                                 solas templates (end)
******************************************************************************/
/******************************************************************************
                                 about page (start)
******************************************************************************/
.wp-block-group.trustees {
  padding: 20px;
  color: white;
}

.wp-block-group.trustees h2 {
  border-bottom: none;
}

table.trustees {
  margin-bottom: 0px;
}

table.trustees td {
  border-top: none;
  text-align: center;
  padding-bottom: 30px;
}

.about-gallery .blocks-gallery-item {
  margin-bottom: 32px;
}

.about-gallery .blocks-gallery-item figcaption {
  background: none;
  color: #06535e;
  font-size: larger;
  padding: 0px;
  position: unset;
}

.about-gallery .blocks-gallery-grid .blocks-gallery-item figure {
  flex-direction: column;
  display: block;
}

.memberships-gallery img {
  padding: 0;
}

/* stop the images from being the container width on the about page */
.page-id-7 li.blocks-gallery-item {
  flex-grow: unset;
}

@media (min-width: 34em) {
  .memberships-gallery img {
    padding: 0 70px;
  }
}

.blocks-gallery-grid .blocks-gallery-item figcaption,
.memberships-gallery .wp-block-gallery .blocks-gallery-item figcaption {
  background: none;
  text-align: left;
}

.wp-block-gallery .blocks-gallery-item a {
  /* border: none; */
}

.blocks-gallery-grid .blocks-gallery-item figcaption a,
.memberships-gallery .wp-block-gallery .blocks-gallery-item figcaption a {
  /* opacity: 0; */
}

/* Attempt to resize the gallery by (inconsistent) break-points  */
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: calc(150px * (1.3));
}

@media (min-width: 34em) {
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: calc(249px * (1.3));
  }
}
/* @media (min-width: 600px) { */
@media (min-width: 34em) {
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: calc(160px * (1.3));
  }
}

@media (min-width: 48em) {
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: calc(219px * (1.3));
  }
}

@media (min-width: 75em) {
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: calc(256px * (1.3));
  }
}

.main-navigation ul {
  /* display: flex; */
  align-items: center;
}

.main-navigation .container &gt; div {
  /** CdeB is using important since he can't figure out how to change the load
      order of the Prosperity woocommerce.css stylesheet */
  width: unset !important;
}

/******************************************************************************
                                 About page (end)
******************************************************************************/

/******************************************************************************
                                 Contact form (start)
******************************************************************************/
.contact-form label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #06535e;
  font-weight: 800 !important; /* extra-bold */
  font-size: smaller;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
  border: none;
  border-bottom: 2px solid #06535e;
}

.contact-form .contact-submit {
  text-align: end;
}

.wc-block-grid.has-3-columns .wc-block-grid__product {
  max-width: 25%;
}

.page .wc-block-grid img {
  max-width: 60%;
}

.page .wc-block-grid__product .wc-block-grid__product-add-to-cart {
  display: none;
}

/******************************************************************************
                                 Contact form (end)
******************************************************************************/

/******************************************************************************
                                 media styles (start)

  These styles generally work best at the end of a stylesheet to avoid them
  getting over-ridden by styles that come later.                                  
******************************************************************************/
@media (min-width: 95em) {
  .container {
    max-width: 100em;
  }
}

#colophon .footer-widgets {
  display: none;
}

#colophon .footer-widgets .site-credits {
  font-size: smaller;
  text-align: right;
}

#colophon .footer-bottom {
  text-align: center;
  padding: 35px 0px 50px;
}

#colophon .footer-bottom .footer-social-menu {
  display: block;
  float: none;
}

#colophon .footer-bottom .site-credits {
  margin-top: 15px;
}

/** make site credits the same size and weight as menu footer elements */
#colophon .site-credits p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 0.85rem;
}

@media only screen and (min-width: 62em) {
  #colophon .footer-widgets {
    display: block;
  }
  #colophon h3.widget-title {
    font-size: 1rem;
  }

  #colophon ul.menu {
    font-size: 0.85rem;
  }

  #colophon .footer-bottom {
    padding-top: 0px;
  }

  #colophon .footer-bottom .site-credits,
  #colophon .footer-bottom .footer-social-menu {
    display: none;
  }
}

@media only screen and (min-width: 75em) {
  #colophon h3.widget-title {
    font-size: 1.25rem;
  }

  #colophon ul.menu {
    font-size: unset;
  }
}

/* @media only screen and (max-width: 992px) { */
@media only screen and (max-width: 62em) {
  #masthead .top-bar .search-form,
  #masthead .header-social-menu,
  #colophon .footer-widgets .header-social-menu,
  .main-navigation,
  .secondary-navigation &gt; div,
  .post-navigation:before {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  #masthead .breadcrumb-bar {
    text-align: left;
  }

  #masthead .container.header-inner {
    /* padding: 0px; */
    height: 80px;
  }
  #masthead .mobile-buttons {
    margin: 0px;
  }
}

/******************************************************************************
                                 media styles (end)
******************************************************************************/
</pre></body></html>