#user-registration .ur-frontend-form.login {
	background: #f8f4e3;
	border: 0 !important;
	padding: 30px !important;
	text-align: left;
	border-radius: 0 !important;
}

body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button, body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button, body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button {
	padding: 10px 24px;
	font-size: 15px;
	line-height: 25px;
	background: #800020;
	color: #fff;
}

body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button:hover, body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button:hover, body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button:hover, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid>div .user-registration-Button:hover {
	background: #800020;
	color: #fff;
}

body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword a, body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword a, body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword a, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword a {
	font-weight: 600;
	color: #800020;
}

body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register a, body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register a, body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register a, body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register a {
	color: #800020;
}

.ur-frontend-form.login .ur-reset-password-btn, .ur-frontend-form.login .ur-reset-password-btn:hover {
	border: 1px solid #800020;
	border: 0;
	background: #800020;
	width: 100%;
	color: #fff;
	letter-spacing: .15px;
}

body.logged-in li.register {
	display: none !important;
}

.location-thumbnails {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-height: 80vh;
	overflow-y: auto;
	padding-right: 10px;
}

.thumbnail-item {
	position: relative;
	background-color: transparent;
	color: #000;
	padding: 10px 15px !important;
	border: 1px solid #000 !important;
	border-radius: 0 !important;
}

.thumbnail-item.active, .thumbnail-item:hover {
	background-color: #000 !important;
	color: #fff;
	border: 1px solid #000 !important;
}

.thumbnail-icon {
	display: none !important;
}

.pdf-controls {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-top: 1rem;
}

.carousel-inner .pdf-controls .btn {
	background-color: transparent !important;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
	border-radius: 0 !important;
}

.carousel-inner .pdf-controls .btn:hover {
	background-color: #000 !important;
	color: #fff;
}

.carousel-inner .pdf-controls .btn.btn-outline-secondary {
	background-color: #000 !important;
	color: #fff;
	border: 1px solid #000;
}

header .she-header {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

body .hfe-nav-menu li.mega-menu .sub-menu li.current_page_item > a, body .hfe-nav-menu li.mega-menu .sub-menu li.current-menu-item > a {
	font-weight: 700 !important;
}

body.logged-in li.logout_icon a {}

body.logged-in li.logout_icon a > i {
	display: none;
}

@media only screen and (max-width: 650px) {
	main#content {}
	
	body.logged-in li.logout_icon a {
		font-size: 0 !important;
		padding-right: 5px !important;
	}
	
	body.logged-in li.logout_icon a > i {
		display: block;
		font-size: 16px;
	}
}