.tg-home-link {
    display: block;
}

.tg-subpage-header {
    font-size: 6rem;
    margin-top: 4rem;
    margin-bottom: 2.5rem;
}

.tg-subpage-section {
    padding: .5em 1.25em 5em 1em;
    text-align: left;
    margin: 0 auto;
	display: inline-block;
	max-width: 100%;
}

.tg-subpage-section>p {
    color: #808284;
    line-height: 1.7rem;
}

.tg-subpage-list {
    margin-top: 20px;
    margin-bottom: 50px;
}

.tg-subpage-accordion {
    max-height: 0;
    transition: max-height .4s ease-in-out;
    overflow: hidden;
    max-width: 90%;
    margin-top: -5px;
    margin-bottom: 5px;
    margin-left: 30px;
    color: #808284;
}

.tg-subpage-accordion>p {
    line-height: 1.7rem;
}

.tg-subpage-accordion-banner {
    margin-top: 5px;
    max-width: 100%;
}

.tg-hero-logo2 {
		max-width: 40%;
		max-width: 220px;
        display: inline-block;
}
		
.tg-hero-content2 {
    padding-top: 1rem;
}



/* ABOUT */
.tg-about-accordion-header {
    color: #0082BD;
    font-size: 1.5rem;
    font-family: 'Proxima Nova W01 Black';
    letter-spacing: 0.5px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: bold;
    cursor: pointer;
    /* padding: 5px; */
    margin: 0;
    display: inline-block;
}

.tg-about-accordion-header:before {
    content: '\25B2';
    font-size: 0.9em;
    float: left;
    transform: rotate(90deg);
    transition: .2s;
}

.subpage-active {
    color: #272E40;
}

.subpage-active:before {
    content: "\25B2";  /* Unicode character for 'arrow' */
    transform: rotate(180deg);
}


/* GET INVOLVED */
.tg-getInvolved-header {
    color: #323132;
    font-size: 4rem;
    margin-bottom: 10px;
    margin-top: 40px;
    cursor: pointer;
    display: inline-block;
}

.tg-getInvolved-header:before {
    content: '\276F';
    float: left;
    margin: 1px 10px 1px 5px;
    transition: .2s;
}

.tg-petition-block {
    text-align: center;
    background-color: #D1D2D4;
    padding: 20px;
    border-radius: 5px;
}

.tg-petition-block>h2 {
    margin-top: 20px;
    margin-bottom: 0px;
}

.tg-petition-block>p {
    font-size: 1.8rem;
    padding: 5px;
    line-height: 2.3rem;
    font-weight: 800;
    color: #6D6E70;
    margin-top: 15px;
}



/* MEDIA QUERIES */

/* -----------Large screens---------- */
@media only screen and (min-width: 900px) {
    .tg-subpage-section {
        max-width: 900px;
    }

    .tg-hero-logo2 {
        position: relative;
        left: 5%;
    }

    .tg-getInvolved-header {
        font-size: 5rem;
        line-height: 4.2rem;
    }
}


/* ------------Under 650px----------- */
@media only screen and (max-width: 650px) {
    .tg-getInvolved-header, .tg-subpage-header {
        font-size: 5rem;
        line-height: 3.5rem;
    }

    .tg-subpage-accordion {
        margin-left: 15px;
        max-width: 100%;
    }
    
	.tg-hero-logo2 {
		max-width: 100px;
		padding-bottom: 0px;
	}
	.tg-hero-content2 {
        padding-top: 0rem;
	}
	.tg-hero-header {
		margin-top: 0px;
	}
}


/* -----------Under 450px------------- */
@media only screen and (max-width: 450px) {
    .tg-getInvolved-header, .tg-subpage-header {
        font-size: 3rem;
        line-height: 2.5rem;
    }

    .tg-subpage-header {
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .tg-petition-block>p {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}