/* Team Page */

.icon-medium-white img {
    width:100px;
    height:auto;
}

.icon-medium-white {
    display:inline-block;
    vertical-align:middle;
    /* margin-left:10px; */
    margin-left: 28px;
}

#takeover {
    z-index: 100;
    width: 100%;
    margin: 0 auto;
    display: block;
    /* left: 0%;
    top: 0; */
    position: relative;
}

#takeover span {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
}
#takeover span:hover {
    cursor: pointer;
}

p.meetwholeteam {
    text-align:center;
    font-size:18px;
    margin-top:30px;
}

p.meetwholeteam a {
    display:inline-block;
    padding:10px 45px;
    border:solid 2px #219BE9;
    border-radius:5px;
    font-weight:bold;
    width:50%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

p.meetwholeteam a:hover {
    text-decoration:none;
    background-color:#ffffff;
}

.teamsection {
    padding-top:50px;
}

.main.teampage {
    padding:50px 0 0 0;
}

.team-section {
    background-color:#eee;
}

.team_member {
    display:inline-block;
    width:20%;
    vertical-align:top;
    margin-right:4%;
    margin-bottom:20px;
    min-height:320px;
    position:relative;
    cursor:pointer;
}

.team_member:nth-child(4n+4) {
    /*margin-right:0;*/
}

.team_member img {
    display:block;
    margin-bottom:15px;
    width:100%;
    height:auto;
    border-radius:5px;
}

.team-section h2 {
    text-align:center;
    margin-bottom:40px;
}

.team_member h3 {
    text-align:center;
    margin-bottom:2px;
    font-size:20px;
    line-height:24px;
    color:#003E7E;
}

.team_member p {
    font-size:17px;
    line-height:22px;
    color:#4A4A4A;
    margin-bottom:0px;
    text-align:center;
}

.main .col-left-main.full-width {
    width: 100% !important;
}

.is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline {
    color: #ee3124;
    border-color: #ee3124;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: all ease-in-out 0.4s;
}

.wp-block-button__link {
    background-color: #ee3124;
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: all ease-in-out 0.4s;
}

.wp-block-button__link:hover {
    background-color: #960011;
    text-decoration: none;
}

.is-style-outline .wp-block-button__link:hover,
.wp-block-button__link.is-style-outline:hover {
    background-color: #ee3124;
    color: #ffffff;
}

/* Hover */
.team_member:hover .hovercontent {
    width:450px;
    height:auto;
    padding:15px 20px;
    background-color:#ffffff;
    border:solid 2px #219BE9;
    /*display:block;*/
}

.team_member .hovercontent .aniwrapper {
    opacity:0;
    transition: all 0s linear;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.team_member:hover .hovercontent .aniwrapper {
    opacity:1;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.team_member .hovercontent {
    /*display:none;*/
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    width:0px;
    height:0px;
    overflow:hidden;
    position:absolute;
    top:-20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding:0;
    border-radius:15px;
    z-index:70;
    cursor:pointer;
}

.team_member .hovercontent img {
    width:50%;
    position:relative;
    display:block;
    margin:0 auto 15px auto;
}

.team_member .hovercontent .teammember_social {
    text-align:center;
}

.team_member .hovercontent .teammember_social img {
    width:30px;
    height:auto;
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    margin-bottom:5px;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;
}

.team_member .hovercontent .teammember_social img:hover {
    opacity:.8;
}

.team_member .hovercontent p.teammember_fullcontent {
    font-size:15px;
    line-height:20px;
    margin-bottom:15px;
    margin-top:10px;
}

.single-voterpage .content-width {
    width:85%;
}

.single-voterpage #compliancetext .content-width {
    width:100%;
    text-align:center;
}

.single-voterpage .main .col-right-main p.voterdonatebtn {
    text-align:left;
    font-size:22px;
}

.single-voterpage .main .col-left-main {
    width:69% !important;
    padding-top:80px;
}

.postid-6502 .main .col-left-main {
    width:95% !important;
}

.postid-6502 .main .col-right-main {
    display:none;
}

.single-voterpage .main .col-right-main {
    background:transparent;
    width:28%;
    padding-top:80px;
}

.single-voterpage strong {
    color:#219be9;
}

.single-voterpage .votersection:nth-child(4) strong {
    color:#003f7e;
}

#compliancetext {
    padding:0px 0px;
    background-color:#ffffff;
}

#compliancetext p {
    font-size:17.5px;
    font-weight:bold;
    color:#454545;
    margin-bottom: 10px;
}

.single-voterpage .col-right-main p {
    font-size:18px;
    line-height:25px;
}

.single-voterpage .votersection .contentleft svg {
    width:55%;
    height:auto;
    margin-top:30px;
}

.single-voterpage .votersection.vs2 .contentleft svg {
    width:80%;
}

/*.single-voterpage .votersection.vs1 .contentleft svg,
.single-voterpage .votersection.vs2 .contentleft img,
.single-voterpage .votersection.vs3 .contentleft svg,
.single-voterpage .votersection.vs4 .contentleft svg {
    width:0px;
    height:auto;
    opacity:0;
    margin-top:50px;
}*/

.single-voterpage .votersection.vs1 .contentleft svg.finished,
.single-voterpage .votersection.vs2 .contentleft img.finished,
.single-voterpage .votersection.vs3 .contentleft svg.finished,
.single-voterpage .votersection.vs4 .contentleft svg.finished {
    width:60%;
    height:auto;
    opacity:1;
}

.single-voterpage .votersection.vs1 .contentleft svg.finished {
    width:50%;
}
.single-voterpage .votersection.vs2 .contentleft img.finished {
    width:90%;
}
.single-voterpage .votersection.vs3 .contentleft svg.finished {
    width:50%;
}
.single-voterpage .votersection.vs4 .contentleft svg.finished {
    width:50%;
}

.votersection {
    padding:80px 0;
    margin-bottom:10px;
}

.votersection ul {
    display:inline-block;
    width:100%;
    vertical-align:top;
    margin-left:0;
}

.completed img {
    display: none !important;
}

.votersection p, .votersection li {
    font-size:24px;
    line-height:29px;
}

.votersection li {
    margin-left:25px;
    /* font-weight:bold; */
    font-size:20px;
    line-height:30px;
    margin-bottom:10px;
}

.votersection .contentleft img {
    display:inline;
}

.votersection .contentleft {
    width:43%;
    display:inline-block;
    margin-right:5%;
    vertical-align:top;
    text-align:center;
}

.votersection .contentright {
    width:50%;
    display:inline-block;
    vertical-align:top;
}

.votersection:nth-child(1) {
    background-color:#ffc437;
}

.votersection:nth-child(1) p, .votersection:nth-child(1) li {
    color:#565656;
}

.votersection:nth-child(2) {
    background-color:#003f7e;
}

.votersection:nth-child(2) p {
    color:#ffffff;
}

.votersection:nth-child(3) {
    background-color:#ffffff;
}

.votersection:nth-child(3) p {
    color:#565656;
}

.votersection:nth-child(4) {
    background-color:#acd9f4;
}

.votersection:nth-child(4) p {
    color:#003f7e;
}

p.voterdonatebtn {
    text-align:right;
    font-size:22px;
    line-height:27px;
    margin-top:30px;
}

p.voterdonatebtn a {
    color:#ffffff;
    display:inline-block;
    background-color:#ee3124;
    padding:10px 20px;
    text-decoration:none;
    color:#ffffff;
    border-radius:7px;
    text-transform:uppercase;
    font-weight:bold;
    text-align:left;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;
}

p.voterdonatebtn a:hover {
    background-color:#a10a00;
}

.single-voterpage .col-left-main p, .single-voterpage .col-left-main ul, .single-voterpage .col-left-main ol {
    font-size:21px;
    line-height:26px;
}

.single-voterpage .col-left-main ul, .single-voterpage .col-left-main ol {
    margin-left:-25px;
}

.single-voterpage .col-left-main li {
    margin-bottom:25px;
}

.single-voterpage .col-left-main ul li {
    list-style:none;
    background:url("../images/check.png") no-repeat;
    background-position:0 5px;
    padding-left:30px;
}

.single-voterpage .col-left-main h2 {
    font-size:36px;
    line-height:41px;
    margin-bottom:10px;
    color:#003e7e;
    text-transform:capitalize;
    margin-bottom:25px;
}

.single-voterpage .col-left-main h3 {
    text-transform:capitalize;
    font-size:36px;
    line-height:41px;
    margin:25px 0px;
    color:#219be9;
}

.single-voterpage .col-right-main h2 {
    font-size:24px;
    line-height:29px;
    margin-bottom:10px;
    color:#219be9;
    text-transform:capitalize;
}

.votersection .contentleft h2 {
    font-size:68px;
    line-height:75px;
    color:#565656;
    text-transform:capitalize;
    text-align:left;
    margin-bottom:5px;
}

.votersection .contentleft p {
    font-size:42px;
    line-height:50px;
    color:#565656;
    font-weight:bold;
}

.votersection:nth-child(2) .contentleft h2, .votersection:nth-child(2) .contentleft p {
    color:#ffffff;
}

.votersection:nth-child(3) .contentleft h2, .votersection:nth-child(3) .contentleft p {
    color:#565656;
}

.votersection:nth-child(4) .contentleft h2, .votersection:nth-child(4) .contentleft p {
    color:#003f7e;
}

.votersection .contentleft p {
    text-align:left;
}

/* End Protect Voters Page Type */

/* Electoral Page Type */

.staterow h2 span {
    margin-left:5px;
}

.staterow h2 .up svg {
    display:none;
}

.staterow h2 .down svg {
    display:inline-block;
}

.staterow.active h2 .down svg {
    display:none;
}

.staterow.active h2 .up svg {
    display:inline-block;
}

