@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@300;500;600;800;900&display=swap');

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

strong, th {
    color: #081d33;
    font-weight: 600;
}

p, ul, ol, table {
    font-weight: 300;
    color: #081d33;
    font-size: 1.1em;
}

a, a:hover {
    text-decoration: none;
}

tr {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

#ienotsupportedmessage {
    padding-top: 50px;
    font-weight: bold;
    font-size: 1.4em;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 315px;
}

#combined-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 315px;
}

.header-wrapper {
    /*background: #081d33 url("../images/header-background-image.svg") no-repeat right top;*/
    background-color: #081d33;
    height: 130px;
}

.banner {
    background: #081d33 url("../images/banner.jpg") no-repeat right center;
}

.seal-name {
    /*padding: 10px 0px 25px 0px;*/
    padding: 5px 0px 5px 15px;
}
.seal-name img {
    /*width: 500px;*/
    width: 400px;
}

.nav-wrapper {
    background-color: #081d33;
    border-bottom: 2px solid #66a5da;
}

.navbar {
    padding: 0;
    font-size: 1em;
    font-family: 'Playfair Display', serif;
}

.navbar-nav {
    flex: 1;
    margin: auto !important;
    display: flex;
    justify-content: space-between;
}

.navbar-toggler {
    font-size: 0.9em;
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #002b4c;
    background-color: #66a5da;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255, 0.7);
    border-color: rgba(255,255,255,0.7);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 8px 15px 8px 15px;
}

.nav-item {
    font-size: 1em;
}

.nav-item:hover {
    background-color: #66a5da;
    color: #081d33;
}

.nav-item .nav-link:hover {
    color: #081d33;
}

ul.navbar-nav {
    font-size: 1em;
}

ul.navbar-nav a:hover, ul.navbar-nav a:active, ul.navbar-nav a:focus {
    color: #ffffff !important;
}

.dropdown-menu {
    background-color: #001629;
    border-radius: 0px 5px 5px 5px;
    border: 1px solid #66a5da;
    box-shadow: 0px 4px 10px 4px #081d33;
    margin-top: 0px;
}

.dropdown-menu-right {
    border-radius: 5px 0px 5px 5px;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #66a5da;
    color: #ffffff !important;
}

.dropdown-menu .dropdown-item a:hover {
    color: #ffffff;
}

.dropdown-item {
    padding-left: 10px;
    padding-right: 10px;
}
.nav-item a {
    color: #ffffff;
    font-size: 1em;;
    font-weight: 600;
}

.nav-item a:hover {
    color: #ffffff;
}

.dropdown-divider {
    border-top: 1px solid #66a5da;
}





.nav-search {
    padding-left: 15px;
    padding-right: 15px;
}
.menu-link {
    margin-bottom: 0px;
}

.menu-link a {
    color: #ffffff;
}

.search-icon-button {
    text-align: right;
    padding-right: 15px;
    padding-top: 80px;
    margin-right: 0;
}

.search-icon-button-mobile {
    display: none;
}

.search-icon-button a {
    /*background-color: #66a5da;
    border-color: #66a5da;
    margin-right: 15px;*/
}

.search-icon-button img, .search-icon-button-mobile img {
    width: 22px;
    height: 22px;
}

#search-wrapper {
    background-color: #081d33;
    border-bottom: 2px solid #66a5da;
}

.searchbox {
    padding: 10px 0px 10px 0px;
}

.searchbox input {
    width: 90%;
    display: inline;
    height: 30px;
}

.searchbox button {
    color: #ffffff;
    margin-left: 10px;
    height: 30px;
    padding-top: 2px;
}

.btn {
    background-color: #66a5da;
    border-color: #66a5da;
    color: #ffffff;
}

.btn:hover {
    background-color: #4f8fc4;
    border-color: #4f8fc4;
    color: #ffffff;
}

.features-wrapper {
    z-index: -100;
    border-bottom: 6px solid #66a5da;
    background-color: #0a1b2c;
    
}

.features-carousel .col-12 {
    padding-left: 0px;
    padding-right: 0px;
}


