﻿.loader,
.loader:before,
.loader:after {
    -webkit-animation: load7 1.8s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation: load7 1.8s infinite ease-in-out;
    animation-fill-mode: both;
    border-radius: 50%;
    height: 2.5em;
    width: 2.5em;
}

.loader {
    -ms-transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    -webkit-transform: translateZ(0);
    animation-delay: -0.16s;
    color: #25467a;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    left: -3.5em;
}

.loader:after { left: 3.5em; }

.loader1,
.loader1:before,
.loader1:after {
    -webkit-animation: load7 1.8s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation: load7 1.8s infinite ease-in-out;
    animation-fill-mode: both;
    border-radius: 50%;
    height: 2.5em;
    width: 2.5em;
}

.loader1 {
    -ms-transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    -webkit-transform: translateZ(0);
    animation-delay: -0.16s;
    color: #25467a;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
}

.loader1:before,
.loader1:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader1:before {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    left: -3.5em;
}

.loader1:after { left: 3.5em; }

@-webkit-keyframes load7 {
    0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; }

    40% { box-shadow: 0 2.5em 0 0; }
}

@keyframes load7 {
    0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em; }

    40% { box-shadow: 0 2.5em 0 0; }
}

/*******************************
           Voter Guide
*******************************/

#autocomplete::-webkit-input-placeholder { /* Chrome */
    color: #999999;
    opacity: 1;
}

#autocomplete:-ms-input-placeholder { /* IE 10+ */
    color: #999999;
    opacity: 1;
}

#autocomplete::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
    opacity: 1;
}

#autocomplete:-moz-placeholder { /* Firefox 4 - 18 */
    color: #999999;
    opacity: 1;
}

/* slightly enhanced, universal clearfix hack */

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearfix {
    clear: both;
    display: inline-block;
}

/* start commented backslash hack \*/

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* close commented backslash hack */

.bc-ccc { border-color: #ccc; }

.color-666 { color: #666; }

/*#content .header {
    font-weight: 700;
    color: #4c4c4c;
   margin-top: 15px;
   
}*/

#content h2.header {
    color: #4c4c4c;
    font-size: 22px;
    font-weight: bold;
}

#content .image.m-tb-7 {
    margin: 7px 0;
    position: relative;
}

#content .candidatedata {
    display: inline-block;
    min-width: 49%;
    padding-bottom: 15px;
    position: relative;
    vertical-align: top;
}

.text-underline { text-decoration: underline !important; }

#content .hide { display: none; }

.boxedDiamond {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #2ecc71;
    height: 15px;
    left: 2px;
    position: absolute;
    top: 25px;
    transform: rotate(45deg);
    width: 15px;
    z-index: 1;
}

.display-block { display: block !important; }

.positionRelative { position: relative; }

.positionAbsolute { position: absolute; }

.font-12px { font-size: 12px !important; }

.wh-20px {
    height: 20px;
    width: 20px;
}

.wh-15px {
    height: 15px;
    width: 15px;
}

.wh-10px {
    height: 10px;
    width: 10px;
}

.top-0px { top: 0; }

.right-0px { right: 0; }

.mt-15px { margin-top: 15px; }

.pr-10px { padding-right: 10px; }

.pt-15px { padding-top: 15px; }

.pl-25px { padding-left: 25px; }

.pl-20px { padding-left: 20px; }

.top-5px { top: 5px; }

.top-110px {
    left: 9px;
    top: 110px;
}

.display-inline { display: inline-block; }

.vertical-align-top { vertical-align: top; }

.overflow-visible { overflow: visible !important; }

#mapDistrictWrapper { margin-top: 30px; }

#mapDistrictWrapper .otherCandidateAlign {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}

.circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #014a7c;
    border-radius: 50%;
    height: 75px;
    width: 75px;
}

.videoWrapper {
    background-color: #d4d4d5;
    border: 1px solid #cccccc;
    color: #767676;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    position: relative;
}

.videoWrapper p {
    margin-top: 25% !important;
    text-align: center;
}

.videoWrapper iframe {
    border: 1px solid #66667d;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


#mapDistrictWrapper .mapDistrictAlign {
    display: inline-block;
    vertical-align: top;
    width: 24%;
}

