.tour-element-3 a.button-style-2 {
    overflow: hidden;
}

.tour-element-3 .button-style-2 span {
    display: block;
    padding: 5px 40px;
    height: auto;
    line-height: 38px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
}

    .page-id-4067 .fixed-width {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0;
}


/* **************HeroHeader*****Section****************** */

    .Header-LeadIn {
    margin: 0 auto;
    width: 85%;
        margin-top: 100px;
}
        .Header-LeadIn h1 {
    color: white;
    font-size: 6rem;
    font-weight: 400;
    line-height: 6rem;
    margin-bottom: 35px;
    }
        .Header-LeadIn h3 {
        color:white;
        font-size: 1.5rem;
        font-weight: 400;
    }
    


/* **************JUST FOR THE BUTTON BAR NEW FLEX SETUP*****Section****************** */

.Header-Leadin-ButtonBar {
    margin-top: 35px;
}

.Header-Leadin-Title {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: left;   /* change to center if desired */
    margin-bottom: 15px;
}

.Header-Leadin-VideoRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* left align */
    gap: 15px;
}

.Header-Leadin-VideoItem {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Header-Leadin-VideoItem a {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    min-width: 170px;
    padding: 13px 16px;
    text-align: center;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.Header-Leadin-VideoItem a:hover {
    background-color: #fff;
    color: #000;
}

.Header-Leadin-VideoItem span {
    color: #ffffff;
    font-size: 0.9rem;
    margin-top: 6px;
    text-align: center;
}

.video_timestamp {
    color:grey;
    font-size:.9rem;
}

@media (max-width: 600px) {
    .Header-Leadin-VideoRow {
        flex-direction: column;
        align-items: flex-start;
    }

    .Header-Leadin-VideoItem {
        width: 100%;
        align-items: flex-start;
    }
}
/* **************FOR ALIGNMENT LEFT*****Section****************** */

.Header-Leadin-Title {
    text-align: left;
}

.Header-Leadin-VideoRow {
    justify-content: flex-start;
}
    
/* **************3 WEEKLY ZOOMS HEADER*****Section****************** */

    .WeeklyZooms {
    margin-bottom: 55px;
    margin-top: 25px;
    }
    
    .WeeklyZooms H1 {
    font-size: 3.5rem;
    font-weight: 400;  
    }
    
.WeeklyZooms H2 {
    font-weight: 400;
    font-size: 2.5rem;
    }

@media screen and (max-width: 750px) {
    .WeeklyZooms {
    margin-bottom: 25px;
    margin-top: 15px;
    }
    
    .WeeklyZooms H1 {
    font-size: 2.6rem;
    font-weight: 400;  
    }
    
.WeeklyZooms H2 {
    font-weight: 400;
    font-size: 2.0rem;
    }
}

 /* **************3 WEEKLY ZOOMS VIDEO 3 COLUMN VIDEOS SECTION*****Section****************** */  
.GG_3col-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
}

.GG_3col-item {
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  text-align: center;
}

.GG_3col-item img {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
  aspect-ratio: 460 / 316;
  object-fit: cover;
    margin: 0 auto 37px auto;
}

.GG_black-btn {
  display: inline-block;
  background: #000;
  color: #fff !important;
  border: 1px solid #000;
  padding: 10px 22px;
  margin: 0 0 23px 0;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition: all 0.25s ease;
}

.GG_black-btn:hover,
.GG_black-btn:focus {
  background: #fff;
  color: #000 !important;
  border: 1px solid #000;
  text-decoration: none !important;
}

.GG_card-head {
  margin: 0 0 19px 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
}

.GG_3col-item p {
    margin: 0 33px;
  padding: 0;
  font-size: 17px;
  line-height: 1.5;
  color: #000;
  text-align: left;
}


@media screen and (max-width: 1000px) {
  .GG_3col-row {
    display: block;
  }

  .GG_3col-item {
    width: 100%;
    margin-bottom: 35px;
  }
}
   

/* **************IMPACT GLOBE HEADER *****Section****************** */

    .GG_ImpactHeader {
    margin-bottom: 55px;
    margin-top: 0px;
    }
    
    .GG_ImpactHeader H1 {
    font-size: 3.5rem;
    font-weight: 400;  
    }
    
.GG_ImpactHeader H2 {
    font-weight: 400;
    font-size: 2.5rem;
    }

@media screen and (max-width: 750px) {
.GG_ImpactHeader  {
    margin-bottom: 25px;
    margin-top: 15px;
    }
    
.GG_ImpactHeader H1 {
    font-size: 2.6rem;
    font-weight: 400;  
    }
    
.GG_ImpactHeader H2 {
    font-weight: 400;
    font-size: 2rem;
    }
}


/* **************IMPACT GLOBE FLOATING BOXES SECTION *****Section****************** */
.expand-frame-wrapper {
        position:relative;
        width:100%;
        min-height:1000px
    }
    
.expand-frame {
    width: 25%;
    max-width: 395px;
    margin: 40px auto;
    padding: 30px;
    border: 2px solid #ccc;
    border-radius: 12px;
    background-color: #93B096;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    position: absolute;
}

.expand-frame:hover {
transform: scale(1.06);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.expand-paragraph {
font-size: 1.1rem;
line-height: 1.75;
color: #333;
margin: 0;
transition: font-size 0.4s ease-in-out;
}

.expand-frame:hover .expand-paragraph {
font-size: 1.25rem;
}
  
.expara_a  {
    left: 5%;
    top: 0%;
    }
    
.expara_b  {
    left: 7%;
    top: 37%;
    }
    
.expara_c  {
    Right: 7%;
    top: 0%;
        

    }
    
.expara_d  {
    right: 7%;
    bottom: -19%;
}

    
    .expand-paragraph hr {
    margin: 1px 0 18px;
    }
    
    .GG_Impact li {
    margin-bottom: 8px;
    font-size: 1.1rem !important;
    line-height: 1.4rem;
    list-style: disc;
    margin-left: 25px;
    }
    
    
    .GG_Impact hr {
    margin: 10px 0 18px;
        }

    .GG_Impact p  {
        margin: 0 0 0em;
    }
    
/* ************** END IMPACT GLOBE FLOATING BOXES SECTION *****Section****************** */

/* ************** GRAB A GOGREEN PACK GREEN SECTION *****Section****************** */

    .GrabAPack {
        text-align:center;
    }
    
        .GrabAPack h1 {
    font-size: 3.5rem;
    font-weight: 400;
            color:white;
    }
    
        .GrabAPack p {
    text-align: left;
    display: block;
    width: 445px;
    margin: 0 auto;
    font-size: 1.1rem;
    color: white;
    margin-top: 50px;
    }

@media only screen and (max-width: 767px) {
        .GrabAPack h1 {
    font-size: 2.5rem;
    font-weight: 400;
            color:white;
    }
    
            .GrabAPack p {
    text-align: left;
    display: block;
    width: auto;
    margin: 0 auto;
    font-size: .9rem;
    color: white;
    margin-top: 28px;
    }
}

    
/* ************** GET INVOLVED SECTION *****Section****************** */

   .GetInvolved {
    }
    
    .GetInvolved h1 {
    font-size: 3.5rem;
    font-weight: 400;
    }
    
    .GetInvolved p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4rem;
    }
    
    .GetInvolvedButton {
    line-height: 29px;
    margin: 0px;
    padding: 6px 17px 0px 17px;
    border-radius: 32px;
    background-color: #93B096;
    color: white;
    border: 1px solid black;
    font-weight: 700;
    }

@media only screen and (max-width: 767px) {
.GetInvolved h1 {
    font-size: 2.5rem;
    font-weight: 400;
    }}
    
/* ************** FORM SECTION - ACTUALLY SOCIAL MEDIA SECTION SOON *****Section****************** */


.GG_Form {
    background-color: #E8EEEB;
    padding: 55px;
    border-radius: 1.5rem;
    margin: 25px 0px 0px 0px;
    }
.GG_Form h1 {
        
    }
.GG_Form h2 {
    margin-top: 19px;
    }
.GG_Form p {
        
    }
.GG_Form a {
    color: white;
    background-color: black;
    padding: 6px 15px 5px 15px;
    border-radius: 20px;
    margin: 14px 15px 0px 0px;
    width: 132px;
    display: inline-block;
    border: 1px solid black;
    text-align: center;
    }

.GG_Form a:hover {
    color: black;
    background-color: white;
    }

.GG_Form br {
	display:none;
}
 

.GG_Form_Header {
        margin-bottom: 55px;
    margin-top: 25px;
}
.GG_Form_Header h1 {
     font-size: 3.5rem;
    font-weight: 400;     
}

.GG_Form_Header h2 {
        font-weight: 400;
    font-size: 2.5rem;
}

.GG_Form hr {
    border: none;
    height: 2px;
    background-color: black;
}

.GG_Form_SocialMediaSection {
    border: none;
    height: 2px;
    background-color: black;
    margin-top:30px;
}

#g4067-email {
    margin: 5px 0 13px 0;
}

