@font-face {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    url('../fonts/Montserrat-Regular.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    url('../fonts/Montserrat-Italic.ttf') format('truetype'),
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'),
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype'),
    font-weight: bold;
    font-style: italic;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    background: #22B9F1;
    padding: 0;
    margin: 0;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: #fff;
    margin: 0;
}
h1, .h1 {
    font-size: 40px;
    line-height: 40px;
    padding: 0 0 25px 0;
}
h2, .h2 {
    font-size: 25px;
    line-height: 32px;
    padding: 0 0 36px 0;
}
h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 15px 0;
}
p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px;
}
a, a:link, a:hover, a:active, a:visited {
    color: #C85345;
}
a, a:link, a:active, a:visited {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
img {
    max-width:100%;
    height: auto;
}
iframe {
    border: 0;
}
:focus {
    outline: 0;
}

/*------------------------------
 WEBSITE ALERT
--------------------------------*/

#topBar {
    width:100%;
    min-height:8px;
}
#topBar .container {
    padding: 0;
}
.redBG { background-color:#EF3C39; }
.site_alert {
    text-align: center;
    padding: 20px 15px;
}
.site_alert a {
    color: #FFFF00;
}
.site_alert p {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 0;
}

/* HEADER */

.header-top {
    background: #1D5264;
    position: relative;
}
.header-top .container {
    height: 77px;
    text-align: left;
    vertical-align: middle;
    overflow: hidden;
}
.header-top .header-logo {
    height: 77px;
    display: inline-block;
}
.header-letterhead {
    font-weight: 800;
    color: #FFFFFF;
    text-align: left;
    display: inline-block;
    height: 100%;

}
.header-letterhead .header-letterhead-title {
    display: inline-block;
    vertical-align: middle;
}
.header-letterhead-title div:first-child {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}
.header-letterhead-title div:last-child {
    font-size: 19px;
    line-height: 19px;
}
.header-links {
    display: none;
}
.header-links li:nth-child(2) {
	display: none;
}
.header-links > ul {
    margin: 0;
    padding: 0;
}
.header-links > ul > li {
    list-style-type: none;
    padding-left: 25px;
    display: inline-block;
}
.header-links ul.dropdown-menu {
    background: #1D5264;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: 25rem;
    padding: 10px;
    margin: 0;
}
.header-links ul.dropdown-menu > li {
    background: #1D5264;
}
.header-top .container .input-group {
    line-height: 1;
}
.header-top .container .input-group ::placeholder {
    color: #CCCCCC;
}
.input-group-append > button, .input-group-append > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.header-links .btn-secondary {
    color: #1D5264;
    background-color: #CBDFD9;
    border-color: #CBDFD9;
}
.input-group .form-control:focus {
    border-color: #CBDFD9;
    box-shadow: 0 0 0 1px rgba(203, 223, 217, .25);
}
.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    box-shadow: none;
}
.header-links > ul > li:first-child {
    padding-left: 0;
}
.header-links a.header-link {
    height: 29px;
    line-height: 29px;
    margin-left: 25px;
    padding-left: 34px;
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
}
a.header-link,
a.header-link:link,
a.header-link:hover,
a.header-link:active,
a.header-link:visited {
    text-decoration: none;
}

/* BUTTONS */

