/**
 * Colors
 **/
/**
 *  Font Weights
 **/
/**
 * Breakpoints
 **/
/* stylelint-disable */
img, legend {
  border: 0;
}

legend, td, th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre, textarea {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

body {
  --typography_fonts_heading: "effra", sans-serif;
  --typography_fonts_text: "effra", sans-serif;
  font-family: "effra", "sans-serif";
  font-size: 1.6rem;
}

h1 {
  color: #000;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 1.4px;
  line-height: 1.1;
  text-transform: uppercase;
}

@media screen and (min-width: 834px) {
  h1 {
    font-size: 7rem;
    letter-spacing: 1.4px;
    line-height: 1.07;
  }
}

h2 {
  color: #000;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

@media screen and (min-width: 834px) {
  h2 {
    font-size: 4.5rem;
    line-height: 1.07;
  }
}

h3 {
  color: #000;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.06;
}

@media screen and (min-width: 834px) {
  h3 {
    font-size: 4rem;
    line-height: 1.13;
  }
}

h4 {
  color: #000;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.06;
}

@media screen and (min-width: 834px) {
  h4 {
    font-size: 4rem;
    line-height: 1.13;
  }
}

h5 {
  color: #000;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.06;
}

@media screen and (min-width: 834px) {
  h5 {
    font-size: 4rem;
    line-height: 1.13;
  }
}

h6 {
  color: #000;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.06;
}

@media screen and (min-width: 834px) {
  h6 {
    font-size: 4rem;
    line-height: 1.13;
  }
}

p {
  color: #000;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.58;
}

.visually-hidden {
  display: none;
}

.site .fl-row-fixed-width {
  width: 100%;
}

.site section.fl-row-full-width .fl-row-fixed-width {
  max-width: none !important;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  margin-block: auto;
}

.button-1,
.wpcf7-submit{
  border-radius: 3.9rem;
  display: inline-block;
  padding: 2.7rem 8rem;
  border: 2px solid !important;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  border-color: #d5e04e !important;
  background-color: #d5e04e;
  color: #000 !important;
}

.button-1:hover,
.wpcf7-submit:hover{
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  background: transparent !important;
  color: black !important;
}

.button-2 {
  border-radius: 3.9rem;
  display: inline-block;
  padding: 2.7rem 8rem;
  border: 2px solid;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #E30276;
  border-color: #E30276;
  color: #fff;
}

.button-2:hover {
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  background: transparent;
  color: #E30276;
}

.play-button {
  content: '';
  background-color: #d5e04e;
  display: inline-block;
  height: 7.2rem;
  width: 7.2rem;
}

a[class^="button-"] {
  position: relative;
}

.garrts-btn-override a.button-1 {
  border-radius: 3.9rem !important;
  display: inline-block !important;
  padding: 2.7rem 8rem !important;
  border: 2px solid !important;
  -webkit-transition: 250ms ease-in-out !important;
  transition: 250ms ease-in-out !important;
  border-color: #d5e04e !important;
  background-color: #d5e04e !important;
  color: #000;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.garrts-btn-override a.button-1:hover {
  color: #d5e04e !important;
  -webkit-transition: 250ms ease-in-out !important;
  transition: 250ms ease-in-out !important;
  background: transparent !important;
}

.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited{
	border-radius: 3.9rem;
	display: inline-block;
	border: 2px solid;
	-webkit-transition: 250ms ease-in-out;
	transition: 250ms ease-in-out;
	border-color: #d5e04e;
	background-color: #d5e04e;
	color: #000;
	padding: .9em 3em 1em;
	text-transform: none;
	font-weight: bold;
	font-size: 20px;
	transition: all .2s ease-in-out;
}
a.fl-button span{
	transition: all .2s ease-in-out;
}
a.fl-button:hover,
a.fl-button:focus-visible{
	background-color:transparent;
}
a.fl-button:hover span,
a.fl-button:focus-visible span{
		color:#d5e04e;
}

footer{
	position:relative;
}
#fb-follow{
	position:absolute;
	bottom:100%;
	right:0;
}
@media (max-width: 776px){
	#fb-follow{
		right:50%;
		transform: translateX(50%);
	}
}

.site-footer {
  color: #fff;
  padding: 18rem 0 0;
  text-align: center;
}

.site-footer .site-logo {
  margin: 0 auto;
  max-width: 16rem;
}

.site-footer .site-logo img {
  height: auto;
  max-width: 100%;
}

.site-footer .site-info {
  padding-bottom: 4rem;
}

.site-footer .site-info p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
}

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

.site-footer .site-footer--top {
  background-image: url(../images/footer/footer-wave.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 4.3rem;
  width: 100%;
}

@media screen and (min-width: 834px) {
  .site-footer {
    padding: 11.2rem 0 0;
  }
  .site-footer .site-logo {
    max-width: 16.5rem;
  }
  .site-footer .site-info {
    padding-bottom: 4.8rem;
  }
  .site-footer .site-info p {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .site-footer::before {
    height: 10rem;
  }
}

@media (max-width:767px){
	.fl-builder-shape-Footer svg{
		height:50px !important;
	}
}

.site-footer .sm-facebook {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/footer/bubble.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: 8%;
  margin-top: -15.5rem;
  position: relative;
  width: 24rem;
}

.site-footer .sm-facebook a {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.1rem;
  font-weight: 500;
  height: 60%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -12%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  width: 75%;
}

.site-footer .sm-facebook a::before {
  background-color: #fff;
  content: '';
  display: block;
  height: 3.7rem;
  margin: 0 auto;
  -webkit-mask-image: url(../images/icons/facebook.svg);
          mask-image: url(../images/icons/facebook.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 3.7rem;
}

.site-footer--inner {
  background: transparent linear-gradient(269deg, #f58220 0%, #E30276 100%) 0% 0% no-repeat padding-box;
}

.site-footer--content {
  margin: 0 auto;
  max-width: 80rem;
  width: 65%;
}

.site-footer--navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 2.2rem 0 3rem;
  padding: 0;
  row-gap: 2.5rem;
}

@media screen and (min-width: 834px) {
  .site-footer--navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-top: 2.5rem;
    margin-bottom: 3.7rem;
    width: 100%;
  }
}

#masthead {
  --nav-visibility: none;
}

#masthead.mobile-menu-is-visible {
  --nav-visibility: flex;
  background-image: url(../images/Pink-blob.png), url(../images/Green-Blob.png);
  background-position: 250% top, -150% bottom;
  background-repeat: no-repeat;
  background-size: 70%;
}

#masthead.mobile-menu-is-visible ~ :is(#content, .site-footer) {
  display: none;
}

@media screen and (min-width: 834px) {
  #masthead.mobile-menu-is-visible ~ :is(#content, .site-footer) {
    background: unset;
    display: initial;
  }
}

.site-header {
  display: grid;
  margin: 0 auto;
  padding-top: 2rem;
}

@media screen and (min-width: 834px) {
  .site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 120rem;
    width: 93%;
  }
}

.site-header [aria-hidden="true"] {
  display: none;
}

.site-header .site-logo {
  grid-column: 1;
  padding: 1rem;
}

.site-header .site-logo img {
  max-width: 35%;
  height: auto;
  margin-left: 1rem;
}

@media screen and (min-width: 834px) {
  .site-header .site-logo img {
    margin: unset;
    max-width: 100%;
  }
}

@media screen and (min-width: 834px) {
  .site-header .site-logo {
    max-width: 17.4rem;
  }
}

