#quickSearchPanelContainer{
	background: url(/images/background_overlay-d4bd753508bef6fe6ddba2292ddb777a.png);
}
#quickSearchPage .quickSearchPanel.crossSearch {
    background: url(/images/LI_background_image-3727484b605f197bd23613b074ab094b.png) no-repeat top left / cover;
    padding-top: 30px;
    padding-bottom: 74px;
}
.searchPageTitleHeadingRow {
    padding-top: 30px;
} 
.pageLinkRedirectRow {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pageLinkRedirect.horizontal > li {
    margin-right: 20px;
}
.pageLinkRedirect.horizontal > li > a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    line-height: normal;
}
.basicSearchBoxContainer{
    margin-top: 40px;
}
.searchBoxRow.top {
    min-height: 50px;
    border-radius: 5px 5px 0px 0px;
}
.searchBoxRow {
    margin-right: 15px;
    margin-left: 15px;
    background: inherit;
    background-color: rgba(13, 13, 13, 0.509803921568627);
    border: none;
}
.quickSearchGroup {
    float: none;
    margin: 0 auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.input-group.quickSearchGroup.searchBox li a {
    color: #FFFFFF;
}
.searchBoxRow.bottomRow {
    min-height: 25px;
    border-radius: 0px 0px 5px 5px;
}
.container-fluid.featuresStuff {
    padding-right: 10px;
    padding-left: 10px;
}
#QuickSearchPage .container-fluid {
    background-color: #f8f8f8;
}
.container-fluid.featuresStuff{
	margin-top:30px;
}
.searchBoxRow .quickSearchGroup.searchBox #txtSearch {
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-radius: 20px;
    border-color: #aeaeae;
}
.searchBoxRow .quickSearchGroup.searchBox #txtSearch:focus {
    border-width: 1px;
    border-color: #118289;
    box-shadow: 0 0 6px 4px #83d6dcb8;
}

#citationCheckerContainer label#btnLaw:focus {
    outline: dotted;
}
#citationCheckerContainer label#btnStatue:focus {
    outline: dotted;
}
#citationCheckerContainer label#btnBill:focus {
    outline: dotted;
}

#citationCheckerContainer span#lawInputsexample:focus {
    outline: dotted;
}
#citationCheckerContainer span#statueInputsexample1:focus {
    outline: dotted;
}
#citationCheckerContainer span#statueInputsexample2:focus {
    outline: dotted;
}
#citationCheckerContainer span#billInputsexample:focus {
    outline: dotted;
}

#basicSearchRow #submitbutton.basicSearchSubmitButton {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #367A89;
    border: none;
    position: absolute;
    top: 4px;
    right: 24px;
    z-index: 3;
    background-color: white;
    border-radius: 7px;
}
.basicSearchSubmitButton:focus, #headerBasicSearchControl:focus {
    box-shadow: 0 0 6px 4px #83d6dcb8;
}
#basicSearchRow {
    padding-bottom: 50px;
}
.pageLinkRedirect.horizontal .dropdown li a {
    color: #333333;
}
#citationCheckerDropdown{
	float:right;
}

#citationCheckerContainer{
	top: 180px;
	padding: 0;
	border-radius: 7px 7px;
	width: 570px;
    height: 413px;
    position:absolute;
    right:35px;
    z-index: 1002;
    background-color: rgba(249, 249, 249, 1);
    margin-top: 5px;	
}
#citationCheckerTop{
	background-color: rgba(17, 130, 137, 1) !important;	
	overflow:auto;
	color:white;
	border-radius:5px 5px 0 0;
	padding:10px 15px 10px 20px;
}
#citationCheckerBottom{
	padding: 20px;
	background-color: rgba(249, 249, 249, 1);
}
#citationCheckerTop .citationCheckerTitle{
	float:left;
}
#citationCheckerTop .citationCheckerTitle .uxf-icon, .citationCheckerControl .uxf-icon{
	font-size: 20px;
}
#citationCheckerTop .citationCheckerControl{
	float:right;
}
#citationCheckerTop .citationCheckHeader{
	font-size:24px;	
	padding-left:10px;
}
.btnGroupSelected {
    max-height: 30px !important;
    font-size: 13px !important;
    background-color: #daeef2 !important;
    border-color: #128289 !important;
    color: #128289 !important;
}
.btnGroupDeselected {
    max-height: 30px !important;
    font-size: 13px !important;
    background-color: white;
    border-color: #128289 !important;
    color: #128289 !important;
}
#citationCheckerInputs{
	margin-top:20px;
}
#citationCheckerInputs input[type="text"]{
	height: 35px;
	width:100px;
	background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 5px;
    padding: 10px 10px;	
}
#citationCheckerInputs input[type="text"]::placeholder{
	color:#b7b4b4;
}
#citationCheckerInputs select.typeDropdown{
	height: 35px;
	width: 53px;
	background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 5px;
	margin-right: 5px;
    margin-left: 2px;	
}
#citationCheckerInputs input[type="button"]{
	color:white;
    height: 35px;
    background-color: rgba(17, 130, 137, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(121, 121, 121, 1);
    border-radius: 5px;
    box-shadow: none;
    font-family: 'Roboto Medium', 'Roboto', 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}