a.button-help {
    background-color: #FFFFFF;
    background-image: url("/clerk-website/images/icon-voting-info.png");
    background-repeat: no-repeat;
    background-position: 13px 12px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.112437);
    border-radius: 4px;
    color: #1D5264;
    text-align: left;
    height: 50px;
    line-height: 50px;
    padding: 0 1rem 0 3rem;
    margin: 0 auto;
    display: inline-block;
    text-decoration: none;
}
.button-help.icon-love {
    background-image: url("/clerk-website/images/icon-marriage-license.png");
    background-repeat: no-repeat;
    background-position: 14px 12px;
}
.button-help.icon-records {
    background-image: url("/clerk-website/images/icon-records-request.png");
    background-repeat: no-repeat;
    background-position: 12px 12px;
}
.button-help.icon-chat {
    background-image: url("/clerk-website/images/icon-chat-help.png");
    background-repeat: no-repeat;
    background-position: 13px 12px;
}
.button-help.icon-candidate {
    background-image: url("/clerk-website/images/icon-candidate.png");
    background-repeat: no-repeat;
    background-position: 11px 11px;
}
.button-help.icon-district {
    background-image: url("/clerk-website/images/icon-district.png");
    background-repeat: no-repeat;
    background-position: 13px 12px;
}
.button-help.icon-get-involved {
    background-image: url("/clerk-website/images/icon-get-involved.png");
    background-repeat: no-repeat;
    background-position: 13px 12px;
}
.button-help.icon-track {
    background-image: url("/clerk-website/images/icon-track.png");
    background-repeat: no-repeat;
    background-position: 11px 11px;
}
.sfvote-page a.button-help {
    font-size: 15px;
    background-position: 12px 4px;
    box-shadow: none;
    border: 1px solid #1D5264;
    height: 40px;
    line-height: 40px;
}
.sfvote-page .button-help.icon-love {
    background-position: 13px 4px;
}
.sfvote-page .button-help.icon-records {
    background-position: 11px 4px;
}
.sfvote-page .button-help.icon-chat {
    background-position: 12px 4px;
}
.sfvote-page .button-help.icon-candidate {
    background-position: 11px 4px;
}
.sfvote-page .button-help.icon-district {
    background-position: 13px 4px;
}
.button-help.icon-get-involved {
    background-position: 13px 4px;
}
.button-help.icon-track {
    background-position: 11px 4px;
}
a.button-action {
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    background: #C85345;
    color: #FFFFFF;
    text-align: center;
    width: 300px;
    height: 50px;
    line-height: 50px;
    padding: 0 1.5rem;
    margin: 0 auto;
    display: inline-block;
    text-decoration: none;
}

/* HEADER */