#mapDistrictWrapper .mapDistrictAlign b {
    display: inline-block;
    padding-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 1.28571429em;
    margin: calc(2rem - 0.14285714em) 0em 1rem;
    padding: 0em;
}


ul.ui.list li:before,
.ui.bulleted.list .list > .item:before,
.ui.bulleted.list > .item:before {
    -moz-user-select: none;
    -ms-user-select: none;
    ;
    -webkit-user-select: none;
    color: inherit;
    content: 'â€¢';
    font-weight: normal;
    left: auto;
    margin-left: -1.25rem;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: auto;
    user-select: none;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .candidate-bio-content h4 { text-align: center; }

    #page .search-section-wrap { margin-left: 0px; }

    .running-for-text h3 { white-space: nowrap; }

    .videoWrapper p {
        margin-top: 25% !important;
        text-align: center;
    }

    .district-cell, .district-cell-2 {
        margin-top: 25px;
        width: 50% !important;
    }

    table td { font-weight: normal !important; }

    .other-candidates-wrap h3 { margin-bottom: 0 !important; }

    .other-candidates-wrap .other-candidates-content .otherCandidateAlign {
        float: left !important;
        margin-top: 25px !important;
        width: 100% !important;
    }

    .candidate {
        clear: both;
        margin-left: 33% !important;
        margin-top: 30px;
    }

    .candidate-right { padding: 0 !important; }

    .top-three-wrap { text-align: center; }

    .social-links ul {
        list-style: none;
        list-style-position: outside;
        margin: 0 !important;
        padding: 0 !important;
    }

    .social-links li:first-child {
        clear: both;
        float: left;
        important;
        margin-left: 0 !important;
        !
        margin-right 0
        text-align: center;
        width: 100% !important;
        width: 100% !important;
    }

    .social-links li {
        clear: both;
        float: left;
        margin-left: 47% !important;
        margin-right: 47% !important;
        margin-top: 25px;
        width: 5% !important;
    }

    .candidate-bio-content h2 { text-align: center; }

    .candidate-info-left { width: 100%; }

    .candidate-info-right {
        margin-left: 0 !important;
        width: 100%;
    }

    .candidate-main-bio {
        margin-left: 25% !important;
        margin-right: 25% !important;
        margin-top: 25px;
        text-align: center;
        width: 50% !important;
    }

    .candidate-info-left img {
        margin-left: 30% !important;
        margin-right: 30% !important;
        width: 40% !important;
    }

    .ui.grid > [class*="three column"].row > .column { width: 100% !important; }

    .candidate-items { width: 100% !important; }

    .candidate-items a { width: 100% !important; }

    .important-dates-wrap span:nth-child(odd) {
        margin-top: 20px;
        width: 100% !important;
    }

    .important-dates-wrap span:nth-child(even) {
        margin-top: 10px !important;
        width: 100% !important;
    }

    .alsoseewrap {
        padding-right: 0 !important;
        width: 100%;
    }

    .alsoseeitem {
        text-align: center;
        width: 100%;
    }

    .voter-guide-menu-items li {
        margin: auto;
        margin-left: 0 !important;
        width: 100% !important;
    }

    .voter-guide-menu-items a { margin: auto; }

    .voter-guide-menu-wrap h1 { text-align: center; }

    .search-section-tool-wrap { margin-left: 48px; }

    .general-election-wrap { width: 100% !important; }

    .search-section-wrap {
        /*margin-left: 0 !important;*/
        text-align: center;
    }

    /*overriding tables to make candiates list look better on mobile */
    #candTable.ui.table:not(.unstackable) thead { display: table-row-group !important; }

    .font-weight-400 { font-weight: 400 !important; }

    .p-0px { padding: 0 !important; }

    .m-0px { margin: 0 !important; }

    .boxedDiamond.resize {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        background: #2ecc71;
        height: 12%;
        left: 32%;
        position: absolute;
        top: 73%;
        transform: rotate(45deg);
        width: 5%;
        z-index: 1;
    }
}


@media only screen and (max-width: 500px) {
    .search-section .search-section-wrap .search-section-tool-wrap { margin-left: 0px; }

    .column #mapDistrictWrapper .mapDistrictAlign {
        display: block;
        text-align: center;
        vertical-align: top;
        width: 100%;
    }

    .column #mapDistrictWrapper .mapDistrictAlign .district-cell, .column #mapDistrictWrapper .mapDistrictAlign .district-cell-2 { width: 100% !important; }
}

