:root {
  --blue: #274252;
  --green: #1d9d86;
  --beige: #e6e6db;
  --red: #ff5555;
  --orange: #e76f51;
	--duration: 4.5s;       
    --swing: 25deg;          
    --ballW: 230px;         
    --greenBallW: 500px;    
    --handW: 520px;
    --top: 6%;
    --gap: -38px;
}

body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 1.25;
}

h1, h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

h3 {
	font-family: adobe-garamond-pro, serif;
	font-style: italic;
	font-weight: 600;
}

.g-container {
	width: 1450px;
	max-width: calc(100% - 100px);
}

.button {
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	color: var(--beige);
	display: inline-block;
	background-color: var(--blue);
	padding: 20px 30px;
	border-radius: 28px;
}

.button:hover {
	color: #fff;
	background-color: var(--green);
}

.button.heart {
	padding-right: 62px;
	background-image: url('images/heart-icon.webp');
	background-size: 26px;
	background-position: right 21px center;
	background-repeat: no-repeat;
}

.button.green {
	background-color: #63bbab;
	color: var(--blue);
}

.button.green:hover {
	background-color: var(--red);
	color: #fff;
}

.more {
	font-size: 17px;
}

/* Navigation */

.g-main-nav {
    text-align: center;
}

.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    font-size: 17px;
    font-weight: 500;
    color: var(--blue);
}

.g-main-nav .g-toplevel > li > .g-menu-item-container:hover > .g-menu-item-content,
.g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
	color: var(--orange);
}

.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
    font-size: 13px;
    color: var(--blue);
}

.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
    opacity: 1;
    padding: 0;
    position: relative;
    top: 3px;
    left: -8px;
}

.g-main-nav .g-toplevel > li {
    margin: 0 15px;
}

.g-main-nav .g-toplevel > li:first-child {
	margin-left: 0;
}

.g-main-nav .g-toplevel > li:last-child {
	margin-right: 0;
}

.g-main-nav  .g-dropdown {
	background-color: var(--blue);
	padding: 25px 15px;
	box-shadow: rgba(0,0,0,0.2);
}
 
.g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {
	color: var(--beige);
	font-size: 17px;
	font-weight: 500;
}

.g-main-nav .g-sublevel > li > .g-menu-item-container:hover > .g-menu-item-content,
.g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-menu-item-content {
	color: var(--orange);
}

.menu-button {
	text-align: right;
}

.menu-button .button {
	position: relative;
	top: -10px;
}

#g-navigation {
	padding: 60px 0 30px 0;
}

#g-navigation .g-content {
	margin: 0;
	padding: 0;
}

/* Homepage */

#heroRow  h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 42.4px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--blue);
	margin: 0;
}

#heroRow  h2 {
	font-family: adobe-garamond-pro, serif;
	font-style: italic;
	font-size: 53.99px;
	font-weight: 600;
	line-height: 1.1;
	color: var(--green);
	margin: 0;
}

#heroRow .text {
	font-size: 26px;
	position: relative;
	padding: 15px;
}

#heroRow .text:before {
	content: '';
	width: 206px;
	height: 133px;
	background: url('images/35-years.webp') center center no-repeat;
	background-size: contain;
	position: absolute;
	top: -77px;
	left: -40px;
	z-index: 0;
}

#heroRow .ms-skin-default .ms-nav-next {
    right: -50px;
    left: auto;
    background-position: center center;
	background-image: url('images/chevron_right.webp');
	background-repeat: no-repeat;
	background-size: auto;
}

#heroRow .ms-skin-default .ms-nav-prev {
    right: auto;
    left: -50px;
    background-position: center center;
	background-image: url('images/chevron_left.webp');
	background-repeat: no-repeat;
	background-size: auto;
}

#heroRow .ms-skin-default .ms-nav-next:hover,
#heroRow .ms-skin-default .ms-nav-prev:hover {
	opacity: 0.65;
}

#heroRow .avt_masterslider_el {
	padding: 15px 0;
	background: url('images/slider_bg.webp') center center no-repeat;
	position: relative;
	top: -35px;
}

#heroRow .ms-slide .ms-slide-bgcont img {
	border-radius: 30px;
}

#clothing {
	margin: 45px 0;
}

#shopRow .blueBox {
	background-color: var(--blue);
	border-radius: 30px;
	padding: 50px 50px 85px 50px;
}

#shopRow .blueBox.donate {
	background-image: url('images/donate-box.webp');
	background-repeat: no-repeat;
	background-position: bottom right 50px;
	position: relative;
}

#shopRow .right-column {
	position: relative;
}

#shopRow .right-column:after {
	content: '';
	display: block;
	width: 85px;
	height: 94px;
	position: absolute;
	left: 50%;
	top:  50%;
	transform: translate(-50%, -50%);
	background: url('images/branch2.webp') top center no-repeat;
	background-size: cover;
	z-index: 0;
}

