#settlement_overlay{
position: fixed;
width: 517px;
bottom: -400px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
left: 50%;
margin-left: -480px;
color: #fff;
}

.settlement_top_blue{
position: absolute;
background-color: #253E74;
height: 25px;
width: 100%;
top: 0;
left: 0;
z-index: 1000;
}

.settlement_banner{
position: absolute;
width: 100%;
top: 25;
left: 0;
z-index: 1000;
}


.settlement_overlay_container{
background-color: #098FB8;
height: 300px;
padding: 15px;
}

.settlement_overlay_headline{
margin-top: 150px;
font-size: 28px;
margin-bottom: .2rem;
font-weight: bold;
}

.settlement_overlay_subheadline{
color: #000;
font-size: 24px;
margin-bottom: .5rem;
}

.settlement_overlay_content{
font-size: 14px;
}

.settlement_overlay_button{
position: absolute;
right: 15px;
bottom: 15px;
padding: 10px 15px;
background-color: #fff;
font-size: 1.4rem;
font-weight: bold;
color: #000 !important;
}

.settlement_overlay_close{
position: absolute;
top: 0;
right: 0;
padding: 4px;
cursor: pointer;
font-weight: bold;
font-size: 1.2rem;
}

@media screen and (max-width:975px) {
    #settlement_overlay{
	display: none;
	}
}