.header-links a.header-link.link-accessibility {
    background-image: url("../images/icon-accessibility.png");
}
.header-links a.header-link.link-translate {
    background-image: url("../images/icon-translate.png");
}
.header-links a.header-link.link-login {
    background-image: url("../images/icon-login.png");
}
.header-links a.header-link.link-search {
    background-image: url("../images/icon-search.png");
}
.header-links a.header-link > span {
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
}
.header-links .header-link:first-child {
    margin-left: 0;
}
.nav-container {
    position: relative;
}
.navbar-logo {
    font-weight: 800;
    color: #1D5264;
    height: 180px;
    position: absolute;
    left: 0;
    top: -52px;
    z-index: 100;
    display: none;
}
.navbar-letterhead {
    font-weight: 800;
    color: #1D5264;
    height: 77px;
    position: relative;
    overflow: hidden;
    display: none;
}
.navbar-letterhead img, .navbar-letterhead .navbar-letterhead-title {
    display: inline-block;
}
.navbar-logo img, .navbar-letterhead img, .header-top .header-logo img {
    max-height: 100%;
    width: auto;
}
.navbar-letterhead-title {
    vertical-align: middle;
}
.navbar-letterhead-title div:first-child {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}
.navbar-letterhead-title div:last-child {
    font-size: 19px;
    line-height: 19px;
}
.navbar-letterhead a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
}
.navbar-letterhead a > span {
    display: none;
}
.fixed-top .navbar-logo {
    display: none;
}
.fixed-top .navbar-letterhead {
    display: block;
}
.fixed-top .me-auto {
    margin-left: auto!important;
}
nav a, nav a:link, nav a:active, nav a:visited {
    text-decoration: none;
}
.bg-light {
    background-color: #FFFFFF !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #005879;
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #EF3C39;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #EF3C39;
}
.navbar-nav > li.nav-item {
    font-weight: 800;
}
.nav-item .dropdown-item.active,
.nav-item .dropdown-item:active {
    color: #fff;
    background-color: #1D5264;
}
.navbar-light .navbar-toggler {
    border: 1px solid #FFFFFF;
    padding: 4px 10px;
    position: absolute;
    top: -60px;
    right: 2rem;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.fixed-top .navbar-toggler {
    text-align: left;
    color: #1D5264;
    position: relative;
    top: inherit;
    right: inherit;
}
.header-page {
    text-align: center;
    background: #22B9F1;
    color: #1D5264;
}
.header-page .container {
    height: 132px;
    line-height: 156px;
}
.header-page .header-page-inner {
    display: inline-block;
}
.header-page .breadcrumbs {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 8px;
}
.header-page .breadcrumbs a, .header-page .breadcrumbs span {
    color: #fff;
}
.header-page h1 {
	color: #fff;
	text-transform: uppercase;
}
.header-page .breadcrumbs span {
    font-weight: 800;
}
.header-treasurer-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: #005879;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
}
.header-treasurer-title .container {
    display: inline-block;
    vertical-align: middle;
}
.header-page h1 {
    padding-bottom: 0;
    line-height: 40px;
}
/*.header-home {
    background-image:
        linear-gradient(176.47deg, rgba(0, 174, 239, 0.6) 1.54%, rgba(151, 151, 151, 0.6) 1.55%, rgba(242, 242, 242, 0.6) 95.74%),
        url("../images/bg-home-header.png");
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: normal;
    opacity: 0.87;
    height: 320px;
}*/
.header-home {
    background-image: url("../images/bg-home-header.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 370px;
	position: relative;
}
.header-home .container {
    line-height: 200px;
    position: relative;
}
.service-fee {
	position: absolute;
	bottom: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 90%;
	padding-left: 50px;
}
.home-card {
	position: absolute;
	border-radius: 4px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	background: #fff;
	bottom: 10px;
	height: 130px;
	top: 65px;
	width: 155px;
}
.learn-image {
	position: absolute;
	border-radius: 4px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	background: #fff;
	bottom: 10px;
	margin-left: 175px;
	height: 130px;
	top: 65px;
	width: 155px;
}
.payment-image {
	position: absolute;
	border-radius: 4px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	background: #fff;
	bottom: 10px;
	height: 130px;
	margin-left: 350px;
	top: 65px;
	width: 155px;
}
.home-card .hero-link, .learn-image .hero-link, .payment-image .hero-link {
	text-align: center;
	line-height: 10px !important;
}
.home-card .hero-link a, .learn-image .hero-link a, .payment-image .hero-link a {
	color: #1D5264;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
.home-card .hero-img , .learn-image .hero-img, .payment-image .hero-img {
	text-align: center;
	padding-top: 20px;
}
.home-letterhead {
    font-weight: 800;
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
	position: relative;
}
.home-letterhead div:first-child {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
}
.home-letterhead div:last-child {
    font-size: 48px;
    line-height: 48px;
}
.header-home .home-help {
    background: #FFFFFF;
    border-radius: 5px;
    width: 400px;
    padding: 11px;
    position: absolute;
    top: 77px;
    right: 0;
}
.home-help .home-help-title {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 22px;
    color: #1D5264;
    padding-bottom: 1rem;
}
.home-help select {
    color: #1D5264;
    font-weight: 700;
}
.home-help .form-select:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

/* HOME PAGE */

.home-page .home-event {
    border: 1px solid #1D5264;
    border-radius: 5px;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
}
.home-page .home-event h3 {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 5px;
}
.home-page .home-event p {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.redirect-options.form-select:disabled {
    color: #CCCCCC;
}
.action-button {
    margin-top: 1.5rem;
    text-align: center;
}
.home-page .content-twitter-feed {
    text-align: center;
}
.home-twitter-feed {
    max-height: 400px;
    max-width: 95%;
    padding-right: 1rem;
    margin: 0 auto;
    overflow: auto;
    overflow-x: hidden;
}
.container-help {
    background: #CBDFD9;
    margin-top: 3rem;
}
.container-help .content h2 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 2.4rem;
}
.content-clerk-left {
    /*text-align: center;*/
    color: #fff;
    background: transparent;
}
.content-clerk-left > div {
    margin-bottom: 1rem;
}
.content-clerk-left > div:last-child {
    margin-bottom: 0;
}
/*.content-clerk-left > div:first-child,
.content-clerk-left > div:nth-child(2) {
    font-size: 25px;
    padding-bottom: 0;
}
.content-clerk-left > div:first-child {
    line-height: 32px;
    font-weight: 800;
}*/
.content-clerk-left > div:nth-child(2) {
    line-height: 25px;
    font-weight: 600;
}
.content-clerk-left > div:nth-child(4) {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
/*.content-clerk-right ul {
    padding: 0;
}
.content-clerk-right ul > li:last-child {
    padding-bottom: 0;
}*/

/* CONTENT */
.site-body .row > * {
	margin-top: 30px;
}
.deadline-padding {
	padding-left: 0px;
	margin-top: 9px !important;
}
.light-blue-box {
	background: #22B9F1;
	border-radius: 4px;
	padding: 15px;
}
.light-blue-box h2 {
	color: #fff;
	padding-bottom: 0px !important;
}
.light-blue-box .deadline-text {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 24px;
}
.light-blue-box .date-box {
	background: #fff;
	border-radius: 4px;
	padding: 3px 10px;
	text-align: center;
}
.light-blue-box .date-box .day {
	color: #212529;
}
.date-box .month {
	color: #00AEEF;
	font-size: 18px;
	font-weight: bold;
}
.date-box .day {
	font-size: 40px;
	font-weight: bold;
}
.billpay-box {
	background: #CEECF7;
	border-radius: 4px;
}
.home-yellow-button {
	margin-bottom: 30px;
}
.home-yellow-button a {
	background: #FFE900;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.112437);
	border-radius: 4px;
	padding: 10px 60px;
	color: #005879;
	text-decoration: none;
	font-weight: bold;
}
.home-yellow-button a:hover {
	background: #005879;
	color: #fff;
}
.content-box {
	border: 2px solid #005879;
	padding: 20px 20px 5px 20px;
	margin-bottom: 30px;
}
.content-box a {
	color: #fff;
}
.content-box.links li {
	color: #fff;
}
.content-box.faq {
	border-radius: 4px;
	background: #fff;
}
.content-box.faq h2.center, .content-box.faq p.center {
	text-align: center;
	color: #1D5264;
}
#election-faqs .accordion-item, #election-faqs .accordion-item a {
	color: #1D5264;
}
.content strong {
	color: #fff;
}
.content .hours {
	color: #BC5555;
}
.mission-box {
	background: #005879;
	padding: 20px;
	border-radius: 4px;
	color: #fff;
	width: 64.7%;
}
.mission-box li {
	color: #fff;
}
.mission-box h3 {
	color: #fff;
}
.mission-box .treasurer-name {
	text-align: center;
	font-weight: bold;
}
.important-links li {
	color: #FBAC19;
}
.important-links {
	background: #005879;
	padding: 20px;
	border-radius: 4px;
}
.important-links h3 {
	color: #fff;
}
.important-links a {
	color: #FBAC19;
	font-size: 15px;
	font-weight: bold;
}
.box-content-left {
	float: left;
}
.box-content-right {
	float: left;
	width: 60%;
	margin-left: 30px;
}
.links-home {
	min-height: 425px;
}
.white-button-link {
	margin-top: 30px;
}
.white-button-link a {
	padding: 10px 20px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.112437);
	color: #005879;
	border-radius: 4px;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
}
.site-body .row {
    margin-top: 0;
}
.site-body .content {
    /*background: #FFFFFF;
    border-radius: 5px;
    height: 100%;*/
}
.site-body .content .content-fullwidth {
    /*padding: 0 4rem;*/
}
.content h2 {
    /*text-align: center;*/
    padding-bottom: 1rem;
}
.site-body .col:first-child {
    margin-left: 0;
}
.site-body .col:last-child {
    margin-right: 0;
}

.site-body h1 {
	display: none;
}

/* FOOTER */

footer {
    background: #1D5264;
    color: #FFFFFF;
    margin-top: 3rem;
}
.site-footer a,
.site-footer a:link,
.site-footer a:hover,
.site-footer a:active,
.site-footer a:visited {
    color: #FFFFFF;
}
.site-footer a,
.site-footer a:link,
.site-footer a:active,
.site-footer a:visited {
    text-decoration: none;
}
.site-footer a:hover {
    text-decoration: underline;
}
.site-footer p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}
.footer-letterhead-title {
    font-weight: 800;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 12px;
}
.footer-letterhead-title div:first-child {
    font-size: 21px;
    line-height: 21px;
    text-transform: uppercase;
}
.footer-letterhead-title div:last-child {
    font-size: 24px;
    line-height: 25px;
}
footer .col-footer-icons {
    float: right;
}
footer .row-footer-icons {
    max-width: 200px;
}
footer .footer-icon {
    padding: 0;
    padding-right: 5px;
}
footer .row .footer-icon:last-child {
    padding-right: 0;
}

