<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    position: relative;
    min-height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    /*font-family: 'Gentium Book Basic', serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    background-color: #ebf4ff;
    background: url('../img/texture-background.png');
    margin-bottom: 120px;
    /* Margin bottom by footer height for sticky footer */
}

.skip-button a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-button a:focus {
    height: auto;
    position: static;
    width: auto;
}

/* force hide on ng cloak */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
    display: none !important;
}

/*for static navbar */

/*
body {
  min-height: 2000px;
  padding-top: 70px;
}
*/

.tooltip {
    position: fixed;
}
.dotted-underline {
    text-decoration-style: dotted;
    text-decoration-line: underline;
}

.block-address-info-icon {
    width: 11px;
    margin-left: 3px;
}

/*sticky footer styles */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 120px;
    background-color: white;
    border-top: 1px solid #e7e7e7;
    padding-top: 7px;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active {
    text-decoration: none;
}
.powered-by a,
.powered-by a:link,
.powered-by a:visited,
.powered-by a:hover,
.powered-by a:active {
    color: #333;
    text-decoration: none;
}

.powered-by {
    font-size: 12px;
}
/* end of sticky footer styles */

/*end of static navbar */

body {
}
.nav-center {
    margin: 0;
    float: none;
}
.navbar-inner {
    text-align: center;
}
.navbar {
    padding: 30px 0px 30px 0px;
    background-color: white;
    border-bottom: 1px solid #e7e7e7;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    margin-bottom: 0px;
}

/*
#yvg .navbar-header{
    float:none;
    margin: 20px 0px 10px 0px;
}
*/

.flow-grid {
    text-align: center;
}
.flow-grid .col-md-6:nth-child(2n + 1) {
    clear: left;
}

/*Override bootstrap rounded corners*/

#yvg .input-lg {
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
}
#yvg .btn-lg {
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 0px 0px;
    font-family: 'Open Sans', sans-serif;
}

/* the green isn't good contrast and doesn't pass WCAG */
#yvg .btn-success {
    background-color: #080;
}

/*
#yvg .btn-lg:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 0px 0px;
    transition-duration: 1s;
}
*/

/*loader spin*/

.refresh-animate {
    -animation: spin 0.7s infinite linear;
    -webkit-animation: spin2 0.7s infinite linear;
}
@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

/*
.my-element.ng-hide-remove { ... }
.my-element.ng-hide-remove.ng-hide-remove-active { ... }
*/

/*------------------------------ Search styles -----------------------------*/

.search-container {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 15px;
}
.search-container label {
    font-weight: normal;
}
.search-input-row {
    margin: 20px 0px 20px 0px;
}
.search-button-row {
    margin-bottom: 10px;
}
#searchBox {
    text-align: center;
}

/*------------------------------ Results styles -----------------------------*/

.share-panel-desktop {
    right: 0px;
    margin-top: 30px;
    position: absolute;
    z-index: 10;
}
.share-panel-mobile {
    text-align: center;
    padding-top: 25px;
}

.share-panel {
    font-weight: bold;
    text-transform: uppercase;
}
.share-panel ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    /* toggle show */
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.share-panel a {
    display: block;
    padding: 10px;
}
/*
.share-panel .share-inner{
    margin: 0px auto;
    width: 50%;
}*/
.share-panel a:hover {
    text-decoration: none;
}
.share-panel a .icon {
    display: block;
    height: 30px;
    left: 10px;
    padding-top: 9px;
    position: absolute;
    margin-top: -9px;
    width: 10%;
    font-size: 1.2em;
}
.share-panel a .text {
    padding: 0px 10px 0px 30px;
    font-size: 12px;
}
.share-panel .animate-show {
    opacity: 1;
}

.share-panel .animate-show.ng-hide-add,
.share-panel .animate-show.ng-hide-remove {
    transition: all linear 0.5s;
}

.share-panel .animate-show.ng-hide {
    opacity: 0;
}

.share-panel .btn-share {
    background: #444;
    border-radius: 0;
    color: #fff;
}
.share-panel .btn-share:link,
.btn-twitter:visited {
    color: #fff;
}
.share-panel .btn-share:active,
.btn-twitter:hover {
    background: #222;
    color: #fff;
}
.btn-twitter {
    background: #00acee;
    border-radius: 0;
    color: #fff;
}
.btn-twitter:link,
.btn-twitter:visited {
    color: #fff;
}
.btn-twitter:active,
.btn-twitter:hover {
    background: #0087bd;
    color: #fff;
}
.btn-facebook {
    background: #3b5998;
    border-radius: 0;
    color: #fff;
}
.btn-facebook:link,
.btn-facebook:visited {
    color: #fff;
}
.btn-facebook:active,
.btn-facebook:hover {
    background: #30477a;
    color: #fff;
}
.btn-googleplus {
    background: #e93f2e;
    border-radius: 0;
    color: #fff;
}
.btn-googleplus:link,
.btn-googleplus:visited {
    color: #fff;
}
.btn-googleplus:active,
.btn-googleplus:hover {
    background: #ba3225;
    color: #fff;
}
.btn-stumbleupon {
    background: #f74425;
    border-radius: 0;
    color: #fff;
}
.btn-stumbleupon:link,
.btn-stumbleupon:visited {
    color: #fff;
}
.btn-stumbleupon:active,
.btn-stumbleupon:hover {
    background: #c7371e;
    color: #fff;
}
.btn-linkedin {
    background: #0e76a8;
    border-radius: 0;
    color: #fff;
}
.btn-linkedin:link,
.btn-linkedin:visited {
    color: #fff;
}
.btn-linkedin:active,
.btn-linkedin:hover {
    background: #0b6087;
    color: #fff;
}
.btn-pinterest {
    background-color: #b81621;
}
.btn-pinterest:link,
.btn-pinterest:visited {
    color: #fff;
}
.btn-pinterest:active,
.btn-pinterest:hover {
    background-color: #8a1119;
}

