﻿/* ACCESSIBILITY OPTIONS
-------------------------------------------------- */

body {
	overflow-x: hidden;
}

#accessibility-options {
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	padding: 8px 0;
	background-color: #353535;
}

#accessibility-options .inner {
	max-width: 960px;
}

#accessibility-options .inner ul {
	margin: 0;
}

#accessibility-options .inner ul li {
	float: left;
	margin-right: 10px;
}

#accessibility-options .inner a {
	color: #fff;
}

#Body .accessible-nav a {
	top: -37px;
}

/* HEADER
-------------------------------------------------- */

.header {
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 62px;
	margin-bottom: 4px;
}

.header > .inner {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 960px;
	padding: 0 0 0 160px;
	margin: 0 auto;
	background-color: #fff;
}

.header .right-column {
	float: right;
	padding-right: 15px;
}

@media (min-width: 992px) {
	.header {
		height: 138px;
	}

	.header > .inner {
		padding: 0 0 0 230px;
	}
}

/* HEADER - LOGO CONTAINER
-------------------------------------------------- */

#logo-container {
	float: left;
	display: table;
	width: 160px;
	height: 100%;
	margin-left: -160px;
}

#logo-container a {
	display: table-cell;
	vertical-align: middle;
}

#logo-container img {
	height: 42px;
}

@media (min-width: 992px) {
	#logo-container {
		width: 230px;
		margin-left: -230px;
	}

	#logo-container img {
		height: 64px;
	}
}

/* HEADER - TOP LINKS
-------------------------------------------------- */

.header .top-links {
	display: none;
	margin: 16px 0 6px 0;
}

.header .top-links li {
	display: inline-block;
	list-style: none;
	font-size: 13px;
	color: #42586F;
}

.header .top-links > li:nth-child(5) {
	margin-right: 10px;
}

.header .top-links li a {
	color: #42586F;
}

.header .top-links .social img {
	height: 22px;
}

#Body .header .browse-services {
	padding: 5px;
	font-size: 15px;
}

#Body .header .browse-services:hover {
	color: #4A4A4A;
	text-decoration: none;
}

@media (min-width: 992px) {
	.header .top-links {
		display: block;
	}
}

/* MEL TOPNAV CONTAINER
-------------------------------------------------- */

#mel-topnav {
	display: table;
	padding-top: 10px;
}

/* QUICK EXIT BUTTON CONTAINER
-------------------------------------------------- */

#exit-container {
	float: left;
	display: table;
	width: 130px;
	height: 100%;
	/* padding-left: 15px; */
	margin-left: -160px;
}

#exit-container a {
	display: table-cell;
	vertical-align: middle;
}

#exit-container img {
	height: 42px;
}

#exit-wide {
	height: 50px;
	margin-top: 10px;
}

@media (min-width: 992px) {
	#exit-container {
		width: 220px;
		margin-left: -235px;
	}

	#exit-container img {
		height: 50px;
	}
}

/* NAV BAR MEL
-------------------------------------------------- */

.navbar-links {
	display: none;
}

.navbar-links ul {
	list-style: none;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	z-index: 2;
	top: 2.5rem;
	right: 0;
	background: #fff;
	width: 250px;
	padding: 10px;
}

.navbar-links ul li {
	margin: 15px 0;
	white-space: nowrap;
}

.navbar-links ul li a {
	color: #0e3252;
	text-decoration: none;
	font-size: 1.2em;
	display: block;
}

.navbar-links ul li a:hover {
	color: orange;
}

.navbar-links ul li.sm a {
	font-size: 1em;
}

.navbar-links ul li.bt {
	border-top: 1px solid #eee;
	padding-top: 14px;
}

.toggle-button {
	position: absolute;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 21px;
	cursor: pointer;
	top: 10px;
	right: 0;
	margin: 10px;
}

.bar1,
.bar2,
.bar3 {
	height: 3px;
	width: 100%;
	background-color: black;
	border-radius: 25px;
	transition: 0.4s;
}

/* Transform the bars into an "X" when the toggle button is clicked */
.change .bar1 {
	top: 50%;
	transform: rotate(-45deg) translate(-10px, 2px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	top: 50%;
	transform: rotate(45deg) translate(-10px, -2px);
}

#mel-hide {
	display: none;
}

@media only screen and (min-width: 992px) {
	#mel-hide {
		display: block;
	}
	
	#mel-nav {
		display: none;
	}
}