#shopRow .blueBox.join {
	background-image: url('images/hands.webp');
	background-repeat: no-repeat;
	background-position: bottom right 50px;
}

#shopRow  h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 58.45px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--beige);
	margin: 0;
}

#shopRow .blueBox h3 {
	font-family: adobe-garamond-pro, serif;
	font-style: italic;
	font-size: 53.99px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--green);
	margin: 0;
}

#shopRow .greenBox {
	background: url('images/shop_bg.webp') top center no-repeat;
	background-size: cover;
	border-radius: 30px;
	padding: 50px;
	height: calc(100% - 35px);
	margin-bottom: 0px;
}

#shopRow .left-column {
	padding: 0 15px;
	background: url('images/ss_bg.webp') bottom center no-repeat;
	margin-bottom: 20px;
	position: relative;
}

#shopRow .left-column:before {
	content: '';
	display: block;
	width: 78px;
	height: 119px;
	position: absolute;
	left: 50%;
	top: -65px;
	transform: translateX(-50%);
	background: url('images/branch1.webp') top center no-repeat;
	background-size: cover;
	z-index: 0;
}
	
#shopRow .left-column  .wpb_wrapper {
	height: 100%;
}

#shopRow .greenBox h3 {
	font-family: adobe-garamond-pro, serif;
	font-style: italic;
	font-size: 53.99px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--blue);
	margin: 0;
}

#logoSeparator {
	padding: 20px 0;
	position: relative;
}

#logoSeparator:before {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('images/branch3.webp') center center no-repeat;
	z-index: 0;
}

#impactTitle {
	background: var(--blue);
	padding: 35px 0;
}

#impactTitle .text {
	padding-left: 110px;
	background: url('images/impact-branch.webp') left center no-repeat;
	margin: 0;
}

#impactTitle  h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 58.45px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--beige);
	margin: 0;
}

#impactTitle  h3 {
	font-family: adobe-garamond-pro, serif;
	font-style: italic;
	font-size: 53.99px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--green);
	margin: 0;
}

#impact {
	background-color: var(--beige);
	font-size: 26px;
}

#impact .slider {
	padding-top: 220px;
}

#impact #sliderRow {
	position: relative;
}

#impact .slider .ms-skin-default .ms-nav-next {
    right: -70px;
    left: auto;
    background-position: center center;
	background-image: url('images/chevron_right.webp');
	background-repeat: no-repeat;
}

#impact .slider .ms-skin-default .ms-nav-prev {
    right: auto;
    left: -70px;
    background-position: center center;
	background-image: url('images/chevron_left.webp');
	background-repeat: no-repeat;
}

#impact .slider .ms-skin-default .ms-nav-next:hover,
#impact .slider .ms-skin-default .ms-nav-prev:hover {
	opacity: 0.65;
}

#impact .slider .avt_masterslider_el {
	padding: 30px 0;
	background: url('images/slider_bg2.webp') top 45px center no-repeat;
	position: relative;
	top: -35px;
}

#impact .slider .master-slider-parent {
	max-width: 549px !important;
	padding: 20px;
	border-radius: 30px;
	background-color: var(--beige);
}

#stories {
	padding-bottom: 35px;
}

#stories h2 {
	font-family: adobe-garamond-pro, serif;
	font-style: italic;
	font-weight: 600;
	font-size: 54.51px;
	line-height: 1.1;
}

#stories .flex {
	margin: 0;
}

#stories .flex p {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
	margin: 0;
}

#stories .flex p img {
	margin: 0;
}

.moreStories p {
	margin: 0;
}

.moreStories  a {
	color: var(--blue);
	font-weight: 700;
}

.moreStories  a:hover {
	color: var(--red);
}

#legacy .greenBox {
	background-color: var(--green);
	position: relative;
	padding: 65px;
}

#legacy .greenBox:before {
	content: '';
	display: block;
	height: 100%;
	width: 3000px;
	position: absolute;
	top: 0;
	right: 100%;
	background-color: var(--green);
}

#legacy .blueBox {
	background-color: var(--blue);
	position: relative;
	color: var(--beige);
}

#legacy .blueBox:before {
	content: '';
	display: block;
	height: 100%;
	width: 3000px;
	position: absolute;
	top: 0;
	left: 100%;
	background-color: var(--blue);
}

#legacy .flexslider {
	border: 0;
	background: transparent;
	height: auto !important;
}

#legacy  .flexslider .slides img {
    display: block;
    width: auto;
    margin: 0 auto;
    z-index: 5;
    position: relative;
    top: 26px;
	border-radius: 50px;
}

#legacy .greenBox h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 39px;
	font-weight: 700;
	line-height: 1.1;
	color: var(--beige);
}

