


/* ******************************************************************************************* */
/* ******************************************************************************************* */
/* Mega Menu Settings */
/* ******************************************************************************************* */
/* ******************************************************************************************* */

/* 
yellow: fbbe32
blue: 031197
 */
.YellowRuleTop {
	display: none;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	width: 100%;
	border-top: 2px solid #fbbe32
}

.BlueRuleTop {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	width: 100%;
	border-bottom: 2px solid #031197
}


#HeadingWrapper {
	background: #031197;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

#MainContent {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
}

#ShiftNavTD {
	display: none;
	width: 60px;
}

#RiderHeadingLogoWrapper {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
	height: auto;
}


#RiderHeadingLogo {
	position: absolute;
	z-index: 110;
	top: 10px; 
	left: 10px;
	width: 190px;
	height: 190px;
}

#HeadingWrapper {
	width: 100%;
}

h1.MainHeading {
  	font-family: "Times New Roman", Times, serif;
	color: white;
	font-size: 50px;
	display: block;
	margin: 0px 5px 0px 5px;
	user-select: none;
}

h2.MainHeading {

	font-family: "Yesteryear", cursive !important;
	font-weight: 400;
	font-style: italic;
	color: #fbbe32;
	font-size: 24px;
	display: block;
	margin: 0px 5px 10px 5px;
	user-select: none;
}

br.h2MainHeading {
	display: none;
}

#MainMenuContainer {

	border-top: 2px solid white;
	border-bottom: 2px solid white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #fbbe32;
	height: 44px;
}

#mega-menu-wrap-main-menu {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}




#HeadingTagline,
#MobileHeadingTagline {
	text-align: right;
	background: black;
	color: white;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 20px;
}
#HeadingTagline h1,
#MobileHeadingTagline h1 {

	font-family: 'Teko' !important;
	font-style: italic;
	font-weight: 500 !important;
	display: inline-block;
	transform: scaleX(1.25);
	transform-origin: right;
	
	color: #ffd764;
	font-size: 18px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}




/* ******************************************************************************************* */
/* ******************************************************************************************* */
/* Slider Styles */
/* ******************************************************************************************* */
/* ******************************************************************************************* */

#SliderSpacer {
	height: 200px;
	width: 100vw;
}

#SliderWrapper {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100vw;
	height: auto;
	background: #031197;
	display: inline-block;
}

.SliderText * {

	opacity: 100% !important
}

.SliderBR1 {
	display: none;
}











ul#mega-menu-main-menu {

	width: auto;
	margin: 0px !important;
	padding: 0px !important;
}

li.mega-menu-item {
	border-left: 2px solid #ffffff !important;
	display: inline-block;
	background: #fbbe32 !important;
	margin: 0px !important;
	padding: 0px !important;
	user-select: none;
}

li.mega-menu-item a {
	font-family: "Lato", sans-serif !important;
	font-weight: 900 !important;
	font-style: italic !important;
	display:inline-block;
	font-size: 20px !important;
	padding: 0px 20px 4px 20px !important;
	color: #031197 !important;
	cursor: pointer !important;
	user-select: none;
}



li.mega-menu-item a:hover,
li.mega-menu-item a:active {
	color: #ffffff !important;
	background: #031197 !important;
	text-shadow: none;
}


li.mega-current-menu-item > a {
	background: #ffffff !important; /* Old browsers */
	color: #031197 !important;
}
/* 
li.mega-menu-item:nth-of-type(2) a {
    color: lime !important;
}
 */

.fa-home {
	font-size: 22px;
	-webkit-transform:scale(1,1); !important; /* Safari and Chrome */
	-moz-transform:scale(1,1); !important; /* Firefox */
	-ms-transform:scale(1,1); !important; /* IE 9 */
	-o-transform:scale(1,1); !important; /* Opera */
	transform:scale(1,1); !important; /* W3C */
}

ul#mega-menu-main-menu ul.mega-sub-menu {
	border-top: 2px solid white !important;
	border-right: 2px solid white !important;
	border-left: 0px solid white !important;
	border-bottom: 0px solid white !important;
	display: inline-block !important;
	width: auto !important;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5) !important;
}

ul#mega-menu-main-menu ul.mega-sub-menu > li.mega-menu-item {
	display: inline-block;
	width: 100%;
}

ul#mega-menu-main-menu ul.mega-sub-menu > li.mega-menu-item a {
	color: #ffffff !important;
	background: #8d96a0 !important;
	white-space: nowrap !important;
	border-bottom: 2px solid white !important;
}

ul#mega-menu-main-menu ul.mega-sub-menu > li.mega-menu-item a:hover,
ul#mega-menu-main-menu ul.mega-sub-menu > li.mega-menu-item a:active {
	color: #ec1b24 !important;
	background: #ffffff !important;
}






