@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: #4e5153;
    background: #F2F2F2;
    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: #1D5264;
    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:#AA0000; }
.site_alert {
    text-align: center;
    padding: 20px 15px;
}
.site_alert a {
    color: #FFFF00;
}
.site_alert p {
    font-size: 14px;
    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: rgba(29, 82, 100, 1.0);
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #C85345;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #C85345;
}
.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: #CBDFD9;
    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: #1D5264;
}
.header-page .breadcrumbs span {
    font-weight: 800;
}
.header-clerk-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: #1D5264;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
}
.header-clerk-title .container {
    display: inline-block;
    vertical-align: middle;
}
.header-page h1 {
    padding-bottom: 0;
    line-height: 40px;
}
.header-home {
    background-image:
        linear-gradient(180deg, rgba(250, 133, 87, .87) 1.53%, rgba(112, 139, 148, .87) 100%),
        url("../images/bg-home-header.png");
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: normal;
    opacity: 0.87;
    height: 324px;
}
.header-home .container {
    line-height: 324px;
    position: relative;
}
.home-letterhead {
    font-weight: 800;
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
}
.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: #1D5264;
    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: 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;
}

/* 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: 25px;
    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: 14px;
	}
    .container-help .row > .col {
        text-align: center;
    }
    .container-help a.button-help {
        margin-bottom: .5rem;
    }
}
@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;
    }
    .navbar.fixed-top .nav-link {
        padding-left: 1.0rem!important;
        padding-right: 1.0rem!important;
    }
    .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;
    }
}