#nav {
	text-align: right;
}

#Body .nav-menu {
	position: static;
	margin-top: 6px;
}

#Body .sub-nav {
	z-index: 10;
	top: 139px;
	left: 0;
	width: 100%;
}

#Body .sub-nav .sub-nav-group {
	width: 25%;
}

/* CONTENT
-------------------------------------------------- */

#Body {
	min-width: 0;
}

#wrapper {
	width: 100%;
}

#wrapper > .container {
	width: 100%;
	padding: 15px 15px 50px 15px;
	font-size: 14px;
}

.main-content .sidemenu {
	padding: 15px;
	background-color: #fbd596;
}

.main-content .sidemenu ul {
	list-style: none;
}

#wrapper:not(.multipane) .main-content .col-left {
	order: 2;
}

.main-content .col-left > section,
.main-content .col-left > section > div {
	float: left;
	width: 100%;
}

#wrapper:not(.multipane) .main-content .col-right {
	order: 1;
}

.main-content .section, .main-content .menu, .main-content .sectionnh, .main-content .sectionhpb {
	width: 100%;
}

.main-content .menutop,
.main-content .menubottom {
	display: none;
	background-size: 100% auto;
}

#container .smallbannerwrap,
#container .widebannerwrap,
.detailrow .subtitle h2 br {
	display: none;
}

.mobilebannerwrap  img {
	float: left;
	width: 100%;
	margin-bottom: 1.5rem;
}

.mobilebannerwrap h1 {
    font-size: 1.75em;
	font-weight: bold;
	color: #035594;
}

.detailrow .subtitle,
.detailrow span {
	width: 100%;
}

.detailrow ul,
.detailrow ol {
    margin-left: 15px;
}

.sectionnh ul,
.sectionnh ol {
	margin-left: 15px;
}

#breadcrumb {
	position: relative;
	z-index: 1;
}

.wave-banner {
	position: relative;
	z-index: 0;
	width: calc(100% + 30px);
	margin-left: -15px;
	background-image: url(/portals/0/library/banners/wdgenericblue.png);
	background-repeat: no-repeat;
}

#Body .multipane .heading-banner {
	margin: 0;
}

#Body .heading-banner {
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
}


#Body .multipane .sidebar-links .menu {
	position: relative;
}

#Body .multipane .sidebar-links .menu a {
	background: transparent;
	color: rgb(0, 38, 67) !important;
	border: 2px solid rgb(0, 38, 67);
	border-radius: 3px;
}

.chevron {
    position: absolute;
	top: 24px;
	right: 24px;
    height: 20px; /*Height should be double border thickness*/
	width: 20px;
	pointer-events: none;
}
.chevron::before,
.chevron::after {
    position: absolute;
    content: "";
    border: 10px solid transparent; /*Adjust chevron size*/
}
/*Change the four instances of 'top' below to rotate chevron*/
/*Use (top/right/bottom/left) where you want the back of the chevron to be*/
.chevron::before {
    top: 0;
    border-top-color: rgb(0, 38, 67); /*Chevron Color*/
}
.chevron::after {
    top: -6px; /*Adjust thickness*/
    border-top-color: #fff; /*Match chevron background colour*/
}

#Body .left .sidebar-links li {
	margin: 6px 0px;
	list-style-type: none;
}

#Body .left .sidebar-links a {
	display: block;
    background: rgb(2, 56, 97);
    margin-bottom: 0px;
    color: white !important;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 1em .2em;
}

@media only screen and (max-width: 992px) {
	#Body .contactag h2,
	#Body .contactag table,
	#Body .contactag table tr,
	#Body .contactag table td {
		display: inline-block;
		width: 100%;
		height: auto;
		padding-left: 0;
	}
	
	#Body .multipane .heading-banner {
		margin-bottom: 40px;
	}
	
	#Body .multipane .heading-banner .content {
		padding: 3rem 2rem !important;
	}
	
	#Body .multipane .heading-banner .image-container:not(.none) {
		display: block;
		left: 0;
		right: 0;
		bottom: -40px;
		margin: 0 auto;
		align-items: unset;
	}
	
	#Body .multipane .heading-banner .image-container.large-icon:not(.none) {
		width: 80px;
		height: 80px;
	}
	
	#Body .multipane .sidebar-links {
		margin: 0;
	}
	
	#Body .multipane .sidebar-links a {
		padding: 1rem;
		text-align: left;
	}
	
	#Body .multipane .sidebar-links .menu:not([aria-expanded="true"]) ~ li {
		display: none;
	}
	
	#Body .multipane .sidebar-links .menu[aria-expanded="true"] i {
		top: 14px;
		transform: rotate(180deg);
	}
	
	#Body .multipane .commissioner-img {
		width: 50%;
		max-width: 280px;
	}
	
	#Body .noBulletts ul {
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