p.electoraldisclaimer {
    text-align:center;
    margin-top:80px;
}

p.electoraldisclaimer span {
    border:solid 2px #003e7e;
    padding:10px 20px;
    font-size:12px;
    width:auto;
    display:inline-block;
}

#mobile-map-content {
    display:none;
    margin-bottom:40px;
}

#mobile-map-content h2 {
    color:#013E7D;
    text-align:center;
    margin-bottom:15px;
}

#mobile-map-content .staterow:first-of-type {
    border-top:solid 2px #013E7D;
}

#mobile-map-content p {
    margin-bottom:5px;
}

#mobile-map-content .staterow {
    border-bottom:solid 2px #013E7D;
    padding-top:15px;
    cursor:pointer;
}

#mobile-map-content .staterow:hover {
    /*background-color:#013E7D;*/
}

#mobile-map-content .staterow:hover h2 {
    /*color:#ffffff;*/
}

#mobile-map-content .staterowcon h3 {
    margin-bottom:8px;
}

#mobile-map-content .staterowcon {
    display:none;
    padding-bottom:15px;
}

.electorallogo img {
    margin:0 auto;
}

.electorallogo {
    margin-bottom:20px;
}

.electoralcontent {
    /*text-align:center;
    font-weight:bold;*/
}

p.electoraldonatebtn {
    font-size:22px;
    line-height:27px;
    margin-top:30px;
    text-align:center;
}

p.electoraldonatebtn a {
    color:#ffffff;
    display:inline-block;
    background-color:#ee3124;
    padding:18px 70px;
    text-decoration:none;
    color:#ffffff;
    border-radius:7px;
    text-transform:uppercase;
    font-weight:bold;
    text-align:left;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;
}

p.electoraldonatebtn a:hover {
    background-color:#a10a00;
    text-decoration:none;
}

/* Coverflow */
#coverslides {
    margin-top:-70px;
    padding-bottom:80px;
    position:relative;
    z-index:9;
}

#coverflow {
    height: 400px;
    width: 100%;
    -webkit-perspective: 600px;
    overflow:hidden;
    margin-left:-36px;
}

#coverflow section {
    display: position;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 245px;
    height: 240px;
    margin-left: -90px;
    margin-top: -90px;
    background-size: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    border:solid 4px #ffffff;
}

#coverflow section:nth-child(2) {
    background-color:#EBA708;
}

#coverflow section:nth-child(3) {
    background-color:#92CCF1;
}

#coverflow section:nth-child(5) {
    background-color:#92CCF1;
}

#coverflow section:nth-child(6) {
    background-color:#EBA708;
}

#coverflow section {
    background-color:#013E7D;
}

#coverflow section p {
    font-family:'Raleway', sans-serif;
    text-align:center;
}

#coverflow section p.number {
    color:#ffffff;
    font-size:82px;
    line-height:82px;
    font-weight:bold;
    margin-bottom:20px;
    padding-top:22px;
}

#coverflow section p.type {
    color:#ffffff;
    font-size:22px;
}

#controls {
    position:relative;
    width: 100%;
    z-index: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #999;
    font-size: 18px;
    text-align:center;
    margin-top:50px;
}

#controls a  {
    cursor: pointer;
    border-radius: 100%;
    background-color:#013E7D;
    display:inline-block;
    line-height:100px;
    width:30px;
    height:30px;
    border:solid 1px #013E7D;
}

#controls a:hover, #controls a.active  {
    background-color:#ffffff;
}

#electoralmap {
    padding-bottom:90px;
}

#electoralmap .mapleft {
    display:inline-block;
    width:65%;
    vertical-align:top;
    margin-right:2%;
}

#electoralmap #tooltip {
    padding:0;
    border:solid 2px #EBA708;
}

#electoralmap #tooltip h2 {
    padding:11px 20px;
    background-color:#003e7e;
    color:#ffffff;
}

#electoralmap #tooltip div.text {
    padding:20px;
}

#electoralmap .map div {
    width:100%;
    height:630px;
}

#electoralmap .map1 {
    display:block;
}

#electoralmap .mapright {
    display:inline-block;
    width:25%;
    vertical-align:top;
}

#electoralmap .mapright ul {
    margin-left:0px;
}

#electoralmap .mapright li {
    list-style:none;
    border-bottom:solid 2px #2a2a2a;
    text-transform:uppercase;
    font-weight:bold;
    padding:7px 0 7px 0;
    margin-bottom:7px;
    margin-left:10px;
    font-size:17px;
}

#electoralmap .mapright li svg {
    width:25px;
    height:auto;
    vertical-align:middle;
    display:inline-block;
    margin-right:5px;
}

#mapfilter {
    margin-bottom:70px;
    margin-top:30px;
}

.sidebarcon p.voterdonatebtn {
    text-align:left;
}

.sidebarcon h2 {
    color:#2a2a2a;
}

.checkbox-box {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0 0 10px;
}
.checkbox-box input[type="checkbox"] {
  display: none;
}
.checkbox-box input[type="checkbox"]:checked + .checkbox-content::before {
  border: 9px solid #013E7D;
}
.checkbox-box .checkbox-content {
  display: flex;
  align-items: center;
  font-weight: 700;
  position:relative;
}
.checkbox-box .checkbox-content::before {
  content: "";
  display: block;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
  border: 9px solid #adb5bd;
  border-radius: 2px;
  transition: border .2s ease-in-out;
}

#electoralmap .mapright li svg.checkboxcheckmark {
    position:absolute;
    left:2px;
    top:-7px;
    width:auto;
    height:27px;
    display:none;
}

#electoralmap .mapright li .checkbox-box input[type="checkbox"]:checked + span svg.checkboxcheckmark {
    display:block;
}

/* End Electoral Page Type */
.absolute-centered {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    height: 100%
}

#mapanimation {
    float: left;
    width: 47%;
    margin-right: 15px;
}

body .secondary-nav-special {
    padding:30px 0 19px 0;
    display:block;
}

p {
    word-wrap: break-word;
}


.logged-in .nav-primary {
    top: 30px !important;
}

.clearboth {
    clear: both
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.video-wrapper {
    position: relative;
    padding-bottom: 54.25%;
    padding-top: 25px;
    height: 0
}

.node-type-message .video-wrapper {
    margin-bottom: 21px
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: 0px;
    font-family: "Helvetica Neue", Helvetica, arial, sans-serif
}

html {
    overflow-y: scroll
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


.page-id-886 .main .contact-section p:nth-child(2) {
    display: none;
}

section,
header,
footer,
article,
aside,
nav,
main,
figure,
figcaption {
    display: block
}

img {
    max-width: 100%;
    height: auto
}

body>iframe {
    display: none
}

::selection {
    background-color: #c2cced
}

::-moz-selection {
    background-color: #c2cced
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #212121;
    -webkit-font-smoothing: antialiased
}

@media screen and (max-width: 400px) {
    body {
        font-size: 16px
    }
}

p,
ul,
ol,
blockquote {
    margin-bottom: 21px
}

h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    margin-bottom: 21px;
    text-transform: uppercase
}

@media screen and (max-width: 400px) {
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.1
    }

    .document {
        width: 100% !important;
        display: block !important;
        margin-bottom: 20px;
    }

    .partner-feed .partner {
        padding: 20px;
        width: 25% !important;
    }

    .announcement-feed {
    width: 100%;
        border-right: 1px solid white !important;
        padding-right: 0px !important;

}

    .announcement-feed .partner {
        padding: 10px;
    }

    .main .content-width .top-content {
        margin-top: 0px !important;
        border-top: 1px solid white !important;
        width: 50%;
    }

    .partner img {
        display: none !important;
    }

    .partner-feed {
/*        width: 400%;*/
    }

    .main .col-right-main {
        border-bottom: 2px solid black;
    }

.main .col-left-main {
    width: 100% !important;
    border-bottom: 2px solid black;
}
}



h1 {
    color: #003e7e;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 21px;
    text-transform: none
}

h2 {
    color: #8c8b8b;
    font-size: 22px
}

h3 {
    color: #003e7e;
    font-size: 18px
}

h4 {
    color: #8c8b8b;
    font-size: 16px
}

h5 {
    color: #003e7e
}

p,
ul,
ol,
blockquote {
    line-height: 1.5
}

ul,
ol,
blockquote {
    margin-left: 45px
}

.col-left ul {
    list-style: none
}

.col-left ul li {
    position: relative
}

.col-left ul li:before {
    content: '\25cf';
    display: block;
    position: absolute;
    left: -15px;
    color: #0e76bc
}

.col-left ol {
    counter-reset: standard;
    list-style: none
}

.col-left ol li {
    counter-increment: standard;
    position: relative
}

.col-left ol li:before {
    content: counter(standard) ".";
    display: block;
    position: absolute;
    left: -15px;
    color: #0e76bc
}

a {
    text-decoration: none;
    color: #219be9
}

.single-summit_page .col-left-main a {
    color: #ee3124
}

a:hover {
    text-decoration: underline
}

figcaption {
    font-size: 13px;
    font-style: italic;
    color: #999
}

figure {
    margin: 0px 0px 21px
}

img {
    max-width: 100%;
    display: block
}

.center {
    text-align: center
}

.uppercase {
    text-transform: uppercase
}

input[type=email],
input[type=text],
input[type=tel],
input[type=password],
textarea,
.select-wrapper {
    font-size: 16px;
    border: solid 1px #222;
    line-height: 1;
    padding: 15px 19px
}

.at input[type=email],
.at input[type=text],
.at input[type=tel],
.at input[type=password],
.at textarea,
.at .select-wrapper {
    font-size: 16px !important;
    border: solid 1px #222 !important;
    line-height: 1 !important;
    padding: 15px 19px !important;
    border-radius: 0px !important;
    height: auto !important;
    background-color: transparent !important
}