.ui.grid > [class*="three column"].row > .column { width: 33.33333333%; }


.ui.message .list:not(.ui) li:before {

    content: 'â€¢';
    height: 100%;
    left: -1em;
    position: absolute;
    vertical-align: baseline;
}


.other-candidates-wrap .other-candidates-content .otherCandidateAlign {
    float: left;
    margin-top: 25px;
    padding-bottom: 25px;
    width: 50%;
}

.other-candidates-note { float: left; }

.general-election-wrap {
    float: left;
    font-family: 'Roboto', sans-serif;
    margin-left: 0;
    margin-right: -75%;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 30px;
    width: 75%;
}

.general-election-wrap section {
    width: 100%;
    /*overflow: hidden;*/
}

.general-election-wrap .bdm {
    float: none !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.general-election-wrap .breadcrumb-section { font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; }

.general-election-wrap .language-section {
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin-top: 10px;
    overflow: hidden;
}

.general-election-wrap .language-section ul {
    float: right;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

.general-election-wrap .language-section li {
    float: left;
    margin: 5px;
}

.general-election-wrap header {
    clear: both;
    color: #25467a;
    font-size: 2em;
    font-weight: bold;
    margin-top: 35px;
}

.goog-te-menu-value { font-size: 0.75em !important; }

.search-section {
    background: transparent url('/images/Online-VG-General-Landing-Page-Graphic_English.png') no-repeat top left;
    height: 300px;
    margin-top: 20px;
    position: relative;
    width: 100%;
}

.search-section h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
}

.search-section-wrap {
    margin-left: 40px;
    padding-top: 205px;
    /*overflow: hidden;*/
}

.search-section-wrap h1 {
    font-size: 60px;
    font-weight: normal;
    text-transform: uppercase;
}

.search-section-wrap h4 {
    font-size: 32px;
    font-weight: bold;
}

.upcoming-deadlines-section {
    position: relative;
    width: 100%;
}

.upcoming-deadlines-wrap h1 {
    color: #4c4c4c;
    font-size: 20px;
    font-weight: bold;
    margin-top: 35px !important;
}

.important-dates-wrap span:nth-child(odd) {
    clear: left;
    color: #4c4c4c;
    float: left;
    font-size: 1em;
    font-weight: bold;
    margin-top: 25px;
    width: 20%;
}

.important-dates-wrap span:nth-child(even) {
    clear: right;
    float: left;
    margin-top: 25px;
    width: 80%;
}

.general-election-wrap .search-section-wrap .input .searchform input[type="button"] {
    background: #fff url('/images/onlinevg/icon_lupe.png') no-repeat 10px 12px;
    background-size: 15px 15px;
    border: 0;
    border-bottom: 1px solid #014a7c;
    border-radius: 0 0.28571429rem 0.28571429rem 0;
    border-right: 1px solid #014a7c;
    border-top: 1px solid #014a7c;
    box-shadow: none;
    cursor: default;
    float: left;
    font-size: 0px;
    height: 40px;
    opacity: 1;
    width: 40px;
}

.general-election-wrap .search-section-wrap .input .searchform #autocompleteContainer {
    border: 1px solid #014a7c;
    border-radius: 0.28571429rem;
    box-shadow: none;
    /* border-top: 1px solid #014a7c; */
    /* border-bottom: 1px solid #014a7c; */
    padding: 0;
    position: relative;
    width: 70%;
}

.general-election-wrap .search-section-wrap .input .searchform #autocomplete #autocomplete {
    border: none;
    padding-right: 60px;
    width: 100%;
}


.searchform { margin-top: 10px; }

.voter-guide-menu-section {
    background: #FFFFFF;
    /*min-height: 180px;*/
    margin-top: 15px;
    position: relative;
    width: 100%;
}

.voter-guide-menu-section-wrap { overflow: hidden; }

.voter-guide-menu-section .voter-guide-menu-wrap h1 {
    color: #014a7c;
    font-size: 28px;
    margin-left: 40px;
    margin-top: 15px;
}

