html { font-size: 100%; } /*16px*/

* {
    box-sizing: border-box;
}

p {
    font-size: 1.3rem;
    line-height: 1.4rem;
}

a {
    color: rgb(123, 177, 222);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

li {
    font-size: 1.3rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PNExCondBlk', 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    /*letter-spacing: -1px;*/
    line-height: 2rem;
}

body {
    margin: 0;
    font-family: 'PNCondensed', 'Roboto', sans-serif;
    color: rgb(56, 56, 56);
}

/* Navigation */

.tg-navbar {
    background-color: #252D3F;
    margin: 0;
	min-height: 40px;
}

.tg-social-icons-header, .tg-social-icons-footer {
    display: inline-block;
    position: absolute;
    padding: .25rem .5rem .25rem 1.5rem;
}

.tg-social-icon {
    width: 25px;
    margin: .5rem .15rem;
}

.tg-nav-list {
    margin: 0;
    list-style-type: none;
    color: white;
    text-align: right;
    font-size: 0;
    padding-left: 0;
}

.tg-nav-item {
    display: inline-block;
    font-family: 'PNBlack', 'Heebo', sans-serif;
    text-transform: uppercase;
    padding: .6rem 1.2rem;
    font-size: 1.3rem;
    transition: .2s;
    color: white;
}

.tg-nav-active {
    color: #90D6E9;
}

.tg-nav-item:hover {
    background-color: #4b5979;
    cursor: pointer;
}

.tg-nav-give {
    background-color: rgb(253, 68, 55);
    padding: .6rem 4rem;
}

.tg-nav-give:hover {
    background-color: rgb(185, 50, 40);
    cursor: pointer;
}

.tg-dropdown-button {
    color: white;
}

.tg-nav-panel {
    max-height: 0;
    overflow: hidden;
    position: relative;
    background-color: #4b5979ee;
    box-shadow: 0 3px 3px rgb(0 0 0 / 0.50);
    color: white;
    padding: 0 30px;
    transition: max-height .4s ease-in-out;
    z-index: 10;
}

/* Page and Sections */

.tg-main {
    text-align: center;
}

.tg-section {
    padding: .5em 1.25em 1em 1em;
}

.tg-section-blue {
    background-color: #0082CA;
    color: white;
}

.tg-section-navy {
    background-color:  #333A4B;
    color: white;
}

.tg-section-gray {
    background-color:  #f1f2f2;
    color: #808285;
}

.tg-section-content {
    max-width: 1000px;
    margin: 0 auto;
}

.tg-button {
    border: none;
    margin-bottom: .7rem;
    padding: 0.7rem 2rem;
    font-family: 'PNBlack', 'Heebo', sans-serif;
    text-transform: uppercase;
    background-color: #ff5440;
    color: white;
    font-size: 1.5rem;
    /* box-shadow: 0 3px 3px rgb(0 0 0 / 50%); */
    /* letter-spacing: 1.5px; */
    transition: .2s;
    line-height: 1.4rem;
}

.tg-button:hover {
    cursor: pointer;
    background-color: rgb(185, 50, 40);
}

/*First section, aka Hero section*/

.tg-hero-section {
    background-image: url("../img/assets/ballots-1_BLUE.jpg");
    background-repeat: none;
    background-position: center;
    background-size: cover;
}

.tg-hero-logo {
    max-width: 200px;
	padding-top: 3rem;
}

/*remove this class?*/
.tg-hero-image {
    display: none;
}

.tg-hero-header {
    font-size: 5rem;
    line-height: 4rem;
    /*letter-spacing: .1rem;*/
    margin-top: 20px;
    margin-bottom: 0;
    color: #ffffff;
}

.tg-hero-copy {
    color: #ffffff;
    font-family: 'PNCondensed', 'Roboto', sans-serif;
	padding: 0px 2rem;
}

/*Used for the video toggle */

.tg-accordion-button {
    cursor: pointer;
	padding: 0.6rem 1rem 0.5rem 1rem;
}

.active {
    background-color:rgb(185, 50, 40);
}

.tg-accordion-button:after {
    content: '+';
    font-size: 1.1em;
    float: right;
    margin: 1px 0 1px 5px;
  }
  
.active:after {
    content: "\2212";  /* Unicode character for 'minus' */
  }

.tg-accordion-header {
    font-size: 1.6rem;
    font-weight: bold;
}

.tg-accordion-content {
    /*padding: 0 18px;*/
    margin-top: -5px;
    margin-bottom: 5px;
    /*background-color: white;*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 100%;
    position: relative;
}

.tg-hero-content2>.tg-accordion-button {
    font-size: 1.1rem;
}

.tg-accordion-content::after {
    padding-top: 56.25%;
    display: inline-block;
    content: '';
}

.tg-accordion-content iframe {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Second section, very light gray background*/

.tg-section-header {
    font-size: 4.5rem;
    line-height: 3.3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.tg-light-font {
    color: white;
}

.tg-lightgray-font {
    color: #d1d2d4;
}

.tg-gray-font {
    color: #808285;
}

.tg-dark-font {
    color: #414042;
}

.tg-list-header {
    /*font-weight: 700;*/
	max-width: 420px;
    margin-top: 0rem;
	margin-bottom: -.5em;
    font-size: 1.6rem;
	text-align: left;
    font-family: 'PNCondBold', 'Roboto', sans-serif;
}

.tg-list {
    max-width: 420px;
    margin-left: -1rem;
    list-style: disc;
    text-align: left;
    /*line-height: 1.7rem;*/
    font-size: 1.2rem;
    font-family: 'PNCondensed', 'Roboto', sans-serif;
	box-sizing: unset;
}

/*.tg-bullet {
    font-weight: 700;
}*/

.tg-trademark {
    position: relative;
    bottom: 0.5rem;
    font-size: 0.5rem;
}

.tg-section-header-light {
    font-size: 3rem;
	font-weight: normal;
    line-height: 2.7rem;
    margin-top: 1rem;
    margin-bottom: .4rem;
	color: #fff;
}

.tg-grid-image {
    width: 90px;
}

.tg-grid-block > h3 {
    margin: 0;
    font-size: 1.65rem;
    letter-spacing: 1px;
}

.tg-grid-block > p {
    margin: 0rem .5rem 1.7rem .5rem;
    color: rgb(196, 196, 196);
}

.tg-learn-more-accordion {
    padding: 0 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    width: 100%;
    position: relative;
    text-align: left;
}

.tg-learn-more-accordion-link {
    color: aqua;
    text-decoration: underline;
}

.tg-news-image {
    display: inline-block;
    margin: .3rem 1.3rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
}




footer {
    background-color: #3E3E3F;
    padding: 20px 30px;
    color: #D1D3D4;
    text-align: center;
    font-size: 14px;
}

.tg-footer-content {
    font-size: .8rem;
}












/* ||||||||||||||||||||||||||||| Media Queries ||||||||||||||||||||||||||||| */

/* -------Desktops------- */
@media only screen and (min-width: 900px) {
    .tg-hero-logo {
        /* max-width: 200px; */
        /*padding: 30px;*/
        display: inline-block;
        position: relative;
        left: 5%;
        /* position: absolute;
        right: 62%; */
    }

    .tg-hero-section {
        text-align: right;
    }

/*do we use this class?*/
    .tg-hero-image {
        display: inline-block;
        position: relative;
        left: -5%;
        width: 30%;
        top: 44px;
    }

    .tg-hero-header {
        font-size: 5rem;
        line-height: 3.8rem;
        margin: 0;
    }

    .tg-hero-content {
        display: inline-block;
        padding-top: 25px;
        max-width: 55%;
        text-align: center;
    }

    .tg-accordion-content {
        width: 125%;
        right: 130px;
    }

    .tg-list-header {
        margin-top: 2rem;
    }
}


/* --------Under 830px--------- */
@media only screen and (max-width: 830px) {
    .tg-social-icons-header {
        display: block;
        position: static;
        padding: 0px 8px;
        background-color: #0c639c;
        text-align: right;
    }
}


/* --------Over 700px---------- */
@media only screen and (min-width: 701px) {
    .tg-news-image-mobile {
        display: none;
    }
}

/* --------Under 700px--------- */
@media only screen and (max-width: 700px) {
    .tg-nav-list {
        text-align: center;
    }

    .tg-nav-item {
        font-size: 1.1rem;
        padding: .6rem .8rem
    }

    .tg-nav-give {
        padding: .6rem 1.3rem
    }

    .tg-news-image-desktop {
        display: none;
    }
}


/* -------Small mobile screens------- */
@media only screen and (max-width: 450px) {
    .tg-nav-item {
        font-size: 13.5px;
    }
    
    .tg-hero-logo {
        max-width: 40%;
    }
    
    .tg-hero-header {
        font-size: 3rem;
        line-height: 2.4rem;
    }

    .tg-section-header {
        font-size: 2.8rem;
        line-height: 2.1rem;
    }

    .tg-section-header-light {
        font-size: 2.8rem;
        line-height: 2.1rem;
    }

    .tg-social-icons-footer {
        display: block;
        position: static;
        padding: 10px 8px;
        text-align: center;
    }
}



/* ||||||||||||||||||||||||||||| Grid Logic ||||||||||||||||||||||||||||| */

/* -------- HEADER ------- */
.tg-hero-content1 {
    text-align: center;
    grid-area: section1;
}

.tg-hero-content2 {
    text-align: center;
    grid-area: section2
}

.tg-hero-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-template-areas:
      'section1'
      'section2';
    grid-gap: 10px;
    padding: 10px;
}

/* desktop */
@media only screen and (min-width: 900px) {
    .tg-hero-grid {
        grid-template-columns: 45%;
        grid-template-areas: 
            'section1 section2';
    }
}

/* -------- 2-COLUMN ------- */
.tg-column {
    text-align: center;
}

.tg-column1 {
    grid-area: section1;
}

.tg-column2 {
    grid-area: section2;
    margin: 0 auto;
}

.tg-column-container {
    display: grid;
    grid-template-columns: 100%;
    grid-template-areas:
      'section1'
      'section2';
    grid-gap: 10px;
    padding: 10px;
}

/* -------desktops------- */
@media only screen and (min-width: 900px) {
    .tg-column-container {
        grid-template-columns: 50%;
        grid-template-areas: 
            'section1 section2';
    }
}


/* ------- 4-BLOCK ------- */
.tg-grid-block {
    text-align: center;
}

.tg-grid-block1 { 
    grid-area: block1;
}

.tg-grid-block2 { 
    grid-area: block2; 
}

.tg-grid-block3 { 
    grid-area: block3; 
}

.tg-grid-block4 { 
    grid-area: block4; 
}

.tg-grid-container {
  display: grid;
  grid-template-columns: 50%;
  grid-template-areas:
    'block1 block2'
    'block3 block4';
  grid-gap: 10px;
  padding: 10px;
}


/* -------desktops------- */
@media only screen and (min-width: 900px) {
    .tg-grid-container {
        grid-template-columns: 25%;
        grid-template-areas: 
            'block1 block2 block3 block4';
    }
}


/* --------small mobile screens-------- */
@media only screen and (max-width: 500px) {
    .tg-grid-container {
        grid-template-columns: 100%;
        grid-template-areas: 
            'block1'
            'block2'
            'block3'
            'block4';
    }

    .tg-grid-image {
        width: 45%;
    }
}


/* ------- FOOTER ------- */
.tg-footer-grid-block > h3 {
    margin-bottom: 5px;
}

.tg-footer-grid-block > p {
    margin-top: 5px;
    line-height: 1.5rem;
}

.tg-footer-grid-mission {
    grid-area: mission;
    width: 85%;
}

.tg-footer-grid-links1 {
    grid-area: links1;
}

.tg-footer-grid-links2 {
    grid-area: links2;
}

.tg-footer-grid-links3 {
    grid-area: links3;
}

.tg-footer-grid-container {
    display: grid;
    grid-template-columns: 33%;
    grid-template-areas:
        'mission mission mission'
        'links1 links2 links3';
    grid-gap: 10px;
    border-top: 2px solid white;
}

/* -------desktops------- */
@media only screen and (min-width: 900px) {
    .tg-footer-grid-container {
        grid-template-columns: 20%;
        grid-template-areas:
            'mission mission links1 links2 links3';
            grid-gap: 20px;
    }
}

/* --------small mobile screens-------- */
@media only screen and (max-width: 400px) {
    .tg-footer-grid-block {
        margin: 0 auto;
        width: 80%;
    }
    
    .tg-footer-grid-container {
        grid-template-columns: 100%;
        grid-template-areas: 
            'mission'
            'links1'
            'links2'
            'links3';
    }
}

