.header-image-container {
    width: 100%;
    height: auto;
}

.header-image-container img {
    max-width: 600px;
    width: 100%;
    height: auto;
}

.text-container2 {
    margin: 3% 0px 0% 0%;
    max-width: 600px;
    text-align: left;
}

.text-input {
    background-color: #efefef;
}

.unsubscribe-text {
    font-size: 1.3em;
    display: inline-block;
    text-align: left;
}

.text-container2-processing {
    max-width: 600px;
    padding: 10px 0;
    text-align: left;
}

.unsubscribe-text-processing {
    font-size: 1.3em;
    text-align: center;
    margin: 2%, 0%, 2%, 0%;
    min-height: 250px;
}

.pad-top-10 {
    padding-top:10px;
}

.pad-top-15 {
    padding-top:15px;
}

.pad-bottom-10 {
    padding-bottom:10px;
}

.pad-bottom-15 {
    padding-bottom:15px;
}

.button-container {
    text-align:center;
}

input[type=submit] {
    border-style: none;
    color: White;
    font-size: 1.3em;
    width: 80%;
    max-width: 240px;
    height: 50px;
    margin: 5% 2%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}

input[type=button] {
    border-style: none;
    color: White;
    font-size: 1.3em;
    width: 80%;
    max-width: 240px;
    height: 50px;
    margin: 5% 2%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}


/* Style the body background and fonts */

body {
    background-color: #f4f5f7;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #4D4F53;
}

/* Style hyperlinks */

a:hover,
a:active {
    text-decoration: underline;
}

/* Style the main content container */

.container {
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding-bottom: 2%;
}

/* Style the title */

.title {
    font-weight: 300;
    font-size: 35px;
}

/* Style the text container */

.text-container {
    margin: 2% 2%;
    max-width: 600px;
}

/* Style the text container */

.checkbox-container {
    float: left;
}

/* Style the form container */

.form-container {
    border-radius: 5px;
    margin: 4% 8%;
}

/* Floating column for labels: 25% width */

.col-25 {
    float: left;
    width: 20%;
    margin-top: 6px;
    text-align: left;
    padding: 12px 0px 0px 0px;
}

/* Floating column for inputs: 75% width */

.col-75 {
    float: left;
    width: 80%;
    margin-top: 6px;
}

/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Style inputs, select elements and textareas */

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #e7e6e6;
    box-sizing: border-box;
    resize: vertical;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #4D4F53;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 50px;
    background-color: #efefef;
}

/* Style the label to display next to the inputs */

label {
    padding: 0px 5px 0px 0;
    display: inline-block;
}

/* Style the checkboxes */

input[type=checkbox]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: .83em;
    opacity: 0;
 display: inline-block;
}

input[type=checkbox]:not(old)+label {
    display: inline;
 margin-left: -2em;
    line-height: 1.5em;
 font-size: 15px;
}

input[type=checkbox]:not(old)+label>span {
    display: inline-block;
    width: 0.875em;
    height: 0.875em;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid rgb(192, 192, 192);
    background: rgb(224, 224, 224);
    background-image: -moz-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: -ms-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: -o-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: -webkit-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: linear-gradient(rgb(2255, 255, 255), rgb(255, 255, 255));
    vertical-align: bottom;
}

input[type=checkbox]:not(old):checked+label>span {
    background-image: -moz-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: -ms-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: -o-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: -webkit-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

input[type=checkbox]:not(old):checked+label>span:before {
    content: '✔';
    display: block;
    width: 1em;
    color: rgb(85, 86, 90);
    font-size: 0.875em;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
}

input[type=radio]:not(old):checked+label>span>span {
    display: block;
    width: 0.5em;
    height: 0.5em;
    margin: 0.125em;
    border: 0.0625em solid rgb(85, 86, 90);
    border-radius: 0.125em;
    background: rgb(85, 86, 90);
    background-image: -moz-linear-gradient(rgb(85, 86, 90), rgb(85, 86, 90));
    background-image: -ms-linear-gradient(rgb(85, 86, 90), rgb(85, 86, 90));
    background-image: -o-linear-gradient(rgb(85, 86, 90), rgb(85, 86, 90));
    background-image: -webkit-linear-gradient(rgb(85, 86, 90), rgb(85, 86, 90));
    background-image: linear-gradient(rgb(85, 86, 90), rgb(85, 86, 90));
}

/* Style the footer */

.footer {
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #4D4F53;
    font-size: 14px;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .col-25,
    .col-75,
    input[type=submit] {
        width: 100%;
    }
}