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

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

h1 {
	margin-bottom: 20px !important;
}

h2 {
	font-size: 26px;
	line-height: 30px;
	text-transform: none !important;
	color: #ee2e24;
	/*margin-bottom: 20px !important;*/
}

h1::before,
body:is(#homeBody) h2::before {
	content: '';
	border-top: 5px solid #ee2e24;
	width: 50px;
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
}
/*.text-center h2::before,
h2.text-center::before{
	margin-right: auto;
	margin-left: auto;
}*/


/*.mrp-container h2 {margin-bottom: 0 !important;}
.mrp-container h2::before {
	border: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

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

a.more,
h3 a {
	color: #ee2e24;
}
a.more:hover,
h3 a:hover{
	color: #cf0101;
}*/

.quickMessage p {
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
}


/* Layout */
#headerWrap {
	margin-top: 20px;
}

@media (min-width: 576px) {
	#headerWrap {
		background-image: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/10358/v2/img/headerbg.png');
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: contain;
	}	
}

#logo {
	width: 211px;
	height: 107px;
	margin: 0 0 20px;
}

@media (max-width: 991px) {
	#logo {
		width: 200px;
		height: auto;
	}
}

#headerTop {
	background-color: #ee2e24;
	text-align: center;
	padding: 10px;
}

#headerTop a {
	color: #fff;
	text-decoration: underline;
}

#headerTop a:hover {
	color: #fff;
	text-decoration: none;
}

#mainBox {
	padding-top: 40px;	
}



/*#mainTop {}

#mainTopInner {}

#mainBottom {}

.elementHeading {margin-top: 40px;}
.elementHeading span,
.elementWrap {margin-left: 0;}

.elementWrap .quickGalWrap_right {margin: 0 0 20px 20px;}
.elementWrap .quickGalWrap_left {margin: 0 20px 20px 0;}

.elementWrap img {
	border: none;
	min-width: 100%;
	padding: ;
}

#contactBody .cardPicWrap {
	float: left;
	margin-right: 15px;
}*/


/* Layout - Nav */
.mrpNav {
	background-color: #ee2e24;
	border-bottom: 5px solid #000000;
}

.mrpNav a {
	font-family: 'Roboto', sans-serif !important;
	outline: none;
	text-transform: uppercase;
	text-align: left;
}

@media (min-width: 992px) {
	.mrpNav a {
		text-align: center;
	}
}

@media (max-width: 991px) {
	.navbar .navbar-nav .nav-link {
		padding-left: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.navbar-nav li:last-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.navbar .navbar-nav .nav-link {
		background: #;
		transition: background .15s ease-in-out;
		padding: 20px 15px;
	}
}

#homeBody #mrpNav .homeNav a.nav-link,
#galleryBody #mrpNav .galleryNav a.nav-link,
#donationsBody #mrpNav .donationsNav a.nav-link,
#applicationsBody #mrpNav .applicationsNav a.nav-link,
#employmentBody #mrpNav .employmentNav a.nav-link,
#testiBody #mrpNav .testiNav a.nav-link {
	color: #fff;
	background: #cf0101;
}

#aboutBody a.aboutNav,
#contactBody a.contactNav,
#aboutBody a.aboutNav,
#staffBody a.staffNav,
#crewBody a.boardNav,
.newsBody a.newsNav,
#calendarBody a.calendarNav,
#eventsBody a.eventsNav,
#servicesBody a.servicesNav,
#contactBody a.contactNav,
#locBody a.locNav,
#aboutBody .navbarAbout > a,
#staffBody .navbarAbout > a,
#crewBody .navbarAbout > a,
.newsBody .navbarAbout > a,
#calendarBody .navbarAbout > a,
#eventsBody .navbarAbout > a,
#servicesBody .navbarAbout > a,
#contactBody .navbarContact > a,
#locBody .navbarContact > a {
	color: #fff;
	background: #cf0101;
}

#mrpNav a.nav-link:hover {
	background: #cf0101;
	color: #FFFFFF;
}

.mrpNav > ul > li a {
	color: #fff;
	transition: color .15s ease-in-out;
}

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

a.dropdown-item {
	text-align: left;
}

.dropdown-item.active, 
.dropdown-item:active {
	color: #000;
}

/*.mrpNav a:focus {
	color: #000;
}*/



.donationsNav {
	background: #000000;
}


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

@media (max-width: 992px) {
	.mrpNav .dropdown-menu {
		border: 0;
	}
}

@media (min-width: 992px) {
	.mrpNav .dropdown-menu {
		border-radius: 0;
		border: 0;
		margin-top: 0;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.25);
		box-shadow: 0 6px 12px rgba(0,0,0,0.25);
	}
}

