/* 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: #adb2b7;
	border-color: #adb2b7;
}

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

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

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

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

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

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

.btn-danger.focus, 
.btn-danger:focus {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
	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: #333333;
	border-color: #333333;
}

/* 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: #adb2b7;
	border-color: #adb2b7;
}

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

.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: #adb2b7;
	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: #adb2b7;
	border-color: #adb2b7;
}

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

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

.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: #333333;
	border-color: #333333;
}

/* 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;
}
	
.twitter-timeline {
	margin-left: auto;
	margin-right: auto;
}


/* 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: #;
}


/* Layout - General */
#headerWrap {
	background: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/11520/v2/img/top.jpg') center center no-repeat;
	background-size: cover;
}

#homeBody .mainBoxSub h1 {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: #adb2b7;
}
.btnSend:hover,
.addCart:hover,
.moreDetails:hover,
.shopCheckout:hover,
.btnProcess:hover,
.shopPromo:hover,
.btnSignIn:hover,
.btnContinue:hover {
	color: #ffffff;
	background-color:#989ea3;
}
	
.btnSignIn,
.btnContinue {
	border: 0;
	}
 
.pageLinkWrap a, 
.pageLinkWrap a:link, 
.pageLinkWrap a:active, 
.pageLinkWrap a:visited, 
.pageLinkWrap a:hover, 
.mrp_inpBtn {
	color: #000000;
	background-color: #cdd2d7 !important;
}

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

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

.pageLinkWrap span:hover {
	color: #000000;
	background-color: #cdd2d7;
}


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

@media (min-width: 992px) {
	#mrpNav {
		transform: skewX(160deg);
		margin-left: 50px;
	}
}

#mrpNav ul {}

@media (min-width: 992px) {
	#mrpNav ul {
		transform: skewX(20deg);
	}
}

.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;
	color: #000000;
}

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

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

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

@media (min-width: 991px) {
	.navbar .navbar-nav .nav-link {
		padding: 20px 10px;
	}
}

.mrpNav ul li > a:hover,
.mrpNav a:focus {
	color: #cdd2d7;
}

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


/* Layout - Nav: Custom Toggler Begins */
.navbar-toggler {
	border: none;
	border-radius: 0;
	background: #adb2b7;
	width: 80px;
	height: 50px;
	font-size: 1px;
	font-family: Helvetica, Arial, sans-serif;
	transform: skewX(160deg);
}
.navbar-toggler .icon-bar {
	width: 30px;
	height: 3px;
	border-radius: 2px;
	display: inline-block;
	background: #000000;
	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;
}

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

.statsFeedSub .feedDesc1 {
	font-weight: bold;
	padding-right: 10px;
}

.resultsFeedWrap .feedDesc1 {
	font-weight: bold;
}

.mainFeed .mrp-feedBox {
	transform: skewX(160deg);
	height: 110px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #adb2b7;
}

@media (max-width: 575px) {
	.mainFeed .mrp-feedBox {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.mainFeed .mrp-feedBoxInner {
	transform: skewX(20deg);
	text-align: center;
	padding: 0 20px;
}

.mainFeed .mrp-feedBoxInner,
.mainFeed .mrp-feedBoxInner a {
	color: #cdd2d7;
}

.mainFeed .mrp-feedBoxInner a:hover {
	color: #000000;
}

.mainFeed .mrp-feedBoxInner h2 {
	color: #000000;
}


/* 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: 15px 10px;
}

#footerWrapper a {
	color: #FFFFFF;
}

#footerWrapper a:hover {
	color: #cdd2d7;
}

.devFooter {
	padding: 25px 10px;
}


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

.mrp_socialLinks a.mrp_socialFont:hover {
	color: #babbbe !important;
}

.mrp_socialLinks a.mrp_socialFont .fa:first-Child {
	color: # !important;
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

.mrp_socialLinks a.mrp_socialFont:hover .fa:first-Child {
	color: # !important;
}


/* 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 ENDS */
