/*!
 * JG Notification Bar CSS
 * 
 * 
 */

.jg-notification-bar {
    background: #004890;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 9000;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 20px;

}

.jg-notification-bar a {
	font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 14px;

}

.jg-notification-bar a:hover {
	font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    color: #fff;
}

.jg-notification-bar.Off {
    display: none !important;
}

.jg-bar-padding-top {
    margin-top: 39px;
}


@media only screen and (max-width: 767px) {
	.jg-bar-padding-top {
    	margin-top: 0px;
	}
	.jg-notification-bar {
        position: relative;
	}
	
}
@media only screen and (min-width: 768px) {

.homeSearchContainer-with-jg {
    margin-top: 56px !important;
}
}