.features-carousel .carousel-indicators {
    margin-bottom: 5px;
}

.features-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.features-carousel .carousel-inner img {
    /*max-height: 450px;*/
}

.features-carousel .carousel-control-prev, .features-carousel .carousel-control-next {
    width: 5%;
}

.features-carousel .carousel-control-prev-icon {
    background-image: url("../images/carousel/carousel-previous.svg");
    width: 15px;
    height: 40px;
}

.features-carousel .carousel-control-next-icon {
    background-image: url("../images/carousel/carousel-next.svg");
    width: 15px;
    height: 40px;
}

/*.feature-text-left {
    position: absolute;
    top: 15%;
    left: 6%;
    right: auto;
}

.feature-text-right {
    position: absolute;
    top: 15%;
    right: 6%;
    left: auto;
}

.feature-text-left h2 {
    font-size: 2.5em;
    font-weight: bold;
}

.feature-text-left p, .feature-text-right p {
    font-size: 1.3em;
}

.slide-no-1 p {
    color: #ffffff;
    padding-bottom: 50px;
    line-height: 1.3em;
}

.slide-no-3 h2 {
    font-size: 2em;
    color: #ffffff;
    padding-bottom: 10px;
}

.slide-no-3 p {
    color: #ffffff;
    font-size: 1.1em;
}*/

.categories {
    padding-top: 50px;
}

.page-header {
    padding-top: 50px;
}

.category-row {
    padding-bottom: 50px;
}

.category {
    text-align: center;
}
.page-header h1 {
    color: #081d33;
    padding-bottom: 30px;
    font-family: 'Playfair', serif;
    font-size: 3em;
}

.categories img {
    height: 70px;
    border-radius: 0px;
}

.categories img:hover, .page-categories img:hover {
    opacity: 0.5;
}

.categories p {
    font-weight: 600;
    color: #081d33;
    padding-top: 10px;
    font-size: 1.2em;
}

.categories a, .page-categories a {
    color: #081d33;
    text-decoration: none;
}

.page-header p {
	font-weight: 400;
	padding-top: 25px;
	padding-bottom: 25px;
}

.media-wrapper {
    padding-top: 20px;
    padding-bottom: 75px;
}

.media-releases, .twitter-feed {
    text-align: center;
}

.media-releases h2, .twitter-feed h2 {
    color: #081d33;
    padding-bottom: 20px;
    font-family: 'Playfair', serif;
    font-size: 2.1em;
}

.media-releases-carousel {
    background-color: #001629;
    height: 500px;
    padding: 30px 30px 15px 30px;
    /*margin-bottom: 100px;*/
    border-radius: 15px;
}

.media-releases-carousel .carousel-inner, .media-releases-carousel .carousel-item {
    height: 455px;
}

.media-releases-carousel h2 {
    text-align: center;
    color: #ffffff;
    font-size: 1.7em;
    font-family: 'Playfair', serif;
}

.media-releases-carousel p {
    color: #ffffff;
    font-size: 0.95em;
}

.media-releases-carousel .button-center {
    text-align: center;
    position: absolute;
    top: 80%;
    left: 25%;
    right: 25%;  
}

.media-releases-carousel ol {
    margin-bottom: 0;
}

.media-releases-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.media-releases-carousel .carousel-control-prev,
.media-releases-carousel .carousel-control-next {
  width: 4%;
}

.media-releases-carousel .carousel-control-prev-icon {
    background-image: url("../images/carousel/carousel-previous.svg");
    width: 15px;
    height: 40px;
}

.media-releases-carousel .carousel-control-next-icon {
    background-image: url("../images/carousel/carousel-next.svg");
    width: 15px;
    height: 40px;
}


.footer-wrapper {
	background-color: #081d33;
}

.footer {
	padding-bottom: 50px;
}

.footer h3 {
	color: #ffffff;
	font-size: 1.3em;
	padding-top: 25px;
    font-family: 'Playfair', serif;
}

.footer hr {
	background-color: #ffffff;
	margin: 0px 0px 10px 0px;
	height: 1px;
}

