/* STYLES FOR MAINTENANCE POP UPS ====================================== */
/* ===================================================================== */

    #notificationPopUpMainContainer{

        width:100%;
        height:100%;
        top:0;
        left:0;
        right:0;
        bottom:0;
        display:none;
        z-index:1000;
        position:fixed;
        background:rgba(0,0,0,0.8);
        transition:all 600ms ease;
        -o-transition:all 600ms ease;
        -ms-transition:all 600ms ease;
        -moz-transition:all 600ms ease;
        -webkit-transition:all 600ms ease;

    }

        /* NOTIFCATION CONTENT BLOCK CONTAINER ========================= */
        /* ============================================================= */

            #notificationPopUpElementContainer{

                width:350px;
                height:430px;
                top:0;
                left:0;
                right:0;
                bottom:0;
                margin:auto;
                opacity:1;
                position:absolute;
                background:#FFFFFF;
                border-radius:10px;
                transition:all 600ms ease;
                -o-transition:all 600ms ease;
                -ms-transition:all 600ms ease;
                -moz-transition:all 600ms ease;
                -webkit-transition:all 600ms ease;

            }

                #notificationPopUpElementContentResizer{

                    width:80%;
                    height:80%;
                    top:0;
                    left:0;
                    right:0;
                    bottom:0;
                    margin:auto;
                    position:absolute;

                }


                    /* CLOSE BUTTON CONTAINER ========================== */
                    /* ================================================= */

                        #notificationPopUpCloseButtonContainer{

                            width:100%;
                            height:30px;
                            position:relative;

                        }

                            #notificationPopUpCloseButtonElementContainer{

                                width:30px;
                                height:30px;
                                float:right;
                                cursor:pointer;
                                display:inline-block;
                                position:relative;
                                background:#3A5668;
                                border-radius:1000px;

                            }

                                #notificationPopUpCloseButtonIconMover{

                                    width:70%;
                                    height:70%;
                                    top:0;
                                    left:0;
                                    right:0;
                                    bottom:0;
                                    margin:auto;
                                    position:absolute;

                                }

                                    #notificationPopUpCloseButtonIconLineOne{

                                        width:10px;
                                        height:2px;
                                        top:0px;
                                        left:0px;
                                        right:0;
                                        bottom:0;
                                        margin:auto;
                                        position:absolute;
                                        transform:rotateZ(45deg);
                                        background:#FFFFFF;
                                        border-radius:1000px;

                                    }

                                    #notificationPopUpCloseButtonIconLineTwo{

                                        width:10px;
                                        height:2px;
                                        top:0px;
                                        left:0px;
                                        right:0;
                                        bottom:0;
                                        margin:auto;
                                        position:absolute;
                                        transform:rotateZ(-45deg);
                                        background:#FFFFFF;
                                        border-radius:1000px;

                                    }


                    /* INFORMATION CONTAINER =========================== */
                    /* ================================================= */

                        #notificationPopUpInformationContainer{

                            width:100%;
                            margin:0px 0px 0px 0px;

                        }

                            /* TEXT INFORMATION SECTION ================ */
                            /* ========================================= */

                                #notificationPopUpInformationTextSectionContainer{

                                    width:100%;

                                }

                                    #notificationPopUpInformationTextSectionHeadlineContainer{

                                        width:100%;
                                        margin:30px 0px 0px 0px;

                                    }

                                    #notificationPopUpInformationTextSectionBodyContainer{

                                        width:100%;
                                        margin:30px 0px 0px 0px;

                                    }



                            /* CONTACTS SECTION ======================== */
                            /* ========================================= */

                                #notificationPopUpInformationContactSectionContainer{

                                    width:100%;
                                    margin:0px 0px 0px 0px;

                                }


                                    /* BUTTON ONE CONTAINER ============ */
                                    /* ================================= */

                                        #notificationPopUpInformationContactButtonOneContainer{

                                            width:100%;
                                            margin:30px 0px 0px 0px;

                                        }

                                            #notificationPopUpInformationContactButtonOneElementContainer{

                                                width:max-content;
                                                top:0;
                                                left:0;
                                                bottom:0;
                                                display:inline-table;
                                                position:relative;
                                                text-align:left;

                                            }

                                                #notificationPopUpInformationContactButtonOneContentResizer{

                                                    width:max-content;
                                                    cursor:pointer;
                                                    padding:5px 5px 5px 15px;
                                                    display:inline-table;
                                                    background:#3A5668;
                                                    border-radius:1000px;

                                                }

                                                    /* BUTTON TEXT SIDE  */
                                                    /* ================= */

                                                        #notificationPopUpInformationContactButtonOneButtonTextActual{

                                                            width:max-content;
                                                            height:30px;
                                                            color:#FFFFFF;
                                                            float:left;
                                                            display:inline-table;
                                                            padding:0px 10px 0px 0px;
                                                            font-size:16px;
                                                            text-align:left;
                                                            font-weight:700;

                                                        }

                                                    /* BUTTON ARROW SIDE */
                                                    /* ================= */

                                                        #notificationPopUpInformationContactButtonOneButtonArrowSideContainer{

                                                            width:30px;
                                                            height:30px;
                                                            float:left;
                                                            position:relative;
                                                            display:inline-table;

                                                        }

                                                            #notificationPopUpInformationContactButtonOneButtonArrowSideIconMover{

                                                                width:20px;
                                                                height:20px;
                                                                top:0;
                                                                left:0;
                                                                right:0;
                                                                bottom:0;
                                                                margin:auto;
                                                                position:absolute;
                                                                background:#FFFFFF;
                                                                border-radius:1000px;

                                                            }

                                                                #notificationPopUpInformationContactButtonOneButtonArrowSideIconLineOne{

                                                                    width:6px;
                                                                    height:2px;
                                                                    top:-4px;
                                                                    left:2px;
                                                                    right:0;
                                                                    bottom:0;
                                                                    margin:auto;
                                                                    position:absolute;
                                                                    transform:rotateZ(45deg);
                                                                    background:#20242D;
                                                                    border-radius:1000px;

                                                                }

                                                                #notificationPopUpInformationContactButtonOneButtonArrowSideIconLineTwo{

                                                                    width:6px;
                                                                    height:2px;
                                                                    top:4px;
                                                                    left:2px;
                                                                    right:0;
                                                                    bottom:0;
                                                                    margin:auto;
                                                                    position:absolute;
                                                                    transform:rotateZ(-45deg);
                                                                    background:#20242D;
                                                                    border-radius:1000px;

                                                                }