#list-builder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    filter: alpha(opacity=80);
	opacity: 0.8;
    display: none;
	z-index: 661
}

#popup-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ecebe7;
    color: #FFFFFF;
    width: 100%;
    max-width: 675px;
    padding: 0 0 25px 0;
    border: 10px solid #002269;
    display: none;
	z-index: 667;
}

#popup-close {
    position: absolute;
    top: -25px;
    right: -25px;
    cursor: pointer;
    width: 40px;
}

#popup-box h1 {
    margin: 0;
}

#popup-box p {
    line-height:1.7em;
}

#popup-box form {
    margin-bottom: 0px;
}

#popup-box input {
    padding: 10px;
    border: 1px solid #333;
    width: 90%; 
}
#popup-box select {
    padding: 10px;
    border: 1px solid #333;
    width: 90%; 
}

#popup-box #form_c4f197b0-cbb9-4cbb-b197-8d5765d333ba {
	width:95%;
}

#popup-box div.form_question {
	margin: 0px;
}

#popup-box #form_c4f197b0-cbb9-4cbb-b197-8d5765d333ba {
	width:95%;
}

#popup-box button {
    padding: 10px;
    border: 1px solid #333;
}

.fnbg-ecr-wait{
    background-color: #015cab;
	text-align: center; color: #fff;
	font-size: 2.1em; 
	margin-top: 0px; 
	padding: 10px; 
	margin-bottom: 10px;
}
.fnbg-ecr-no-problem{
     color: #3b8bd3; 
	 text-align: center; 
	 font-family: arial,helvetica,sans-serif; 
	 font-size: 18px;
}
.fnbg-ecr-nnumber{
    font-family: arial,helvetica,sans-serif; 
	font-size: 64px; 
	font-weight: bold; 
	color: #3b8bd3; 
	margin: 0 0 10px 0px; 
	text-decoration:none;
}
.fnbg-ecr-form{
    display: inline-block; 
	margin-left: 25px; 
	width:92%
}

.fnbg-ecr-inline-block-container {
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0px;
	background-color: rgb(255,255,255,0.7);
	z-index: 997;
	padding: 8px 0;
}

.fnbg-ecr-inline-block-container p{
	line-height:1em;
	padding-top: 15px;
}

.fnbg-ecr-button-red {
	display: inline-block;
	width: 240px;
	background-color: #b81233;
	color: white;
	border-radius: 25px;
	text-align: center;
	margin: 5px 5%;
	font-family: Montserrat, sans-serif;
}
.fnbg-ecr-button-blue {
	display: inline-block;
	width: 240px;
	background-color: #3b8cd4;
	color: white;
	border-radius: 25px;
	text-align: center;
	margin: 5px 5%;
	font-family: Montserrat, sans-serif;
}
.fnbg-ecr-buttonlink{
	color:#fff;
	font-weight:bold;
	text-align: center;
	text-decoration:none;
}
.fnbg-ecr-inline-block-container a:hover{
	color:#fff;
	font-weight:bold;
	text-align: center;
	text-decoration:none;
}