.site-header .search-toggle {
  --search-toggle-icon: url(../images/icons/magnifier.svg);
  background-color: transparent;
  border: none;
  height: 2rem;
  margin-top: 1.5rem;
  padding: 0;
  width: 2rem;
}

.site-header .search-toggle::before {
  background-color: #000;
  content: '';
  display: block;
  height: 100%;
  -webkit-mask-image: var(--search-toggle-icon);
          mask-image: var(--search-toggle-icon);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 100%;
}

.site-header .search-toggle.search-is-visible {
  --search-toggle-icon: url(../images/icons/x.svg);
}

.menu-skip-links {
  height: 30px;
  width:90vw !important;
  left: 0%;
  top:50px;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

.menu-skip-links:focus {
  transform: translateY(0%);
}
.skip-link-list-item{
	list-style:none;
}

/* Nav */
.menu-item a .menu-item-text{
	position: relative;
	transition: all .2s ease-in-out;
}
.menu-item:not(.pp-menu-search-item) a .menu-item-text::before{
	content:'';
	background:black;
	position:absolute;
	width:100%;
	height:2px;
	top:-5px;
	left:0;
	opacity:0;
	transition: all .2s ease-in-out;
}
.menu-item:not(.pp-menu-search-item) a:hover .menu-item-text::before,
.menu-item:not(.pp-menu-search-item) a:focus-visible .menu-item-text::before,
.menu-item:not(.pp-menu-search-item) a:focus-within .menu-item-text::before
{
	opacity:1;
}
.sub-menu .menu-item:not(.pp-menu-search-item) a .menu-item-text::before{
	display:none;
}
.sub-menu .menu-item a:hover,
.sub-menu .menu-item a:focus-visible{
	color:#E30276;
}
.sub-menu .menu-item a:focus-visible{
	outline: 2px solid !important;
	outline-offset: -5px;
}
.pp-menu-search-item{
	margin-left:25px !important;
}
.pp-menu-search-item i{
	transition: color .2s ease-in-out;
}
.pp-menu-search-item a:hover i,
.pp-menu-search-item a:focus-visible i{
	color:#E30276;
}

#nav-col .pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container > a > span{
	padding-right:0;
	margin-right:25px;
}

.pp-advanced-menu .pp-menu-toggle{
	right:-25px;
}


@media (min-width: 992px) and (max-width: 1195px) {
	#nav-col .pp-advanced-menu .menu > li {
		margin-left: 0px;
	}
	#logo-col{
		width: 15%;
	}
	#nav-col{
		width: 85%;
	}
}
@media (min-width: 992px) and (max-width: 1040px){
	#nav-col .pp-advanced-menu .menu a {
		font-size:16px;
	}
}
.pp-off-canvas-menu{
	position:relative;
}
.pp-off-canvas-menu::before,
.pp-off-canvas-menu::after{
	content:'';
	position:absolute;
}
.pp-off-canvas-menu::before{
	background: url('/wp-content/themes/gaarts/assets/images/Pink-blob.png');
	width: 200px;
	height:200px;
	background-size:contain;
	background-repeat:no-repeat;
	right:-30%;
}
.pp-off-canvas-menu::after{
	background: url('/wp-content/themes/gaarts/assets/images/Green-Blob.png');
	width: 200px;
	height:200px;
	background-size:contain;
	background-repeat:no-repeat;
	left:-30%;
}
.pp-off-canvas-menu .sub-menu{
	background-color:transparent !important;
	padding-left:20px;
	padding-bottom:20px;
}
.pp-off-canvas-menu .sub-menu a{
	font-size:16px !important;
}

#nav-col .pp-advanced-menu li .pp-search-form-wrap{
	right: 40px;
}
#nav-col .pp-search-form__container {
	width: max(50vw, 300px);
	max-width: 80vw;
}
.pp-search-form__container input{
	width:100%;
	border-radius: 100vw;
	border: none;
	background: #d5e04e;
	text-align: center;
	padding: 5px 20px;
}
.pp-search-form__container input:focus-visible{
	outline: 2px solid #E30276;
}

#site-navigation {
  display: var(--nav-visibility);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-column: 1 / span 2;
  margin: 0 auto;
  width: 70%;
}

@media screen and (min-width: 834px) {
  #site-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 11rem;
    width: auto;
  }
}

.mobile-search-form {
  border: 1px solid #000;
  border-radius: 2.9rem;
  display: block;
  margin: 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0.9rem 1.6rem;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  width: calc(100% - 1.6rem * 2);
}

@media screen and (min-width: 834px) {
  .mobile-search-form {
    display: none;
    margin: initial;
    opacity: 0;
    padding: 1rem 2.6rem;
  }
  .mobile-search-form.search-is-visible {
    display: initial;
    opacity: 1;
  }
}

.mobile-search-form form {
  display: grid;
  grid-template-columns: 1fr 2.2rem;
  margin: 0 auto;
  width: 90%;
}

.mobile-search-form input[type="search"] {
  border: 0;
  color: #000;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (min-width: 834px) {
  .mobile-search-form input[type="search"] {
    font-size: 2.2rem;
    padding: 1rem 0;
  }
}

.mobile-search-form ::placholder {
  color: #a2a2a2;
}

.mobile-search-form .search-submit {
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #E30276;
  background-image: url(../images/icons/chevron.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.2rem 0.8rem;
  border: none;
  border-radius: 50%;
  font-size: 0;
  height: 2.2rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 2.2rem;
}

.mobile-menu-toggle {
  --mobile-menu-icon: url(../images/icons/hamburger.svg);
  -ms-flex-item-align: center;
      align-self: center;
  background: transparent;
  border: none;
  grid-column: 2;
  height: 2.2rem;
  margin-left: auto;
  margin-right: 10%;
  padding: 0;
  width: 2.2rem;
}

.mobile-menu-toggle::before {
  background-color: #000;
  content: '';
  display: block;
  height: 100%;
  -webkit-mask-image: var(--mobile-menu-icon);
          mask-image: var(--mobile-menu-icon);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 100%;
}

.mobile-menu-toggle.mobile-menu-is-visible {
  --mobile-menu-icon: url(../images/icons/x.svg);
}

/*****
* B. Beard work starts here
*****/
.site-logo img {
  min-width: 100px;
}

.Banner__picture {
  position: absolute;
  left: 0;
  z-index: -1;
  width: clamp(270px, 60vw, 850px);
}

@media screen and (min-width: 834px) {
  .Banner__picture {
    width: calc(max(270px, 46vw));
    top: -2rem;
  }
}

@media screen and (min-width: 1400px) {
  .Banner__picture {
    width: calc(max(270px, 45vw));
    top: -6rem;
  }
}

#primary-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  row-gap: 3rem;
  width: 100%;
}

@media screen and (min-width: 834px) {
  #primary-menu-list {
    gap: 0 5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#primary-menu-list > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (min-width: 834px) {
  #primary-menu-list > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#primary-menu-list > li > a,
#primary-menu-list > li > span a {
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 2px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

#primary-menu-list li.menu-item-has-children {
  position: relative;
}

@media screen and (min-width: 834px) {
  #primary-menu-list li.menu-item-has-children:hover a {
    border-top-color: #000;
  }
  #primary-menu-list li.menu-item-has-children:hover > .sub-menu {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

#primary-menu-list .menu-link-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 834px) {
  #primary-menu-list .menu-link-wrapper {
    display: none;
  }
}

#primary-menu-list .submenu-toggle {
  background-color: transparent;
  border: 0;
  height: 1rem;
  position: relative;
  width: 0.7rem;
}

