html,
body {
    min-height: 100%;
    height: auto;
    background: #fff;
    color: #003750;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font: 400 1rem "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
}

img {
    max-width: 100%;
}

a,
button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
}

sup {
    line-height: 1em;
    vertical-align: super;
    display: inline-block;
    position: static;
}

input {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

iframe {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

*::-moz-selection {
    color: #fff;
    background-color: #285a7d;
}

*::-moz-selection * {
    color: #fff;
}

*::selection {
    color: #fff;
    background-color: #285a7d;
}

*::selection * {
    color: #fff;
}

.green{
    color: #5EAF36;
}

#nav{
    background: #fff;
    padding: 1rem;
    border-bottom: 1px solid #5eaf36;
    z-index: 100;
}
#nav a{
    text-decoration: none;
    font-size: 1.5rem;
    color: #003750;
    text-wrap: pretty;
}
#nav a.brandbtn{
    color: #fff;
    font-weight: bold;
    background: #5EAF36;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
}
.inner-nav{
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
.inner-nav > a, .inner-nav .social {
    display: none;
}
.brand{
    height: 10vh;
    margin-right: 2rem;
}
.brand img {
    height: 100%;
    width: auto;
    object-fit: contain;
}
.mobilemenu {
    text-align: right;
    width: 100%;
}
#nav.active .mobilemenu{
    position: absolute;
    top: 20px;
    right: 20px;
}
.mobilemenu .fa-xmark{
    display: none;
}
.mobilemenu .fa-bars{
    display: inline;
}
.inner-nav > a, .inner-nav .social {
    display: none;
}
#nav.active {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    opacity: 1;
}
#nav.active .brand{
  margin-bottom: 1.5rem;
  margin-right: 0;
}
#nav.active .inner-nav > a, #nav.active .inner-nav .social {
    display: block;
    padding: 0 0 .5rem;
}
#nav.active .inner-nav {
    display: block;
    font-size: 1.53rem;
}
#nav.active .mobilemenu .fa-xmark{
    display: inline;
}
#nav.active .mobilemenu .fa-bars{
    display: none;
}
.social a i{
    font-size: 90%;
}
.social .fa-facebook{
    color: #1877F2;
}
.social .fa-x-twitter{
    color: #212121;
}
.social .fa-instagram{
    color: #D62976;
}
@media (min-width: 768px) {
    .mobilemenu{
        display: none;
    }
    .inner-nav > a, .inner-nav .social {
        display: inline;
    }
}
#header{
    background:#f6f6f6 url(header-light.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