textarea {
    height: 150px
}

.form-item {
    margin-bottom: 25px
}

.form-item label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase
}

.form-item label .details {
    font-size: 14px;
    color: #a0a0a0;
    text-transform: none
}

.form-item input[type=email],
.form-item input[type=text],
.form-item input[type=tel],
.form-item input[type=password],
.form-item textarea {
    width: 100%
}

.form-item {
    width: 48%;
    float: left
}

.form-item-state,
.form-item-StateProvince,
.form-item-zip,
.form-item-PostalCode,
.form-item-expmonth,
.form-item-expyear {
    width: 22%
}

.form-item-email,
.form-item-EmailAddress {
    width: 58%
}

.form-item-phone,
.form-item-HomePhone {
    width: 38%
}

.form-item-amount {
    width: 100%
}

.form-item-fname,
.form-item-FirstName,
.form-item-address1,
.form-item-AddressLine1,
.form-item-city,
.form-item-City,
.form-item-state,
.form-item-StateProvince,
.form-item-email,
.form-item-EmailAddress,
.form-item-employer,
.form-item-Employer,
.form-item-expmonth,
.form-item-orgname {
    margin-right: 4%
}

.form-item-expmonth,
.form-item-expdate {
    clear: left
}

.form-item-diet {
    width: 100%
}

.form-item-gotcha {
    /*display: none;*/
    position: absolute;
    left: -9999px;
}

.submit-wrapper {
    clear: both;
}

@media screen and (max-width: 700px) {
    .voterdonatebtn.completed img {
        margin-top:40px;
    }

    #teamcontrols input.keyword {
        margin-left:0 !important;
    }

    .teampage #teamcontrols input {
        width:100%;
        display:inline-block;
        margin-right:0%;
        margin-bottom:10px;
        vertical-align:top;
    }

    .teampage #teamcontrols .select-wrapper {
        width:100%;
        display:inline-block;
        vertical-align:top;
        height:auto;
        margin-bottom:10px;
    }

    p.meetwholeteam a {
        width:100%;
    }

    .main.teampage .content-width {
        width:90%;
    }

    .team_member:hover .hovercontent {
        width: auto;
        height: auto;
        padding: 15px 20px;
        background-color: #ffffff;
        border: solid 2px #219BE9;
    }

    .team_member .hovercontent .aniwrapper {
        opacity:1;
    }

    .team_member .hovercontent {
        width:100%;
        height:auto;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        width: auto;
        height: auto;
        padding: 15px 20px;
        background-color: #ffffff;
        border: solid 2px #219BE9;
    }

    .team_member {
        width:100%;
    }

    .team_member .teamintro {
        display:none;
    }

    .team_member .hovercontent {
        display:block;
        position:relative;
        top:0;
        left:0;
        width:100%;
        box-sizing:border-box;
    }

    body a.closefooteroverlay {
        position:absolute;
        width:30px;
        top:-10px;
        right:5px;
        cursor:pointer;
        z-index:20;
        display:block;
    }

    .stateconleft img {
        width:100%;
        height:auto;
    }

    .stateconleft {
        width:38%;
        display:inline-block;
        margin-right:3%;
        vertical-align:top;
    }

    .stateconright {
        width:57%;
        display:inline-block;
        vertical-align:top;
    }

    #electoralmap .mapright li svg.checkboxcheckmark {
        top:auto;
        height:14px;
        left:3px;
    }

    .mapmessage {
        display:none;
    }

    .mapmessage p {
        color:#D0021B;
    }

    p.electoraldisclaimer {
        width:90%;
        margin:0 auto;
        box-sizing:border-box;
    }

    .staterow h2 svg {
        width:25px;
        height:auto;
    }

    #mapfilter ul {
        -webkit-column-count:2;
        -moz-column-count:2;
        column-count:2;
        -webkit-column-gap:0;
        -moz-column-gap:0;
        column-gap:0;
    }

    #mapfilter {
        margin-bottom:20px;
    }

    #electoralmap .mapright li {
        font-size:12px;
        border:none;
        margin-bottom:0;
        padding-bottom:0;
        margin-left:0;
    }

    #mobile-map-content {
        display:block;
    }

    #electoralmap .mapleft {
        width:90%;
        margin:0 auto 30px auto;
        display:block;
    }

    #electoralmap .mapright {
        width:90%;
        margin:0 auto 30px auto;
        display:block;
    }

    #coverflow section {
        width:210px;
        height:200px;
    }

    #coverflow section p.number {
        font-size:72px;
        line-height:72px;
    }

    #coverflow section p.type {
        font-size:17px;
        line-height:24px;
    }

    #controls {
        margin-top:0;
    }

    #coverflow {
        margin-left:0;
    }

    #coverslides {
        padding-bottom:70px;
    }

    .votersection .contentleft h2 {
        font-size:40px;
        line-height:47px;
    }

    .votersection .contentleft p {
        margin-top:0;
        font-size:31px;
        line-height:36px;
    }

    body #registrationform {
        height:auto;
        padding:20px 0 10px 0;
    }

    body #registrationform .ngp-form {
        width:100%;
    }

    #registrationform h2 {
       margin-top:0 !important;
    }

    body #registrationform .ngp-form input,
    .ngp-form #NVSignupForm676973 label,
    .ngp-form #NVSignupForm696490 label,
    .ngp-form #NVSignupForm676973 .at-row,
    .ngp-form #NVSignupForm696490 .at-row {
        /*width:100% !important;*/
        margin-left:0;
        margin-right:0;
    }

    body #registrationform div.EmailAddress, body #registrationform div.PostalCode {
        width:48% !important;
    }

    body #registrationform .EmailAddress {
        margin-right:3% !important;
    }

    #registrationform .at-fieldset, #registrationform .at-fields {
        width:100% !important;
    }

    body #registrationform .at-form-submit {
        width:100%;
        margin-left:0;
        margin-right:0;
        padding:0;
    }

    body #registrationform .at-form-submit input.at-submit {
        padding:12px 20px;
    }

    #registrationform .at-form {
        width:100%;
    }
}


@media screen and (max-width: 600px) {
    .form-item-address1,
    .form-item-AddressLine1,
    .form-item-address2,
    .form-item-orgname,
    .form-item-selectamount {
        width: 100%;
        margin-right: 0px
    }
    .summit-page .form-section1 .form-item-email,
    .summit-page .form-section1 .form-item-EmailAddress,
    .summit-page .form-section1 .form-item-phone,
    .summit-page .form-section1 .form-item-HomePhone,
    .summit-page .form-section1 .form-item-state,
    .summit-page .form-section1 .form-item-StateProvince {
        width: 100%;
        margin-right: 0px
    }

    .announcement-feed {
        width: 100%;
        border-right: 1px solid white !important;
        padding-right: 0px !important;
    }

    .main .col-left-main {
        width: 100% !important;
    }
}

@media screen and (max-width: 500px) {
    .form-item-city,
    .form-item-City,
    .form-item-email,
    .form-item-EmailAddress,
    .form-item-employer,
    .form-item-Employer,
    .form-item-occupation,
    .form-item-ccnumber,
    .form-item-expmonth,
    .form-item-expyear,
    .form-item-phone,
    .form-item-HomePhone {
        width: 100%;
        margin-right: 0px
    }
    .form-item-state,
    .form-item-StateProvince,
    .form-item-zip,
    .form-item-PostalCode {
        width: 48%
    }
.document {
        width: 100% !important;
        display: block !important;
        margin-bottom: 20px;
    }

    .partner-feed .partner {
        padding: 20px;
    }

    .announcement-feed {
    width: 100%;
        border-right: 1px solid white !important;
        padding-right: 0px !important;

}

    .announcement-feed .partner {
        padding: 10px;
    }

    .main .content-width .top-content {
        margin-top: 0px !important;
    }

    .partner img {
        display: none !important;
    }

    .partner-feed {
/*        width: 400%;*/
    }

.main .col-left-main {
    width: 100% !important;
}
}

.select-wrapper {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 51px
}

.select-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    right: 9px;
    height: 0px;
    border-top: 10px solid #219be9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 2
}

.select-wrapper select {
    cursor: pointer;
    font-size: 14px;
    border: none;
    background-color: transparent;
    width: 120% !important;
    position: relative;
    z-index: 10;
    -webkit-appearance: none
}

.select-wrapper select:focus {
    outline: none
}

.contact-form .form-item {
    width: 100%
}

.form-success {
    display: none
}

input.error,
textarea.error {
    border-color: red !important
}

.nav,
.nav-primary,
.secondary-nav-special,
.nav-footer {
    text-align: center
}

.nav ul,
.nav-primary ul,
.secondary-nav-special ul,
.nav-footer ul {
    text-align: center;
    margin: 0px;
    line-height: 1;
    display: block
}

.nav li,
.nav-primary li,
.secondary-nav-special li,
.nav-footer li {
    display: inline-block;
    list-style: none
}

.nav a,
.nav-primary a,
.secondary-nav-special a,
.nav-footer a {
    display: inline-block;
    text-transform: uppercase
}

.nav .menu-item-330,
.nav-primary .menu-item-330,
.secondary-nav-special .menu-item-330,
.nav-footer .menu-item-330 {
    display: none
}

@media screen and (max-width: 780px) {
    .nav .menu-item-330,
    .nav-primary .menu-item-330,
    .secondary-nav-special .menu-item-330,
    .nav-footer .menu-item-330 {
        display: block
    }

    .announcement-feed {
    width: 100%;

}

    .main .col-right-main {
        width: 100% !important;
    }

.main .col-left-main {
    width: 100% !important;
}

    .main .content-width .top-content {
        margin-top: 0px !important;
    }

}

