/* Table of content

A. Basic elements
A1. Body and paragraphs
A2. Fonts
A3. Lists
A4. Links
A5. Background colours

B. Components
B1. Blocks and containers
B2. Sections
B3. Header
B3.1a Header - desktop
B3.1b Header - Temp old Cov header
B3.2 Header - mobile
B4. Footer
B5. Cards
B6. Links with Font Awesome icons
B7. Modal
B8. Notice
B9. Alert
B10. Skip links
B11. Tabs
B12. Accordion
B13. File Upload
*/

/* Basic elements */
/*** A1. body and paragraphs ***/
body {
	color: #444444;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	height: 100%;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

p {
	margin: 0 0 20px 0;
	line-height: 1.5;
}

/*** A2. Fonts ***/
h1,
.display-1,
h2,
.display-2,
h3,
.display-3,
h4,
.display-4 {
	color: #222;
}

h1,
.display-1 {
	font-weight: 700;
	font-size: 1.75em;
	line-height: 1.5;
}

h2,
.display-2 {
	font-weight: 700;
	font-size: 1.44em;
	line-height: 1.5;
}

h3,
.display-3 {
	font-weight: 700;
	font-size: 1.25em;
	line-height: 1.5;
}

h4,
.display-4 {
	font-weight: 700;
	font-size: 1.13em;
	line-height: 1.5;
}

h5,
h6,
h7,
.display-5,
.display-6,
.display-7 {
	font-weight: 500;
	font-size: 1em;
	line-height: 1.5;
}

h1,
h2,
h3,
.display-1,
.display-2,
.display-3,
h4,
h5,
h6,
h7,
.display-4,
.display-5,
.display-6,
.display-7 {
	margin: 0 0 20px 0;
}

.display-standard {
	font-size: 1em;
}

/*** A3. Lists ***/
ol,
ul,
ol ol,
ul ul {
	list-style-position: outside;
}

ol,
ul {
	margin: 0 0 20px 2em;
	padding: 0;
}

li {
	padding-left: 0;
	padding-bottom: .5em;
}

li:last-child {
	padding-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin: .5em 0 0 2em;
}

ol,
ol ol {
	list-style-type: decimal;
}

ul,
ul ul {
	list-style-type: disc;
}


/*** A4. Links ***/
a,
a:link {
	text-decoration: underline;
	color: #0279B1;
}

a:hover,
a:focus,
a:active,
a:visited:hover,
a:visited:focus,
a:visited:active {
	color: #015982;
	text-decoration: underline;
}

a:active,
a:focus {
	background-color: #F8C165;
	outline-offset: 0;
	outline: 3px solid #F8C165;
	padding: 0;
	box-shadow: 0 0 0 3px #F8C165;
}

a:visited {
	color: #8C53CA;
}

/*** A5. Background colours ***/
.bg-primary {
	background-color: #0279b1 !important;
}

.bg-success {
	background-color: #96bf50 !important;
}

.bg-danger {
	background-color: #950000 !important;
}

.bg-caution {
	background-color: #f5a623;
}

.bg-caution-light {
	background-color: #fdedd3;
}

/*** B1. Blocks and containers ***/
*,
:after,
:before {
	box-sizing: border-box;
}

main.container-fluid {
	background-color: #fff;
	overflow-x: hidden;
}

.content-block {
	padding: 0;
	display: block;
	margin-left: -20px;
	padding-right: 10px;
}

/*** B2. Sections ***/
.bg-white {
	background-color: #fff !important;
}

.bg-light,
section.bg-light .container {
	background-color: #F8F8F8;
}

section {
	margin-right: auto;
	margin-left: auto;
	max-width: 980px;
	padding-top: 20px;
	padding-bottom: 0;
}

/*** B3. Header ***/
/*** B3.1a - Desktop ***/
.cov-white-logo {
	height: auto;
	width: 139px;
	vertical-align: bottom;
	/*will changed on 1.27.2023 #86230*/
}

.nav-app-logo img {
	margin: 5px 20px 0 0;
}

span.cov-title-recreation:empty,
span.cov-title-staff:empty {
	background: transparent;
}

.navbar {
	min-height: 45px;
}
	
.cov-logo-blue-block {
	margin-bottom: 7px;
	margin-top: 4px;
}

/* header links */
.nav-app-logo a {
	line-height: 1.5em;
	display: inline-block;
	;
}

.cov-header a.cov-title-blue:link,
.cov-header a.cov-title-blue:visited {
	color: #fff;
}

.cov-header a.cov-title-blue:focus,
.cov-header a.cov-title-blue:active {
	background-color: transparent;
	outline: 3px solid #F5A623;
	outline-offset: 0;
}

/*skip link update from wg on march 28,2023 begin*/
.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*skip link update from wg on march 28,2023 end*/
.container-fluid.nav-cov-logo {
	text-transform: uppercase;
	font-weight: 700;
	background-color: #fff;
	display: block;
	/*wg change for skip link on 3.28.2023*/
	/*display: none;*/
	/*will changed on 1,27 2023 #86230*/
}

.nav-cov-logo nav.container {
	display: flex;
}

.nav-cov-logo nav.container a:nth-child(2) {
	margin-left: 20px;
	/*Park pboard logo*/
}

.nav-cov-logo .container {
	padding: 6px 0 5px 20px;
}

.nav-cov-logo a {
	display: flex;
	align-items: center;
}

.nav-cov-logo img {
	width: 34px;
	height: 24px;
	margin-right: 5px;
}

.nav-app-logo .container {
	color: #fff;
	padding: 5px 0 5px 20px;
	background-color: #0279b1;
}

.nav-app-logo .container:last-child {
	padding-bottom: 0;
}

.nav-app-title.display-1 {
	margin-bottom: 0;
	line-height: 1.2;
}

a.cov-title-blue:hover .nav-app-title {
	text-decoration: underline;
}

span.nav-app-title.display-1 {
	color: #fff;
	margin-right: 10px;
	vertical-align: sub;
	font-weight: 700;
}

h1.display-2 {
	font-weight: 700;
}

.nav-cov-logo a:focus,
.nav-cov-logo a:active {
	background: transparent;
	background-color: transparent;
	box-shadow: 0px 0px 0px 3px #F5A623;
	outline: 0px;
}

.cov-header a.cov-logo {
	color: #0279b1;
	text-decoration: none;
	max-width: 175px;
}

.cov-header a.app-logo {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.cov-header a.app-logo:link,
.cov-header a.app-logo:visited {
	color: #fff;
}

.cov-header a.app-logo:focus,
.cov-header a.app-logo:active {
	background-color: transparent;
	outline: 3px solid #F5A623;
	outline-offset: 0;
}

.cov-logo-blue-block a {
	text-decoration: none;
}

.cov-title-recreation {
	border-radius: 3px;
	color: #0279b1;
	background-color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 0 3px;
	line-height: 1.2;
	/* vertical-align: middle;
	margin-bottom: 5px; */
}

/*** B3.1b Header - Temp old Cov header ***/



/* end old header */

/*** B3.2 Header - mobile ***/
.fa-bars:after {
	content: "Menu";
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 15%;
	/* font-family: "Montserrat"; */
	font-family: "Noto Sans";
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

nav ul {
	margin-left: 0;
}

.navbar {
	background-color: #0279b1;
	padding: 0;
}

.navbar-toggler-icon,
.navbar .navbar-toggler {
	color: #fff;
	border-color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:focus,
a.nav-link,
a.nav-link:hover,
a.nav-link:active,
a.nav-link:focus {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}

.nav-item {
	padding: 0 10px 0 0;
}

.navbar-toggler {
	border-radius: 0;
}

.navbar-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin: 4px 0;
	border: 1px solid #fff;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-light .navbar-toggler-icon {
	background: none;
	margin-bottom: 4px;
	position: relative;
	bottom: 0;
	left: 0;
}

.navbar-toggler-icon:before {
	content: "\f0c9";
	font-family: "Font Awesome 6 Pro", "Font Awesome 5 Free";
	font-weight: 900;
}

.navbar-toggler-icon:after {
	content: "Menu";
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 10px;
	/* font-family: "Montserrat"; */
	font-family: "Noto Sans";
}

.navbar-nav a.nav-link:focus,
.navbar-nav a.nav-links:active {
	outline: 0;
	-webkit-box-shadow: inset 0 0 0 3px rgb(245, 166, 35);
	box-shadow: inset 0 0 0 3px rgb(245, 166, 35)
}

header .container-fluid {
	background-color: #0279b1;
}

.navbar-toggler:focus,
.navbar-toggler:active {
	box-shadow: inset 0 0 0 3px #F5A623;
	outline: none;
}

/*** B3.3 dropdown ***/
.dropdown-menu {
	border: none;
	margin: 0;
	padding: 0;
}

.dropdown-menu[data-bs-popper] {
	margin-top: 0;
}

a.dropdown-item {
	background-color: #0279b1;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
}

a.dropdown-item:hover,
a.dropdown-item:focus,
a.dropdown-item:active,
.nav-item.dropdown.show .dropdown-toggle {
	background-color: #015982;
	color: #fff;
}

.dropdown-item:focus,
.dropdown-item:active {
	box-shadow: inset 0 0 0 3px #F5A623;
	outline: none;
}

/*** B4. footer ***/
footer.container-fluid {
	background-color: #0279b1;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

footer .container {
	background-color: #0279b1;
	color: #fff;
	font-size: 0.88em;
}

footer .row,
footer p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.footer-copyright p,
.footer-links p {
	display: inline-block;
}

.footer-links p {
	margin-left: 20px;
}

.footer-links {
	text-align: right;
}

footer a:link,
footer a:visited {
	color: #fff;
}

footer a:hover,
footer a:visited:hover,
footer a:visited:focus,
footer a:visited:active {
	color: #D9D9D5;
}

footer a:focus,
footer a:active {
	color: #D9D9D5;
	background-color: transparent;
	outline: 3px solid #F5A623;
	outline-offset: 0;
}

div.footer-bg-primary-light {
	width: 100%;
	text-align: center;
	background-color: #DCF3FF;
	color: #00446D;
	display: flex;
	justify-content: center;
}

.footer-w-80 {
	width: 980px;
}

div.footer-bg-primary-light a,
div.footer-bg-primary-light a:visited:focus,
div.footer-bg-primary-light a:visited:active {
	color: #00446d;
}

div.footer-bg-primary-light a:hover {
	color: #11a6ff;
}

div.footer-bg-primary-light a:active,
div.footer-bg-primary-light a:focus {
	outline-offset: 0;
	background-color: #f8c165;
	outline: none;
	box-shadow: none;
}

@media (max-width:767.99px) {
	.dropdown-item {
		font-size: 14px;
	}
}

@media (max-width: 599px) {
	.footer-links {
		text-align: left;
		padding-top: 0;
		padding-bottom: 0;
	}

	.footer-copyright p,
	.footer-links p {
		display: block;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.wrapper {
		height: 100%;
	}

	.nav-app-logo .navbar .cov-logo-blue-block { 
		margin-left: 10px;
	}
	
	.nav-app-logo .navbar-toggler + .cov-logo-blue-block {
		margin-left: 0;
	}
}

/*** B5. card ***/
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0;
	margin-bottom: 20px;
}

.card-title {
	margin-bottom: 20px
}

.card-body {
	padding: 20px;
}

.card-body> :last-child {
	margin-bottom: 0;
}

.card-body.text-danger {
	padding: 20px 10px 10px;
}

.card-body.text-danger ul {
	margin: 0 0 10px 25px;
}

.card-body.text-danger ul li {
	padding-bottom: 0;
}

.card.border-danger {
	border: 2px solid #d0021b;
}

.card.border-danger .text-danger {
	color: #d0021b !important;
}

.card-body.text-danger .card-title {
	margin-bottom: 15px;
}

.text-danger h2 {
	color: #d0021b;
	font-weight: 700;
}

.text-danger a {
	color: #d0021b !important;
	font-weight: 700;
}

.text-danger a:hover {
	color: #BD0008;
}

.text-danger a:focus,
.text-danger a:active {
	color: #950000;
	background-color: #F8C165;
	outline: none;
	padding: 0;
	box-shadow: 0 0 0 3px #F8C165;
}

/*** B6. Links with Font Awesome icons ***/
.link-help,
.link-back-to-top {
	color: #0279b1;
	margin-left: 0;
	display: inline-block;
}

.link-help {
	margin-left: 10px;
	margin-bottom: 10px;
}

.link-help a,
.link-back-to-top a {
	margin-left: 5px;
}

.link-help :visited {
	color: #0279B1;
}

/*** B7. modal ***/
.modal-dialog .container-fluid {
	width: 100%;
	overflow-x: hidden;
}

.modal-dialog .row {
	margin-left: 0;
}

.modal-body {
	padding: 20px 0 0 0;
}

.modal-content {
	background: #FFFFFF;
	border: 1px solid #0279B1;
	box-sizing: border-box;
	box-shadow: 0px 0px 16px rgba(2, 121, 177, 0.75);
	border-radius: 5px;
}

.modal-header .close {
	color: #0279b1;
	opacity: 1;
}

.modal-content > .modal-header {
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

/*** B8. notice ***/
.notice-line-grey {
	border-left: 2px solid #d9d9d5;
	padding-left: 20px;
}

.notice-line-grey .form-row {
	margin-left: 0;
}

.notice-line-grey .content-block {
	margin-left: 0px
}

/*** B9. alert ***/
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert p {
	/* margin-bottom: 0; */
}

.alert {
	border-radius: 0;
	display: inline-flex;
	flex-direction: row;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	padding: 20px;
	width: 100%;
}

.alert>.fa,
.alert>.fas,
.alert>.fa-solid,
.alert>.fa-light,
.alert>.fa-regular {
	padding-right: 60px;
	height: 36px;
	width: 36px;
	float: left;
	font-size: 36px;
}

.alert-primary {
	background-color: white;
	color: #444444;
	border: 1px #0279b1 solid;
	border-left: 10px #0279b1 solid;
}

.alert-secondary {
	border: 1px #F5A623 solid;
	border-left: 10px #F5A623 solid;
	background-color: #fdedd3;
}

.alert-success {
	background-color: #96bf50;
	border-color: #96bf50;
	color: #222;
}

.alert-secondary>.fa,
.alert-secondary>.fas,
.alert-secondary>.fa-solid,
.alert-secondary>.fa-light,
.alert-secondary>.fa-regular {
	color: #f5a623;
}

.alert-primary>.fa,
.alert-primary>.fas,
.alert-primary>.fa-solid,
.alert-primary>.fa-light,
.alert-primary>.fa-regular {
	color: #0279b1;
}

.alert-danger {
	background-color: #950000;
	border-color: #950000;
	color: #fff;
}

.alert-danger h2 {
	color: #fff;
}

.alert-warning {
	background-color: #F5A623;
	border-color: #F5A623;
	color: #222;
}

.alert-success-light {
	border: 1px #96bf50 solid;
	border-left: 10px #96bf50 solid;
	background-color: #fff;
}

.alert-success-light>.fa,
.alert-success-light>.fas,
.alert-success-light>.fa-solid,
.alert-success-light>.fa-light,
.alert-success-light>.fa-regular {
	color: #96bf50;
}

.alert-danger-light {
	border: 1px #D0021B solid;
	border-left: 10px #D0021B solid;
	background-color: #f6ccd1;
}

.alert-danger-light>.fa,
.alert-danger-light>.fas,
.alert-danger-light>.fa-solid,
.alert-danger-light>.fa-light,
.alert-danger-light>.fa-regular {
	color: #D0021B;
}

.alert a {
	text-decoration: underline;
}

.alert-success a {
	color: #222222;
}

.alert-primary a {
	text-decoration: underline;
}

.alert-secondary a {
	text-decoration: underline;
}

.alert-danger a {
	color: #fff;
}

.alert-warning a,
.alert-warning a:visited {
	color: #222;
}

.alert-warning a:hover,
.alert-warning a:focus,
.alert-warning a:active {
	color: #444;
}

.alert-danger a:hover,
.alert-danger a:focus,
.alert-danger a:active {
	color: #D9D9D5;
}

.alert-warning a:hover,
.alert-success a:hover {
	color: #444;
	background-color: transparent;
}

.alert-danger a:hover {
	color: #D9D9D5;
	background-color: transparent;
}

.alert-danger a:focus,
.alert-danger a:active,
.alert-warning a:focus,
.alert-warning a:active,
.alert-success a:focus,
.alert-success a:active {
	background-color: transparent;
	outline-offset: 0;
	outline: 3px solid #fff;
	padding: 0;
	background: transparent;
}

div.alert > div > *:last-child {
	margin-bottom: 0;
}

/*** B10. Skip links ***/
.container-fluid.nav-cov-logo .skip-links {
	text-transform: capitalize;
	font-weight: 500;
}

.skip-links .sr-only-focusable:active,
.skip-links .sr-only-focusable:focus {
	position: absolute;
	z-index: 100;
	margin-left: 185px;
	/*update by will from 195px to 360px to accommodate parkboard logo, reverted back to 195px before meeting */
	color: #fff;
	background-color: #0279b1;
	text-decoration: none;
	font-size: 1em;
	padding: 0px 10px;
	margin-top: 5px;
}

.skip-links.container {
	padding-top: 0px;
	padding-bottom: 0px;
}

/*** B11. Tabs ***/
.nav-tabs {
	border-bottom: 1px solid #b2b2b2;
	margin: 0;
}

.nav-tabs a.nav-item,
.nav-tabs a.nav-item.active {
	border-bottom: 1px solid #b2b2b2;
}

.nav-tabs .nav-item {
	background-color: #FFFFFF;
	color: #0279B1;
	border-radius: 0;
	display: inline-block;
	border-bottom: 1px solid #b2b2b2;
}

.nav-tabs .nav-link {
	color: #0279b1;
	border-radius: 0;
	border: 0;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:active {
	padding: 5px 10px;
}

.nav-tabs li.nav-item {
	padding: 0;
}

.nav-tabs .nav-link.active {
	background-color: #4B8516;
	color: #fff;
}

.nav-tabs li.nav-link:hover,
.nav-tabs li.nav-link:focus,
.nav-tabs li.nav-link:active {
	padding: 0;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:active {
	outline: none;
	box-shadow: inset 0 0 0 3px #F5A623;
}

.nav-tabs .nav-item a.nav-link.disabled,
.nav-tabs .nav-item a.nav-link.disabled:hover,
.nav-tabs .nav-item a.nav-link.disabled:active,
.nav-tabs .nav-item .disabled,
.nav-tabs .nav-item a.nav-link.disabled:focus,
.nav-tabs a.nav-link.disabled:hover,
.nav-tabs a.nav-link.disabled:active,
.nav-tabs a.nav-link.disabled:focus {
	background-color: initial;
	border-top: initial;
	padding: 5px 10px;
	box-shadow: initial;
	color: #222;
}

/*** B12. Accordion ***/
.accordion-header button {
	font-weight: 500;
	font-size: inherit;
}

.accordion-item:first-of-type, 
.accordion-item:first-of-type > .accordion-header .accordion-button {
border-radius: 0px;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
	border-radius: 0px;
}

.accordion-button,
.accordion-button:not(.collapsed) {	
	color: #222;
}

.accordion-button:not(.collapsed) {
	background-color: #f8f8f8;
	box-shadow: none;
}

.accordion-button::after {
	filter: brightness(0) saturate(100%) invert(27%) sepia(43%) saturate(5107%) hue-rotate(181deg) brightness(91%) contrast(103%);
}

.accordion-button:focus,
.accordion-button:active {
	box-shadow: 0 0 0 3px #f5a623;
}

.accordion-body {
	background-color: #f8f8f8;
}

/*** B13. File upload ***/

input[type="file"] {
	margin-bottom: 30px;
}

/*** responsive ***/
/*** desktop ***/
@media screen and (min-width: 768px) {
	.navbar-nav .nav-link {
		padding: 7px 5px;
		margin-right: 0;

	}

	/* normal .nav-link */
	.nav-item:not(.active) .nav-link {
		border-top: 2px solid #015982;
		height: 36px;
	}

	/* active .nav-link */
	.navbar-light .navbar-nav .active>.nav-link {
		color: #fff;
	}

	.navbar-light .nav-item .nav-link.active,
	.nav-item.active .nav-link {
		border-top: 5px solid #3C6C12;
		background-color: #4b8516;
		height: 36px;
		padding: 4px 8px 7px 8px;
	}

	/* hover */
	.nav-item a.nav-link:hover,
	.nav-item a.nav-link:active,
	.nav-item a.nav-link:focus,
	a.nav-link:hover,
	a.nav-link:active,
	a.nav-link:focus {
		background-color: #015982;
		border-top: 2px solid #00446D;
		padding: 7px 8px 7px 8px;
	}

	/*** B3.1a - Desktop ***/
	.dropdown-item {
		padding: 10px 20px;
	}

	/*** B11. Tabs ***/
	.nav-tabs .nav-item:not(.active) .nav-link,
	.nav-tabs a.nav-link:hover {
		border-top: 0;

	}

	.nav-tabs .nav-item.active:hover,
	.nav-tabs .nav-item.active:focus,
	.nav-tabs .nav-item.active:active,
	.nav-tabs a.nav-link:hover,
	.nav-tabs a.nav-link:focus,
	.nav-tabs a.nav-link:active {
		border-top: 0;
		padding: 5px 10px;
		background-color: #0279b1;
	}
}

/*** tablet ***/
@media screen and (max-width: 767px) {

	/*** A2 font - mobile ***/
	body {
		font-size: 14px;
	}

	/*** B3.2 Header - mobile ***/
	.navbar-nav {
		margin-left: -10px;
	}

	.navbar-nav .nav-link {
		width: 100%;
		padding: 10px 0 10px 20px;
	}

	.nav-item.active .nav-link {
		background-color: #4b8516;
	}

	.nav-item a.nav-link:hover,
	.nav-item a.nav-link:active,
	.nav-item a.nav-link:focus,
	a.nav-link:hover,
	a.nav-link:active,
	a.nav-link:focus {
		background-color: #015982;
	}

	a.dropdown-item {
		padding: 10px 30px;
	}

	.container.navbar.navbar-expand-md.navbar-light {
		padding: 0;
	}

	.cov-logo-blue-block {
		display: flex;
		align-items: flex-end;
		/*display: inline-block;
		vertical-align: bottom;*/
		width: calc(100% - 75px);
		padding: 10px;
		flex-grow: 2;
		/* margin-bottom: 0px; */
		align-self:center;
		margin: 10px 0;
		margin-bottom: 7px;
	}

	.navbar-toggler {
		flex-grow: 0;
		position: relative;
		width: 56px;
		min-height: 75px;
	}

	.nav-app-logo .container {
		padding-left: 0;
		display: flex !important;
		flex-direction: row;
		align-content: flex-start;
		align-items: stretch;
	}

	.nav-app-title.display-1 {
		font-size: 24px;
	}

	.nav-item {
		padding: 0 0 0 10px;
	}

	button.navbar-toggler {
		border: none;
		background: #015982;
	}


	/*** B10. Skip links ***/
	.skip-links .sr-only-focusable:active,
	.skip-links .sr-only-focusable:focus {
		position: static;
		z-index: 100;
		margin-left: initial;
		width: 100%;
		box-shadow: 0px 5px 4px rgba(68, 68, 68, 0.25);
		border: 3px solid rgb(245, 166, 35);
	}

	.nav-cov-logo .container.skip-links {
		padding: 0;
	}

	/*** B11. Tabs ***/
	.nav-tabs .nav-item.active:hover,
	.nav-tabs .nav-item.active:focus,
	.nav-tabs .nav-item.active:active,
	.nav-tabs a.nav-link:hover,
	.nav-tabs a.nav-link:focus,
	.nav-tabs a.nav-link:active {
		background-color: #0279b1;
	}
}

/*** tablet ***/
@media screen and (max-width: 599px) {
	/*** B9. Tabs ***/
	.alert>.fa,
	.alert>.fas {
		display: none;
	}

	.skip-links .sr-only-focusable:active,
	.skip-links .sr-only-focusable:focus {
		padding: 3px 10px;
		margin-top: 0;
	}

	footer .container {
		font-size: 14px;
	}

	.nav-cov-logo .container {
		padding: 5px 0 5px 20px;
	}
}

/*** print ***/

@media print {

	ul.navbar-nav,
	.navbar-toggler {
		display: none;
	}

	.row {
		display: block;
	}

	.modal-dialog .row {
		display: flex;
		margin-top: 0;
	}

	.modal-dialog .modal-content {
		page-break-inside: avoid;
	}

	.modal-dialog .container-fluid {
		width: 100%;
	}

}