#primary-menu-list .submenu-toggle::before {
  background-color: #000;
  content: '';
  display: block;
  height: 100%;
  -webkit-mask-image: url(../images/icons/chevron.svg);
          mask-image: url(../images/icons/chevron.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 100%;
}

@media screen and (min-width: 834px) {
  #primary-menu-list .submenu-toggle {
    display: none;
  }
}

#primary-menu-list .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

#primary-menu-list .sub-menu .sub-menu {
  row-gap: 1.5rem;
}

#primary-menu-list .sub-menu a {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 834px) {
  #primary-menu-list .sub-menu {
    border-radius: 1.3rem;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
    display: none;
    left: 0;
    margin: 0 -2rem;
    min-width: 23rem;
    padding: 1.62rem 0;
    position: absolute;
    top: 100%;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    z-index: 9;
  }
  #primary-menu-list .sub-menu li > :is(.menu-link-wrapper, a) {
    white-space: nowrap;
    padding: 0 1.62rem;
  }
  #primary-menu-list .sub-menu .sub-menu {
    left: calc(100% + 1rem);
    top: 0;
    margin: -1.62rem 0 0;
    position: absolute;
  }
  #primary-menu-list .sub-menu a {
    border: none;
    display: inline-block;
    font-size: 2rem;
    width: 100%;
  }
  #primary-menu-list .sub-menu a[aria-hidden="true"] {
    display: none;
  }
  #primary-menu-list .sub-menu a:hover {
    color: #E30276;
  }
}

#primary-menu-list .menu-item-is-depth-0 > .sub-menu {
  margin-left: 1.1rem;
}

@media screen and (min-width: 834px) {
  #primary-menu-list .menu-item-is-depth-0 > .sub-menu {
    margin-left: -2rem;
  }
}

#masthead.mobile-menu-is-visible {
  height: 100vh;
  z-index: 1;
  background-color: white;
  position: absolute;
}

@media screen and (min-width: 834px) {
  #masthead.mobile-menu-is-visible {
    background-image: none;
    height: auto;
  }
}

#masthead.mobile-menu-is-visible .primary-menu-container {
  height: 100vh;
  margin-bottom: 1.5rem;
  margin-top: 6rem;
  max-height: 35rem;
  overflow-y: scroll;
  width: 80%;
}

#masthead.mobile-menu-is-visible .primary-menu-container::-webkit-scrollbar {
  background-color: transparent;
  width: 3px;
}

#masthead.mobile-menu-is-visible .primary-menu-container::-webkit-scrollbar-thumb {
  background-color: #E30276;
  border-radius: 0.4rem;
}

@media screen and (min-width: 834px) {
  #masthead.mobile-menu-is-visible .primary-menu-container {
    height: auto;
    margin-bottom: 0;
    max-height: none;
    overflow-y: auto;
  }
}

#masthead.mobile-menu-is-visible .menu-item-has-children {
  --sub-menu-item-color: #000;
}

#masthead.mobile-menu-is-visible .menu-item-has-children .sub-menu {
  display: none;
}

#masthead.mobile-menu-is-visible .menu-item-has-children.active-sub-menu {
  --sub-menu-indicator-dir: 90deg;
}

#masthead.mobile-menu-is-visible .menu-item-has-children.active-sub-menu > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#masthead.mobile-menu-is-visible .menu-item-has-children.menu-item-is-depth-1 {
  --sub-menu-indicator-dir: -90deg;
}

#masthead.mobile-menu-is-visible .menu-item-has-children.menu-item-is-depth-1.active-sub-menu {
  --sub-menu-indicator-dir: 90deg;
  --sub-menu-item-color: #E30276;
}

@media screen and (min-width: 834px) {
  #masthead.mobile-menu-is-visible .menu-item-has-children.menu-item-is-depth-1.active-sub-menu {
    --sub-menu-item-color: #000;
  }
}

#masthead.mobile-menu-is-visible .menu-item-has-children .menu-link-wrapper a {
  color: var(--sub-menu-item-color, #000);
}

#masthead.mobile-menu-is-visible .menu-item-has-children .submenu-toggle::before {
  background-color: var(--sub-menu-item-color);
  -webkit-transform: rotate(var(--sub-menu-indicator-dir, -90deg));
          transform: rotate(var(--sub-menu-indicator-dir, -90deg));
}

.fl-module-gaarts-callout .fl-module-content {
  margin: 0;
}

.component--gaarts-callout {
  margin: 2rem auto;
  max-width: 137.1rem;
  width: 90%;
}

.component--gaarts-callout .component-content {
  text-align: center;
}

.fl-module-gaarts-homepage-hero {
  position: relative;
}
#toggleAutoplay-wrapper .fl-html{
    padding:0;
}

 #toggleAutoplay-wrapper{
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 99;
    display: inline-block;
}

#toggleAutoplay{
    transition: background-color .3s ease;
    background-color: #E30276;
    border: none;
    border-radius: 50%;
    height: 35px !important;
    width: 35px !important;
    display: grid;
    place-content: center;
}
#toggleAutoplay:hover,
#toggleAutoplay:focus-visible{
    background-color:white;
}

#toggleAutoplay #pause-icon{
    margin-left: 1px;
    width: 13px;
}
#toggleAutoplay #play-icon{
    margin-left: 1px;
    width: 12px;
}
body{
	overflow-x:hidden;
}
header #fl-header-wrap{
	position:relative;
	overflow-x: hidden;
    overflow-x: clip;
}
body.home header #fl-header-wrap::before {
    background-image: url(../images/hp-hero/full_blob.svg);
    background-position: bottom right;
    background-size: cover;
    z-index: -10;
    content: '';
    position: absolute;
    width: 200vw;
    left: -100vw;
    height: 600px;
	background-repeat: no-repeat;
}
@media (max-width:776px){
	body.home header #fl-header-wrap::before {
		width: 230vw;
	}
	.slick-slide img{
		aspect-ratio: 3 / 2 !important;
		max-height: 40vh;
		width: 100%;
	}
}
body:not(.home) header #fl-header-wrap::before {
    background-image: url(../images/hp-hero/blob-update.svg);
    background-position: bottom right;
    background-size: cover;
    z-index: -10;
    content: '';
    position: absolute;
    width: 45vw;
    left: 0;
    height: 300px;
	background-repeat: no-repeat;
}
@media (max-width:992px){
	body:not(.home) header #fl-header-wrap::before {
		width: 75vw;
		height: 250px;
	}
}
@media (max-width:776px){
	body:not(.home) header #fl-header-wrap::before {
		width: 85vw;
		height: 300px;
	}
}

.fl-module-gaarts-homepage-hero.new-hero::before{
	display:none;
}

.fl-module-gaarts-homepage-hero .fl-module-content {
  margin: 0;
}

#intro-container{
	display:none;
}

@media (max-width: 992px) {
	.fl-module-gaarts-homepage-hero .fl-col{
		width:100% !important;
	}
}

.component--gaarts-homepage-hero {
  margin: 2rem auto;
  position: relative;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 834px) {
  .component--gaarts-homepage-hero {
    padding-top: unset;
  }
}

.component--gaarts-homepage-hero .component-header {
  margin: 0 auto;
  max-width: 137.1rem;
  width: 90%;
}

@media screen and (min-width: 834px) {
  .component--gaarts-homepage-hero .component-header {
    width: 82%;
  }
}

.component--gaarts-homepage-hero .component-title {
  padding: 2rem 0;
  font-size: 3.5rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 834px) {
  .component--gaarts-homepage-hero .component-title {
    padding: 10rem 0 0 15rem;
    font-size: 7rem;
    text-align: left;
  }
}

