@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@500&family=Fira+Sans:ital,wght@1,800&display=swap');

/* Fonts */
h1, h2, h3, h4, h5 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 800;
	font-style: italic;
}

h1 {
	text-transform: uppercase;
}

h2 {
	font-size: 32px;
	line-height: 34px;
}

.mainFeed h2 {
	font-size: 24px;
	line-height: 26px;
}

.navbar .navbar-nav .nav-link {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
}


/* Colors */
#footerWrapper {background-color: #191919;}
.socialLinksWrapper {background-color: #000;}
h1, h2 {color: #737373;}


/* Layout */
.mrp-shadow-custom {
	box-shadow: 0 3px 6px rgba(24,24,25,.35);
}

#mrpLogo img {
	width: 210px;
	height: 123px;
	margin-top: 20px;
}

@media (max-width: 991px) {
	#mrpLogo img {
		width: auto;
		height: 80px;
		margin-top: 10px;
		margin-left: 10px;
	}
}

#navTop {}

#headerWrap {
	height: 520px;
}

@media (max-width: 991px) {
	#headerWrap {
		height: 250px;
	}
}

#mainBox {}

#mainContent {}

#mainSide {}

#mainBottom {}

#footerWrapper {}

#btnElite {
	position: relative;
	display: block;
	width: 140px;
	height: 80px;
	margin: 0 auto 15px;
	font-size: 1px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/10065/v3/img/elite.png) 0 0 no-repeat;
	background-size: contain;
}


/* BEGIN - Responsive Accout */
.fieldWrap input[type=checkbox], 
.fieldWrap input[type=radio] {
	float: left;
	width: 25px;
}

.fieldWrap input[type=text],
.fieldWrap input[type=password] {
	margin-bottom: 15px;
	float: left;
}

.fieldWrap span.lblHelp {
	width: 50%;
	text-align: right;
}

.formSummary {
	font-style: italic;
	color: #666;
	border-bottom: 1px solid rgba(0,0,0,.125);
	padding-bottom: 8px;
}

.subSet,
.subSetCol {
	margin-bottom: 25px;
}
/* END - Responsive Accout */


/* BEGIN - Already in Responsive Base and needs edited */
/*.btnSignIn,
.btnContinue,
.btnSubmit {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .75rem 1.75rem;
    font-size: .875rem;
    line-height: 1.5;
    background-color: transparent;
    border: 1px solid transparent;
    text-decoration: none !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}*/

.fieldWrap span {
	width: 9%;
	/*margin-left: 1%;*/
	float: right;
}
/* END - Already in Responsive Base */


/* BEGIN - FOR Layout */
/*.btnSignIn,
.btnContinue,
.btnSubmit {
	color: #ffffff !important;
	background-color: #000000;
	padding: 10px 35px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 13px;
}
.btnSignIn:hover,
.btnContinue:hover,
.btnSubmit:hover {
	color: #ffffff !important;
	background-color: #a8a8a8 !important;
}*/
/* END - FOR Layout */

/* Signin */
#signInBody .fieldWrap input {
	width: 100%;
}

#signInBody .fieldWrap input[type=checkbox] {
	width: initial;
	display: inline-block;
	margin-right: 5px;
}

#mainContent_signInCon_lnkForgot:hover {
	color: #666;
}
