﻿@media (min-width: 1px) {

    .noPadding {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .lineRow {
        margin-right: 3.9%;
        margin-left: 3.9%;
    }

    .mobileFooter {
        height: calc(172.67vw);
        padding-right: 5.33%;
        padding-left: 5.33%;
        margin-right:auto;
        margin-left: auto;
    }

    .footerHeader {
        text-align: center;
        padding-top: calc(8vw);
    }

    .footerIcons {
        text-align: center;
        padding-top: calc(8vw);
    }

        .footerIcons > img {
            margin-left: calc(1.2vw);
            margin-right: calc(1.2vw);
            min-height: 50%;
            width: calc(8.16vw);
        }

    /*.footerHr {
        padding-left: calc(4vw);
        padding-right: calc(4vw);
    }*/

    .footerHr > div {
        /*height: calc(10vw);*/

    }

        /*.footerHr > div > hr {
            border-color: rgb(221,121,43);
        }*/

    .hr {
            margin-top: 8vw;
            margin-bottom: 0;
            border-color: rgb(221,121,43);
        }

    .footerSubHeaders {
        text-align: center;
        margin-top: calc(8vw);
        /*height: calc(15vw);
        line-height: calc(15vw);
        font-size: calc(5vw);*/
        color: rgb(254, 209, 47);
        font-family: Arial;
        font-weight: bold;
    }


        .footerSubHeaders > label {
            margin: 0;
        }

    /*.footerMinorHeaders {
        margin-top: calc(14vw);
        margin-bottom: calc(10vw);
    }

        .footerMinorHeaders > div:nth-child(1) {
            height: calc(8vw);
            line-height: calc(8vw);
            font-size: calc(4.6vw);
        }

            .footerMinorHeaders > div:nth-child(1) > div:nth-child(1) {
                text-align: center;
                color: rgb(254, 209, 47);
            }*/

    .footerInfoRow {
        padding-top: 2vw;
    }

    .footerInfoRow > div {
        /*padding-bottom: calc(2vw);*/
    }

        .footerInfoRow > div:nth-child(1) > div {
            text-align: center;
            /*height: calc(8vw);
            line-height: calc(8vw);
            color: white;
            font-size: calc(3.5vw);
            font-family: 'Arial Medium';*/
        }

        .footerInfoRow > div:nth-child(2) > div {
            text-align: right;
            /*height: calc(8vw);
            line-height: calc(8vw);
            color: rgb(254, 209, 47);
            font-size: calc(3.5vw);
            font-family: 'Arial';
            font-weight: bold;*/
        }

            .footerInfoRow > div:nth-child(2) > div > a > label {
                text-decoration: underline;
            }

    .footerDiv {
        width: 100%;
        background-color: rgb(57, 92, 36);
    }

    .footerMainLabel {
        color: rgb(254, 209, 47);
    }

        .footerMainLabel:hover {
            cursor: pointer;
            text-decoration: underline;
        }

    .footerTopRowImg {
        width: calc(10vw);
        margin-left: calc(1vw);
        margin-right: calc(1vw);
    }

    .rowFourFooterMobile {
        text-align: center;
        margin-top: 20vw;
    }

    .footer-margin {
        margin-bottom: 5px;
    }
}
