/*
 Theme Name:   fpcc
 Template:     eclipse360
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Animations */

@keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}

/* Fonts */

@font-face {
  font-family: "black_diamondregular";
  src: url(../../../../../../themes/fpcc/assets/fonts/black_diamond-webfont.woff2) format("woff2"),
    url(../../../../../../themes/fpcc/assets/fonts/black_diamond-webfont.woff) format("woff");
}

/* TOOLS */

.hide-overflow {
  overflow: hidden;
}

.tribe-common .tribe-common-c-svgicon--messages-not-found {
  display: none;
}

.gold a {
  color: #a77a24 !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

.spaced-caps {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
}

.pad-top {
  padding-top: 60px !important;
}

.pad-bottom {
  padding-bottom: 60px !important;
}

.remove-bottom-padding {
  padding-bottom: 0 !important;
}

.no-scroll {
  overflow: hidden !important;
}

.top-margin {
  margin-top: 30px !important;
}

.menu .no-click > div > a:active {
  pointer-events: none;
}

.menu .no-click .submenu,
#panel-right .menu .no-click {
  pointer-events: all !important;
}
/* GLOBAL */
html {
  scroll-behavior: smooth;
}

body {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #2b2b2b;
  background: #FCFBFA var(--wpr-bg-d447715e-0474-42c0-8207-e7745b9aa919) no-repeat center center / cover;
  background-attachment: fixed;
}

article {
  font-size: 20px;
}

p:empty,
.off-canvas-only {
  display: none;
}

p:last-of-type {
  margin-bottom: 0;
}

p:last-of-type + * {
  margin-top: 15px;
}

::selection {
  background: #852e24;
  color: #fff;
}

::-moz-selection {
  background: #852e24;
  color: #fff;
}

*:focus {
  outline-color: #852e24 !important;
  box-shadow: none !important;
}

#main input:focus,
#main textarea:focus {
  outline-color: #852e24 !important;
  border-color: #852e24 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Faustina", serif;
  margin: 0.5em 0 1em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h4 {
  font-size: 28px;
  font-weight: 400 !important;
  text-transform: none;
}

a {
  transition: all 250ms;
  color: #a77a24;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #852e24;
}

a[href$="pdf"] svg {
  width: 18px;
  height: 18px;
  position: relative;
  vertical-align: middle;
  margin-left: 10px;
}

.wp-block-separator {
  margin: 30px auto;
  color: transparent;
  border-color: transparent transparent #eee transparent;
}

.menu > li > div > a,
.button,
.menu-back,
.single-pagination a,
.beautiful-taxonomy-filters-button,
.beautiful-taxonomy-filters-clear-all {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.button,
.wp-block-button a,
.wp-block-file a.wp-block-file__button,
#main .gform_wrapper .gform_footer input.button,
#main .gform_wrapper .gform_footer input[type="submit"],
#main .gform_wrapper .gform_page_footer input.button,
#main .gform_wrapper .gform_page_footer input[type="submit"],
#page .tribe-events .tribe-events-c-ical__link,
#page .tribe-events .tribe-events-c-search__button,
.guidelines a,
.single .tribe-block__btn--link a,
.single-pagination a,
.beautiful-taxonomy-filters-button,
.beautiful-taxonomy-filters-clear-all {
  border-radius: 50px;
  font-size: 15px;
  background: transparent;
  border: 2px solid transparent;
  color: #fff;
  padding: 15px 30px;
  font-weight: 600;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: proxima-nova, sans-serif;
  text-decoration: none;
  text-align: center;
  transition: all 250ms;
}

.panel-right-toggle.toggled-on svg {
  opacity: 0;
}

.panel-right-toggle.toggled-on {
  background: var(--wpr-bg-4c929cca-a6e2-40c8-bd93-295193caa297) no-repeat center center / contain;
}

.wp-block-button {
  margin-bottom: 30px;
}

.button.red {
  border-color: #852e24;
  color: #852e24;
}

.button.red:hover {
  background: #852e24;
  color: #fff;
}

.button.green {
  border-color: #06373e;
  background: #06373e;
}

.button.green:hover {
  background: #fff;
  color: #06373e;
}

.button.gold {
  border-color: #a77a24;
  color: #a77a24;
}

.intro .wp-block-button.gold:not(.solid) a {
  background: #fff;
  color: #a77a24;
}

.button.gold:hover,
.intro .wp-block-button.gold:not(.solid) a:hover {
  background: #a77a24;
  color: #fff;
}

.button.solid.red,
.wp-block-file a.wp-block-file__button,
#page .tribe-events .tribe-events-c-ical__link,
#page .tribe-events .tribe-events-c-search__button,
#main .sign-iup .gform_wrapper .gform_footer input.button,
#main .sign-up .gform_wrapper .gform_footer input[type="submit"],
.guidelines a,
.single .tribe-block__btn--link a,
.single-pagination a,
.beautiful-taxonomy-filters-button,
.beautiful-taxonomy-filters-clear-all {
  background: #852e24;
  border-color: #852e24;
  color: #fff;
}

.button.solid.red:hover,
.wp-block-file a.wp-block-file__button:hover,
#page .tribe-events .tribe-events-c-ical__link:hover,
#page .tribe-events .tribe-events-c-search__button:hover,
#main .sign-iup .gform_wrapper .gform_footer input.button:hover,
#main .sign-up .gform_wrapper .gform_footer input[type="submit"]:hover,
.guidelines a:hover,
.single .tribe-block__btn--link a:hover,
.single-pagination a:hover,
.beautiful-taxonomy-filters-button:hover,
.beautiful-taxonomy-filters-clear-all:hover {
  background: #fff;
  color: #852e24;
  opacity: 1;
}

.button.solid.gold,
.wp-block-button a {
  border-color: #a77a24;
  background: #a77a24;
  color: #fff;
}

.button.solid.gold:hover,
.wp-block-button a:hover {
  border-color: #a77a24;
  background: #fff;
  color: #a77a24;
}

.single-pagination a {
  padding: 10px 20px;
}

.single-pagination span + span {
  float: right;
}

.guidelines a {
  float: left;
  margin-right: 15px;
}

.entry-title {
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.container {
  max-width: 1920px;
}

.container-content > :not(.alignwide):not(.alignfull):not(.ful-width) {
  max-width: 930px !important;
}

.post-type-archive-stories #main .container,
.archive #main .container {
  max-width: 1280px;
}

.block-in-the-news {
  background: #06373e var(--wpr-bg-a822f052-59b1-447d-9b22-249cdf0aeb5f) no-repeat center center / cover;
  color: #e8e2d6;
  background-attachment: fixed !important;
  padding: 60px 30px;
  margin-top: 60px;
  position: relative;
}

.block-in-the-news h2 {
  margin-top: 0;
}

.post-type-archive-in_the_news .news-release,
.block-in-the-news .news-release {
  display: flex;
  justify-content: space-between;
}

.post-type-archive-in_the_news .news-release h4,
.block-in-the-news .news-release h4 {
  flex: 3;
  padding-right: 30px;
  margin-top: 0;
}

.post-type-archive-in_the_news .news-release .wp-block-buttons,
.block-in-the-news .news-release .wp-block-buttons {
  flex: 1;
  justify-content: right;
}

.menu-item-link {
  position: relative;
}

.site-top {
  background: transparent;
  transition: all 250ms;
}

.scroll .site-top,
.contact .site-top,
.single .site-top,
.post-type-archive-tribe_events .site-top {
  background: #FFF;
  border-bottom: 1px solid #b9b9b9;
}

.site-top .container {
  padding: 15px 60px 15px 15px;
}

.logo-wrapper {
  padding-top: 10px;
  position: relative;
}

.logo-wrapper img {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 500ms;
  width: 100%;
  max-width: 320px;
}

.logo-white,
.logo-colour {
  transition: all 500ms;
}

.logo-white {
  opacity: 1;
}

.logo-colour {
  opacity: 0;
}

.scroll .logo-white {
  opacity: 0;
}

.scroll .logo-colour {
  opacity: 1;
}

.contact .logo-white,
.single .logo-white,
.post-type-archive-tribe_events .logo-white {
  opacity: 0 !important;
}

.contact .logo-colour,
.single .logo-colour,
.post-type-archive-tribe_events .logo-colour {
  opacity: 1 !important;
}

.socials a {
  color: #a77a24;
  margin-right: 5px;
}

.socials a:hover {
  color: #852e24;
}

.socials svg {
  width: 60px;
  height: 60px;
}

#panel-right .socials svg {
  width: 40px;
  height: 40px;
}

.site-footer .socials {
  text-align: center;
}

.site-footer .socials svg {
  width: 36px;
  height: 36px;
}

.site-footer .socials a {
  color: #fff;
}

.site-footer .socials a:hover {
  color: #a77a24;
}

.header-basic,
.single .post > header {
  height: 100vh;
  color: #fff;
  position: relative;
  background-position: center;
}

.header-basic .cover-image {
  margin: 0;
  height: 100%;
  position: relative;
}

.header-basic + .container-content,
.inside-header {
  position: relative;
}

