.fields {
    color: #000;
    margin-top: 20px;
}

.warning {
    color: #fff;
    background: orange;
    padding: 20px;
    display: none;
    margin-top: 20px;
}

.error {
    color: #FF0000;
}

label {
    margin-right: 15px;
}

.column {
    float: left;
    width: 50%;
}


/* Clear floats after the columns */

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

.subscribe-form {
    position: relative;
    margin: 30px auto;
}

.subscribe-form input,
.subscribe-form select,
.subscribe-form textarea,
.subscribe-form .nice-select {
    background: transparent;
    border: 1px solid #424242;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #424242;
    font-family: 'Guardian Sans Web';font-style: normal;font-stretch: normal;
    margin-bottom: 20px;
    box-sizing: inherit;
    outline: 0;
    max-width: none;
    width: 93%!important;
    display: block;
    height: inherit;
    line-height: inherit;
}

.subscribe-form input[type="radio"] {
    display: inline-block;
    width: inherit!important;
    margin: 0 5px 0 0;
}

.subscribe-form input[type="checkbox"] {
    display: inline-block;
    width: inherit!important;
    margin: 0 5px 20px 0;
}

.subscribe-form input.radio-label-right {
    display: inline-block;
    width: inherit!important;
    margin: 0 5px 0 15px!important;
}

.subscribe-form h4.section {
    margin-top: 40px;
}

.subscribe-form .radio-label {
    color: #000;
}

.subscribe-form .label {
    color: #000;
    margin: 10px 0;
    display: block;
}

.subscribe-form #submitBtn {
    background-color: #4d4d4d;
    border-radius: 0;
    text-transform: uppercase;
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
    float: right;
    color: #fff;
    margin-top: 0px;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    width: 130px!important;
    margin-right: 15px;
}

.subscribe-form #submitBtn:hover {
    background-color: #2d2d2d;
}

.subscribe-form #editionsRequested {
    height: 150px;
}

.subscribe-form #editionsRequested option {
    padding: 5px 0;
}

.required {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Guardian Sans Web';font-style: normal;font-stretch: normal;
    font-size: 12px;
    color: #4d4d4d;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 32px;
}

.nice-select:after {
    border-bottom: 2px solid #424242;
    border-right: 2px solid #424242;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    border-radius: 0;
    width: 100%;
    border: 1px solid #424242;
    left: -1px;
    box-sizing: inherit;
}

.nice-select .option {
    cursor: pointer;
    font-weight: inherit;
    line-height: inherit;
    list-style: none;
    min-height: inherit;
    outline: none;
    padding: 10px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option.disabled {
    color: #424242;
    cursor: default;
}

.nice-select .option.disabled {
    color: #424242;
    cursor: default;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #eee;
}

.alert-msg {
    font-weight: 600;
    display: block;
    margin: 5px auto 20px auto;
    background: #9f2214;
    color: #fff;
    padding: 20px;
    max-width: 700px;
    text-align: center;
}

.alert-msg img {
    display: block;
    width: 45px;
    margin: 0 auto 20px auto;
}

.alert-msg a {
    color: #fff;
    text-decoration: underline;
}

.alert-msg a:hover {
    color: #fff;
    text-decoration: none;
}