﻿/*This banner_deadline.css has urgent announcement with different height background*/

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops ; Change to 1327px
*/

@media (min-width: 1327px) {

    #socialmedia_popup {
        background-color: #002d73;
        width: 640px;
        -moz-box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
        -webkit-box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
        box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
    }

    .socialpopup2 {
        background: url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_Background_With_Announcement.png') no-repeat;
        margin: 0px 0px;
        background-size: auto;
        width: 100%;
        min-height: 450px;
    }

    .socialButtons {
        padding-left: 292px;
        padding-top: 328px;
    }

    .fbBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_FbBtn.png') no-repeat;
        width: 36px;
        height: 36px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 15px;
    }

        .fbBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_FbBtn_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }

    .igBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_IgBtn.png') no-repeat;
        width: 36px;
        height: 36px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 15px;
    }

        .igBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_IgBtn_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }

    .twBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_TwBtn.png') no-repeat;
        width: 36px;
        height: 36px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 15px;
    }

        .twBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_TwBtn_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }



    .ylBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_YBtn.png') no-repeat;
        width: 36px;
        height: 36px;
        display: inline-block;
        transition: 0.3s;
    }

        .ylBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_YBtn_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }
    .menuButtons {
        padding-top: 72px;
        padding-left: 258px;
    }

    .btn1 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn1.png?v=20200318') no-repeat;
        width: 120px;
        height: 204px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn1:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn1_Pressed.png?v=20200318') no-repeat !important;
            transition: 0.3s;
        }

    .btn2 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn2.png') no-repeat;
        width: 120px;
        height: 204px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn2:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn2_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }

    .btn3 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn3.png') no-repeat;
        width: 120px;
        height: 204px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn3:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn3_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }

    .btn4 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn4.png?v=20200320') no-repeat;
        width: 120px;
        height: 204px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn4:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn4_Pressed.png?v=20200320') no-repeat !important;
            transition: 0.3s;
        }

    .closeButton {
        margin-top: -13px;
        margin-right: -15px;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px ; Change to 1326px
*/

@media (min-width: 1025px) and (max-width: 1326px) {

    #socialmedia_popup {
        background-color: #002d73;
        width: 640px;
        -moz-box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
        -webkit-box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
        box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
    }


    .socialpopup2 {
        background: url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_Background_With_Announcement.png') no-repeat;
        margin: 0px 0px;
        background-size: auto;
        width: 100%;
        min-height: 450px;
    }

    .socialButtons {
        padding-left: 292px;
        padding-top: 328px;
    }

    .fbBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_FbBtn.png') no-repeat;
        width: 36px;
        height: 36px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 15px;
    }

        .fbBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_FbBtn_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }

    .igBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_IgBtn.png') no-repeat;
        width: 36px;
        height: 36px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 15px;
    }

        .igBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_IgBtn_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }

    .twBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_TwBtn.png') no-repeat;
        width: 36px;
        height: 36px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 15px;
    }

        .twBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_TwBtn_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }



    .ylBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_YBtn.png') no-repeat;
        width: 36px;
        height: 36px;
        display: inline-block;
        transition: 0.3s;
    }

        .ylBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_YBtn_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }
    .menuButtons {
        padding-top: 72px;
        padding-left: 258px;
    }

    .btn1 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn1.png?v=20200318') no-repeat;
        width: 120px;
        height: 204px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn1:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn1_Pressed.png?v=20200318') no-repeat !important;
            transition: 0.3s;
        }

    .btn2 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn2.png') no-repeat;
        width: 120px;
        height: 204px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn2:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn2_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }

    .btn3 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn3.png') no-repeat;
        width: 120px;
        height: 204px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn3:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn3_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }

    .btn4 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn4.png?v=20200320') no-repeat;
        width: 120px;
        height: 204px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn4:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn4_Pressed.png?v=20200320') no-repeat !important;
            transition: 0.3s;
        }

    .closeButton {
        margin-top: -13px;
        margin-right: -15px;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    #socialmedia_popup {
        background-color: #002d73;
        width: 640px;
        -moz-box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
        -webkit-box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
        box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
    }

    .socialpopup2 {
        background: url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_Background_With_Announcement.png') no-repeat;
        margin: 0px 0px;
        background-size: auto;
        width: 100%;
        min-height: 450px;
    }

    .socialButtons {
        padding-left: 292px;
        padding-top: 328px;
    }

    .fbBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_FbBtn.png') no-repeat;
        width: 36px;
        height: 36px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 15px;
    }

        .fbBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_FbBtn_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }

    .igBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_IgBtn.png') no-repeat;
        width: 36px;
        height: 36px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 15px;
    }

        .igBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_IgBtn_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }

    .twBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_TwBtn.png') no-repeat;
        width: 36px;
        height: 36px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 15px;
    }

        .twBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_TwBtn_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }



    .ylBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_YBtn.png') no-repeat;
        width: 36px;
        height: 36px;
        display: inline-block;
        transition: 0.3s;
    }

        .ylBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_YBtn_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }

    .menuButtons {
        padding-top: 72px;
        padding-left: 258px;
    }

    .btn1 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn1.png?v=20200318') no-repeat;
        width: 120px;
        height: 204px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn1:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn1_Pressed.png?v=20200318') no-repeat !important;
            transition: 0.3s;
        }

    .btn2 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn2.png') no-repeat;
        width: 120px;
        height: 204px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn2:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn2_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }

    .btn3 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn3.png') no-repeat;
        width: 120px;
        height: 204px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn3:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn3_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }

    .btn4 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn4.png?v=20200320') no-repeat;
        width: 120px;
        height: 204px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn4:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn4_Pressed.png?v=20200320') no-repeat !important;
            transition: 0.3s;
        }


    .closeButton {
        margin-top: -13px;
        margin-right: -15px;
    }
}