#ShiftNavContainer {
	position: absolute !important;
	z-index: 160 !important;
	top: 30px; 
	left: 10px;
}


/* ******************************************************************************************* */
/* ******************************************************************************************* */
/* Shift Nav Settings */
/* ******************************************************************************************* */
/* ******************************************************************************************* */

.shiftnav-toggle-button {
	background-color: none !important;
	background: none !important;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 40px;
	color: #ffffff;
}

#shiftnav-toggle-main {
	background-color: black !important;
	padding: 0px !important;
	margin: 0px !important;
	height: 90px !important;
}

.shiftnav-main-toggle-content, .shiftnav-toggle-main-block {
	padding: 0px !important;
	margin: 0px 0px 0px 0px !important;
}


.shiftnav-toggle {
	color: #ffffff !important;
}


.shiftnav-toggle:hover, .shiftnav-toggle:active {
	background-color: none !important;
	background: none !important;
	color: #fbbe32 !important;
}

.shiftnav-panel-close  {
	z-index: 2000 !important;
	background-color: none !important;
	background: none !important;
}

.shiftnav {
	border-left: none !important;
	border-right: 1px solid white !important;
	background-color: #fbbe32 !important;
	max-width: 300px !important
}


.shiftnav ul {
	border-top: 1px solid white !important;
	margin-top: 40px !important;
}

.shiftnav li {
	font-family: "Lato", sans-serif !important;
	font-weight: 900 !important;
	font-style: italic !important;
	background-color: #fbbe32 !important;
	border-bottom: 1px solid white !important;
	color: #031197 !important;
	border-left: none !important;
}

.shiftnav li a {
	color: #031197 !important;
}

.shiftnav li a:hover {
	background: #031197 !important;
	color: #ffffff !important;
}

.shiftnav > ul > li:active, .shiftnav > ul > li:hover, .shiftnav > ul > li a:active, > ul > .shiftnav li a:hover {
	background-color: #031197 !important;
	color: #ffffff !important;

}

.shiftnav ul li.current-menu-item, .shiftnav ul li.current-menu-item a {
	background: #ffffff !important;
	background-color: #ffffff !important;
	color: #031197 !important;
}

.shiftnav ul li.current-menu-item a:hover, .shiftnav  ul li.current-menu-item a:active {
	background: #ffffff !important;
	background-color: #ffffff !important;
	color: #031197 !important; 
}


#shiftnav-main *{
	font-size: 20px !important;
	text-shadow: none !important;
}

button.shiftnav-panel-close {
	font-size: 20px !important;
	color: white !important;
	padding-bottom: 30px !important;
	top: -5px !important
}


@media screen and (max-width: 1160px) {

	li.mega-menu-item a {
		font-size: 16px !important;
		padding: 0px 10px 4px 10px !important;
	}
}

@media screen and (max-width: 1180px) {


/* 
	#RiderHeadingLogoWrapper {
		width: 180px;
	}

	#RiderHeadingLogo {
		position: absolute;
		z-index: 110;
		top: 10px; 
		left: 10px;
		width: 210px;
		height: 210px;
	}
 */
}

@media screen and (max-width: 1110px) {

	br.h2MainHeading {
		display: inline;
	}
}



@media screen and (max-width: 930px) {

	#RiderHeadingLogoWrapper {
		width: 170px;
	}

	#RiderHeadingLogo {
		position: absolute;
		z-index: 110;
		top: 10px; 
		left: 10px;
		width: 170px;
		height: 170px;
	}

	h1.MainHeading {
		font-size: 36px;
	}
	h2.MainHeading {
		font-size: 22px;
	}
}

@media screen and (max-width: 900px) {


	li.mega-menu-item a {
		font-size: 15px !important;
		padding: 0px 8px 4px 8px !important;
	}
}


@media screen and (max-width: 810px) {

	#RiderHeadingLogoWrapper {
		width: 160px;
	}

	#RiderHeadingLogo {
		position: absolute;
		z-index: 110;
		top: 10px; 
		left: 10px;
		width: 160px;
		height: 160px;
	}

	li.mega-menu-item a {
		font-size: 14px !important;
		padding: 0px 8px 4px 8px !important;
	}
}

@media screen and (max-width: 767px) {

	html, body {
	  overflow-x: hidden;
	  width: 100%;
	  max-width: 100%;
	}

	body {
	  padding: 134px 0px 0px 0px !important;
	}

	#Header {
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 1000;
		width: 100%;
		
	}

	.YellowRuleTop {
		display: block;
	}

	.BlueRuleTop {
		border-bottom: 2px solid #ffffff
	}

	#ShiftNavTD {
		display: table-cell;
	}

	#MainMenuContainer {
		display: none;
	}


	#RiderHeadingLogoWrapper {
		width: 130px;
	}

	#RiderHeadingLogo {
		position: absolute;
		z-index: 110;
		top: 10px; 
		left: 0px;
		width: 130px;
		height: 130px;
	}

}