.nav-primary {
    width: 100%;
    z-index: 80;
    top: 0px;
    position: fixed;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear
}

@media screen and (min-width: 780px) {
    .logged-in .nav-primary {
        top: 32px
    }

    .announcement-feed {
    width: 100%;
        border-right: 1px solid white !important;
        padding-right: 0px !important;
}

.main .col-left-main {
    width: 55% !important;
}
}

@media screen and (max-width: 780px) {
    .nav-primary {
        position: relative
    }


}

@media (min-width:780px) and (max-width: 1000px) {
    .announcement-feed {
    width: 100%;
        float: left;
        border-right: 1px solid white !important;
        padding-right: 0px !important;
}


    .col-left-main .top-content a {
        text-align: left !important;
    }
    .document-feed .orgname {
                text-align: left !important;

    }
    .document {
        width: 45% !important;
        margin-bottom: 20px;
    }

    .main .col-right-main {
        width: 50%;
        float: right;
    }

.main .col-left-main {
    width: 100% !important;
}

    .main .content-width .top-content {
        border-top: 1px solid white !important;
        margin-top: 0px !important;

    }

    .partner-feed .orgname {
        display: block;
        text-align: center;
                }
}



.nav-primary .logo {
    display: inline-block;
    float: left;
    margin-top: -100px;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear
}

.nav-primary .content-width>ul {
    position: relative;
    margin-bottom: -2px
}

@media screen and (max-width: 780px) {
    .nav-primary .content-width>ul {
        display: none
    }
}

.nav-primary .content-width>ul>li {
    padding: 15px 0px;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear
}

.nav-primary .content-width>ul>li:last-child.current-menu-item a {
    background-color: #ee3124;
    color: #fff !important
}

.nav-primary .content-width>ul>li:last-child a {
    border: 2px solid #ee3124;
    border-radius: 5px
}

.nav-primary .content-width>ul>li:last-child a:hover,
.nav-primary .content-width>ul>li:last-child a:focus {
    background-color: #ee3124;
    color: #fff !important
}

.nav-primary .content-width>ul>li>a {
    color: #fff;
    padding: 13px 8px 10px 8px;
    font-size: 15px;
    font-weight: 500;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear
}

@media screen and (max-width: 980px) {
    .nav-primary .content-width>ul>li>a {
        padding: 10px
    }
}

.nav-primary .content-width>ul>li:hover>a {
    color: #219be9;
    text-decoration: none
}

#takeover {
    display: none;
}

.home #takeover {
    display: block;
}

.nav-primary .content-width>ul>li:hover ul {
    display: block
}

.opacity {
    opacity: 1;
}

.nav-primary {

    /* opacity: 0; */
}

.nav-primary.condensed-nav {
    background-color: #fff;
    border-bottom: 2px solid #0e415e;
    opacity: 1;

}

.single-summit_page .nav-primary.condensed-nav {
    border-bottom: none
}

.nav-primary.condensed-nav .logo {
    margin-top: 16px
}

@media screen and (max-width: 980px) {
    .nav-primary.condensed-nav .logo {
        float: none
    }
}

@media screen and (max-width: 780px) {
    .nav-primary.condensed-nav .logo {
        display: none
    }
}

.nav-primary.condensed-nav .content-width>ul {
    float: right
}

@media screen and (max-width: 980px) {
    .nav-primary.condensed-nav .content-width>ul {
        float: none
    }
}

@media screen and (max-width: 780px) {
    .nav-primary.condensed-nav .content-width>ul {
        display: none
    }
}

.nav-primary.condensed-nav .content-width>ul>li:hover>a,
.nav-primary.condensed-nav .content-width>ul>li.current-menu-item>a,
.nav-primary.condensed-nav .content-width>ul>li.current-menu-ancestor>a {
    color: #219be9;
    text-decoration: none
}

.nav-primary.condensed-nav .content-width>ul>li>a {
    color: #212121;
    font-size: 12px;
    padding: 10px 5px;
    font-weight: 400
}

.nav-primary ul ul {
    position: absolute;
    top: 67px;
    background-color: #0e425f;
    background-color: rgba(14, 66, 95, 0.8);
    text-align: left;
    padding: 20px;
    display: none
}

.nav-primary ul ul li {
    display: block;
    margin-bottom: 20px
}

.nav-primary ul ul li:last-child {
    margin-bottom: 0px
}

.nav-primary ul ul a {
    font-size: 14px;
    color: #fff;
    padding-bottom: 6px;
    padding-right: 35px;
    border-bottom: 2px solid #fff;
    display: block;
    position: relative
}

.nav-primary ul ul a:after {
    content: '›';
    display: inline-block;
    position: absolute;
    right: 0px
}

.nav-primary ul ul a:hover {
    text-decoration: none;
    border-color: #ffc438;
    color: #ffc438
}

.secondary-nav-special {
    display: block;
    position: fixed;
    width: 100%;
    top: 67px;
    padding: 12px 0px;
    background: #ee3124;
    z-index: 20
}

@media screen and (min-width: 780px) {
    .logged-in .secondary-nav-special {
        top: 94px
    }
}

@media screen and (max-width: 980px) {
    .secondary-nav-special {
        top: 112px
    }
}

@media screen and (max-width: 780px) {
    .secondary-nav-special {
        top: 0px;
        position: relative
    }

    .secondary-nav-special li {
        /*display:block !important;*/
        margin-bottom:10px;
    }
}

.secondary-nav-special li {
    margin-right: 30px
}

.secondary-nav-special li:last-child {
    margin-right: 0px
}

.secondary-nav-special li:hover a,
.secondary-nav-special li.current-menu-item a {
    text-decoration: none;
    color: #003e7e
}

.secondary-nav-special a {
    color: #fff
}

.nav-footer {
    margin-bottom: 60px
}

@media screen and (max-width: 780px) {
    .nav-footer {
        margin-bottom: 0px
    }
}

.nav-footer li {
    margin-right: 25px;
}

@media screen and (max-width: 780px) {
    .nav-footer li {
        margin-right: 0px;
        margin-bottom: 20px;
        display: block
    }
}

.nav-footer li:last-child {
    margin-right: 0px
}

.nav-footer a {
    font-weight: 500
}

.mobile-nav {
    display: none;
    position: absolute;
    cursor: pointer;
    width: 28px;
    height: 24px;
    top: 20px;
    right: 20px;
    z-index: 30
}

.mobile-nav .bar {
    width: 28px;
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 9px
}

.mobile-nav .bar:before {
    content: '';
    width: 28px;
    height: 4px;
    background-color: #fff;
    display: block;
    border-radius: 3px;
    position: absolute;
    top: -8px
}

.mobile-nav .bar:after {
    content: '';
    width: 28px;
    height: 4px;
    background-color: #fff;
    display: block;
    border-radius: 3px;
    position: absolute;
    bottom: -8px
}

@media screen and (max-width: 780px) {
    .mobile-nav {
        display: block
    }
}

@media screen and (max-width: 780px) {
    .nav-primary.condensed-nav {
        background-color: #013f7f;
        border-bottom: none
    }
    .nav-primary.condensed-nav .content-width>ul {
        padding: 30px 0px 20px;
        display: block;
        text-align: left
    }
    .nav-primary.condensed-nav .content-width>ul>li {
        display: block;
        margin: 0px 0px 20px;
        padding: 0px
    }
    .nav-primary.condensed-nav .content-width>ul>li:hover ul {
        display: none
    }
    .nav-primary.condensed-nav .content-width>ul>li:last-child a {
        border-bottom: 2px solid #ee3124;
        padding-bottom: 5px;
        border-radius: 0px
    }
    .nav-primary.condensed-nav .content-width>ul>li:last-child.current-menu-item a,
    .nav-primary.condensed-nav .content-width>ul>li:last-child.active a {
        background: none;
        color: #219be9 !important
    }
    .nav-primary.condensed-nav .content-width>ul>li a {
        color: #fff;
        padding: 0px;
        border: none;
        font-weight: bold
    }
    .nav-primary.condensed-nav .content-width>ul>li a:after {
        content: '›';
        display: inline-block;
        margin-left: 5px
    }
    .nav-primary.condensed-nav .content-width>ul>li a:hover {
        background: none
    }
}

.kidnapped-nav {
    text-align: center;
    padding: 20px 40px 0px
}

.kidnapped-nav ul {
    margin: 0px;
    list-style: none;
    line-height: 1
}

.kidnapped-nav ul a {
    text-transform: uppercase
}

.kidnapped-nav ul li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    border-right: 1px solid #fff
}

.kidnapped-nav ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none
}

.kidnapped-nav h2 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase
}

.kidnapped-blue {
    background-color: #003e7e
}

.kidnapped-red {
    background-color: #ee3124
}

.btn,
.btn-blue,
.btn-green,
.post-password-form input[type=submit],
.btn-donate,
.btn-yellow,
.btn-white,
.btn-facebook,
.btn-twitter {
    display: inline-block;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    border: 2px solid #212121;
    background: none;
    padding: 13px 45px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}

@media screen and (max-width: 400px) {
    .btn,
    .btn-blue,
    .btn-green,
    .post-password-form input[type=submit],
    .btn-donate,
    .btn-yellow,
    .btn-white,
    .btn-facebook,
    .btn-twitter {
        width: 100%;
        padding: 13px 15px
    }

        .main .content-width .top-content {
            width: 100%;
    }
}

.btn:hover,
.btn-blue:hover,
.btn-green:hover,
.post-password-form input[type=submit]:hover,
.btn-donate:hover,
.btn-yellow:hover,
.btn-white:hover,
.btn-facebook:hover,
.btn-twitter:hover {
    text-decoration: none
}

.btn-blue {
    border-color: #219be9;
    color: #219be9
}

.btn-blue:hover {
    background-color: #219be9;
    color: #fff
}

