/* UTILITY */
/*<! START COLORS !>*/
/*<! END COLORS !>*/
/*<! START TYPOGRAPHY !>*/
/*<! END TYPOGRAPHY !>*/
/*<! START LAYOUT !>*/
/* Layout */
/* Space variable is a seed for how much padding in the layout */
/*<! END LAYOUT !>*/
/* Please put custom global variables beneath this comment. 
   Styles above this line may be overwritten */
/* CUSTOM */
/* variables */
/* classes */
.fadein {
  animation: fadeIn 0.22s ease;
}

.fadeout {
  animation: fadeOut 0.22s ease;
}

.slidein {
  animation: slideIn 0.22s ease;
}

.slideout {
  animation: slideOut 0.22s ease;
  animation-fill-mode: forwards;
}

/* Animations */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    left: -101vw;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    left: -101vw;
  }
  100% {
    left: 0;
  }
}
@keyframes slideOut {
  0% {
    left: 0;
  }
  100% {
    left: -101vw;
  }
}
@-webkit-keyframes slideOut {
  0% {
    left: 0;
  }
  100% {
    left: -101vw;
  }
}
/* SPINNER */
.logo-spinner {
  position: absolute;
  top: calc(50% - 87px);
  left: calc(50% - 87px);
  background-image: url(../svg/1428d75d516144b89c661ca626a41514.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.spinner {
  animation: rotate 1.4s linear infinite;
  -webkit-animation: rotate 1.4s linear infinite;
  -moz-animation: rotate 1.4s linear infinite;
  width: 174px;
  height: 174px;
  position: relative;
}

.spinner {
  animation: rotate 1.4s linear infinite;
  -webkit-animation: rotate 1.4s linear infinite;
  -moz-animation: rotate 1.4s linear infinite;
  width: 174px;
  height: 174px;
  position: relative;
}

.spinner-dot {
  width: 274px;
  height: 274px;
  position: relative;
  top: 0;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.path {
  stroke-dasharray: 170;
  stroke-dashoffset: 20;
}

span.rbt-loader {
  display: flex;
  width: clamp(55px, 13.09vw, 110px);
  height: clamp(55px, 13.09vw, 110px);
  animation: heartbeat 1s linear infinite;
  align-self: center;
  justify-self: center;
  margin: 5% auto;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.simple-cta-wrap {
  padding-left: clamp(33px, 13.23vw, 200px);
  padding-right: clamp(33px, 13.23vw, 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.simple-cta-wrap h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 7px;
}
.simple-cta-wrap p {
  font-family: inherit;
  font-weight: 400;
  font-size: 18px;
  line-height: 24.51px;
  max-width: 45.83vw;
  margin-top: 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .simple-cta-wrap {
    padding-left: 33px;
    padding-right: 33px;
  }
  .simple-cta-wrap p {
    max-width: unset;
  }
}
.wp-block-rbt-left-right {
  width: 100%;
  margin: 0 auto;
}
.wp-block-rbt-left-right .layout {
  display: flex;
  height: 100%;
  align-items: center;
}
.wp-block-rbt-left-right .layout .leftcol {
  width: clamp(492px, 45.56vw, 656px);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  height: auto;
}
.wp-block-rbt-left-right .layout .rightcol {
  width: clamp(386.25px, 35.76vw, 515px);
  padding: 0 22px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  height: auto;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.wp-block-rbt-left-right.reversed .layout {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .wp-block-rbt-left-right {
    padding-left: clamp(16.5px, 2.29vw, 33px);
    padding-right: clamp(16.5px, 2.29vw, 33px);
  }
  .wp-block-rbt-left-right.reversed {
    padding-left: clamp(16.5px, 2.29vw, 33px);
    padding-right: clamp(16.5px, 2.29vw, 33px);
  }
  .wp-block-rbt-left-right .layout {
    flex-wrap: wrap;
    gap: 25px;
  }
  .wp-block-rbt-left-right .layout .leftcol {
    width: 100%;
  }
  .wp-block-rbt-left-right .layout .rightcol {
    width: 100%;
  }
}
/* generic blog template */
.querywrap {
  width: 100%;
  position: relative;
  min-height: 300px;
  /* bottom bar */
  /* Tags */
}
.querywrap .query-controls {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  gap: 40px;
  justify-content: flex-start;
}
.querywrap .query-controls li {
  color: #363637;
  padding: 0;
  height: fit-content;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  white-space: nowrap;
  border-left: 0;
  cursor: pointer;
}
.querywrap .query-controls li.active {
  border: 0;
  font-weight: 600;
  color: #7cb138;
}
.querywrap .bottom-navbar {
  background-color: #363637;
  display: flex;
  align-items: center;
}
.querywrap .bottom-navbar .show-tags {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 500px;
  margin: 8px;
  display: inline-flex;
  align-items: center;
}
.querywrap .bottom-navbar .show-tags:after {
  content: "";
  margin-left: 6px;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgNTEyIiBmaWxsPSJ3aGl0ZSI+PCEtLSEgRm9udCBBd2Vzb21lIFBybyA2LjMuMCBieSBAZm9udGF3ZXNvbWUgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbSBMaWNlbnNlIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20vbGljZW5zZSAoQ29tbWVyY2lhbCBMaWNlbnNlKSBDb3B5cmlnaHQgMjAyMyBGb250aWNvbnMsIEluYy4gLS0+PHBhdGggZD0iTTI0Ni42IDIzMy40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zbC0xNjAgMTYwYy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMHMtMTIuNS0zMi44IDAtNDUuM0wxNzguNyAyNTYgNDEuNCAxMTguNmMtMTIuNS0xMi41LTEyLjUtMzIuOCAwLTQ1LjNzMzIuOC0xMi41IDQ1LjMgMGwxNjAgMTYweiIvPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.2s ease-in-out;
}
.querywrap .bottom-navbar .show-tags.active::after {
  transform: rotate(90deg);
}
.querywrap .bottom-navbar nav.post-types {
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  margin-right: 20px;
}
.querywrap .bottom-navbar nav.post-types label {
  color: white;
  margin: 0;
}
.querywrap .bottom-navbar nav.post-types label input[type=checkbox] {
  margin: 0 20px;
  position: unset;
  left: unset;
}
.querywrap .tag-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.querywrap .tag-panel .tags {
  list-style: none;
  display: flex;
  gap: 18px;
  margin: 20px 0 44px;
  flex-wrap: wrap;
}
.querywrap .tag-panel .tags.showmore {
  display: none;
}
.querywrap .tag-panel .tags .tag {
  font-size: 12px;
  border: 1px solid #7cb138;
  border-radius: 5000px;
  height: fit-content;
  white-space: nowrap;
  padding: 4px 16px;
  color: #363637;
  transition: all 0.2s ease-in-out;
}
.querywrap .tag-panel .tags .tag.load-more {
  border-color: #bbbbbb;
  color: #bbbbbb;
  cursor: pointer;
}
.querywrap .tag-panel .tags .tag:hover {
  cursor: pointer;
  background-color: #e1e1e1;
  transform: translateY(-1px);
}
.querywrap .tag-panel .tags .tag.active {
  color: white;
  background-color: #7cb138;
}
.querywrap .tag-panel .more-tags {
  display: none;
}
.querywrap .tag-panel .more-tags.active {
  display: inline-flex;
}

.query-post-list {
  width: 100%;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 30px;
}
.query-post-list .query-post-block {
  width: calc(25% - 15px);
}

.query-post-block,
.blog-wrapper {
  width: 100%;
  overflow: hidden;
}
.query-post-block h2,
.blog-wrapper h2 {
  font-family: "Sanchez";
  font-size: 18px;
  color: #7cb138;
}
.query-post-block h2 a,
.blog-wrapper h2 a {
  color: #7cb138;
  text-decoration: none;
}
.query-post-block h2 a:hover,
.blog-wrapper h2 a:hover {
  text-decoration: none;
  color: #7cb138;
  filter: brightness(85%);
}
.query-post-block .imgwrap,
.blog-wrapper .imgwrap {
  width: calc(100% + 1px);
  position: relative;
}
.query-post-block .imgwrap img,
.blog-wrapper .imgwrap img {
  object-fit: cover;
  width: 100%;
  height: 147px;
}
.query-post-block .imgwrap .brushstroke,
.blog-wrapper .imgwrap .brushstroke {
  background-image: url(../png/c741fd82c0ee402ac35ac578348d051c.png);
  width: 100%;
  height: 19px;
  bottom: 0;
  display: block;
  position: absolute;
  z-index: 1;
}
.query-post-block .extra,
.blog-wrapper .extra {
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  align-items: center;
}
.query-post-block .extra ul.post-categories,
.blog-wrapper .extra ul.post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}
.query-post-block .extra ul.post-categories li:after,
.blog-wrapper .extra ul.post-categories li:after {
  content: ",";
}
.query-post-block .extra ul.post-categories li:last-of-type::after,
.blog-wrapper .extra ul.post-categories li:last-of-type::after {
  content: "";
}
.query-post-block .extra .reading-time,
.blog-wrapper .extra .reading-time {
  color: #7cb138;
  font-weight: 400;
  font-size: 14px;
}
.query-post-block .textwrap,
.blog-wrapper .textwrap {
  padding: 15.21px 12px 35px;
}
.query-post-block .textwrap .query-post-title,
.blog-wrapper .textwrap .query-post-title {
  margin: 0 0 10px 0;
}
.query-post-block .textwrap .query-post-text,
.blog-wrapper .textwrap .query-post-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 25.2px;
}
.query-post-block:hover,
.blog-wrapper:hover {
  transition: all 0.5s ease;
  transform: translateY(-5px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

/* Faux SelectBox */
label.tabSelectHelper,
.q-bsg label.tabSelectHelper {
  display: none;
}

@media screen and (max-width: 767px) {
  .tabSelectHelper {
    display: block;
  }
  .querywrap .generic-query-wrap ul.query-controls {
    gap: 20px;
    flex-direction: column;
    margin: 20px 0;
    padding: 5px;
    border: 1px solid #bbbbbb;
  }
  .querywrap .generic-query-wrap ul.query-controls li {
    display: none;
  }
  .querywrap .generic-query-wrap ul.query-controls li.active {
    display: flex;
  }
  .querywrap .generic-query-wrap ul.query-controls.open li {
    display: flex;
  }
}
@media screen and (max-width: 1200px) {
  .querywrap .query-post-list .query-post-block {
    width: calc(33% - 12px);
  }
}
@media screen and (max-width: 991px) {
  .querywrap .query-post-list .query-post-block {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 576px) {
  .querywrap .query-post-list {
    flex-direction: column;
  }
  .querywrap .query-post-list .query-post-block {
    width: 100%;
  }
}
/* Since this is a stripped version here's some random stuff */
/* Overwrite fixes */
.the-header-page, body .wrapper_inner .the_header_page {
  margin-bottom: 0;
  padding-bottom: 50px;
  background-color: #f8f8f8;
}

/* Pagination */
div.pagination.navigation {
  margin: 10px 0 60px;
}
div.pagination.navigation ul {
  margin: 0;
  display: flex;
  list-style: none;
}
div.pagination.navigation ul li {
  min-width: 36px;
  width: fit-content;
  height: fit-content;
  padding: 8px 10px;
  border-left: solid 1px #e9eaea;
  border-top: solid 1px #e9eaea;
  border-bottom: solid 1px #e9eaea;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #363637;
  justify-content: center;
  cursor: pointer;
}
div.pagination.navigation ul li.active {
  background-color: #e9eaea;
}
div.pagination.navigation ul li:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
div.pagination.navigation ul li:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #e9eaea;
}
div.pagination.navigation .page-numbers.next,
div.pagination.navigation .page-numbers.prev {
  height: fit-content;
  min-height: 38px;
  display: flex;
  justify-content: center;
  color: #363637;
  margin-left: 15px;
}

/* Overwrite Mobile Styles for resize */
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
  body .container .program-content .page-content {
    padding: 0 15px;
    margin: 0;
    max-width: 100%;
    min-width: unset;
    width: 100%;
  }
  body footer .footer .partners img.chambercommerce {
    display: block;
    max-width: 65px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map*/