/* News */

.news-item {
    margin-bottom: 2rem;
}
.news-item .news-date {
    font-style: italic;
    margin-top: -2rem;
    float: right;
}
.news-item h3 {
    font-size: 18px;
    padding-bottom: .5rem;
}
.news-item p {
    margin: 0;
}

/* SantaFe.vote */

body.sfvote-page {
    background: #EBF4FA;
}
.sfvote-page .content h2 {
    padding-bottom: 2rem;
}
.header-sfvote {
    background-image:
            linear-gradient(rgba(82, 165, 209, .87), rgba(82, 165, 209, .87)),
            url("../images/bg-home-header.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 167px;
}
.header-sfvote .container {
    line-height: 167px;
    position: relative;
}
.header-sfvote .container,
.header-sfvote .row {
    height: 100%;
}
.header-sfvote .content {
    line-height: normal;
    color: #FFFFFF;
}
.fixed-onscroll.fixed-top {
	padding: 10px 0px;
}
.sfvote-letterhead {
    margin-left: 0;
}
.sfvote-letterhead h1 {
    font-size: 50px;
    font-weight: 800;
    color: #FFFFFF;
    padding-bottom: 5px;
	margin-top: 20px;
}
.sfvote-letterhead div:last-child {
    font-size: 23px;
    font-weight: 800;
    padding-bottom: 0;
}
.sfvote-time-left > div:first-child {
    font-size: 25px;
    line-height: 25px;
    font-weight: 800;
    padding-bottom: 10px;
}
.sfvote-time-left > div:last-child {
    font-size:16px;
    line-height: 16px;
    font-weight: 700;
    padding-top: 10px;
}
.time-left-widget {
    background: #FFFFFF;
    border: 1px solid #1D5264;
    border-radius: 4px;
    /* width: 280px; */
    height: 55px;
    padding: 4px 1rem;
    display: inline-block;
    overflow: hidden;
}
.time-left-widget > div {
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    color: #1D5264;
    line-height: 1.75;
    height: 100%;
}
.time-left-widget > div.tlw-left,
.time-left-widget > div.tlw-right {
    min-width: 95px;
    float: left;
}
.time-left-widget > div.tlw-left {
    padding-right: 1rem;
}
.time-left-widget > div.tlw-right {
    border-left: 1px solid #1D5264;
    padding-left: 1rem;
}
.sfvote-page .header-submenu {
    background: #C85345;
    overflow: hidden;
}
.sfvote-page .header-submenu > .container {
    text-align: center;
}
.sfvote-page ul.nav-submenu {
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
.sfvote-page ul.nav-submenu > li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.sfvote-page ul.nav-submenu li a {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    height: 52px;
    line-height: 52px;
    padding: 0 1rem;
    text-decoration: none;
}
.sfvote-page ul.nav-submenu li a.active {
    text-decoration: underline;
}
.sfvote-info h3 {
    font-size: 25px;
    text-align: center;
    color: #C85345;
    padding: 0;
}
.sfvote-info p {
    margin: 0;
}
.sfvote-page .info-block {
    border: 1px solid #1D5264;
    border-radius: 5px;
    padding: 1rem 2rem;
}
.sfvote-page .info-block h3 {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 5px;
}
.sfvote-page .info-block p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.sfvote-election-info > .row {
    text-align: center;
    max-width: 872px;
    margin: 0 auto;
}
#election-faqs h3 {
    padding: 0;
}
#election-faqs h3 > button {
    font-size: 16px;
    font-weight: 700;
    color: #1D5264;
}
.sfvote-page footer {
    margin-top: 1.5rem;
}
.sfvote-page .action-button {
    margin-bottom: 1rem;
}
.sfvote-page a.button-help {
    margin: 0 2px 10px 0;
}