@media only screen and (max-width: 767px) {
    .GG_Form_Header h1 {
    font-size: 2.1rem;
    font-weight: 400;
    margin-bottom: 30px;
}
    .GG_Form_Header h2 {
    font-weight: 400;
    font-size: 1.7rem;
}
    .GG_Form_Header {
    margin-bottom: 31px;
    margin-top: 25px;
}
    #g4067-email {
    margin: 5px 0 13px 0;
    width: 100%;
}
    
.GG_Form h2 {
        margin-top: 18px;
        margin-bottom: 16px;
        font-size: 1.4rem;
}
    .GG_Form button {
    margin: 12px 4px 0px 0px;
    font-size: 1.7rem;
}
    
    .GG_Form_SocialMediaSection h2 {
        
    }
    
}
/* **************FOOTER SECTION*****Section****************** */
.FooterText {
    color: white;
    text-align: center;
    margin-top: 16px;
}


/* **************PREVIOIUS @ MEDIA SECTION BELOW*****Section****************** */

@media only screen and (max-width: 767px) {
	.Header-LeadIn h1 {
        color: white;
        font-size: 3.2rem;
        font-weight: 400;
        line-height: 4rem;
        margin-bottom: 11px;
}
}
    
    .page-id-4067 .container .one-column.column, .container .one-full.column, .container .twentyfour.columns {
    width: 100%;
}

