@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
/* ######################### */
/* PAGE SETTINGS */
/* ######################### */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-family: 'Poppins', sans-serif;
	font-size: 62.5%;
	scroll-behavior: smooth;
}

/* ################################## */
/* WRAPPER DIV FOR WEBSITE            */
/* ################################## */
.wrapper{
	padding: 30px 0;
}

/* ################################## */
/* BASIC DIV FOR THE CONTENT SECTIONS */
/* ################################## */
.content{
  max-width: 1250px;
  margin: auto;
  padding: 0 30px;
  border: 0px solid black;
  /* width: 90%; */
  /* background-color: thistle; */
  /* margin-top: 5px; */
}

/* ################################## */
/* OTHER DIV FOR SECTIONS             */
/* ################################## */
.div1{
	border: 0px;
	/* border: 1px solid black; */
	/* width: 90%; */
	/* background-color: thistle; */
	/* margin-top: 5px; */
}
.div2{
	border: 0px;
	/* border: 1px solid black; */
	/* width: 80%; */
	/* background-color: lightcyan; */
	/* margin-top: 5px; */
}
.div3{
	border: 0px;
	/* border: 1px solid black; */
	/* width: 80%; */
	/* background-color: gold; */
	/* margin-top: 5px; */
}
.div4{
	border: 0px;
	/* border: 1px solid black; */
	/* width: 80%; */
	/* background-color: pink; */
	/* margin-top: 5px; */
}
.div5{
	vertical-align: top;
	border: 0px;
	/* border: 1px solid black; */
	/* width: 80%; */
	/* background-color: SkyBlue; */
	/* margin-top: 5px; */
}
.div6{
	border: 0px;
	/* border: 1px solid black; */
	/* width: 80%; */
	/* background-color: yellow; */
	/* margin-top: 5px; */
}
.rescont {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom:4px solid LightGrey;	
	/* border-top:4px solid LightGrey; */
}

.atty {
  /* display: inline-block; */
  vertical-align: top;
  background-color:whitesmoke;
  padding: 30px 10px 20px 40px;
  margin: 0px 20px 30px 0px;
}

.attyin {
  display: inline-block;
  width:250px;
  background: 
  vertical-align: top; 
}
/* ######################### */
/* BODY STYLE */
/* ######################### */
body {
	font-size: 1.8rem;
}

/* ######################### */
/* LINKS - SEE IF THIS IS GLOBAL*/
/* ######################### */
a:link {
	color: #1B3055;
	text-decoration:none;
	  text-decoration: none;
  transition: all 0.3s ease;}
a:visited {
	color: #1B3055;
	text-decoration:none;}
a:hover {
	color: #ff0000;
	text-decoration:none;
	}
a:active {
	color: #ff0000;
	text-decoration:none;}

a:focus {
	color: #ff0000;
	text-decoration:none;}
	
/* ######################### */
/* HEADING STYLES */
/* ######################### */
h1 {
	margin: 20px 0px 5px 0px;
	font-size: 3.4rem;
}
h2 {
	margin: 0px 0px 0px 0px;
	font-size: 2.4rem;
}
h3 {
	margin: 5px 0px 0px 0px;
	font-size: 2.2rem;
}

/* ######################### */
/* PARAGRAPH */
/* ######################### */
p{
	padding: 5px 0px 15px 0px;
	text-align: left;
}

.dateex {
	margin-left:30px;
	font-size:1.5rem;
	color:dimgrey;
}

.dateskip {
	margin-left:40px;
	font-size:1.5rem;
	color:dimgrey;
}

.copytext {
	font-size:1.5rem;
	color:lightcoral;
}

em {

color:red;
font-weight: normal;
font-style: normal;
}

/* ######################### */
/* BULLET POINT LIST */
/* ######################### */
ul.a {
  list-style-type: disc;
  margin-left:30px;
}

/* ################################## */
/* BUTTON                             */
/* ################################## */
.button {
  background-color: #1B3055;
  border: none;
  color: white;
  padding: 10px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.8rem;
  border-radius: 8px;
  cursor:pointer;
}
.button:hover {
  background-color: #008CBA;
  color: white;
}

