@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;900&display=swap');

/* Fonts */
h1, h2, h3, h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

h1, h1.subHeading {
	font-weight: 900;
}

h2 {
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	color: #000000;
}

.mrp_newsNetwork h2::after {
	margin-top: 5px;
	margin-bottom: 10px;
}

h3, h3.newsHead {
	font-size: 21px;
	font-weight: 900;
}

#homeBody h3.newsHead {
	padding-top: 20px;
}

.featureText h3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
}

h4, .headlineText h4 {
	font-size: 18px;
	font-weight: 500;
}

.btnGeneral {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
}

.schFeedWrap .feedDesc1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 12px;
}

.mrp_countDownFeedWrap .countdown_amount {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #000000;
	background-color: #e5e5e5;
}

#footerWrapper .contactFeedWrap h2 {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}

#footerWrapper h3 {
	font-size: 18px;
	text-transform: uppercase;
}


/* Layout */
#mrpLogo a.navbar-brand img {
	width: 230px;
	height: 230px;
	top: -140px;
}

@media (max-width: 992px) {
	#mrpLogo a.navbar-brand img {
		width: auto;
		height: 60px;
		top: -2px;
	}
}






body {
	background: url(//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/20183/v1/img/bg1.jpg) center 0 no-repeat;
	background-color: #e5e5e5;
}

#mainWrapper {
	background: url(//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/20183/v1/img/bottom1.jpg) center bottom no-repeat;
}



#mainWrapper {
	background-color: #FFFFFF;
}



#mainTop {}

#mainBox {}

#mainContent {}

#mainSide {}




/* ADs */

.sideHalfPage {
	position:relative;
	width:300px;
	height:600px;
	overflow:hidden;
	margin: 20px auto;
}







#navTop {
    background-color: #000000;
}


.mrpNav {
    background-color: #000000;
    border-bottom: 10px #000000 solid;
}


.mrpContentBox {
    background-color: #ffffff;
    border-top: 5px #9d080e solid;
}


.mrpNav a {
	font-size: 13px;
	font-weight: 600;
	 text-transform: uppercase;
}

nav a {
    color: #FFFFFF;
}


.col-lg-4 {
    background-color: #FFFFFF;
}

#mainBottom {
    background-color: #FFFFFF;
    border-top: 10px #9d080e solid;
}

#footerWrapper {
    background-color: #000000;
}

#footerWrapper a {
    color: #FFFFFF;
}

.dropdown-menu.show {
    max-height: 350px;
    overflow: auto;
}



@media (min-width: 768px) {
.offset-xl-2 {
    margin-left: 45%;
}
}



.navbar-nav{
margin-right:0 !important;
margin-left:auto;
}





/* Callout Buttons */
.btn-callout {
	text-align: left;
	white-space: normal;

	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.5);
	background: rgb(0,0,0);
	color: #fff;
}
	
.btn-callout:hover {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(107,107,107,1) 0%, rgba(0,0,0,1) 100%);
	color: #fff;
}

.btn-callout .cta-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 18px;
	line-height: 18px;
}


#mainTop .headlineText{
	display:none;
}

@media (max-width: 576px){

	#mainTop #headlineWrap, #mainTop .headlineContent{
		height:200px;
		text-align:center;
	}
	
	#mainTop #headlineNav{
		bottom:42px;
	}
	
}