#legacy .blueBox h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 42.4px;
	font-weight: 700;
	line-height: 1.1;
	color: #efefe8;
}

#legacy   h3 {
	font-family: adobe-garamond-pro, serif;
	font-style: italic;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--beige);
}

.legacyImage {
	text-align: center;
}

.legacyImage p {
	display: inline-block;
	margin: 0;
	padding: 0 15px 20px 0 ;
	background: url('images/legacy_bg.webp') bottom right no-repeat;
}

.legacyImage img {
	border: 9px solid #efefe8;
}

#legacy .blueBox  .text .wpb_wrapper {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#legacy .blueBox  .text h3 {
	padding: 15px 65px;
	background: url('images/branch-white.webp') right center no-repeat;
}

#legacy .headerImage p {
	position: relative;
}

#legacy .headerImage p:before {
	content: '';
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	background: url('images/branch-blue.webp') top center no-repeat;
	background-size: contain;
	z-index: 0;
}

#legacy .wpb_posts_slider .flex-caption {
	background: #efefe8;
	border-radius: 30px;
	font-size: 17px;
	color: var(--blue);
	padding: 10px 35px 35px 35px;
	position: relative;
}

#legacy .wpb_posts_slider .flex-caption:after {
	content: '';
	width: 145px;
	height: 29px;
	background: url('images/stars.webp') center center no-repeat;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 0;
}

#legacy .wpb_posts_slider .flex-caption .post-title {
    font-family: adobe-garamond-pro, serif;
    font-style: italic;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--blue);
    margin: 0;
    padding-top: 25px;
    text-align: center;
}

#legacy .flex-control-paging {
	display: none !important;
}

#legacy .wpb_gallery .wpb_flexslider .flex-direction-nav a {
    opacity: 1;
	width: 30px;
	height: 30px;
	
}

#legacy .wpb_gallery  .wpb_flexslider .flex-direction-nav .flex-prev {
    left: -35px;
}

#legacy .wpb_gallery  .wpb_flexslider .flex-direction-nav .flex-next {
    right: -35px;
}

#legacy .wpb_gallery .flex-direction-nav a:before {
 font-size: 17px;
}

#legacy.awards .wpb_posts_slider .wpb_gallery_slides > ul.slides > li  {
	padding-top: 35px;
}


#legacy.awards  .flexslider .slides img {
    top: -15px;
	border-radius: 0;
}

#legacy.awards .blueBox {
	padding: 35px;
}

#legacy.awards .wpb_posts_slider .flex-caption .post-title {
    display: none;
}

#legacy.awards .blueBox h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
}

#newsLetter {
	background: var(--blue);
	padding: 50px 0;
}

#newsLetter  h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	color: #efefe4;
	margin: 0;
}

#newsLetter   h3 {
	font-family: adobe-garamond-pro, serif;
	font-style: italic;
	font-size: 44px;
	font-weight: 600;
	line-height: 1;
	color: var(--green);
}

.newsletterWrapp {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.nlFields input {
	background-color: var(--beige);
	border-radius: 22px;
}

.nlFields  p {
	margin: 10px 0;
}

.nlFields input::placeholder {
  color: var(--blue); 
  opacity: 1; 
}

.nbutton {
    width: 55px;
    height: 55px;
    border-radius: 55px;
    text-indent: -9999em;
	background: url('images/newsletter_button.webp') center center no-repeat;
	background-size: cover; 
}

.nbutton:hover {
	opacity: 0.7;
}

#newsLetter  .wpcf7-spinner {
	position: absolute;
}

#newsLetter .wpcf7-not-valid-tip {
    color: #f77171;
    font-size: 16px;
}

#newsLetter .wpcf7 form.invalid .wpcf7-response-output,#newsLetter .wpcf7 form.unaccepted .wpcf7-response-output,#newsLetter .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #efefe8;
    border-radius: 30px;
    padding: 15px;
    color: #efefe8;
    font-size: 16px;
}

#newsLetter .text  {
    margin: 0;
    padding-right: 55px;
	background: url('images/big-heart.webp') center right no-repeat;
}

/* Content */

body:not(.home) #g-mainbar {
    padding: 0;
}

body:not(.home) #g-mainbar .g-content {
	padding: 0;
	margin: 0;
}

#titleRow {
	background: var(--blue);
	padding: 55px 0;
	font-family: adobe-garamond-pro, serif;
	font-style: italic;
	font-weight: 600;
	font-size: 40px;
	color: var(--green);
}

#titleRow h1 {
	font-size: 58.45px;
	line-height: 1.1;
	margin: 0;
}

#titleRow .wpb_content_element, #titleRow p {
	margin: 0;
}

#titleRow .vc_column-inner {
	padding-left: 90px;
	background: url('images/title-branch.webp') left center no-repeat;
}