/* Pagination */

.page-item.active .page-link {
    background-color: #1D5264;
    border-color: #1D5264;
}
.page-link:hover {
    color: #1D5264;
}

/* Components */

.accordion-button:focus {
    box-shadow: 0 0 0 1px rgba(13, 110, 253, .25);
}
.accordion-button:not(.collapsed) {
    background-color: #EBF4FA;
}
ul.list-1 {
    padding: 0 0 1rem 0;
    margin: 0;
}
ul.list-1 li {
    border-bottom: 1px solid #CECECE;
    padding: .75rem 0;
    margin: 0;
    list-style-type: none;
}
ul.list-icon {
    padding: 0 0 1rem 0;
    margin: 0;
}
ul.list-icon li {
    list-style-type: none;
    background-image: url("/clerk-website/images/icon-voting-info.png");
    background-repeat: no-repeat;
    background-position: 0px 22px;
    padding: .75rem 0 .75rem 2.5rem;
    margin: 0;
}
ul.list-icon li h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 800;
    color: #C85345;
    padding: 0;
}
ul.list-icon li p {
    margin-bottom: 0;
}
ul.list-highlight li {
    font-weight: 700;
    color: #1D5264;
}
.align-right {
    text-align: right;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.goog-te-menu-frame {
    left: 60% !important;
    top: 60px !important;
}
.iframe-auto-height {
    width: 1px;
    min-width: 100%;
}

@media (max-width: 767px) {
    footer .footer-col1, footer .footer-col2 {
        text-align: center !important;
    }
    .footer-letterhead-title div:first-child {
        text-align: left;
    }
    footer .col-footer-icons {
        float: none;
    }
    footer .row-footer-icons {
        width: 200px;
        margin: 0 auto;
    }
	.header-letterhead-title div:last-child {
		font-size: 12px;
	}
    .container-help .row > .col {
        text-align: center;
    }
    .container-help a.button-help {
        margin-bottom: .5rem;
    }
	.px-4 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.header-treasurer-title {
		font-size: 12px;
	}
	.footer-letterhead-title div:first-child {
		text-align: center;
	}
	.mobile-padding {
		padding-left: 10px;
		padding-right: 10px;
	}
	.box-content-left, .box-content-right {
		width: 90%;
		float: none;
	}
	.jen-pic {
		text-align: center;
	}
	.service-fee {
		display: none;
	}
}
@media (min-width: 976px) {
    .header-links {
        display: inline-block;
    }
}
@media (max-width: 991px) {
    .header-top .container {
        padding: 0 1rem;
    }
    .navbar.bg-light,
    .site-header .fixed-top {
        background-color: #1D5264 !important;
    }
    .fixed-top .nav-container {
        padding: 0 1.5rem;
    }
    .fixed-top .navbar-letterhead {
        color: #FFFFFF;
    }
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-collapse {
        background: #1D5264;
    }
    .dropdown-item {
        font-weight: 400;
        text-align: inherit;
        text-decoration: none;
    }
    .navbar-nav .nav-link, .dropdown-item {
        border-bottom: 1px solid #FFF;
        padding: .7rem;
        padding-left: 1rem;
    }
    .navbar-light .navbar-nav .nav-link, a.dropdown-item {
        color: #FFFFFF;
    }
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, a.dropdown-item:hover {
        color: #FFFFFF;
        background: #306582;
    }
    ul.dropdown-menu {
        padding: 0;
    }
    .navbar .dropdown-menu {
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0;
    }
    .dropdown-menu {
        background: inherit;
    }
    .dropdown-toggle:after {
        font-family: inherit;
        font-size: 1.25em;
        font-weight: 400;
        border: 0;
        content: "+";
        width: 50px;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        float: right;
    }
    .dropdown-toggle.show:after {
        content: "-";
    }
    .header-home {
        background: #CBDFD9;
        height: inherit;
    }
    .header-home .container {
        line-height: inherit;
    }
    .header-home .home-letterhead {
        display: none;
    }
    .header-home .home-help {
        background: #CBDFD9;
        border-radius: 0;
        width: 100%;
        padding: 1rem;
        position: relative;
        top: inherit;
        right: inherit;
        display: block;
    }
    .home-help .home-help-title {
        font-size: 29px;
        line-height: 32px;
    }
    footer .footer-col2 {
        text-align: right;
    }
    .news-item h3 {
        font-size: 18px;
        padding-bottom: 0;
    }
    .news-item .news-date {
        margin-top: 0;
        float: none;
    }

    /* SantaFe.vote */

    .header-sfvote .content {
        text-align: center;
    }
    .header-sfvote {
        height: 270px;
    }
    .time-left-widget {
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .header-top .container {
        text-align: right;
        height: 60px;
        line-height: 60px;
    }
    .header-top .header-logo {
        display: none;
    }
    .header-letterhead {
        padding-left: 205px;
        float: left;
    }
    .home-page .header-letterhead .header-letterhead-title {
        display: none;
    }
    .navbar-light .nav-link.show {
        color: #C85345;
        background: inherit;
    }
    .navbar .nav-link {
        padding-top: 1.625rem;
        padding-bottom: 1.625rem;
        padding-left: 1.25rem!important;
        padding-right: 1.25rem!important;
    }
    .navbar-logo {
        display: inline-block;
    }
    .me-auto {
        /*margin-left: 210px;*/
		margin-right: inherit !important;
		margin-left: auto;
    }
    .navbar.fixed-top .nav-link {
        padding-left: 1.0rem!important;
        padding-right: 1.0rem!important;
		font-size: 14px;
    }
    .navbar-nav li.nav-item:first-child .nav-link {
        padding-left: 0!important;
    }
    .navbar-nav li.nav-item:last-child .nav-link {
        padding-right: 0!important;
    }

    /* SantaFe.vote */

    .sfvote-letterhead {
        margin-left: 5rem;
    }
    .sfvote-time-left {
        margin-left: 3rem;
    }
}
@media (max-width: 1199px) {
    .home-letterhead div:first-child {
        font-size: 34px;
        line-height: 34px;
    }
    .home-letterhead div:last-child {
        font-size: 40px;
        line-height: 40px;
    }
    .site-body .content .content-fullwidth {
        padding: 0;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
    .fixed-top .nav-container {
        max-width: 1320px;
    }

    /* SantaFe.vote */

    .sfvote-letterhead {
        margin-left: 12rem;
    }
}
@media (max-width: 1400px) {
    .navbar-nav li.nav-item .navhide {
        display: none;
    }
}

@media only screen and (min-device-width: 300px) and (max-device-width: 896px) {
	.mobile .col {
		flex: none;
	}
	.home-padding {
		padding-left: 5px;
		padding-right: 5px;
	}
	.mobile-center {
		text-align: center;
	}
	.deadline-padding {
		padding-left: calc(var(--bs-gutter-x) * .5);
		margin-top: 5px !important;
	}
	.mission-box {
		width: 100%;
	}
}

@media only screen and (min-device-width: 1000px) and (max-device-width: 1365px) {
	.white-button-link a {
		padding: 10px 5px;
		font-size: 13px;
	}
	.date-box .day {
		font-size: 30px;
		font-weight: bold;
	}
	.light-blue-box .date-box {
		padding: 0px;
	}
}
