body {
  font-family: gill-sans, sans-serif;
  font-weight: 400;
  color: #323232;
  font-size: 17px;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: gin-sans, sans-serif;
  font-weight: 400;
}
body a {
  color: #000;
}
body a:hover {
  color: #333;
}
img.size-full {
  width: 100%;
}
header .logo > a {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SHFLogo.svg");
}
body.scrolled header .logo > a {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SHFLogo.svg");
}
@media (min-width: 768px) {
  header .logo > a {
    background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SHFLogo.svg");
  }
}
#mobile-menu {
  position: fixed;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  background-color: #202121;
  z-index: 1000;
  top: 0;
  left: 0;
  box-shadow: 0 1px 1px rgba(17, 17, 17, 0.08);
  visibility: hidden;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 12px;
}
#mobile-menu nav .sub-menu {
  background-color: #202121;
}
#mobile-menu.open {
  max-height: 1000px;
  visibility: visible;
}
#mobile-menu ul {
  width: 100%;
}
#mobile-menu > nav > ul {
  border-top: 1px solid rgba(230, 228, 228, 0.5);
}
#mobile-menu > nav > ul > li:last-child a {
  margin-bottom: 8px;
}
#mobile-menu li {
  display: block;
}
#mobile-menu a {
  display: block;
  margin-top: 8px;
  padding: 15px;
  color: #fff;
}
#mobile-menu a:hover {
  color: #EFC822;
}
#mobile-menu .sub-menu li {
  padding-left: 20px;
}
@media (min-width: 992px) {
  #mobile-menu.open {
    max-height: 0;
  }
}
body.scrolled header .hamburger .hamburger-inner, body.scrolled header .hamburger .hamburger-inner::before, body.scrolled header .hamburger .hamburger-inner::after {
  background-color: #323232;
}
header .is-logo-col {
  max-width: 200px;
}
header .hamburger .hamburger-inner, header .hamburger .hamburger-inner::before, header .hamburger .hamburger-inner::after {
  background-color: #323232;
}
header .has-sub-menu > a {
  cursor: default;
}
.hamburger {
  z-index: 100;
  left: 15px;
  top: 18px;
  height: auto;
  transition: all 200ms ease;
}
.hamburger .hamburger-bgd {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #EBEBE6;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  background-color: #fff;
  width: 20px;
  height: 1px;
}
.hamburger .hamburger-inner::before {
  top: -8px;
}
.hamburger .hamburger-inner::after {
  bottom: -8px;
}
header.is-3-col-social > div {
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1023.98px) {
  header.is-3-col-social .col-2:first-child {
    width: calc(100% - 20px);
  }
  header.is-3-col-social .col-2:first-child > div:first-child {
    width: 40px;
  }
  header.is-3-col-social .col-2:first-child > div:last-child {
    width: calc(100% - 40px);
  }
  header.is-3-col-social .col-2:first-child > div:last-child > .logo {
    margin: 0 auto;
    padding: 10px 0;
  }
  header.is-3-col-social .col-2:first-child > div:last-child > .logo > a, header.is-3-col-social .col-2:first-child > div:last-child > .logo > a:after {
    background-position: center center;
  }
  header.is-3-col-social .col-2:last-child {
    width: 40px;
  }
}
header.is-3-col-social #search-bar {
  max-height: 0;
  font-size: 22px;
  width: 320px;
  background-color: #057BDA;
  right: 0;
}
@media (max-width: 767.98px) {
  header.is-3-col-social #search-bar {
    width: 100%;
  }
}
header.is-3-col-social #search-bar.show {
  max-height: 100px;
}
header.is-3-col-social #search-bar.show > .search {
  max-height: 100px;
}
header.is-3-col-social #search-bar.show > .search > * {
  opacity: 1;
}
header.is-3-col-social #search-bar > .search {
  overflow: hidden;
  max-height: 0;
  padding: 10px 15px;
}
header.is-3-col-social #search-bar > .search > * {
  opacity: 0;
}
header.is-3-col-social #search-bar input {
  border: none;
  background: transparent;
  color: #fff;
  margin: 0;
}
header.is-3-col-social #search-bar input[type="search"] {
  width: calc(100% - 30px);
  padding-top: 10px;
}
header.is-3-col-social #search-bar input[type="search"]::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
header.is-3-col-social #search-bar input[type="search"]::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
header.is-3-col-social #search-bar input[type="search"]:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
header.is-3-col-social #search-bar input[type="search"]:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
header.is-3-col-social #search-bar input[type="submit"] {
  width: 24px;
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SearchbarIcon.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
body.offcanvas-menu-open {
  max-height: 100vh;
  overflow: hidden;
}
body.offcanvas-menu-open .hamburger, body.offcanvas-menu-open header, body.offcanvas-menu-open .main-body-wrapper {
  -webkit-transform: translateX(280px);
  -ms-transform: translateX(280px);
  transform: translateX(280px);
}
#offcanvas-menu {
  width: 280px;
  background-color: #EBEBE6;
  z-index: 1000;
  top: 0;
  left: -280px;
}
#offcanvas-menu.show {
  left: 0;
}
#offcanvas-menu nav ul {
  width: 100%;
  padding: 40px 20px;
}
#offcanvas-menu nav ul li {
  display: block;
}
#offcanvas-menu nav ul li a {
  display: block;
  color: #323232;
  font-size: 22px;
  padding: 6px 20px;
  font-family: gin-sans, sans-serif;
  letter-spacing: 2.5px;
}
#offcanvas-menu nav ul li a:hover {
  background-color: transparent;
}
#offcanvas-menu nav ul li.has-sub-menu > a:after {
  content: "";
  display: inline-block;
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/stuarthallfoundation/library/layouts/header-3-col-social/arrow-down.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 11px;
  margin-left: 10px;
  transition: all 400ms ease;
}
#offcanvas-menu nav ul li.sub-menu-open > a:after {
  transform: rotate(180deg);
}
#offcanvas-menu nav ul .sub-menu {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  background-color: transparent;
  box-shadow: none;
}
#offcanvas-menu nav ul .sub-menu a {
  font-size: 16px;
  padding-left: 5px;
  padding-right: 0;
  letter-spacing: 1px;
}
#offcanvas-menu .highlight {
  display: none;
}
header {
  background-color: #fff;
  font-family: gin-sans, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
header a {
  color: #323232;
}
header a:hover {
  color: #057BDA;
}
body.scrolled header {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 1px rgba(17, 17, 17, 0.08);
}
body.scrolled header a {
  color: #323232;
}
body.scrolled header a:hover {
  color: #057BDA;
}
body.scrolled header nav > ul > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
body.no-main-banner header {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 1px rgba(17, 17, 17, 0.08);
}
@media (min-width: 768px) {
  header {
    background-color: #fff;
  }
}
#newsletter-signup-modal {
  padding: 15px;
}
#newsletter-signup-modal .close-newsletter-signup-modal {
  top: 10px;
  right: 10px;
  line-height: 1;
  font-size: 20px;
}
#newsletter-signup-modal .close-newsletter-signup-modal:hover {
  opacity: 0.75;
}
#newsletter-signup-modal .newsletter-content {
  padding: 40px 25px;
}
#explore-modal {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15px;
}
#explore-modal .modal-container {
  max-width: 960px;
}
#explore-modal .close-explore-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-family: "gill-sans-light", sans-serif;
}
@media (min-width: 1024px) {
  #explore-modal .modal-container > .content {
    padding: 40px;
  }
}
.social-share .social-icons {
  margin: 0;
}
.social-share .social-icons .is-icon:hover {
  opacity: 1;
}
.social-share .social-icons .is-icon.facebook {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/stuarthallfoundation/library/partials/social-share/social-share-fb.svg");
}
.social-share .social-icons .is-icon.facebook:after {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/stuarthallfoundation/library/partials/social-share/social-share-fb-hover.svg");
}
.social-share .social-icons .is-icon.twitter {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/stuarthallfoundation/library/partials/social-share/social-share-tw.svg");
}
.social-share .social-icons .is-icon.twitter:after {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/stuarthallfoundation/library/partials/social-share/social-share-tw-hover.svg");
}
.social-share .social-icons .is-icon.linkedin {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/stuarthallfoundation/library/partials/social-share/social-share-lk.svg");
}
.social-share .social-icons .is-icon.linkedin:after {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/stuarthallfoundation/library/partials/social-share/social-share-lk-hover.svg");
}
.social-share .social-icons .is-icon.email {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/stuarthallfoundation/library/partials/social-share/social-share-email.svg");
}
.social-share .social-icons .is-icon.email:after {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/stuarthallfoundation/library/partials/social-share/social-share-email-hover.svg");
}
#social-share-modal {
  padding: 15px;
}
#social-share-modal .close-social-share-modal {
  top: 10px;
  right: 10px;
  line-height: 1;
  font-size: 20px;
}
#social-share-modal .close-social-share-modal:hover {
  opacity: 0.75;
}
footer {
  background-color: #000;
  color: #fff;
  font-size: 13px;
}
footer .is-overlay {
  opacity: 0.2;
}
footer .footer-logo {
  width: 180px;
  height: 100px;
  margin-bottom: 25px;
  background-position: center center;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #f2f2f2;
}
footer nav.inline-menu ul {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
footer nav.inline-menu ul li {
  position: relative;
  display: inline;
}
footer nav.inline-menu ul li:after {
  content: "/";
  display: inline-block;
  margin: 0;
}
footer nav.inline-menu ul li:last-child::after {
  display: none;
}
footer nav.inline-menu ul li a {
  margin: 0 5px;
  padding: 0 12px;
}
footer .copyright {
  font-size: 11px;
  margin-bottom: 0;
}
footer {
  background-color: #057BDA;
  z-index: 2;
}
footer .social-icons {
  margin: 0;
}
footer .is-tablet-only {
  margin-bottom: 30px;
}
footer .col-3 {
  width: 22%;
}
footer .col-6 {
  width: 56%;
}
footer .col-6, footer .col-3 {
  padding: 0;
}
@media (max-width: 1023.98px) {
  footer .col-3, footer .col-6 {
    width: 100%;
    text-align: center !important;
  }
}
@media (max-width: 1999.98px) {
  footer .col-3 .button {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.banner-component .is-16-9.is-small {
  height: 300px;
}
.banner-component .is-16-9.is-medium {
  max-height: 80vh;
  min-height: 450px;
}
.banner-component .banner, .banner-component .banner h1, .banner-component .banner h2, .banner-component .banner h3, .banner-component .banner h4, .banner-component .banner h5, .banner-component .banner h6 {
  color: #fff;
}
.banner-component .banner .banner-image {
  left: 0;
  top: 0;
}
.banner-component .banner .container {
  margin-left: 0;
  margin-right: 0;
}
.banner-component .banner .banner-scroll-button {
  bottom: 50px;
  width: 50px;
  height: 50px;
  color: #fff;
}
.banner-component .banner .banner-scroll-button > span {
  position: absolute;
  left: 12px;
  top: 0;
  width: 24px;
  height: 24px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scrolldown 1.5s infinite;
  animation: scrolldown 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.banner-component .banner.is-contrast .banner-scroll-button > span {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.banner-component .banner.is-full-screen > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-component .banner-slideshow {
  /*.swiper-pagination-bullets {
                        bottom: auto;
                        left: auto;
                        width: auto;
                        right: 10px;
                        top: 50%;
                        transform: translate3d(0px,-50%,0);
                    }

                    .swiper-pagination-bullet {
                        margin: 6px 0;
                        display: block;
                    }

                    .swiper-pagination-bullet-active {
                        background: #fff;
                    }*/
}
.banner-component .banner-slideshow .swiper-slide .container.is-fluid {
  margin-left: 0;
  max-width: 800px;
}
.post-component .post-image {
  margin-bottom: 50px;
}
.post-component .post-image > div {
  background-position: center center;
}
.post-component .author-info {
  margin-top: 40px;
  border-top: 1px solid #eee;
}
.post-component .author-image {
  width: 85px;
  height: 85px;
}
.post-component .author-bio {
  opacity: 0.8;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 0 !important;
}
.post-component .navigation {
  padding-top: 50px;
}
.post-component .navigation .button {
  margin: 0 10px;
}
.columns-content-component .is-overlay {
  z-index: -1;
}
.columns-content-component.is-contrast, .columns-content-component.is-contrast p {
  color: #fff;
}
.columns-content-component.cover-background, .columns-content-component.cover-background h1, .columns-content-component.cover-background h2, .columns-content-component.cover-background h3, .columns-content-component.cover-background h4, .columns-content-component.cover-background h5, .columns-content-component.cover-background h6 {
  z-index: 1;
}
.columns-content-component.cover-background .container {
  position: static;
}
.columns-content-component .col-image small {
  color: #a4a4a4;
}
@media (min-width: 779.98px) {
  .columns-content-component .col-6:first-child {
    padding-right: 40px;
  }
  .columns-content-component .col-6:last-child {
    padding-left: 40px;
  }
  .columns-content-component .content-with-image .col-content {
    padding-right: 40px;
  }
  .columns-content-component .content-with-image .col-image {
    padding-left: 40px;
  }
  .columns-content-component .content-with-image.reverse .col-content {
    padding-right: 0;
    padding-left: 20px;
  }
  .columns-content-component .content-with-image.reverse .col-image {
    padding-left: 0;
    padding-right: 20px;
  }
}
.blog-component .col-4 {
  margin-top: 20px;
}
.blog-component .post-feed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-component .post-feed:last-child {
  border-bottom: 0;
}
.blog-component .pagination .button {
  margin: 0 10px;
}
.social-icons {
  margin: 35px 0;
}
.social-icons .is-icon {
  margin-right: 8px;
}
.social-icons .is-icon:last-child {
  margin-right: 0;
}
.social-icons .is-icon.facebook {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/encore/library/settings/social-icons/icons/facebook.svg");
}
.social-icons .is-icon.instagram {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/encore/library/settings/social-icons/icons/instagram.svg");
}
.social-icons .is-icon.linkedin {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/encore/library/settings/social-icons/icons/linkedin.svg");
}
.social-icons .is-icon.twitter {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/encore/library/settings/social-icons/icons/twitter.svg");
}
.social-icons .is-icon.vimeo {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/encore/library/settings/social-icons/icons/vimeo.svg");
}
.social-icons .is-icon.youtube {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/encore/library/settings/social-icons/icons/youtube.svg");
}
.social-icons .is-icon.website {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/encore/library/settings/social-icons/icons/website.svg");
}
.social-icons .is-icon.flickr {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/encore/library/settings/social-icons/icons/flickr.svg");
}
.social-icons .is-icon:hover {
  opacity: 0.6;
}
.social-icons.is-contrast .is-icon.facebook {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/encore/library/settings/social-icons/icons/facebook_dark.svg");
}
.social-icons.is-contrast .is-icon.instagram {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/encore/library/settings/social-icons/icons/instagram_dark.svg");
}
.social-icons.is-contrast .is-icon.linkedin {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/encore/library/settings/social-icons/icons/linkedin_dark.svg");
}
.social-icons.is-contrast .is-icon.twitter {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/encore/library/settings/social-icons/icons/twitter_dark.svg");
}
.social-icons.is-contrast .is-icon.vimeo {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/encore/library/settings/social-icons/icons/vimeo_dark.svg");
}
.social-icons.is-contrast .is-icon.youtube {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/encore/library/settings/social-icons/icons/youtube_dark.svg");
}
.social-icons.is-contrast .is-icon.website {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/encore/library/settings/social-icons/icons/website_dark.svg");
}
.social-icons.is-contrast .is-icon.flickr {
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/encore/library/settings/social-icons/icons/flickr_dark.svg");
}
.explore-tile-slider-component {
  border-top: 1px solid #C8C8C8;
  /* if 3 slides */
  /* if 5 slides */
}
.explore-tile-slider-component > .container {
  overflow: visible;
}
.explore-tile-slider-component h4.letter-spaced {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 21px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  /*> span {
						display: inline-block;
						padding: 10px;
						padding-bottom: 5px;
						background-color: #057BDA;
						&, a { color: #fff; }
					}*/
}
@media (min-width: 1024px) {
  .explore-tile-slider-component h4.letter-spaced {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.explore-tile-slider-component .swiper-container {
  overflow: visible;
}
.explore-tile-slider-component .swiper-container .col-6:last-child > a {
  color: #333;
  margin-right: 70px;
}
.explore-tile-slider-component .explore-slider-controls {
  opacity: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(17, 17, 17, 0.1);
}
.explore-tile-slider-component .explore-slider-controls.control-previous {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SlideshowLeft.svg");
}
.explore-tile-slider-component .explore-slider-controls.control-previous:after {
  content: "";
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SlideshowArrowLeft_Rollover.svg");
}
.explore-tile-slider-component .explore-slider-controls.control-next {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SlideshowArrowRight.svg");
}
.explore-tile-slider-component .explore-slider-controls.control-next:after {
  content: "";
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SlideshowRight_Rollover.svg");
}
.explore-tile-slider-component .explore-slider-controls.swiper-button-disabled {
  display: none;
}
.explore-tile-slider-component:hover .swiper-container .explore-slider-controls {
  opacity: 1;
}
.explore-tile-slider-component .swiper-slide.remove-transparency {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .explore-tile-slider-component .swiper-slide-next {
    opacity: 0.35;
  }
  .explore-tile-slider-component .swiper-slide-next:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .explore-tile-slider-component .swiper-slide-next + .swiper-slide {
    opacity: 0.35;
  }
  .explore-tile-slider-component .swiper-slide-next + .swiper-slide:hover {
    opacity: 1;
  }
}
@media (min-width: 1025px) {
  .explore-tile-slider-component .swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 0.35;
  }
  .explore-tile-slider-component .swiper-slide-next + .swiper-slide + .swiper-slide:hover {
    opacity: 1;
  }
}
.library-resource-post .content {
  padding-top: 40px !important;
}
.event-post .event-details {
  margin-bottom: 40px;
}
.event-post .event-details h5 {
  font-size: 15px;
}
.event-post .event-details h5:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #057BDA;
  margin-top: 8px;
}
@media (min-width: 780px) {
  .speakers-and-artists .col-6:nth-child(odd) {
    padding-right: 35px;
  }
  .speakers-and-artists .col-6:nth-child(even) {
    padding-left: 35px;
  }
}
.speakers-and-artists .people-bio {
  position: relative;
  max-height: 150px;
  overflow: hidden;
}
.speakers-and-artists .people-bio:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  height: 30px;
  width: 100%;
  left: 0;
  top: 120px;
  transition: all 200ms ease;
}
.speakers-and-artists .people-bio.open {
  max-height: 5000px;
}
.speakers-and-artists .people-bio.open:before {
  opacity: 0;
}
.crowdcast-embed .is-4-3 {
  max-height: 1000px;
  min-height: 500px;
  overflow: hidden;
}
@media (min-width: 780px) {
  .crowdcast-embed .col {
    text-align: center;
  }
}
.library-resource-post .image > .is-overlay, #explore-modal .image > .is-overlay, .explore-tile .image > .is-overlay {
  opacity: 0;
}
.library-resource-post .video-component .row, .library-resource-post .video-component .col, #explore-modal .video-component .row, #explore-modal .video-component .col, .explore-tile .video-component .row, .explore-tile .video-component .col {
  padding: 0;
  margin: 0;
}
.library-resource-post .image .is-flex, #explore-modal .image .is-flex, .explore-tile .image .is-flex {
  padding: 20px;
}
.library-resource-post .image .is-flex, .library-resource-post .image .is-flex h5, #explore-modal .image .is-flex, #explore-modal .image .is-flex h5, .explore-tile .image .is-flex, .explore-tile .image .is-flex h5 {
  color: #fff;
}
.library-resource-post .image .is-flex.bg-resource-article, #explore-modal .image .is-flex.bg-resource-article, .explore-tile .image .is-flex.bg-resource-article {
  background-color: #057BDA;
}
.library-resource-post .image .is-flex.bg-resource-audio, #explore-modal .image .is-flex.bg-resource-audio, .explore-tile .image .is-flex.bg-resource-audio {
  background-color: #ebebe6;
}
.library-resource-post .image .audio-background, #explore-modal .image .audio-background, .explore-tile .image .audio-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75%;
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/AudioPost.svg");
}
.library-resource-post .image .icon-gallery, #explore-modal .image .icon-gallery, .explore-tile .image .icon-gallery {
  position: absolute;
  right: 15px;
  top: 15px;
  left: auto;
}
.library-resource-post .image .icon-play-video, #explore-modal .image .icon-play-video, .explore-tile .image .icon-play-video {
  position: absolute;
  width: 30px;
  height: 45px;
  left: calc(50% - 15px);
  top: calc(50% - 22.5px);
  margin-left: 0;
}
.library-resource-post .resource-author, #explore-modal .resource-author, .explore-tile .resource-author {
  font-family: "gin-sans", sans-serif;
}
.library-resource-post .content, #explore-modal .content, .explore-tile .content {
  padding: 20px;
}
.library-resource-post .content.on-tile-hover, .library-resource-post .content.on-tile-hover .is-lt-grey, .library-resource-post .content.on-tile-hover a, #explore-modal .content.on-tile-hover, #explore-modal .content.on-tile-hover .is-lt-grey, #explore-modal .content.on-tile-hover a, .explore-tile .content.on-tile-hover, .explore-tile .content.on-tile-hover .is-lt-grey, .explore-tile .content.on-tile-hover a {
  color: #fff;
}
.library-resource-post .content.on-tile-hover h4, #explore-modal .content.on-tile-hover h4, .explore-tile .content.on-tile-hover h4 {
  margin-bottom: 5px;
}
.library-resource-post .hover-tile, #explore-modal .hover-tile, .explore-tile .hover-tile {
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  left: -20px;
  right: -20px;
  top: -20px;
  background-color: #057BDA;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.icon-share, .icon-maximise {
  width: 18px;
  height: 18px;
}
.explore-tile-slider-component .explore-tile:hover .hover-tile {
  opacity: 1;
  visibility: visible;
}
.grid-post .col-4 {
  margin: 10px 0;
}
.grid-post .col-4 .is-4-3 {
  background-color: #000;
}
.grid-post .col-4 .is-4-3 > div {
  opacity: 0.8;
}
.grid-post .col-4:hover .is-4-3 > div {
  opacity: 1;
}
.grid-post .col-4 .grid-post-header {
  padding: 20px;
}
.grid-post .image .is-flex {
  padding: 20px;
  color: #fff;
}
.grid-post .image .is-flex.bg-resource-article {
  background-color: #057BDA;
}
.grid-post .image.is-4-3 > div {
  opacity: 1;
}
.grid-post .image.is-4-3 > .is-overlay {
  background-color: rgba(5, 123, 218, 0.7);
  opacity: 0;
}
.grid-post .image:hover > .is-overlay {
  opacity: 1;
}
.grid-post h4.book-event {
  height: auto;
  width: auto;
  top: 15px;
  left: auto;
  right: 15px;
  font-size: 14px;
}
.grid-post h4.book-event > span {
  display: inline-block;
  padding: 10px;
  padding-bottom: 5px;
  background-color: #057BDA;
}
.grid-post h4.book-event > span, .grid-post h4.book-event > span a {
  color: #fff;
}
.grid-post .content {
  padding: 20px 0;
  padding-top: 25px;
}
.grid-post-slider .is-16-9 {
  margin: 0 auto;
  overflow: hidden;
}
.grid-post-slider .swiper-slide-prev, .grid-post-slider .swiper-slide-next {
  opacity: 0.5;
  cursor: pointer;
}
.grid-post-slider .grid-post-header {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 35px;
}
.grid-post-slider .grid-post-header .excerpt {
  padding: 0 25px;
}
.grid-post-slider .gallery-slider-controls {
  color: #fff;
  opacity: 0;
  display: none;
}
.grid-post-slider .gallery-slider-controls.swiper-button-next {
  right: 25px;
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SmallerSlideshowRight_Rollover.svg");
}
.grid-post-slider .gallery-slider-controls.swiper-button-next:after {
  content: "";
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SmallerSlideshowRight.svg");
}
.grid-post-slider .gallery-slider-controls.swiper-button-prev {
  left: 25px;
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SmallerSlideshowLeft_Rollover.svg");
}
.grid-post-slider .gallery-slider-controls.swiper-button-prev:after {
  content: "";
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SmallerSlideshowLeft.svg");
}
.blog-component .col-4 {
  margin-top: 20px;
}
.blog-component .post-feed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-component .post-feed:last-child {
  border-bottom: 0;
}
.blog-component.display-as-list > .container {
  padding-left: 0;
  padding-right: 0;
}
.blog-component.display-as-list > .container h2 {
  padding: 0 14px;
}
.blog-component.display-as-list .post-list .row {
  padding: 15px 14px;
  padding-top: 10px;
  border-top: 1px solid #E5E5E5;
}
.blog-component.display-as-list .post-list .row:hover {
  background-color: #ececec;
}
.blog-component.display-as-list .post-list .row:hover .post-excerpt {
  opacity: 1;
}
.blog-component.display-as-list .post-list .row:hover h6 {
  opacity: 0;
}
.blog-component.display-as-list .post-list .row .post-excerpt {
  top: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
}
.blog-component.display-as-list .post-list .row > div:last-child {
  width: 50px;
}
.blog-component.display-as-list .post-list .row > div:last-child .arrow-right {
  margin-top: 5px;
  width: 37px;
  height: 24px;
  background-image: url("https://www.stuarthallfoundation.org/wp-content/themes/stuarthallfoundation/library/blocks/blog/arrow-right.svg");
  background-position: center center;
}
@media (min-width: 768px) {
  .blog-component.display-as-list > .container h2 {
    padding: 0 30px;
  }
  .blog-component.display-as-list .post-list .row {
    padding: 15px 30px;
  }
}
.blog-component.display-as-list_image .col-7 > h4 {
  margin-bottom: 5px;
}
.blog-component.display-as-list_image .col-7 > h6 {
  opacity: 0.45;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 768px) {
  .blog-component.display-as-list_image .col-7 {
    padding-left: 60px;
  }
}
.blog-component .pagination .button {
  margin: 0 10px;
}
@media (min-width: 780px) {
  .blog-component .col-description > * {
    max-width: 900px;
    padding-right: 100px;
  }
}
.blog-component .categories a {
  margin: 0 15px;
  border-bottom: 1px solid transparent;
}
.blog-component .categories a:hover, .blog-component .categories a.is-active {
  border-bottom: 1px solid #057BDA;
}
.blog-component .page-numbers {
  position: relative;
  color: #7a7a7a;
  padding: 0 5px;
}
.blog-component .page-numbers:hover, .blog-component .page-numbers.current {
  color: #323232;
}
.blog-component .page-numbers:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  right: -3px;
  top: calc(50% - 3px);
  border-radius: 50%;
  background-color: #7a7a7a;
}
.blog-component .page-numbers:last-child:after {
  display: none;
}
.horizontal-post-component {
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
}
.horizontal-post-component > .container {
  padding-left: 0;
  padding-right: 0;
}
.horizontal-post-component > .container .excerpt {
  font-family: "gill-sans", sans-serif;
}
.horizontal-post-component .col-content {
  padding: 0 21px;
}
.horizontal-post-component h3 {
  font-size: 34px;
  margin-bottom: 5px;
}
.horizontal-post-component .button {
  margin-top: 20px;
}
@media (max-width: 780px) {
  .horizontal-post-component .col-6:first-child {
    margin-bottom: 40px;
  }
}
@media (min-width: 779.98px) {
  .horizontal-post-component .col-6:first-child {
    padding-left: 21px;
  }
  .horizontal-post-component .col-content {
    padding: 0 100px;
  }
}
@media (min-width: 1024px) {
  .horizontal-post-component .col-6:first-child {
    padding-left: 37px;
  }
}
.upcoming-events-component h5 {
  color: #323232;
  letter-spacing: 0;
  text-transform: none;
}
.upcoming-events-component h5 > a {
  color: #323232;
}
.upcoming-events-component h5 > a:hover {
  color: #057BDA;
}
@media (min-width: 768px) {
  .upcoming-events-component .col-content {
    padding: 30px 20px;
  }
}
.content-accordion-component > .container > div {
  border-bottom: 1px solid #C8C8C8;
}
.content-accordion-component .accordion-header {
  padding: 15px 0;
  border-top: 1px solid #C8C8C8;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
.content-accordion-component .accordion-header h4 {
  padding-top: 7px;
}
.content-accordion-component .accordion-content {
  max-height: 0;
  overflow: hidden;
}
.content-accordion-component .accordion-content.show {
  max-height: 10000px;
}
.content-accordion-component .accordion-content > div {
  padding: 30px 50px;
}
.breadcrumbs-component .container {
  padding-left: 0;
}
.breadcrumbs {
  font-size: 10px;
  width: 100%;
  margin-left: -10px;
  padding: 20px 0;
  padding-left: 15px;
  color: #C8C8C8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs a {
  color: #C8C8C8;
}
.breadcrumbs a:hover {
  color: #057BDA;
}
.breadcrumbs > span .breadcrumb_last, .breadcrumbs > span a {
  margin: 0 10px;
}
.main-banner .banner > div > .container {
  position: static;
  z-index: 1;
}
.main-banner .banner > div > .container .breadcrumbs {
  position: absolute;
  left: 0;
  top: 0;
}
.editors-pick-component .editors-pick-slider-controls {
  top: 115px;
  opacity: 0;
}
.editors-pick-component .editors-pick-slider-controls.control-previous {
  left: auto;
  right: 78px;
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SlideshowLeft.svg");
}
.editors-pick-component .editors-pick-slider-controls.control-previous:after {
  content: "";
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SlideshowArrowLeft_Rollover.svg");
}
.editors-pick-component .editors-pick-slider-controls.control-next {
  right: 40px;
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SlideshowArrowRight.svg");
}
.editors-pick-component .editors-pick-slider-controls.control-next:after {
  content: "";
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SlideshowRight_Rollover.svg");
}
.editors-pick-component:hover .swiper-container .editors-pick-slider-controls {
  opacity: 1;
}
.editors-pick-component .content {
  padding: 40px;
}
.editors-pick-component .content, .editors-pick-component .content h6, .editors-pick-component .content h4 {
  color: #fff;
}
.editors-pick-component .content a.button {
  margin-top: 5px;
}
@media (min-width: 780px) {
  .explore-search-component .col-description > * {
    max-width: 900px;
    padding-right: 100px;
  }
}
.explore-search-component .col-search {
  width: 320px;
}
.explore-search-component .col-search .icon-search {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/MenuSearch.svg");
  width: 20px;
  height: 20px;
  left: 0;
  top: 4px;
  margin-left: 0;
}
.explore-search-component .col-search input.input-search {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-left: 35px;
  padding-bottom: 15px;
}
.tiles-component .col-6 {
  padding-left: 25px;
  padding-right: 25px;
}
.tiles-component .col-6 > .tile-blog-post > a:hover > .is-overlay {
  opacity: 1;
}
.tiles-component .col-6 .is-overlay {
  background-color: rgba(5, 123, 218, 0.7);
  opacity: 0;
}
.tiles-component .col-6 .tile-content {
  font-family: "gill-sans", sans-serif;
  padding-top: 25px;
  padding-bottom: 40px;
}
.video-component iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.video-component .is-vimeo:before {
  padding-top: 46.88%;
}
.video-component .play-video {
  position: absolute;
  width: 60px;
  height: 90px;
  left: calc(50% - 30px);
  top: calc(50% - 45px);
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/PlayIcon.svg");
}
.video-component .play-video:after {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/PlayIconRollover.svg");
}
.donate-instagram-component {
  background-color: #EBEBE6;
}
@media (max-width: 779.98px) {
  .donate-instagram-component .col-6:first-child {
    margin-bottom: 60px;
  }
  .donate-instagram-component .col-6:last-child {
    margin-left: -14px;
    width: calc(100% + 28px);
    max-width: calc(100% + 28px);
    flex-basis: initial;
    margin-right: -14px;
    padding-right: 0;
  }
  .donate-instagram-component .col-6:last-child h4, .donate-instagram-component .col-6:last-child p {
    padding-left: 14px;
  }
}
@media (min-width: 780px) {
  .donate-instagram-component .col-6:first-child {
    padding-right: 35px;
  }
  .donate-instagram-component .col-6:last-child {
    padding-left: 35px;
  }
}
.donate-instagram-component .become-a-friend {
  color: #fff;
}
@media (max-width: 767.98px) {
  .donate-instagram-component .become-a-friend {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
.donate-instagram-component .become-a-friend.is-4-3:before {
  padding-top: 66%;
}
.donate-instagram-component .become-a-friend .cover-background {
  filter: grayscale(100%);
}
.donate-instagram-component .become-a-friend .is-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.donate-instagram-component .become-a-friend .text-center {
  padding: 0 50px;
}
.donate-instagram-component .become-a-friend h3 {
  font-size: 27px;
}
.donate-instagram-component .become-a-friend p {
  margin: 0 auto;
  max-width: 85%;
  font-size: 15px;
}
.donate-instagram-component .become-a-friend .button {
  margin-top: 15px;
  min-width: 230px;
}
@media (min-width: 768px) and (max-width: 779.98px) {
  .donate-instagram-component .become-a-friend .text-center {
    padding: 0 150px;
  }
  .donate-instagram-component .become-a-friend h3 {
    font-size: 42px;
  }
  .donate-instagram-component .become-a-friend .button {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .donate-instagram-component .become-a-friend .text-center {
    padding: 0 40px;
  }
  .donate-instagram-component .become-a-friend h3 {
    font-size: 36px;
  }
  .donate-instagram-component .become-a-friend p {
    max-width: 100%;
  }
  .donate-instagram-component .become-a-friend .button {
    margin-top: 30px;
  }
}
@media (min-width: 1350px) {
  .donate-instagram-component .become-a-friend .text-center {
    padding: 0 100px;
  }
  .donate-instagram-component .become-a-friend h3 {
    font-size: 42px;
  }
}
@media (min-width: 1900px) {
  .donate-instagram-component .become-a-friend .text-center {
    padding: 0 50px;
  }
}
.donate-instagram-component .col-insta {
  width: 33.333333%;
  padding: 0 4px;
  margin: 4px 0;
}
#CAFDonateWidgetContainer {
  padding-top: 4px;
}
#CAFDonateWidgetContainer > iframe {
  width: 100% !important;
}
.team-component .col-3, .team-component .col-4 {
  margin-bottom: 45px;
}
.team-component .col-3 > a:hover > .is-overlay, .team-component .col-4 > a:hover > .is-overlay {
  opacity: 1;
}
.team-component .col-3 .is-overlay, .team-component .col-4 .is-overlay {
  background-color: rgba(5, 123, 218, 0.7);
  opacity: 0;
}
.team-component .col-3 h6, .team-component .col-4 h6 {
  color: #C8C8C8;
  margin-bottom: 8px;
  letter-spacing: 1px;
  font-size: 12px;
}
.team-component .col-3 h4, .team-component .col-4 h4 {
  margin-bottom: 8px;
}
.gallery-slider-component .swiper-slide {
  background-color: #323232;
  height: 500px;
  cursor: pointer;
}
.gallery-slider-component .swiper-slide .contain-background {
  background-position: center center;
}
.gallery-slider-component .gallery-slider-controls {
  color: #fff;
  opacity: 0;
}
.gallery-slider-component .gallery-slider-controls.swiper-button-next {
  right: 25px;
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SmallerSlideshowRight.svg");
}
.gallery-slider-component .gallery-slider-controls.swiper-button-next:after {
  content: "";
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SmallerSlideshowRight_Rollover.svg");
}
.gallery-slider-component .gallery-slider-controls.swiper-button-prev {
  left: 25px;
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SmallerSlideshowLeft.svg");
}
.gallery-slider-component .gallery-slider-controls.swiper-button-prev:after {
  content: "";
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SmallerSlideshowLeft_Rollover.svg");
}
.gallery-slider-component .swiper-container:hover .gallery-slider-controls {
  opacity: 1;
}
.gallery-slider-component .gallery-slider-caption > p {
  margin-top: 15px;
  margin-bottom: 0;
}
.featherlight-close-icon {
  margin-top: 0;
}
.gallery-component .col-4 {
  cursor: pointer;
}
.gallery-component .col-4 a {
  left: 0;
  top: 0;
}
.gallery-component .col-4:hover a.is-absolute {
  transform: scale(1.1);
}
.event-list-component .past-events {
  background-color: #EBEBE6;
}
.project-list-component .is-16-9 {
  max-height: 700px;
  overflow: hidden;
}
.project-list-component .is-16-9 > .is-overlay {
  background-color: rgba(5, 123, 218, 0.7);
  opacity: 0;
}
.project-list-component .is-16-9:hover > .is-overlay {
  opacity: 1;
}
.project-list-component .content {
  padding: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1023.98px) {
  .project-list-component .col-3 {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .project-list-component .col {
    max-width: 900px;
  }
}
body.page-support-us .gallery-slider-component {
  margin-bottom: 65px;
}
body.page-support-us .gallery-slider-component > .container {
  padding-left: 35px;
  padding-right: 35px;
}
body.page-support-us .gallery-slider-component > .container .swiper-slide {
  height: auto;
}
body.page-support-us .gallery-slider-component > .container .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
body.page-support-us .gallery-slider-component > .container .swiper-slide > .is-absolute {
  left: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  body.page-support-us .gallery-slider-component > .container {
    padding-left: 0;
    padding-right: 0;
  }
  body.page-support-us .gallery-slider-component .gallery-slider-caption {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  body.page-support-us .gallery-slider-component {
    margin-top: 28px;
  }
}
body.page-support-us .columns-content-component .col-content p:last-child {
  margin-bottom: 10px;
  /*margin-bottom: 51px;
                    
                        @media (min-width: 768px) {
                            margin-bottom: 41px;
                        }

                        @media (min-width: 1024px) {
                            margin-bottom: 80px;
                        }*/
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  body.page-support-us .columns-content-component h1 {
    text-align: left !important;
  }
}
@media (min-width: 1024px) {
  body.page-support-us .columns-content-component h1 {
    font-size: 50px;
  }
}
body.page-support-us #CAFDonateWidgetContainer {
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: -5px;
  margin-right: -5px;
  border: 2px solid #057BDA;
}
@media (min-width: 768px) {
  body.page-support-us #CAFDonateWidgetContainer {
    margin-top: 60px;
  }
}
body.page-support-us .swiper-slide .col-6 > .content-wysiwyg > #CAFDonateWidgetContainer:first-child {
  margin-top: 0;
}
body.page-support-us .swiper-slide ul {
  padding-left: 17px;
  list-style: none;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  body.page-support-us .swiper-slide ul {
    margin-bottom: 23px;
  }
}
body.page-support-us .swiper-slide ul li {
  position: relative;
  color: #057BDA;
  font-size: 24px;
  margin-bottom: 15px;
}
body.page-support-us .swiper-slide ul li > small {
  font-size: 17px;
  color: #323232;
}
body.page-support-us .swiper-slide ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #057BDA;
  position: absolute;
  left: -16px;
  top: 13px;
}
body.page-support-us .swiper-slide .col-3 {
  text-align: center;
  margin-bottom: 32px;
}
body.page-support-us .swiper-slide .col-3:last-child {
  margin-bottom: 0;
}
body.page-support-us .swiper-slide .col-3 p {
  font-size: 18px;
  font-family: "gin-sans", sans-serif;
}
body.page-support-us .swiper-slide .col-3 .button {
  width: 100%;
}
body.page-support-us .swiper-slide .col-3 .social-icons.is-contrast {
  margin: 0;
}
@media (min-width: 768px) {
  body.page-support-us .swiper-slide .col-3 {
    width: 50%;
    flex-basis: auto;
  }
  body.page-support-us .swiper-slide .col-3 .button {
    width: 235px;
  }
}
@media (min-width: 1200px) {
  body.page-support-us .swiper-slide .col-3 {
    width: 25%;
  }
  body.page-support-us .swiper-slide .col-3 .button {
    width: 245px;
  }
}
@media (min-width: 1024px and max-width: 1199.98px) {
  body.page-support-us .swiper-slide .row.has-4-col {
    margin: 0 auto;
    max-width: 700px;
  }
}
.other-ways-notice {
  max-width: 780px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .other-ways-notice {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .other-ways-notice {
    margin-top: 60px;
  }
}
#menu-support-us-menu {
  position: relative;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  #menu-support-us-menu:after {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 90%);
    width: 100px;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  #menu-support-us-menu {
    margin-bottom: 67px;
  }
}
#menu-support-us-menu > ul {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 768px) {
  #menu-support-us-menu > ul {
    padding: 0 50px;
  }
}
#menu-support-us-menu > ul:-webkit-scrollbar {
  display: none;
}
#menu-support-us-menu > ul > li {
  flex: 0 0 auto;
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 0;
}
#menu-support-us-menu > ul > li.is-active > a {
  border-bottom: 3px solid #057BDA;
}
@media (max-width: 767.98px) {
  #menu-support-us-menu > ul > li:last-child {
    padding-right: 68px;
  }
}
#menu-support-us-menu > ul > li > a {
  font-family: "gin-sans", sans-serif;
  display: block;
  color: #323232;
  text-decoration: none;
  padding: 18px 0;
  font-size: 20px;
  outline: 0;
}
#menu-support-us-menu > ul > li > a:hover {
  color: #057BDA;
}
@media (min-width: 1024px) {
  #menu-support-us-menu > ul > li > a {
    font-size: 26px;
    padding: 20px 0;
  }
}
.support-us-slider-component {
  margin-bottom: 68px;
}
@media (min-width: 768px) {
  .support-us-slider-component {
    margin-bottom: 46px;
  }
}
.support-us-slider-component .container.is-wider {
  max-width: 1570px;
}
@media (min-width: 768px) {
  .support-us-slider-component .col-6:first-child {
    padding-right: 20px;
  }
  .support-us-slider-component .col-6:last-child {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .support-us-slider-component .col-6:first-child {
    padding-right: 50px;
  }
  .support-us-slider-component .col-6:last-child {
    padding-left: 50px;
  }
}
@media (min-width: 1900px) {
  .support-us-slider-component .col-6:first-child {
    padding-right: 95px;
  }
  .support-us-slider-component .col-6:last-child {
    padding-left: 95px;
  }
}
.content-wysiwyg h4 {
  font-size: 20px;
  margin-top: 10px;
}
.content-wysiwyg ul {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .content-wysiwyg h4 {
    max-width: 86%;
  }
}
.content-wysiwyg a, .other-ways-notice a {
  text-decoration: underline;
  text-decoration-thickness: 0.8px;
  text-underline-position: under;
  text-decoration-color: #057BDA;
  color: #323232;
}
.content-wysiwyg a:hover, .other-ways-notice a:hover {
  color: #057BDA;
}
.image-list {
  margin-bottom: 73px;
}
@media (min-width: 768px) {
  .image-list {
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .image-list {
    margin-bottom: 58px;
  }
}
.image-list > div {
  margin-top: 35px;
}
.image-list > div:first-child {
  margin-top: 23px;
}
@media (min-width: 768px) {
  .image-list > div {
    margin-top: 17px;
  }
  .image-list > div:first-child {
    margin-top: 33px;
  }
}
@media (min-width: 768px) {
  .image-list .is-phone-only {
    display: none;
  }
}
.image-list .is-flex {
  align-items: start;
}
.image-list .is-flex .is-square {
  width: 110px;
  margin-right: 16px;
  margin-bottom: 17px;
}
.image-list .is-flex p {
  width: calc(100% - 126px);
  margin-bottom: 6px;
}
.image-list .is-flex p > span:first-child {
  font-size: 24px;
  color: #057BDA;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .image-list .is-flex {
    align-items: center;
  }
  .image-list .is-flex .is-square {
    width: 173px;
    margin-right: 35px;
  }
  .image-list .is-flex p {
    width: calc(100% - 208px);
  }
}
@media (min-width: 1024px) {
  .image-list .is-flex .is-square {
    width: 118px;
    margin-right: 18px;
  }
  .image-list .is-flex p {
    width: calc(100% - 136px);
  }
}
@media (min-width: 1350px) {
  .image-list .is-flex .is-square {
    width: 142px;
    margin-right: 35px;
  }
  .image-list .is-flex p {
    width: calc(100% - 177px);
  }
}
@media (min-width: 1900px) {
  .image-list .is-flex .is-square {
    width: 173px;
    margin-right: 35px;
  }
  .image-list .is-flex p {
    width: calc(100% - 208px);
  }
}
@media (min-width: 768px) {
  .support-us-slider-component .container.is-wider, .columns-content-component > .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1000px) {
  .support-us-slider-component .container.is-wider {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/*
Theme Name: encore
Theme URI: https://encore.huiwa.co/
Author: H U I W A . C O
Author URI: https://www.huiwa.co
Description: WordPress modular base theme using ACF
Version: 1.0
*/
.wp-block-image {
  margin: 0;
  margin-bottom: 30px;
}
/*
Theme Name: SHF Theme
Template: encore
*/
@font-face {
  font-family: "gin-sans";
  src: url("/wp-content/themes/stuarthallfoundation/assets/fonts/gin-sans/GinSans-Regular.eot");
  src: url("/wp-content/themes/stuarthallfoundation/assets/fonts/gin-sans/GinSans-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/stuarthallfoundation/assets/fonts/gin-sans/GinSans-Regular.woff2") format("woff2"), url("/wp-content/themes/stuarthallfoundation/assets/fonts/gin-sans/GinSans-Regular.woff") format("woff"), url("/wp-content/themes/stuarthallfoundation/assets/fonts/gin-sans/GinSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "gill-sans-light";
  src: url("/wp-content/themes/stuarthallfoundation/assets/fonts/gill-sans-light/GillSansMTPro-Light.eot");
  src: url("/wp-content/themes/stuarthallfoundation/assets/fonts/gill-sans-light/GillSansMTPro-Light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/stuarthallfoundation/assets/fonts/gill-sans-light/GillSansMTPro-Light.woff2") format("woff2"), url("/wp-content/themes/stuarthallfoundation/assets/fonts/gill-sans-light/GillSansMTPro-Light.woff") format("woff"), url("/wp-content/themes/stuarthallfoundation/assets/fonts/gill-sans-light/GillSansMTPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "gill-sans";
  src: url("/wp-content/themes/stuarthallfoundation/assets/fonts/gill-sans-book/GillSansMTPro-Book.eot");
  src: url("/wp-content/themes/stuarthallfoundation/assets/fonts/gill-sans-book/GillSansMTPro-Book.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/stuarthallfoundation/assets/fonts/gill-sans-book/GillSansMTPro-Book.woff2") format("woff2"), url("/wp-content/themes/stuarthallfoundation/assets/fonts/gill-sans-book/GillSansMTPro-Book.woff") format("woff"), url("/wp-content/themes/stuarthallfoundation/assets/fonts/gill-sans-book/GillSansMTPro-Book.ttf") format("truetype");
}
body {
  letter-spacing: 0;
  line-height: 1.45;
  /*overflow-x: hidden;*/
}
body.home .video-component > .container {
  padding-top: 0;
}
body.home .columns-content-component .col-8.col-content {
  font-family: gin-sans, sans-serif;
}
body.scrolled header {
  box-shadow: 0 5px 10px rgba(17, 17, 17, 0.1);
}
body.scrolled header .logo > a {
  height: 26px;
}
body.scrolled header nav > ul > li > a {
  padding-top: 20px;
  padding-bottom: 16px;
}
body.page-about-us .video-component > .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
body.page-about-us .columns-content-component ul {
  list-style: none;
  padding-left: 0;
}
body.page-about-us .columns-content-component ul li {
  color: #057BDA;
  font-size: 24px;
  margin-bottom: 15px;
}
body.page-about-us .columns-content-component ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 780px) {
  body.page-projects .columns-content-component .col-content > *, body.page-events .columns-content-component .col-content > * {
    max-width: 900px;
    padding-right: 100px;
  }
}
body.tax-library-category .main-body-wrapper, body.page-explore .main-body-wrapper {
  padding-bottom: 120px;
}
body.tax-library-category .explore-search-component {
  border-bottom: 0;
}
body.tax-library-category .main-menu-explore > a {
  border-bottom: 5px solid #057BDA;
}
body.single-post .main-menu-news > a, body.category .main-menu-news > a {
  border-bottom: 5px solid #057BDA;
}
body.single-shf-project .main-menu-projects > a {
  border-bottom: 5px solid #057BDA;
}
body.single-shf-event .main-menu-events > a {
  border-bottom: 5px solid #057BDA;
}
body.single .video-component > .container, body.single .gallery-component > .container, body.single .gallery-slider-component > .container {
  padding: 30px 0;
}
body.single .main-banner .banner-content {
  padding: 0 30px;
}
.main-body-wrapper {
  min-height: calc(100vh - 181px);
  overflow: hidden;
}
#default-top h1 {
  margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h3 {
  font-size: 26px;
  margin-bottom: 7px;
}
h3 > a {
  color: #323232;
}
h3 > a:hover {
  color: #057BDA;
}
h4 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
h5 {
  color: #057BDA;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h6 {
  color: #C8C8C8;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 10px;
}
.big-text {
  font-size: 28px;
}
.small-uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}
.letter-spaced {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.is-lt-grey {
  color: #C8C8C8;
}
.is-grey {
  color: #7a7a7a;
}
.is-blue {
  color: #057BDA;
}
.blue-bgd {
  background-color: #057BDA;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), textarea, select {
  border-radius: 0;
  background-color: transparent;
}
select {
  padding: 10px 35px;
  padding-top: 14px;
  padding-left: 10px;
  color: #9F9F9F;
  border-color: #C8C8C8;
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/DropdownArrow.svg");
  background-size: 15px;
}
.form-group {
  margin-bottom: 25px;
}
#offcanvas-menu nav > ul > li > a {
  border-bottom: none !important;
}
header {
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 11;
}
header .row.nowrap > div {
  margin: 0;
}
header .logo > a {
  height: 32px;
}
header .logo > a:after {
  background-position: center left;
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SHFLogo_Rollover.svg");
}
header nav > ul > li {
  padding-left: 12px;
  padding-right: 12px;
}
header nav > ul > li.current-page-ancestor > a, header nav > ul > li.is-active > a {
  position: relative;
}
header nav > ul > li.current-page-ancestor > a:after, header nav > ul > li.is-active > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #057BDA;
}
header nav > ul > li > a {
  padding: 25px 0;
  padding-top: 28px;
}
header .highlight > a {
  color: #057BDA !important;
}
header .highlight > a:hover {
  color: #323232 !important;
}
header .search-link:hover > .icon-search:after {
  opacity: 1;
}
header #menu-main-menu-1 ul.sub-menu {
  background-color: #057BDA;
}
header #menu-main-menu-1 ul.sub-menu > li:hover {
  background-color: #022C4E;
}
header #menu-main-menu-1 ul.sub-menu a {
  margin: 0;
  padding: 14px 18px;
  padding-top: 17px;
}
header #menu-main-menu-1 ul.sub-menu a, header #menu-main-menu-1 ul.sub-menu a:hover {
  color: #fff;
}
.icon-search {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/MenuSearch.svg");
  width: 16px;
  height: 16px;
  margin-left: 15px;
}
.icon-search:after {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/MenuSearch_Rollover.svg");
}
.icon-gallery {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/ImagesSlideshowIcon.svg");
}
.icon-play-video {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/PlayIcon.svg");
  width: 16px;
  height: 16px;
  margin-left: 15px;
}
.icon-play-video:after {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/PlayIconRollover.svg");
}
.icon-share {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/share.svg");
}
.icon-share:after {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/share_hover.svg");
}
.icon-maximise {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/maximize.svg");
}
.icon-maximise:after {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/maximize_hover.svg");
}
#menu-stuart-hall-menu, #menu-about-page-menu {
  margin-left: -30px;
  width: calc(100% + 60px);
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  /*transition: top 200ms ease;*/
}
#menu-stuart-hall-menu.is-sticky, #menu-about-page-menu.is-sticky {
  width: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10;
  padding-left: 0;
  padding-right: 0;
  right: 0;
}
#menu-stuart-hall-menu > ul, #menu-about-page-menu > ul {
  margin: 0 auto;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#menu-stuart-hall-menu > ul:-webkit-scrollbar, #menu-about-page-menu > ul:-webkit-scrollbar {
  display: none;
}
#menu-stuart-hall-menu > ul > li, #menu-about-page-menu > ul > li {
  flex: 0 0 auto;
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 0;
}
#menu-stuart-hall-menu > ul > li.is-active > a, #menu-about-page-menu > ul > li.is-active > a {
  border-bottom: 5px solid #057BDA;
}
#menu-stuart-hall-menu > ul > li > a, #menu-about-page-menu > ul > li > a {
  display: block;
  color: #323232;
  text-decoration: none;
  padding: 20px 0;
}
#menu-stuart-hall-menu > ul > li > a:hover, #menu-about-page-menu > ul > li > a:hover {
  color: #057BDA;
}
.button {
  font-family: "gin-sans", sans-serif;
  letter-spacing: 1px;
  font-weight: normal;
  border-radius: 0;
  background-color: #057BDA;
  padding: 10px 35px;
  padding-top: 14px;
}
.button:hover {
  background-color: #fff;
  color: #057BDA;
}
.button.is-outlined {
  padding: 9px 34px;
  padding-top: 13px;
}
.button.is-outlined:hover {
  background-color: #057BDA;
  border-color: #057BDA;
  color: #fff;
}
.button.is-outlined.is-contrast:hover {
  background-color: #022C4E;
  border-color: #022C4E;
  color: #fff;
}
.button.is-outlined.is-blue {
  border-color: #057BDA;
  color: #057BDA;
}
.button.is-outlined.is-blue:hover {
  color: #fff;
}
.button.is-white {
  background-color: #fff;
  color: #057BDA;
}
.button.is-white:hover {
  background-color: #022C4E;
  color: #fff;
}
.is-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.floating-social-icons {
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  background-color: #057BDA;
  z-index: 1;
}
.floating-social-icons .is-icon {
  margin-right: 8px;
}
.floating-social-icons .is-icon:last-child {
  margin-right: 0;
}
.icon-foating-instagram {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/InstagramFooter_Pinned.svg");
}
.icon-foating-instagram:after {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/InstagramFooter_Pinned_Rollover.svg");
}
.icon-foating-facebook {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/FacebookFooter_Pinned.svg");
}
.icon-foating-facebook:after {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/FacebookFooter_Pinned_Rollover.svg");
}
.icon-foating-twitter {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/TwitterPinned.svg");
}
.icon-foating-twitter:after {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/TwitterRollover.svg");
}
.icon-foating-youtube {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/YouTubeFooter_Pinned.svg");
}
.icon-foating-youtube:after {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/YouTubeFooter_Pinned_Rollover.svg");
}
.social-icons.is-contrast .is-icon.youtube {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/YouTubeContactPage.svg");
}
.social-icons.is-contrast .is-icon.youtube:hover {
  opacity: 1;
}
.social-icons.is-contrast .is-icon.youtube:after {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/YouTubeContactPage_Rollover.svg");
}
.social-icons.is-contrast .is-icon.facebook {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/FacebookContactPage.svg");
}
.social-icons.is-contrast .is-icon.facebook:hover {
  opacity: 1;
}
.social-icons.is-contrast .is-icon.facebook:after {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/FacebookContactPage_Rollover.svg");
}
.social-icons.is-contrast .is-icon.instagram {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/InstagramContactPage.svg");
}
.social-icons.is-contrast .is-icon.instagram:hover {
  opacity: 1;
}
.social-icons.is-contrast .is-icon.instagram:after {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/InstagramContactPage_Rollover.svg");
}
.social-icons.is-contrast .is-icon.twitter {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/Twitter.svg");
}
.social-icons.is-contrast .is-icon.twitter:hover {
  opacity: 1;
}
.social-icons.is-contrast .is-icon.twitter:after {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/TwitterRollover.svg");
}
.social-icons .is-icon.youtube {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/YouTubeFooter.svg");
}
.social-icons .is-icon.youtube:hover {
  opacity: 1;
}
.social-icons .is-icon.youtube:after {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/YouTubeContactPage_Rollover.svg");
}
.social-icons .is-icon.facebook {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/FacebookFooter.svg");
}
.social-icons .is-icon.facebook:hover {
  opacity: 1;
}
.social-icons .is-icon.facebook:after {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/FacebookContactPage_Rollover.svg");
}
.social-icons .is-icon.instagram {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/InstagramFooter.svg");
}
.social-icons .is-icon.instagram:hover {
  opacity: 1;
}
.social-icons .is-icon.instagram:after {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/InstagramContactPage_Rollover.svg");
}
.social-icons .is-icon.twitter {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/TwitterPinned.svg");
}
.social-icons .is-icon.twitter:hover {
  opacity: 1;
}
.social-icons .is-icon.twitter:after {
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/TwitterRollover.svg");
}
#mobile-menu {
  text-transform: uppercase;
  letter-spacing: 1px;
}
#mobile-menu > nav > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.banner-component .banner > .swiper-container {
  position: absolute;
}
.banner-component .banner > .swiper-container .banner-slider-controls {
  top: 115px;
  opacity: 0;
}
.banner-component .banner > .swiper-container .banner-slider-controls.control-previous {
  left: auto;
  right: 78px;
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SlideshowLeft.svg");
}
.banner-component .banner > .swiper-container .banner-slider-controls.control-previous:after {
  content: "";
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SlideshowArrowLeft_Rollover.svg");
}
.banner-component .banner > .swiper-container .banner-slider-controls.control-next {
  right: 40px;
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SlideshowArrowRight.svg");
}
.banner-component .banner > .swiper-container .banner-slider-controls.control-next:after {
  content: "";
  background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SlideshowRight_Rollover.svg");
}
.banner-component .banner:hover > .swiper-container .banner-slider-controls {
  opacity: 1;
}
.banner-component .banner h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}
.banner-component .banner .banner-content {
  padding-left: 50px;
  padding-bottom: 50px;
}
.banner-component .banner .banner-content p:last-child {
  margin-bottom: 0;
}
.banner-component .banner .banner-scroll-button {
  width: auto;
  height: auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #EFC822;
  font-family: Lato, sans-serif;
}
.banner-component .banner .banner-scroll-button:hover {
  color: #fff;
}
.banner-component .banner .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  left: auto;
  right: 50px;
}
.swiper-container-horizontal .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #b9b8b8;
  opacity: 1;
}
.swiper-container-horizontal .swiper-pagination-bullet-active {
  background-color: #057BDA;
  border-color: #057BDA;
}
.event-list-component.display-as-slider, .blog-component.display-as-slider {
  overflow: hidden;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
}
.event-list-component.display-as-slider > .container, .blog-component.display-as-slider > .container {
  padding-left: 0;
  padding-right: 0;
}
.event-list-component.display-as-slider > .container .col-description h4, .blog-component.display-as-slider > .container .col-description h4 {
  text-align: center;
}
.event-list-component.display-as-slider > .container .excerpt, .blog-component.display-as-slider > .container .excerpt {
  font-family: "gill-sans", sans-serif;
}
footer {
  font-family: "gill-sans-light", sans-serif;
  color: #022C4E;
  font-size: 10px;
  letter-spacing: 0.5px;
}
footer ul {
  list-style: none;
}
footer a {
  color: #022C4E;
}
footer a:hover {
  color: #fff;
}
footer .copyright {
  opacity: 0.5;
}
.default-component ul, .default-component ol, .post-component ul, .post-component ol, .columns-content-component ul, .columns-content-component ol {
  padding-left: 15px;
}
.post-component .tiles-component > .container {
  padding: 0;
}
.post-component .tiles-component > .container > .row {
  justify-content: center;
}
.post-component .tiles-component > .container > .row .col-6 {
  padding-left: 7px;
  padding-right: 7px;
}
body.home .columns-content-component .col-8 a, .explore-tile-slider-component .col.text-right > div > a, .content-accordion-component a:not([class]), #default-top a, .inline-about a, .default-link {
  text-decoration: underline;
  text-decoration-thickness: 0.8px;
  text-underline-position: under;
  text-decoration-color: #057BDA;
  color: #057BDA;
  font-family: "gin-sans", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}