.btn-green,
.post-password-form input[type=submit] {
    border-color: #39b54a;
    color: #39b54a
}

.btn-green:hover,
.post-password-form input[type=submit]:hover {
    background-color: #39b54a;
    color: #fff
}

.btn-donate {
    color: #ee3124;
    border-color: #ee3124
}

.btn-donate:hover {
    background-color: #ee3124;
    color: #fff
}

.btn-yellow {
    color: #ffc438;
    border-color: #ffc438
}

.btn-yellow:hover {
    background-color: #ffc438;
    color: #fff
}

.btn-white {
    color: #fff;
    border-color: #fff
}

.btn-white:hover {
    background-color: #fff;
    color: #000
}

.btn-facebook {
    color: #003e7e;
    border-color: #003e7e
}

.btn-facebook:hover {
    background-color: #003e7e;
    color: #fff
}

.btn-twitter {
    color: #219be9;
    border-color: #219be9
}

.btn-twitter:hover {
    background-color: #219be9;
    color: #fff
}

.btn-play {
    display: block;
    background-size: 100%;
    width: 50px;
    height: 50px;
    cursor: pointer
}

.btn-play .play-circle,
.btn-play .play-triangle {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear
}

.btn-play:hover .play-circle {
    fill: #EE3124;
    fill-opacity: 1
}

.btn-play:hover .play-triangle {
    fill: #ffffff
}

.icon-social,
.icon-fb-white,
.icon-fb-blue,
.icon-tw-white,
.icon-tw-blue {
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align:middle;
}

.icon-fb-white {
    background-image: url(../images/icon-fb-white.svg);
    width: 14px;
    height: 29px
}

.icon-fb-blue {
    background-image: url(../images/icon-fb-blue.svg);
    width: 18px;
    height: 37px
}

.icon-tw-white {
    background-image: url(../images/icon-tw-white.svg);
    width: 32px;
    height: 28px
}

.icon-tw-blue {
    background-image: url(../images/icon-tw-blue.svg);
    width: 41px;
    height: 35px
}

.icon-play {
    display: block;
    width: 163px;
    height: 163px;
    cursor: pointer;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;
}

.icon-play .play-circle,
.icon-play .play-triangle {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear
}

.icon-play:hover .play-circle {
    fill: #EE3124;
    fill-opacity: 1
}

.icon-play:hover .play-triangle {
    fill: #ffffff
}

.full-width {
    width: 100%;
    height: auto
}

.divider {
    margin: auto;
    width: 150px;
    border-bottom: 2px solid #fff
}

.pagexofy {
    font-size: 14px
}

.pagination-wrapper {
    clear: both
}

.pagination {
    font-size: 14px;
    list-style: none;
    margin-left: 0px;
    display: inline-block
}

.pagination li {
    display: inline-block;
    border-right: #d4d4d4 1px solid
}

.pagination li:last-child {
    border-right: none
}

.pagination a {
    display: inline-block;
    padding: 0px 10px
}

.logo-white {
    background-image: url(../images/logo-av.png);
    background-image: linear-gradient(transparent, transparent), url(../images/logo-av.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto;
    display: block
}

.logo-big {
    width: 530px;
    height: 61px
}

.logo-medium {
    width: 320px;
    height: 38px
}

.logo-small {
    width: 211px;
    height: 25px
}

.logo-blue {
    background: url(../images/logo-av-blue.svg) no-repeat;
    margin: auto;
    display: inline-block
}

.logo-blue-darkv {
    background: url(../images/logo-av-blue-darkv.png) no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../images/logo-av-blue-darkv.svg);
    margin: auto;
    display: inline-block
}

.news-item h1 {
    font-size: 26px;
    text-transform: none
}

.news-item .date {
    color: #a0a0a0;
    font-size: 14px
}

.news-item p {
    font-size: 16px
}

.news-feed .news-item {
    border-bottom: 2px solid #dcdcdc;
    margin-bottom: 30px;
    padding-bottom: 12px
}

.top-content {
    margin-bottom: 30px
}

.partner {
    float: left;
    margin-right: 60px;
    margin-bottom: 80px;
    width: 245px;
    min-height: 52px
}

@media screen and (max-width: 400px) {
    .partner {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        margin-right: 0px;
        min-height: 0px
    }
}

.partner:nth-child(even) {
    margin-right: 0px
}

.partner img {
    display: block;
    margin: auto;
    margin-bottom: 15px;
    height: 84px;
    width: auto
}

.partner .orgname {
    font-size: 16px;
    font-weight: bold;
    padding-top: 12px;
    border-top: 2px solid #dcdcdc;
    display: block;
    text-align: center
}

@media screen and (max-width: 400px) {
    .partner .orgname {
        display: none
    }
}

.social-post .btn,
.social-post .btn-blue,
.social-post .btn-green,
.social-post .post-password-form input[type=submit],
.post-password-form .social-post input[type=submit],
.social-post .btn-donate,
.social-post .btn-yellow,
.social-post .btn-white,
.social-post .btn-facebook,
.social-post .btn-twitter {
    text-align: center
}

@media screen and (max-width: 600px) {
    .social-post .btn,
    .social-post .btn-blue,
    .social-post .btn-green,
    .social-post .post-password-form input[type=submit],
    .post-password-form .social-post input[type=submit],
    .social-post .btn-donate,
    .social-post .btn-yellow,
    .social-post .btn-white,
    .social-post .btn-facebook,
    .social-post .btn-twitter {
        font-size: 16px;
        width: 65%
    }
}

.social-post .social-icon {
    display: block;
    margin: 0px auto 30px
}

.social-post a {
    font-weight: 700
}

.legend {
    border-bottom: 1px solid #959595;
    padding-bottom: 25px;
    margin-bottom: 30px
}

@media screen and (max-width: 780px) {
    .legend {
        display: none
    }
}

.legend .keys-wrapper {
    max-width: 650px;
    margin: auto
}

.legend .key-container {
    display: block;
    width: 33.33%;
    float: left;
    text-align: center
}

.legend .key {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold
}

.legend .key:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0px 10px -7px 0px
}

.legend .states-core:before {
    background-color: #003e7e
}

.legend .states-affiliate:before {
    background-color: #219be9
}

.legend .states-project:before {
    background-color: #90d7ff
}

.hoverfill {
    fill: #ffc438 !important
}

#map-container, #electoral-map-container {
    width: 960px;
    height: 630px;
    max-width: 100%;
    position: relative
}

@media screen and (max-width: 780px) {
    #map-container, #electoral-map-container {
        width: 780px;
        height: 500px;
        display: none
    }
}

#map-container svg,
#map-container img,
#electoral-map-container svg,
#electoral-map-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

#map-container-mobile {
    display: none;
}

@media screen and (max-width: 780px) {
    #map-container-mobile {
        display: block;
    }
}

#map-container-mobile img {
    display: block;
    margin: auto;
}

#tooltip {
    position: absolute;
    width: 360px;
    padding: 25px;
    right: 100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 40000;
    border-radius: 5px;
    border: 2px solid #ffc438;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    transition: all 150ms linear
}

#tooltip h2,
#tooltip p {
    margin-bottom: 0px
}

#tooltip h2 {
    font-size: 18px;
    color: #003e7e;
    font-weight: normal
}

#tooltip a {
    color: #003e7e
}

#tooltip.left:before {
    content: '';
    background: url(../images/tooltip-triangle.png);
    width: 14px;
    height: 23px;
    display: block;
    position: absolute;
    left: -14px;
    top: 45%
}

#tooltip.right:before {
    content: '';
    background: url(../images/tooltip-triangle-right.png);
    width: 14px;
    height: 23px;
    display: block;
    position: absolute;
    right: -14px;
    top: 45%
}

#NVTag1,
.at fieldset legend,
#NVTag1 fieldset legend {
    font-family: "Raleway", helvetica, sans-serif !important
}

.at-title,
.at-markup,
#NVTag1 .markup-HeaderHtml,
#NVTag1 .markup-FooterHtml {
    display: none
}

.at u {
    text-decoration: none
}

.at .PaymentInformation input[type="tel"] {
    font-family: "Lato", sans-serif
}

@media screen and (max-width: 780px) {
    .page #NVTag1 .at-select,
    .page #NVTag1 .at-date {
        padding: 0px
    }
}

.at .at-check.IsRecurring {
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 14px
}

@media screen and (max-width: 780px) {
    .at .at-check.IsRecurring {
        margin: 0px;
        display: block
    }
}

.PaymentInformation {
    padding: 0px !important
}

.at-markup.TicketHeaderHtml {
    display: block
}

.at-inner {
    border: none !important
}

.at fieldset,
#NVTag1 fieldset {
    border: none !important
}

.at-legend,
#NVTag1 legend {
    color: #003e7e !important;
    font-size: 22px !important;
    text-transform: uppercase !important;
    padding-top: 0px !important;
    font-weight: bold !important;
    margin-bottom: 21px !important
}

@media screen and (max-width: 400px) {
    .at-legend,
    #NVTag1 legend {
        line-height: 1.1 !important
    }
}

.ngp-form {
    max-width: 100% !important
}

#ui-datepicker-div {
    z-index: 50
}

.payment-wrapper {
    clear: both
}

.at-text,
.at-select {
    font-size: 14px !important;
    text-transform: uppercase !important
}

.single .at .select-wrapper,
.page .at .select-wrapper {
    height: 51px !important
}

#ui-datepicker-div {
    z-index: 50
}

#edit-paymentinformation .form-item {
    width: 100%;
    float: none
}

.slick-dots {
    margin-left: 0px
}

.slick-slide:focus {
    outline: none
}

.slick-dots li {
    width: 7px
}

.slick-dots li button:before {
    content: '\25cf';
    color: #777;
    font-size: 30px
}

