@font-face {
    font-family: RegularText;
    src: url(../fonts/Manrope-Light.ttf);
}

@font-face {
    font-family: BoldTitles;
    src: url(../fonts/Anton-Regular.ttf);
}

@font-face {
    font-family: ScriptTitles;
    src: url(../fonts/Hind-Bold.ttf);
}

html {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    background-color: #fff;
    color: #000;
    font-family: RegularText;
    font-size: 16px;
    line-height: 1.2em;
    width: 100%;
    height: 100%;
}

::selection {
    background: rgba(0, 0, 0, 0.15);
}
::-moz-selection {
    background: rgba(0, 0, 0, 0.15);
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
::-webkit-input-placeholder {
  color: #aaa;
    font-family: sans-serif;
}
::-moz-placeholder {
  color: #aaa;
    font-family: sans-serif;
}
:-ms-input-placeholder {
  color: #aaa;
    font-family: sans-serif;
}
:-moz-placeholder {
  color: #aaa;
    font-family: sans-serif;
}

* {
    box-sizing: border-box;
}
a {
    outline: none;
}
img, embed, object {
    max-width: 100%;
    width: 100%;
}

big {
    font-size: 1.5em;
}
em {
    font-size: .9em;
    font-family: RegularText;
}

blockquote {
    border-left: 2px solid #c00000;
    padding-left: 1em;
    font-size: .9em;
    width: 90%;
    margin: 0 5% 5em;
}




nav.header img.header-logo {
    width: 160px;
    margin: 0 0 -.3em;
}


nav.header {
    background: #cf202f;
    margin: 0 auto -2px;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}
nav.header ul {
    display: block;
    padding: 0;
    text-align: left;
}
nav.header ul li {
    display: block;
    margin: 0;
    padding: 0;
}
nav.header ul li:first-of-type {
    padding: 10px 0 0;
}
nav.header ul li:last-of-type {
    margin-bottom: 10px;
}
nav.header ul li a:link, 
nav.header ul li a:visited {
    color: #fff;
    display: block;
    font-size: 1em;
    padding: 12px 16px;
    text-decoration: none;
}
nav.header ul li a:active, 
nav.header ul li a:hover, 
nav.header ul li a:focus {
    color: #ddd;
}
nav.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .5s ease-out;
}
nav.header .menu-icon {
  clear: both;
  cursor: pointer;
  display: inline-block;
  float: right;
  margin: 30px 8px 4px 0;
  padding: 10px 5px 8px 5px;
  position: relative;
  z-index: 3;
}
nav.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 20px;
}
nav.header .menu-icon .navicon:before,
nav.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
nav.header .menu-icon .navicon:before {
  top: 5px;
}
nav.header .menu-icon .navicon:after {
  top: -5px;
}
nav.header .menu-btn {
  display: none;
}
nav.header .menu-btn:checked ~ .menu {
  max-height: 290px;
}
nav.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
nav.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
nav.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
nav.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
nav.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}






header.home  {
    position: relative;
    height: calc(100% - 75px);
    min-height: 460px;
}

header.home figure.landscape {
    display: none;
}
header.home figure.portrait {
    display: block;
    position: relative;
    height: 100%;
    background-image: url('../img/header-portrait-mobile.jpg');
    background-position: top;
    background-size: cover;
}
header.home figure.portrait figcaption {
    display: none;
}
header.home img.cutout {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%;
    max-height: 60%;
    z-index: 1;
}


header.home a.donations {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #fff;
    background-color: #156e74;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0;
    padding: 1em 1.5em;
    text-decoration: none;
    outline: 2px solid #c00000;
    transition: all .4s ease;
    width: 280px;
}

header.home a.donations:hover,
header.home a.donations:active,
header.home a.donations:focus {
    color: #fff;
    background-color: #c00000;
    border: 1px solid #fff;
    transition: all .3s ease;
}


a i {
    color: #0e868e;
    margin: 0 .3em;
    transition: all .4s ease;
}

a:hover i,
a:active i,
a:focus i {
    color: #00aab5;
    transition: all .3s ease;
}