.smallbutton {
  background-color: #1B3055;
  border: none;
  color: white;
  padding: 3px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
  border-radius: 8px;
  cursor:pointer;
}


/* ################################## */
/*              MENU                  */
/* ################################## */
.navbar{
  position: fixed;
  width: 100%;
  z-index: 600;
  padding: 25px 0;
  transition: all 0.3s ease;
}
.navbar.sticky{
  background: WhiteSmoke;
  padding: 10px 0;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}
.navbar .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .menu-list{
  display: inline-flex;
}
.menu-list li{
  list-style: none;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 25px;
}

/* ############################ */
/* STYLE FOR THE COLLAPSED MENU */
/* ############################ */
.icon{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.menu-list .cancel-btn{
  position: absolute;
  right: 30px;
  top: 20px;
}

/* ######################## */
/*       STYLE FOR LOGO     */
/* ######################## */
.logo {
	width:330px;
}

/* ######################## */
/* INITIAL WIDTH OF TOP OF WEBSITE WITH LOGO AND MENU */
/* ######################## */
.banner{
  height: 2vh;
}

select {
		font-size: 1.7rem;
		font-family: 'Poppins', sans-serif;
		background-color: #EBF5FB;
}

input {
		font-size: 1.7rem;
		font-family: 'Poppins', sans-serif;
		background-color: #EBF5FB;		
}

/* ######################## */
/* SETTINGS FOR DIFFERENT SCREEN SIZES */
/* ######################## */
/* SHORT WINDOW */
@media (max-height: 700px) and (max-width: 1050px) {
  .content{
    padding: 0 10px;
  }
  	.logo {
		width:300px;
	}
  body.disabled{
    overflow: hidden;
  }
  .icon{
    display: block;
  }
  .icon.hide{
    display: none;
  }
  .navbar .menu-list{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 250px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: DimGray;
    transition: all 0.3s ease;
  }
  .navbar.show .menu-list{
    left: 0%;
  }
  .navbar .menu-list li{
    margin-top: 10px;
  }
  .navbar .menu-list li a{
    color: white;
	font-size: 2.2rem;
    margin-left: -100%;
    transition: all 0.3s ease; 
  }
  .navbar.show .menu-list li a{
    margin-left: 0px;
  }
	.navbar .menu-list li a:hover{
  color: red;}

}

@media (max-width: 1050px) and (min-height: 700px) {
  .content{
    padding: 0 10px;
  }
  	.logo {
		width:300px;
	}
  body.disabled{
    overflow: hidden;
  }
  .icon{
    display: block;
  }
  .icon.hide{
    display: none;
  }
  .navbar .menu-list{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 250px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: DimGray;
    transition: all 0.3s ease;
  }
  .navbar.show .menu-list{
    left: 0%;
  }
  .navbar .menu-list li{
    margin-top: 45px;
  }
  .navbar .menu-list li a{
    color: white;
	font-size: 2.2rem;
    margin-left: -100%;
    transition: all 0.3s ease; 
  }
  .navbar.show .menu-list li a{
    margin-left: 0px;
  }
	.navbar .menu-list li a:hover{
  color: red;}
}





/* ######################## */
/* BOOKMARK ANCHORS SO THE LINK PUTS IS A LITTLE LOWER TO ACCOUNT FOR TOP BANNER */
/* ######################## */
a.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

/* ######################## */
/* THE FLOATING SLOGAN AT THE TOP */
/* ######################## */
.fixed-header {   
	background: rgba(255, 255, 255, 0.65);
	padding: 0px 15px 0px 15px;
	position: absolute;
    left: 50%;
    top: 350px;
	z-index: 500;
    transform: translate(-50%, -50%);
	text-align: center;
	}
.fixed-header p {
	font-size:3.0rem;color: black;font-weight:bold;font-style: italic;
}
.holiday {
	padding: 0px 15px 0px 15px;
	position: absolute;
    left: 80%;
    top: 150px;
	z-index: 500;
    transform: translate(-50%, -50%);
	
}

/* ########################### */
/* BACKGROUND SEPARATOR IMAGES */
/* ########################### */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
	position: relative;
	opacity: 1.0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* TOP IMAGE */
.bgimg-1 {
	background-image: url("img/ubb1.webp");
	width: 100%;
	min-height: 450px;
	margin-top: 0px;
}
/* ATTORNEYS */
.bgimg-2 {
	background-image: url("img/ubb4o.webp");
	min-height: 250px;
	margin-top: 100px;
}
/* PRACTICE */
.bgimg-3 {
	background-image: url("img/ubb3o.webp");
	min-height: 250px;
	margin-top: 100px;
}
/* RESOURCES */
.bgimg-4 {
	background-image: url("img/ubb96o.webp");
	min-height: 250px;
	margin-top: 100px;
}
/* CONTACT */
.bgimg-5 {
	background-image: url("img/mapo.webp");
	min-height: 250px;
	margin-top: 100px;
}

/* DIVIDER BELOW LOGO AND MENU */
.bgimg-6 {
	background: #ffff;
	min-height: 20px;
	margin-top: 50px;
	height: auto;
}


/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .fixedPos, .fixed-header, .banner, .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
    background-attachment: scroll;
  }
}

