@media only screen and (max-width: 820px) {
    .leftrightsplit {
        grid-template-columns: 100%;
        /* grid-template-rows: 50% 50% !important; */
    }
    
    .fa-check-square {
        font-size: 120%;
        margin: 0px 5px 0px 15px;
    }

  }

@media only screen and (max-width: 845px) {
    /* HEADER STUFF */                                                                                                                                              
    .lowerheader .buttonbox {
        display: none;
    }
    .lowerheader a.icon {
        float: right;
        display:block !important;
        margin-right: 10px;
        text-decoration: none;
        color: black;
        text-align: center;
        border-radius: 3px;
        border: 1px solid black;
        padding: 0px 5px 2px 5px;
    }
    
    .lowerheader a.icon:hover{
        border-color: #26077F;
        color: #26077F;
        background-color: whitesmoke;
    }

    .lowerheader {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .buttonbox {
        position: relative;
    }

    .buttonbox.responsive  {
        float: none;
        display: block;
        text-align: left;
        position: absolute;
        top: 40px;
        left: 0px;
        background-color: inherit;
    }

    .buttonbox.responsive li{
       padding: 10px 10px 10px 20px;
    }

    .upperheadercontainer {
        height: 80%;
    }

    .upperheader {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px 0px 10px 0px;
    }

    .upperheader .left-logo {
        width: 230px;
        display: block;
    }
    .upperheader .right-buttons {
        width: 230px;
        margin-left: 350px;
        margin-right: 350px;
        padding: 0px 100px 0px 100px;
    }
    

}