@media only screen and (min-width: 660px) and (max-width: 992px) {
	#Body .contactag table tr {
		width: 50%;
		vertical-align: top;
	}
}

@media only screen and (min-width: 992px) {
	#wrapper:not(.multipane) .main-content .col-left {
		order: 1;
	}
	
	#wrapper:not(.multipane) .main-content .col-right {
		order: 2;
	}
	
	.main-content .menutop,
	.main-content .menubottom,
	#container .smallbannerwrap,
	#container .widebannerwrap,
	.detailrow .subtitle h2 br {
		display: block;
	}
	
	.detailrow .subtitle h2 {
		line-height: 1.2rem;
	}
	
	#container .mobilebannerwrap {
		display: none;
	}
	
	.detailrow .subtitle {
		width: 30%;
	}
	
	.detailrow span {
		float: left;
		width: 70%;
	}
	
	#Body .multipane .heading-banner {
		margin: 0 15px;
	}
	
	#Body .multipane .sidebar-links .menu {
		display: none;
	}
}

/* FOOTER
-------------------------------------------------- */

footer {
	display: inline-block;
	width: 100%;
	max-width: none !important;
	text-align: center;
}

#Body footer * {
	color: #000;
	font-size: 14px;
}

footer .container {
	display: inline-block;
	max-width: 960px;
	background-color: #ccc;
	padding: 0;
	margin: 0 auto;
}

footer ul {
	list-style: none;
}

footer .site-links {
	padding: 3rem 3rem 0 3rem;
}

footer .site-links ul li:not(:last-child) {
	margin-bottom: 5px;
}

footer .bottom-links {
	padding: 1rem 3rem 2rem 3rem;
}

footer .bottom-links p,
footer .oc-links {
	margin-bottom: 0;
}

footer .oc-links li span {
	display: none;
}

footer .social a {
	background-color: #fff;
}

footer .social img {
	height: 22px;
}

@media (min-width: 768px) {
	footer .container {
		text-align: left;
	}

	footer .oc-links li,
	footer .oc-links li span {
		display: inline-block;
	}
}

@media (min-width: 960px) {
	footer .oc-links {
		text-align: right;
	}
	
	footer .social {
		display: none;
	}
}

/* HOME PAGE
-------------------------------------------------- */

.accessible-nav.home ~ .header > .inner {
	max-width: 1024px;
}

#wrapper.home .container {
	max-width: 1024px;
	padding: 0 15px 50px 15px;
}

#wrapper.home .page-content {
	width: 100%;
}

#wrapper.home .page-content > .innerContent {
	width: 100%;
}

#wrapper.home .home-h2 {
	font-size: 1.5rem;
	color: #0e3252;
	text-transform: none;
}

/** HEALTH & PUBLIC SAFETY INFORMATION **/

#wrapper.home .banner-container,
#wrapper.home .banner-slim.covid {
	flex-wrap: wrap;
}

#wrapper.home .banner-container {
	margin: 5px;
}

#wrapper.home .banner-slim.covid {
	padding: 20px 0;
	margin-bottom: 35px;
}

#wrapper.home .banner-slim.covid .icon-link {
	display: block;
	text-align: center;
	padding: 0 10px;
	margin: 0 auto;
}

#wrapper.home .banner-slim.covid .white-link {
	padding: 16px 20px 20px 20px;
	margin: 10px 0;
}

#wrapper.home .banner-slim.covid .icon {
	width: auto;
	height: 42px;
}

#wrapper.home #status-container {
	border-top: 2px solid rgba(255, 255, 255, .3);
	border-left: 0;
	padding-left: 0;
	padding-top: 20px;
	margin: 0 auto;
}

#wrapper.home .banner-slim + .banner-slim {
	margin-right: auto;
	margin-left: auto !important;
}

#wrapper.home .banner-slim .hiring {
	width: 100%;
	max-width: 259px;
	height: auto;
}