.slick-dots li.slick-active button:before {
    content: '\25cf';
    color: #777;
    font-size: 30px
}

.content-width {
    width: 960px;
    position: relative;
    margin: auto
}

@media screen and (max-width: 1000px) {
    .content-width {
        width: auto;
        padding: 0px 20px
    }

    .main .col-right-main {
        margin-top: -50px;
    }
}

.absolute-centered {
    left: 0px;
    right: 0px;
    position: absolute;
    margin: auto
}

.header {
    background-image: url(../images/bg-header-news.jpg);
    background-position: top center;
    padding: 100px 0px 40px;
    text-align: center;
    min-height: 304px
}

@media screen and (min-width: 1440px) {
    .header {
        background-size: 100%
    }
}

@media screen and (max-width: 980px) {
    .header {
        margin-top: 70px
    }
}

@media screen and (max-width: 780px) {
    .header {
        margin-top: 0px;
        padding-top: 55px;
        min-height: 0px
    }
}

@media screen and (max-width: 500px) {
    .header {
        background-size: cover
    }
}

.single-summit_page .header {
    background: url(../images/bg-summit.jpg) center;
    background-size: cover;
    padding-top: 150px
}

@media screen and (max-width: 915px) {
    .single-summit_page .header {
        padding-top: 120px
    }
}

@media screen and (max-width: 780px) {
    .single-summit_page .header {
        padding-top: 50px
    }
}

.single-summit_page .header .logo {
    float: left;
    padding-right: 50px;
    margin-right: 50px;
    border-right: 2px solid #fff
}

@media screen and (max-width: 915px) {
    .single-summit_page .header .logo {
        float: none;
        padding: 0px;
        margin: auto;
        display: block;
        border-right: none
    }
}

.single-summit_page .header p {
    text-align: center;
    padding-top: 12px
}

.header h1 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase
}

.header p {
    font-size: 18px;
    color: #fff
}

.header strong {
    color: #ffc438;
    text-transform: uppercase
}

.footer {
    background-color: #003e7e;
    padding: 40px 0px 80px;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.footer .logo-white {
    margin-bottom: 25px
}

@media screen and (max-width: 780px) {
    .footer .logo-white {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 400px) {
    .footer .logo-white {
        width: 170px;
        height: 20px
    }
}

.footer .icon-fb-white {
    margin-right: 28px
}

.footer a {
    font-weight: 600
}

.footer a:hover {
    text-decoration: none
}

@media screen and (max-width: 700px) {
    .main .content-width {
        padding: 0px
    }
}

.main .col-left-main {
    float: left;
    width: 60%;
    padding: 50px 0px;
}

@media screen and (max-width: 700px) {
    .main .col-left-main {
        float: none;
        width: 100% !important;
        padding: 50px 20px 10px 20px;
    }
}

@media screen and (max-width: 500px) {
    .main .col-left-main .alignright,
    .main .col-left-main .alignleft {
        float: none;
        clear: both
    }
}

.main .col-right-main {
    background-color: #eee;
    float: right;
    width: 35%;
    padding: 40px 35px
}

@media screen and (max-width: 950px) {
    .single-voterpage .main .col-left-main {
        width:100% !important;
    }

    .single-voterpage .content-width {
        width:100%;
    }

    .single-voterpage .col-left-main ul, .single-voterpage .col-left-main ol {
        margin-left:0;
    }

    .votersection .contentleft {
        width:100%;
        margin-bottom:20px;
    }

    .votersection .contentright {
        width:100%;
    }

    .votersection ul {
        width:100%;
        margin-bottom:0px;
    }

    .votersection p {
        margin-top:30px;
    }

    p.voterdonatebtn {
        text-align:left;
    }

    p.voterdonatebtn a {
        width:100%;
        box-sizing:border-box;
        text-align:center;
    }
}

@media screen and (max-width: 700px) {
    .main .col-right-main {
        float: none;
        width: 100%;
        padding: 40px 20px
    }
}

.main .single-col {
    padding: 50px 0px;
    position:relative;
    z-index:10;
}

@media screen and (max-width: 700px) {
    .main .single-col {
        padding: 50px 20px
    }
}

.col-right-main .social-post {
    margin-bottom: 60px
}

.col-right-main .social-post:last-child {
    margin-bottom: 20px
}

.col-right-main h1 {
    font-size: 22px;
    font-weight: bold;
    color: #a0a0a0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px
}

.header-home {
    position: relative;
    text-align: center;
    height: 640px;
    padding-top: 250px
}

@media screen and (min-width: 780px) {
    .header-home {
        background: url(../images/build/bg-header-home.jpg) center
    }
}

@media screen and (max-width: 780px) {
    .header-home {
        padding-top: 50px;
        height: 288px;
        background-image: url(../images/build/bg-header-home-640.jpg);
        background-size: cover;
        filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/build/bg-header-home-640.jpg', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/build/bg-header-home-640.jpg', sizingMethod='scale')"
    }
}

@media screen and (min-width: 1400px) {
    .header-home {
        background-size: cover
    }
}

@media screen and (max-width: 500px) {
    .header-home {
        height: 200px
    }
}

.header-home .logo-white {
    margin-bottom: 35px
}

@media screen and (max-width: 600px) {
    .header-home .logo-white {
        width: 400px;
        height: 46px
    }
}

@media screen and (max-width: 500px) {
    .header-home .logo-white {
        width: 250px;
        height: 30px;
        margin-bottom: 15px
    }
}

.header-home .divider {
    margin-bottom: 30px
}

@media screen and (max-width: 500px) {
    .header-home .divider {
        margin-bottom: 15px
    }
}

.header-home .line {
    margin-left: 28%
}

.slogan {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    line-height: 1.3
}

@media screen and (max-width: 500px) {
    .slogan {
        font-size: 16px;
        font-weight: 500
    }
}

.slogan strong {
    display: block;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase
}

@media screen and (max-width: 500px) {
    .slogan strong {
        font-size: 20px
    }
}

.home-narrative {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    text-transform: none
}

@media screen and (max-width: 550px) {
    .home-narrative {
        font-size: 20px
    }
}

.home-narrative strong {
    color: #ffc438;
    font-weight: 700;
    text-transform: uppercase
}

.home-section {
    background-repeat: no-repeat;
    background-position: center center
}

@media screen and (max-width: 500px) {
    .home-section {
        background-size: cover
    }
}

.home-section p,
.home-section ul {
    font-size: 20px
}

.home-section .content {
    text-align: center
}

@media screen and (max-width: 780px) {
    .home-section .line {
        display: none
    }
}

.vertical-list {
    list-style: none;
    margin-left: 0px;
    padding: 0px 30px;
    text-align: left
}

.vertical-list li {
    position: relative;
    padding-bottom: 15px
}

.vertical-list li:after {
    content: '';
    margin: auto;
    width: 150px;
    display: block;
    border-bottom: 2px solid #fff;
    margin-top: 15px
}

.vertical-list li:last-child {
    padding-bottom: 0px
}

.vertical-list li:last-child:after {
    border-bottom: none
}

.vertical-list .btn-play {
    float: right;
    margin-left: 15px
}

.state-network-section {
    padding: 40px 0px
}

.state-network-section .content {
    text-align: center;
    padding-top: 90px;
    float: right;
    width: 44%
}

@media screen and (max-width: 780px) {
    .state-network-section .content {
        float: none;
        width: auto;
        padding: 0px;
        margin-bottom: 30px
    }

}

.state-network-section .home-narrative {
    color: #212121
}

.state-network-section .home-narrative strong {
    color: #219be9
}

.state-network-section img {
    float: left;
    width: 47%;
    margin-right: 15px
}

@media screen and (max-width: 780px) {
    .state-network-section img {
        float: none;
        width: auto;
        margin: auto;
        display: block
    }

    #mapanimation {
        float: none;
        width: 100%;
        margin: auto;
        display: block
    }
}

.state-network-section .line {
    float: none;
    display: block;
    margin: auto auto 21px
}

@media screen and (max-width: 780px) {
    .state-network-section .line {
        display: none
    }
}

.advocate-section {
    height: 525px
}

@media screen and (min-width: 1400px) {
    .advocate-section {
        background-size: cover
    }
}

@media screen and (max-width: 600px) {
    .advocate-section {
        height: 260px
    }
}

@media screen and (min-width: 500px) {
    .advocate-section {
        background-image: url(../images/build/bg-standing-bw.jpg);
        background-position: center center
    }
}

@media screen and (max-width: 500px) {
    .advocate-section {
        background-image: url(../images/build/bg-standing-bw-500x300.jpg)
    }
}

.advocate-section .content {
    background-color: rgba(0, 62, 126, 0.8);
    position: absolute;
    width: 450px;
    height: 525px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    padding: 190px 40px 50px
}

@media screen and (max-width: 600px) {
    .advocate-section .content {
        width: 100%;
        padding: 40px 20px;
        height: 260px
    }
}

.advocate-section .line-top {
    position: absolute;
    top: -50px;
    left: 223px;
    max-width: 600px
}

.advocate-section .line-bottom {
    display: block;
    margin: auto auto 21px
}

@media screen and (max-width: 780px) {
    .advocate-section .line-bottom {
        display: none
    }
}

.partners-section {
    position: relative;
    text-align: center;
    padding: 50px 0px
}

.partners-section .home-narrative {
    color: #212121;
    margin-bottom: 40px
}

.partners-section .home-narrative strong {
    color: #219be9
}

.partners-section .logo-partner {
    display: inline-block;
    margin: 0px 20px 20px;
    width: 135px;
    height: 46px;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    position: relative
}

@media screen and (max-width: 500px) {
    .partners-section .logo-partner {
        margin: auto auto 30px;
        width: 200px;
        height: 69px
    }
}