.mrpNav .dropdown-menu a {
	color: #;
}

.mrpNav .dropdown-item.active, 
.mrpNav .dropdown-item:active {
	background-color: transparent;
}

@media (max-width: 992px) {
	#navTop .btnGeneral {
		display: block;
		margin-bottom: 10px;
	}
}


/* Footer */
#footerWrapper {
	background: #ee2e24;
	border-top: 10px solid #000000;
	padding: 40px 0;
	margin-top: 40px;
}

#footerWrapper .contactFeedWrap,
#footerWrapper .contactFeedWrap a {
	color: #FFFFFF;
}

#footerWrapper .contactFeedWrap a:hover {
	color: #000000;
}

#footerWrapper .contactFeedWrap h2 {
	display: none;
}

#footerWrapper .contactFeedWrap ul {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	text-transform: uppercase;
	
	list-style: none;
	padding: 0;
	margin: 0;
}

#footerWrapper .contactFeedWrap ul li {
	margin: 3px 0;
}

#footerWrapper .footerlogo {
	background-color: #fff;
	padding: 10px;
}

#socialLinks {
	font-size: 21px;
}


/* Layout - Content Top */
body:not(#homeBody) #contentTop {
	display: none;	
}

.card {
	border-radius: 0;
}

.bg-primary {
	background-color: #ee2e24 !important;
}

.btn-light {
	color: #ee2e24;
	padding: 8px 15px;
}


/* THIS WEBSITE ONLY */
.elementHeading span {margin: 0;}
.elementWrap {margin: 0 0 30px;}

/*#servicesBody .quickGalWrap_left {
	float: left;
	margin: 0 20px 20px 0;
}

#servicesBody .paraWrap {
	margin-bottom: 30px;
}

@media (max-width: 576px) {
	#servicesBody .quickGalWrap_left {
		float: none;
		margin-right: 0;
	}
	#servicesBody .quickGalWrap_left img {
		width: 100%;
	}
}

.galleryThumbs .thumbWrap {
	padding: 2px;
}

@media (max-width: 576px) {
	.galleryThumbs .thumbWrap {
		width: 33%;
	}
	
	.elementWrap.elementGallery .galleryThumbs .thumbWrap {
		width: 33%;
	}
}

#mainContent_mapWrap {
	margin-bottom: 30px;
}

#contactBody iframe {
	width: 100%;
}*/

/* Layout - Events */
#eventsBody .mrp_singleEventWrap img {
	width: 100%;
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	#eventsBody .mrp_eventsWrap .table {
		width: 100%;
	}
	#eventsBody .mrp_eventsWrap .table tr {
		display: block;
		margin-bottom: 30px;
	}
	#eventsBody .mrp_eventsWrap .table td {
		display: block;
		border: none;
		padding: 5px 0;
	}
	#eventsBody .mrp_eventsWrap .table .mrp_linkCol {
		padding-top: 10px;
	}
	#eventsBody .mrp_eventsWrap .table td.mrp_picCol img {
		width: 100%;
	}
}

@media (min-width: 576px) {
	#eventsBody .mrp_eventsWrap .table .mrp_picCol {
		width: 140px;
	}
	#eventsBody .mrp_eventsWrap .table .mrp_linkCol {
		text-align: right;
	}
}


/* Side Column - Events */
#mainSide .eventFeed ul.noBullet {
	list-style: none;
	padding: 10px;
	margin: 0 auto;
}

#mainSide .eventFeed ul.noBullet li {
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}

#mainSide .eventFeed ul.noBullet li:last-child {
	border-bottom: none;
}

#mainSide .eventFeed .feedDesc1 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	font-size: 18px;
	width: 100%;
	display: block;
	margin-bottom: 8px;
}

#mainSide .eventFeed .feedDesc2 {
}


/* Layout - Events */
.eventFeedWrap {
	border: 1px solid #ccc;
	text-align: center;
	padding: 15px 10px;
}

.eventFeedWrap h2 {
	font-size: 21px;
	line-height: 24px;
}

body:is(#homeBody) .eventFeedWrap h2::before {
	border-top: none;
	margin-top: 0;
}

#eventsBody .mrp_singleEventWrap img {
	width: 100%;
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	#eventsBody .mrp_eventsWrap .table {
		width: 100%;
	}
	#eventsBody .mrp_eventsWrap .table tr {
		display: block;
		margin-bottom: 30px;
	}
	#eventsBody .mrp_eventsWrap .table td {
		display: block;
		border: none;
		padding: 5px 0;
	}
	#eventsBody .mrp_eventsWrap .table .mrp_linkCol {
		padding-top: 10px;
	}
	#eventsBody .mrp_eventsWrap .table td.mrp_picCol img {
		width: 100%;
	}
}

