/* Bootstrap Buttons */
/* Empty - Colors */
.btn {
	color: #000000;
}

.btn:hover {
	color: #333333;
}

.btn.focus, 
.btn:focus {
	color: #333333;
}

.btn.disabled, 
.btn:disabled {
	color: #000000;
}

.btn:not(:disabled):not(.disabled).active, 
.btn:not(:disabled):not(.disabled):active, 
.show > .btn.dropdown-toggle {
	color: #333333;
}

/* Success - Colors */
.btn-success {
	color: #ffffff;
	background-color: #00994B;
	border-color: #00994B;
}

.btn-success:hover {
	color: #ffffff;
	background-color: #008541;
	border-color: #008541;
}

.btn-success.focus, 
.btn-success:focus {
	color: #ffffff;
	background-color: #008541;
	border-color: #008541;
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-success.disabled, 
.btn-success:disabled {
	color: #ffffff;
	background-color: #00994B;
	border-color: #00994B;
}

.btn-success:not(:disabled):not(.disabled).active, 
.btn-success:not(:disabled):not(.disabled):active, 
.show > .btn-success.dropdown-toggle {
	color: #ffffff;
	background-color: #008541;
	border-color: #008541;
}

/* Danger - Colors */
.btn-danger {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.btn-danger:hover {
	color: #ffffff;
	background-color: #008541;
	border-color: #008541;
}

.btn-danger.focus, 
.btn-danger:focus {
	color: #ffffff;
	background-color: #008541;
	border-color: #008541;
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-danger.disabled, 
.btn-danger:disabled {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.btn-danger:not(:disabled):not(.disabled).active, 
.btn-danger:not(:disabled):not(.disabled):active, 
.show > .btn-danger.dropdown-toggle {
	color: #ffffff;
	background-color: #008541;
	border-color: #008541;
}

/* Default - Colors */
.btn-default {
	color: #000000;
	background-color: #d7d7d7;
	border-color: #d7d7d7;
}

.btn-default:hover {
	color: #000000;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

.btn-default.focus, 
.btn-default:focus {
	color: #000000;
	background-color: #ebebeb;
	border-color: #ebebeb;
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-default.disabled, 
.btn-default:disabled {
	color: #000000;
	background-color: #d7d7d7;
	border-color: #d7d7d7;
}

.btn-default:not(:disabled):not(.disabled).active, 
.btn-default:not(:disabled):not(.disabled):active, 
.show > .btn-default.dropdown-toggle {
	color: #000000;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

/* Success Outline - Colors */
.btn-outline-success {
	color: #00994B;
	border-color: #00994B;
}

.btn-outline-success:hover {
	color: #ffffff;
	background-color: #00994B;
	border-color: #00994B;
}

.btn-outline-success.focus, 
.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-outline-success.disabled, 
.btn-outline-success:disabled {
	color: #00994B;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, 
.btn-outline-success:not(:disabled):not(.disabled):active, 
.show > .btn-outline-success.dropdown-toggle {
	color: #ffffff;
	background-color: #00994B;
	border-color: #00994B;
}

/* Danger Outline - Colors */
.btn-outline-danger {
	color: #000000;
	border-color: #000000;
}

.btn-outline-danger:hover {
	color: #ffffff;
	background-color: #008541;
	border-color: #008541;
}

.btn-outline-danger.focus, 
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-outline-danger.disabled, 
.btn-outline-danger:disabled {
	color: #000000;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, 
.btn-outline-danger:not(:disabled):not(.disabled):active, 
.show > .btn-outline-danger.dropdown-toggle {
	color: #ffffff;
	background-color: #008541;
	border-color: #008541;
}

/* Default Outline - Colors */
.btn-outline-default {
	color: #000000;
	border-color: #d7d7d7;
}

.btn-outline-default:hover {
	color: #000000;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

.btn-outline-default.focus, 
.btn-outline-default:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}

.btn-outline-default.disabled, 
.btn-outline-default:disabled {
	color: #000000;
	background-color: transparent;
}

.btn-outline-default:not(:disabled):not(.disabled).active, 
.btn-outline-default:not(:disabled):not(.disabled):active, 
.show > .btn-outline-default.dropdown-toggle {
	color: #000000;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

/* btnGeneral - Colors */
.btnGeneral {
	color: #000000;
	background-color: #d7d7d7;
	border-color: #d7d7d7;
}

.btnGeneral:hover {
	color: #000000;
	background-color: #ebebeb;
	border-color: #ebebeb;
}

.btnGeneral.focus, 
.btnGeneral:focus {
	color: #000000;
	background-color: #ebebeb;
	border-color: #ebebeb;
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .15);
}


/* Possible future TO DO */
/* This file could be renamed to a "responsive starter" file.  Any shimming we need to do with legacy HTML could be done here. */

@media screen{
/* TO ADD - Global Responsive - Photo Gallery */
.galleryList .contentSubWrap img {
	min-width: 100% !important;
}

@media (max-width: 576px) {
	.galleryList .contentSubWrap {
		width: 100%;
	}
}

.galleryList .contentSubWrap {
	width: 100%;
	text-align: left;
}


/* TO ADD - Global Responsive - Forms */
.fieldWrap select {
    display: inline-block;
    width: 90%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.fieldWrap select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}


/* TO ADD - Global Responsive - Bio */
@media (min-width: 576px) {
	.mrp_bioPic {
		margin: 0 0 30px 50px;
		float: right;
	}
}


.mrp_quickBioInfo {
	margin-top: 15px;
	margin-bottom: 15px;
}



/* LAYOUT BEGINS */

/* Layout - Fonts */
body {
	color: #000000;
}


/* Layout - General */
body {
	background: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/38849/v1/img/bg.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#homeBody .mainBoxSub h1 {display:none;}
body:not(#homeBody) #mainTop {display: none;}


/* Layout - Buttons */
.btn,
.btnGeneral,
.btnSend,
.addCart,
.moreDetails,
.shopCheckout,
.btnProcess,
.shopPromo,
.btnSignIn,
.btnContinue {
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px 35px;
}
	
.mrp-container-filter-inner .btn {padding: .375rem .75rem;}
	
.btnSend,
.addCart,
.moreDetails,
.shopCheckout,
.btnProcess,
.shopPromo,
.btnSignIn,
.btnContinue {
	color: #ffffff;
	background-color: #00994B;
}
.btnSend:hover,
.addCart:hover,
.moreDetails:hover,
.shopCheckout:hover,
.btnProcess:hover,
.shopPromo:hover,
.btnSignIn:hover,
.btnContinue:hover {
	color: #ffffff;
	background-color:#008541;
}
	
.btnSignIn,
.btnContinue {
	border: 0;
	}
 
.pageLinkWrap a, 
.pageLinkWrap a:link, 
.pageLinkWrap a:active, 
.pageLinkWrap a:visited, 
.pageLinkWrap a:hover, 
.mrp_inpBtn {
	color: #FFFFFF;
	background-color: #00994B !important;
}

.pageLinkWrap a:hover {
	color: #FFFFFF;
	background-color: #000000 !important;
}

.pageLinkWrap span.curLink {
	color: #FFFFFF;
	background-color: #000000;
}

.pageLinkWrap span:hover {
	color: #FFFFFF;
	background-color: #00994B;
}


/* Layout - Nav */
.mrpNav {
	background-color: #000000;
	z-index: 1000;
}

.mrpNav a {
	outline: none;
	transition: color .15s ease-in-out, 
		background-color .15s ease-in-out, 
		border-color .15s ease-in-out, 
		box-shadow .15s ease-in-out;
}

.mrpNav > ul > li a {
	color: #FFFFFF;
}

@media (max-width: 991px) {
	.mrpNav ul li a {
		padding: 10px 20px !important;
		margin-top: 4px;
	}
}

#mrpLogo a.navbar-brand img {
	position: absolute;
	z-index: 200000;
}
@media (max-width: 991px) {
	#mrpLogo a.navbar-brand img {
		left: 20px;
	}
}

@media (max-width: 991px) {
	#mrpLogo {
		width: 100%;
	}
	
	#mrpLogo .navbar-toggler {
		float: right;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.navbar-nav {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 26px 10px;
	}
}

.mrpNav ul li > a:hover,
.mrpNav a:focus {
	color: #FFFFFF;
	background-color: #00994B;
}

#homeBody .homeNav a,
#aboutBody .bioNav a,
#statsBody .statsNav a,
#guestbookBody .guestbookNav a,
#linksBody .linksNav a,
#scheduleBody .scheduleNav a,
.scheduleBody .scheduleNav a,
#schResultBody .scheduleNav a,
#galleryBody .galleryNav a,
#videoBody .videoNav a,
#newsBody .pressNav a,
.newsBody .pressNav a,
#sponsorBody .sponsorNav a,
#crewBody .crewNav a,
#shopBody .merchNav a,
#contactBody .contactNav a,
#marketingBody .marketingNav a,
#marketBody .marketingNav a,
#teamsBody .teamsNav a,
#productDetailBody .merchNav a,
#cartBody .merchNav a,
#galleryBody .navbarMedia > a,
#videoBody .navbarMedia > a,
#galleryBody a.galleryNav,
#videoBody a.videoNav {
	color: #FFFFFF;
	background-color: #00994B;
}

	
#mrpNav .dropdown-menu {
	border-radius: 0 0 4px 4px;
	margin-top: 0;
	}


/* Layout - Nav: Custom Toggler Begins */
.navbar-toggler {
	border: none;
	border-radius: 0;
	background: #000000;
	width: 80px;
	height: 50px;
	font-size: 1px;
	font-family: Helvetica, Arial, sans-serif;
}
.navbar-toggler .icon-bar {
	width: 30px;
	height: 3px;
	border-radius: 2px;
	display: inline-block;
	background: #FFFFFF;
	margin: 3px 0;
	transition: all 0.2s;
}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 15% 10%;
}
.navbar-toggler .middle-bar {
	opacity: 0;
}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 0% 0%;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}


/* Layout - Feeds */
.noBullet {
	list-style: none;
	padding: 0;
	margin: 0;
}

.schFeedWrap .feedContent,
.statsFeedSub .feedContent,
.resultsFeedWrap .feedContent {
	font-size: 14px;
}

.schFeedWrap span,
.resultsFeedWrap span {
	display: block;
}
	
.schFeedWrap { margin-bottom: 20px;}

.schFeedWrap a {transition: color .15s ease-in-out;}

.statsFeedSub li {
	position: relative;
	display: inline-block;
	width: 50%;
	padding-bottom: 5px;
}


/* Layout - News Homepage */
#homeBody .newsFeed .newsText .headSpec {
	font-weight: bold;
	display: block;
	padding-bottom: 8px;
}


/* Layout - News NEW */
@media (max-width: 575px) {
	.mrp-news-article {
		display: block;
		margin-bottom: 35px;
	}
	#newsContent section {
		width: 100%;
	}
	#newsContent img {
		max-width: 100%;
		margin: 0 0 20px 0;
	}
}


/* Layout - Footer */
#footerWrapper {}

.socialLinksWrapper {
	padding: 0;
	margin-top: 10px;
}

@media (max-width: 576px) {
	.socialLinksWrapper {
		margin-bottom: 10px;
	}
}

#footerWrapper a {
	color: #000000;
}

#footerWrapper a:hover {
	color: #00994B;
}

