.contents {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin: auto;
    width: 1000px;
}

@media only screen
and (max-device-width : 667px){
    .contents {
        width: 90%;
    }
    .header {
        width: 90%;
    }
}
@media only screen
and (min-device-width : 668px) and (max-device-width : 1024px) {
    .contents {
        width: 720px;
    }
    .header {
        width: 720px;
    }
}

.header {
    background-image: url("../images/siri_header.jpg");
    background-position: center;
    background-repeat: none;
    background-size: contain;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    height: 160px;
    line-height: 128px;
    margin: auto;
    width: 1000px;
    text-align: center;
}

.img-holder {
    height: 128px;
    float: left;
}

.img-holder img {
    height: 128px;
}

.header-place-holder {
    height: 128px;
    margin-bottom: 2em;
}

.instructions div {
    margin-top: 2em;
}


.clear {
    clear: both;
}

form {
    margin: auto !important;
    text-align: left;
    width: 60%;
}

.item {
    overflow: hidden;
    margin: 1.6em 0 1.6em 0;
}

.invalid {
    background: #ff9999;
}

.question {
    margin: 0 0 .5em 0;
    font-size: 15px;
}

.option {
    width: 20%;
    float: left;
    text-align: left;
    border-top: 1px solid #ddd;
}

.option.second-row {
    border-top: none;
}

.option label {
    margin: 0;
    padding: 0 0 0 1px;
    font-size: 13px;
    display: block;
    cursor: pointer;
}

input[type='radio'], input[type='checkbox'] {
    margin: 10px 0;
    display: block;
}

select {
    margin-left: 1px !important;
}

.button {
    border-radius: 3px;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    background-color: rgba(9,31,23,.8);
    border-color: rgba(9,31,23,.8);
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    border-width: 0;
    text-align: center;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}

.results {
    display: none;
    margin-top: 2em;
    text-align: left;
}

.results div {
    margin-bottom: 10px;
}

.small {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5em;
}

.thirty-width {
    float: left;
    width: 30%;
}

#priorities {
    font-weight: bold;
    margin-left: 5em;
}

.priority-description {
    display: none;
}

.blue, .blue a, .blue a:visited {
    color: #1e487c !important;
}

.blue a {
    text-decoration: underline !important;
}