/** HOW CAN WE HELP YOU **/

#wrapper.home .how-help {
	margin: 5px;
}

#wrapper.home .how-help .home-h2 {
	text-align: left;
	margin-left: 20px;
	font-size: 17px;
	padding-right: 80px;
}

#wrapper.home .how-help #directory {
	right: 10px;
}

#wrapper.home .how-help #directory,
#wrapper.home .how-help #directory a {
	height: 100%;
}

#wrapper.home .how-help #directory-icon {
	top: 40%;
}

#wrapper.home .how-help #directory-icon + .vertical-span {
	top: 70% !important;
}

#wrapper.home .how-help div.centered-div.box-shadow > div {
	max-width: 394px;
	margin: 0 auto;
}

#wrapper.home .how-help .help-item {
	display: block;
	width: 100px;
	height: 105px;
	margin: 0 auto;
}

#wrapper.home .how-help .help-item .item-icon {
	height: 40px;
}

#wrapper.home .how-help .help-item .vertical-span {
	top: 80%;
	line-height: 15px;
}

#wrapper.home .help-section-container {
	height: auto;
	font-size: 15px;
}

#wrapper.home .help-section-item {
	display: block;
	width: 100px;
	margin: 0 auto;
}

#wrapper.home .help-section-item .help-logo,
#wrapper.home .help-section-item > a > img {
	width: 43px;
	height: 43px;
}

#wrapper.home .help-section-item .help-p {
	margin: 10px;
	font-size: 14px;
	line-height: 18px;
}

@media (min-width: 380px) {
	#wrapper.home .how-help div.centered-div.box-shadow > div {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
}

/** EVENTS & INITIATIVES **/

#wrapper.home #page-content2 {
	z-index: 1;
}

#wrapper.home .section-wrapper {
	margin: 20px 5px 5px 5px;
}

#wrapper.home #controls-container .nav-items {
	height: 120px;
	margin-left: 0;
}

#wrapper.home #controls-container .nav-items li {
	float: left;
	width: 50%;
	height: 50%;
	margin-right: 0;
}

#wrapper.home #controls-container .nav-items li:nth-of-type(2) button {
	border-top-right-radius: 13px;
}

#wrapper.home #controls-container .nav-items li:nth-of-type(4) button {
	border-top-right-radius: 0;
}

#wrapper.home .item {
	height: 480px;
}

#wrapper.home .item-text h3 a {
	color: #fff;
	text-transform: none;
}

#wrapper.home .item-text .description-text {
	width: 100%;
	max-width: 580px;
}

#wrapper.home .item-aside {
    width: 45%;
    top: 25px;
    right: 25px;
}

#wrapper.home .item-aside .cta-link {
	padding: 10px 5px;
	font-size: 14px;
}

/** BCC MEMBERS **/

#wrapper.home #board-section h2 + .bcc-member-container div:first-child {
	width: 100%;
}

#wrapper.home #board-section .bcc-members {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 12px;
}

#wrapper.home #board-section .bcc-members img {
	border-radius: 100%;
    border: 5px solid #0e3252;
    background: #0e3252;
}

#wrapper.home #board-section .bcc-members span {
	margin-top: 5px;
}

@media (min-width: 420px) {
	#wrapper.home #board-section .bcc-members {
		width: 50%;
		font-size: 13px;
	}
}

@media (min-width: 720px) {
	#wrapper.home #board-section h2 + .bcc-member-container div:first-child {
		width: auto;
	}
}

/** BOTTOM 3 SECTIONS **/

#wrapper.home .three-sections {
	padding: 0 15px;
}

#wrapper.home #stay-connected {
	border-right: 0;
	border-bottom: 1px solid #0D3252;
	margin: 0 0 20px 0;
}

#wrapper.home #stay-connected ul {
	margin: 0;
}

#wrapper.home #stay-connected ul li {
	height: auto;
	padding: 5px 40px 5px 0;
	line-height: 16px;
	margin-bottom: 5px;
}

#wrapper.home #stay-connected ul li a {
	position: static;
}

#wrapper.home #newsroom-media-center h2 {
	padding: 0;
}

#wrapper.home #newsroom-media-center ul,
#wrapper.home #county-calendar-events ul {
	list-style: none;
	margin: 0 0 7px 0;
}

