/*!
Frequently Edited Styles
 */

/*INPUT BUTTON*/

input[type=text] {
    height: 60px;
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    font-size: 2em;
    line-height: 1.5em;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
    width: 100%;
    background: #d10e3f;
    border: 1px solid #ffffff;
    font-stretch: ultra-expanded;
    padding-top: 8px;
}

input[type="submit"]:hover {
    background: #dc2654;
    color: #ffffff;
    border: 1px solid #ffffff;
}

/*Reset Button*/

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    font-size: 2em;
    line-height: 1em;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
    width: 100%;
    background: #d3a05e;
    border: 0px solid #bbb;
    font-stretch: ultra-expanded;
    padding-top: 10px;
    font-weight: bold;
}

    .btn:hover {
        background: #2497c6;
        color: #ffffff;
    }

/*BODY*/

body {
    overflow-x: hidden;
}

.container {
    overflow-x: hidden;
}


/*COPY LEFT*/
.copyleft {
    font-size: 1.25em;
    color: #ffffff;
    line-height: 30px;
    font-weight: 200;
    margin-top: 10px;
}

/*XS TITLE*/
.xstitle {
    font-size: 1.5em;
    color: #990000;
    line-height: 30px;
    font-weight: 500;
}

/*FORM INSTRUCT*/
.instruct {
    font-size: 1em;
    color: #ffffff;
}

.footerdis {
    color: #ffffff;
    font-size: 13px;
    margin: 10px auto;
    text-align: center;
}

div.paid-for-by {
    padding-top: 10px;
    text-align: center;
    margin: 0 0 0 0px;
    display: inline-block;
}

    div.paid-for-by p {
        margin-top: 10px;
        font-size: 11px;
        border: 1px solid #ffffff;
        padding: 3px;
    }

    div.paid-for-by span {
        font-size: 14px;
    }

.copy {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.about {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
}

.row.no-gutter {
    margin-left: 3px;
    margin-right: 3px;
}

    .row.no-gutter [class*='col-']:not(:first-child),
    .row.no-gutter [class*='col-']:not(:last-child) {
        padding-right: 3px;
        padding-left: 3px;
    }
/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 150px;
    background-color: #1a1c1e;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
}

.votefont {
    color: #ffffff;
    font-size: 22px;
    margin: 10px auto;
    line-height: 28px;
    font-weight: bold;
}

/*ABOUT PAc*/
.aboutpac {
    font-size: 1.0em;
    color: #ffffff;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.aboutcopy {
    font-size: .8em;
    color: #ffffff;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}


.footerdis {
    color: #fff;
    font-size: 14px;
    margin: 10px auto;
    text-align: center;
}

.instruct {
    color: #ffffff;
    font-size: .9em;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
}

.control-group {
    display: inline-block;
    width: 100%;
    margin: 10px;
    padding: 30px;
    text-align: left;
    vertical-align: top;
}

.control {
    font-size: 18px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 30px;
    cursor: pointer;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
}

.control--radio .control__indicator {
    border-radius: 50%;
}
/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

/* Checked state */
.control input:checked ~ .control__indicator {
    background: #ff0000;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #cc0000;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
    display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
    top: 4px;
    left: 8px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}