.footer p {
	color: #ffffff;
	font-size: 0.85em;
	font-weight: 200;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer span {
	padding-right: 25px;
}

.indent {
	padding-left: 37px;
}

.social-media-wrapper {
    background-color: #001629;
}

.copyright p {
    color: #ffffff;
    padding: 10px 0px 10px 0px;
    margin: 0;
}

.social-media {
    text-align: right;
}

.social-media img {
    height: 25px;
}

.social-media ul {
    padding: 10px 0px 10px 0px;
    margin: 0;
}
.social-media li {
    display: inline;
    padding-right: 20px;
}

.social-media li:last-child {
    padding-right: 0;
}

/************************************************************************
 *** The following controls forms on data entry pages                 ***
 ************************************************************************/
    .form-group.required .control-label:before {
        color: red;
        content: "*";
        position: absolute;
        margin-left: -15px;
    }

.disabledbtn {
    text-decoration: none;
    color: black;
    cursor: default;
}
.ErrorDisplay {
    color: #FF0000;
}


/*************** Sub Pages *****************/

.heading-wrapper {
    padding-top: 15px;
    padding-bottom: 5px;
    background: #001629;
    border-bottom: 4px solid #66a5da;
}

.page-heading h1 {
    color: #ffffff;
    font-size: 2.4em;
    font-family: 'Playfair', serif;
    margin-bottom: 0px;
}

.page-heading img {
    width: 40px;
    margin-top: -10px;
}

.page-heading span {
    padding-right: 15px;
}

.page-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-content h1 {
    color: #081d33;
    padding-bottom: 30px;
    font-family: 'Playfair', serif;
    font-size: 3.2em;
}

.page-content h2 {
    font-size: 2em;
    color: #081d33;
    font-family: 'Playfair', serif;
    padding-top: 30px;
}

.page-content h2:first-child {
    padding-top: 0px;
}

.page-content h3 {
    font-size: 1.6em;
    padding-top: 30px;
    color: #081d33;
    font-family: 'Playfair', serif;
}

.page-content h3:first-child {
    padding-top: 0px;
}

.page-content h4 {
    font-size: 1.2em;
    padding-top: 15px;
    color: #081d33;
    font-family: 'Playfair', serif;
}

.page-content .intro-text {
    padding-bottom:  25px;
}

.page-content img {
    border-radius: 15px;
}

.page-categories {
    padding-top: 30px;
    padding-bottom: 0px;
}

.page-categories img {
    height: 70px;
}

.page-categories p {
    font-weight: 600;
    color: #081d33;
    padding-top: 10px;
    font-size: 1em;
}

.page-content .categories img, .page-content .page-categories img {
    border-radius: 0px;
}

.media-release-snippet {
    padding-bottom: 40px;
}

.media-release-snippet h2 {
    font-size: 1.6em;
}

.media-release-snippet h2 a {
    color: #081d33;
}

.media-release-snippet a:hover {
    text-decoration: none;
}

.media-release h2 {
    font-size: 1.8em;
    padding-bottom: 15px;
}

.media-release .end {
    text-align: center;
}

.link-section {
    padding-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #081d33;
}

.link-section h2 {
    margin-bottom: 0;
}

.link-section-first {
    padding-top: 0px;
}

.link-section h3 a {
    color: #081d33;
}

.link-section-charts {
    padding-top: 60px;
    margin-bottom: 10px;
    border-bottom: 2px solid #081d33;
}

.link-list p {
    font-size: 1.2em;
}

.faq {
    padding-bottom: 25px;
}

.faq-question {
    margin: 0;
    padding-bottom: 5px;
}

.reg-statute-table {
    width: 100%;
    
}

.reg-statute-number {
    width: 14%;
}

.reg-statute-subject {
    width: 36%;
}

.reg-statute-issues {
    width: 50%;
}

.judgment-table {
    width: 40%;
}

.judgment-rate {
    text-align: right;
}

.usary {
    padding-top: 30px;
}

.usury-table {
    width: 100%;
}

.usury-rate {
    text-align: right;
}

.candidate-fee-table {
    margin-top: 30px;
    font-size: 1em;
    text-align: center;
}

.candidate-fee-table .data-left {
    text-align: left;
}

.candidate-fee-table .subtext {
    font-size: 0.85em;
}

.graphs {
    padding-bottom: 20px;
}

.graphs img {
    border-radius: 0px;
    padding-bottom: 30px;
}

.register-year ul {
    list-style-type: none;
    padding-left: 0;
    padding-top: 25px;
}

.landing-page p {
    font-weight: 400;
    font-size: 1.2em;
}

.landing-page h2 {
    font-size: 2.4em;
    padding-bottom: 20px;
}

.categories .landing-page-image {
    height: 150px;
}

.form-section {
	padding-top: 20px;
}

.form-section p {
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.form-section label {
	font-size: 1.1em;
	padding-left: 10px;
}

.form-section input[type=checkbox], .form-section input[type=radio] {
	transform: scale(1.5);
}

    .form-section .chkbxlist label
    {
        margin-left:10px;  
        margin-right:30px;
    }
    .form-section .myrblclass label {
        margin-left: 7px;
        margin-right: 20px;
    }

    .requiredText {
        font-style: italic;
        color: #ff0000;
    }

.question-checkbox {
	padding-left: 25px;
}

.poll-worker-spacing {
    padding-top: 40px;
}

.submit-button {
	padding-top: 50px;
    padding-bottom: 50px;
}

.precinct-results {
    padding-top: 50px;
    padding-bottom: 25px;
}
.tab-panels {
    padding-top: 50px;
}

.nav-pills li {
    background-color: #ffffff;
    border: 1px solid #007bff;
    border-radius: 0.25rem;
    margin: 0px 5px 0px 5px;
}

.nav-pills li a.active {
    border-radius: 0px;
}
.nav-pills .nav-item:hover {
    border-radius: 0.25rem;
    background-color: #ffffff;
}

.voter-reg-charts .tab-content>.tab-pane, .voter-turnout-charts .tab-content>.tab-pane, .ballots-cast-charts .tab-content>.tab-pane, .advance-voting-charts .tab-content>.tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

.voter-reg-charts .tab-content>.tab-pane.active, .voter-turnout-charts .tab-content>.tab-pane.active, .ballots-cast-charts .tab-content>.tab-pane.active, .advance-voting-charts .tab-content>.tab-pane.active {
    height: auto;
}

.page-categories .chart-text-first {
    font-size: 1.2em;
    margin-bottom: 0px;
}

.page-categories .chart-text {
    font-size: 1.2em;
}

.page-categories .chart-table {
    width: 100%;
    text-align: center;
}

.chart-table td, .chart-table th {
    border: 1px solid #eeeeee;
}

.page-categories .data-disclaimer {
    font-size: 0.85em;
    font-style: italic;
    padding-bottom: 30px;
}

.tab-panels-disclaimer {
    padding-top: 30px;
}

.session-law-table {
	text-align: center;
	width: 100%;
	font-size: 0.85em;
	margin-bottom: 50px;
}

.session-law-table th {
	vertical-align: bottom;
}

.session-law-table td {
	vertical-align: middle;
}

#session-law-dropdown {
	width: 100%;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.features-carousel .carousel-inner img {
    /*max-height: 450px;*/
    width: 100%;
}

.ekko-lightbox .modal-dialog {
    flex: 100%!important;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    -ms-overflow-style: none;
}

}


@media (max-width: 992px) {
.media-releases-carousel .button-center a {
    font-size: 1em;  
}
}

@media (max-width: 950px) {
.navbar {
    font-size: 0.9em;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 8px 10px 8px 10px;
}
}

@media (max-width: 920px) {
.slide-no-1 p {
    font-size: 1.1em;
    padding-bottom: 30px;
}
}

@media (max-width: 810px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding: 8px 8px 8px 8px;
}
}