@media screen and (max-width: 750px) {

	body {
	  padding: 120px 0px 0px 0px !important;
	}

	h1.MainHeading {
		font-size: 30px;
	}
	h2.MainHeading {
		font-size: 20px;
	}
}


@media screen and (max-width: 670px) {

	body {
	  padding: 92px 0px 0px 0px !important;
	}

	#ShiftNavContainer {
		top: 20px; 
		left: 10px;
	}

	#RiderHeadingLogoWrapper {
		width: 120px;
	}

	#RiderHeadingLogo {
		position: absolute;
		z-index: 110;
		top: 5px; 
		left: 0px;
		width: 110px;
		height: 110px;
	}

	h1.MainHeading {
		font-size: 26px;
		line-height: 1.3;
	}
	
	h2.MainHeading {
		font-size: 18px;
		line-height: 1.3;
		margin: 0px 0px 5px 0px 
	}
}

@media screen and (max-width: 570px) {

	body {
	  padding: 80px 0px 0px 0px !important;
	}

	#ShiftNavContainer {
		top: 10px; 
		left: 10px;
	}

	#RiderHeadingLogoWrapper {
		width: 90px;
	}

	#RiderHeadingLogo {
		position: absolute;
		z-index: 110;
		left: -5px;
		width: 105px;
		height: 105px;
	}

	h1.MainHeading {
		font-size: 22px;
	}
	h2.MainHeading {
		font-size: 16px;
	}
}



@media screen and (max-width: 480px) {

	body {
	  padding: 62px 0px 0px 0px !important;
	}

	#ShiftNavContainer {
		top: 5px; 
		left: 10px;
	}

	#RiderHeadingLogoWrapper {
		width: 80px;
	}

	#RiderHeadingLogo {
		position: absolute;
		z-index: 110;
		top: 5px; 
		left: -5px;
		width: 80px;
		height: 80px;
	}

	h1.MainHeading {
		font-size: 16px;
	}
	h2.MainHeading {
		font-size: 12px;
	}
}





@media screen and (max-width: 400px) {

	.SliderText * {
		font-size: 20px !important;
		line-height: 1.3 !important;
	}
}

@media screen and (max-width: 390px) {

	body {
	  padding: 54px 0px 0px 0px !important;
	}

	#ShiftNavTD {
		width: 50px;
	}

	#ShiftNavContainer {
		top: 5px; 
		left: 10px;
	}

	.shiftnav-toggle-button {
		font-size: 30px;
	}

	#RiderHeadingLogoWrapper {
		width: 60px;
	}

	#RiderHeadingLogo {
		position: absolute;
		z-index: 110;
		top: 5px; 
		left: -5px;
		width: 70px;
		height: 70px;
	}

	h1.MainHeading {
		font-size: 14px;
	}
	h2.MainHeading {
		font-size: 10px;
	}
}

@media screen and (max-width: 380px) {

	#HeadingTagline h1,
	#MobileHeadingTagline h1 {

		font-size: 12px;
	}
}

@media screen and (max-width: 340px) {

	#ShiftNavTD {
		width: 40px;
	}

	#ShiftNavContainer {
		top: 8px; 
		left: 10px;
	}

	.shiftnav-toggle-button {
		font-size: 24px;
	}

	#RiderHeadingLogoWrapper {
		width: 50px;
	}

	#RiderHeadingLogo {
		position: absolute;
		z-index: 110;
		top: 5px; 
		left: 0px;
		width: 64px;
		height: 64px;
	}

	h1.MainHeading {
		line-height: 1.3;
		-webkit-transform:scale(0.9,1) !important; /* Safari and Chrome */
		-moz-transform:scale(0.9,1) !important; /* Firefox */
		-ms-transform:scale(0.9,1) !important; /* IE 9 */
		-o-transform:scale(0.9,1) !important; /* Opera */
		transform:scale(0.9,1) !important; /* W3C */
	}
	h2.MainHeading {
		line-height: 1.3;
		margin: 0px 0px 5px 0px 
		-webkit-transform:scale(0.9,1) !important; /* Safari and Chrome */
		-moz-transform:scale(0.9,1) !important; /* Firefox */
		-ms-transform:scale(0.9,1) !important; /* IE 9 */
		-o-transform:scale(0.9,1) !important; /* Opera */
		transform:scale(0.9,1) !important; /* W3C */
	}
}