/* ####################### */
/* EXPAND/COLLAPSE RESOURCE CHECKBOX AND DIVS */
/* ####################### */
.rsc-chk {
  margin-left:0px;
  cursor: pointer;
  /* display: none; */
}

/* THIS IS THE LABEL FOR THE CHCEKBOX */
.rsc-chk + label {
	cursor: pointer;
	display: inline;
	user-select: none;
	/* line-height: 1.8em; */
	/* margin-bottom: 0.1rem; */
}
.rsc-chk + labelc {
	cursor: pointer;
	display: inline;
	user-select: none;
	/* line-height: 1.8em; */
	/* margin-bottom: 0.1rem; */
}

/* THIS IS THE TEXT OF DIV WHICH FOLLOWS THE CHECKBOX HIDE UNTIL CHECKED */
.rsc-chk + label + div {
  display: none;
  margin-bottom: 0.1rem;
  margin-left: 1.5rem;
}
/* ADD ... FOR COLLAPSED LEVEL */
.rsc-chk + label:after {
	content: " . . .";
}
.rsc-chk:checked + label:after {
	content: "  ";
}
/* DISPLAY THE SUB DIV WHEN CHECKED */
.rsc-chk:checked + label + div {
  display: block;
}

.b-label {
  margin:1em;
  display: inline-block;
  padding:.25em;
}

.rsc-chk + label {
	cursor: pointer;
	display: inline;
	user-select: none;
	/* line-height: 1.8em; */
	/* margin-bottom: 0.1rem; */
}

/* THIS IS THE TEXT OF DIV WHICH FOLLOWS THE CHECKBOX HIDE UNTIL CHECKED */
.rsc-chk + labelc + div {
  display: none;
  margin-bottom: 0.1rem;
  margin-left: 1.5rem;
}
/* ADD ... FOR COLLAPSED LEVEL */
.rsc-chk + labelc:after {
	content: " . . .";
}
.rsc-chk:checked + labelc:after {
	content: "  ";
}
/* DISPLAY THE SUB DIV WHEN CHECKED */
.rsc-chk:checked + labelc + div {
  display: block;
}
.b-labelc {
  margin:1em;
  display: inline-block;
  padding:.25em;
}
/* ######################### */
/* RESOURCE LIST DUMMY BULLETS */
/* ######################### */
.create {
		margin: 0px 0px 0px 0px;
	padding: 0px;
}
.create:before {
content: url(img/bx.png);

}

/* ##################################### */
/* STYLE FOR COUNTY WEBSITE LIST         */
/* ##################################### */
.lefttext {
	display: inline-block;
	vertical-align: top;
	/* width: 44%; */
	min-width: 250px;
	max-width: 500px;
	padding: 0px 20px 0px 0px;
}
.county {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	min-width: 250px;
	padding: 0px 0px 0px 0px;
}
.countyimage {
	/* display: inline-block; */
	vertical-align: middle;
	width: 55%;
	/* min-width: 400px; */
	padding: 10px 0px 0px 0px;
	border: 0px solid blue;
}
.row1 {
	padding-left:5px;
	margin-right:10px;
}
.row1:nth-of-type(odd) {
    background: #e0e0e0;
}
.row2 {
	padding-left:5px;
	margin-right:10px;
}
.row2:nth-of-type(even) {
    background: #e0e0e0;
}

