.clearfix {
    clear: both;
}

.eupopup-container {
    background-color: rgba(0, 156, 166, 0.95);
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    display: none;
    z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.eupopup-container-fixedtop {
    position: fixed;
}

.eupopup-container-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.eupopup-container-bottomleft {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px;
}

.eupopup-container-bottomright {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
}

.eupopup-closebutton {
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
     font-size: 40px;
	 font-weight: lighter;
    line-height: 1;
    color: #fff !important;
    filter: alpha(opacity=20);
    position: absolute;
    top: 17px;
	left:50%;
    margin-left: 410px;
    text-decoration: none;
    background: #003087;
    padding-left: 18px;
	padding-right: 18px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    line-height: 40px;
}
    .eupopup-closebutton:hover,
    .eupopup-closebutton:active, .eupopup-closebutton:focus {
        color: #fff !important;
        text-decoration: none !important;
    }

@media only screen and (max-width: 1023px) {
	.eupopup-closebutton {
		 margin: 0 0 15px 0;
		position: static;
	}
	.eupopup-body p {margin-bottom:10px;}
}

.eupopup-head {
    font-size: 1.2em;
    font-weight: bold;
    padding: 7px;
    color: #fff;
}

.eupopup-body {
    color: #fff;
	width: 800px;
	margin: auto;
}
.eupopup-body a { color: #fff;}

@media only screen and (max-width: 1023px) {
	.eupopup-body {
		width: 100%;
	}
}
.eupopup-buttons {
    padding: 0;
}

.eupopup-button_1 {
    color: #f6a21d;
    font-weight: bold;
    font-size: 14px;
}

.eupopup-button_2 {
    color: #f6a21d;
    font-weight: normal;
    font-size: 12px;
}

.eupopup-button {
    margin: 0 10px;
}

    .eupopup-button:hover,
    .eupopup-button:focus {
        text-decoration: underline;
        color: #f6a21d;
    }

body .eupopup-color-inverse {
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
}

    body .eupopup-color-inverse .eupopup-head {
        color: #000;
    }

body .eupopup-style-compact {
    text-align: left;
    padding: 8px 30px 7px 20px;
    line-height: 15px;
}

    body .eupopup-style-compact .eupopup-head,
    body .eupopup-style-compact .eupopup-body,
    body .eupopup-style-compact .eupopup-buttons {
        display: inline;
        padding: 0;
        margin: 0;
    }

    body .eupopup-style-compact .eupopup-button {
        margin: 0 5px;
    }