.single-program .inside-header {
  padding-bottom: 30px !important;
}

.home .header-basic + .container-content::before,
.inside-header::before {
  content: "scroll";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 1;
}

.home .header-basic + .container-content::after,
.inside-header::after {
  content: "";
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: block;
  background: var(--wpr-bg-f55456c7-8e26-42a7-a145-77b557e86983) no-repeat center center /
    contain;
  width: 60px;
  height: 24px;
}

.home .header-basic .cover-image::after,
.single .post > header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
}

.home .header-basic .cover-image::after {
  background: linear-gradient(rgba(0, 0, 0, 0.4) 75%, rgba(255, 255, 255, 0.7));
}

.header-basic .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
}

.home .header-basic .container {
  max-width: 100%;
}

.header-basic h1 {
  text-align: center;
}

.home .header-basic h1 {
  font-size: 50px;
  font-family: "black_diamondregular";
  color: #fff;
  opacity: 0;
  transition: all 2000ms;
  font-weight: 400;
}

.home .header-basic h1.loaded {
  transition-delay: 1s;
  opacity: 1;
}

.header-basic h2 {
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  margin: 30px auto 0 auto;
}

.site-footer {
  background: #404040;
}

.site-footer .widget-title {
  text-transform: uppercase;
  color: #a77a24;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: proxima-nova, sans-serif;
}

.site-footer .menu li {
  justify-content: center;
}

.site-footer .menu li a {
  font-size: 15px;
  text-transform: none;
  color: #fff;
}

.site-footer .menu li a:hover {
  color: #a77a24;
}

.site-footer .socials {
  padding: 30px 0;
}

.site-footer .copyright {
  text-align: center;
  font-size: 15px;
  padding-bottom: 30px;
  color: #fff;
}

.site-footer .copyright span {
  display: none;
}

.site-footer a > img {
  display: block;
  margin-bottom: 15px;
}

.site-footer a img:hover {
  opacity: 0.7;
}

.submenu-dropdown-toggle svg {
  transform: rotate(0) !important;
}

.intro {
  font-size: 25px;
  font-family: "Faustina", serif;
  text-align: center;
  padding-bottom: 30px !important;
}

.intro > div {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

#primary .post-slider {
  max-width: calc(100% + 60px) !important;
  margin-left: -30px !important;
  margin-right: -30px !important;
  width: calc(100% + 60px) !important;
  padding-top: 0;
  position: relative;
}

.home .post-slider {
  text-align: center;
}

.post-slider .image {
  max-height: 816px;
}

.post-slider .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.post-slider h4 {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 5px;
  color: #808080;
  letter-spacing: 2px;
}

.post-slider h2 {
  font-size: 30px;
  margin: 0;
}

.post-slider h2 a {
  color: #2b2b2b;
}

.post-slider .excerpt {
  padding: 0 0 30px;
  font-size: 20px;
  font-family: faustina, serif;
  max-width: 80%;
  margin: 0 auto;
}

.feat-initiatives .excerpt {
  margin: 0 auto;
}

.feat-posts .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.feat-posts .content {
  background: #893f1d;
}

.feat-posts .content * {
  color: #fff;
}

.slick-arrow {
  position: absolute;
  bottom: 60px;
  width: 46px;
  height: 46px;
  z-index: 9;
  cursor: pointer;
  color: transparent;
  transition: all 250ms;
  transform-origin: center;
}

.slick-arrow:hover {
  width: 52px;
  height: 52px;
}

.slick-prev {
  transform: rotate(-180deg);
  left: 30px;
}

.slick-next {
  right: 30px;
}

.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 65px;
  left: 0;
  text-align: center;
  margin: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  border-radius: 50%;
  background: #06373e;
  width: 15px;
  height: 15px;
  box-shadow: none;
  border: none;
  transition: 250ms;
  outline: none !important;
}

.slick-dots .slick-active button {
  background: #a77a24;
}

.post-slider .button {
  margin-right: 30px;
}

.stats {
  background: #06373e;
  padding: 60px 0;
  text-align: center;
  position: relative;
  color: #e8e2d6;
}

.stats .wp-block-columns {
  margin-bottom: 0;
}

.stats h3 {
  font-size: 120px;
  font-family: "black_diamondregular";
  font-weight: 400;
  margin: 0 0 30px;
}

.stats h3::after,
.stats h4::after {
  content: "";
  display: block;
  background: var(--wpr-bg-70483cbe-021f-44a9-9ed3-15976089b4a8) no-repeat center center / contain;
  width: 60px;
  height: 8px;
  margin: 15px auto 0;
}

.stats h4::after {
  margin-top: 36px;
}

.stats p {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
  max-width: 70%;
  margin: 0 auto;
}

.stats .date p {
  font-size: 18px;
  letter-spacing: 2px;
}

.stats .date p::after {
  content: "";
  display: block;
  background: var(--wpr-bg-a318c758-762a-4a23-9b7c-d365af6448da) no-repeat center center /
    contain;
  width: 115px;
  height: 28px;
  transform: rotate(-90deg);
  margin: 60px auto 30px;
}

.stats h4 {
  font-size: 100px;
  font-family: "black_diamondregular";
  font-weight: 400;
  margin: 60px 0 30px;
}

.sign-up {
  padding: 60px 0;
}

.sign-up .spaced-caps {
  color: #808080;
  margin: 0;
  font-size: 20px;
}

.sign-up h2 {
  font-size: 50px;
  margin: 0 0 30px !important;
}

.sign-up > div:first-of-type {
  padding-right: 30px;
}

#primary .collage {
  max-width: calc(100% + 60px) !important;
  width: calc(100% + 60px) !important;
  background-color: #06373e;
  margin: 0 -30px 30px !important;
}

.home #primary .collage {
  background: linear-gradient(#06373e 60%, transparent 40%);
}

.collage-inner {
  margin: 0 auto;
  max-width: 90%;
}

.masonry-item {
  padding: 5px;
  height: auto;
}

.masonry-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 500ms;
}

.masonry-item img:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.c-accordion__item + .wp-block-button {
  margin-top: 30px;
}

.c-accordion__item:last-of-type .c-accordion__title {
  border: none;
}

.c-accordion__title {
  /* text-transform: capitalize; */
  font-size: 22px;
  font-weight: 400;
  padding: 30px 60px 30px 0;
  border-bottom: 1px solid #eee;
  margin: 0;
  transition: all 500ms;
}

.c-accordion__title strong,
.c-accordion__title b {
  font-weight: 400;
}

.c-accordion__title:hover {
  color: #a77a24;
}

.is-open .c-accordion__title {
  border-bottom: #eee;
  color: #a77a24;
}

.c-accordion__title::after {
  content: "" !important;
  display: block;
  width: 44px;
  height: 44px;
  background: var(--wpr-bg-767bf2d8-ab96-480e-80d6-706c0919c2fa) no-repeat center center /
    contain;
  transform: translateY(-50%) rotate(90deg);
}

.is-open .c-accordion__title::after {
  transform: translateY(-50%) rotate(-90deg);
}

.c-accordion__content {
  padding: 15px 60px 30px 0;
  border-bottom: 1px solid #eee;
}

.c-accordion__content .wp-block-columns:last-of-type {
  margin-bottom: 0;
}

.grants th.sorting_disabled {
  padding: 0 !important;
}

.grants th:not(.sorting_disabled) {
  width: 33% !important;
}

.search-form-wrapper {
  position: absolute;
  top: -80px;
  left: -280px;
  width: 300px;
  z-index: 999 !important;
  transition: all 500ms;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.search-form-wrapper.active {
  top: -12px;
  opacity: 1;
  pointer-events: all;
}

.search-form-wrapper .search-form {
  background: #fff;
  padding: 5px 10px;
}

.search-form-wrapper .search-field,
.search-form-wrapper .search-submit,
.search .search-field,
.search .search-submit,
.page-template-resource-search .search-field,
.page-template-resource-search .search-submit {
  border: none !important;
}

.search-submit {
  color: #852e24 !important;
}

.unclickable > a:hover {
  cursor: default;
}

.page-header.layout-center-content,
.single-resource .entry-header.layout-center-content {
  background: #2b2b2b var(--wpr-bg-ab60dbad-c20f-43ff-b888-c145d7b2e4e2) no-repeat
    center center / cover;
  background-attachment: fixed !important;
}

.post-type-archive-stories .page-header,
.archive .page-header,
.single-resource .entry-header.layout-center-content {
  background-color: #06373e !important;
}

.header-content.container-fluid {
  margin: 60px auto 0;
  max-width: 80%;
}

.search .page-title,
.page-template-resource-search .page-title {
  margin-bottom: 30px;
}

.search #page #primary .search-form,
.page-template-resource-search #page #primary .search-form {
  width: 80%;
  max-width: 600px !important;
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  justify-content: space-between;
}

.site-top .close-window:hover svg path {
  fill: #852e24;
}

#outdated {
  background-color: #852e24;
}

.single article .entry-content {
  margin-bottom: 0;
}

.single .program .entry-content {
  margin-bottom: 0;
}