big.bigger {
    font-size: 2em;
}

h2 {
    color: #0e868e;
    font-size: 2em;
    font-family: BoldTitles;
    margin: 1em 0 .5em;
}
h3 {
    color: #156e74;
    font-size: 1.4em;
    font-family: BoldTitles;
    margin: 1em 0 .5em;
}
h4 {
    color: #156e74;
    font-size: 1.2em;
    font-family: BoldTitles;
    margin: 1em 0 .5em;
}


main {
    line-height: 1.6;
    padding: 1em;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
}
main small.title {
    display: block;
    margin: -1em 0 0 1.5em;
}
main p {
    font-family: RegularText;
    font-size: 1em;
    margin: 0 0 1.5em;
    padding: 0 1em;
}
main p span.script {
    font-size: 1.4em;
    font-family: ScriptTitles;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #000;
}
main h2 span.script {
    font-size: 1.1em;
    font-family: ScriptTitles;
    text-transform: uppercase;
    letter-spacing: -3px;
    color: #000;
}

main p.vote-date {
    color: #156e74;
    font-size: 1.5em;
    font-family: BoldTitles;
    margin: 0.2em 0 2em;
    padding: 1em 0.5em;
    text-align: center;
    line-height: 1.2;
    width: 100%;
}
main p.absentee {
    margin-top: -40px;
    margin-bottom: 100px;
    text-align: center;
}
main p.absentee a {
    color: #fff;
    background-color: #156e74;
    border: 1px solid #fff;
    display: inline-block;
    margin: 2em 1em 8em 1em;
    padding: 0.5em 0.5em;
    text-decoration: none;
    outline: 2px solid #c00000;
    transition: all .4s ease;
}
main p.absentee a:hover,
main p.absentee a:active,
main p.absentee a:focus {
    color: #fff;
    background-color: #c00000;
    border: 1px solid #fff;
    transition: all .3s ease;
}
main p.join-list {
    width: 100%;
}
main h3.slogan {
    color: #c00000;
    font-family: RegularText;
    margin: -1em 0.5em 0;
}
main img.main-logo {
    width: 90%;
    margin: 3em 5%;
    max-width: 968px;
}
main img.people,
main img.campaign,
main img.candidate {
    border-radius: 0;
    width: 90%;
    margin: 0.5em 5% 1.5em;
}
main img.focus {
    padding-top: 1.5em;
}
main img.top-doctor {
    width: 100%;
    max-width: 100%;
    padding: 0 1.5em 0 1em;
    margin-bottom: 2em;
}
main img.contact {
    width: 100%;
    margin: 0 0 2em;
    padding: 1em;
}

main ul {
    font-family: RegularText;
    list-style-type: disc;
    padding-left: 3em;
    margin: 0 0 2em;
}


main a.donations {
    color: #fff;
    background-color: #156e74;
    border: 1px solid #fff;
    display: inline-block;
    margin: 2em 1em 8em 1em;
    padding: 0.5em 1.5em;
    text-decoration: none;
    outline: 2px solid #c00000;
    transition: all .4s ease;
}

main a.donations:hover,
main a.donations:active,
main a.donations:focus {
    color: #fff;
    background-color: #c00000;
    border: 1px solid #fff;
    transition: all .3s ease;
}




footer {
    background-color: #156e74;
    color: #ccc;
    padding: 3em 2em 2em;
    text-align: center;
}
footer nav {
    width: 100%;
    max-width: 160px;
    margin: 0 auto 3em;
    padding-right: 0;
}
footer nav ul li {
    display: block;
    margin: 0;
    padding: .3em .5em;
    font-size: .9em;
    border-right: 1px solid #ccc;
}
footer nav ul li a {
    color: #ccc;
    padding: 0;
    text-decoration: none;
    transition: all .4s ease;
}
footer nav ul li a:hover,
footer nav ul li a:active,
footer nav ul li a:focus {
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
}
footer p.declaration {
    font-size: 0.9em;
    width: 270px;
    margin: 0 auto;
    text-align: center;
}