.voter-guide-menu-items {
    overflow: hidden;
    position: relative;
}

.voter-guide-menu-items ul {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    /*height: 180px;*/
    padding: 0;
    padding-top: 18px;
}

/*.voter-guide-menu-items a
{
    display: block;
    width: 100px;
    height: 175px;
}*/

.voter-guide-menu-items li {
    /* margin-left: 120px; */
    float: left;
    padding: 10px;
    width: 33%;
}

.voter-guide-menu-items p {
    color: #014a7c;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    width: 100px;
}

.circle { margin: auto; }

.alsosee hr { display: none; }

.candidate-items-wrap { padding-top: 30px; }

.candidate-items {
    background-color: #c2ebff;
    height: 70px;
    margin: 0 !important;
    padding: 0 !important;
    width: 270px;
}

.candidate-items a {
    background-color: #c2ebff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    height: 70px;
    margin: 0;
    padding: 0;
    padding-top: 25px;
    text-align: center;
    vertical-align: middle;
    width: 270px;
}

.meet-candidates-wrap { position: relative; }

.meet-candidates-wrap h1 {
    color: #25467a;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
}

.meet-candidates-wrap p {
    color: #363636;
    font-family: 'Roboto', sans-serif !important;
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 1em;
    margin-top: 1em;
}

.contact-section h1 {
    color: #4c4c4c;
    font-size: 20px;
    font-weight: bold;
    margin-top: 35px;
}

.contact-wrap {
    margin-top: 30px;
    position: relative;
}

.contact-row {
    margin-top: 25px;
    overflow: hidden;
    position: relative;
}

.contact-icon {
    float: left;
    position: relative;
    width: 20%;
}

.contact-desc {
    float: left;
    position: relative;
    width: 80%;
}

.download-pdf-caption {
    margin-bottom: 15px;
    /*background: transparent url('/images/onlinevg/Files-Pdf-icon.png') no-repeat 0 0;
        background-size: 18px;*/
    margin-top: 15px;
    overflow: hidden;
}

.download-pdf-caption ul {
    list-style: none;
    list-style-position: inside;
    padding: 0;
}

.download-pdf-caption li {
    color: #363636;
    float: right;
    font-size: 14px;
    margin-left: 15px !important;
    text-align: left;
}

.fa-file-pdf-o, .fa-file-excel-o {
    font-size: 22px !important;
    margin-left: 0 !important;
}

