﻿
.njreal-banner {
    background: url('/Resources/StopNJREAL/NJRealBackground.jpg') no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    width: 100%;
    height: 700px;
    position: relative;
    padding: 0 0 25px 0;
}

.title-box {
   font-size: 55px; 
   color: #000; 
   font-weight:bolder; 
   line-height:1 !important; 
   background: rgba(255,255,255,.85);
   padding: 25px 25% 25px 0px;
   margin:0 !important;
}

.title-box img {max-width:150px; }


.col-centered {
    float: none;
    margin: 0 auto;
}


.factrep-content {padding-left:100px;}

.fact-box {
    padding: 15px;
    color: #fff;
    background: #052b46;
    border-bottom: 1px solid #0086aa;
    width: 75%;
    font-size: 22px;
}

    .fact-box .fact {
        font-weight:bold;
        background: #0086aa;
        padding:4px 6px;
    }


.rep-box {
    
    padding: 25px;
    background: rgba(255,255,255,.9);
    width: 75%;
    border-radius:10px;
}

.articles {
    position: absolute;
    top:50px;
    right:25px;
    padding-right:90px;
    
}

.hearing-box {
	background:#dfecf6;
	padding:15px;
	border-radius: 10px;
}

@media screen and (max-width: 910px) {

   
    
    
    .title-box, .title-box * {
           font-size:30px;
           text-align: center;
        margin: 0 auto;
        padding: 10px;
    }
    
    .articles {
        position: relative;
        top: 0;
        right: 0;
        padding-right: 0;
        display:none;
    }

    
    .factrep-content {
        padding-left:0px;
    }

    .factrep-content * {
        margin:0 auto;
    }

}

.StopNJLinks li {padding-bottom:8px;}