footer .symbol {
    width: 50%;
    max-width: 185px;
    margin-top: -.75em;
    margin-bottom: 2em;
}

footer a.donations {
    color: #fff;
    background-color: #0e868e;
    border: 1px solid #fff;
    outline: 2px solid rgba(192, 0, 0, 0.65);
    display: inline-block;
    margin: 2em 1em 6em;
    padding: 0.5em 1.5em;
    text-decoration: none;
    transition: all .3s ease;
}

footer a.donations:hover,
footer a.donations:active,
footer a.donations:focus {
    color: #d1d1d1;
    background-color: #c00000;
    border: 1px solid #d1d1d1;
    outline: none;
    transition: all .2s ease;
}
footer img.breathe {
    display: inline-block;
     margin: 0 1em 0;
    width: 35px;
}





form.contact-form {
    padding: 0 1em;
    margin: 0 0 7em;
    width: 100%;
    max-width: 100%;
}
form.contact-form span {
    display: block;
    font-size: .8em;
}
form.contact-form span.required {
    color: #aaa;
}
form.contact-form .form-group {
    padding: .4em;
}
form.contact-form .form-group button {
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    color: #c00000;
    border: 1px solid #c00000;
    display: inline-block;
    margin: 0.5em 0.5em 1em;
    padding: 0.5em 1.5em;
    text-decoration: none;
}
form.contact-form .form-group button:hover,
form.contact-form .form-group button:active,
form.contact-form .form-group button:focus {
    color: #fff;
    background-color: #156e74;
    border: 1px solid #156e74;
    outline: 2px solid rgba(23, 89, 87, 0.2);
}

input[type="checkbox"] {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    font-family: sans-serif;
    letter-spacing: .2px;
    padding: .7em;
    width: 90%;
}
input[type="text"]:hover,
input[type="text"]:active,
input[type="text"]:focus,
input[type="tel"]:hover,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus {
    outline: 2px solid rgba(23, 89, 87, 0.3);
}
textarea {
    font-family: sans-serif;
    letter-spacing: .2px;
    padding: .7em;
    width: 90%;
    resize: vertical;
}
textarea:hover,
textarea:active,
textarea:focus {
    outline: 2px solid rgba(23, 89, 87, 0.3);
}

sup {
    font-size: 0.7em;
    vertical-align: super;
}

span.volunteering {
    display: block;
    padding-left: 35px;
    width: 190px;
}
span.block {
    display: inline-block;
}

small {
    font-size: .8em;
}

strong {
    font-weight: 700;
}


.big {
    font-size: 1.3em;
}
.black {
    color: #000;
}
.floatclear {
    clear: both;
}
.forms {
    width: 100%;
    max-width: 100%;
}