@media (max-width: 767px) {
.header-wrapper {
    height: 118px;
    border-bottom: 2px solid #66a5da;
}

.banner {
    background: #081d33 url("../images/banner-2.jpg") no-repeat right top;
}

.seal-name {
    text-align: center;
    padding-left: 0px;
}

.seal-name img {
    width: 350px;
    height: 106px;
}

.nav-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar {
    font-size: 1em;
}

ul.navbar-nav {
    padding-top: 5px;
}

.nav-item:hover {
    border-radius: 5px;
}

.dropdown-menu {
    border-radius: 0px 0px 5px 5px;
    box-shadow: none;
    border: 1px solid #66a5da;
}

.search-icon-button {
    display: none;
}

.search-icon-button-mobile {
    display: block;
}

.features-carousel .carousel-indicators {
    margin-bottom: 0px;
}

.features-carousel .carousel-indicators li, .media-releases-carousel .carousel-indicators li {
    width: 6px;
    height: 6px;
}

.slide-no-1 p {
    font-size: 1em;
    line-height: 1.3em;
    padding-bottom: 10px;
}

.slide-no-1 .btn {
    font-size: 0.85em;
}

.slide-no-3 h2 {
    font-size: 1.5em;
}

.slide-no-3 p {
    font-size: 0.85em;
}

.feature-text-left {
    top: 8%;
    left: 5%;
}

.category-row {
    padding-bottom: 0px;
}

.categories p {
    padding-bottom: 20px;
}

.twitter-feed {
    padding-top: 50px;
}

.footer div {
    margin-left: 5%;
    margin-right: 10%;
}

.page-heading h1 {
    font-size: 2em;
}

.page-heading img {
    width: 40px;
}

.gallery-photo-padding {
    padding-bottom: 30px;
}

.judgment-table {
    width: 100%;
}

.session-law-table {
	font-size: 0.75em;
}
}