body.home .columns-content-component .col-8 a:hover, .explore-tile-slider-component .col.text-right > div > a:hover, .content-accordion-component a:not([class]):hover, #default-top a:hover, .inline-about a:hover, .default-link:hover {
  color: #323232;
}
.col-description > p > a, #newsletter-signup-modal a:not([class]), .post-component p > a:not([class]), .columns-content-component p > a:not([class]) {
  text-decoration: underline;
  text-decoration-thickness: 0.8px;
  text-underline-position: under;
  text-decoration-color: #057BDA;
  color: #323232;
}
.col-description > p > a:hover, #newsletter-signup-modal a:not([class]):hover, .post-component p > a:not([class]):hover, .columns-content-component p > a:not([class]):hover {
  color: #057BDA;
}
.modal {
  background-color: rgba(5, 123, 218, 0.95);
}
.modal > .modal-container {
  border-radius: 0;
  max-width: 800px;
}
.modal > .modal-container h4 {
  text-transform: uppercase;
}
body.page-contact .columns-content-component .col-3 {
  text-align: center;
}
body.page-contact .columns-content-component .col-3 h5 {
  color: #323232;
  font-size: 16px;
}
body.page-contact .columns-content-component .col-3 .social-icons {
  margin-top: 10px;
}
.related-posts {
  border-top: 1px solid #C8C8C8;
}
/** PHONE **/
@media (max-width: 767.98px) {
  .icon-search {
    background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/MenuSearch.svg");
  }
  .hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
    background-color: #323232;
  }
  body.scrolled {
    /*.hamburger.is-fixed .hamburger-bgd {
            width: 40px;
            height: 40px;
        }

      .hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
          background-color: #323232 !important;
      }

        .hamburger-inner {
            -webkit-transform: translateX(7px);
            -ms-transform: translateX(7px);
            transform: translateX(7px);
        }

        header {
            background: transparent;
            top: -200px;
        }*/
  }
  #default-top > .container {
    text-align: left;
  }
  .columns-content-component * {
    text-align: left !important;
  }
  body.home.has-main-banner header {
    background: transparent;
  }
  body.home.has-main-banner header .logo > a {
    background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SHFLogo_Mobile.svg");
  }
  body.home.has-main-banner .hamburger .hamburger-inner, body.home.has-main-banner .hamburger .hamburger-inner::before, body.home.has-main-banner .hamburger .hamburger-inner::after {
    background-color: #fff;
  }
  body.home.has-main-banner .icon-search {
    background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/MenuSearch_Mobile.svg");
  }
  body.home.has-main-banner.scrolled header {
    background-color: rgba(255, 255, 255, 0.95);
  }
  body.home.has-main-banner.scrolled header .logo > a {
    background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/SHFLogo.svg");
  }
  body.home.has-main-banner.scrolled .icon-search {
    background-image: url("/wp-content/themes/stuarthallfoundation/assets/images/MenuSearch.svg");
  }
  body.home.has-main-banner.scrolled .hamburger .hamburger-inner, body.home.has-main-banner.scrolled .hamburger .hamburger-inner::before, body.home.has-main-banner.scrolled .hamburger .hamburger-inner::after {
    background-color: #323232;
  }
}
@media (min-width: 768px) {
  .hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
    background-color: #323232;
  }
  select[name="sort-search"] {
    float: right;
    width: 150px;
    margin-top: -77px;
  }
  .event-list-component.display-as-slider > .container, .event-list-component.display-as-slider > .container .grid-post-slider, .blog-component.display-as-slider > .container, .blog-component.display-as-slider > .container .grid-post-slider {
    overflow: visible;
  }
}
#menu-stuart-hall-menu, #menu-about-page-menu {
  position: relative;
  padding: 0 20px;
}
#menu-stuart-hall-menu li:last-child, #menu-about-page-menu li:last-child {
  padding-right: 60px;
}
#menu-stuart-hall-menu:after, #menu-about-page-menu:after {
  content: "";
  display: block;
  position: absolute;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 80%);
  width: 100px;
  right: 0;
  top: 0;
  bottom: 0;
}
.form-group .input-checkbox + label::before, .form-group .input-radio + label::before {
  top: 1px;
}
@media (max-width: 779.98px) {
  h4 {
    font-size: 21px;
  }
  h4.text-center {
    text-align: left;
  }
  .button {
    font-size: 12px;
  }
  .banner-component .banner .banner-content {
    padding-left: 15px;
  }
  .banner-component .swiper-pagination-bullets {
    right: 15px;
    bottom: 20px;
  }
  .columns-content-component .row.reverse {
    flex-direction: column-reverse;
  }
  .columns-content-component .col-image {
    margin-bottom: 30px;
  }
  .columns-content-component .col-4 {
    width: 100%;
  }
  .columns-content-component .col-8 {
    width: 100%;
  }
  .tiles-component > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .tiles-component h4.text-center {
    padding-left: 14px;
  }
  .tiles-component .col-6 {
    padding: 0;
  }
  .tiles-component .col-6 .tile-content {
    padding-left: 21px;
    padding-right: 21px;
  }
  .video-component .play-video {
    width: 30px;
    height: 45px;
    left: calc(50% - 15px);
    top: calc(50% - 22.5px);
  }
  .video-component > .container > .row {
    margin-left: -21px;
    margin-right: -21px;
  }
  .speakers-and-artists .col-6 {
    margin-bottom: 40px;
  }
  .speakers-and-artists .col-6:last-child {
    margin-bottom: 0;
  }
}
/** Tablet Portrait **/
@media (max-width: 1023.98px) {
  body .logo, body.scrolled .logo {
    padding: 20px 0 !important;
  }
  body .logo > a, body.scrolled .logo > a {
    height: 26px;
  }
  .event-details .col-3 {
    width: 100%;
  }
  .event-details .col-3.text-right {
    text-align: left;
  }
}
@media (min-width: 1024px) and (max-width: 1199.98px) {
  .main-banner .banner.is-full-screen {
    min-height: 70vh !important;
    max-height: 70vh;
  }
  header.is-3-col-social .logo {
    width: 130px;
  }
  header.is-3-col-social .col-2 {
    width: 15%;
  }
  header.is-3-col-social .col-8 {
    width: 70%;
  }
  header.is-3-col-social .col-8 li {
    padding: 0 8px !important;
  }
  header.is-3-col-social .col-8 li > a {
    margin-left: 2px !important;
    margin-right: 2px !important;
  }
}
/** Tablet Landscape **/
@media (max-width: 1199.98px) {
  .button {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  #menu-main-menu-1 > ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
  #menu-main-menu-1 a {
    font-size: 13px;
  }
}
.notification {
  padding: 10px 20px;
  margin-bottom: 30px;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.notification p {
  margin: 0;
}
.notification.is-success {
  border: 1px solid rgba(39, 174, 96, 0.4);
  background-color: rgba(39, 174, 96, 0.1);
  color: #135b00;
}
.notification.is-error {
  border: 1px solid rgba(174, 39, 39, 0.4);
  background-color: rgba(174, 39, 39, 0.1);
  color: #5b0000;
}
/* =WordPress Core
-------------------------------------------------------------- */
blockquote cite {
  color: #C8C8C8;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-family: gin-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
blockquote, .wp-block-quote.is-style-default {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  padding: 25px 0;
}
blockquote p, .wp-block-quote.is-style-default p {
  font-size: 22px;
  margin: 0;
  margin-bottom: 10px;
}
blockquote.wp-block-quote.is-style-large {
  max-width: 100%;
  text-align: left;
  padding: 25px 0;
  margin: 0;
}
blockquote.wp-block-quote.is-style-large p {
  font-style: normal;
  font-size: 26px;
  line-height: 1.45;
}
blockquote.wp-block-quote.is-style-large cite {
  font-size: 13px;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.aligncenter {
  text-align: center;
}
.wp-caption-text {
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  color: #7a7a7a;
}
.wp-block-image {
  margin: 30px 0 !important;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