@media (min-width: 576px) {
	#eventsBody .mrp_eventsWrap .table .mrp_picCol {
		width: 140px;
	}
	#eventsBody .mrp_eventsWrap .table .mrp_linkCol {
		text-align: right;
	}
}


/* Testimonials */
#testiBody .navLinkWrap,
#testiBody .hide {
	display: none;
}

#testiBody .contentSubWrap {
	border-left: 4px solid #ebebeb;
	padding: 20px 0 20px 20px;
	margin-bottom: 40px;
}

#testiBody .contentSubWrap p {
	font-style: italic;
}

#testiBody .contentSubWrap h3 {
	text-align: right;
	font-size: 15px;
}


/* Layout - Headlines */
body:not(#homeBody) #mainTop {
	display: none;	
}

#mainTop {
	margin: 30px 0;
}

#mainTop .headlinePic img {
	height: 200px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 576px) {
	#mainTop .headlinePic img {
		height: 275px;
	}
}

@media (min-width: 768px) {
	#mainTop .headlinePic img {
		min-height: 100%;
		min-width: 100%;
	}
}

#mainTop #headlineWrap {
	position: relative;
	height: 400px;
	max-width: 1400px;
	margin: 0 auto;
}

#mainTop #headlineNav {
	position: absolute;
	z-index: 100;
	right: 0;
	bottom: 15px;
	width: 80%;
}

@media (max-width: 767px) {
	#mainTop #headlineNav {
		left: 30px;
	}
}

@media (min-width: 768px) {
	#mainTop #headlineNav {
		right: 0;
		bottom: 30px;
		width: 320px;
		text-align: left;
	}
}

#mainTop #headlineNav ul {padding: 0; margin: 0;}

#mainTop #headlineNav li {
	position: relative;
	display: inline-block;
	margin: 0 2px;
	width: 15px;
	height: 15px;
	font-size: 1px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	
	background: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,.8);
	
	transition: color .15s ease-in-out, 
		background-color .15s ease-in-out, 
		border-color .15s ease-in-out, 
		box-shadow .15s ease-in-out;
}

#mainTop #headlineNav li:hover, 
#mainTop #headlineNav li.active {
	background: rgba(255,255,255,.8);
}

#mainTop .headlineContent {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

#mainTop .headlinePic {
	height: 150px;
	overflow: hidden;
	width: 100%;
}

@media (min-width: 576px) {
	#mainTop .headlinePic {
		height: 200px;
	}
}

@media (min-width: 768px) {
	#mainTop .headlinePic {
		height: 400px;
		overflow: hidden;
		width: calc(100% - 350px);
	}
}

#mainTop .headlineText {
	position: relative;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 250px;
	padding: 30px;
	color: #fff;
	background: rgba(0,0,0,1);
}

@media (min-width: 576px) {
	#mainTop .headlineText {
		background: rgba(0,0,0,1);
	}
}

@media (min-width: 768px) {
	#mainTop .headlineText {
		position: absolute;
		height: 100%;
		width: 350px;
	}
}

#mainTop #headlineWrap h4 a {color: #fff;}
#mainTop .headlineText p {margin: 0;}


/* Staff */
.mrp_crewSubWrap {
	border-top: 1px solid #ccc;
	padding: 10px 0;
}

.mrp_crewSubWrap .mrp_crewInfo ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}

.mrp_crewSubWrap .mrp_crewDesc {
	font-weight: bold;
}


/* Locations */
#locBody #locationsWrap h2 {
	width: 100%;
	padding: 0 15px;
}

#locBody #locationsWrap .contentInfoWrap {
	border-top: 1px solid #ccc;
	padding: 10px 0;
}

#locBody #locationsWrap .bisAddressWrap ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}

#locationsWrap {
	padding: 0 15px;
}

#locationsWrap .contentSection {width: 100%;}

#locBody #locationsWrap iframe {
	width: 100% !important;
}


/* Harley Giveaway*/
#harleyWrap {
	/*display:none;
	visibility:hidden;*/
	border: 1px solid #ee2e24;
	text-align: center;
	background-color: #ee2e24;
	margin: 0 0 20px 0;
}

#harleyWrap span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 20px 10px 0;
}


/* Gallery */
.galleryThumbs .thumbWrap {
	/*padding: 5px;*/
}


/* Button - Custom */
.btn,
.btnGeneral,
.btnSend,
.addCart,
.moreDetails,
.shopCheckout,
.btnProcess,
.shopPromo,
.btnSignIn,
.btnContinue {
	margin: 0;
}

.btn-light {
	color: #ee2e24;
	background-color: #fff;
	border-color: #fff;
	padding: 8px 15px;
}

.btn-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