#featuredRow    h2 {
	font-family: adobe-garamond-pro, serif;
	font-style: italic;
	font-size: 54px;
	font-weight: 600;
	line-height: 1;
	color: var(--green);
	margin-bottom: 65px;
}

#featuredRow strong {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 40px;
    display: inline-block;
}

#featuredRow .button {
	margin-top: 35px;
}

#featuredRow .greenBox {
	background-color: var(--green);
	position: relative;
	padding: 65px;
}

#featuredRow .greenBox:before {
	content: '';
	display: block;
	height: 100%;
	width: 3000px;
	position: absolute;
	top: 0;
	left: 100%;
	background-color: var(--green);
}

#featuredRow .image {
	background: url('images/fi_bg.webp') center center no-repeat;
	padding: 25px;
	border-radius: 25px;
	background-size: cover;
    display: table;
    margin: 25px auto;
}

#featuredRow .image img, #featuredRow .image  p {
	margin: 0 auto;
	border-radius: 20px;
}

#featuredRow .vc_column_container {
    padding: 25px;
}


#vpRow .beigeBox {
	background-color: var(--beige);
	position: relative;
	padding: 65px;
}

#vpRow .beigeBox:before {
	content: '';
	display: block;
	height: 100%;
	width: 3000px;
	position: absolute;
	top: 0;
	right: 100%;
	background-color: var(--beige);
}

#vpRow .beigeBox img, #vpRow .beigeBox p {
	margin: 0 auto;
	border-radius: 20px;
}

#vpRow .vc_column_container {
    padding: 25px;
}

#vpRow h2 {
	margin-bottom: 65px;
}

#vpRow .button {
	margin-top: 35px;
}

#vpRow  .image {	
	padding: 25px;
	display: table;
	margin: 25px auto;
}

#blueRow {
	background-color: var(--blue);
	color: var(--beige);
	padding: 65px 0;
}

#blueRow h2 {
	font-size: 42px;
	margin-top: 50px;
}

#blueRow h3 {
	font-size: 39px;
	color: var(--green);
}

#blueRow .wpb_content_element {
	margin: 0;
}


#g-above-footer {
	margin-bottom: 65px;
	padding-top: 65px;
	background: url('images/green_bar.webp') center top no-repeat;
}

#g-above-footer  .g-content {
	margin: 0;
	padding: 0;
}

/* Events Page */

#eventsRow {
	margin: 65px 0;
}

#eventsRow  .vc_btn3.vc_btn3-color-white, #eventsRow .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: var(--beige);
    display: inline-block;
    background-color: var(--blue);
    padding: 20px 30px;
    border-radius: 28px;
}

#eventsRow  .vc_btn3.vc_btn3-color-white:hover, #eventsRow .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover {
	color: #fff;
    background-color: var(--green);
}

#eventsRow .vc_gitem-post-data h2 {
    margin-top: 35px;
}

/* Footer */

#g-container-footer  {
	background: #fff;
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 65px;
}

#g-container-footer a {
	color: var(--blue);
}

#g-container-footer a:hover {
	color: var(--red);
}

#g-container-footer  h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.2;
	color: var(--blue);
	margin: 0;
}

#g-fside .g-container,
#g-mainfooter .g-container,
#g-bottomfooter .g-container {
	max-width: 100%;
}

.footer-right-b p {
	margin: 35px 0;
}

#menu-footer-menu {
	display: table;
	margin: 0 auto;
}

#menu-footer-menu li {
	display: inline-block;
	margin: 0 35px;
}

#menu-footer-menu li a {
	font-size: 28.64px;
	font-weight: 500;
}

.footer-logo {
    max-width: 145px;
    margin: 0px auto;
}

#g-container-footer .givebutter-newsletter {
	display: inline-block;
}

/* Clothes */

:root {
	--bar-height: 20px;
}

.rack {
	position: relative;
	width: 100%;
	margin: 4rem auto;
	padding-top: var(--bar-height);
	zoom: 0.65;
}

.bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 3253px;
	height: 17px;
	pointer-events: none;
}

.clothes {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: clamp(0px, .4vw, 6px);
	padding: 0 .5rem;
	position: relative;
	top: -36px;
}

.clothes::-webkit-scrollbar {
	display: none;
}


.cloth {
	flex: 0 0 auto;
	height: auto;
	width: auto;
	display: block;
	margin-top: -8px;
	transform-origin: 50% 12px;
	opacity: 0;
	transform: translate(var(--start-x, -80vw), var(--start-y, -6vh)) rotate(var(--start-rot, -25deg));
	will-change: transform;
	animation:
		swoop-in var(--dur, 1s) var(--delay, 0s) cubic-bezier(.22, .92, .24, 1.2) forwards,
		swing var(--swing-dur, 6s) ease-in-out calc(var(--delay, 0s) + var(--dur, 1s)) infinite;
	margin-top: 10px;
	margin-left: -110px;
	position: relative;
}

