.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: rgb(8, 86, 207);
	color: #fff;
	padding: 15px 20px;
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	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: 18px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: 'Roboto', arial, verdana, sans-serif;
	top: 0;
	right: 0;
	padding: 5px 10px 8px 12px;
	background-color: #142d55;
	}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px 0px;
	color: #fff;
	float: left;
	width: 100%;
}

.eupopup-body {
	color: #fff;
	float: left;
	font-weight: 400;
}

.eupopup-buttons {
	padding: 0px 0 5px 0;
    float: right;
}

.eupopup-button_1 {
	  border: 1px solid rgb(0, 230, 118);
  background: rgb(0, 230, 118);
  color: rgb(255, 255, 255);
  border-radius: 40px;
  padding: 0.5rem 1rem !important;
  font-size: 14px;
  margin: 0px 0px 0px 12px;
  font-weight: 600;
	  text-transform: uppercase;
}


.eupopup-button_2 {
	border: 1px solid rgb(20, 45, 85);
  background: rgb(20, 45, 85);
  color: rgb(255, 255, 255);
  border-radius: 40px;
  padding: 0.5rem 1rem !important;
  font-size: 14px;
  margin: 0px 0px 0px 12px;
  font-weight: 600;
	  text-transform: uppercase;
}

.eupopup-button_2:hover {
  color: #b7e3ff !important;;
}

.eupopup-button {
	margin: 0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: none;
	color: #142d55;
}

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;
}