#citationCheckerInputs .example{
	margin-top:10px;
	font-family: 'Roboto Italic', 'Roboto', 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 11px;
    color: #585858;	
}
#citationCheckerInputs .dash{
	padding:5px 5px;
}
#matchingResult{
	margin-top: 30px;
}
#matchingResult .resultHeader{
	font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.resultFields{
	margin-top:10px;
	display:flex;
}
.resultField{
	margin-right:20px;
}
.resultFields .resultLabel{
	font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;	
}
.resultFields .resultData{
	margin-right:20px;
	padding:5px;
	border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 5px;	
}
#resultNotFound{
	margin-top:30px;
	padding:10px;
	background-color: rgba(255, 234, 231, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 155, 161, 1);	
}
#citationCheckerLink{
	color:white;
	border: none;
    border-radius: 5px;	
	background-color: rgba(17, 130, 137, 1);
	padding:10px;
}
.citationCheckerControl .uxf-close{
	color:white;
	border: none;
    border-radius: 5px;	
	background-color: rgba(17, 130, 137, 1);
}
#docViewLinkContainer{
	margin-top:15px;
}
#docViewLink{
	font-family: 'Roboto Medium', 'Roboto', 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    color: #2A5DB0;	
}
.citationCheckerClear{
	text-decoration: none;
	margin-left:20px;
}
.screenCenterModal{
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.7);
	display:flex;
	justify-content:center;
	align-items:center;
	display:none;
	z-index:9000;
}
.screenCenterModal > .modalContent{
	width: 800px;
    height: 515px;
	background-color:white;
	border-radius:4px;
	text-align:center;
	padding:20px;
	position:relative;
}
.screenCenterModal > .modalContent .closeModalX{
	position:absolute;
	top:5px;
	right:10px;
	font-family: "ux-framework", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #AAAAAA;
    text-align: center;
    cursor:pointer;	
}
.screenCenterModal > .modalContent .modalHeaderContainer{
	position:absolute;
	top:5px;
	left:20px;
}
.screenCenterModal > .modalContent .modalHeader{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #118289;
}
.screenCenterModal > .modalContent .modalDescContainer{
	position: absolute;
    top: 60px;
    left: 20px;
}
.screenCenterModal > .modalContent .modalDesc{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #555555;
}
.screenCenterModal > .modalContent >  .modalData{
position: absolute;
    top: 90px;
    left: 20px;
    min-width: 760px;
    max-height: 360px;
	overflow: auto;
    overflow-x: hidden;
    background-image: none;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 0px;    
}
#popularLawContent > .modalData{	
	margin-right:20px;
}
.screenCenterModal > .modalContent .closeModalButton{
	position: absolute;
	left: 700px;
    top: 470px;
	width: 80px;
    height: 30px;	
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #0B575C;    	
    background-color: rgba(238, 238, 238, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(200, 200, 200, 1);
    border-radius: 5px;
	box-shadow: 0px -3px 0px 0px rgb(213 213 213) inset;    
}
.popularLawNameLine{
	text-align:left;
	margin-bottom:5px;
}
.popularLawNameLine .popularLawNameLink{
    padding: 10px;	
}
.citationCheckerDescContainer{
	clear:both;
	padding-left: 35px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;	
}
#closeCitationChecker{
	padding: 8px 5px 5px 5px;
}
#closeCitationChecker:focus{
	outline-width: 5px;
    outline-style: auto;
    outline-color: white;
}

#legislativeBrowse li {
    width: 100%;
}
.promoContainer{
	padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* or simply "1fr 1fr;" */
    grid-row-gap: 10px; 
    grid-column-gap: 10px;    
}
.promoContainer > .panelColumn{
}
.promoPanel{
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    border-radius: 0px;
    box-shadow: 4px 4px 5px rgb(215 215 215 / 35%);    

}
.promoTitle{
	padding-left:15px;
	font-family: "Roboto Bold", Roboto, Roboto, sans-serif;
	font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #0E6D73;
    text-transform: uppercase;	
}
.basicPromoHeading{
	font-family: 'Roboto Medium', 'Roboto', 'Roboto', sans-serif;
    font-weight: 600;
    color: #555555;
    margin-bottom: 15px;
}
.promoTitle>.promoTargetLink{
	font-family: "Roboto Bold", Roboto, Roboto, sans-serif;
	font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #0E6D73;
    text-transform: uppercase;	
}
.gisPanel-Body{
	padding:0 15px 15px 15px;
}
.promoTextLink{
	font-family: 'Roboto Bold', 'Roboto', 'Roboto', sans-serif;
    font-weight: 700;
    color: #2A5DB0;	
}
.resultNotFoundContainer.quickSearchGroup{
    margin-bottom: 20px;
}
.notALink{
	color: inherit !important;
    text-decoration: none !important;	
	pointer-events: none;
    cursor: default;   
}
@media only screen and (max-width: 599px) {
	.promoContainer{
	    grid-template-columns: repeat(1, 1fr); /* or simply "1fr 1fr;" */
	}
}
@media only screen and (max-width: 991px) {
	.searchBoxRow .quickSearchGroup.searchBox #txtSearch{
		margin-left:5px;	
	}
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
	#contentLH .promoContainer{
	    grid-template-columns: repeat(2, 1fr); /* or simply "1fr 1fr;" */
	}
}