@keyframes swoop-in {
	0% {
		transform: translate(var(--start-x), var(--start-y)) rotate(var(--start-rot));
		opacity: 0;
	}

	60% {
		transform: translate(10px, -8px) rotate(calc(-.45 * var(--start-rot)));
		opacity: 1;
	}

	80% {
		transform: translate(-6px, 4px) rotate(calc(.22 * var(--start-rot)));
	}

	100% {
		transform: translate(0, 0) rotate(0deg);
		opacity: 1;
	}
}

@keyframes swing {
	0% {
		transform: translate(0, 0) rotate(calc(-1 * var(--swing, 2deg)));
	}

	50% {
		transform: translate(0, 0) rotate(var(--swing, 2deg));
	}

	100% {
		transform: translate(0, 0) rotate(calc(-1 * var(--swing, 2deg)));
	}
}

.cloth:hover {
	--swing: 16deg;
	--swing-dur: 2.2s;
}


#reshuffle {
	float: right;
	top: -50px;
	right: 50px;
	font-size: 17px;
	position: relative;
}

/* Newton’s cradle */

.stage {
	position: absolute;
	width: 1920px;
	height: 920px;
	overflow: visible;
	top: -200px;
	zoom: 50%;
	left: -210px;
}
  

.pendulum {
	position: absolute;
	top: var(--top);
	height: calc(100% - var(--top));
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	transform-origin: 50% 9%;
	will-change: transform;
}

.hand {
	position: absolute;
	bottom: -120px;
	right: -30px;
	width: var(--handW);
	height: 70%;
	background-image: url('images/red_hand.webp'); 
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	pointer-events: none;
	z-index: 3;
	will-change: transform;
}

.greenBall {
	right: calc(var(--handW) + 10% + var(--gap));
	top: 0;
	width: var(--greenBallW);
	background-image: url('images/green_ball.webp');
	z-index: 2;
	 transform: rotate(-25deg);
	animation: greenSwing var(--duration) ease-in-out infinite;
}

.blue1 {
	right: calc(var(--handW) + 2% + var(--gap) + var(--greenBallW) + var(--gap));
	width: var(--ballW);
	background-image: url('images/blue_ball_1.webp');
	transform: rotate(0deg);
	animation: blue1Wobble var(--duration) ease-in-out infinite;
}

.blue2 {
	right: calc(var(--handW) + 2% + var(--gap) + var(--greenBallW) + var(--gap) + var(--ballW) + var(--gap));
	width: var(--ballW);
	background-image: url('images/blue_ball_2.webp');
	transform: rotate(0deg);
	animation: blue2Wobble var(--duration) ease-in-out infinite;
}

.blue3 {
	right: calc(var(--handW) + 2% + var(--gap) + var(--greenBallW) + var(--gap) + 2 * var(--ballW) + 2 * var(--gap));
	width: var(--ballW);
	background-image: url('images/blue_ball_3.webp');
	animation: blue3Swing var(--duration) ease-in-out infinite;
}

.hand  { 
	animation: handMove  var(--duration) ease-in-out infinite;
}

@keyframes greenSwing {

	15%  { transform: rotate(11.7deg); } 
	35% { transform: rotate(11.7deg); }
	45% { transform: rotate(-25deg); }
	100% { transform: rotate(-25deg); }

}

@keyframes blue3Swing {
	0%   { transform: rotate(0deg); }
	15%  { transform: rotate(0deg); }
	25%  { transform: rotate(var(--swing)); }   
	35%  { transform: rotate(0deg); }

}

@keyframes handMove {
	0%   { transform: translate(0px, 0px) rotate(0deg); }
	12%  { transform: translate(54px, -52px) rotate(2deg); }
	15%  { transform: translate(54px, -52px) rotate(2deg); }
	50%  { transform: translate(0px, 0px) rotate(0deg); }
	100% { transform: translate(0px, 0px) rotate(0deg); }
}

@keyframes blue1Wobble {
	0%, 14%   { transform: rotate(0deg); }       
	15%       { transform: rotate(1.0deg); }    
	20%       { transform: rotate( 0.0deg); }    
	25%       { transform: rotate(0.5deg); }    
	35%       { transform: rotate( 0.0deg); }    
	100%      { transform: rotate( 0.0deg); }
}

@keyframes blue2Wobble {
	0%, 14%   { transform: rotate(0deg); }      
	17%       { transform: rotate(1deg); }    
	26%       { transform: rotate( 0.0deg); }    
	30%       { transform: rotate(0.5deg); }    
	35%       { transform: rotate( 0.0deg); }    
	100%      { transform: rotate( 0.0deg); }
}

/* Forms */


#formRow {
	font-size: 21px;
}

#formRow textarea {
	height: 115px;
}

#formRow h3 {
	font-size: 38px;
}

