/*=======
CSS INDEX
=========

1. Base CSS

================================*/

/* =============================
1. Base CSS
================================*/

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.section-padding {
    padding: 60px 0;
}

.section-gray {
    background-color: #F7F7F7;
}

.section-dark {
    background-color: #110C09;
    color: #fff;
}

a {
    transition: .3s;
}

a:hover {
    color: #000;
}

#cd-menu-trigger {
    display: none;
}

a.orange:link {
    color: #993300;
}

/* =========================
2. Home CSS
============================*/

#mobile-header {
    display: none;
}

.container {
    width: 1000px;
}

.main-wrapper {
    background-color: #0F2F55;
}

.main-wrapper-inner {
    background-color: #fff;
}

.banner img {
    width: 100%;
}

.main-menu-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu-right ul li {
    display: inline-block;
}

.main-menu-right ul li a {
    display: block;
    color: #0000EE;
    text-decoration: underline;
    font-size: 13px;
    padding: 7px 12px;
}

.navigations {
    background-image: url("../images/VerifyRecords_Header.jpg");
    background-size: cover;
    background-position: center top;
    height: 35px;
}

.nav-shadow {
    width: 100%;
    position: relative;
    top: -5px;
}

.navigations {
    position: relative;
}

.navigations::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 0;
    background: #0E2F53;
    width: calc(100% - 10px);
    height: 1.5px;
}


.navigations::before {
    position: absolute;
    content: "";
    left: 5px;
    bottom: 0;
    background: #0E2F53;
    width: calc(100% - 10px);
    height: 1.5px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.bg-red {
    background-color: #900700;
    text-align: center;
    padding: 5px 0;
}

.bg-red h2 {
    color: #fff;
    font-size: 19px;
    margin: 0;
}

.form-area {
    margin-top: 21px;
}

.fa-section {
    background-image: url(images/images/bv02035.png);
    background-size: cover;
    background-position: center;
}

.fa-section h3 {
    margin-top: 15px;
    text-align: center;
    font-size: 19px;
    width: 65%;
    margin: 15px auto 20px;
    color: #16386B;
}

.free-y span {
    background: #FFD700;
    display: inline-block;
    padding: 0 20px;
    margin-left: 20px;
    margin-bottom: 24px;
    color: #CC0000;
    font-size: 16px;
    font-weight: 600;
}

.form-top {
    margin-bottom: 10px;
    overflow: hidden;
}

.form-top label {
    display: block;
    margin-bottom: 0;
    color: #666666;
    font-size: 20px;
    font-weight: 900;
}

.form-top fieldset input[type="text"] {
    width: 92%;
    border: 1px solid #000;
    padding: 2px 15px;
}

.form-top fieldset select {
    width: 92%;
    border: 1px solid #000;
    padding: 2px 15px;
}

.form-top fieldset {
    float: left;
    width: 33.33%;
}

.form-bottom {
    text-align: right;
}

.form-top {
    margin-bottom: 25px;
    overflow: hidden;
}

.fb-left span {
    float: left;
    width: 75%;
    font-size: 14px;
    color: #000;
    margin-top: 27px;
    display: block;
}

.fb-left img {
    float: left;
    width: 18%;
    margin-right: 4%;
}

.fb-left {
    width: 50%;
}

.fa-form {
    position: relative;
    padding: 0 30px 50px;
}

.fb-left {
    width: 50%;
    position: absolute;
    bottom: 7px;
}

.form-area {
    margin-top: 21px;
    background-image: url("../images/bv02035.png");
    background-size: cover;
    background-position: center top;
}

.form-shadow {
    position: relative;
    top: -12px;
}

.main-content .mc-left {
    float: left;
    width: 60%;
    margin-right: 4%;
}


.main-content .mc-left h2 {
    color: #730202;
    font-size: 21px;
}

.main-content .mc-left h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 24px;
}

.main-content .mc-left p {
    color: #000;
    font-size: 15px;
    margin-bottom: 20px;
}