.single .category-initiatives + .addthis_inline_share_toolbox {
  display: none;
}

#primary .program-contact,
#primary .cta,
#primary .board-members {
  background: #893f1d var(--wpr-bg-43c9ff90-525c-4b85-9aac-6a57f5dbe72b) no-repeat
    center center / cover;
  max-width: calc(100% + 60px) !important;
  width: calc(100% + 60px) !important;
  margin: 30px -30px 0 !important;
  padding: 60px 30px;
  background-attachment: fixed !important;
}

.grant_category-language .program-contact {
  background-color: #893f1d !important;
}

.grant_category-arts .program-contact {
  background-color: #007484 !important;
}

.grant_category-heritage .program-contact {
  background-color: #644464 !important;
}

.program-contact .content,
.cta .content {
  margin: 0 auto;
  max-width: 600px;
  color: #e8e2d6;
  text-align: center;
}

.program-contact .content h2 {
  font-family: "black_diamondregular";
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 30px;
}

.program-contact .content .wp-block-button__link {
  background: #e8e2d6;
  color: #a77a24;
}

.program-contact .content .wp-block-button__link:hover {
  color: #e8e2d6;
  background: #a77a24;
}

.program-contact .wp-block-button {
  margin-bottom: 0;
}

#primary article.post .program-contact {
  margin-bottom: 30px !important;
}

.all-grants-link {
  padding-bottom: 30px;
  padding-top: 0 !important;
}

.all-grants-link + h2 {
  margin-top: 0;
}

.all-grants-link img {
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.all-grants-link span {
  vertical-align: top;
  margin-top: 2px;
  display: inline-block;
  font-size: 15px;
}

.grant-details {
  padding: 15px 0;
  margin-bottom: 30px;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  font-size: 16px;
}

.grant-details label {
  font-weight: bold;
  display: block;
}

.grant-details .deadline > div:first-of-type {
  border-radius: 15px;
  font-size: 11px;
  background: #5f9a63;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
}

.grant-header {
  position: relative;
}

.video-details + .video-details {
  border-top: 1px solid #e8e2d6;
}

.video-row {
  display: flex;
}

.video-wrap {
  flex-basis: 140px;
  height: 96px;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}

.video-wrap:hover img {
  transform: scale(1.1);
}

.video-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: var(--wpr-bg-9aa6ad14-7e06-4381-946e-edb117757afd) no-repeat center center / contain;
  width: 50px;
  height: 50px;
}

.video-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 1s;
}

.video-details .button {
  display: block;
  font-size: 15px;
  padding: 4px 8px;
}

.wp-block-file {
  margin-top: 30px;
}

#primary .cta {
  padding: 120px 30px;
  text-align: center;
}

.cta .content h2 {
  font-size: 50px;
}

.entry-content > div[class*="block"]:last-of-type {
  padding-bottom: 30px;
}

.entry-content > :last-child {
  padding-bottom: 30px;
}

#primary .board-members {
  background-color: #06373e !important;
  position: relative;
  margin-bottom: 30px !important;
}

#primary .board-members-inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px !important;
  justify-content: center;
}

.board-member {
  flex-basis: 100%;
  padding: 30px;
  text-align: center;
  color: #e8e2d6;
}

/* .board-member:first-child {
  flex-basis: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.board-member:first-child .profile {
  width: 33%;
  padding-bottom: 33%;
} */

.board-member .content {
  display: none;
}

.board-member > .profile,
.board-member h3 {
  cursor: pointer;
}

.board-member > .profile {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
}

.board-member > .profile img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 500ms;
  position: absolute;
  top: 0;
  left: 0;
}

.board-member > .profile:hover img {
  transform: scale(1.05);
}

.board-member .title {
  margin-bottom: 0;
}

.profile-inner h3 {
  font-size: 40px;
  margin: 0 0 5px 0;
}

.board-member h3 {
  margin: 0 0 5px 0;
  font-size: 28px;
}

.profile-inner .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fancybox-stage .fancybox-content {
  background: #e8e2d6 !important;
  border-radius: 5px;
  padding: 40px;
}

.fancybox-close-small {
  top: 15px !important;
  right: 15px !important;
}

.card {
  padding: 15px;
  background: #eee;
  border-radius: 0;
  box-shadow: none;
  max-width: 800px;
}

.card .card-title {
  margin-top: 5px;
}

.card .header-image img {
  margin: -15px -15px 15px -15px;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
}

.card .term-link {
  margin-right: 10px;
  display: inline-block;
}

.card .delim {
  display: none;
}

.after-article {
  padding: 0 30px 30px;
}

.filter-wrapper {
  position: relative;
  padding: 30px 0 0;
}

.filter-label {
  padding-top: 20px;
}

.filters {
  padding-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  clear: both;
}

.filters > * {
  flex-basis: calc(25% - 10px);
  margin: 5px;
}

.filters {
  text-align: center;
}

.fancybox-close-small {
  top: 0px !important;
  right: 0px !important;
}

.filters .search-form input {
  padding: 10px 15px;
}

#primary #main .filters .search-form input,
#primary #main .filters .search-form button,
#primary #main .filters .search-form input:focus {
  border-color: #eee !important;
  outline: none !important;
  box-shadow: none !important;
}

.resource-search {
  margin: 30px 0 0 0;
  max-width: 300px;
  float: right;
}

#main .resource-search.search-form .search-field {
  padding: 10px 30px;
  border: 1px solid #eee !important;
  box-shadow: none;
  border-radius: 5px 0 0 5px;
  outline: none !important;
  background: #fff;
}

.resource-search.search-form .input-append {
  border-color: #eee !important;
  border-radius: 0 5px 5px 0;
}

.conditional {
  display: none;
}

.term-arts .arts-categories,
.term-language .language-categories,
.term-heritage .heritage-categories,
.tax-arts_program .arts-categories,
.tax-language_program .language-categories,
.tax-heritage_program .heritage-categories {
  display: block;
}

#primary table.dataTable thead .sorting_asc,
#primary table.dataTable thead .sorting_desc,
#primary table.dataTable thead .sorting {
  background-image: none;
  position: relative;
}

#primary table.dataTable thead .sorting::before {
  opacity: 0.3;
}

#primary table.dataTable thead .sorting_asc::before,
#primary table.dataTable thead .sorting_desc::before,
#primary table.dataTable thead .sorting::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  width: 20px;
  height: 20px;
  background: var(--wpr-bg-169f4acf-568a-4c9f-a215-46592ee77645) no-repeat center center /
    12px;
  filter: brightness(0);
  transform: translateY(-50%);
}

#primary table.dataTable thead .sorting_asc::before {
  transform: translateY(-50%) rotate(180deg);
}

#primary select:not([name^="DataTables"]) {
  padding: 10px 30px;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: none;
  font-weight: normal;
  border-radius: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='576' viewBox='0 0 1024 576'%3E%3Cpath fill='%23852E24' d='M1024,64 C1024,81.3333333 1017.66667,96.3333333 1005,109 L557,557 C544.333333,569.666667 529.333333,576 512,576 C494.666667,576 479.666667,569.666667 467,557 L19,109 C6.33333333,96.3333333 0,81.3333333 0,64 C0,46.6666667 6.33333333,31.6666667 19,19 C31.6666667,6.33333333 46.6666667,0 64,0 L960,0 C977.333333,0 992.333333,6.33333333 1005,19 C1017.66667,31.6666667 1024,46.6666667 1024,64 Z'/%3E%3C/svg%3E%0A");
  cursor: pointer;
}

select[name^="DataTables"] {
  float: left;
}

.programs table.dataTable {
  padding-top: 30px;
  margin-bottom: 15px;
  border: none !important;
  min-width: 800px !important;
}

.programs table.dataTable tbody td,
.programs table.dataTable thead th,
table.dataTable thead td {
  padding: 15px 10px;
}

.programs table.dataTable thead th,
.programs table.dataTable thead td {
  border: none !important;
  text-decoration: underline;
  color: #852e24;
  background-color: #eee;
}

.programs .dataTables_length select {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='576' viewBox='0 0 1024 576'%3E%3Cpath fill='%23852E24' d='M1024,64 C1024,81.3333333 1017.66667,96.3333333 1005,109 L557,557 C544.333333,569.666667 529.333333,576 512,576 C494.666667,576 479.666667,569.666667 467,557 L19,109 C6.33333333,96.3333333 0,81.3333333 0,64 C0,46.6666667 6.33333333,31.6666667 19,19 C31.6666667,6.33333333 46.6666667,0 64,0 L960,0 C977.333333,0 992.333333,6.33333333 1005,19 C1017.66667,31.6666667 1024,46.6666667 1024,64 Z'/%3E%3C/svg%3E%0A");
  border: 1px solid grey;
}

.programs .dataTable,
.programs .dataTable thead,
.programs .dataTable tbody {
  display: block;
}

.programs .dataTable tr {
  display: flex;
  flex-wrap: wrap;
}

.programs .dataTable .col-50 {
  flex-basis: calc(100% / 2);
  transition: all 500ms;
  cursor: pointer;
  font-size: 22px;
}