.partners-section .logo-partner img {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.6
}

.partners-section .line-top {
    position: absolute;
    top: -130px;
    left: 225px
}

.partners-section .line-middle {
    margin-bottom: 15px
}

.summit-section {
    background-color: #e6e7e8
}

.summit-section .left-content {
    overflow: hidden;
    padding: 85px 0px
}

@media screen and (max-width: 780px) {
    .summit-section .left-content {
        display: none
    }
}

.summit-section .left-content p {
    font-size: 16px
}

.summit-section .right-content {
    text-align: center;
    float: right;
    width: 435px;
    background-color: #003e7e;
    padding: 125px 40px 60px;
    margin-left: 80px;
    color: #fff
}

@media screen and (max-width: 780px) {
    .summit-section .right-content {
        float: none;
        background-color: inherit;
        margin: auto;
        width: 100%;
        color: #212121;
        padding: 40px 0px
    }
}

.summit-section .right-content .logo-statesummit {
    display: none
}

@media screen and (max-width: 780px) {
    .summit-section .right-content .logo-statesummit {
        display: block
    }
}

@media screen and (max-width: 780px) {
    .summit-section .home-narrative {
        color: #212121
    }
    .summit-section .home-narrative strong {
        color: #219be9
    }
}

.summit-section .divider {
    margin-bottom: 30px
}

@media screen and (max-width: 780px) {
    .summit-section .divider {
        display: none
    }
}

.summit-section .details {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.5
}

.summit-section .btn,
.summit-section .btn-blue,
.summit-section .btn-green,
.summit-section .post-password-form input[type=submit],
.post-password-form .summit-section input[type=submit],
.summit-section .btn-donate,
.summit-section .btn-yellow,
.summit-section .btn-white,
.summit-section .btn-facebook,
.summit-section .btn-twitter {
    width: 100%;
    margin-bottom: 10px
}

.summit-section .logo-statesummit {
    margin-bottom: 50px
}

.summit-section .line {
    position: absolute;
    top: -30px;
    right: 218px
}

.coalition-section {
    position: relative
}

@media screen and (min-width: 1400px) {
    .coalition-section {
        background-size: cover
    }
}

@media screen and (min-width: 1200px) {
    .coalition-section {
        background-size: cover
    }
}

@media screen and (min-width: 500px) {
    .coalition-section {
        background-image: url(../images/build/bg-video-section.jpg)
    }
}

@media screen and (max-width: 500px) {
    .coalition-section {
        background-image: url(../images/build/bg-video-section-500x300.jpg)
    }
}

.coalition-section .video-wrapper {
    opacity: 0;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear
}

@media screen and (max-width: 400px) {
    .coalition-section .video-wrapper {
        padding-bottom: 70%
    }
}

.coalition-section .video-wrapper.active {
    opacity: 1;
    z-index: 20
}

.coalition-section .icon-play {
    top: 36%;
    left: 20%;
    position: absolute;
    z-index: 30
}

@media screen and (max-width: 780px) {
    .coalition-section .icon-play {
        position: relative;
        left: 0px;
        top: 0px;
        margin: auto
    }
}

@media screen and (max-width: 580px) {
    .coalition-section .icon-play {
        background-size: cover;
        width: 55px;
        height: 55px
    }
}

@media screen and (max-width: 780px) {
    .coalition-section .icon-play-desktop {
        display: none
    }
}

.coalition-section .icon-play-mobile {
    display: none
}

@media screen and (max-width: 780px) {
    .coalition-section .icon-play-mobile {
        display: block
    }
}

.coalition-section .content {
    padding: 50px 0px;
    width: 435px;
    float: right;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    position: relative;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (max-width: 780px) {
    .coalition-section .content {
        float: none;
        width: 100%;
        display: block
    }
}

.coalition-section .inner {
    width: 100%
}

.coalition-section .line {
    position: absolute;
    top: -30px;
    left: 0px;
    right: 0px;
    margin: auto
}

.coalition-section .line.summit-missing {
    left: -45px;
    right: auto
}

@media screen and (max-width: 1120px) {
    .coalition-section p {
        display: none
    }
}

@media screen and (max-width: 880px) {
    .coalition-section ul {
        display: none
    }
}

.donate-section {
    background-repeat: no-repeat;
    color: #fff;
    height: 540px
}

@media screen and (min-width: 1400px) {
    .donate-section {
        background-size: cover
    }
}

@media screen and (min-width: 500px) {
    .donate-section {
        background-image: url(../images/build/bg-ivoted-blue.jpg)
    }
}

@media screen and (max-width: 500px) {
    .donate-section {
        height: auto;
        background-image: url(../images/build/bg-ivoted-blue-500x300.jpg)
    }
}

@media screen and (max-width: 500px) {
    .donate-section .content-width {
        background-color: rgba(0, 0, 0, 0.55)
    }
}

.donate-section .content {
    width: 435px;
    padding-top: 100px
}

@media screen and (max-width: 780px) {
    .donate-section .content {
        float: none;
        width: 100%
    }
}

@media screen and (max-width: 500px) {
    .donate-section .content {
        padding: 40px 0px
    }
}

.donate-section .btn,
.donate-section .btn-blue,
.donate-section .btn-green,
.donate-section .post-password-form input[type=submit],
.post-password-form .donate-section input[type=submit],
.donate-section .btn-donate,
.donate-section .btn-yellow,
.donate-section .btn-white,
.donate-section .btn-facebook,
.donate-section .btn-twitter {
    background-color: rgba(0, 0, 0, 0.1)
}

.donate-section .line {
    position: absolute;
    left: 214px;
    top: -35px
}

@media screen and (max-width: 500px) {
    .donate-section p {
        display: none
    }
}

.two-col-section {
    padding: 50px 0px
}

.two-col-section h1 {
    font-size: 26px;
    color: #a0a0a0;
    font-weight: 700;
    text-transform: uppercase
}

.two-col-section .col,
.two-col-section .col-left,
.two-col-section .col-right {
    width: 44%
}

.two-col-section .col-left {
    float: left
}

@media screen and (max-width: 700px) {
    .two-col-section .col-left {
        margin-bottom: 30px
    }
}

.two-col-section .col-right {
    float: right
}

@media screen and (max-width: 700px) {
    .two-col-section .col-right {
        margin-bottom: 30px
    }
}

.section-title {
    text-align: center
}

.news-section .col h1,
.news-section .two-col-section .col-left h1,
.two-col-section .news-section .col-left h1,
.news-section .two-col-section .col-right h1,
.two-col-section .news-section .col-right h1 {
    text-transform: none
}

@media screen and (max-width: 500px) {
    .news-section .col h1,
    .news-section .two-col-section .col-left h1,
    .two-col-section .news-section .col-left h1,
    .news-section .two-col-section .col-right h1,
    .two-col-section .news-section .col-right h1 {
        font-size: 20px
    }
}

.news-section .slick-slider {
    margin-bottom: 50px
}

.news-section .clearboth {
    text-align: center
}

.news-section .col-left,
.news-section .col-right {
    margin-bottom: 0px
}

.followus-section {
    background-color: #eee
}

.drawOnScroll path {
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000
}

.form-section {
    padding: 50px 0px
}

.at .form-section {
    padding: 50px 0px !important
}

.single .at h2,
.page .at h2,
#NVTag1 h2 {
    color: #003e7e;
    font-size: 22px;
    text-transform: uppercase
}

.single .at fieldset,
.page .at fieldset,
#NVTag1 fieldset {
    border: none
}

.single .at .select-wrapper,
.single .at input[type=tel],
.single .at input[type=email],
.single .at input[type=text],
.page .at .select-wrapper,
.page .at input[type=tel],
.page .at input[type=email],
.page .at input[type=text],
#NVTag1 .select-wrapper,
#NVTag1 input[type=tel],
#NVTag1 input[type=email],
#NVTag1 input[type=text] {
    margin-top: 5px;
    margin-bottom: 25px;
    display: block
}

.single .at .label-otheramount input,
.page .at .label-otheramount input,
#NVTag1 .label-otheramount input {
    margin-top: 0px
}

.single .at .label-otheramount input.edit-otheramount,
.page .at .label-otheramount input.edit-otheramount,
#NVTag1 .label-otheramount input.edit-otheramount {
    color: #22a95c
}

.single .at .at-recurring,
.page .at .at-recurring,
#NVTag1 .at-recurring {
    margin: 0px 0px 25px;
    padding: 0px 10px;
    clear: both
}

.single .at .SelectedFrequency,
.single .at .SelectedDuration,
.page .at .SelectedFrequency,
.page .at .SelectedDuration,
#NVTag1 .SelectedFrequency,
#NVTag1 .SelectedDuration {
    width: 100%;
    max-width: 250px;
    padding: 0px 10px
}

.single .at .SelectedFrequency .select-wrapper,
.single .at .SelectedDuration .select-wrapper,
.page .at .SelectedFrequency .select-wrapper,
.page .at .SelectedDuration .select-wrapper,
#NVTag1 .SelectedFrequency .select-wrapper,
#NVTag1 .SelectedDuration .select-wrapper {
    margin-bottom: 0px
}

.single .at .at-select select,
.page .at .at-select select,
#NVTag1 .at-select select {
    font-size: 16px !important;
    border: solid 1px #2a2a2a !important;
    /* line-height: 1 !important; */
    /* padding: 0px !important; */
    border-radius: 0px !important;
    /* height: auto !important; */
    background-color: transparent !important;
    /* margin: 0px !important */
}

.page .single .at .at-select select,
.single .single .at .at-select select,
.page .page .at .at-select select,
.single .page .at .at-select select,
.page #NVTag1 .at-select select,
.single #NVTag1 .at-select select {
    background-image: none !important
}

