@charset "UTF-8" ;

.modal-content {
	width: 350px ;
	margin: 0 ;
	padding: 30px 40px 20px 40px;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
}

.modal-content  h2 {
	font-size:18px;
	color:#0a4e97;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #0a4e97;
	width:260px;
	}

.modal-content  ul li {
	margin: 0 0 10px 0;
	}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

#modal-close {
    position: relative;
    display: inline-block;
    border: 1px solid  #0a4e97;
    padding: .6em .9em;
    line-height: 1.2 !important;
    border-radius: 0.6em;
    text-decoration: none;
    font-weight: 700;
    color:  #0a4e97;
    overflow-y: hidden;
    font-size: 80%;
    -webkit-transition: all .3s;
    transition: all .3s;
	margin:10px 0 0 0;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