.programs .dataTable .col-25 {
  flex-basis: calc(100% / 4);
}

.programs .dataTables_wrapper .dataTables_filter input {
  margin-left: 0;
}

.grant-header {
  transition: all 500ms;
  position: relative;
  padding-left: 30px !important;
}

.grant-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  background: var(--wpr-bg-320dde47-a452-4a71-9ccd-09b36d6869ae) no-repeat center center /
    cover;
  pointer-events: none;
  transform: rotate(90deg);
  transition: all 500ms;
}

.grant-header.active::before {
  transform: rotate(-90deg);
}

.grant-header .col-50 {
  transition: all 500ms;
  cursor: pointer;
}

.grant-header:not(.active) .col-50:hover {
  color: #a77a24;
}

.programs .dataTable th,
.programs .dataTable td {
  box-sizing: border-box;
  padding: 15px 30px !important;
}

.programs .dataTable .snippet {
  flex-basis: 100% !important;
  padding-bottom: 30px !important;
}

.programs .snippet .button {
  padding: 5px 20px;
  margin-right: 15px;
  background: #a77a24;
  border-color: #a77a24;
  color: #fff;
}

.programs .snippet .button:hover {
  background: #fff;
  color: #a77a24;
}

.programs table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-position: calc(100% - 15px) center !important;
}

.pagination .page-numbers,
.programs
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button:not(.previous):not(.next) {
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #852e24;
  border: 1px solid #eee;
  padding: 8px;
  text-decoration: none;
  background: #fff;
  transition: all 500ms;
  margin-right: 5px;
  line-height: 1.2;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.programs .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.programs .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.programs
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  color: #fff !important;
  background: #852e24 !important;
}

.pagination .page-numbers .icon {
  top: -2px;
  left: -2px;
}

.post-navigation .nav-links {
  overflow: auto;
}

.post-navigation .nav-links > .nav-previous {
  float: left;
}

.post-navigation .nav-links > .nav-next {
  float: right;
}

.programs {
  padding-top: 0;
}

.contact .entry-header.layout-center-content {
  background: #fff;
  min-height: 0;
  padding-top: 90px;
}

.contact .entry-header.layout-center-content > div {
  display: none;
}

.contact #main .gform_wrapper {
  padding: 30px;
  width: calc(100% + 60px);
  max-width: calc(100% + 60px) !important;
  margin: 30px -30px 0 !important;
  background: #852e24 var(--wpr-bg-167bc768-faea-4895-b6d2-1cb79c5cd4c7) no-repeat
    center center / cover;
  color: #e8e2d6;
  background-attachment: fixed !important;
  position: relative;
}

.contact #main .gform_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
}

#main .gform_wrapper .gform_title {
  font-size: 32px;
  font-weight: normal;
  color: #e8e2d6;
}

#main .gform_wrapper form,
#main .gform_wrapper .gform_title {
  max-width: 930px;
  margin: 0 auto;
  position: relative;
}

#main .gform_wrapper form input:not([type="submit"]),
#main .gform_wrapper form textarea {
  background: #eee;
  border: none;
  padding: 10px 15px;
}

#main .gform_wrapper .gform_footer input.button,
#main .gform_wrapper .gform_footer input[type="submit"],
#main .gform_wrapper .gform_page_footer input.button,
#main .gform_wrapper .gform_page_footer input[type="submit"] {
  background: #fff;
  color: #852e24;
}

#main .gform_wrapper .gform_footer input.button:hover,
#main .gform_wrapper .gform_footer input[type="submit"]:hover,
#main .gform_wrapper .gform_page_footer input.button:hover,
#main .gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background: #852e24;
  color: #fff;
}

#primary .gform_wrapper .gfield_required {
  color: #a77a24;
}

.c-accordion__item.borders .wp-block-columns {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.c-accordion__item.borders .wp-block-columns:last-of-type {
  border: none;
  padding-bottom: 0;
}

.c-accordion__item.borders .wp-block-column:last-of-type {
  text-align: right;
}

.c-accordion__item.borders .wp-block-button,
.c-accordion__item.borders .wp-block-button a,
.post-type-archive-tribe_events
  .tribe-events-calendar-list__event-wrapper.tribe-common-g-col {
  margin: 0 !important;
}

.home .tribe-events-header,
.home .tribe-events-c-nav,
.home .tribe-events-c-ical,
.home .tribe-events-calendar-list__month-separator-text,
.home .tribe-events .tribe-events-calendar-list__month-separator::after {
  display: none !important;
}

#page .tribe-events .tribe-events-c-ical__link::before,
#page .tribe-events .tribe-events-c-events-bar__search-button--active::before,
#page .tribe-events .tribe-events-c-view-selector__button--active::before {
  display: none;
}

#page .tribe-events .tribe-events-l-container {
  padding-bottom: 60px;
  padding-top: 30px;
  min-height: 0;
}

.home #page .tribe-events .tribe-events-l-container {
  padding-bottom: 0;
  padding-top: 15px;
}

#main #tribe-events-events-bar-keyword {
  padding: 10px 15px;
  background-image: none;
}

#page .tribe-events-calendar-list__event-date-tag-datetime > span {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #852e24;
  display: block;
  padding: 4px 0;
  margin-bottom: 0;
}

#page
  .tribe-events-calendar-list__event-date-tag-datetime
  > span:first-of-type {
  border-bottom: 1px solid #fff;
}

.post-type-archive-tribe_events
  #page
  .tribe-events-calendar-list__event-date-tag-datetime
  > span:last-of-type {
  line-height: 1.8;
}

#page .tribe-events-calendar-list__event-datetime,
#page
  .tribe-events
  .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
  text-transform: uppercase;
  color: #a77a24;
  letter-spacing: 1px;
}

#page .tribe-common .tribe-common-b2 {
  font-family: proxima-nova, sans-serif;
}

#page .tribe-events .tribe-events-calendar-list__event-wrapper {
  margin-left: 15px;
}

#page .tribe-events .tribe-events-calendar-list__event-datetime-wrapper {
  margin: 0;
}

#page .tribe-events .tribe-events-c-view-selector__content {
  width: 130px;
}

#page .tribe-events .tribe-events-calendar-month__day-cell--selected,
#page .tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
#page .tribe-events .tribe-events-calendar-month__day-cell--selected:hover,
#page .tribe-events .datepicker .day.active,
#page .tribe-events .datepicker .day.active.focused,
#page .tribe-events .datepicker .day.active:focus,
#page .tribe-events .datepicker .day.active:hover,
#page .tribe-events .datepicker .month.active,
#page .tribe-events .datepicker .month.active.focused,
#page .tribe-events .datepicker .month.active:focus,
#page .tribe-events .datepicker .month.active:hover,
#page .tribe-events .datepicker .year.active,
#page .tribe-events .datepicker .year.active.focused,
#page .tribe-events .datepicker .year.active:focus,
#page .tribe-events .datepicker .year.active:hover,
.events-list
  .tribe-events
  .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #852e24;
}

#page .tribe-events .tribe-events-c-ical__link {
  line-height: 1.5;
  width: auto;
  display: inline-block;
}

#page .tribe-events .tribe-events-calendar-month__calendar-event-title {
  font-size: 18px;
}

.post-type-archive-tribe_events
  #page
  .tribe-events-calendar-list__event-title
  a {
  line-height: 0;
}

.post-type-archive-tribe_events
  #page
  .tribe-events-calendar-list__event-title-link,
.single-tribe_venue .tribe-events-calendar-list__event-title a {
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 16px;
}

.post-type-archive-tribe_events
  #page
  a.tribe-events-calendar-list__event-title-link:hover,
.single-tribe_venue .tribe-events-calendar-list__event-title:hover {
  text-decoration: underline;
}

.post-type-archive-tribe_events
  .tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-row
  > .tribe-events-calendar-list__event-date-tag {
  padding-right: 0;
  width: 54px;
}

.tribe-events-calendar-list__event-title {
  margin: 0 !important;
}

.single #tribe-events .tribe-events-notices {
  background: #852e24;
  color: #fff;
  border-radius: 5px;
  border-color: #852e24;
  text-shadow: none;
}

.single #tribe-events h2.tribe-events-schedule__datetime {
  font-weight: normal;
  font-size: 18px;
  color: #a77a24;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#page
  .tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-events-bar--border,
.single #tribe-events-footer {
  border: none;
}

.post-type-archive-tribe_events .tribe-events-header {
  padding-top: 162px !important;
}

#tribe-events-events-bar-keyword {
  border-color: #eee !important;
}

.tribe-events-c-search__input-group {
  max-width: 280px;
}

.tribe-events .tribe-events-c-search__button {
  margin-left: 15px;
}

.post-type-archive-tribe_events .month.active.current,
#page .tribe-events .datepicker .month.active,
#page .tribe-events .datepicker .month.active.focused {
  background: #852e24 !important;
}

body
  .tooltipster-base.tribe-events-tooltip-theme
  .tooltipster-box
  .tooltipster-content {
  padding: 15px !important;
  color: #2b2b2b;
  background: #eee !important;
}