.devFooter {
	padding: 25px 10px;
}


/* Layout - Social */
.mrp_socialLinks a.mrp_socialFont {
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

.mrp_socialLinks a.mrp_socialFont .fa:first-Child {
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}
	
.fa-stack {width: 2.0em;}

@media (max-width: 576px) {
	.fa-stack {
			width: 2.5em;
		}
	.fa-lg {
		font-size: 2em;
		}
	}


/* Layout - Gallery Page */
#mainContent .galleryFeed .galleryFeedPicWrap {
	width: 33%;
	display: inline-block;
	padding: 5px;
}

@media (max-width: 576px) {
	#homeBody #mainContent .galleryFeed .galleryFeedPicWrap {
		width: 50%;
	}
}

#mainContent .galleryFeed .galleryFeedPicWrap img {
	max-width: 100% !important;
	height: auto;
}

@media (max-width: 576px) {
	#galleryBody .galleryThumbs .thumbWrap {
		width: 50%;
	}
}


/* Layout - Sponsor Feed */
.spSponsor {
	position: relative;
	height: 65px;
  	overflow: hidden;
  	text-align: center;
  	
  	z-index: 15;
	max-width: 1340px;
	padding: 0;
	margin: 35px auto;
}

.spSponsor .sponsorWrapperSub {
	height: 65px;
	overflow: hidden;
}

