/*You may copy styles in from the main /styles/styles.css stylesheet, place them here, and modify*/
/*Do NOT make changes to styles.css itself as changes there will be lost when patches are applied*/

/*************************************************************************************************/
/************************************ BACKGROUND SETTINGS ****************************************/
/***** THIS SECTION CONTROLS ITEMS SUCH AS SITE BACKGROUND COLOR, FONTS, AND GENERAL LAYOUT ******/
/*Site background as well as default font style and size*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* ----------------------------------------------------------------------------*/
/*------------------------Printable Datalet------------------------------------*/
/*-----------------------------------------------------------------------------*/

/* #printableversion::before {
	content: url("../../images/custom/DekalbSoloLogo75x73.png");
} */

#printableversion::before {
	content: url("../../images/custom/DekalbSoloLogo75x73.png");
	position:relative;
	left:300px;
}

@media print {
	/* div#datalet_div_0[name="PAYMENT_DET_TEST"]::before {
		content: url("../../images/custom/DekalbSoloLogo75x73.png");
	} */

	.DataletTitleColor font {
		font-size: 14pt;
		color: black;
	}

	font[face="arial"] {
		display: none;
	}

	.noprint, #paydisclaimer {
		display: none;
	}
}
/*-----------------------------------------------------------------------------*/

.hidden {
	display: none;
}

h1 {
	font-size: 11pt;
}


h2 {
	font-size: 11pt;
}

#formsheader h2 {
	text-align: center;
	padding: 0.5% 0;
	font-size: 1.2rem;
}

h3 {
	margin-bottom: 1% !important;
	margin-top: 0;
}

.p-highlight {
	background-color: #FDFCE8;
	padding: 1%;
	border: 1px solid #FAD769;
}

body
{
	background-color: whitesmoke;
	font-family: "Open Sans", sans-serif !important;
   	font-size: 15px;
	width:100%;
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
	color: rgb(73, 73, 73);
	box-sizing: border-box;
}

/* Remove the old iasWorld dots background from the MapAdv.aspx page */
body.backgroundimage {
	background-image: none;
}

/* adjust the cutoff elements in MapAdv.aspx selection pane */
.dijitTitlePane {
	overflow: visible !important;
}

#divSelMngr{
	width: 220px !important;
}

#div3 {
	margin-right: 20px !important;
}

div[style^="opacity: 0.9; width: 180px; cursor: default;"] {
	left: auto !important;
	right: 100px;
}

/*background color of datalet sketch page*/
body.sketchbody
{
    	background-image:none;
    	background-color:transparent;
}

/*background color of advanced search save load popup window*/
body#savequerydialog
{ 
 	background-color:#ffffff; 
} 

#wrapper {
	background-color:white;
	width: 100%;
	padding-top: 0;
	margin-left: auto;
	margin-right: auto;
}

#wrapper.center
{
	min-width: 1024px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	width: 100% !important;
	min-height: 0 !important;
	display: grid;
	left: 0px !important;
	margin: 0px;
	margin-bottom: 0px !important;
}

/* Override content panel inline styles */
.contentpanel {
	width: 100% !important;
	padding: 0;
	border: none;
	background: whitesmoke;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	min-height: 0 !important;
}

/* To override disclaimer styles */
#ContentPanel1 {
	padding-top: 2vw;
}

#btSearch, #ReportListButton {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#bodyarea {
	width: 100%;
	background-color: whitesmoke;
}

#pagewrapper {
	width: 100%;
	min-height: calc(100vh - 457px);
}


/************************************ BACKGROUND SETTINGS ****************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/************************************ HEADER/LOGO SETTINGS ***************************************/
/***** THIS SECTION CONTROLS THE SITE HEADER AND LOGO ********************************************/
#outerheader
{
	width: 100%;
	min-width:100%;
	background-color:#0093b2;
}

#middleheader
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#header
{
	height: auto;
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	background: transparent;
	display: block;
}

.sitelogocontainer
{
    display: block;
	height:112.39px;  /*Must be specified and match height of image*/
    width: 100%; /*Must be specified and match width of image*/
	background-repeat: no-repeat;
}

img.logo {
	height: auto;
	width: 10%;
	padding-left: 2%;
	padding-top: .5%;
}