#header .trim{
    position: absolute;
    bottom: 0;
    margin: auto;
    text-align: center;
}
.goingup{
    color: #0e1824;
    padding-top: clamp(3rem, 1.2857rem + 8.5714vw, 9rem);
    padding-left: clamp(3rem, 1.2857rem + 8.5714vw, 9rem);
    padding-bottom: clamp(3rem, 1.2857rem + 8.5714vw, 9rem);
    /* padding: 9rem 0 9rem 9rem; */
}
.goingup h1{
    color: #0e1824;
    /* font-size: 53px; */
    font-size: clamp(1.875rem, 1.4643rem + 2.0536vw, 3.3125rem);
    text-transform: uppercase;
    font-weight: 900;
}
.goingup h1 span{
    display: inline-block;
    background: #bb1616;
    color:#fff;
    padding: 0.3rem 1rem;
}
.goingup ul{
    list-style-type: none;
    padding: 0;
    margin: 2rem 0;
}
.goingup li{
    font-size: clamp(1.5625rem, 1.2411rem + 1.6071vw, 2.6875rem);
    /* font-size: 43px; */
    /* padding-left: 65px; */
    padding-left: clamp(2.8125rem, 2.4554rem + 1.7857vw, 4.0625rem);
    margin-bottom: 1rem;
    font-weight: 600;
    position: relative;
}
.goingup li::before{
    content: '\f35b';
    font-family: "Font Awesome 7 Free";
    font-weight: 400;
    color:#bb1616;
    font-size: clamp(2.1875rem, 1.9196rem + 1.3393vw, 3.125rem);
    /* font-size: 50px; */
    position: absolute;
    left: 0;
    top: 0;
}
#turn{
    border-top: 5px solid #fff;
    background: #5EAF36;
    background: linear-gradient(0deg,rgba(94, 175, 54, 1) 0%, rgba(141, 201, 80, 1) 100%);
}
.turn-tagline{
    padding: 6rem 1rem 4rem;
    text-align: center;
    max-width: 960px;
    margin: auto;
}
.turn-tagline h2{
    font-size: clamp(1.75rem, 1.0714rem + 3.3929vw, 4.125rem);
    /* font-size: 66px; */
    color: #ffffff;
    font-style: italic;
    text-shadow: 0 3px 0.1em rgba(0,0,0,0.4);
}
.voteyes{
    background: #FFF;
    border-radius: 2rem;
    padding: 3rem;
    position: relative;
    top: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.2);
}
.voteyes h3{
    font-weight: 900;
    font-style: italic;
    text-align: center;
    color: #003750;
    font-size: clamp(1.6875rem, 0.9375rem + 3.75vw, 4.3125rem);
    /* font-size: 69px; */
}
.points{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: baseline;
}
.points h4{
    color: #003750;
    font-weight: 800;
    font-style: italic;
}
.point{
    width: 30%;
    padding: 0 1rem;
    text-align: center;
    min-width: 250px;
}
.point img{
    max-height: 10rem;
    padding: 1rem;
}
#about{
    margin-top:2rem;
    padding: 3rem 1rem;
}
.leadin{
    font-size: clamp(1rem, 0.7143rem + 1.4286vw, 2rem);
    text-align: center;
    text-wrap: pretty;
}
.ballotbtn{
    background-color: #5EAF36;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: clamp(1rem, 0.9107rem + 0.4464vw, 1.3125rem);
}
.ballotbtn:hover,
.ballotbtn:focus,
.ballotbtn:active{
    background-color: #448027 !important;
    color: #fff !important;
}
#ballot{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1rem;
    max-width: 750px;
}
#ballot h3{
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}
#whatitdoes{
    padding: clamp(1rem, 0.4286rem + 2.8571vw, 3rem);
}
#whatitdoes h2{
    font-weight: 800;
    font-style: italic;
    font-size: clamp(1.5rem, -0.5714rem + 4.3155vw, 3.3125rem);
    /* font-size: 53px; */
}
#whatitdoes ul{
    list-style-type: none;
    padding:0;
    margin: 2rem 0;
}
#whatitdoes li{
    font-size: clamp(1rem, 0.9107rem + 0.4464vw, 1.3125rem);
    /* font-size: 21px; */
    padding-left: clamp(2.1875rem, 1.6518rem + 2.6786vw, 4.0625rem);
    /* padding-left: 65px; */
    margin-bottom: 1rem;
    position: relative;
    text-wrap: pretty;
}
#whatitdoes li::before{
    content: '\f058';
    font-family: "Font Awesome 7 Free";
    color: #5EAF36;
    font-size: clamp(1.5625rem, 1.1161rem + 2.2321vw, 3.125rem);
    /* font-size: 50px; */
    position: absolute;
    left: 0;
    top: 0;
}
#signup{
    margin: clamp(0rem, -0.8571rem + 4.2857vw, 3rem);
    padding: clamp(1rem, 0.7143rem + 1.4286vw, 2rem);
    background:#5B89B5;
    border-radius: 1rem;
}
#signup h4{
    color: #ffffff;
    font-weight: 800;
    font-style: italic;
    font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 1.75rem);
    text-align: center;
}
#signup label{
    font-weight: 600;
    font-size: clamp(0.875rem, 0.7857rem + 0.4464vw, 1.1875rem);
    letter-spacing: 0.1em;
    margin-bottom: 0.2em;
    color: #7adefc;
}
.signbtn{
    background-color: #5EAF36;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 19px;
    border: 1px solid #fff;
    width: 100%;
}
.signbtn:hover,
.signbtn:focus,
.signbtn:active{
    background-color: #448027 !important;
    color: #fff !important;
    border: 1px solid #fff;
}
#faq{
    background: #5EAF36;
    background: linear-gradient(0deg,rgba(94, 175, 54, 1) 0%, rgba(141, 201, 80, 1) 100%);
    padding: 5rem 1rem;
    text-wrap: pretty;
}
#faq h2{
    font-weight: 900;
    text-align: center;
    margin-bottom: 1em;
    color: #fff;
    font-size: clamp(1.875rem, 0.0781rem + 5.75vw, 3.3125rem);
}
#faq h3{
    font-weight: 700;
    font-size: clamp(1.375rem, 1.242rem + 0.4255vw, 1.625rem);
}
#faq hr{
    margin: 2rem 0;
}
#tag{
    background: #5b89b5 url(tagline-1.jpg) no-repeat center top;
    background-size: cover;
    padding: clamp(2rem, 1.4286rem + 2.8571vw, 4rem) 0;
    border-top: 1px solid #fff;
}
.questions{
    background: #FFF;
    border-radius: 2rem;
    padding: 3rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.endorsed{
    display: flex;
    align-items: center;
    padding: clamp(2rem, 1.7143rem + 1.4286vw, 3rem);
    gap:2rem;
}
.endorse-pic{
    max-width: 180px;
    min-width: 100px;
}
.endorse-title h3{
    font-size: clamp(1.4375rem, 1.1339rem + 1.5179vw, 2.5rem);
    /* font-size: 40px; */
    font-weight: 700;
    color: #fff;
    font-style: italic;
}
.endorse-title span{
    font-size: 0.5em;
    display: block;
}
#footer{
    background: #003750;
    text-align: center;
    padding: 1rem;
}
.footer-nav a {
    color: #008ab3;
    padding: 0.5em;
}
.footer-nav {
    text-align: center;
    text-wrap: pretty;
    margin: 0 auto 1rem;
}
.disclaimer{
    color: #008ab3;
    font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
}

@media (max-width:767px) {
    #header{
        background:#f6f6f6 url(header-mobile-light.jpg) no-repeat center bottom;
        background-size: contain;
    }
    #header .trim{
        position: relative;
    }
    .goingup{
        padding: clamp(1rem, -1.1429rem + 10.7143vw, 4rem);
    }
    .goingup h1{
        font-size: clamp(1.5625rem, 0.3125rem + 6.25vw, 3.3125rem);
    }
    .turn-tagline {
        padding: 4rem 1rem 2rem;
    }
    .endorse-title h3{
        font-size: clamp(1.4375rem, 1.1696rem + 1.3393vw, 1.8125rem);
    }
    .questions{
        padding: 2rem
    }
}
@media (max-width:470px) {
    .endorsed{
        display: block;
        text-align: center;
    }
    .endorse-pic{
        margin: auto;
    }
    #whatitdoes h2{
        font-size: 1.8rem;
    }
}