/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    #socialmedia_popup {
        background-color: #002d73;
        width: 640px;
        -moz-box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
        -webkit-box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
        box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
    }

    .socialpopup2 {
        background: url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_Background_With_Announcement.png') no-repeat;
        margin: 0px 0px;
        background-size: auto;
        width: 100%;
        min-height: 450px;
    }

    .socialButtons {
        padding-left: 292px;
        padding-top: 328px;
    }

    .fbBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_FbBtn.png') no-repeat;
        width: 36px;
        height: 36px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 15px;
    }

        .fbBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_FbBtn_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }

    .igBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_IgBtn.png') no-repeat;
        width: 36px;
        height: 36px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 15px;
    }

        .igBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_IgBtn_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }

    .twBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_TwBtn.png') no-repeat;
        width: 36px;
        height: 36px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 15px;
    }

        .twBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_TwBtn_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }



    .ylBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_YBtn.png') no-repeat;
        width: 36px;
        height: 36px;
        display: inline-block;
        transition: 0.3s;
    }

        .ylBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_YBtn_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }
    .menuButtons {
        padding-top: 72px;
        padding-left: 258px;
    }


    .btn1 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn1.png?v=20200318') no-repeat;
        width: 120px;
        height: 204px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn1:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn1_Pressed.png?v=20200318') no-repeat !important;
            transition: 0.3s;
        }

    .btn2 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn2.png') no-repeat;
        width: 120px;
        height: 204px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn2:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn2_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }

    .btn3 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn3.png') no-repeat;
        width: 120px;
        height: 204px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn3:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn3_Pressed.png') no-repeat !important;
            transition: 0.3s;
        }

    .btn4 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn4.png?v=20200320') no-repeat;
        width: 120px;
        height: 204px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn4:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn4_Pressed.png?v=20200320') no-repeat !important;
            transition: 0.3s;
        }

    .closeButton {
        margin-top: -13px;
        margin-right: -15px;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    #socialmedia_popup {
        background-color: #002d73;
        width: 420px;
        -moz-box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
        -webkit-box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
        box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
    }


    .socialpopup2 {
        background: url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_Background_With_Announcement_Small.png') no-repeat;
        margin: 0px 0px;
        background-size: auto;
        width: 100%;
        min-height: 295px;
    }
    .socialButtons {
        padding-left: 190px;
        padding-top: 218px;
    }

    .fbBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_FbBtn_25.png') no-repeat;
        width: 26px;
        height: 26px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 10px;
    }

        .fbBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_FbBtn_Pressed_25.png') no-repeat !important;
            transition: 0.3s;
        }

    .igBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_IgBtn_25.png') no-repeat;
        width: 26px;
        height: 26px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 10px;
    }

        .igBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_IgBtn_Pressed_25.png') no-repeat !important;
            transition: 0.3s;
        }

    .twBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_TwBtn_25.png') no-repeat;
        width: 26px;
        height: 26px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 10px;
    }

        .twBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_TwBtn_Pressed_25.png') no-repeat !important;
            transition: 0.3s;
        }



    .ylBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_YBtn_25.png') no-repeat;
        width: 26px;
        height: 26px;
        display: inline-block;
        transition: 0.3s;
    }

        .ylBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_YBtn_Pressed_25.png') no-repeat !important;
            transition: 0.3s;
        }
    .menuButtons {
        padding-top: 44px;
        padding-left: 162px;
    }

    .btn1 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn1_Small.png?v=20200318') no-repeat;
        width: 80px;
        height: 136px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn1:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn1_Pressed_Small.png?v=20200318') no-repeat !important;
            transition: 0.3s;
        }

    .btn2 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn2_Small.png') no-repeat;
        width: 80px;
        height: 136px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn2:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn2_Pressed_Small.png') no-repeat !important;
            transition: 0.3s;
        }

    .btn3 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn3_Small.png') no-repeat;
        width: 80px;
        height: 136px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn3:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn3_Pressed_Small.png') no-repeat !important;
            transition: 0.3s;
        }

    .btn4 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn4_Small.png?v=20200320') no-repeat;
        width: 80px;
        height: 136px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn4:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn4_Pressed_Small.png?v=20200320') no-repeat !important;
            transition: 0.3s;
        }

    .closeButton {
        margin-top: -16px;
        margin-right: -10px;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    #socialmedia_popup {
        background-color: #002d73;
        width: 420px;
        -moz-box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
        -webkit-box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
        box-shadow: 0 2px 6px rgba(107,107,107, 0.60);
    }

    .socialpopup2 {
        background: url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_Background_With_Announcement_Small.png') no-repeat;
        margin: 0px 0px;
        background-size: auto;
        width: 100%;
        min-height: 295px;
    }

    .socialButtons {
        padding-left: 190px;
        padding-top: 218px;
    }

    .fbBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_FbBtn_25.png') no-repeat;
        width: 26px;
        height: 26px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 10px;
    }

        .fbBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_FbBtn_Pressed_25.png') no-repeat !important;
            transition: 0.3s;
        }

    .igBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_IgBtn_25.png') no-repeat;
        width: 26px;
        height: 26px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 10px;
    }

        .igBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_IgBtn_Pressed_25.png') no-repeat !important;
            transition: 0.3s;
        }

    .twBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_TwBtn_25.png') no-repeat;
        width: 26px;
        height: 26px;
        display: inline-block;
        transition: 0.3s;
        float: left;
        margin-right: 10px;
    }

        .twBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_TwBtn_Pressed_25.png') no-repeat !important;
            transition: 0.3s;
        }



    .ylBtn {
        background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_YBtn_25.png') no-repeat;
        width: 26px;
        height: 26px;
        display: inline-block;
        transition: 0.3s;
    }

        .ylBtn:hover {
            background: transparent url('../images/social/banner/ATC_Social-Media-Property-Tax-Deadline_YBtn_Pressed_25.png') no-repeat !important;
            transition: 0.3s;
        }

    .menuButtons {
        padding-top: 44px;
        padding-left: 162px;
    }

    .btn1 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn1_Small.png?v=20200318') no-repeat;
        width: 80px;
        height: 136px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn1:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn1_Pressed_Small.png?v=20200318') no-repeat !important;
            transition: 0.3s;
        }

    .btn2 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn2_Small.png') no-repeat;
        width: 80px;
        height: 136px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn2:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn2_Pressed_Small.png') no-repeat !important;
            transition: 0.3s;
        }

    .btn3 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn3_Small.png') no-repeat;
        width: 80px;
        height: 136px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn3:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn3_Pressed_Small.png') no-repeat !important;
            transition: 0.3s;
        }

    .btn4 {
        background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn4_Small.png?v=20200320') no-repeat;
        width: 80px;
        height: 136px;
        display: inline-block;
        transition: 0.3s;
        float: left;
    }

        .btn4:hover {
            background: transparent url('../images/social/banner/ATC_Social_Media_Property_Tax_Deadline_April_Btn4_Pressed_Small.png?v=20200320') no-repeat !important;
            transition: 0.3s;
        }

    .closeButton {
        margin-top: -16px;
        margin-right: -10px;
    }
}