body .tooltipster-sidetip .tooltipster-content time span {
  color: #2b2b2b !important;
  font-size: 12px;
}

body .tooltipster-sidetip .tooltipster-box {
  border: none !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

body .tooltipster-base h1,
body .tooltipster-base h2,
body .tooltipster-base h3,
body .tooltipster-base h4,
body .tooltipster-base h5 {
  font-size: 22px !important;
}

body .tribe-events-c-top-bar__datepicker-button,
body .tribe-events-c-nav button,
body .tribe-events-c-nav__next,
body .tribe-events-c-nav__prev {
  background: #852e24;
  border: 1px solid #852e24;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
}

body .tribe-events-c-top-bar__datepicker-button:hover,
body .tribe-events-c-top-bar__datepicker-button:focus,
body .tribe-events-c-nav button:hover,
body .tribe-events-c-nav button:focus {
  background: #fff;
  color: #852e24;
}

#page .tribe-events .tribe-events-c-search__button {
  max-width: 200px;
}

.single #tribe-events-content {
  padding: 194px 30px 60px;
  margin: 0 auto;
  max-width: 930px;
}

.single .tribe-events-single-event-title {
  margin: 15px 0;
}

.single
  .tribe-block__venue
  .tribe-block__venue__meta
  .tribe-block__venue__address
  a {
  color: #a77a24;
}

.single .tribe-events-pro .tribe-events-pro-venue__meta-data {
  padding: 15px 0;
}

.single-tribe_venue .tribe-events-calendar-list {
  margin-top: 30px;
}

.events-list .view-all {
  margin: 0;
}

.events-list .view-all a {
  border-color: #852e24;
  background: #852e24;
  margin: 0;
}

.events-list .view-all a:hover {
  background: #fff;
  color: #852e24;
}

.events-list .tribe-common .tribe-common-l-container,
.events-list
  .tribe-events-c-top-bar__datepicker
  .tribe-events-c-top-bar__datepicker-button {
  padding-left: 0;
  padding-right: 0;
}

.post-type-archive-tribe_events
  .tribe-common--breakpoint-medium.tribe-common
  #tribe-events-events-bar-keyword {
  padding: 15px;
}

.single .nav-links a {
  text-decoration: none;
}

.single .nav-links .nav-title span:not(.nav-title-icon-wrapper) {
  position: relative;
  bottom: 15px;
}

.single .nav-previous img {
  transform: rotate(180deg);
  margin-right: 15px;
}

.single .nav-next img {
  margin-left: 15px;
}

.sign-up form .button {
  margin-top: 0 !important;
}

.acknowledgement {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
}

#colophon .acknowledgement P {
  max-width: 1000px !important;
}

.addthis_inline_share_toolbox {
  max-width: 930px;
  margin: 0 auto 30px;
  padding-left: 0 !important;
}

#primary .gfield_checkbox input[type="checkbox"],
article.category-initiatives .addthis_inline_share_toolbox {
  display: none;
}

#primary .gfield_checkbox label {
  position: relative;
  padding-left: 30px;
}

#primary .gfield_checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #eee;
}

#primary .gfield_checkbox label::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
  transition: all 500ms;
}

#primary .all-selected label::after,
#primary .gfield_checkbox .selected::after {
  background: #a77a24;
}

.single-tribe_venue #site-content {
  padding-top: 164px;
}

/* TIMELINE */
#page .timeline-date {
  display: none !important;
}

#page .cd-timeline-content {
  border-radius: 5px;
  background-color: #f0eee9 !important;
  box-shadow: none !important;
  margin-bottom: -30px;
}

#page #cd-timeline::before {
  background: #9a9a9a;
}

#page .cd-timeline-title-container {
  color: #575757;
}

#page .cd-timeline-title-container {
  color: #575757;
  position: relative;
  z-index: 2;
}

#page .arrow {
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 30px solid #f0eee9;
  border-left: 20px solid rgba(255, 255, 255, 0);
  border-right: 20px solid rgba(255, 255, 255, 0);
  position: absolute;
  right: -25px;
  -moz-transform: scale(0.9999);
  transform: rotate(90deg);
}

.cd-timeline-block {
  margin-top: 0;
  position: relative;
}

.cd-timeline-img {
  top: 20px;
}

#page .cd-timeline-content .the-excerpt {
  padding: 0 5px;
}

.feat-initiatives .button {
  width: 192px;
}

#cookie-law-info-bar {
  left: 0px;
  padding: 15px 30px;
  color: #2b2b2b;
  z-index: 999;
  width: 100%;
  text-align: center;
}

#cookie_action_close_header {
  border-radius: 50px;
  font-weight: bold;
}

.single .tribe-block__btn--link a img {
  filter: grayscale(100%);
}

.media-centre .entry-content > .wp-block-group {
  padding-top: 30px;
}

.media-centre .wp-block-column h4 {
  margin-bottom: 0.5em;
}

.media-centre
  .wp-block-group__inner-container
  .c-accordion__item:first-of-type {
  margin-top: -30px;
}

.media-centre .borders .wp-block-columns {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.media-centre .small-buttons .wp-block-button {
  margin-bottom: 0;
}

.media-centre .small-buttons .wp-block-button a,
.post-type-archive-in_the_news .wp-block-button__link,
.block-in-the-news .wp-block-button__link {
  margin-top: 0;
  padding: 5px 20px;
  background: #fff;
  color: #a77a24;
}

.media-centre .small-buttons .wp-block-button a:hover,
.post-type-archive-in_the_news .wp-block-button__link:hover,
.block-in-the-news .wp-block-button__link:hover {
  background: #a77a24;
  color: #fff;
}

.media-centre .small-buttons .wp-block-column .wp-block-image {
  height: 192px;
}

.media-centre .small-buttons .wp-block-column img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sign-up-follow h3 {
  font-size: 50px;
}

.sign-up-follow .socials {
  padding-top: 90px;
  overflow: auto;
  display: flex;
}

.sign-up-follow .socials a {
  flex-basis: 25%;
}

#main .sign-up-follow .gform_wrapper .gform_footer input.button {
  background: #852e24;
  color: #fff;
  border-color: #852e24;
}

#main .sign-up-follow .gform_wrapper .gform_footer input.button:hover {
  background: #fff;
  color: #852e24;
}

.sign-up-follow .gform_wrapper {
  margin: 0;
}

.sign-up-follow .wp-block-column:last-child {
  text-align: center;
}

.media-centre #primary .program-contact {
  background-color: #8d1914;
}

.media-centre .program-contact .spaced-caps {
  position: relative;
  color: transparent;
}

.media-centre .program-contact .spaced-caps:after {
  content: "Media Contact";
  display: block;
  top: 0;
  left: 0;
  color: #e8e2d6;
}

.infographic > a[data-fancybox] {
  display: block;
  max-width: 150px;
  border: 2px solid #eee;
}

.error404 .site-content {
  padding-top: 160px;
  background: #852e24 var(--wpr-bg-3f5d6e91-68c5-4c1b-8ec7-89a22a89ee5c) no-repeat
    center center / cover;
  position: relative;
}

.error404 .site-content::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
}

.error404 .container-content {
  position: relative;
}

.news-release {
  padding-bottom: 30px;
}

.news-release h3 {
  margin: 0 0 15px 0;
}

.news-release .wp-block-file {
  margin: 15px 0 0 0;
}

.news-release .button {
  padding: 5px 20px;
}

#primary .logos-guidelines {
  width: calc(100% + 60px) !important;
  max-width: calc(100% + 60px) !important;
  margin: 60px -30px 30px;
  background-color: #f0eee9;
}

#primary .logos-guidelines .alignwide {
  max-width: 900px;
}

.logos-guidelines .flex {
  align-items: center;
}

.logos-guidelines .left {
  flex-basis: 70%;
}

.logos-guidelines .right {
  flex-basis: 30%;
}

.logos-guidelines a {
  flex-basis: 25%;
  text-align: center;
}

.logos-guidelines a svg {
  display: none;
}

.logos-guidelines .alignwide > div {
  padding: 30px 0;
  border-bottom: 1px solid #bebebe;
}

.logos-guidelines .alignwide > div:last-of-type {
  border-bottom: 0;
}

#main .inside-header .entry-title {
  font-size: 50px;
  text-align: left;
  margin-bottom: 0;
}

#main .inside-header h2 {
  text-align: left;
  margin: 0;
}

.beautiful-taxonomy-filters .beautiful-taxonomy-filters-tax label {
  display: none;
}

.beautiful-taxonomy-filters-select-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0;
}

.beautiful-taxonomy-filters-select-wrap > div {
  flex-basis: calc(25% - 15px);
  max-width: calc(25% - 15px);
  margin-right: 15px;
}

.beautiful-taxonomy-filters-select-wrap > div:last-child {
  margin-right: 0;
}

#beautiful-taxonomy-filters-form {
  text-align: right;
}

.beautiful-taxonomy-filters-button,
.beautiful-taxonomy-filters-clear-all {
  margin-top: 15px;
}