.component--gaarts-homepage-hero .component-content {
  margin: 2.2rem 0 0;
  text-align: left;
}

@media screen and (min-width: 834px) {
  .component--gaarts-homepage-hero .component-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4rem 0 0 18%;
    width: 82%;
  }
}

.component--gaarts-homepage-hero .component-text {
  margin: 0 auto;
  width: 82%;
  max-width: 48rem;
  text-align: center;
}

@media screen and (min-width: 834px) {
  .component--gaarts-homepage-hero .component-text {
    margin: 0;
    width: auto;
    text-align: unset;
  }
}

.component--gaarts-homepage-hero .summary,
.hero .summary p{
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 2.5rem;
  max-width: 48.1rem;
  padding-top: 2rem;
}
.hero .summary p{
	padding-right:0;
}

@media screen and (min-width: 834px) {
  .component--gaarts-homepage-hero .summary,
  .hero .summary p{
    padding-top: unset;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: unset;
    padding-right: 2rem;
  }
	.hero .summary p{
		padding-right:0;
	}
}

.component--gaarts-homepage-hero .component-image {
  margin-top: 4rem;
  text-align: right;
}

@media screen and (min-width: 834px) {
  .component--gaarts-homepage-hero .component-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .component--gaarts-homepage-hero .component-image picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .component--gaarts-homepage-hero .component-image img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: none;
  }
}

.component--gaarts-homepage-hero a[class^="button-"] {
  padding: 1.1rem 2.5rem;
  text-transform: none;
}

.slick-list{
	max-width:90vw;
}
@media (max-width: 992px){
	.fl-col-small:not(.fl-col-small-full-width) {
			max-width: 100%;
	}
.fl-col-group .fl-visible-medium-mobile.fl-col, .fl-col-group .fl-visible-mobile.fl-col {
		display: unset;
	}
}


@media screen and (max-width: 880px) {
  .site-main .type-page .fl-builder-content-primary .fl-row-content-wrap {
    padding-top: 2rem;
  }
}

/* Homepage */

.pp-image-carousel-item figure{
	margin:0;
	width:100%;
}
.pp-image-carousel-item img{
	aspect-ratio: 3 / 2;
	object-fit:cover;
}
.pp-image-carousel-wrapper .pp-swiper-button{
	transition: background-color .3s ease;
	background-color: #E30276;
	border:none;
	border-radius: 50%;
	height:50px !important;
	width:50px !important;
	top:50px !important;
}
.pp-image-carousel-wrapper .pp-swiper-button:hover,
.pp-image-carousel-wrapper .pp-swiper-button:focus-visible{
	background-color:white;
}
.pp-image-carousel-wrapper .pp-swiper-button svg{
	height:45px !important;
	
}
.pp-image-carousel-wrapper .pp-swiper-button-prev{
	right: 80px !important;
	left: unset !important;
}
.pp-image-carousel-wrapper .pp-swiper-button-next{
	right: 20px;
}
.pp-image-carousel-wrapper .pp-swiper-button-next svg{
	position:relative;
	left:15% !important;
}
.pp-image-carousel-wrapper .pp-swiper-button-prev svg{
	position:relative;
	right:15% !important;
}

#gaarts-interior-banner {
  max-width: 1080px;
  margin: 0 auto clamp(2rem, 3vw, 3.5rem);
  padding-inline: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gaarts-interior-banner .gaarts-interior-banner-breadcrumbs .fl-html span a{
	color:black !important;
}

.fl-rich-text #gaarts-interior-banner{
	margin-bottom:0;
}

@media screen and (min-width: 836px) {
  #gaarts-interior-banner {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

#gaarts-interior-banner .gaarts-interior-banner-breadcrumbs {
  font-size: 18px;
}

@media screen and (min-width: 836px) {
  #gaarts-interior-banner .gaarts-interior-banner-breadcrumbs {
    margin: 0 0 0 auto !important;
  }
}

#gaarts-interior-banner .gaarts-interior-banner-breadcrumbs .fl-html {
  padding: 4.5rem 0 0 !important;
  font-size: 18px;
}

@media screen and (min-width: 875px) {
  #gaarts-interior-banner .gaarts-interior-banner-breadcrumbs .fl-html {
    width: 100%;
    max-width: none;
    padding: 2rem 0 0 !important;
    text-align: right;
  }
}

#gaarts-interior-banner .title_container {
  text-align: center;
}

@media screen and (min-width: 836px) {
  #gaarts-interior-banner .title_container {
    text-align: left;
  }
}

#gaarts-interior-banner .title_container h1 {
  margin: .75rem 0;
}