#wrapper.home #newsroom-media-center a,
#wrapper.home #county-calendar-events a {
	color: #0D3252;
	font-size: 13px;
	text-decoration: underline;
}

#wrapper.home #county-calendar-events {
	border-top: 1px dashed #0470b1;
}

#wrapper.home .More {
	margin: 0;
}

@media (min-width: 720px) {
	#wrapper.home .home-h2 {
		font-size: 2rem;
	}
	
	#wrapper.home .banner-slim.covid {
		flex-wrap: nowrap;
		font-size: 16px;
	}
	
	#wrapper.home .banner-slim.covid .icon-link {
		flex-basis: 80%;
	}
	
	#wrapper.home .banner-slim.covid .white-link {
		padding: 16px 14px 16px 14px;
	}
	
	#wrapper.home #status-container {
		border-top: 0;
		border-left: 2px solid rgba(255, 255, 255, .3);
		padding-left: 25px;
		padding-top: 0;
	}
	
	#wrapper.home .how-help .home-h2 {
		font-size: 2rem;
		text-align: center;
		margin-left: 0;
		padding-right: 0;
	}
	
	#wrapper.home .how-help #directory {
		right: 30px;
	}
	
	#wrapper.home #controls-container .nav-items {
		height: 75px;
	}

	#wrapper.home #controls-container .nav-items li {
		width: 25%;
		height: 100%;
	}
	
	#wrapper.home #controls-container .nav-items li:nth-of-type(2) button {
		border-top-right-radius: 0;
	}
	
	#wrapper.home #controls-container .nav-items li:nth-of-type(4) button {
		border-top-right-radius: 13px;
	}
	
	#wrapper.home .item-aside {
	    width: 230px;
		top: 50px;
		right: 50px;
	}
	
	#wrapper.home .item-aside .cta-link {
		padding: 20px 10px;
		font-size: 1.25rem;
	}
	
	#wrapper.home .item-text h3 a {
		font-size: 1.65rem;
	}
	
	#wrapper.home #board-section .bcc-members {
		float: none;
		width: auto;
		margin: 10px 24px;
	}
}

@media (min-width: 768px) {
	#wrapper.home .how-help div.centered-div.box-shadow > div {
		max-width: none;
	}
	
	#wrapper.home #stay-connected {
		border-right: 1px solid #0D3252;
		border-bottom: 0;
	}
}

@media (min-width: 880px) {
	#wrapper.home .banner-slim.covid {
		padding: 20px 0px 20px 30px;
	}
	
	#wrapper.home .banner-slim.covid .icon-link {
		display: inline-flex;
		text-align: left;
	}
	
	#wrapper.home .banner-slim.covid .icon {
		height: 52px;
		margin-right: 10px;
	}
}

@media (min-width: 992px) {
	#wrapper.home .container {
		padding: 15px 47px 50px 47px;
	}

	#wrapper.home .banner-container {
		flex-wrap: nowrap;
	}
	
	#wrapper.home .banner-slim.covid {
		margin-bottom: 0;
	}
	
	#wrapper.home .banner-slim.covid .icon-link {
		padding: 0 10px 0 0;
	}
	
	#wrapper.home .banner-slim + .banner-slim {
		margin-left: 20px !important;
	}
	
	#wrapper.home .banner-slim .hiring {
		width: 259px;
		height: 224px;
	}
	
	#wrapper.home .how-help .help-item {
		display: inline-block;
		width: 14.667%;
		height: 135px;
	}
	
	#wrapper.home .how-help .help-item .item-icon {
		height: 60px;
	}
	
	#wrapper.home .help-section-item {
		display: inline-block;
		width: 14.667%;
		margin: 1rem 6px 0 6px;
	}
	
	#wrapper.home .help-section-item .help-logo,
	#wrapper.home .help-section-item > a > img {
		width: 63px;
		height: 63px;
	}
	
	#wrapper.home .how-help .help-item .vertical-span,
	#wrapper.home .help-p,
	#wrapper.home .help-p a {
		font-size: 15px !important;
		line-height: 18px !important;
	}
	
	#wrapper.home #controls-container .nav-items li {
		font-size: 16px;
	}
	
	#wrapper.home .three-sections {
		padding: 0;
	}
	
	#wrapper.home #stay-connected {
		margin-bottom: 0;
	}
	
	#wrapper.home #county-calendar-events {
		border-top: 0;
		border-left: 1px dashed #0470b1;
	}
}