.main-content .plr-20 {
    overflow: hidden;
}

.mc-right {
    float: left;
    width: 36%;
}

.main-content {
    padding-top: 20px;
}

.mc-aside-text-shadow {
    background-image: none;
    padding: 25px 18px 15px;
    background-color: #E4E4E4;
    margin-bottom: 30px;
}

.mc-aside-text-shadow p {
    font-size: 13px;
    color: #000000;
}

.mc-aside-text-shadow h2 {
    font-size: 16px;
    color: #0F2F55;
    margin-bottom: 10px;
}

.mc-video p {
    margin-bottom: 0;
    background-color: #730202;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

.mc-video.text-center {
    margin-bottom: 30px;
}

.mc-side-list {
    border: 1px solid #000;
    background-color: #E3E3F9;
    padding: 18px 23px;
    margin-bottom: 30px;
}

.mc-side-list ul {
    padding: 0;
    padding-left: 15px;
    margin: 0;
}

.judge-lady {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.bottom-list-inner {
    border: 1px solid #ddd;
    padding: 1px;
    overflow: hidden;
    margin-bottom: 30px;
}

.bottom-list-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ddd;
    float: left;
    width: 33.2271%;
    height: 100%;
    background: #FFFFCC;
    margin-right: 1px;
}

.bottom-list-inner ul li {
    font-weight: 600;
    font-size: 15px;
}

.bottom-feed-inner {
    width: 90%;
    margin: 0 auto;
}

.bottom-feed {
    margin-bottom: 45px;
}

.lofc-inner h2 {
    background-color: #730202;
    color: #fff;
    text-align: center;
    font-size: 19px;
    padding: 5px 0;
}

.lofc-inner {
    border: 1px solid #730202;
}

.lists-of-counties {
    overflow: hidden;
    margin-bottom: 50px;
}

.counties ul {
    margin: 0;
    list-style: none;
    float: left;
    width: 25%;
    margin-bottom: 65px;
    margin-top: 9px;
}

.counties {
    overflow: hidden;
}

.counties ul li {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.counties {
    overflow: hidden;
    background-image: url("../images/Watersheds-NC-map_50%25.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 21px;
}

.footer-inner ul li {
    display: inline-block;
    position: relative;
}

.footer-inner ul li a {
    color: #2F00EE;
    display: block;
    padding: 0 20px;
    font-size: 13px;
    text-decoration: underline;
}

.footer-inner ul li::after {
    position: absolute;
    content: "";
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #2F00EE;
    top: 2px;
}

.footer-inner ul li:last-child::after {
    width: 0;
}

.footer-inner p {
    font-size: 11px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}

.footer-inner {
    padding-bottom: 32px;
}

.footer-inner .disclaimer {
    text-align: center;
    margin-bottom: 0;
    width: 72%;
    margin: 0 auto;
}

.foot-line {
    background-color: #000;
    height: 2px;
    width: 50%;
    margin: 0 auto 20px;
}

.main-content {
    padding-top: 20px;
    padding-bottom: 30px;
}

#mobile-header {
    text-align: right;
    margin-top: 0;
    padding-top: 0;
}

.main-menu-right.text-right {
    display: none;
}

#responsive-menu-button {
    color: #900700;
    font-size: 21px;
}

.form-bottom input {
	width: 100%;
	height: 45px;
	background-color: #900700;
	display: inline-block;
	max-width: 195px;
	border: 3px solid #CD9E00;
	border-radius: 7px;
	position: relative;
	padding-left: 10px;
	color: #fff;
	font-weight: 600;
}

.form-bottom input::after {
    content: "Search Now";
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 37px;
    font-weight: 700;
}

.form-bottom {
    position: relative;
}

.form-bottom::before {
    content: "\f002";
    position: absolute;
    right: 148px;
    top: 10px;
    z-index: 9;
    font-family: FontAwesome;
    color: #fff;
}
