.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: #fff;
	color: #000;
	padding: 0px 20px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
	position: absolute;
	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-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #a2a2a2;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0; right: 0;
	padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
	color: #fff;
}

.eupopup-body {
	color: #a2a2a2;
}

.eupopup-button_1 {
	color: #0a3255;
	font-weight: bold;
	font-size: 14px;
}

.eupopup-button_2 {
	padding: 14px 30px;
    cursor: pointer;
    outline: none;
    border: 1px solid transparent;
    letter-spacing: .5px;
    min-width: auto;
    border-radius: 0px;
    background: #0a3255;
    color: rgb(255, 251, 251);
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    transition: all .3s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.eupopup-button_2:hover{
	border: 1px solid #0a3255;
    background-color: #fff;
    color: #0a3255;
}
.eupopup-button {
	margin: 0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: underline;
	color: #0a3255;
}

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;
}
.eupopup-container.eupopup-container-bottom.eupopup-color-default {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000 !important;
    background: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 20px 30px 20px 30px;
    box-shadow: 0px 1px 5px #000000;

}
.eupopup-body {
	color: #000;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    width: 55%;
    margin: 20px auto;
}
.eupopup-body a {
    color: #000;
    font-weight: bold;
}
.eupopup-buttons{
	width: 45%;
    /* margin: auto; */
    text-align: right;
    text-transform: uppercase;
}
.eupopup-buttons .eupopup-button.eupopup-button_1 {
    line-height: 5.5;
    padding: 14px 30px;
    cursor: pointer;
    outline: none;
    letter-spacing: .5px;
    min-width: auto;
    border-radius: 0px;
 	background: #0a3255;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid transparent;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	transition: all .3s ease-in-out;
    text-transform: uppercase;
     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.eupopup-buttons .eupopup-button.eupopup-button_1:hover{
    border: 1px solid #0a3255;
    background-color: #fff;
    color: #0a3255;
}
.eupopup-body p {
	margin-bottom: 0px !important;
}
.eupopup-body p a{
	color: #0a3255;
}

@media screen and (max-width: 767px) {
	.eupopup-container.eupopup-container-bottom.eupopup-color-default {
		display: block !important;
	}
	.eupopup-body {
		width: 100%;
	}
	.eupopup-buttons {
	    text-align: left;
	}
	
}
@media screen and (max-width: 580px) {
	.eupopup-buttons .eupopup-button.eupopup-button_1 {
		line-height: 5.5;
	}
}