.page .single .at .at-select select:focus,
.single .single .at .at-select select:focus,
.page .page .at .at-select select:focus,
.single .page .at .at-select select:focus,
.page #NVTag1 .at-select select:focus,
.single #NVTag1 .at-select select:focus {
    outline: none;
    box-shadow: none !important
}

.single .at .edit-other-amount,
.page .at .edit-other-amount,
#NVTag1 .edit-other-amount {
    color: #22a95c
}

.donation-amount {
    width: 100%
}

.donation-amount .radio-wrapper {
    display: inline-block;
    width: 24%
}

@media screen and (max-width: 400px) {
    .donation-amount .radio-wrapper {
        width: 100%;
        display: block
    }
}

.donation-amount .amount-other {
    width: 48%
}

@media screen and (max-width: 400px) {
    .donation-amount .amount-other {
        width: 100%
    }
}

.donation-amount .amount-other input[type=tel] {
    width: 50%
}

.donation-amount label {
    display: inline-block;
    text-transform: none
}

.donation-amount input {
    display: inline-block
}

.bg-gray {
    background-color: #eee
}

.summit-page .summit-nav:hover ul {
    display: none !important
}

.summit-details {
    padding-bottom: 50px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 18px
}

.summit-details .info-label {
    color: #ee3124;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width: 200px
}

@media screen and (max-width: 600px) {
    .summit-details .info-label {
        width: auto;
        display: block
    }
}

.summit-details .row {
    margin-bottom: 15px
}

.summit-details .row:last-child {
    margin-bottom: 0px
}

.ticket-level-table {
    width: 100%;
    max-width: 515px;
    font-size: 14px;
    border-collapse: collapse
}

.ticket-level-table thead {
    border-bottom: 2px solid #b6b6b6
}

.ticket-level-table tbody tr {
    border-bottom: 1px solid #b6b6b6
}

.ticket-level-table tbody tr:last-child {
    border-bottom: 2px solid #b6b6b6
}

.ticket-level-table th {
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 10px
}

.ticket-level-table td {
    font-weight: bold;
    padding: 10px 0px
}

.footer #stamp {
    margin-top: 17px;
}

.footer #stamp img {
    width: 18px;
    height: auto;
    margin-left: 0;
    margin-right: 5px;
    vertical-align: bottom;
    display:inline;
}

.events {
    background:none !important;
    margin-bottom:0px !important;
    border-bottom:2px solid #eee;
}

.events h2 {
    text-align:left;
}

.announcement {
    background:none !important;
    margin-bottom:0px !important;
}

.document h2 {
    font-size:18px !important;
}

.at label, .at table thead tr th, .at table thead tr td, .at select, .ticketTotals b {
    font-size:15px !important;
    height:auto !important;
}

span.cat img {
    display:inline-block;
}

#jobinformation {
    min-height:500px;
}

#registrationform {
    position:fixed;
    background-color:#2C9CE6;
    padding:0 0;
    bottom:0;
    width:100%;
    z-index:100;
    height:70px;
    box-sizing:border-box;
}

#registrationform .at-fields {
    display:inline-block;
}

#registrationform p {
    text-transform:uppercase;
    color:#ffffff;
    font-weight:bold;
    margin-bottom:0;
    display:inline-block;
    vertical-align:middle;
    position:relative;
    top:-3px;
}

#registrationform h2 {
    text-transform:uppercase;
    color:#ffffff;
    font-weight:bold;
    margin-bottom:0;
    display:inline-block;
    vertical-align:middle;
    position:relative;
    margin-top:25px;
    font-size:18px;
}

#registrationform .ngp-form {
    display:inline-block;
    width:50%;
    vertical-align:middle;
    text-align:left;
    line-height:0;
}

#registrationform .ngp-form div {
    display:inline-block;
}

#registrationform .content-width {
    text-align:center;
}

.ngp-form #NVSignupForm676973 label, .ngp-form #NVSignupForm696490 label {
    text-indent:-9999px;
    display:inline-block;
    line-height:0;
    max-width:100%;
    min-width:0;
}

.ngp-form #NVSignupForm676973 .at-row, .ngp-form #NVSignupForm696490 .at-row {
    width:49%;
}

#NVSignupForm696490 .EmailAddress {
    display:none !important;
}

#registrationform .at-form-submit {
    width:23%;
}

.ngp-form #NVSignupForm676973 .at-row input, .ngp-form #NVSignupForm696490 .at-row input {
    background-color:#ffffff !important;
    padding:7px 10px !important;
    box-sizing:border-box;
    margin-bottom:0;
    width:100%;
}

.ngp-form #NVSignupForm676973 .at-row label.PersonalUrl,
.ngp-form #NVSignupForm696490 .at-row label.PersonalUrl {
    display:none;
}

#registrationform #NVSignupForm696490 .at-form-submit input.at-submit {
    top:-2px;
}

.ngp-form #NVSignupForm676973 .at-row, .ngp-form #NVSignupForm696490 .at-row {
    display:inline-block;
}

.ngp-form #NVSignupForm676973 .at-inner, .ngp-form #NVSignupForm696490 .at-inner {
    background:transparent;
}

.ngp-form #NVSignupForm676973 .at-legend, .ngp-form #NVSignupForm696490 .at-legend {
    display:none;
}

.ngp-form #NVSignupForm676973 .at .at-fieldset, .ngp-form #NVSignupForm696490 .at .at-fieldset {
    padding:0;
}

#registrationform .at-fieldset {
    display:inline-block;
    min-width:0;
    width:77%;
    vertical-align:middle;
}

#registrationform .at-form-submit {
    display:inline-block;
    vertical-align:middle;
}

#registrationform .at-form-submit input.at-submit {
    text-transform:uppercase;
    color:#ffffff;
    background-color:#D0021B;
    font-weight:bold;
    font-size:17px;
    box-sizing:border-box;
    padding:7px 10px;
    -webkit-transition: all 250ms linear;
    width:100%;
    position:relative;
    top:0px;
}

#registrationform .at-form-submit input.at-submit:hover {
    background-color:#960011;
}

#registrationform .multistep-footer {
    display:none;
}

#registrationform .at .at-fieldset {
    padding:0 !important;
}

#registrationform .at .error small.error {
    display:none !important;
}

#registrationform .forma, #registrationform .formb {
    display:inline;
}

#registrationform .formsurrogate {
    height:0;
    width:0;
    overflow:hidden;
}

#registrationform .thankYou {
    display:none !important;
}

#registrationform input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #606060;
}
#registrationform input::-moz-placeholder { /* Firefox 19+ */
  color: #606060;
}
#registrationform input:-ms-input-placeholder { /* IE 10+ */
  color: #606060;
}
#registrationform input:-moz-placeholder { /* Firefox 18- */
  color: #606060;
}

#registrationform .at-error-console {
    display:none !important;
}

#registrationform .at-form-submit {
    padding:10px 10px;
}

#registrationform .FirstName.LastName {
    width:100%;
}

#registrationform .FirstName.LastName label {
    width:44%;
    margin-right:2%;
}

#registrationform .FirstName.LastName label.LastName {
    margin-right:0;
}

.donation-form .at form .label-amount.label-otheramount {
    width:100%;
    display:block;
}

.donation-form .at form .label-amount.label-otheramount span {
    display:none !important;
}

.donation-form .at form .label-amount {
    margin-bottom:25px;
}

#wp-admin-bar-w3tc img {
    display:none !important;
}

.page-id-5125 main {
    padding:50px 0;
}

.at fieldset, #NVTag1 fieldset.EligibilityInformation {
    padding-top:0 !important;
}

#NVTag1 fieldset.EligibilityInformation {
    margin-top:35px;
}

.donatedisclaimer {
    border:solid 1px #003e7e;
    padding:10px 20px;
    margin:20px auto 40px auto;
    font-size:14px;
    width:90%;
}

.submit-section p {
    display:none;
}

.postid-620 #registrationform,
.postid-14 #registrationform {
    display:none;
}

a.closefooteroverlay {
    display:none;
}

a.closefooteroverlay img {
    width:100%;
    height:auto;
}

#teamcontrols {
    margin-bottom:30px;
    text-align:center;
}

#teamcontrols input {
    width:40%;
    display:inline-block;
    margin-right:3%;
    vertical-align:top;
    border-radius:4px;
    border:solid 2px #023f7e;
    color:#676767;
    background:url("../images/search.png") no-repeat;
    background-size:25px auto;
    background-position:15px 10px;
    padding-left:50px;
}

#teamcontrols input.keyword {
    margin-left:-7%;
}

#teamcontrols .select-wrapper {
    width:40%;
    display:inline-block;
    vertical-align:top;
    height:auto;
    border:solid 2px #023f7e;
    border-radius:4px;
}

#teamcontrols .select-wrapper {
    color:#676767;
}

#teamcontrols .select-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    right: 9px;
    height: 0px;
    border-top: 12px solid #219be9;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    z-index: 2
}

.team_member .statep {
    font-style:italic;
}

.team_member .jobtitlep {
    font-weight:600;
}

.hidejobform .enlist-job-form {
    display:none !important;
}

/*.ngp-form .thankYou {
    padding: 50px 0;
    text-align: center;
    font-size: 34px;
}*/

.ngp-form .thankYou {
    font-size: 20px;
    text-align: left;
    padding: 0;
}

.ngp-form .thankYou .col-left-main {
    width:100% !important;
}

.voterdonatebtn.completed {
    text-align:left;
}

.voterdonatebtn.completed a {
    display:inline-block;
    vertical-align:middle;
    margin-right:40px;
}

.voterdonatebtn.completed img {
    display:inline-block;
    vertical-align:middle;
    max-width:300px;
}

.profile-link-fa-image {
    display:none !important;
}

/*# sourceMappingURL=maps/styles.css.map