.full-ballot-results {
    margin-top: 40px;
}
.guide-main-header {
    padding-top: 0px;
    margin-top: 0px;
    text-shadow: rgba(0, 0, 0, 0.0980392) 2px 2px 0px;
    font-weight: bold;
}

.container-guide-main-header-big {
    background-color: #f7f7f7;
    padding: 50px 25px 5px 25px;
    margin: 0 -15px 20px -15px;
    border-bottom: 1px solid #e7e7e7;
}

/*map styles*/

map {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    /*when the height changes, slide */
    /*
    -webkit-transition: height 300ms linear;
    -moz-transition: height 300ms linear;
    -o-transition: height 300ms linear;
    -ms-transition: height 300ms linear;
    transition: height 300ms linear;
    */
}
.small-map {
    height: 230px;
}
.big-map {
    height: 400px;
}
#mapBoxContainer {
    position: absolute;
    margin-top: 10px;
}

/*To properly wrap the long address*/

#pollingBoxContainer,
#yourAddressBoxContainer {
    overflow: hidden;
}
#pollingTabbedContainer {
    margin: 15px 25px 0 25px;
}

#mapBoxContainer .block-address {
    font-size: 15px;
    line-height: 1.1;
    margin: 10px 0 0 0;
    padding: 0px;
    word-wrap: break-word;
    float: none;
    overflow: hidden;
}

#mapBoxContainer .big-header {
    font-weight: 600;
    padding: 0px 25px;
    margin: 0px;
    font-size: 18px;
}

/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    #mapBoxContainer {
        position: relative;
        margin-top: 10px;
    }
    map {
        position: relative;
        height: 230px;
    }
    .small-map {
        height: auto;
    }
    .big-map {
        height: auto;
    }
    /* Smartphones ----------- we change the markers offset when this is hidden */
    #smartphone-element {
        display: none;
    }
}
#mapBoxContainer .section {
    padding: 20px 0px 0px 0px;
}

.tooltip-button {
    background-color: white;
}

.ballotList .section {
    line-height: 1.1;
}

.ballotList .section p {
    margin: 0 0 2px 0;
}

.ballotList .section .media-heading {
    font-size: 18px;
}

.ballotList .section .standard-heading {
    margin: 10px 0;
    font-size: 18px;
}

.section .media-body {
    padding-right: 10px;
    vertical-align: middle;
}

.button-container {
    margin: 10px 20px 0px 20px;
}
#yourAddressBoxContainer {
    margin-bottom: 10px;
}
.wrapper {
    position: relative;
}

.badge.dem {
    background-color: #0097d3;
    font-style: sans-serif;
    vertical-align: middle;
}

.badge.rep {
    background-color: #e91d24;
    font-style: sans-serif;
    vertical-align: middle;
}

.badge.green {
    background-color: #090;
    font-style: sans-serif;
    vertical-align: middle;
}

/*
.map-box-underline{
    border-bottom: 1px solid #d4d4d4;
    padding-bottom:5px;
}
*/

#mapBoxContainer .icon {
    margin-right: 10px;
    margin-left: 25px;
    align-self: center;
}
.marker-label {
    background-color: white;
    font-size: 1em;
    text-align: center;
    border: 1px solid black;
    white-space: nowrap;
    padding: 2px 5px;
}
#questionBox {
    background-color: #f3f3f3;
    margin-top: 15px;
    text-align: center;
}
#questionBox p {
    margin-bottom: 0px;
    padding: 10px;
    border-top: 1px solid #ddd;
}

/*end of map styles */

.your-address-container {
    text-align: center;
    background-color: white;
    padding: 10px 0px 0px 0px;
    box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.03);
    font-weight: bold;
}
.your-address-container .large-address {
    padding-bottom: 20px;
}

.largeAddress h2 {
    font-size: 1.9em;
}

.largeAddress #help1 {
    font-size: 1.8em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.largeAddress #help2 {
    font-size: 1.2em;
}

.clientDocs-container ul {
    text-align: center;
    width: 100%;
}
.profile-photo {
    /*font-size:7em;*/
    line-height: 1;
    vertical-align: middle;
}
.section-header {
    margin-left: 10px;
    /* text-shadow: rgba(0, 0, 0, 0.0980392) 2px 2px 0px; */
}