.beautiful-taxonomy-filters-clear-all {
  margin-left: 15px;
}

.select2-container .select2-selection--single {
  height: 50px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 50px;
  text-align: left;
  padding: 0 30px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #8d1914 transparent transparent transparent !important;
  border-width: 8px 6px 0 6px !important;
  left: 0;
}

.select2-container {
  width: 100% !important;
}

.btf-filtered .first {
  display: none;
}
/* END GLOBAL */
@media (max-width: 400px) {
  #panel-right .menu li .menu-item-link a {
    font-size: 12px;
  }
  #page .cd-timeline-content {
    margin-left: 0;
  }
  #cd-timeline::before,
  .cd-timeline-img,
  .cd-timeline-content svg {
    display: none;
  }
  .home .header-basic h1 {
    font-size: 40px;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding: 0 15px;
  }
  #panel-right .top-bar {
    top: 290px !important;
  }
  .top-bar .button {
    padding: 5px 15px !important;
    width: 192px !important;
  }
  #panel-right .socials svg {
    width: 24px !important;
    height: 24px !important;
  }
}
@media (max-width: 640px) {
  .home .header-basic h1 {
    font-size: 60px;
  }
  .programs .dataTables_wrapper .dataTables_filter input {
    margin-left: 0;
  }
  .search-form-wrapper .search-form {
    top: 25%;
  }
  #primary .tribe-events .tribe-events-c-ical {
    text-align: left;
  }
  #main .inside-header .entry-title {
    font-size: 32px;
  }
  #main .inside-header h2 {
    font-size: 28px;
  }
  .logo-wrapper img {
    max-width: 220px;
  }
  .site-top {
    height: 110px !important;
  }
  .beautiful-taxonomy-filters-select-wrap > div {
    flex-basis: 100% !important;
    max-width: 100% !important;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .beautiful-taxonomy-filters-button,
  .beautiful-taxonomy-filters-clear-all {
    display: block;
    width: 100%;
    margin-left: 0 !important;
  }
}
@media (max-width: 800px) {
  .block-in-the-news .news-release,
  .post-type-archive-in_the_news .news-release {
    flex-wrap: wrap;
  }
  .block-in-the-news .news-release h4,
  .block-in-the-news .news-release .wp-block-buttons,
  .post-type-archive-in_the_news .news-release h4,
  .post-type-archive-in_the_news .news-release .wp-block-buttons {
    flex-basis: 100%;
    justify-content: flex-start;
  }
  .post-slider {
    padding-bottom: 0;
  }
  .post-slider .content {
    padding: 30px;
  }
  .feat-posts .slick-dots button {
    background: #a77a24;
    opacity: 0.5;
  }
  .feat-posts .slick-dots .slick-active button {
    background: #a77a24;
    opacity: 1;
  }
  .feat-posts .slick-arrow {
    bottom: 160px;
  }
  .feat-posts .slick-dots {
    bottom: 165px;
  }
  .feat-initiatives .slick-arrow {
    bottom: 30px;
  }
  .feat-initiatives .slick-dots {
    bottom: 35px;
  }
  .feat-initiatives .content {
    text-align: center;
  }
  .masonry-item {
    width: 50%;
  }
  .sign-up h2 {
    font-size: 36px;
  }
  .footer-widgets {
    flex-wrap: wrap;
  }
  .footer-widgets > div {
    flex-basis: calc(50% - 30px);
  }
  .grant-details > div {
    padding: 15px 0;
    border-bottom: 1px solid #b9b9b9;
  }
  .grant-details > div:first-of-type {
    padding-top: 0;
  }
  .grant-details > div:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .grant-details .deadline > div {
    margin-bottom: 5px;
  }
  #page .cd-timeline-block .cd-timeline-content svg {
    position: absolute;
    transform: rotate(-90deg);
    color: #f0eee9;
    width: 60px;
    left: 25px;
    top: -30px;
    z-index: 2;
  }
  .intro .wp-block-button:last-of-type a {
    margin-top: 0;
  }
  .post-slider h2 {
    margin: 0 0 15px;
  }
  .c-accordion__item.borders .wp-block-column:last-of-type {
    text-align: left;
    margin-top: 15px;
  }
  .post-type-archive-tribe_events
    .tribe-events-calendar-list__event-wrapper.tribe-common-g-col {
    margin-left: 15px !important;
  }
  .post-type-archive-tribe_events
    .tribe-events
    .tribe-events-c-events-bar__search-button,
  .post-type-archive-tribe_events
    .tribe-events
    .tribe-events-c-view-selector
    button {
    background: none;
    border: none;
  }
  .post-type-archive-tribe_events
    .tribe-events-calendar-month__day-cell--mobile {
    background: #eee;
    border: none;
    border: 1px solid #fff;
  }
  .post-type-archive-tribe_events
    .tribe-events-calendar-month__day-cell--mobile.tribe-events-calendar-month__day-cell--selected
    time {
    color: #fff;
  }
  .media-centre .small-buttons .wp-block-column {
    margin-bottom: 30px;
  }
  .media-centre .small-buttons .wp-block-column:last-of-type {
    margin-bottom: 0;
  }
  .media-centre .small-buttons.borders .wp-block-columns,
  .media-centre .sign-up-follow .wp-block-column {
    flex-wrap: wrap;
  }
  .media-centre .small-buttons.borders .wp-block-column,
  .media-centre .sign-up-follow .wp-block-column {
    flex-basis: 100% !important;
    text-align: left;
    margin-left: 0;
  }
  .sign-up-follow .socials {
    padding-top: 0;
  }
  .sign-up-follow .socials a {
    width: auto;
    margin-right: 15px;
  }
  .programs {
    overflow-x: auto;
  }
  .logos-guidelines .alignwide > .flex {
    flex-wrap: wrap;
  }
  .logos-guidelines .left {
    margin-bottom: 30px;
  }
  .logos-guidelines .left,
  .logos-guidelines .right {
    flex-basis: 100%;
    flex-wrap: nowrap;
  }
  .logos-guidelines img {
    margin: 0 auto;
  }
  .logos-guidelines {
    text-align: center;
  }
  .filters > * {
    flex-basis: 100%;
    margin: 0 0 5px 0;
  }
  .resource-search {
    float: none;
  }
  .filter-label {
    display: none;
  }
  /* .board-member:first-child .profile {
    width: 50%;
    padding-bottom: 50%;
  } */
}
/* max-width: 800 */
@media (max-width: 1200px) {
  .search-form-wrapper {
    display: none;
  }
  #panel-right .top-margin {
    margin-top: 0 !important;
  }
  #panel-right .search-form-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }
  #panel-right .search-form-wrapper.active {
    transform: translateX(0);
  }
  .site-navigation {
    padding-left: 15px;
    justify-content: left;
  }
  .site-footer {
    text-align: center;
  }
  .off-canvas-only {
    display: block;
    clear: both;
  }
  #panel-right .menu,
  #panel-right .sub-menu {
    transition: all 500ms;
    position: fixed;
    top: 88px;
    left: 100%;
    width: 100%;
    overflow: visible;
  }
  #panel-right .sub-menu {
    top: 88px;
  }
  #panel-right .menu.move-left,
  #panel-right .menu.move-left-2 > li > .sub-menu,
  #panel-right .sub-menu.move-left .sub-menu {
    left: 0 !important;
  }
  #panel-right .menu.move-left-2,
  #panel-right .menu > li > .sub-menu.move-left {
    left: -100% !important;
  }
  #panel-right .menu,
  #panel-right .sub-menu {
    padding: 0 30px;
  }
  .menu-back {
    transition: all 500ms;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 30px;
    color: #b9b9b9;
    cursor: pointer;
  }
  .menu-back.active {
    pointer-events: all;
    opacity: 1;
  }
  .menu-back svg {
    width: 21px;
    height: 21px;
    color: transparent;
  }
  .menu-back svg path {
    fill: #b9b9b9;
  }
  .menu-back span {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    padding: 2px 0 0 5px;
  }
  #panel-right .menu-item-link {
    padding: 10px 0;
    border-bottom: 1px solid #2b2b2b;
  }
  #panel-right .menu-item-link:hover a,
  #panel-right .menu-item-link:focus a {
    color: #a77a24;
  }
  #panel-right .menu li:last-of-type .menu-item-link {
    border: none;
  }
  #panel-right .top-bar {
    padding: 30px;
    position: fixed;
    width: 100%;
    left: 100%;
    top: 360px;
    transition: all 500ms;
  }
  #panel-right .top-bar .button.gold {
    width: 221px;
  }
  #panel-right .top-bar > .search-trigger,
  #panel-right .top-bar > .calendar {
    float: left;
    border: 1px solid #a77a24;
    border-radius: 50%;
    padding: 15px;
    margin-right: 15px;
    width: 52px;
    height: 52px;
    transition: all 500ms;
    cursor: pointer;
  }
  #panel-right .top-bar .spaced-caps {
    color: transparent;
  }
  .calendar {
    text-decoration: none;
    color: #fff !important;
  }
  .calendar:hover {
    background-color: #a77a24;
  }
  #panel-right .top-bar > div:hover,
  #panel-right .top-bar > div:focus {
    background: #a77a24;
  }
  #panel-right .top-bar.active {
    left: 0;
  }
  #panel-right .top-bar.move-left {
    left: -100%;
  }
  #panel-right .button {
    clear: both;
    float: left;
    margin-top: 15px;
    color: #fff;
  }
  #panel-right .button:hover {
    background: #fff;
    color: #852e24;
  }
  #panel-right {
    padding-top: 88px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background: #000;
    width: 0;
  }
  #panel-right.open {
    width: 100%;
  }
  .panel-right-toggle {
    height: auto !important;
    top: 34px;
    transition: all 500ms;
    position: fixed;
  }
  #panel-right .submenu-dropdown-toggle {
    position: absolute;
    right: 0;
    top: 5px;
    width: 100%;
    z-index: 1;
  }
  #panel-right .submenu-dropdown-toggle svg {
    transform: rotate(-90deg) !important;
  }
  .is-scrolling .panel-right-toggle {
    top: -30px;
  }
  .panel-right-toggle:hover,
  .scroll .panel-right-toggle,
  .contact .panel-right-toggle,
  .single .panel-right-toggle,
  .post-type-archive-tribe_events .panel-right-toggle {
    color: #852e24;
  }
  .scroll .panel-right-toggle:hover {
    color: #a77a24;
  }
  .stats .wp-block-columns {
    flex-wrap: wrap;
  }
  .stats .wp-block-column {
    flex-basis: 100%;
  }
  .stats .wp-block-column {
    padding-bottom: 30px;
  }
  .stats .wp-block-column:last-of-type {
    padding-bottom: 0;
  }
  .sign-up .wp-block-column:last-of-type {
    margin-top: 60px;
  }
  .feat-initiatives .button {
    margin-right: 0;
  }
  .guidelines + .wp-block-button a {
    margin-top: 5px;
  }
  .site-top {
    height: 134px;
  }
}
/* max-width: 1200 */
@media (max-width: 1240px) {
  .site-top .menu a {
    font-size: 14px !important;
  }
  .top-bar .button.gold {
    width: auto !important;
  }
}

