﻿@media (min-width: 1280px)  {


    .footerDiv {
        height: auto;
        padding: 0px;
    }

    .col1Section1 {
        margin-top: calc(4 / 100 * 1280px);
    }

    .footerRightColumn {
        padding: calc(2 / 100 * 1280px);
        margin-top: calc(2.3 / 100 * 1280px);
    }

    .rightColumnRow2 {
        margin-bottom: calc(-1 / 100 * 1280px);
    }

    .rightColumnRow3 {
        margin-bottom: calc(-1 / 100 * 1280px);
    }

    
    .footerFLOThumbnail {
        max-height: calc(10 / 100 * 1280px);
        max-width: calc(40/100*1280px);
        margin-left: 0;
    }

    .r2Paragraph1Left {
        margin-bottom: calc(0.3 / 100 * 1280px);
    }

    .labelHolder1{
        margin-left: 0;
        margin-bottom: 0;
        margin-right:0;
    }

    .leftColumnRow3 {
        margin-top: calc(1.6 / 100 * 1280px);
    }

    .footerContactInfo {
        padding-top: calc(3.6 / 100 * 1280px);
    }

    .twitterLabel {
        font-size: calc(1.4 / 100 * 1280px);
    }

    .signUpLink {
        color: rgb(249,161,49);
    }

    .footer-margin {
        margin-top: calc(1 / 100 * 1280px);
        margin-bottom: calc(0.3 / 100 * 1280px);
    }

    /*.fa {
        padding: 10px;
        font-size: 30px;
        width: 40px;
        text-align: center;
        text-decoration: none;
        margin: 5px 2px;
    }

        .fa:hover {
            opacity: 0.3;
            background-color: darkblue;
        }

    .fa-twitter {
        background: #55ACEE;
        color: white;
        border-radius: 10%;
    }*/

    .facebookBTN {
        height: calc(3 / 100 * 1280px);
        width: calc(3 / 100 * 1280px);
        margin: calc(0.4 / 100 * 1280px);
    }

    .instagramBTN {
        height: calc(3 / 100 * 1280px);
        width: calc(3 / 100 * 1280px);
        margin: calc(0.4 / 100 * 1280px);
        margin-left: calc(0.8 / 100 * 1280px);
    }

    .FLOlogoText {
        margin-top: calc(3 / 100 * 1280px);
    }

    .socialMediaBTNs {
        text-align: left;
        padding-left: calc(1 / 100 * 1280px);
    }

    .officeHours{
        text-align: left;
    }

    hr {
        border-color: white;
        border: solid .75px;
    }

    .footerBottomLinks{
        text-align: left;
    }

    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1001; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
    We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */

    .billingInformationModal {
        margin-top: calc(-1/100*1280px);
    }

    .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 60%; /* Could be more or less, depending on screen size */
    }

    .closeModal {
        color: rgb(25, 139, 186);
        float: right;
        font-size: 28px;
        font-weight: bold;
        opacity: 1;
    }

        .closeModal:hover,
        .closeModal:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

        .footer-group{
            margin-bottom: calc(2 / 100 * 1280px);
        }
  

    .emailSubscribe {
        font-size: calc(1.41/100*1280px);
        width: calc(8/100*1280px);
        border-radius: 0;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .commonMarginTop {
        margin: 0;
        margin-top: calc(2.95 / 100 * 1280px);
    }

    
}