/* Gallery */

.galleryRow .vc_gitem-zone {
	border: 7px solid var(--beige);
	border-radius: 15px;
}

.galleryRow .vc_grid-container-wrapper {
	margin: 50px auto;
}

.lb-data .lb-caption {
	display: none !important;
}

.galleryRow .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
	color: var(--blue);
	font-size: 21px;
}

/* Sticky Menu */

body.sticky #g-page-surround {
	padding-top: 147px;
}

#g-navigation.pre {
    position: fixed;
    width: 100%;
    left: 0;
    top: -210px;
    background: #fff;
    opacity: 0;
    box-shadow: 2px 2px 2px rgb(0 0 0 / .2);
    display: flex;
    align-items: center;
	padding: 20px 0 0 0;
	transition: .45s cubic-bezier(.05,.21,.41,.95)!important;
}


#g-navigation.sticky {
    top: 0;
    opacity: 1;
    z-index: 500;
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgb(255 255 255 / .8);
}


/* Fixes */

.mobileShow {
	display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* Responsive Fix */

@media  (max-width: 1600px) {
	
	#heroRow  h1 {
		font-size: 40px;
	}
	
	#heroRow  h2 {
		font-size: 51px;
	}
	
}


@media  (max-width: 1500px) {	
	
	.g-container {
		max-width: calc(100% - 50px);
	}
	
	.g-main-nav .g-toplevel > li {
		margin: 0 10px;
	}
	
	#heroRow  h1 {
		font-size: 38px;
	}
	
	#heroRow  h2 {
		font-size: 49px;
	}
	
	#shopRow .blueBox h3 {
		font-size: 50px;
	}
	
	#impactTitle  h3 {
		font-size: 50px;
	}
}

@media  (max-width: 1400px) {
	
	body {
		font-size: 23px;
	}
	
	.g-container {
		max-width: calc(100% - 40px);
	}
	
	.g-main-nav .g-toplevel > li {
		margin: 0 5px;
	}
	
	#heroRow .text {
		font-size: 23px;
		padding: 10px;
	}
	
	#heroRow  h1 {
		font-size: 36px;
	}
	
	#heroRow  h2 {
		font-size: 45px;
	}
	
	#shopRow .greenBox h3 {
		font-size: 50px;
	}
	
	#shopRow .blueBox h3 {
		font-size: 48px;
	}
	
	#impactTitle  h3 {
		font-size: 48px;
	}
	
	#impact {
		font-size: 23px;
	}
	
	#newsLetter  h2 {
		font-size: 45px;
	}
	
	#newsLetter   h3 {
		font-size: 40px;
	}
	
	#heroRow .ms-slide .ms-slide-bgcont img {
		padding: 0 15px;
		max-width: calc(100% - 30px);
	}
	
	#menu-footer-menu li {
		margin: 0 25px;
	}
	
	.stage {
		top: -150px;
		zoom: 45%;
	}

}
 
@media  (max-width: 1300px) {
	
	.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
		font-size: 16px;
	}
	
	.g-logo {
		padding-right: 20px;
		display: inline-block;
	}
	
	#heroRow  h1 {
		font-size: 33px;
	}
	
	#heroRow  h2 {
		font-size: 41px;
	}
	
	#shopRow  h2 {
		font-size: 52px;
	}
	
	#shopRow .greenBox h3 {
		font-size: 45px;
	}

	#shopRow .blueBox h3 {
		font-size: 45px;
	}
	
	#shopRow .blueBox.donate {
		background-position: bottom right 10px;
	}
	
	#shopRow .blueBox h3 {
		font-size: 40px;
	}
	
	#shopRow .blueBox.join {
		background-position: bottom right 10px;
	}
	
	#impactTitle  h3 {
		font-size: 44px;
	}
	
	#legacy .blueBox h2 {
		font-size: 40px;
	}
	
	#legacy .greenBox h2 {
		font-size: 36px;
	}
	
	#legacy   h3 {
		font-size: 30px;
	}
	
	#newsLetter  h2 {
		font-size: 40px;
	}
	
	#newsLetter   h3 {
		font-size: 36px;
	}
	
	#g-container-footer  h3 {
		font-size: 29px;
	}
	
	#menu-footer-menu li a {
		font-size: 25px;
	}
	
	#featuredRow strong {
		font-size: 21px;
		margin-bottom: 25px;
	}
	
	#featuredRow    h2 {
		margin-bottom: 35px;
		font-size: 50px;
	}
	
	#blueRow h2 {
		font-size: 38px;
	}
	
	#blueRow h3 {
		font-size: 35px;
	}
	
	.stage {
		top: -35px;
		zoom: 37%;
	}

}
 