.gaarts-interior-banner-breadcrumbs a {
  position: relative;
  z-index: 1;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.gaarts-interior-banner-breadcrumbs a::after {
  position: absolute;
  height: 2px;
  content: '';
  background-color: #E30276;
  left: -3px;
  right: -3px;
  bottom: 0;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  z-index: -1;
}

.gaarts-interior-banner-breadcrumbs a:hover {
  color: #ffffff !important;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.gaarts-interior-banner-breadcrumbs a:hover::after {
  height: 100%;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.single-post-wrap.post-type-acadp_listings .acadp {
/* #listing-wrapper.listing .acadp { */
  margin: auto;
}

.single-post-wrap.post-type-acadp_listings .acadp .acadp-post-title h1 {
  text-transform: capitalize;
}

.single-post-wrap.post-type-acadp_listings .acadp p {
  padding: 1rem 0;
}

.single-post-wrap.post-type-acadp_listings .acadp ul {
  padding: 2rem 0 2rem 4rem;
}

.single-post-wrap.post-type-acadp_listings .acadp li {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.58;
}

.single-post-wrap.post-type-acadp_listings .acadp .header_wrapper {
  height: 30rem;
  position: relative;
  width: 100%;
}

.single-post-wrap.post-type-acadp_listings .acadp .header_wrapper header {
  width: 100%;
  height: 42.3rem;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  z-index: -20;
  top: 0;
}

.single-post-wrap.post-type-acadp_listings .acadp .header_wrapper header img {
  position: absolute;
  height: 100%;
  top: 0;
  left: calc(50% - 60rem);
  z-index: -20;
}

@media screen and (min-width: 834px) {
  .single-post-wrap.post-type-acadp_listings .acadp .header_wrapper header img {
    height: 190%;
    top: -52rem;
    left: calc(50% - 170rem);
    z-index: -20;
  }
}

.acadp .pagination > .active > a,
.acadp .pagination > .active > span,
.acadp .pagination > .active > a:hover,
.acadp .pagination > .active > span:hover,
.acadp .pagination > .active > a:focus,
.acadp .pagination > .active > span:focus {
  background-color: #E30276 !important;
  border-color: #E30276 !important;
}

section.fl-row-full-width {
  max-width: none !important;
}

.fl-module-gaarts-posts-carousel {
  position: relative;
  background-color: #f58220;
}

.fl-module-gaarts-posts-carousel::before {
  background-image: url(../images/wave-desktop.svg);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: cover;
  bottom: 0;
  content: '';
  display: block !important;
  height: 60%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.fl-module-gaarts-posts-carousel .fl-module-content {
  margin: 0;
}

.component--gaarts-posts-carousel {
  margin: 0 auto;
  max-width: 31rem;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  position: relative;
  width: 85%;
  z-index: 3;
}

@media screen and (min-width: 834px) {
  .component--gaarts-posts-carousel {
    margin: unset;
    margin-left: 5%;
    max-width: none;
    overflow: hidden;
    padding-top: 10rem;
    padding-bottom: 10rem;
    width: 95%;
  }
}

@media screen and (min-width: 834px) {
  .component--gaarts-posts-carousel .component-header {
    margin-bottom: 5.6rem;
  }
}

.component--gaarts-posts-carousel .component-header .gaarts-carousel-control {
  --carousel-nav-icon-color: #f58220;
  --carousel-nav-button-gap: 3.8rem;
}

.component--gaarts-posts-carousel .component-footer {
  margin-top: 3.3rem;
  text-align: center;
}

@media screen and (min-width: 834px) {
  .component--gaarts-posts-carousel .component-footer {
    margin-top: 0;
  }
}

.component--gaarts-posts-carousel .component-footer .gaarts-carousel-control {
  --carousel-nav-icon-color: #d5641e;
  --carousel-nav-button-gap: 2.4rem;
}

@media screen and (min-width: 834px) {
  .component--gaarts-posts-carousel .component-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: flex-end;
    gap: 5%;
  }
}

@media screen and (min-width: 834px) {
  .component--gaarts-posts-carousel .component-intro {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

.component--gaarts-posts-carousel .component-title {
  color: #fff;
  font-size: 3.1rem;
  font-weight: 500;
  line-height: 1.97;
}

@media screen and (min-width: 834px) {
  .component--gaarts-posts-carousel .component-title {
    font-size: 7rem;
    line-height: 1.07;
  }
}

.component--gaarts-posts-carousel .carousel-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.component--gaarts-posts-carousel .carousel-slides-wrapper :is(.slick-list, .slick-track) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.component--gaarts-posts-carousel .carousel-slide {
  background-color: #fff;
  border-radius: 3rem;
  margin-right: 4rem;
  max-width: 31rem !important;
  width: 31rem !important;
}

.component--gaarts-posts-carousel .carousel-slide [aria-hidden] {
  display: block !important;
}

.component--gaarts-posts-carousel .carousel-slide--inner {
  padding: 0.9rem;
}

.component--gaarts-posts-carousel .carousel-slide--content {
  margin: 2rem auto 0;
  width: 90%;
}

.component--gaarts-posts-carousel .carousel-slide--img {
  border-radius: 2.2rem 2.2rem 0 0;
  height: 19.1rem;
  overflow: hidden;
}

.component--gaarts-posts-carousel .carousel-slide--img:empty {
  background-color: #ddd;
}

.component--gaarts-posts-carousel .carousel-slide--title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}

.component--gaarts-posts-carousel .carousel-slide--excerpt {
	margin-block: 20px !important;
}

.carousel-slide--inner .link-more{
	display:none;
}

.entry-summary{
	color: #000;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.58;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.component--gaarts-posts-carousel .cta-container {
  margin-bottom: 2.8rem;
  text-align: center;
}

@media screen and (min-width: 834px) {
  .component--gaarts-posts-carousel .cta-container {
    margin-bottom: 3.4rem;
    text-align: left;
  }
}

.component--gaarts-posts-carousel a[class^="button"] {
  border-radius: 2rem;
  padding: 0.4rem 1.6rem;
  text-transform: none;
}

.gaarts-carousel--controls[aria-hidden="true"] {
  display: none;
}

@media screen and (min-width: 834px) {
  .gaarts-carousel--controls {
    margin-right: 5%;
    text-align: right;
  }
}

.gaarts-carousel-control {
  background-color: #fff !important;
  border: none;
  border-radius: 50%;
  height: 4.6rem;
  margin: 0;
  padding: 0;
  position: relative;
  width: 4.6rem;
}

.gaarts-carousel-control[data-control="Next"] {
  --carousel-nav-icon-direction: -1;
  --carousel-nav-icon-x-offset-left: auto;
  --carousel-nav-icon-x-offset-right: 50%;
  --carousel-nav-icon-x-center: -50%;
}

.gaarts-carousel-control[data-control="Prev"] {
  --carousel-nav-icon-direction: 1;
  --carousel-nav-icon-x-offset-left: 25%;
  --carousel-nav-icon-x-offset-right: auto;
  --carousel-nav-icon-x-center: 0;
  margin-right: var(--carousel-nav-button-gap);
}

.gaarts-carousel-control::before {
  background-color: var(--carousel-nav-icon-color);
  content: '';
  display: block;
  height: 2.7rem;
  left: var(--carousel-nav-icon-x-offset-left);
  -webkit-mask-image: url(../images/icons/chevron.svg);
          mask-image: url(../images/icons/chevron.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  right: var(--carousel-nav-icon-x-offset-right);
  top: 50%;
  -webkit-transform: scaleX(var(--carousel-nav-icon-direction, 1)) translateX(var(--carousel-nav-icon-x-center, 50%)) translateY(-50%);
          transform: scaleX(var(--carousel-nav-icon-direction, 1)) translateX(var(--carousel-nav-icon-x-center, 50%)) translateY(-50%);
  width: 1.6rem;
}

.new-grid {
  margin-top: 3rem;
  position: relative;
}

.new-grid .fl-module-gaarts-posts-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.new-grid .fl-module-gaarts-posts-grid .fl-module-content {
  margin: 0;
}

.new-grid::before {
  background-image: url(../images/wave-desktop-orange.svg);
  background-position: 30% top;
  background-repeat: no-repeat;
  background-size: 200%;
  top: 0;
  content: '';
  display: block !important;
  height: 60%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 834px) {
  .new-grid {
    margin-top: 0;
  }
  .new-grid::before {
    background-size: contain;
    background-position: center top;
  }
}

.new-grid-wrap {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 5.5rem;
  position: initial;
  width: 100%;
  z-index: 3;
}

@media screen and (min-width: 834px) {
  .new-grid-wrap {
    max-width: 128rem;
    overflow: hidden;
    padding-top: 10rem;
    padding-bottom: 10rem;
    width: 90%;
  }
}

.new-grid-wrap .component-header {
  margin-bottom: 3rem;
}

@media screen and (min-width: 834px) {
  .new-grid-wrap .component-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5%;
    width: 100%;
  }
}

@media screen and (min-width: 834px) {
  .new-grid-wrap .component-intro {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

.new-grid-wrap .component-title {
  color: #fff;
  text-transform: none;
  padding: 0 21px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.97;
}

@media screen and (min-width: 834px) {
  .new-grid-wrap .component-title {
    font-size: 7rem;
    line-height: 1.07;
  }
}

.new-grid-wrap .carousel-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  gap: 4rem;
  overflow: visible;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 834px) {
  .new-grid-wrap .carousel-slides {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

.new-grid-wrap .carousel-slides-wrapper :is(.slick-list, .slick-track) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-grid-wrap .carousel-slide {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 3rem;
  max-width: 31rem !important;
  width: 31rem !important;
}

.new-grid-wrap .carousel-slide [aria-hidden] {
  display: block !important;
}

.new-grid-wrap .carousel-slide--inner {
  padding: 0.9rem;
}

.new-grid-wrap .carousel-slide--content {
  margin: 2rem auto 0;
  width: 90%;
}

.new-grid-wrap .carousel-slide--img {
  border-radius: 2.2rem 2.2rem 0 0;
  height: 19.1rem;
  overflow: hidden;
}

.new-grid-wrap .carousel-slide--img:empty {
  background-color: #ddd;
}

.new-grid-wrap .carousel-slide--title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}

.new-grid-wrap .carousel-slide--excerpt {
/*   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; */
	margin-block: 20px;
}

.new-grid-wrap .cta-container {
  margin-bottom: 2.8rem;
  text-align: center;
}

@media screen and (min-width: 834px) {
  .new-grid-wrap .cta-container {
    margin-bottom: 3.4rem;
    text-align: left;
  }
}

.new-grid-wrap a[class^="button"] {
  border-radius: 2rem;
  padding: 0.4rem 1.6rem;
  text-transform: none;
}

.fl-module-gaarts-promos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  position: relative;
  /*  For Wave
    &::before,
    &::after {
      background: {
        color: $white;
        position-y: left;
        repeat: no-repeat;
        size: cover;
      }

      content:'';
      display: block !important;
      position: absolute;
      width: 100%;
      z-index: 1;
    }

    &::before {
      background: {
        image: url(../images/promos/mobile-wave-top.svg);
        position: top;
      }

      height: 6.5rem;
    }

    &::after {
      background: {
        image: url(../images/promos/mobile-wave-bottom.svg);
        position: bottom;
      }

      bottom: 0;
    }
  */
}

.fl-module-gaarts-promos .fl-module-content{
	width: 100%;
	max-width: 90vw;
	margin-inline: auto;
}

@media screen and (min-width: 834px) {
  .fl-module-gaarts-promos {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* For Wave
        &::before {
          background-image: url(../images/promos/desktop-wave-top.svg);
          height: 50%;
        }

        &::after {
          background-image: url(../images/promos/desktop-wave-bottom.svg);
          height: 50%;
        }
    */
  }
}

.fl-node-614fe4e1a47fb .fl-row-content {
  max-width: none !important;
}

.component-gaarts-promos {
  padding: 4vw 0;
}

.component-gaarts-promos .blob-wrap {
  max-width: none !important;
  width: 100%;
  position: absolute;
  left: 0;
  top: 2vw;
  display: grid;
  bottom: 2vw;
  grid-template-rows: auto 1fr auto;
}

.component-gaarts-promos .blob-wrap .bg-blob-middle {
  background-color: #f58220;
}

.component-gaarts-promos > div {
  margin: 0 auto;
  max-width: 117rem;
  position: relative;
  z-index: 3;
}

.component-gaarts-promos .component-title {
  margin-top: 0;
  color: #E30276;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

@media screen and (min-width: 834px) {
  .component-gaarts-promos .component-title {
    font-size: 7rem;
    text-align: initial;
  }
}

.component-gaarts-promos .component-content {
  background-color: #fff;
  border: 0.5px solid #707070;
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 5.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.5rem 3.7rem 4.4rem;
}

@media screen and (min-width: 834px) {
  .component-gaarts-promos .component-content {
    gap: 4.5rem;
    padding: 2.5rem 0;
  }
}

.component-gaarts-promos .promo-item {
  border-color: transparent;
  border-radius: 3rem;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 26.5rem;
      flex-basis: 26.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

@media screen and (min-width: 834px) {
  .component-gaarts-promos .promo-item {
    -ms-flex-preferred-size: 34rem;
        flex-basis: 34rem;
    padding: 3.3rem 4.3rem;
  }
  .component-gaarts-promos .promo-item:hover {
    background-color: #f2f2f2;
    border-color: #707070;
  }
}

.component-gaarts-promos .item-icon {
  display: block;
  height: 7rem;
  margin: 0 auto;
  width: 10rem;
}

.component-gaarts-promos .item-icon img {
  max-height: 100%;
  width: auto;
}

.component-gaarts-promos .item-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 0.6rem;
}

@media screen and (min-width: 834px) {
  .component-gaarts-promos .item-title {
    font-size: 2.7rem;
  }
}

.component-gaarts-promos .item-text {
  color: #797979;
  margin: 0;
}

.component-gaarts-promos .item-cta {
  margin-top: 2.4rem;
  margin-bottom: 0;
}

@media screen and (min-width: 834px) {
  .component-gaarts-promos .item-cta {
    margin-top: 4.4rem;
  }
}

.component-gaarts-promos a[class^="button"] {
  padding: 0.8rem 2rem;
  text-transform: none;
}

.search-page .search-result-count {
  text-align: center;
}

.search-page .search-results-list {
  max-width: 80rem;
  margin: auto;
  padding: 21px;
  overflow-wrap: break-word;
}

.search-page .search-results-list.has-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search-page .search-results-list.has-results hr {
  height: 1px !important;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  border: none;
}

.search-page .search-results-list.has-results .search-result-summary {
  padding: 15px 0;
}

.search-page .more-link {
  margin-top: .75rem;
}

.search-page .more-link,
.search-page .search-submit {
  border-radius: 3.9rem;
  display: inline-block;
  padding: 2.7rem 8rem;
  border: 2px solid;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.1rem 2.5rem;
  border-color: #d5e04e;
  background-color: #d5e04e;
  color: #000;
}

.search-page .more-link:hover,
.search-page .search-submit:hover {
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  background: transparent;
}

.search-page .more-link:hover,
.search-page .search-submit:hover {
  color: #d5e04e;
}

.search-page .search-submit {
  margin-left: 15px;
}

.search-page .search-result-title {
  margin: 0;
}

.search-page .search-result-title a {
  color: #E30276;
  margin: 0;
  font-weight: 500;
  line-height: 1.1;
  font-size: 4rem;
  text-decoration: none;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.search-page .search-result-title a:hover {
  opacity: .65;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.search-page p.item-title {
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 0.6rem;
  font-size: 2.5rem;
}

.search-page .no-search-results h3 {
  font-size: 3rem;
}

.search-pagination .pagination {
  margin: 0 auto;
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}

.search-pagination .pagination li {
  font-size: 1.9rem;
  line-height: 2.9rem;
  padding: 0 0 1rem 0;
  display: inline;
  list-style: none;
}

.search-pagination .pagination li > a,
.search-pagination .pagination li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.search-pagination .pagination li > a {
  color: #E30276;
  text-decoration: none;
}

.search-pagination .pagination li > span {
  color: #337ab7;
}

.search-pagination .pagination li:first-child > * {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.search-pagination .pagination li:last-child > * {
  margin-left: 0;
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.search-pagination .pagination .active span {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.search-pagination .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-pagination .text-muted {
  color: #777;
}

.mobile-search-form {
  background-color: #d5e04e;
  border: 0;
}

.mobile-search-form input {
  background: transparent;
}

article:is(.single-pt-wrap, .type-post, .type-page) #article-wrapper li {
  font-size: 1.9rem;
  line-height: 2.9rem;
  padding: 0 0 1rem 0;
}

article:is(.single-pt-wrap, .type-post, .type-page) .about-us .fl-accordion,
article:is(.single-pt-wrap, .type-post, .type-page) .about-us .fl-row {
  margin: 0 auto;
}

article:is(.single-pt-wrap, .type-post, .type-page) .about-us.staff-council-members .fl-row-content-wrap {
  margin: 0 auto;
  max-width: 80em;
}

article:is(.single-pt-wrap, .type-post, .type-page) .contact-us .fl-row-fixed-width {
  max-width: 120rem !important;
}

article:is(.single-pt-wrap, .type-post, .type-page) .contact-us .fl-row-content-wrap {
  padding: 2rem;
}

article:is(.single-pt-wrap, .type-post, .type-page) .contact-us .fl-col-group {
  margin-top: 4rem;
}

article:is(.single-pt-wrap, .type-post, .type-page) .contact-us .fl-node-content {
  margin: 0;
}

article:is(.single-pt-wrap, .type-post, .type-page) .contact-us .fl-html {
  float: left;
  margin: unset;
  padding: 0;
}

article:is(.single-pt-wrap, .type-post, .type-page) .contact-us .fl-html p {
  padding: 2rem 0;
}

article:is(.single-pt-wrap, .type-post, .type-page) .contact-us .fl-html input:is([type="email"], [type="number"], [type="text"]) {
  border-color: transparent;
  border-style: solid;
  border-width: 2px solid;
  border-bottom-color: currentColor;
  color: inherit;
  font-family: inherit;
  font-size: 1.9rem;
  line-height: normal;
  margin: 0.5rem 0;
  max-width: 100%;
  outline: 0;
  padding: 0.62em;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  vertical-align: baseline;
}

article:is(.single-pt-wrap, .type-post, .type-page) .contact-us .fl-html input:is([type="email"], [type="number"], [type="text"]):focus {
  border-color: currentColor;
}

@media screen and (min-width: 834px) {
  article:is(.single-pt-wrap, .type-post, .type-page) .contact-us .fl-html input:is([type="email"], [type="number"], [type="text"]) {
    width: unset;
  }
}

article:is(.single-pt-wrap, .type-post, .type-page) .contact-us .fl-html input[type="submit"] {
  background-color: #d5e04e;
  border: none;
  border-radius: 3.9rem;
  color: #000;
  display: inline-block;
  padding: 1.1rem 3.5rem;
  text-decoration: none;
  text-transform: none;
}

article:is(.single-pt-wrap, .type-post, .type-page) .grants .fl-row-content-wrap:has(.fl-col-small) {
  width: 72rem;
	max-width:100%;
}

article:is(.single-pt-wrap, .type-post, .type-page) .grants .fl-row-content-wrap {
  margin: auto;
}

article:is(.single-pt-wrap, .type-post, .type-page) .grants .fl-row-content-wrap .fl-row {
  max-width: 80em;
}

article:is(.single-pt-wrap, .type-post, .type-page) .grants .fl-row-fixed-width .fl-html {
  max-width: 75rem !important;
}

article:is(.single-pt-wrap, .type-post, .type-page) .component--gaarts-video .component-content {
  border-radius: 2rem;
}

article:is(.single-pt-wrap, .type-post, .type-page) .component--gaarts-video .video-description {
  text-align: left;
}

article:is(.single-pt-wrap, .type-post, .type-page) .fl-module-gaarts-vid {
  padding: 10rem 0;
}

article:is(.single-pt-wrap, .type-post, .type-page) .fl-module-gaarts-vid .component--gaarts-video {
  max-width: 128rem;
}

article:is(.single-pt-wrap, .type-post, .type-page) .entry-content {
  margin: auto;
}

article:is(.single-pt-wrap, .type-post, .type-page) .entry-content .fl-module-content.fl-node-content {
  margin-top: 0;
}

article:is(.single-pt-wrap, .type-post, .type-page) .entry-content .fl-rich-text {
  max-width: 80rem;
  margin: auto;
  overflow-wrap: break-word;
}

article:is(.single-pt-wrap, .type-post, .type-page) .entry-content .fl-rich-text p {
  clear: left;
}

@media screen and (min-width: 834px) {
  article:is(.single-pt-wrap, .type-post, .type-page) .entry-content .fl-rich-text p {
    clear: unset;
  }
}

article:is(.single-pt-wrap, .type-post, .type-page) .entry-content .fl-rich-text p span img {
  float: left;
  margin: 0 2rem 2rem 0;
}

article:is(.single-pt-wrap, .type-post, .type-page) .entry-content .fl-rich-text a:not(class*="button") {
  color: #E30276;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

article:is(.single-pt-wrap, .type-post, .type-page) .entry-content .fl-rich-text a:hover {
  opacity: .6;
}

article:is(.single-pt-wrap, .type-post, .type-page) .entry-content .fl-html {
  color: #707070;
  font-size: 2rem;
  margin: auto;
  max-width: 80rem;
  padding: 2rem 0 0 0;
  text-transform: uppercase;
}

@media screen and (min-width: 834px) {
  article:is(.single-pt-wrap, .type-post, .type-page) .entry-content .fl-html {
    padding: 4rem 0 0 0;
  }
}

article:is(.single-pt-wrap, .type-post, .type-page) .entry-content .fl-html a {
  text-decoration: none;
  color: #E30276;
}

article:is(.single-pt-wrap, .type-post, .type-page) .entry-content .fl-html a:hover {
  color: #E30276;
}

article:is(.single-pt-wrap, .type-post, .type-page) .component-gaarts-promos .item-text {
  color: #707070;
  margin: 0;
}

@media screen and (min-width: 834px) {
  article:is(.single-pt-wrap, .type-post, .type-page) .component-gaarts-promos .item-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 4.6em;
  }
}

.site-content .comments-area {
  width: 128rem;
  margin: auto;
}

.maing-wrap-wm_projects .single-post-wrap {
  padding-inline: 21px;
}

@media screen and (min-width: 834px) {
  .maing-wrap-wm_projects .single-post-wrap {
    max-width: 1080px;
    display: grid;
    grid-template-columns: .4fr .6fr;
    grid-template-rows: auto 1fr;
    grid-row-gap: 4rem;
  }
}

@media screen and (min-width: 834px) {
  .maing-wrap-wm_projects .single-post-wrap .single-breadbrumbs {
    grid-row: 1/2;
    grid-column: 1/-1;
  }
}

@media screen and (min-width: 834px) {
  .maing-wrap-wm_projects .single-post-wrap .single-post-content,
.maing-wrap-wm_projects .single-post-wrap .post-thumbnail {
    grid-row: 2/3;
  }
}

.maing-wrap-wm_projects .single-post-wrap .post-thumbnail img {
  height: auto !important;
}

.maing-wrap-wm_projects .single-post-wrap .comments-area {
  display: none;
}

.maing-wrap-wm_projects .single-post-nav-wrap .nav-links {
  margin: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.maing-wrap-wm_projects .single-post-nav-wrap .button-1 {
  padding: 1.1rem 2.5rem;
}

/* 
* I found no other way to edit the html 
* this was the only way I can come up with changing it
*/
.post-type-acadp_listings .acadp-listing > .row {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto auto;
}

.post-type-acadp_listings .acadp-listing > .row .col-md-4 {
  width: 100% !important;
  max-width: 1080px;
  justify-self: center;
  grid-row: 1/2;
  grid-column: 1/-1;
  float: none;
}

.post-type-acadp_listings .acadp-listing > .row .col-md-4 legend {
  display: none;
}

.post-type-acadp_listings .acadp-listing > .row .col-md-4 .acadp-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  gap: 1.2rem;
}

.post-type-acadp_listings .acadp-listing > .row .col-md-4 .acadp-address .glyphicon {
  color: #f58220;
  font-size: 1.5rem;
  padding-right: .25rem;
}

.post-type-acadp_listings .acadp-listing > .row .col-md-4 .acadp-address a {
  color: #000000;
}

.post-type-acadp_listings .acadp-listing > .row .col-md-8 {
  width: 100% !important;
  max-width: 800px;
  justify-self: center;
  grid-row: 2/3;
  grid-column: 1/-1;
  float: none;
}

.post-type-acadp_listings .acadp-listing > .row .col-md-8 .acadp-post-title {
  display: none;
  visibility: hidden;
}

.post-type-acadp_listings .acadp-listing .list-group.acadp-margin-bottom {
  display: none;
}

.single-post-wrap {
  position: relative;
}

.single-post-wrap .single-post-content {
  max-width: 80rem;
  margin: auto;
  padding: 2.5rem 3.5rem;
  background-color: #fff;
  border: 0.5px solid #c6c6c6;
  border-radius: 1.5rem;
  z-index: 2;
  position: relative;
}

@media (max-width: 992px){
	.single-post-wrap .single-post-content{
		border: none;
		background: transparent
	}
}

.fl-module-gaarts-single-double .fl-module-content {
  margin: 0;
}

.component--gaarts-single-double .component-content {
  margin-inline: auto;
  width: 90%;
}

.component--gaarts-single-double .content-single {
  margin-inline: auto;
  max-width: 80rem;
}

.component--gaarts-single-double .content-rows {
  -webkit-margin-before: 9.8rem;
          margin-block-start: 9.8rem;
  margin-inline: auto;
  max-width: 108rem;
}

.component--gaarts-single-double .content-row {
  display: grid;
  margin-bottom: 6rem;
}

.component--gaarts-single-double .content-row div:is(.content-row--title, .content-row--content) > :first-child {
  margin-top: 0;
}

@media screen and (min-width: 834px) {
  .component--gaarts-single-double .content-row {
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
    grid-template-columns: 36% 56.85%;
    margin-bottom: 12.7rem;
  }
}

.gaarts-background {
  background-image: url(../images/Green-Blob.png), url(../images/Pink-blob.png);
  background-position: 105%, -10% bottom;
  background-repeat: no-repeat;
  background-size: 30% auto;
  padding-block: 2rem;
}

.gaarts-background .fl-module-content {
  margin: 0;
}

.component--gaarts-video {
  margin-inline: auto;
  max-width: 200rem;
  width: 90%;
}

.component--gaarts-video .component-header {
  text-align: center;
}

@media screen and (min-width: 834px) {
  .component--gaarts-video .component-header {
    text-align: right;
  }
}

.component--gaarts-video .component-title {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 1.1rem;
}

@media screen and (min-width: 834px) {
  .component--gaarts-video .component-title {
    font-size: 7rem;
  }
}

.component--gaarts-video .component-subtitle {
  color: #fff;
  font-size: 3.25rem;
  font-weight: 500;
  margin-bottom: 1.1rem;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 834px) {
  .component--gaarts-video .component-subtitle {
    font-weight: 700;
    margin-bottom: 1.9rem;
  }
}

.component--gaarts-video .component-content {
  background-color: #E30276;
  border-radius: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 37.5rem;
  overflow: hidden;
}

@media screen and (min-width: 834px) {
  .component--gaarts-video .component-content {
    border-radius: 5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
  }
}

.component--gaarts-video .video-container {
  margin-top: 2rem;
}

@media screen and (min-width: 834px) {
  .component--gaarts-video .video-container {
    -ms-flex-preferred-size: 67.01%;
        flex-basis: 67.01%;
    margin-top: 0;
  }
}

.component--gaarts-video .fluid-width-video-wrapper {
  border-radius: 1.4rem;
  margin: 0 auto;
  max-width: 90%;
  overflow: hidden;
}

@media screen and (min-width: 834px) {
  .component--gaarts-video .fluid-width-video-wrapper {
    border-radius: 0;
    max-width: none;
  }
}

.component--gaarts-video .video-description--wrapper {
  margin: 4.25rem 0 4.5rem;
}

@media screen and (min-width: 834px) {
  .component--gaarts-video .video-description--wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 32.99%;
        flex-basis: 32.99%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}

.component--gaarts-video .video-description {
  margin: 0 auto;
  max-width: 90%;
}

.component--gaarts-video .video-description p {
  color: #fff;
  font-size: 2rem;
  line-height: 1.15;
  text-align: center;
}

.component--gaarts-video .video-description a[class^="button"] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

@media screen and (min-width: 834px) {
  .component--gaarts-video .video-description {
    max-width: 75%;
  }
  .component--gaarts-video .video-description a[class^="button"] {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
}

.wm-posts {
  margin: 0 auto;
  max-width: 120rem;
}

div:is(.wm-posts-wm_projects, .posts-list.masonry, .project-archives-container) .wm-filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

div:is(.wm-posts-wm_projects, .posts-list.masonry, .project-archives-container) .wm-filter li {
  --filter-background-color: #fff;
  --filter-border-color: #E30276;
  --filter-text-color: #000;
}

div:is(.wm-posts-wm_projects, .posts-list.masonry, .project-archives-container) .wm-filter li.active {
  --filter-background-color: #E30276;
  --filter-text-color: #fff;
}

div:is(.wm-posts-wm_projects, .posts-list.masonry, .project-archives-container) .wm-filter li a {
  border-color: var(--filter-border-color);
  border-radius: 2rem;
  border-style: solid;
  border-width: 2px;
  background-color: var(--filter-background-color);
  color: var(--filter-text-color);
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  padding: 1rem 2rem;
}

div:is(.wm-posts-wm_projects, .posts-list.masonry, .project-archives-container) .wm-items-container {
  margin-top: 3.5rem;
}

div:is(.wm-posts-wm_projects, .posts-list.masonry, .project-archives-container) .wm-posts-item {
  border-radius: 3rem;
  -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.29);
}

div:is(.wm-posts-wm_projects, .posts-list.masonry, .project-archives-container) .wm-posts-item article {
  padding: 0.9rem;
}

div:is(.wm-posts-wm_projects, .posts-list.masonry, .project-archives-container) .wm-posts-item figure {
  border-radius: 2rem 2rem 0 0;
  margin: 0 0 2rem;
  overflow: hidden;
}

div:is(.wm-posts-wm_projects, .posts-list.masonry, .project-archives-container) .wm-posts-item img {
  height: auto;
  max-width: 100%;
}

div:is(.wm-posts-wm_projects, .posts-list.masonry, .project-archives-container) .wm-posts-item .taxonomy-label {
  display: none;
}

div:is(.wm-posts-wm_projects, .posts-list.masonry, .project-archives-container) .wm-posts-item .entry-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}

div:is(.wm-posts-wm_projects, .posts-list.masonry, .project-archives-container) .wm-posts-item .entry-title a {
  color: #000;
}

div:is(.wm-posts-wm_projects, .posts-list.masonry, .project-archives-container) .wm-posts-item.wm-column {
  margin-block: 0 2rem;
  width: 100%;
}

@media only screen and (min-width: 42em) {
  div:is(.wm-posts-wm_projects, .posts-list.masonry, .project-archives-container) .wm-posts-item.wm-column {
    margin-right: 2rem;
    width: calc(50% - 2rem);
  }
}

@media only screen and (min-width: 55em) {
  div:is(.wm-posts-wm_projects, .posts-list.masonry, .project-archives-container) .wm-posts-item.wm-column {
    width: calc(25% - 2rem);
  }
}

.project-archives-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wm-posts-item .wm-posts-element,
.wm-posts-item header.entry-header {
  width: 90%;
  margin-inline: auto;
}

.wm-posts-item header.entry-header {
  height: auto !important;
}

.wm-posts-item header.entry-header > .entry-title a {
  text-decoration: none;
}

.wm-posts-item header.entry-header .wm-posts-item .wm_projects {
  display: grid;
  grid-template-rows: auto auto 1fr;
}

.wm-posts-item .term-project_category {
  border-radius: 2rem;
  padding: 0.4rem 1.6rem;
  display: inline-block;
  text-decoration: none;
  background-color: #E30276;
  color: #fff;
  border: 2px solid #E30276;
  -webkit-transition: 250ms ease;
  transition: 250ms ease;
}

.wm-posts-item .term-project_category:hover {
  background-color: transparent;
  color: #E30276;
  -webkit-transition: 250ms ease;
  transition: 250ms ease;
}

.wm-posts-item .taxonomy-project_category {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .5rem;
}

.wm-posts-item .entry-content {
  margin: 0;
}
