
.riddengear1 {

}

html, body {
	font-family:ui-sans-serif,system-ui,sans-serif;
}
body{

}

#main-navbar-content ul li a, #main-navbar-content ul li a:focus {
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	color: rgba(255,255,255,.7);
	text-transform: uppercase;
	font-size: 13px;
}
.pin-top-right{
	/* color: #484b59; */
	color: rgb(0, 136, 204);
	text-decoration: none;
	font-size: 12px;
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	text-align: right;
	margin:auto;

	padding-right: 40px;
}
.pin-top-right a {
	color: rgb(0, 136, 204);
	text-decoration: none;
}
.pin-top-right a:hover {
	color: rgb(82, 187, 220);
	text-decoration: underline;
}

/*
.text-riddengear-blue {
	color:#00447b;

}
.text-riddengear-blue-10 {
	color:#1c53921a;
}
.text-riddengear-darkBlue {
	color:rgb(10 58 111);

}
.text-riddengear-gray {
	color:rgb(141 153 174);

}
.text-riddengear-orange {
	color:rgb(244 162 97);

}
.text-riddengear-red {
	color:rgb(230 57 70);
}
*/
#navbar {
	padding-top: 18px;
	padding-bottom: 15px;
}
.nav-link{
	color:rgb(10 58 111);
	font-weight: bold;
	font-family:ui-sans-serif,system-ui,sans-serif;
	font-size:1.125rem;
	line-height:1.75rem
}
.dropdown-item{
	color:rgb(10 58 111);
	font-weight: normal;
	font-family:ui-sans-serif,system-ui,sans-serif;
	font-size:1.125rem;
	line-height:1.75rem
}
.dropdown-menu > li > a:hover {
	background-color:rgb(10 58 111);
	background-image: none;
	color: #fff;
}
.nav-item {
	padding: 0 9px;
}


.navbar-toggler {
	border: none;
}
.navbar-toggler:focus {
	border: none;
	box-shadow: none;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.riddengear-footer {
	padding: 2rem 0;
	background-color:rgb(10 58 111);
}
.riddengear-footer a {
	color: white;
	text-decoration: none;
}
.riddengear-footer a:hover {
	color: white;
	text-decoration: underline;
}
.riddengear-footer h4, .riddengear-footer h5 {
	font-weight: bold;
	font-size: 1rem;
}
.riddengear-footer ul {
	padding-left: 0;
	line-height: 2;
	font-size: 1rem;
	font-weight: normal;
}
.riddengear-footer ul li {
	list-style: none;
}
.footer-grid {
	color: white;
	display: grid;
	gap: 2rem;
	grid-template-columns:repeat(1,minmax(0,1fr));

}
.riddengear-footer a.footer-link {
	font-size: 1rem;
	line-height: 1.5;
	color:rgb(141 153 174);
}
.riddengear-footer .footer-block {
	font-size: 1rem;
	line-height: 1.5;
	color:rgb(141 153 174);
}
.riddengear-footer a.contact-link {
	font-size: 1rem;
	line-height: 2;
	color:#fff;
}

@media (min-width: 768px) {
	.footer-grid {
		display: grid;
		gap: 2rem;
		grid-template-columns:repeat(3,minmax(0,1fr));

	}
}

@media (max-width: 992px) {
	.pin-top-right {
		padding-top: 8px !important;
	}
}

#srs-hold .srs-categories > ul > li > a {
	font-family:ui-sans-serif,system-ui,sans-serif !important;
}
#srs-hold .srs-categories > ul > li > a {
	font-family:ui-sans-serif,system-ui,sans-serif !important;
}


.header-shadow {
	box-shadow: rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.1) 0 4px 6px -4px
}
.riddengear-header {
	background-color: #424758;
	min-height: 90px;
}

#main-navbar-content ul li {
	text-align: right;
	padding: 0;
}
#main-navbar-content ul li a{
	text-align: right;
	padding: 0;
	text-decoration: none;
}
.header-contact-links {
	text-align: right;
	padding: 0 10px 0 0;
}
.header-contact-links a {
	text-align: right;
	padding: 0;
	text-decoration: none;
}
#main-navbar-content ul {
	margin-right: 0 !important;
}