@media  (max-width: 1200px) {
	
	body [class*="size-"] {
		flex-grow: inherit;
		flex-basis: inherit;
	}
	
	body #g-navigation [class*="size-"] {
		flex: 0 50%;
		width: 50%;
	}
	
	body .g-offcanvas-toggle {
		position: absolute;
		top: 95px;
		right: 35px;
		left: auto;
	}
	
	#g-navigation {
		padding: 30px 0;
	}
	
	body.sticky #g-page-surround {
		padding-top: 0px;
	}

	#g-navigation.pre {
		position: relative;
		top: 0px;
		background: #fff;
		opacity: 1;
		box-shadow: none;
		display: block;
		align-items: center;
		padding: 30px 0;

	}

	#g-navigation.sticky {
		background-color: #fff;
	}
	
	.g-offcanvas-open .g-nav-overlay {
		background: #274252c9;
	}
	
	#heroRow  h1 {
		font-size: 25px;
	}
	
	#heroRow  h2 {
		font-size: 32px;
	}
	
	#shopRow  h2 {
		font-size: 38px;
	}
	
	#shopRow .greenBox h3 {
		font-size: 33px;
	}
	
	#shopRow .blueBox h3 {
		font-size: 31px;
	}
	
	#shopRow .blueBox.donate {
		background-position: bottom -2px right 0px;
		background-size: 190px;
	}
	
	#shopRow .blueBox.join {
		background-position: bottom -15px right 0px;
		background-size: 190px;
	}
	
	#impactTitle  h3 {
		font-size: 32px;
	}
	
	#impact .slider {
		padding-top: 215px;
	}
	
	.stage {
		top: -180px;
		zoom: 32%;
	}
	
	#impact .slider .avt_masterslider_el {
		top: -95px;
	}
	
	#stories .flex p img {
		max-width: 29%;
	}
	
	#legacy .blueBox h2 {
		font-size: 31px;
	}
	
	.legacyImage img {
		max-width: 100%;
	}
	
	#legacy .blueBox  .text .wpb_wrapper {
		display: block;
		text-align: center;
	}
	
	#legacy .greenBox {
		padding: 0px;
	}
	
	.nlFields .vc_col-sm-6 {
		width: 100%;
	}
	
	#newsLetter  h2 {
		font-size: 30px;
	}
	
	#newsLetter   h3 {
		font-size: 26px;
	}
	
	#newsLetter .text {
		background-size: contain;
	}
	
	#g-container-footer {
		font-size: 18px;
	}
	
	body:not(.home) #g-navigation {
		padding: 30px 0 55px 0;
	}
	
	#titleRow h1 {
		font-size: 50px;
	}
	
}
 

@media (max-width: 960px) {
	
	body [class*="size-"] {
		flex-grow: 0;
		flex-basis: 100%;
		max-width: 100%;
	}
	
	#heroRow  h1 {
		font-size: 45px;
	}
	
	#heroRow  h2 {
		font-size: 55px;
	}
	
	#impact, #legacy {
		padding: 0 !important;
	}
	
	#impact .slider {
		padding-top: 0;
	}
	
	#impact #sliderRow {
		padding-top: 400px;
	}
	
	#legacy .blueBox {
		padding-top: 35px;
	}
	
	#legacy .greenBox {
		padding: 25px;
	}
	
	#legacy .greenBox h2 {
		font-size: 42px;
		text-align: center;
	}
	
	#legacy   h3 {
		font-size: 40px;
	}
	
	#legacy .wpb_gallery  .wpb_flexslider .flex-direction-nav .flex-prev {
		left: -20px;
	}
	
	#legacy .wpb_gallery  .wpb_flexslider .flex-direction-nav .flex-next {
		right: -20px;
	}

	#newsLetter  h2 {
		font-size: 35px;
	}
	
	#newsLetter .text {
		margin-bottom: 35px;
	}
	
	.newsletterWrapp {
		justify-content: space-evenly;
	}
	
	#g-container-footer {
		font-size: 21px;
		text-align: center;
	}
	
	#menu-footer-menu li {
		margin: 0 10px;
	}
	
	#menu-footer-menu li a {
		font-size: 18px;
	}
	
	#stories .flex p img {
		max-width: 25%;
		flex-grow: unset;
		flex-basis: auto;
	}

	#impactTitle  h2 {
		font-size: 50px;
	}
	
	#featuredRow {
		padding: 0 !important;
		display: flex;
		flex-direction: column-reverse;
	}
	
	#titleRow {
		font-size: 30px;
	}
	
	#titleRow h1 {
		font-size: 40px;
	}
	
	.stage {
		top: -1035px;
		zoom: 55%;
	}
	
	#impact .slider .avt_masterslider_el {
		top: -25px;
	}

}