.sitelogo
{
	background-image: url(../../images/custom/logo_white_new_larger_font.png);
	background-size: cover;
    width:370.4px;
    height:112.39px;
}

.HeaderSiteTitle
{
	display: block;
    color:white;
	background-color: transparent;
	left: 17%;
	font-size: 1.25rem;
	text-align: left;
}

.HeaderLinks
{
    	color:white;
}
.HeaderLinks a:hover
{
    	text-decoration: none;
    	color:#e1c476;
	background-color: transparent;
    	cursor:pointer;
    	font-size: 11px;
	
}
/************************************ HEADER/LOGO SETTINGS ***************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/****************************************** TOP MENU *********************************************/

nav {
	background-color: white;
}

#topmenu {
	display: flex;
	position: static;
	background-color: transparent;
	width: 90%;
    height: 50px;
    margin-left:auto;
    margin-right:auto;
	text-align: center;
	font-size: 15px;
}

#topmenu a {
	color: #0093b2;
	text-transform: uppercase;
}

#topmenu .unsel {
	padding: 0 20px;
	height: 50px;
	box-sizing: border-box;
	background-size: 200% 100%;
	background-image: linear-gradient(to right, white 50%, #8cba4d 50%);
	transition: background-position 0.5s, color 0.5s;
	transition-delay: color 0.5s;
}

#topmenu .sel {
	background-color: #8cba4d;
}

#topmenu .sel a  {
	background-color: transparent;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-align: center;
	color: white;
	font-weight: normal;
}

#topmenu .unsel a {
	box-sizing: border-box;
	text-align: center;
	color: inherit;
	font-weight: inherit;
	height: 50px;
	padding: 14px 0 0 0;
	top: 0;
}

#topmenu .unsel:hover {
    top: 0px !important;
    background-position: -100% 0;
	color: white;
}

#topmenu a:hover {
	text-decoration: none !important;
	cursor: pointer;
}

#topmenu ul {
	display: flex;
	justify-content: center;
	width: 100%;
	left: 0px;
	height: 50px;
}

#topmenu ul li {
	text-align: left;
	float: none;
	right: 0;
	height: 50px;
	width: auto;
}

/****************************************** TOP MENU *********************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/*************************************** SECONDARY MENU ******************************************/
#secondarytopmenu
{
	display: none;
	background-color: white;
    color: black;
    font-size: 9pt;
	font-weight:bold !important;
	font-family: Verdana;
    /*top:145px;*/
    margin-left:auto;
    margin-right:auto;
	/*position:absolute;*/
	height: 25px;
}
#secondarytopmenu .unsel a
{
    	color:black;
    	font-size: 9pt;
	font-weight:bold !important;
	font-family: Verdana;
	padding: 5px 25px 5px 25px;
}
#secondarytopmenu .sel a
{
    	color:white;
    	font-size: 9pt;
	font-weight:bold !important;
	font-family: Verdana;
	background-color: #064780;
    	border:0;
    	/*following clear away standard formatting*/
    	border-top-left-radius:0;
    	border-top-right-radius:0;
	padding: 5px 25px 5px 25px;
}
#secondarytopmenu a:hover
{
    	text-decoration: none;
    	color:white;
	background-color: #064780;
    	cursor:pointer;
    	font-size: 9pt;
	font-weight:bold !important;
	font-family: Verdana;
	padding: 5px 25px 5px 25px;
}
#secondarytopmenu ul
{
    	left:0;
    	text-align: left;
}
#secondarytopmenu ul li
{
    	right:0;
}
/*************************************** SECONDARY MENU ******************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/*************************************** PULLDOWN MENU *******************************************/
.PullDownMenuLayer 
{
    color:black !important;
    top: 0px !important;
    font-size: 9pt !important;
   	font-weight:normal !important;
   	font-family: Verdana !important;
	padding: 5px 5px 5px 5px !important;
	margin: 0px 0 15px 0 !important;
	visibility:hidden; 
	position:relative;
	top:143px !important;
	Left:90px !important;
	width:225px !important;
	z-index:100;
	display:block;
   	text-decoration:none !important;
	border: none;
}
.PullDownMenuItem 
{
	background-image:none !important ;
	text-decoration:none;
	cursor:pointer;
	padding: 5px 5px 5px 5px !important;
	margin: 7px 0 10px 0 !important;
}

