/* The Modal (background) */
.govshutdown-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0)  !important; /* Fallback color */
    background-color: rgba(0,0,0,0.8) !important; /* Black w/ opacity */
    z-index:1000;
    font-size:12px;
}

.govshutdown-modal-content-wrapper{
  position:absolute;
  height:100%;
  width:100%;
}

/* Modal Content/Box */
.govshutdown-modal-content {
	font-family: 'Source Sans Pro', sans-serif !important;
	border: 1px solid #888;
	width: 95%; /* Could be more or less, depending on screen size */    
	font-size: 12px !important;
	color:black;	   
  
  
  position:absolute;
  top: 50%;
  left: 50%;
  margin-top:-5%;
  transform: translate(-50%, -50%);		  
  
  
  box-shadow: 1px 1px 5px #888888;
  
  background-color: #fff1d2 !important;
  
  background-image: url(../images/warning.svg);
  background-position: 1rem 2rem;
  background-repeat: no-repeat;
  background-size: 3.2rem;
  
  /*
  padding-bottom: 1.4rem;
  padding-left: 3rem;
  padding-right: 2rem;
  
  
  */
}

.govshutdown-modal-content::before {
    background-color: #fdb81e;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: .5rem;
}

.govshutdown-modal-content h3{
  font-family: 'Merriweather', serif !important;
  color: black !important;
  font-weight:bold !important;
}

.govshutdown-content-body{
	margin: 30px 25px 20px 80px;  
  text-align:left !important;
  font-weight:normal;
}

@media screen and (min-width: 480px) {
	/* Modal Content/Box */
	.govshutdown-modal-content {		
		border: 1px solid #888;
		width: 50%; /* Could be more or less, depending on screen size */    		
		color:black;		
		top: 50%;
		left: 50%;
    margin-top:-5%;
		transform: translate(-50%, -50%);		    
    background-size: 80px;
    background-position: 30px 30px;

	}
  
  .govshutdown-modal-content::before {
    width: 1rem;
  }
  .govshutdown-content-body{
    margin: 30px 25px 20px 120px;  
  }
}



.govshutdown-content-body *{
  text-align:left !important;
  font-size: 18px !important;
  line-height: 1.2em !important;
}

.govshutdown-modal-content .closebtn{
  text-align:center;
  padding: 10px 0px;
}

.govshutdown-modal-content .closebtn button{
background-color: #008CBA; /* Green */
    border: none;
    color: white;
    padding: 10px 30px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 16px !important;
    cursor: pointer !important;
    margin:0px 5px;
    line-height:1em !important;
    
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.07),rgba(0,0,0,0.07));    
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 2px rgba(0,0,0,0.13);
}

/* The Close Button */
.govshutdown-modal .close {
    color: black !important;    
    position:absolute;
    right:2px;
    top:-8px;
    font-size: 35px;
    font-weight: bold !important;
    height: 1em;
    padding: 0;
    margin: 0;
    line-height: 1em;
}

.govshutdown-modal .close:hover,
.govshutdown-modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