.office-name {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.ballotList h2 {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
}
/* .ballotList h3, .ballotList h4 {
    font-weight: bold;
} */

.ballotList h5 {
    margin: 5px 0px;
}

/*.section-header h3 {
  font-weight: bold;
  margin: 35px 5px 20px 0px;
}*/
.my-center {
    /*
    margin-right: auto;
    margin-left: auto;
    float:none;
    display:inline-block;
    */
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

/* philip doesn't like mixed fonts*/

.ballotList .section h6,
.ballList .section h5 {
    margin: 5px 0px;
    /* Don't use grey, not nice to people who can't see
    color:#777
    */
}
.section {
    background-color: white;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.03);
    /*box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.03);*/
    border: 1px solid #eee;
    padding: 10px 0px 10px 10px;
    margin: 10px 5px;
    /* 0077db */
}

.section.hoverable:hover {
    box-shadow: 5px 5px 12px #e8e8e8;
}

/*
.officeAnimate-enter {
	-webkit-transition: 1s linear all;
    transition: 1s linear all;
	opacity: 0;
}

.officeAnimate-enter.officeAnimate-enter-active {
	opacity: 1;
}
*/

.officeAnimate.ng-move,
.officeAnimate.ng-enter,
.officeAnimate.ng-leave {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.officeAnimate.ng-leave.ng-leave-active,
.officeAnimate.ng-move,
.officeAnimate.ng-enter {
    opacity: 0;
}
.officeAnimate.ng-leave,
.officeAnimate.ng-move.ng-move-active,
.officeAnimate.ng-enter.ng-enter-active {
    opacity: 1;
}

/*modal fix for some reason */
.modal-backdrop {
    bottom: 0;
}

/* increase opacity */
#yvg .modal-backdrop.in {
    filter: alpha(opacity=75);
    opacity: 0.75;
}

/* to center the modal vertically */
.modal {
    text-align: center;
}

.under-logo {
    font-size: 4em;
}

/* mobile styles */
@media (max-width: 767.98px) {
    h1 {
        font-size: 2em;
    }

    h1.under-logo {
        font-size: 3em;
    }
}
/*desktop styles */
@media (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: ' ';
        height: 100%;
    }

    a:link.phone-link,
    a:hover.phone-link,
    a:visited.phone-link,
    a:active.phone-link {
        color: inherit;
        text-decoration: none;
        cursor: default;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.canModal .modal-content,
.contactModal .modal-content {
    border-radius: 0px;
}

.dl-horizontal dt {
    white-space: normal;
}
.fail h1,
.fail h4 {
    padding-left: 10px;
    padding-right: 10px;
}

.fail p {
    font-size: 18px;
}

/* Fixed sidebar styles */
.side-bar-container {
    margin-top: 40px;
}
#yvg.landing nav.fixed-sidebar {
    /*padding-top: 40px;*/
    background: none;
}
.fixed-sidebar.affix {
    top: 40px;
}
nav.fixed-sidebar li a {
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: bold;
}
nav.fixed-sidebar li a:hover {
    background: none;
    border-left: 1px solid #0077bc;
    margin-left: -1px;
}
nav.fixed-sidebar li a.active {
    border-left: 2px solid #0077bc;
    margin-left: -1px;
}
#yvg nav.fixed-sidebar li a:focus {
    background: none;
    outline: 0;
}

#yvg .scriptArea {
    font-size: 1.2em;
}

#yvg .work-area {
    min-height: 200px;
    margin-top: 30px;
    padding-bottom: 60px;
}

#yvg #loading-area {
    min-height: 100px;
    padding-top: 20px;
}

.election-info-container {
    color: white;
    text-align: center;
    font-size: 2em;
    background-color: #0097d3;
}

.election-info-container h3 {
    font-weight: bold;
    margin: 15px 0px 5px;
}
.election-info-details {
    margin-bottom: 15px;
}
.election-info-details label {
    font-size: 0.55em;
}
/* .election-info-details #phoneNumber{
  width: 125px;
} */
.election-info-details .form-group {
    vertical-align: top;
}
.info-icon {
    font-size: 0.4em;
    vertical-align: super;
}
/* .election-info-container small{
  font-weight: bold;
  color: white;
  font-style: italic;
} */

#suggestionBox {
    border-top: 1px dashed #ccc;
    margin: 40px 40px;
    padding-top: 10px;
    font-size: 18px;
}

#suggestionBox .suggestion-header {
    font-size: 24px;
    font-style: italic;
    margin-bottom: 15px;
}

#suggestionBox ul {
    padding: 0;
}

#suggestionBox li {
    list-style: none;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: '';
    background-color: rgba(0, 0, 0, 0);
}

.filter-white {
    filter: invert(1);
}

a.inverse-hover:hover {
    color: #337ab7;
}

.more-details-container {
    z-index: 2;
    position: relative;
}

.pin-address {
    display: flex;
}

.postit {
    background-color: white;
    border: 1px dashed rgb(59, 59, 59);
    padding: 20px;
    margin: 50px 0px;
}

#opt {
    width: auto;
    margin-right: 25px;
}

.checkbox-columns {
    display: flex;
    margin-bottom: 15px;
}
</pre></body></html>