.adWrap {position: relative;}

.spSponsor .singleAdWrap {
	position: relative;
	float: none;
	display: block;
	text-align: center;
	line-height: 65px;
	height: 65px;
	width: 150px;
	margin: 0 auto 10px;
	padding: 0;
	vertical-align: middle;
}

.spSponsor .singleAdWrap {
	display: inline-block;
	margin: 0 7px;
}

.spSponsor .singleAd {
	display: inline;
	margin: 0 1px;
    line-height: 65px;
	vertical-align: middle;
}

.spSponsor img {
	border: 0 none;
	position: relative;
	vertical-align: middle;
}


/* Layout - Videos */
#videoBody .mrpRowRemove > .galleryList {
	margin-right: 0;
	margin-left: 0;
}

#videoBody .contentPicWrap .img-fluid {
	min-width: 100%;
}

#videoBody .subContent .mrp_singleVideoWrap.embed-responsive.embed-responsive-16by9.mrpM15 {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#videoBody .mrpRowRemove > h2 {
	margin-right: 15px;
	margin-left: 15px;
}

#videoBody .mrpRowRemove .contentNameWrap. h2 {
	margin-right: 0;
	margin-left: 0;
}

#videoBody .videoText .mdWrap .col-12 {
	padding-right: 0;
	padding-left: 0;
}