.PullDownMenuItem a:hover 
{ 
	text-decoration: none;
	color:white;
	background-color: #213d34;
	cursor:pointer;
	font-size: 0.75rem;
	font-weight: 900 !important;
	font-family: Verdana;
	padding: 10px 10px 10px 5px !important;
	width: 200px !important;
}

.PullDownMenuItem a {
	color: white;
	font-size: 0.75rem;
}

#pd_Parent a::after {
	display: none;
}

#pd_2
{	
	top:100% !important;
	left:18.5% !important;
	width:18% !important;
	background-color: #44826e;
	color: white !important;
	font-size: 1rem;
}	

    		
/*************************************** PULLDOWN MENU *******************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/***************************************** SIDE MENU *********************************************/
#sidemenu {
	width: 200px;
	font-size: 1em;
	font-weight: bold;
	line-height: 27px;
	background-color: whitesmoke;
	overflow: hidden;
	padding: 0px 2px 2px 2px;
}

#sidemenu li
{
	list-style: none;
}
#sidemenu .unsel a
{
    display: inline-block;
	margin-right: 0;
	background-color: transparent;
	font-size: 9pt;
	font-weight:bold !important;
    border-bottom: 1px solid white;
    padding: 0 !important;
    width: 100%;
}

#sidemenu .sel a
{
	display:inline-block;
	margin-left: 0px;
	color: black !important;
	font-size: 9pt;
	font-weight:bold !important;
	text-decoration: none;
	background-color: #8cba4d !important;
    padding: 0 !important;
    width: 100%;
	background-image: none !important;
	transition: background-color 60s;
}

#sidemenu .sel a span, #sidemenu .unsel a span {
	padding-left: 10px;
}

#sidemenu .popoverselect {
    padding: 6px 2px 4px 20px;
    display:inline-block;
    padding-left:20px;
    height:10px;
    width:30px;
    /* float: right; */
    color: #3d6599 !important;
    text-decoration: none;
}

#sidemenu a:hover
{
	text-decoration: none;
	cursor: pointer;
	color: white !important;
	background-color: #8cba4d;
}
/***************************************** SIDE MENU *********************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/************************************** DATALET SETTINGS *****************************************/

.DataletHeaderTop {
	font-size: 1em;
	COLOR: black;
	background-color: whitesmoke;
}

.DataletHeaderBottom {
	font-size: 1em;
	COLOR: black;
	background-color: whitesmoke;
}

.DataletTopHeading {
	background-color: #8CBA4D !important;
	font-size: 1em;
	font-weight: bold;
	background-color: transparent;
	border: none;
}

.DataletSideHeading {
	font-size: 10pt;
	font-family: Arial;
	color: black;
	background-color: white;
}

.DataletTitleColor {
	color: white;
	background-color: #0093b2;
	height: 25px;
	padding-left: 10px;
}

.DataletMatrixTitleColor {
	FONT-WEIGHT: none;
	FONT-SIZE: 12px;
	COLOR: #6F7B07;
	BACKGROUND-COLOR: #efefef;
}

.DataletData {
	color: #000000;
	background-color: white;
	/*width: 325px;*/
	font-size: 10pt;
	font-family: Arial;
}

.NavArrows {
	color:white !important;
}
/************************************** DATALET SETTINGS *****************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/*************************************** SEARCH DISCLAIMER ***************************************/

#disclaimerContainer {
	width: 100%;
}

#disclaimerContent {
	padding: 30px 30px;
    font-size: 1.2em;
    border: 2px solid #44826E;
    margin-bottom: 20px;
}

#btDisagree, #btAgree {
	margin-bottom: 20px;
	font-size: 1.1em;
}

#btDisagree:hover, #btAgree:hover {
	opacity: 0.8;
}



/*************************************** SEARCH DISCLAIMER ***************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/*************************************** GENERAL SETTINGS ****************************************/

.Banner {
	background-color: transparent;
}

.SearchText
{
     	font-size: 11pt;
     	color:#1a2a3b;
}
.SearchExamples
{
	background-color: rgb(153, 188, 228);
	color: white;
}
#messageBanner
{
	width: 100%;
	background-color: transparent;
	height: 30px;
}
#messageBannerText
{
	position: relative;
	top: 45px;
	text-align: center;
	color: black;
	font-size: 12pt;
	font-weight: bolder;
}

