/*iframe {
    width: 100%;
    height: 100vh;
    border: 0;
}*/

.sid-email-signup-popup {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 984px;
    transform: translate(-50%, -50%);
    /*padding: 20px;*/
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 8000;
}

        .sid-email-signup-popup .parentText {
            font-family: 'Roboto', sans-serif;
            font-size: 30px;
            color: black;
            word-break: break-word;
            margin-bottom: 0;
            line-height: 1.2;
            font-weight: 700;
        }

        .sid-email-signup-popup .childText {
            font-family: 'Roboto', sans-serif;
            font-size: 20px;
            color: black;
            word-break: break-word;
            margin-top: 20px;
            line-height: 1.3;
        }

    .sid-email-signup-popup .closeButton {
        /* position: relative; */
        /* float: right; */
        /* background: red; */
        /* color: white; */
        /* bottom: 617px; */
        /* right: 57px; */
        /* cursor: pointer; */
		position: absolute;
    /* float: right; */
    background: red;
    color: white;
    cursor: pointer;
    top: 20px;
    right: 50px;
    }

        .sid-email-signup-popup .x {
            padding-top: -2px;
            font-weight: bold;
        }

        /* .sid-email-signup-popup-link { */
            /* cursor: pointer; */
			/* font-family: 'Roboto', sans-serif; */
            /* font-size: 20px; */
            /* color: black; */
            /* word-break: break-word; */
            /* margin-top: 20px; */
            /* line-height: 1.3; */
        /* } */
		
		.sid-email-signup-popup a, .sid-email-signup-popup a:hover {
            cursor: pointer;
			font-family: 'Roboto', sans-serif;
            font-size: 20px;
            color: black;
            word-break: break-word;
            margin-top: 20px;
            line-height: 1.3;
            font-size: bold;
            text-decoration: underline;
        }
		

        .parentDiv {
            padding-top: 0px;
            padding-right: 20px;
            padding-bottom: 20px;
            padding-left: 38px;
        }

        #sid-signup-popup-overlay {
            position: fixed; /* Sit on top of the page content */
            display: none; /* Hidden by default */
            width: 100%; /* Full width (cover the whole page) */
            height: 100%; /* Full height (cover the whole page) */
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0,0,0,0.5); /* Black background with opacity */
            z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
            cursor: pointer; /* Add a pointer on hover */
        }
		
		/* .sid-email-signup-popup-link:hover { */
            /* cursor: pointer; */
            /* font-family: 'Roboto', sans-serif; */
            /* font-size: 20px; */
            /* color: black; */
            /* word-break: break-word; */
            /* margin-top: 20px; */
            /* line-height: 1.3; */
        /* } */
		
		 .sid-email-signup-popup a:hover {
           color: #2667B2;
        }