.half-left {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.half-right {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.portrait {
    display: block;
}
.landscape {
    display: none;
}

.pass-color {
    color: #00ea00;
}
.fail-color {
    color: #ea0000;
}

.red {
    color: #c00000;
}

.sr-only {
    position: absolute;
    top: -1000px;
    left: -10000px;
}

.text-center {
    text-align: center;
}











/* --------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-------------- MEDIA QUERIES ------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 360px) {
 


    footer nav ul li {
        padding: .2em .5em;
    }
    
    
}
/* -----------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 375px) {
 

    
    main p.vote-date {
        font-size: 1.7em;
    }
    main p.absentee a {
        padding: 0.5em 1em;
    }
    main a.donations {
        margin: 2em 1em 8em 2em;
    }
    main p.text-center a.donations {
        margin: 2em 1em 8em 1em;
    }
    
    footer nav ul li {
        padding: .2em .6em;
    }
    
    
}
/* -----------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 412px) {
 


    
    
    
}

/* --------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 480px) {
 
    
 
    header.home img.cutout {
        width: auto;
        max-height: 100%;
    }
    
    
    
    
    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 568px) {
 
    nav.header ul li a {
        padding: .9em;
    }
    
    span.volunteering {
        display: block;
        padding-left: 35px;
        width: 100%;
    }
    

    
    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 768px) {

    
    header.home {
        max-height: calc(100% - 75px);
    }
    header.home figure.portrait {
        background-image: url('../img/header-portrait.jpg');
    }
    header.home img.cutout {
        width: auto;
        height: 75%;
    }
    header.home a.donations {
        top: 5%;
        left: 25%;
        transform: translateX(-50%);
    }
    
    main p {
        font-size: 1em;
    }
    main p.vote-date {
        font-size: 2.5em;
    }
    main p.absentee {
        margin-top: -120px;
        margin-bottom: 140px;
    }
    
    
    footer {
        padding: 3em 3em 2em;
    }
    footer nav {
        width: 50%;
        max-width: 160px;
        margin: 0 0 3em;
        padding-right: 1em;
        float: right;
    }
    footer nav ul li {
        padding: .2em .8em;
    }
    
    footer p.declaration {
        font-size: 1em;
        text-align: right;
        width: 95%;
    }
    footer .symbol {
        float: right;
        width: 200px;
    }
    
    .half-left {
        padding: 1em;
    }
    .half-right {
        padding: 1em;
    }
    
    .portrait {
        display: none;
    }
    .landscape {
        display: block;
    }
    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 768px) and (min-height: 1200px) {
    
    header.home img.cutout {
        width: auto;
        height: 70%;
    }
    
    
    
    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 1024px) {
    
    
    
    nav.header ul li:first-of-type {
        padding: 0;
    }
    nav.header ul li:last-of-type {
        margin-bottom: 0;
    }
    nav.header ul {
        overflow: visible;
        float: right;
        width: 70%;
        margin-right: 1.5%;
    }
    nav.header ul li {
        height: 90px;
        display: inline-block;
        margin-top: -.4em;
        margin-left: -4px;
        margin-right: 0;
        transform: skewX(-20deg);
        transition: all .3s ease;
    }
    nav.header ul li a {
        transform: skewX(20deg);
    }
    nav.header ul li.donate {
        height: 90px;
        display: inline-block;
        margin-top: -.4em;
        margin-left: 108px;
        position: absolute;
        right: 16px;
        margin-right: 0;
        transform: skewX(-20deg)
    }
    nav.header ul li.current {
        background-color: #fff;
    }
    nav.header ul li.current a {
        color: #156e74;
    }
    nav.header ul li:hover,
    nav.header ul li:active,
    nav.header ul li:focus {
        background-color: #fff;
    }
    nav.header ul li:hover a,
    nav.header ul li:active a,
    nav.header ul li:focus a {
        color: #156e74;
    }
    nav.header ul li a {
        margin-top: 1.5em;
    }
    nav.header .menu-icon {
        display: none;  
    }
    
    main p.vote-date {
        font-size: 3em;
    }
    main p.join-list {
        max-width: 400px; 
    }
    main img.candidate {
        width: 40%;
        float: right;
    }
    main img.top-doctor {
        max-width: 35%;
        padding: 0 2em 0 1em;
        margin-top: -10px;
        float: left;
    }
    main img.contact {
        margin: 2em 0 2em;
        padding: 1em;
    }

    footer {
        padding: 3em 4em 2em;
    }
  
    .forms {
        width: 50%;
        max-width: 50%;
        float: left;
        padding: 0 1em;
    }
    
    .half-left {
        width: 50%;
        max-width: 50%;
        float: left;
    }
    .first {
        padding-top: 3em;
    }
    .last {
        padding-top: 6em;
    }
    .half-right {
        width: 50%;
        max-width: 50%;
        float: right;
    }
    
    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 1024px) and (min-height: 1200px) {
    
    header.home img.cutout {
        width: auto;
        height: 75%;
    }
    
    
    
    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 1200px) {
 


    
    
    
    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 1280px) {
 

    main p.vote-date {
        font-size: 4em;
    }
    main img.top-doctor {
        max-width: 360px;
    }
    
    

    
    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 1440px) {
 

    footer {
        padding: 3em 7em 2em;
    }
    footer nav ul li {
        padding: .25em .5em;
    }
    
    
    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 1600px) {
 
    
    main {
        font-size: 1.1em;
         max-width: 1200px;
    }
    main img.top-doctor {
        max-width: 330px;
    }
    
    footer {
        font-size: 1.1em;
        padding: 3em 10em 2em;
    }
    footer nav {
        max-width: 180px;
    }
    footer nav ul li {
        padding: .3em .5em;
    }

    
}
/* ------------------------------------------------------------------------------------------------------  */
@media only screen and (min-width: 1920px) {

    
    main {
        font-size: 1.2em;
         max-width: 1330px;
    }
    main p.join-list {
        max-width: 440px; 
    }
    
    footer {
        font-size: 1.2em;
        padding: 3em 16em 2em;
    }
    footer nav {
        max-width: 200px;
    }
    footer nav ul li {
        padding: .4em .5em;
    }
    
    
    
}
/* --------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
--------- MEDIA QUERIES -------- LANDSACAPE ---------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------  */
/*-----------iPhone4--------------*/
@media(min-width:480px) and (orientation: landscape)  {

    header.home  {
        height: calc(100% - 55px);
        max-height: calc(100% - 55px);
        min-height: 240px;
    }
    
    header.home figure.landscape {
        display: block;
        position: relative;
        height: 100%;
        background-image: url('../img/header-landscape-mobile.jpg');
        background-position: top;
        background-size: cover;
    }
    header.home figure.landscape figcaption {
        display: none
    }
    header.home figure.portrait {
        display: none;
    }
    header.home img.cutout {
        width: auto;
        height: 98%;
    }
    header.home a.donations {
        top: 18%;
        left: 27%;
        transform: translateX(-50%);
    }



    main img.candidate {
        width: 40%;
        float: right;
    }
    
    
    
}
/*-----------iPhone5--------------*/
@media(min-width:568px) and (orientation: landscape)  {

    

    
    
    
    
    
    
    
}
/*-----------GalaxyS5--------------*/
@media(min-width:640px) and (orientation: landscape)  {

    

    
    
    
    
    
    
    
    
}
/*-----------GalaxyS5--------------*/
@media(min-width:640px) and (orientation: landscape)  {


    
    
    
    
    
    
    
    
    
}
/*-----------iPhone6+--------------*/
@media(min-width:667px) and (orientation: landscape)  {

    

    
    
    
    
    
    
    
    
}
/*-----------iPhone6+--------------*/
@media(min-width:768px) and (orientation: landscape)  {


   
    header.home figure.landscape {
        background-image: url('../img/header-landscape-mobile.jpg');
        background-position: top;
    }
    
    
    
    


}
/*-----------iPad--------------*/
@media(min-width:1024px) and (orientation: landscape)  {



    header.home figure.landscape {
        background-image: url('../img/header-landscape.jpg');
        background-position: top;
    }
    header.home  {
        height: calc(100% - 75px);
        max-height: calc(100% - 75px);
        min-height: 540px;
    }
    header.home img.cutout {
        width: auto;
        height: 90%;
    }

    
    
    
    
}
/*-----------Laptop/Desktop--------------*/
@media(min-width:1280px) and (orientation: landscape)  {

    


    
      
    
    
}
/*-----------Laptop/Desktop--------------*/
@media(min-width:1440px) and (orientation: landscape)  {

    


    
    
    
    
}
/*-----------Laptop/Desktop--------------*/
@media(min-width:1600px) and (orientation: landscape)  {

    

    
    
    
    
    
    
}
/*-----------HDTV--------------*/
@media(min-width:1920px) and (orientation: landscape)  {

    

    
    
    
    
    
    
    
}
/* Printers  -----------------------------------------------------------------------  */
/* Printers  -----------------------------------------------------------------------  */
/* Printers  -----------------------------------------------------------------------  */
/* Printers  -----------------------------------------------------------------------  */
/* Printers  -----------------------------------------------------------------------  */
/* Printers  -----------------------------------------------------------------------  */
/* Printers  -----------------------------------------------------------------------  */
@media only print {
    
    
    
    
}