#rightsection
{
	display: none;
    position:absolute;
    top:0px;
    width:100%;
    height:35px;
    color:black;
   	text-align: right;
    float:left;
    margin-left:0;
    left:0;
	background-color: transparent;
	background-repeat: repeat-x;
	
}

.SideBarHeading {
	FONT-WEIGHT: bolder;
	FONT-SIZE: 1em;
	VERTICAL-ALIGN: middle;
	COLOR: black;
	TEXT-ALIGN: center;
	background-color:whitesmoke;
}
.SideBarTabs
{
	FONT-SIZE: 9pt;
	font-weight:lighter;
	COLOR: #3d6599;
	TEXT-INDENT: 6px;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none;
	VERTICAL-ALIGN: middle;
 	BORDER-WIDTH: 0px;
}

.BannerSubTabs, .IndexLink, .SideBarTabs
{
    color:black;
}

.IndexLink #inpUnit,
.IndexLink #inpSubDiv,
.IndexLink #inpLbl {
	display: none;
}

.WidgetBar, #DTLNavigator_txtFromTo {
    color:black !important;
}

.WidgetBarSelected
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	border: none;
	background-color: white;
}
.WidgetBarHL
{
	font-weight: bold;
	font-size: 10px;
	color: #3d6599;
	background-color: #E4E7D0;
}
.WidgetBar
{
	FONT-SIZE: 12px;
	COLOR: #3d6599;
	BACKGROUND-COLOR: whitesmoke;
}
.RecordWidget
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #3d6599;
	BACKGROUND-COLOR: #E4E7D0
}
.RecordWidgetLight
{
	FONT-SIZE: 10px;
	COLOR: #3d6599;
	BACKGROUND-COLOR: #E4E7D0
}
.ListWidget
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #3d6599;
	BACKGROUND-COLOR: #E4E7D0
}

.Btn, input[value="Go"] {
	color: black;
	font-family: inherit;
	padding: 5px 10px;
}

.BtnBlue, input[value="Go"] {
	background-color:#8cba4d;
}

.BtnBlue:hover {
	background-color:#8dba4daf;
}

.BtnGreen {
	background-color:#8cba4d;
}

.BtnGreen:hover {
	background-color:#8dba4daf;
}

.BtnPay {
	font-size: 1.2em;
	background-color: gold;
}

.BtnPay:hover {
	background-color: rgb(253, 242, 177);
}



/*************************************************************************************************/
/********************** SEARCH INSTRUCTIONS/EXAMPLES *********************************************/

.instructionTable {
	width: 60% !important;
	margin-left: auto;
	margin-right: auto;
}

.headerSearchInstruction {
	background-color: #274B3F;
	color: white;
	font-weight: 600;
}

.contentInstruction {
	padding-bottom: 20px;
	vertical-align: top;
}

.contentInstruction ol {
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 15px;
}

/*************************************************************************************************/
/********************** SEARCH RESULT TABLE ******************************************************/

tr.SearchResults:hover {
	background-color: #afafaf;
}

/* ---------------------------------------------------------
----------------FOOTER STYLES-------------------------------
------------------------------------------------------------*/

#dvFooter {
	text-align: left !important;
	width: 100%;
	margin: 0 auto;
	height: auto;
}

#footerContainer {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	padding: 35px 15px 36px;
	font-weight: 300;
	font-size: 15px; 
	margin: 0 auto;
}

#footerContainer a {
	font-weight: 300;
}

.footerSection {
	padding: 0 15px;
}

.footerSection a.button {
	display: inline-block;
	padding: 10px 30px;
	background: #8cba4d;
	color: white;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}

#footerPhone{
	margin: 8px 0 15px;
	padding-left: 0px;
}

#footerPhone::before {
	content: '';
	height: 18px;
	width: 18px;
	display: inline-block;
	background: url(../../images/custom/phone-callG.svg);
	background-size: 100%;
	margin-right: 5px;
}

#footerEmails {
	padding-left: 25px;
}

#footerEmails::before {
	content: '';
	height: 18px;
	width: 18px;
	display: inline-block;
	background: url(../../images/custom/envelope.svg);
	background-size: 100%;
	margin-right: 3px;
	margin-left: -25px;
}

#footerFindUs {
	width: 25%;
}

.menuFooter {
	list-style: none;
	padding-left: 0;
}