@media (max-width: 1280px) {
  .beautiful-taxonomy-filters-select-wrap > div {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  /* .board-member:first-child .profile {
    width: 100%;
    padding-bottom: 100%;
  } */
}

@media (min-width: 600px) {
  .board-member {
    flex-basis: 50%;
  }
}

@media (min-width: 801px) {
  .intro .wp-block-button {
    display: inline-block;
    margin: 30px 10px 0;
  }
  .intro {
    padding: 60px 0 90px !important;
    position: relative;
  }
  #primary .post-slider .slide {
    display: flex;
  }
  .post-slider {
    clear: both;
  }
  .post-slider h2::after {
    content: "";
    display: block;
    background: var(--wpr-bg-56815d6f-4032-4276-bcfc-aade7c97038e) no-repeat center center /
      contain;
    width: 60px;
    height: 8px;
    margin: 30px auto;
  }
  .feat-initiatives h2::after {
    margin: 30px auto;
  }
  .post-slider .image {
    flex-basis: 55%;
  }
  .post-slider .content {
    padding: 60px;
    flex-basis: 45%;
  }
  .post-slider .slick-dots {
    bottom: 30px;
    padding: 25px 30px 5px;
    background: #fff;
    text-align: left;
  }
  .post-slider .slick-arrow {
    bottom: 30px;
  }
  .feat-posts .slick-prev {
    left: unset;
    right: 90px;
  }
  .feat-posts .slick-dots {
    width: 45%;
    left: unset;
    right: 0;
  }
  .feat-initiatives .image {
    transform: translateX(82%);
  }
  .feat-initiatives .content {
    transform: translateX(-122%);
    text-align: center;
  }
  .feat-initiatives .slick-dots {
    width: 50%;
    text-align: left;
  }
  .feat-initiatives .slick-prev {
    left: calc(50% - 135px);
  }
  .feat-initiatives .slick-next {
    left: calc(50% - 75px);
  }
  .masonry-item {
    width: 25%;
  }
  .home .header-basic h1 {
    font-size: 90px;
  }
  .site-footer .copyright p,
  .site-footer .copyright span {
    display: inline-block;
  }
  #primary .related-post {
    padding-bottom: 0;
  }
  .program-contact .content {
    text-align: left;
  }
  .program-contact .content h2 {
    font-size: 77px;
  }
  .grant-details {
    display: flex;
  }
  .grant-details > div {
    flex-basis: calc(100% / 3);
    border-right: 1px solid #b9b9b9;
  }
  .grant-details > div:last-of-type {
    border-right: none;
  }
  .grant-details > div:not(:first-of-type) {
    padding-left: 15px;
  }
  .grant-details .deadline > div {
    overflow: auto;
    display: inline-block;
  }
  .grant-details .deadline > div:first-of-type {
    vertical-align: top;
    margin-right: 5px;
  }
  .board-member {
    flex-basis: calc(100% / 3);
  }
  .v-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  #page .cd-timeline-block:nth-child(even) .cd-timeline-content svg {
    position: absolute;
    transform: rotate(-90deg);
    color: #f0eee9;
    width: 60px;
    left: 25px !important;
    top: -30px;
    z-index: 2;
  }
  #page .cd-timeline-block:nth-child(odd) .cd-timeline-content svg {
    position: absolute;
    transform: rotate(90deg);
    color: #f0eee9;
    width: 60px;
    right: 25px;
    top: -31px;
  }
  #page #cd-timeline {
    margin: 40px auto;
  }
  #page #cd-timeline {
    width: 100%;
    max-width: 1280px !important;
  }
  .no-top-margin a {
    margin-top: 0;
  }
  .padding-top {
    padding-top: 20px;
  }
  #ac-5 h4 {
    font-size: 20px;
    width: 200px;
  }
  #ac-5 .wp-block-columns {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding: 10px;
  }
  #ac-5 .wp-block-columns {
    margin-top: 8px;
  }
  #ac-5 .wp-block-column {
    display: flex;
    align-items: center;
  }
  .post-type-archive-tribe_events
    #page
    .tribe-events
    .tribe-events-c-search__button {
    margin-top: 0;
  }
  .home .collage .masonry-item:nth-of-type(1),
  .home .collage .masonry-item:nth-of-type(3) {
    margin-top: 15px;
  }
}
/* min-width: 801 */
@media (min-width: 1201px) {
  .panel-right-toggle,
  .sub-menu .submenu-dropdown-toggle,
  .mega .sub-menu button {
    display: none !important;
  }
  #page .sub-menu.masonry {
    height: unset !important;
  }
  .header-content.container-fluid {
    margin: 120px auto 0;
  }
  .menu-item-link button {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0 !important;
    color: #a77a24;
    text-align: center !important;
  }
  #page .sub-menu {
    background: #fff !important;
    padding: 10px !important;
    margin: 0 !important;
  }
  #page .mega .sub-menu {
    padding: 30px !important;
  }
  #page .sub-menu .menu-item-link,
  #page .sub-menu .menu-item-link a {
    padding: 5px !important;
  }
  #page .mega .sub-menu .sub-menu {
    padding: 0 !important;
  }
  #page .sub-menu {
    background: #fff;
  }
  #page .sub-menu a {
    color: #2b2b2b;
  }
  #page .sub-menu a:hover {
    color: #a77a24;
  }
  #page .mega .sub-menu .no-click > div > a:hover {
    color: #2b2b2b !important;
    pointer-events: none;
  }
  #page .mega > .sub-menu {
    width: calc(100vw - 120px);
    position: fixed !important;
    top: 138px !important;
    max-width: 1920px;
  }
  .logged-in #page .mega > .sub-menu {
    top: 170px !important;
  }
  .site-top .menu .top-level-item > .sub-menu .menu-item-link {
    background: transparent !important;
  }
  .menu > li > .sub-menu {
    border: 1px solid transparent;
    border-color: transparent #b9b9b9 #b9b9b9 #b9b9b9;
  }
  .mega > .sub-menu > li {
    background: #fff;
    float: left;
    padding: 0 15px;
    width: 33%;
  }
  .mega.toggled-on .sub-menu .sub-menu {
    display: block !important;
  }
  .mega > .sub-menu > li > div > a {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a77a24 !important;
  }
  #top-menu .mega > .sub-menu > li > div > a:hover {
    color: #852e24 !important;
  }
  .mega > .sub-menu > li.menu-item-has-children > div > a {
    color: #000 !important;
  }
  #top-menu .sub-menu li.no-click > .menu-item-link a { color: #a77a24 !important; }
  #top-menu .sub-menu li.no-click.bold > .menu-item-link a { color: #2b2b2b !important; }
  
  li.bold a {
    font-weight: bold;
    text-transform: uppercase;
  }
  #page #top-menu > li:not(.mega) > .sub-menu {
    top: 68px;
    min-width: 200px;
  }
  .post-slider .content {
    padding: 180px 60px;
  }
  .feat-initiatives::before,
  .feat-initiatives::after,
  .board-members::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    pointer-events: none;
  }
  .feat-initiatives::before {
    left: -300px;
    background: var(--wpr-bg-330497f9-158d-4748-a915-b5c50e623eef) no-repeat center center / contain;
    width: 324px;
    height: 158px;
    transition: all 2s;
    z-index: 1;
  }
  .feat-initiatives.animate::before {
    left: 30px;
  }
  .feat-initiatives::after,
  .board-members::after {
    right: 30px;
    background: url(../../../../../../themes/fpcc/assets/images/stars2.svg) no-repeat center center / contain;
    width: 200px;
    height: 100px;
    z-index: 1;
  }
  .stats {
    padding-top: 80px;
  }
  .stats h3 {
    font-size: 90px;
  }
  .stats h3::after {
    margin-top: 25px;
  }
  .stats h4 {
    font-size: 72px;
    margin: 10px 0 30px;
  }
  .stats .date p::after {
    transform: rotate(-180deg);
    margin: 15px auto 0;
  }
  .stats::before,
  .program-contact::before,
  .board-members::before,
  .block-in-the-news::before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 19px;
    background: var(--wpr-bg-ec6e9ee1-05fa-40f5-918d-c0125c29de7a) repeat;
    pointer-events: none;
  }
  .site-navigation {
    padding-left: 15px;
  }
  .site-navigation__nav-holder {
    flex-wrap: wrap;
  }
  .site-navigation__nav-holder .top-bar {
    flex-basis: 100%;
  }
  .top-bar {
    color: white;
    text-align: right;
  }
  .top-bar .button.gold {
    width: 221px;
    margin-right: 10px;
  }
  .top-bar svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    top: -3px;
    right: -10px;
  }
  .top-bar .calendar,
  .top-bar .search-trigger {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 5px;
    cursor: pointer;
    transition: all 500ms;
    color: #fff;
    text-decoration: none;
  }
  .top-bar .calendar:hover,
  .top-bar .search-trigger:hover {
    color: #a77a24 !important;
  }
  .scroll .top-bar .calendar,
  .scroll .top-bar .search-trigger,
  .contact .top-bar .calendar,
  .contact .top-bar .search-trigger,
  .single .top-bar .calendar,
  .single .top-bar .search-trigger,
  .post-type-archive-tribe_events .top-bar .calendar,
  .post-type-archive-tribe_events .top-bar .search-trigger {
    color: #000;
  }
  .top-bar span {
    vertical-align: top;
  }
  .top-bar .button {
    margin-top: 0;
  }
  .site-top .logo-wrapper,
  .site-navigation .site-logo {
    max-width: 350px;
  }
  .site-top .logo-wrapper img {
    width: 100%;
    max-width: 100%;
  }
  .site-top .container {
    padding-right: 15px !important;
  }
  .site-top .menu a {
    font-size: 16px;
  }
  .site-top #top-menu > li > div > a {
    color: #fff;
    padding: 10px 0;
  }
  #top-menu li .submenu-dropdown-toggle {
    color: #a77a24;
  }
  .scroll #top-menu li .submenu-dropdown-toggle,
  .contact #top-menu li .submenu-dropdown-toggle,
  .single #top-menu li .submenu-dropdown-toggle,
  .post-type-archive-tribe_events #top-menu li .submenu-dropdown-toggle {
    color: #852e24;
  }
  .site-top #top-menu li div a:hover {
    color: #a77a24 !important;
  }
  .scroll .site-top #top-menu li a,
  .scroll .top-bar,
  .contact .site-top #top-menu li a,
  .contact .top-bar,
  .single .site-top #top-menu li a,
  .single .top-bar,
  .post-type-archive-tribe_events .top-bar,
  .post-type-archive-tribe_events .site-top #top-menu li a {
    color: #000;
  }
  .scroll .top-bar svg,
  .scroll .menu-item-link button,
  .contact .top-bar svg,
  .contact .menu-item-link button,
  .single .top-bar svg,
  .single .menu-item-link button,
  .post-type-archive-tribe_events .menu-item-link button,
  .post-type-archive-tribe_events .top-bar svg {
    color: #852e24;
  }
  .home .header-basic h1 {
    font-size: 164px;
    padding: 0 100px;
  }
  .home .header-basic h1.loaded {
    background: linear-gradient(to right, transparent, #fff, transparent)
      no-repeat top left / 200px;
    background-clip: text;
    -webkit-background-clip: text;
    animation-name: shimmer;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-delay: 3s;
    -webkit-animation-name: shimmer;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 3s;
  }
  .header-basic h2 {
    font-size: 22px;
  }
  .intro::after,
  .contact #main .gform_wrapper::after {
    content: "";
    display: block;
    position: absolute;
    right: -60px;
    bottom: -180px;
    width: 390px;
    height: 390px;
    background: var(--wpr-bg-ffe670e5-9c34-410f-a37c-aaa6edf7d916) no-repeat center center / contain;
    pointer-events: none;
    transition: all 2s;
  }
  .intro.animate::after,
  .contact #main .gform_wrapper.animate::after {
    bottom: -120px;
  }
  .header-basic .cover-image::before,
  .single .post > header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 9;
    pointer-events: none;
  }
  .home .header-basic .cover-image::before {
    background: var(--wpr-bg-160f4f7d-7f3e-46f4-9ba9-67b303d0a112) no-repeat center bottom / 100% 254px;
  }
  body:not(.home) .header-basic .cover-image::before,
  .single .post > header::before {
    bottom: -10px;
    height: 30px;
    background: var(--wpr-bg-9380cab3-c4c9-4246-9c49-24538047004a) repeat center bottom / 30px 100%;
  }
  .site-footer .menu li {
    justify-content: left;
  }
  .site-footer .menu li .menu-item-link {
    padding-left: 0;
  }
  .sign-up > div {
    padding-left: 90px;
    position: relative;
  }
  .sign-up > div::before {
    content: "";
    position: absolute;
    display: block;
  }
  .sign-up > div:first-of-type::before {
    background: var(--wpr-bg-fbef333b-8eb8-4697-b879-691a0d066ac7) no-repeat center center / contain;
    width: 166px;
    height: 80px;
    top: 0;
    left: -90px;
  }
  .sign-up > div:last-of-type::before {
    background: var(--wpr-bg-1672f46b-e928-4fe6-ac81-329c4f2a419a) no-repeat center center / contain;
    width: 60px;
    height: 76px;
    top: 0;
    left: 0;
  }
  .program-contact {
    position: relative;
  }
  .program-contact::after {
    content: "";
    position: absolute;
    top: 0;
    right: 15%;
    transform: translateY(-75%);
    background: var(--wpr-bg-1edc43fe-4853-47c1-b2df-95d0ec0658ff) no-repeat center center / contain;
    display: block;
    width: 200px;
    height: 100px;
    z-index: 1;
  }
  .program-contact .content h2 {
    position: relative;
    z-index: 2;
  }
  .program-contact .content h2:before {
    content: "";
    position: absolute;
    display: block;
    top: 30px;
    left: 0;
    width: 136px;
    height: 66px;
    transform: translateX(-95%);
    background: var(--wpr-bg-8cb1b8e2-601e-4b8a-aaeb-dc6978e82839) no-repeat center center / contain;
  }
  .post-type-archive-stories .card-grid .first {
    grid-column: span 3;
    flex-direction: row;
    padding: 0;
    max-width: 100%;
  }
  .post-type-archive-stories .card-grid .first img {
    margin: 0;
    width: 100%;
    height: 100%;
  }
  .post-type-archive-stories .card-grid .first .card-title {
    font-size: 36px;
  }
  .post-type-archive-stories .card-grid .first .content-wrapper {
    padding: 30px;
  }
  .post-type-archive-stories .card-grid .first .card-content {
    font-size: 24px;
  }
  .sub-menu a {
    font-weight: normal;
  }
  .entry-content > :first-child:not(h4) {
    padding-top: 60px;
  }
  .entry-content > :last-child {
    padding-bottom: 60px;
  }
  #primary .program-contact,
  #primary .cta,
  #primary .board-members {
    margin-top: 60px !important;
  }
  #primary .program-contact,
  #primary .cta,
  #primary .board-members {
    padding: 90px 30px;
  }
  p:last-of-type + *,
  * + .c-accordion__item:first-of-type {
    margin-top: 30px;
  }
  .contact #main .gform_wrapper {
    margin-top: 60px !important;
    padding: 60px 30px !important;
  }
  h1.entry-title {
    font-size: 75px;
  }
  .feat-posts h2 {
    font-size: 40px;
  }
  .feat-initiatives h2 {
    font-size: 60px;
  }
  .profile-inner .image {
    float: left;
    width: 33%;
    height: auto;
  }
  .profile-inner .text {
    float: left;
    width: 67%;
    padding-left: 60px;
  }
  .fancybox-stage .fancybox-content {
    max-width: 80%;
  }
}
/* min-width: 1201 */
@media (max-height: 600px) {
  .home .header-basic h1 {
    font-size: 100px;
  }
}
