
html {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 25px;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  overflow-x: hidden;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: 400;

}
a {
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: inherit;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
}
.padd-70{
	padding: 70px 0;
}
header .top-bar{
	padding: 15px 0;
}
header .navbar-brand img{
	max-width: 130px;
}
.search-container a, .advance-search a{
	color: #230A59;
}
.advance-search ul{
	padding-left: 20px;
}
.search-container input{
	max-width: 230px;
	border-right: none;
	border-radius: 8px;
}
.search-container button{
	background: transparent;
	border: 1px solid #ced4da;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
header .menu-section{
	background: #8c031c;
	border-top: 2px solid #f2b90f;
	border-bottom: 2px solid #f2b90f;
}
header .menu-section .navbar-nav a{
	color: #f2b90f;
	text-transform: uppercase;
}
header .menu-section .navbar-nav li.current-menu-item a{
	color: #fff;
}

header .menu-section .navbar{
	padding: 15px 0;
}
.img-report .fa{
	color: #f2b90f;
	background: #fff;
	font-size: 24px;
	width: 50px;
	position: relative;
}
.img-report .fa::after{
	content: "";
	position: absolute;
	background: #f2b90f;
	height: 1px;
	width: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.img-report .report-icon{
	margin-top: 30px;
}
.img-report .report-icon img{
	max-width: 70px;
}
.report .report-text h2{
	font-size: 43px;
	color: #230A59;
	font-weight: 700;
}
.report .report-text p{
	color: #4D4D4D;
	font-size: 24px;
}
.report .report-text{
	padding-top: 20px;
}
section.why-choose{
	background: #fffaf1;
	background-image: url('../images/law-1.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
section.about-us{
	margin: 70px 0px;
}
.banner-container img, .banner-container{
	width: 100%;
}
.choose-title h3{
	font-size: 28px;
	font-weight: 700;
	color: #8C031C;
	padding-bottom: 20px;
}
.choose-info ul li{
	color: #4D4D4D;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 20px;
}

.choose-info ul li::before{
	font-family: FontAwesome;
    content: "\f058";
    margin-left: -25px;
	padding-right: 10px;
	color: #f2b90f;
}
.choose-info ul{
	padding-left: 30px;
}
.snippet-container .icon-enclose{
	background: #f2b90f;
	width: 70px;
	height: 70px;
	line-height: 70px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin: 0 auto;
	text-align: center;
	transform: translateX(-50%) rotate(40deg);
}
.snippet-container .snippet-icon img{
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
}
.snippet-text p{
	font-size: 30px;
}
section.snippet{
	padding-top: 100px;
	padding-bottom: 150px;
}
.snippet-container .snippet-bg{
	position: relative;
	z-index: -1;
}
.snippet .snippet-container{
	position: relative;
}
.snippet-container .snippet-bg::after{
	content: "";
	position: absolute;
	background: rgba(35, 10, 89, 0.66);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.snippet-container .snippet-text{
	position: absolute;
	bottom: 35%;
	width: 100%;
	color: #fff;
}
.snippet-container .snippet-link{
	position: absolute;
	bottom: 20px;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
}
.snippet-container .snippet-link a{
	display: block;
	border: 2px solid #fff;
	padding: 15px 0;
	color: #fff;
}
.snippet-container .snippet-square{
	position: absolute;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #7a6c9b;
	z-index: -1;
	top: 35px;
	left: 50%;
	transform: translateX(-50%) rotate(40deg);
}
.snippet .snippet-container:hover .snippet-bg::after{
	background: #f2b90f;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.snippet .snippet-container:hover .icon-enclose{
	background: #230a59;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.snippet .snippet-container:hover .snippet-square{
	background: #f6ce57;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.snippet-bg img{
	width: 100%;
}
footer.footer{
	background: #230a59;
}
footer .schedule-call{
	background: #8c031c;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	padding: 50px 0;
	margin-top: -75px;
	border-radius: 10px;
}
footer .schedule-call h3, footer .schedule-call a{
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
footer .schedule-call a{
	text-transform: uppercase;
	font-weight: normal;
	background: #f2b90f;
	padding: 10px 40px;
	border: 1px solid #f2b90f;
}
footer .footer-contacts{
	padding: 50px 0;
}
.footer-contacts .quick-link{
	padding-top: 30px;
	color: #fff;
}
.footer-contacts .footer-link p{
	font-size: 18px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	color: #fff;
}
.footer-contacts .footer-link p::after{
	content: "";
	position: absolute;
	background: #2f08bc;
	height: 1px ;
	width: 70%;
	left: 0;
	bottom: -5px;
}
.footer-contacts .quick-link li, .mail-phone li{
	padding-bottom: 5px;
}
.footer-contacts .contact-info{
	padding-top: 120px;
}
.contact-us-form .wpcf7-validation-errors{
	margin: 25px 200px;
	text-align: center;
}
.mail-phone a{
	color: #fff;
}
.mail-phone a .fa{
	color: #2f08bc;
	width: 20px;
	margin-right: 10px;
}
.social-link li a{
	color: #fff;
	font-size: 24px;
}
.social-link{
	padding-top: 20px;
	border-top: 1px solid #2f08bc;
}
.footer-form p::after{
	display: none;
}
.footer-form p{
	margin-bottom: 15px;
}
/*.contact-form form input{
	border: none;
	background: transparent;
	border-bottom: 1px solid #2f08bc;
	border-radius: 0;
	color: #fff;
}*/
.contact-form form button{
    font-weight: normal;
    background: #f2b90f;
    padding: 10px 40px;
    border: 1px solid #f2b90f;
    border-radius: 0;
}
.contact-form .submit-btn{
	font-weight: normal;
	background: #f2b90f;
	padding: 14px 40px;
	border: 1px solid #f2b90f;
	border-radius: 0;
	font-size: 16px;
	display: inline-block;
	color: #fff;
}
.wpcf7-validation-errors {
    color: red;
}
footer .footer-form{
	padding: 15px;
	border: 1px solid #2f08bc;
}
.contact-us-form input{
	padding-left: 14px;
}

.contact-form form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #230A59;
  opacity: 1; /* Firefox */
}

.contact-form form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #230A59;
}

.contact-form form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #230A59;
}
/*.contact-form form input:focus{
	background: transparent;
	box-shadow: none;
	color: #fff;
}*/
.search-container input:focus{
	background: transparent;
	box-shadow: none;
}
.copy-rit p{
	color: #fff;
	margin-bottom: 0;
	padding: 20px 0;
	position: relative;
}
.copy-rit p::after{
	position: absolute;
	content: "";
	height: 1px;
	width: 95%;
	background: #2f08bc;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.menu-section .navbar-light .navbar-toggler{
	border: none;
	outline: none;
}
.search-container a:hover, .advance-search a:hover{
	color: #f2b90f;
}
header .menu-section .navbar-nav a:hover{
	color: #fff;
}
footer .schedule-call a:hover, .contact-form form button:hover, .contact-form .submit-btn:hover{
	background: transparent;
	border: 1px solid #f2b90f;
	color: #f2b90f;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.footer-link li a:hover{
	color: #f2b90f;
}
/*=======Responsive=============*/
@media(max-width: 1200px){
	.snippet-text p{
		font-size: 24px;
	}
}

@media(max-width: 991px){
	.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #f2b90f;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
	}
	.navbar-toggler .top-bar {
	  transform: rotate(45deg);
	  transform-origin: 10% 10%;
	}
	.navbar-toggler .top-bar{
		padding: 0;
	}

	.navbar-toggler .middle-bar {
	  opacity: 0;
	}

	.navbar-toggler .bottom-bar {
	  transform: rotate(-45deg);
	  transform-origin: 10% 90%;
	}

	.navbar-toggler.collapsed .top-bar {
	  transform: rotate(0);
	}

	.navbar-toggler.collapsed .middle-bar {
	  opacity: 1;
	}

	.navbar-toggler.collapsed .bottom-bar {
	  transform: rotate(0);
	}
	 
	.navbar-toggler {
	  border: none;
	  background: transparent !important;
	}
	.snippet .snippet-container{
		margin-bottom: 30px;
	}
	.choose-title h3{
		font-size: 18px;
	}
	.choose-info ul li{
		font-size: 14px;
	}
	.report .report-text h2{
		font-size: 30px;
	}
	.report .report-text p{
		font-size: 20px;
	}
	.choose-info img{
		max-width: 200px;
	}
	.choose-info ul li, .choose-title h3{
		padding-bottom: 10px;
	}
}

@media(max-width: 767px){
	section.snippet {
    padding-top: 50px;
    padding-bottom: 100px;
	}
	footer .footer-form{
		margin-top: 20px;
	}
	.footer-contacts .contact-info{
		padding-top: 0;
	}
	.choose-title h3{
		padding-top: 20px;
	}
	.padd-70, section.why-choose{
    	padding: 50px 0;
	}
	.report .report-text h2 {
    	font-size: 20px;
	}
	.report .report-text p {
    	font-size: 16px;
	}
	header .navbar-brand{
		text-align: center;
		display: block;
	}
	header .navbar-brand{
		margin-right: 0;
	}
	.search-enclose{
		margin-top: 20px;
	}
}

@media(max-width: 575px){
	footer .schedule-call{
		display: block;
		text-align: center;
		padding: 30px 0;
	}
	footer .schedule-call a{
		display: inline-block;
		margin-top: 20px;
	}
	.search-enclose{
		display: block !important;
	}
	.search-container input{
		max-width: 100%;
	}
	.advance-search ul{
		padding-left: 0;
	}
}


/* updates on 11/5/2020 */
::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
    color: transparent;
}
form.request-a-report label{
	color: #333c4e;
	font-weight: 600;
}
span.tip-name{
	color: #7e8890;

}
.request-row, .order-row{
	margin-bottom: 25px;
}
input.docket-no, input.case-name, input.case-date, input.datefield, input.customer-name, input.firm, input.phone-number, input.date, input.first-name, input.last-name, input.email, input.case-information, input.caption, input.location{
	width: 100%;
    /* background-color: #444d62; */
    border-radius: 0px;
    height: 40px;
}
select.proceeding-type{
	width: 100%;
    /* background-color: #444d62; */
    border-radius: 0px;
    height: 40px;	
}
input.date{
	/* background-color: #444d62; */
    border-radius: 0px;
	height: 40px;
	margin-bottom: 20px;
	/* border: none; */
	/* color: #fff; */
}
/*input.hours, input.minutes{
	width: 60px;
	 background-color: #444d62; 
    border-radius: 0px;
    height: 40px;
	 border: none; 
	 color: #fff; 
}*/
/*select.time{
	height: 40px;
    width: 60px;
	 background-color: #444d62; 
    border-radius: 0px;
}*/
.burke-title{
	color: red;
}
textarea.address{
	/* background-color: #444d62; */
	height: 140px;
	/* color: #fff; */
}
input.request-submit, input.order-submit{
	width: 100%;
	color: #fff;
	background-color: #f2b90f;
	height: 40px;
    border: none;
	border-radius: 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
	letter-spacing: 2px;
	margin-top: 20px;
}
.request-a-report, .order-transcript{
	margin-top: 40px;
	margin-bottom: 100px;
}

h2.request-main-text{
font-size: 21px;
    color: #333c4e;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0px;
    font-style: normal;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    text-align: center;
	margin: 50px 0px;
}

h3.request-form-title{
	letter-spacing: normal!important;
    margin: 10px 0 6px;
    font-weight: 700;
    font-size: 1.25em;
    color: #333c4e;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}
span.form-sub-title{
	font-weight: 400;
    display: block;
    width: calc(100% - 16px);
    margin-bottom: 16px;
    line-height: 32px;
    color: #7e8890;
    font-size: 15px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.banner-row{
	position: relative;
}
.banner-title{
	font-size: 72px;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.15;
    font-style: normal;
	position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 30%;
	top: 50%;
	color: #fff;
	/* text-transform: uppercase; */
}
.about-us-banner{
	left: 40%;
}
.transcript-banner{
	left: 25%;
}
.download-pdf {
    background-color: #f2b90f;
    border: none;
    color: white;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-right: 20px;
}

/* Darker background on mouse-over */
.download-pdf:hover {
  background-color: #230A59;
  color: white;
}
.time-row{
	margin-top: -15px;
}
.nj-transcript{
	color: red;
	text-align: center;
	display: block;
	font-size: 25px;;
}

@media(max-width: 1199px){
	.banner h1{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
}
@media(max-width: 767px){
	.banner h1{
		font-size: 30px;
	}
	.time-row{
		display: flex;
		flex-wrap: nowrap !important;
		margin-top: 0px;
		padding-left: 15px;
	}
	.time-row [class*="col"]{
		width: auto;
		display: inline-block;
		padding: 0;
	}
	body section.why-choose{
		margin-top: 0;
	}
}

.choose-info img{
	width: 50%;
	display: inline-block;
	padding: 20px;
}
.page-id-5 .choose-info > p{
	text-align: center;
}
.choose-info img:last-child{
	max-width: 40%;
}
.btn-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.download-btn span{
	display: block;
	width: 100%;
	font-weight: 800;
}
.download-btn{
margin-right: 30px;
}
.download-btn button{
margin-top: 10px;
margin-bottom: 40px;
}