.menuFooter li {
	padding: 10px 15px 10px 0;
}

#footerFollowUs {
	width: 16.66666667%;
}

.svgwrapper {
	text-align: center;
	width: 45px;
	height: 45px;
	border: 1px solid white;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	cursor: pointer;
	transition: background-color 0.5s;
}

.svgwrapper:hover {
	background-color: white;
}

.svgwrapper:hover svg {
	fill: rgba(51, 51, 51, 0.9) !important;
}

#footerFollowUs svg {
	height: 1.2em;
	fill: white;
	transition: fill 1s;
}

.footerh2 {
	font-size: 24px;
	margin-bottom: 25px;
	font-weight: 500;
	line-height: 1.1;
	position: relative;
}

.footerh2::after {
	content: '';
    width: 35px;
    height: 3px;
    background: #8cba4d;
    position: absolute;
    left: 0;
    bottom: -10px;
}

footer a {
	color: white;
}

footer a:hover {
	opacity: 0.8;
	text-decoration: none;
}

#bottomFooterSection {
	width: 100%;
	background: rgba(51, 51, 51, 0.5);
    border-top: 1px solid #a1a1a1;
    min-height: 115px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

#footerCopyright {
	display: flex;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}

#footercontent {
    margin-top:0px; 
    color:white;
    background-image:none;
	background-color: rgba(51, 51, 51, 0.9);
}

.footerLogo {
	max-width: 115px;
	height: 115px;
	margin-left: 5%;
}

.footerLogo img {
	max-width: 100%;
}

#footerCopyrightContent {
	display: flex;
	align-items: center;
	margin-left: 1%;
}

.FormText {
	font-size: 11px;
	width: auto;
}

.AkandaCopyright {
    color:#666666;
    font-size: 8pt;
    font-weight:normal !important;
	font-family: Verdana;
}

.ResultListTitleColor {
	FONT-SIZE: 12px !important;
	font-weight: bold !important;
	COLOR: white;
	background-color: #0093b2;
	border: none;
	transition: background-color 0.25s;
}

.ResultListTitleColor:hover {
	background-color: #8cba4d !important;
}

/***************************************** CALCULATOR ********************************************/
/*************************************************************************************************/
#calculator {
	width:60%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
}

#calculator h2 {
	font-size: 1.25rem;
	text-align: center;
}

#convCalcResults {
	padding-top: 20px;
}

#formInputs label{
	padding: 2px 0;
}

#calculator button {
	background-color: #213d34;
	color: white;
	border: 0;
	width: 20%;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 0.9rem;
	border-radius: 10px;
}

#calculator button:hover {
	background-color: #274B3F;
}

#totalRow {
	font-weight: 600;
	font-size: 1rem;
}

#totalRow td {
	border-top: black solid 2px;
}

#errorMessage {
	font-size: 1.1rem;
	font-weight: 700;
	color: red;
}

/* ----------------------------------------------------------------------------*/
/*------------------------FAQ Accordion styles---------------------------------*/
/*-----------------------------------------------------------------------------*/
#faq {
    max-width: 900px;
    margin: auto;
	margin-bottom: 30px;
    padding: 0 15px;
    text-align: center;
  }
  
  section.faq {
    padding-top: 2em;
    padding-bottom: 3em;
  }
  
  #faq ul {
    text-align: left;
  }
  .transition, p, ul li i:before, ul li i:after {
    transition: all 0.3s;
  }
  
  #faq .no-select, #faq h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
  }
  
  #faq h1 {
    color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
    margin-bottom: 30px;
    margin-top: 15px;
  }
  
  #faq h2 {
    color: #cc071e;
    font-family: 'Open Sans', sans-serif;
	font-weight: 900;
    font-size: 20px;
    line-height: 34px;
    text-align: left;
    padding: 15px 15px 0;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    cursor: pointer;
    transition: .2s;
  }
  
  #faq p {
    color: #333;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.45;
    position: relative;
    overflow: hidden;
    max-height: 600px;
    will-change: max-height;
    contain: layout;
    display: inline-block;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0 50px 0 15px;
    transition: .3s opacity, .6s max-height;
    hyphens: none;
    z-index: 2;
  }
  
  #faq ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
  }
  #faq ul li {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    /*padding-bottom: 4px;*/
    /*padding-top: 18px;*/
    background: #fff;
    box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
    -webkit-tap-highlight-color: transparent;
  }
  #faq ul li + li {
    margin-top: 15px;
  }
  #faq ul li:last-of-type {
    padding-bottom: 0;
  }
  #faq ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 28px;
    right: 15px;
  }
  #faq ul li i:before, ul li i:after {
    content: "";
    position: absolute;
    background-color: #8cba4d;
    width: 3px;
    height: 9px;
  }
  #faq ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
  }
  #faq ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
  }
  #faq ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation;
  }
  #faq ul li input[type=checkbox]:checked ~ h2 {
    color: #000;
  }
  #faq ul li input[type=checkbox]:checked ~ p {
    /*margin-top: 0;*/
	display: none;
    max-height: 0;
    transition: .3s;
    opacity: 0;
    /*transform: translate(0, 50%);*/
  }
  #faq ul li input[type=checkbox]:checked ~ table {
    /*margin-top: 0;*/
	display: none;
    max-height: 0;
    transition: .3s;
    opacity: 0;
    /*transform: translate(0, 50%);*/
  }
  #faq ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
  }
  #faq ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
  }

  .faqimg {
	border: 1px black solid;
	overflow: hidden;
  }

