/* 
	Created 2012-04-25 
	updated 2013-12-11
*/

div.interstitial_ad_wrapper {
   background: #EDF0F0;
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 99999;
   top:0;
}

div.interstitial_ad_wrapper .ad_wrapper {
   background-color: #EDF0F0;
}

div.interstitial_ad_wrapper .boxstyle4 {
    padding: 35px 10px 0px 10px;
    background-color: #636466 !important;
    height:auto;
}

div.interstitial_ad_wrapper .boxstyle4 .thought_of_the_day {
    margin-left: 15px;
	margin-top: -18px;
	padding: 47px 0 25px;
	width: 60%;
	/* background: url("http://media.navigatored.com/designimages/grey-gov-logo.png") no-repeat top left; */
	background-size: 240px;
}

div.interstitial_ad_wrapper .ad_wrapper {
    padding-bottom: 40px;
    padding-top: 60px;
    text-align: center;
}

div.continue {
    color: #B8B8B8;
    float: right;
    line-height: 24px;
    margin-right: 15px;
    margin-top: 55px;
    max-width: 250px;
}

a.continue {
    display: block;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
}

.continue .time_remaining {
    font-size: 14px;
    color:white;
}
 
div.interstitial_ad_wrapper .ad_wrapper p {
    color: #2D3030;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 0 5px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

.boxstyle4inner {
    margin: 0;
}

.boxstyle4 .noquote {
    text-transform: none; 
    padding:.5em; 
    text-align:left; 
    font-family: 'Lora', serif;
    font-style:italic; 
    line-height:1.25em;
    margin-top: 5px;  
    font-weight:normal;
    color:#000000;
} 

.boxstyle4 .thought_of_the_day .yes {
    text-transform: none;
    padding: .5em .65em 0 2.5em;
    font-size: 1em;
    text-align: left;
    font-family: 'Lora', serif;
    background: url(http://media.governing.com/designimages/gov_quote_bk.png) top left no-repeat;
    background-position: 5px 5px;
    font-style: italic;
    line-height: 1.25em;
    color: #004276;
}

.boxstyle4 .thought_of_the_day .no {
    font-size: 14px;
    text-align: left;
    font-family: 'Lora', serif;
    color: #004276;
}

.boxstyle4 .thought_of_the_day .no a {
    color:#ffffff;
}


/* for mobile */
@media (max-width: 480px){
    
    div.interstitial_ad_wrapper div.continue {
        float: none;
        line-height: 24px;
        margin-right: 15px;
        margin-top: 0px;
    }
    
    div.interstitial_ad_wrapper .continue .time_remaining {
        font-size: 12px;
        color: white;
    }
    
     div.interstitial_ad_wrapper .boxstyle4 .thought_of_the_day {
        margin-left: 0px;
        padding: 47px 0 1px;
        width: 100%;
        margin-top: 10px;
    }
    
    div.interstitial_ad_wrapper .boxstyle4 {
    	
    }
    
    div.interstitial_ad_wrapper .ad_wrapper {
    	padding-top:10px;
    }
}





/* customized for each site */
div.interstitial_ad_wrapper .boxstyle4 .orange-label.medium
{
	font-family: proximanovathin;
	text-transform: uppercase;
	color: white;
	/*background-color: #d2232a;*/
	background-color: #f47421;
	padding: 2px 4px;
	font-size: 16px !important;
}