ul.cty {
  list-style-type: disc;
  margin:0px 0px 0px 15px;
  font-size:1.2rem;
  line-height:1.6rem;
}

/*the fixed snippet, triggered by js - is this in use? */
.fixedPos{
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 600;
    top: 0;
} 

/* ##################################### */
/* TOOLTIP CONTAINER */
/* ##################################### */
/* Tooltip container */
.tooltip {
  position: relative;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  max-width: 300px;
  font-size: 1.4rem;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1000;


  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.4s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip .tooltiptext.top {
  bottom: 115%;
  left: 50%;
  margin-left: -50%;
}
.tooltip .tooltiptext.bottom {
  top: 100%;
  left: 50%;
  margin-left: -50%; /* Use half of the width (120/2 = 60), to center the tooltip */
}
.tooltip .tooltiptext.left {
  top: 0%;
  right: 130%;
}
.tooltip .tooltiptext.right {
  margin-top: -2px;
  /* left: 110%; */
  	/* Distance from text */
  margin-left: 10px;
}

/* Tooltip arrows */
/* Arrow for Top Box v */
.tooltip .tooltiptext.top::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 10px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
/* Arrow for Bottom Box ^ */
.tooltip .tooltiptext.bottom::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
/* Arrow for Right Box < */
.tooltip .tooltiptext.right::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
/* Arrow for Left Box > */
.tooltip .tooltiptext.left::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%; /* To the right of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

/* shapes */
.pacific {
	fill:#cef5f5;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;cursor:pointer;
}

.landmap {
	fill:beige;
	fill-opacity:1;
	fill-rule:nonzero;
	stroke:none;
	stroke-width:0.34;
	stroke-miterlimit:4;
	stroke-dasharray:none;
	stroke-opacity:1;
	cursor:pointer;	
}
.countygrey {
	fill:whitesmoke;
	fill-opacity:1;
	fill-rule:nonzero;
	stroke:black;
	stroke-width:0.34;
	stroke-miterlimit:4;
	stroke-dasharray:none;
	stroke-opacity:1;
	cursor:pointer;
	}
.countykhaki {
	fill:khaki;
	fill-opacity:1;
	fill-rule:nonzero;
	stroke:black;
	stroke-width:0.34;
	stroke-miterlimit:4;
	stroke-dasharray:none;
	stroke-opacity:1;
	 cursor:pointer;
	}
.countygreen {
	fill:darkseagreen;
}
.countyblue {
	fill:cadetblue;
}
.countytan {
	fill:darkkhaki;
}
.countyyellow {
	fill:goldenrod;
}
.countybrown {
	fill:burlywood;
}
.countypink {
	fill:salmon;
}
.key {
	stroke:black;
	stroke-width:0.34;
}

/* ##################################### */
/* SVG CSS */
/* ##################################### */
svg {
	display: inline-block;
	border: 0px solid black;
	background-color: white;
	padding:0px;
	
}

#locs1 *.on {
  fill: yellow;
  	stroke:black;

  transition: all 0.4s ease;
}

#locs *.on {
  fill: LightSalmon;
  transition: all 0.4s ease;
}

#cities *.on {
  fill: red;
  stroke-width:6;
  stroke: #ff0000;
  transition: all 0.4s ease;
}

.locStyle {
	fill:khaki;
	fill-opacity:1;
	fill-rule:nonzero;
	stroke:black;
	stroke-width:0.34;
	stroke-miterlimit:4;
	stroke-dasharray:none;
	stroke-opacity:1;
	 cursor:pointer;
	}

.cityStyle {
	inline;opacity:1;fill:#ffffff;fill-opacity:0.2;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;cursor:pointer;
	}
.countynameStyle {
	inline;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;
}

.groupStyle {
	display:inline;opacity:1
}

#tooltip {
  background: white;
  border: 1px solid black;
  border-radius: 5px;
  padding: 2px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-color: white;
}