/************************************ GENERAL SETTINGS ****************************************/
/*************************************************************************************************/
/************************************* MAINTENANCE MESSAGE ****************************************/

#notifBox{
	height: 30px;
	width: 750px;
	position: relative;
	left: 15%;
	color: #555;
	border-radius: 10px;
	padding: 15px 10px 0px 36px;
	margin: 10px;
	background: #fff8c4;
	border: 1px solid #f2c779;
	line-height: 13px;
}

/*background color of search results printable version popup window*/
body#printableversion 
{ 
  	background-color:#ffffff; 
}


/**************************************** TAX SALE LISTING ****************************************/
/**************************************************************************************************/
/************************************* TABLE SETTINGS ****************************************/
table[summary="Script output"] {
	width: 100%;
	border-collapse: collapse; 
}

table[summary="Script output"] tr:nth-of-type(odd) { 
    background: #eee; 
}

table[summary="Script output"] th { 
    background: #0093b2; 
    color: white; 
    font-weight: bold; 
}

table[summary="Script output"] td, 
table[summary="Script output"] th { 
    padding: 6px; 
    border: 1px solid #9B9B9B; 
    text-align: left; 
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	table[summary="Script output"] { display: block; }

  	table[summary="Script output"] thead, 
	table[summary="Script output"] tbody, 
	table[summary="Script output"] th, 
	table[summary="Script output"] td, 
	table[summary="Script output"] tr 
	{ 
		display: block; 
	}

  	table[summary="Script output"] thead tr { position: absolute;top: -9999px;left: -9999px;}
  	table[summary="Script output"] tr { border: 1px solid #9B9B9B; }
  	table[summary="Script output"] td { border: none;border-bottom: 1px solid #9B9B9B; position: relative;padding-left: 50%; }
  
  	table[summary="Script output"] td:before { position: absolute;top: 6px;left: 6px;width: 45%; padding-right: 10px; white-space: nowrap;}
  
  /*
  Label the data
  */
  	table[summary="Script output"] td:nth-of-type(1):before { content: "Tax Sale Date"; }
  	table[summary="Script output"] td:nth-of-type(2):before { content: "Parcel ID"; }
	table[summary="Script output"] td:nth-of-type(3):before { content: "Map Ref"; }
	table[summary="Script output"] td:nth-of-type(4):before { content: "Tax Sale ID"; }
	table[summary="Script output"] td:nth-of-type(5):before { content: "Owner"; }
	table[summary="Script output"] td:nth-of-type(6):before { content: "Address"; }
	table[summary="Script output"] td:nth-of-type(7):before { content: "Tenant"; }
	table[summary="Script output"] td:nth-of-type(8):before { content: "Defendant"; }
	table[summary="Script output"] td:nth-of-type(9):before { content: "Levy Type"; }
	table[summary="Script output"] td:nth-of-type(10):before { content: "Lien Book"; }
	table[summary="Script output"] td:nth-of-type(11):before { content: "Page"; }
	table[summary="Script output"] td:nth-of-type(12):before { content: "Levy Date"; }
	table[summary="Script output"] td:nth-of-type(13):before { content: "Min Year"; }
	table[summary="Script output"] td:nth-of-type(14):before { content: "Max Year"; }
	table[summary="Script output"] td:nth-of-type(15):before { content: "Total Tax Due"; }
}

/* ----------------------------------------------------------------------------*/
/*-------------Media Queries for different screen sizes------------------------*/
/*-----------------------------------------------------------------------------*/

/* @media screen and (min-width: 1600px) {
	.HeaderSiteTitle {
		left: 12%;
	}
	
	.HeaderSiteTitle h1 {
		font-size:  36pt;
	}

	.HeaderSiteTitle h5 {
		font-size: 18pt;
	}

	img.logo {
		width: 130px;
	}
}

@media screen and (max-width: 1200px){
	img.logo {
		max-height: 95px;
	}

	.HeaderSiteTitle {
		left: 13%; 
	}

	.HeaderSiteTitle h1 {
		font-size: 24px;
	}

	.HeaderSiteTitle h5 {
		font-size: 12px !important;
	}

	#topmenu {
		height: auto;
	}
	
	#ContentPanel1 {
		width: 95% !important;
	}

	#captcha_div {
		width: 100% !important;
	}

	#wrapper.center {
		min-width: 0;
	}
}

@media screen and (max-width: 1000px) {
	.contentGrid {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}

	.contentGrid
 > .headshot {
		grid-column: 1;
		grid-row: 1;
	}

	.contentGrid
 > .contactcontainer {
		grid-column: 1;
		grid-row: 2;
		padding-left: 10%;
	}

	.contentGrid
 > .maincontent {
		grid-row: 1 / span 2;
		grid-column: 2 / span 4;
	}

	.HeaderSiteTitle {
		left: 25%;
	}

	#Table1 {
		width: 95% !important;
	}
}

@media screen and (max-width:850px){
	table {
		border-spacing: 0;
	}
	
	table, tbody, tr, td, th {
		display: block;
		text-align: left;
		width: 100% !important;
		height: auto;
	}

	.FormText {
		width: 90%;
		padding-bottom: 3px;
	}

	#sidemenu {
		width: 100%;
		display: block;
	}

	#sidemenu ul {
		display: block;
		padding: 0;
	}

	#sidemenu ul .sel a {
		display: block;
	}

	#sidemenu .sel a, #sidemenu .unsel a {
		width: 100%;
		display: block;
	}

	#wrapper.center {
		width: 95%;
	}

	td[align="left"][colspan="1"]:has(input[id="inpUnit"]) + td ~ td{
		display: none;
	}

	td.IndexLink:has(input[name="inpOwner1"]) + td ~ td {
		display: none;
	}

	#searchResults > tbody > tr {
		margin-bottom: 15px;
	}

	tr.SearchResults {
		margin-bottom: 10px;
	}

	tr.SearchResults > td:first-child {
		background-color: #0093b2;
		color: white;
		font-weight: bold;
	}
}

@media screen and (max-width: 600px){
	#pagewrapper {
		width: 100% !important;
	}

	#topmenu {
		display: block;
		height: auto;
		width: 100%;
	}

	#topmenu ul {
		display: block;
		float: left;
		height: auto;
	}

	#topmenu ul li {
		width: 100%;
	}

	#footercontent {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.phonedesktop {
		display: none;
	}

	.phonemobile {
		display: block;
	}

	img.logo {
		padding-top: 4%;
	}

	.HeaderSiteTitle {
		left: 25%;
	}
}

@media screen and (max-width: 478px) {
	.HeaderSiteTitle {
		margin-right: auto;
		margin-left: auto;
	}

	.sitelogo {
		background-image: url("../../images/custom/DekalbSoloLogo.png");
		background-size: contain;
		background-position: center;
	}

	.HeaderSiteTitle h1 {
		font-size: 20px;
	}

	.HeaderSiteTitle h5 {
		font-size: 10px;
	}

	#rightsection {
		visibility: hidden;
	}

	.columns {
		display: block;
		width: 100%;
	}
	
	.PullDownMenuLayer {
		display: none;
	}

	#footerContainer {
		width: 95%;
		font-size: 0.9em;
	}
	
	.footerLogo {
		margin-left: 0;
	}

	#footerEmails {
		font-size: 10px;
	}
} */