@media (max-width: 576px) {
p, ul, ol, table {
    font-size: 1em;
}

ul, ol {
    padding-left: 20px;
}

.slide-no-1 p {
    font-size: 0.8em;
    line-height: 1.2em;
    padding-bottom: 0px;
}

.slide-no-1 .btn {
    font-size: 0.7em;
    padding: 4px 8px 4px 8px;
}

.slide-no-3 h2 {
    font-size: 1.1em;
    padding-bottom: 0px;
}

.slide-no-3 p {
    font-size: 0.75em;
    line-height: 1.2em;
}

.categories .col-sm-6, .page-categories .col-sm-6, .media-gallery .col-sm-6 {
    width: 50%;
}

.categories img, .page-categories img {
    height: 50px;
}

.categories p {
    font-size: 1em;
}

.page-heading h1 {
    font-size: 1.8em;
}

.page-heading img {
    width: 35px;
}

.page-content h2 {
    font-size: 1.5em;
}

.page-content h3 {
    font-size: 1.3em;
}

.graphs img {
    padding-bottom: 50px;
}

.contact-page-photo img {
    width: 50%;
    padding-bottom: 20px;
    border-radius: 15px;
    text-align: center;
}

.footer div {
    margin-left: 0%;
    margin-right: 0%;
}

.footer .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.copyright p {
    font-size: 0.9em;
}

.social-media img {
    height: 20px;
}

.social-media ul li {
    padding-right: 10px;
}

.link-list p {
    font-size: 1em;
}

.reg-statute-table, .candidate-fee-table {
    font-size: 0.85em;
}

.reg-statute-number, .reg-statute-subject, .reg-statute-issues {
    width: 100%;
}

.landing-page h2 {
    font-size: 2em;
    padding-bottom: 20px;
}

.categories .landing-page-image {
    height: 100px;
}

.card-body h5 {
    font-size: 1.1em;
}

}

@media (max-width: 490px) {

.page-heading h1 {
    font-size: 1.5em;
}

.page-heading img {
    width: 25px;
}

}
@media (max-width: 400px) {
.header-wrapper {
    height: 87px;
    border-bottom: 2px solid #66a5da;

}

.seal-name img {
    width: 250px;
    height: 75px;
}
}

@media print {
.header-wrapper, .footer-wrapper, .social-media-wrapper, .nav-wrapper {
    display: none;
}

.heading-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #ffffff;
    border-bottom: none;
}

.page-heading img {
    display: none;
}

.page-heading span {
    padding-right: 0px;
}
}
