h2 {
    text-transform: uppercase !important;
    padding: 30px !important;
    color: black !important;
    /* border-bottom: 5px solid #F0CC63; */
    border-width: 5px !important;
    max-width: 650px !important;
    text-align: left !important;
    padding-left: 0px !important;
    font-size: 3.5vh;
    text-align: left !important;
}

h3 {
    margin-bottom: 0px;
    margin-top: 15px !important;
}

li {
    padding: 5px !important;
    line-height: 25px;
}

li::marker {
    color: #979797;
    margin-top: 15px;
    font-weight: bold;
}

ul {
    list-style-position: outside;
    list-style-image: none;
    margin-top: 5px !important;
}

h3 {
    opacity: 0.8;
}
/* Youtube Reflexive */

iframe {
    height: 40vh !important;
    margin-top: 30px !important;
    margin: auto;
    display: block;
    width: 100%;
}

.b-link {
    text-decoration: none;
    border-bottom: 3px solid #F3D682;
    color: black !important;
    font-size: 14px;
}

.important-info {
    background-color: rgb(255, 233, 233);
    padding: 15px;
    border-radius: 15px;
}

.twitter-tweet {
    margin: auto;
    display: block;
}

.common-issues a {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgb(243, 243, 243);
    color: black;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
}

h1 {
    background: none !important;
    text-align: left;
    margin: 0;
    font-size: 4.5vh;
    padding-left: 0 !important;
    margin-top: 15px;
}


@media only screen and (min-width: 770px) {



    .section-header {
        margin-top: -15px !important;
    }

    

    .page-heading {
        max-width: 50px !important;
    }

    .main-content {
        max-width: 100vh !important;

    }

    h2 {
        text-align: left !important;
        margin: 0;
        color: black !important;
        padding-left: 0px !important;
        width: 100%;

    }
    h1 {
        font-size: 3vh !important;

        display: block;
        margin: auto;
        margin-top: 63px;
        text-align: center;
        max-width: 95vh;
    }
    .ad1 {
        display: none !important;
    }

    .grants_image {
        width: 50vh !important;
        margin: auto;
        display: block !important;
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .date-image {
        display: block;
        margin: auto !important;
        width: 600px !important;
    }

}

.site-description {
    line-height: 2;
    opacity: 0.5;
}

.check-status {
    align-items: center;
}

.form {
    margin: auto;
    padding-top: 0 !important;
}



a {
    cursor: pointer;
}

.section-header {
    padding: 15px;
    padding-bottom: 0px !important;
    margin-top: -10px;
    padding-left: 0px !important;
}

.button-text {
    margin-left: 15px;
    margin-top: 5px !important;
    position: absolute;
}

.section-header img {
    height: 30px;
    opacity: 0.8;
}

.button-back {

    display: inline-block;
    width: 100%;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    cursor: pointer;
    padding-left: 25px !important;
}


@media only screen and (max-width: 600px) { 
    .button-back {
        text-align: center !important;
        font-weight: bold;
    }
    .button-back {
        margin-left: -15px;
        margin-top: -8px !important;
    }


    figure {
        margin-left: 0px !important;
        width: 100%;
        overflow: scroll;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100% !important;
        border: 1px solid #ddd;
      }


}   


.section-title {
    position: absolute;
    float: right;
    right: 0;
    margin-top: 5px;
    margin-right: 30px;
}

.faq-question {
    font-weight: bold;
}

table {
    margin: auto;
}

th {
    background: red;
}
td {
    padding: 15px !important;
    font-size: 14px !important;
}
tr:nth-child(even) {
    background: rgb(230, 230, 230);
}

.codes strong {
    color: #c59609;
}

.codes li {
    font-size: 14px;
}


/* eligible  */

.container {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="number"],  
 
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 15px;
}



button:hover {
    background-color: #3e8e41;
 /* Darker green */
}

#result {
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.check-eligibility {
    background: rgb(229, 229, 229);
    padding: 30px;
}


/* mobile adjustments */

.phone-number {
    margin-top: 0px !important;
}

.check-button {
    margin-top: 0px !important;
}