.download-pdf-caption a { color: #363636; }

.candidatedata h5 { display: none; }

.candidatedata h2 {
    color: #25467a;
    font-size: 2em;
    font-weight: bold;
    overflow: hidden;
}

.candidatedata h3 {
    color: #4c4c4c;
    font-size: 18px;
}

.candidate-bio-content {
    font-family: 'Roboto', sans-serif !important;
    margin-top: 25px !important;
    overflow: hidden;
}

.candidate-info {
    margin-top: 20px;
    overflow: hidden;
}

.candidate-info-left { /*float: left;*/ }


.candidate-info-right {
    /*float: left;*/
    font-size: 14px;
    margin-left: 35px;
}

.party-enrolled-label { margin-top: 25px; }

.top-three-issues-label { margin-top: 45px; }

.top-three-issues-list ol {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.social-links { margin-top: 25px; }

.social-links ul {
    list-style: none;
    list-style-position: outside;
    margin: 0 !important;
    padding: 0 !important;
}

.social-links li:first-child {
    float: left;
    margin-left: 0;
    width: auto;
}

.social-links li {
    float: left;
    margin-left: 15px;
    width: 35px;
}

.video-profile-wrap {
    margin-top: 60px;
    overflow: hidden;
    position: relative;
}

.additional-candidate-info { margin-top: 50px; }

.additional-candidate-info p {
    color: #4c4c4c;
    font-size: 14px;
}

.additional-candidate-info h3 {
    margin-top: 20px;
    padding-bottom: 8px;
}

.read-video-script-language ul {
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    width: 100%;
}

.read-video-script-language li:first-child {
    display: inline;
    float: left;
    margin-left: 0px;
}

.read-video-script-language li {
    display: inline;
    float: left;
    margin-left: 15px;
}

.video-script-text {
    margin-right: 15px;
    margin-top: 20px;
    overflow: hidden;
    width: auto !important;
}

.other-candidates-wrap {
    color: #4c4c4c !important;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.other-candidates-wrap h3 {
    color: #4c4c4c;
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 15px;
}

.other-candidates-row {
    margin-top: 100px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.other-candidates-row-first {
    margin-top: 0 !important;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.candidate {
    float: left;
    position: relative;
    width: 33%;
}

.candidate p {
    color: #4c4c4c !important;
    font-size: 14px;
}

.candidate-left {
    float: left;
    width: auto;
}

.candidate-right {
    float: left;
    margin-left: 2%;
    width: auto;
}

.candidate-right { padding-top: 40px; }

.name { font-weight: bold; }

.alsoseeitem { margin-right: 30px; }

.video-script-container {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    clear: both;
    display: none;
    margin-top: 20px;
    padding: 15px;
    width: 100%;
}

.contentWrap p {
    color: #4c4c4c;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em !important;
    font-weight: 300;
    line-height: 1.3em;
}

.important-dates-row {
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}

.important-dates-left {
    float: left;
    font-weight: bold;
    width: 15%;
}

.important-dates-right {
    float: left;
    width: 85%;
}

.additional-section { margin-top: 25px; }

.para-container { font-size: 60px; }

.office-type-desc-wrap, .para-container p {
    color: #363636;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 22px;
}

.badge-note-wrap {
    color: #999999;
    font-family: 'Roboto', sans-serif !important;
}

.candidate-data-content-wrap { margin-top: 30px; }

.candidatedata { color: #4c4c4c; }

.candidatedata a {
    color: #428bca;
    font-family: 'Robot', sans-serif !important;
    font-size: 15px;
}

.candidatedata a:hover { color: #f27900; }

.nosubmit-wrap h4 {
    color: #999999;
    font-family: 'Robot', sans-serif;
    font-size: 11px;
}

.candidate-bio-wrap { margin-top: 25px; }

.city-council-desc-wrap {
    color: #363636;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    margin-top: 22px;
}

.district-cell, .district-cell-2 { margin-top: 15px; }

.tooltip {
    display: inline-block;
    position: relative;
}

.tooltip .tooltiptext {
    background-color: white;
    border-radius: 6px;
    color: black;
    left: 50%;
    margin-left: -60px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    text-align: center;
    top: 100%;
    visibility: hidden;
    width: 120px;
    z-index: 1;
}

.tooltip:hover .tooltiptext { visibility: visible; }

.candidate-bio-content h2 {
    color: #25467a;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    margin-top: 40px !important;
}

.candidate-info-page { margin-left: 40px; }

.candidate-info-page h3 {
    font-size: 18px;
    margin-top: 40px;
    padding-bottom: 8px;
}

.candidate-info-right h3 {
    font-size: 18px;
    margin-top: 40px;
    padding-bottom: 8px;
    text-align: left;
}

.running-for-text h3 { margin-top: 0em !important; }

.candidate-bio-content > ol, .candidate-bio-content > ul {
    list-style-position: inside;
    margin: 0 !important;
    padding: 0 !important;
}

.otherCandidateAlign .positionRelative .boxedDiamond { left: 4px !important; }

#closeVideoScript {
    right: 0;
    top: 0px;
}

#closeVideoScript img { width: 25px; }

.hr-nycvotes {
    background-color: #ccc;
    border: 0px;
    height: 1px;
}

.top-margin-30px {
    margin-bottom: 0px;
    margin-top: 30px !important;
}

.top-margin-20px { margin-top: 20px !important; }

.top-margin-15px {
    margin-bottom: 0px;
    margin-top: 15px !important;
}

.bottom-margin-0px { margin-bottom: 0px !important; }

.bottom-margin-30px {
    margin-bottom: 30px !important;
    margin-top: 0px;
}

.bottom-margin-15px {
    margin-bottom: 15px !important;
    margin-top: 0px;
}

.bottom-margin-25px {
    margin-bottom: 25px !important;
    margin-top: 0px;
}

#candTable.ui.table { border: none; }

.content p { margin-bottom: 20px; }

.rte {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
}

.rte p {
    color: #363636;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 22px;
}

.rte ul > li {
    color: #363636;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 22px;
}