/* Layout - Shopping */
body:not(#shopBody):not(#productDetailBody) #mrpAccount {
	display: none;
}


#cartFeedTotal {
	margin-right: 10px;
}

.mrp_itemCardPicCol {
	width: 25%;
	float: left;
}

@media (max-width: 767px) {
	.mrp_itemCardPicCol {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.mrp_itemCardPicCol {
		width: 100%;
	}
}

.mrp_itemCardInfoCol {
	width: 75%;
	float: left;
	padding-left: 20px;
}

@media (max-width: 767px) {
	.mrp_itemCardInfoCol {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.mrp_itemCardInfoCol {
		width: 100%;
		padding-left: 0;
	}
}

.mrp_itemCard {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 15px;
}

.mrp_itemCard:after {
	content: "."; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
}

.mrp_itemCard img {
	width: 100%;
	margin-bottom: 10px;
}

.mrp_itemCard .moreDetails {
	width: 100%;
}

@media (max-width: 575px) {
	.mrp_itemCard .moreDetails {
		margin-bottom: 20px;
	}
	
	#mainContent_cartCon_stateWrap {
		text-align: left;
	}
	#methodWrap.fRight {
		float: none !important;
	}
}

#mainContent_cartCon_stateWrap .fieldWrap select,
#methodWrap .fieldWrap select {
	width: 100%;
}


.catWrap .viewAll {
	position: initial;
	float: right;
	width: 100%;
	text-align: right;
}

.itemCoverWrap {
	width: 100%;
	padding: 15px;
}

@media (min-width: 992px) {
	.itemCoverWrap {
		width: 100%;
	}
}


@media (max-width: 575px) {
	.itemRowWrap {
		text-align: center;
	}
}


.giftCardWrap {
	border: 1px #ccc solid;
	padding: 15px;
	margin: 15px 0;
}

#mainContent_cartCon_enterPromoWrap {
	margin: 10px 0;
}

#mainContent_cartCon_txtPromoCode {
	display: inline-block;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, 
		box-shadow .15s ease-in-out;
}

@media (max-width: 575px) {
	#mainContent_cartCon_txtPromoCode {
		display: block;
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

#productTop {
	margin-bottom: 25px;
}
	
	
/* Layout - Featured News */
body:not(#homeBody) #mainHeadline {
	display: none;
}

.featureFeed {
	overflow: hidden;
	width: 100%;
	height: 500px;
	background-color: #333;
	position: relative;
}

@media (max-width: 575px) {
	.featureFeed {
		height: 400px;
		margin-bottom: 25px;
	}
}

.featureFeedSub {
	position: relative;
}

.featureFeedContent {
	position: absolute;
	width: 100%;
	height: 500px;
	margin: 0;
	overflow: hidden;
}

@media (max-width: 575px) {
	.featureFeedContent {
		height: 400px;
	}
}

.featurePicWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
}

@media (max-width: 575px) {
	.featurePicWrap {
		height: 400px;
	}
}

@media (max-width: 575px) {
	.featurePicWrap img {
		height: 200px;
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translate(-50%, 0%);
	}
}

@media (min-width: 576px) {
	.featurePicWrap img {
		min-height: 100%;
		min-width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.featureText {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	padding: 20px;
	overflow: hidden;
	background: rgba(0,0,0,.7);
}

@media (max-width: 575px) {
	.featureText {
		height: 200px;
	}
}

.featureText h3 a,
.featureText .headSpec,
.featureText .mdWrap {
	color: #fff;
}

.featureText .headSpec {
	float: left;
	padding-right: 5px;
}

.featureText .mdWrap {
	float: left;
}

.featureTextSub {
	position: relative;
	z-index: 20;
}

.featureThumbsWrap {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 10px;
}

.featureThumb {
	position: relative;
	float: left;
	margin: 2px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-indent: -99999px;
	overflow: hidden;
	border: solid 1px #fff;
	background: transparent;
}

.featureThumb.active {
	background: #fff;
}

.featureThumb:hover {
	border-color: #fff;
}

@media (min-width: 1200px) {
	.featureText h3 {
		font-size: 26px;
		line-height: 32px;
	}
}

@media (max-width: 991px) {
	.featureText h3 {
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
	

/* LAYOUT ENDS */