.page-id-4067 .container .column {
     max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.LiveZoomsRow {
   padding: 0px 124px 100px 124px;
	
    }

.GrabGreenWrapper, .GetInvolvedWrapper, .GG_FormWrapper {
    padding: 60px 100px 80px 100px !important;
}

.GG_ImpactHeader {
		padding: 100px
}

.GG_Impact {    
	background-size: 70%;
    padding-bottom: 300px !important;
	    padding-top: 0px !important;
	    background-position: center calc(0% + 325px) !important;
}

.GG_Impact .fixed-width {    
	width: 100%;
}

.sm-registered {
    font-size: 65%;
    vertical-align: 0.4em;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .fixed-width {
        width: 300px;
        max-width: 100%;
    }
	
	.LiveZoomsRow {
    padding: 0px 20px 21px 20px;
}
	
	.GG_ImpactHeader {
    padding: 0px 20px 100px 20px;
}
	.GrabGreenWrapper, .GetInvolvedWrapper, .GG_FormWrapper {
        padding: 60px 40px 80px 40px !important;
}

}

@media only screen and (max-width: 1000px) {
	.expand-frame {
        width: 77%;
        margin: 22px auto;
        padding: 17px;
        position: relative;
        max-width: unset;
}
.expara_a {
    left: 0%;
    top: 0%;
}
.expara_b  {
    left: 0%;
    top: 0%;
    }
.expara_c  {
    Right: 0%;
    top: 0%;
    }
.expara_d  {
    right: 0%;
    bottom: 0%;
}
.GG_Impact {
    background-size: 70%;
    padding-bottom: 30px !important;
    padding-top: 0px !important;
    background-position: center calc(0% + 328px) !important;
}
}

@media screen and (max-width: 750px) {
.GG_Impact {
        background-size: 70%;
    padding-bottom: 30px !important;
    padding-top: 0px !important;
        background-position: center calc(0% + 199px) !important;
    }
}

html {

    scroll-behavior: smooth;

}

[id] {

    scroll-margin-top: 100px;

}

 