@media (max-width: 767px) {	
	
	body {
		font-size: 21px;
	}
	
	body #g-navigation [class*="size-"] {
		flex: 0 100%;
		width: 100%;
	}
	
	.g-logo {
		padding-right: 0;
		display: table;
		margin: 0px auto;
	}
	
	.menu-button {
		text-align: left;
		margin-top: 45px;
	}
	
	body .g-offcanvas-toggle {
		top: 119px;
		right: 30px;
	}
	
	#heroRow  h1 {
		font-size: 40px;
	}
	
	#heroRow  h2 {
		font-size: 37px;
	}
	
	#impactTitle  h2 {
		font-size: 29px;
	}
	
	#impactTitle  h3 {
		font-size: 24px;
	}
	
	#stories h2 {
		font-size: 40px;
		text-align: center;
	}
	
	#stories .flex p {
		flex-direction: column;
	}
	
	#stories .flex p img {
		max-width: 85%;
		margin: 15px;
	}
	
	.moreStories {
		text-align: center;
	}
	
	#legacy .greenBox h2 {
		font-size: 35px;
	}
	
	#legacy   h3 {
		font-size: 37px;
	}
	
	#newsLetter .text {
		background-size: 85px;
	}
	
	#g-container-footer h3 a {
		display: block;
	}
	
	#titleRow h1 {
		font-size: 35px;
	}
	
	#featuredRow    h2 {
		font-size: 40px;
	}
	
	#blueRow h2 {
		font-size: 28px;
	}
	
	#blueRow h3 {
		font-size: 26px;
	}
	
	#menu-footer-menu li {
		margin: 10px;
	}
	
	#impact #sliderRow {
        padding-top: 300px;
    }
	
	.stage {
		top: -1000px;
		zoom: 43%;
	}
	
	#eventsRow {
		margin: 25px 0;
	}

}



@media (max-width: 600px) {
	
	#impact #sliderRow {
		padding-top: 250px;
		flex-direction: column-reverse;
	}
	
	.g-container {
		max-width: 100%;
	}
	
	#heroRow .text:before {
		top: -60px;
		left: 10px;
	}
	
	#heroRow  h1 {
		font-size: 48px;
		padding-left: 50px;
	}
	
	#g-mainbar .g-content {
		margin: 0 ;
		padding: 0 ;
	}
	
	#heroRow .text {
		padding: 30px;
	}
	
	#heroRow  h2 {
		font-size: 43px;
		text-align: center;
	}
	
	.menu-button .button {
		left: 25px;
	}
	
	.mobileShow {
		display: block;
	}

	#heroRow .mobileShow {
		padding: 0 25px;
		text-align: center;
	}
	
	.mobileHide {
		display: none;
	}
	
	#heroRow .ms-slide .ms-slide-bgcont img {
		padding: 0;
		max-width: 100%;
		border-radius: 0;
	}
	
	#clothing {
		margin: 0px;
	}
	
	#impactTitle .text {
		padding: 0 25px;
		background: none;
	}
	
	#impactTitle  h2 {
		font-size: 36px;
	}
	
	#impact .slider .master-slider-parent {
		max-width: 100% !important;
		padding: 20px 0;
		border-radius: 0px;
	}
	
	#legacy   h3 {
		font-size: 30px;
		text-align: center;
	}
	
	#newsLetter .text {
		background-size: 65px;
	}
	
	#logoSeparator:before {
		width: 20%;
		background-size: 70px;
	}
	
	#shopRow .left-column {
		padding: 0px 5px;
		background: url('images/ss_bg.webp') bottom 25px center no-repeat;
	}
	
	.stage {
		top: -2000px;
		zoom: 34%;
	}

} 

@media (max-width: 500px) {
	
	#impact #sliderRow {
		padding-top: 205px;
	}
	
	#heroRow  h1 {
		font-size: 45px;
	}
	
	#heroRow  h2 {
		font-size: 37px;
	}
	
	#legacy .wpb_posts_slider .flex-caption {
		padding: 10px 25px 35px 25px;
	}

	.stage {
		top: -2150px;
		zoom: 30%;
	}
	
} 

@media (max-width: 450px) {

	#heroRow .text {
		padding: 20px;
	}
	
	#impact #sliderRow {
		padding-top: 225px;
	}
	
	#legacy .greenBox h2 {
		font-size: 30px;
	}
	
	#legacy .blueBox h2 {
		font-size: 28px;
	}
	
	#impactTitle  h2 {
		font-size: 34px;
	}
	
	#stories h2 {
		font-size: 35px;
	}
	
	.stage {
		zoom: 27%;
	}
	
}

@media (max-width: 400px) {

	#heroRow  h1 {
		font-size: 38px;
	}
	
	#heroRow  h2 {
		font-size: 33px;
	}
	
	#legacy .greenBox h2 {
		font-size: 27px;
	}
	
	#impact #sliderRow {
		padding-top: 200px;
	}
	
	#impactTitle  h2 {
		font-size: 30px;
	}
	
	.stage {
		zoom: 25%;
	}
}

