body {
    font-size: 14px;
    padding: 20px;
    overflow-y: scroll;
}
.container h1 {
    display: block;
    font-size: 26px;
    font-weight: normal;
    border-bottom: none;
    margin-bottom: 15px;
    padding-bottom: 5px
}

.container h2 {
    display: block;
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 20px 0
}

.container h3 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0
}

.container,
.foot-container{
    border-bottom: none;
}
#optin,
#optin .colLeft,
#optin fieldset{
    overflow: visible;
}
.txt-mid{
    font-size: 10px;
}
.txt-mid strong{
    font-weight: normal;
}
#visitorSiteLogo {
    text-align: center;
    margin-bottom: 8px;
}
#visitorSiteLogo > img {
    max-height: 100px;
    max-width:300px;
}
fieldset {
    padding-top: 0px;
    padding-left: 0px;
    background-color: rgb(248, 248, 248);
    background-color: rgba(248, 248, 248, 0.8);
    color: #333;
    overflow: hidden;
    width: auto;
    margin: 0;
}

fieldset a, fieldset a:link, fieldset a:visited {
    color: #333;
}
fieldset a.text-link, fieldset a.text-link:link, fieldset a.text-link:visited {
    color: #007bbf;
    text-decoration: none;
}
fieldset a.text-link:hover{
    text-decoration: underline;
}

.outer-fieldset {
    background-color: rgb(248, 248, 248);
    background-color: rgba(248, 248, 248, 0.8);
    color: #333;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 15px;
}

.outer-fieldset fieldset {
    background-color: transparent;
}

#preferences-unsubscribe-error {
    color:rgba(255, 0, 0, 0.74);
}

#reasonIncludeRemoved {
    padding-bottom: 10px;
}

#reasonIncludeAccident {
    padding-bottom: 25px;
}

#reasonIncludeAccident a {
    text-decoration: none;
    color: #3b95af;
}

#reasonIncludeWhy {
    padding-bottom: 8px;
}

.reason-include-input {
    font-size: 14px;
    padding-bottom: 15px;
}

#otherReasonCharCount {
    font-size:12px;
    float: right;
    padding-right: 8px;
    color: rgba(107, 97, 97, 0.58);
}

.reason-include-input input {
    display:none;
}

.reason-include-input label:before {
    content: '';
    background: #fff;
    border: 2px solid rgba(99, 89, 88, 0.65);
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    padding: 2px;
    margin-right: 8px;
    border-radius:50%;
}

.reason-include-input label {
    width: 300px;
}

.reason-include-input input:checked +
label:before {
    background: #0d76c3;
    box-shadow: inset 0 0 0 3px #dce1e8;
    border: 2px solid #0d76c3;
}

input[type=radio] {
}

#update-profile-required-error {
    white-space: nowrap;
}

input#saveBtn {
    font-size:14px;
    color: #fff;
    border-color: #dc7f10;
    background: #fea802;
    text-shadow: 0 0px 0 white;
    width: 99%;
    height: 40px;
    -webkit-appearance: none;
}

input#saveBtn:focus {
    outline:0;
}

input#saveBtn:hover {
    background: #ecab3d;
}

input#includeSubmitBtn {
    font-size:14px;
    color: #fff;
    border-color: #dc7f10;
    background: #fea802;
    text-shadow: 0 0px 0 white;
    width: 99%;
    height: 40px;
    -webkit-appearance: none;
}

input#includeSubmitBtn:focus {
    outline:0;
}

input#includeSubmitBtn:hover {
    background: #ecab3d;
}

input#confirm-email {
    color: black;
    border-color:#d3d3d3;
}

input#confirm-email.errored {
    color: red;
    border-color:red;
}

#noCheckedInputError {
    color:rgba(255, 0, 0, 0.74);
    font-size:14px;
    margin-bottom:5px;
}

#blankInputError {
    margin-left:28px;
    color:rgba(255, 0, 0, 0.74);
}

#optoutSuccessContainer {
    height: 50px;
    width: 99%;
    background-color: #eaface;
    border: 1px solid #92d14f;
    border-radius: 3px;
    font-size: 14px;
}

#optoutSuccessContainer span {
    display: block;
    text-align: left;
    margin: 15px 0 0 20px;
}

.container#successIncludeContainer {
    margin-bottom:20px;
}

input[type='text'] {
    width: 150px;
    border: 1px solid #ccc;
    padding: 5px;
}
input[type="text"],
input[type="password"],
textarea{
    background-color: #f7f7f7;
    color:#5b5b5b;
    border:solid 1px #c0c0c0;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3) inset;
}
input.email-input {
    width: 220px;
}

select {
    width: 162px;
    height: 25px;
    border: 1px solid #ccc;
}

label {
    margin: 3px 10px 3px 0;
}

textarea {
    width: 400px;
    height: 150px;
    padding: 5px;
    border: 1px solid #ccc
}

ol li {
    padding-bottom: 0px;
}
.preview.container{

}
.screen-width-indent .container > ol > li,
.preview.container > ol > li{
    margin-bottom: 25px;
}
.colLeft {
    width: 445px;
    float: left;
    padding-right: 50px;
    overflow: hidden;
    margin-top: 20px;
}

.colLeft fieldset {
    width: 415px;
}
.colLeft fieldset.optin_profile{
    width:100%;
}

.screen-width-indent .colLeftLarge {
    width: 100%;
}

.colRight {
    padding-left: 50px;
    width: 394px;
    float: left;
    overflow: hidden;
    border-left: solid 1px #aaaaaa;
    margin-top: 20px;
}

.colRight fieldset {
    width: 364px;
}

.colRightSm {
    width: 250px;
    float: right;
    overflow: hidden
}

.profile-label, .data-col {
    float: left;
}

.data-col {
    float: left;
    position: relative;
    width: auto;
}

.data-col #errorBlock {
}

.opt-check {
    width: 550px;
    margin-bottom: 4px;
}

#noListError {
    margin-left:26px;
    margin-bottom:7px;
    display: none;
    color:rgba(255, 0, 0, 0.74);
}
.visitorActions {
    clear: both;
}

.visitorActions#reasonIncludeSubmit {
    padding-top: 10px;
}

.profile-label {
    font-weight: bold;
    margin-top: 4px;
}

.prop-input label {
    display: block;
    width: 75%;
    float: left;
    position: relative;
}
.prop-input label .required{
    position: absolute;
    left: -10px;
}
.prop-input, .updateEmail {
    clear: both;
    margin-bottom: 5px;
}
.prop-input[data-name="State/Province"],
.prop-input[data-name="State/Province"] > select{
    width:255px !important;
}
.prop-input[data-name="State/Province"] > input{
    width:255px !important;
}
.prop-input[data-name="State/Province"]{
    float: left;
}
.prop-input[data-name="Zip Code"]{
    clear: none;
    float:right;
    width: 255px;
}
.prop-input[data-name="Zip Code"] > input{
    width: inherit !important;
}

[data-name="Country"] > label{
    display: none;
}
[data-name="Country"] > select{
    float:left !important;
    width:552px !important;
}
.updateEmail label {
    display: block;
    float: left;
}

fieldset legend {
    color: #5b5b5b;
    margin: 0;
    padding: 0;
    background: none;
}

.check-index {
    padding-left: 35px;
}

#eaUpdateErrors {
    display: none;
    padding: 5px 15px;
}

#emailFormat, #captchaBlock {
    padding-top: 15px;
}
#emailFormat{
    display: none;
}

.other-inbox {
    border: 1px solid #d6d6d6;
    background-color: #f8f8f8;
    background-color: rgba(248, 248, 248, 0.8);
    padding: 15px;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
}

.other-inbox {
    line-height: 18px;
}

.unsub-opt, .check-index div {
    padding: 4px 0px;
}
.screen-width-indent .unsub-opt input,
.screen-width-indent .unsub-opt label{
    float: left;
}
.screen-width-indent .unsub-opt input{
    margin: 5px 15px 0 0;
}
.screen-width-indent .unsub-opt label{
    width: 420px;
}
#intCats input[type=checkbox]{
    margin-left: 0;
}
.unsubscribe-block label {
    display: block;
    font-size: 14px;
    margin-left: 0;
}

.unsubscribe-block input {
    font-style: italic;
    font-size: 14px;
    width: 250px;
}

.profile-block label {
    margin: 0;
    font-weight: bold;
}

.sect-header {
    font-size: 14px;
    margin: 5px 0 10px;
    font-weight: bold;
}
.screen-width-indent {
    max-width: 540px;
    margin: auto;
    font-size: 14px;
}

.screen-width-indent .container{
    padding-top:12px;
}
.screen-width-indent h1,
.screen-width-indent h2,
.screen-width-indent h3,
.preview.container h1,
.preview.container h2,
.preview.container h3{
    color: inherit;
}
.screen-width-indent fieldset,
.preview.container fieldset{
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    margin-bottom: 10px;
}


.container.opt_out .background-wrapper {
  padding-right: 0;
}

.container.opt_out .background-wrapper #confirm-email {
  width: 100%;
}

.preview.container .background-wrapper.signup_preview{
    border-radius: 10px;
    border:solid 1px;
    background-color: transparent;
    margin-bottom: 20px;
}

.screen-width-indent .visitorActions.sidepadded,
.preview.container .visitorActions.sidepadded{
    padding: 10px 15px;
}
.screen-width-indent .form-background-wrapper,
.preview.container .form-background-wrapper{
    background-color: transparent;
}
.screen-width-indent .form-background-wrapper > div,
.preview.container .form-background-wrapper > div{
    margin: 0;
    padding: 0;
    width: 100%;
    border-left: none;
}

.screen-width-indent .form-background-wrapper.colLeftLarge legend,
.preview.container .form-background-wrapper.colLeftLarge legend{
    padding-bottom: 0;
}
.screen-width-indent #subProfile fieldset,
.preview.container #subProfile fieldset{
    background-color: inherit;
    padding: 0;
    width: auto;
}

.screen-width-indent .form-background-wrapper fieldset.nopad{
    margin-top: 0 !important;
    width: 480px;
}
.screen-width-indent .form-background-wrapper fieldset.nopad .check-index{
    background-color: transparent;
    padding-left: 0;
    margin-left:12px;
    border-radius: 5px;
    overflow: hidden;
}
.screen-width-indent .form-background-wrapper fieldset.nopad .check-index > div {
    padding-left: 10px;
}
.screen-width-indent .form-background-wrapper fieldset.nopad .check-index > div > label{
    margin-left: 5px;
}
.screen-width-indent .form-background-wrapper.colLeftLarge fieldset.background-wrapper label,
.preview.container .form-background-wrapper.colLeftLarge fieldset.background-wrapper label{
    display: block;
    margin-bottom: 6px;
}
.screen-width-indent .form-background-wrapper.colLeftLarge fieldset.background-wrapper input[type=text],
.preview.container .form-background-wrapper.colLeftLarge fieldset.background-wrapper input[type=text]{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    width:99%;
}

.screen-width-indent .form-background-wrapper.colLeftLarge fieldset.background-wrapper input[type=text]:focus,
.preview.container .form-background-wrapper.colLeftLarge fieldset.background-wrapper input[type=text]:focus {
    outline:0;
}

.screen-width-indent .form-background-wrapper.colLeftLarge fieldset.background-wrapper .unsub-opt label,
.preview.container .form-background-wrapper.colLeftLarge fieldset.background-wrapper .unsub-opt label{
    margin-right: 0;
    width:500px;
}
.screen-width-indent .form-background-wrapper.colLeftLarge fieldset legend,
.preview.container .form-background-wrapper.colLeftLarge fieldset legend{
    margin-bottom: 9px;
}
.screen-width-indent .form-background-wrapper.colLeftLarge p,
.preview.container .form-background-wrapper.colLeftLarge p{
    margin-top: 0;
}
.screen-width-indent input[type="text"],
.screen-width-indent input[type="password"],
.screen-width-indent textarea,
.preview.container input[type="text"],
.preview.container input[type="password"],
.preview.container textarea{
    background-color: #ffffff;
    border:solid 1px #c0c0c0;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3) inset;
    font-size: inherit;
    height: 38px;
    width: 438px;
    box-sizing: border-box !important;
}
.screen-width-indent .profile-label,
.screen-width-indent .profile-label > label,
.preview.container .profile-label,
.preview.container .profile-label > label{
    margin-top: 0;
}
.screen-width-indent .profile-label
.preview.container .profile-label{
    margin-bottom: 7px;
}
.screen-width-indent textarea,
.preview.container textarea{
    height: auto;
}
.screen-width-indent #enteredReason,
.preview.container #enteredReason{
    font-size: 12px;
    background: #f7f7f7;
    width: 93%;
    height: 67px;
    float: right;
    margin-right: 8px;
    margin-top: 5px;
    padding:10px;
    border-color:#d3d3d3;
    resize: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}

.screen-width-indent #enteredReason.errored {
    border-color: red;
}

input[name="optoutOption"]#yesRadio,
input[name="optoutOption"]#noRadio {
    display:none;
}


input[name="optoutOption"]#yesRadio:checked + label:before,
input[name="optoutOption"]#noRadio:checked + label:before {
    background: #0d76c3;
    box-shadow: inset 0 0 0 3px #dce1e8;
    border: 2px solid #0d76c3;
}

.unsub-opt.clearfix label[for="yesRadio"]:before,
.unsub-opt.clearfix label[for="noRadio"]:before {
    content: '';
    background: #fff;
    border:2px solid rgb(133, 130, 130);
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    padding: 2px;
    margin-right: 8px;
    border-radius:50%;
    margin-bottom:3px;
}
.clearfix input.unsub-preferences-input {
    display:none;
}
.clearfix input.unsub-preferences-input ~ label:before {
    border: 2px solid rgb(133, 130, 130);
    border-radius:2px;
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 8px;
    background: #fff;
    vertical-align: middle;
    padding: 2px;
    margin-bottom: 3px;
}
.clearfix input.unsub-preferences-input:checked ~ label:before {
    background: #0d76c3;
    box-shadow: inset 0 0 0 3px #dce1e8;
    border: 2px solid #0d76c3;
}

.clearfix input.unsub-preferences-input:disabled ~ label:before {
    background: rgb(216, 214, 214);
    border: 2px solid rgb(162, 160, 160);
}

.clearfix input.unsub-preferences-input:disabled:checked ~ label:before {
    background: rgb(162, 160, 160);
    box-shadow: inset 0 0 0 3px rgb(200, 200, 202);
    border: 2px solid rgb(162, 160, 160);
}

.screen-width-indent .btn,
.preview.container .btn{
    font-size: 16px;
    font-weight: normal;
    padding: 6px 8px;
    cursor: pointer;
}
.screen-width-indent .btn-primary.full,
.preview.container .btn-primary.full{
    color: white;
    width:99%;
    padding: 10px 0;
}
.screen-width-indent .btn-primary.full:hover,
.preview.container .btn-primary.full:hover{
}
.screen-width-indent .btn-link,
.preview.container .btn-link{
    background: none repeat scroll 0 0 transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #0088cc;
}
.screen-width-indent .btn-link:hover,
.preview.container .btn-link:hover{
    text-decoration: underline;
}
a.btn-primary.boot,
a.btn-primary.boot:visited,
.btn-primary.boot{
    background-color: #2b8fca;
    background-image: linear-gradient(to bottom, #49a0d1, #0077c0);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.btn-primary.boot,
a.btn-primary.boot,
a.btn-primary.boot.disabled,
.btn-primary.boot.disabled{
    font-weight: 500;
}
.btn-primary.boot:hover,
.btn-primary.boot:active,
.btn-primary.boot.active,
.btn-primary.boot.disabled,
a.btn-primary.boot:hover,
a.btn-primary.boot:active,
a.btn-primary.boot.active,
a.btn-primary.boot.disabled{
    background-image: linear-gradient(to bottom, #0077c0, #49a0d1);
    background-color: #0077c0;
}
.btn-large,
a.btn-large,
.btn-group > .btn-large{
    border-radius: 6px 6px 6px 6px;
    font-size: 16px;
    padding: 11px 19px;
}

.pull-right{
    float: right;
}
.pull-left{
    float: left;
}
.clear{
    clear:both;
}
.screen-width-indent .notify-large-success,
.preview.container .notify-large-success{
    border:none;
    border-radius: 5px;
    color: #656c02;
    font-size: 16px;
    font-weight: normal;
}

#update-profile-submit-btn {
    font-size: 14px;
    color: #fff;
    border-color: #dc7f10;
    background: #fea802;
    text-shadow: 0 0px 0 white;
    margin-bottom: 20px;
    width: 100%;
    -webkit-appearance: none;
}

#update-profile-submit-btn:focus {
    outline: 0;
}

#update-profile-submit-btn:hover {
    background: #ecab3d;
}

#recaptcha_area {
    margin-top:20px;
    margin-bottom:20px;
}

#optin{

}
#optin > h1{
    text-align: left;
}
#optin #addForm input[type="text"],
#optin #addForm input[type="password"],
#optin #addForm textarea{
    background-color: #f7f7f7;
    border-color: #c0c0c0;
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.3);
    width: 100%;
}
#optin fieldset label{
    float:  left;
}
#optin #addForm select{
    float: right;
    height: 39px;
    padding: 8px 5px;
    width: 100% !important;
}
#intCatSelection{
    padding: 0;
}
#intCatSelection > fieldset{
    padding: 0;
    width: auto;
}
#intCatSelection .opt-check{
    border: none;
    margin:0;
    padding: 4px 0;
}
#intCatSelection .opt-check:last-child{
    border-bottom: none;
}
.preview.container .background-wrapper.signup_preview .opt-check label{
    overflow: hidden;
    max-width: 440px;
}
#intCatSelection .opt-check input[type="checkbox"] {
    margin-left: 5px;
    margin-right:5px;
    float:left;
    display:none;
}
#intCatSelection .opt-check input[type="checkbox"] ~ label:before {
    border: 2px solid rgb(133, 130, 130);
    border-radius:2px;
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 8px;
    background: #fff;
    vertical-align: middle;
    padding: 2px;
    margin-bottom: 3px;
}
#intCatSelection .opt-check input[type="checkbox"]:checked ~ label:before {
    background: #0d76c3;
    box-shadow: inset 0 0 0 3px #e9edf3;
    border: 2px solid #0d76c3;
}

.optin_profile .opt-check #optoutAllRadio,
.optin_profile .opt-check #optoutSomeRadio {
    display:none;
}
.optin_profile .opt-check #optoutSomeRadio + label {
    width:550px;
}

.optin_profile .opt-check #optoutAllRadio:checked + label:before,
.optin_profile .opt-check #optoutSomeRadio:checked + label:before {
    background: #0d76c3;
    box-shadow: inset 0 0 0 3px #dce1e8;
    border: 2px solid #0d76c3;
}

.optin_profile .opt-check #optoutAllRadio + label:before,
.optin_profile .opt-check #optoutSomeRadio + label:before {
    content: '';
    background: #fff;
    border:2px solid rgb(133, 130, 130);
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    padding: 2px;
    margin-right: 8px;
    border-radius:50%;
    margin-bottom:3px;
}

label[for="inputProp0"] {
    width:100%;
}

#noEmailSignupError {
    width: 100%;
    float: left;
    margin-bottom:5px;
}

#colLeftContent div.interest {
    margin-bottom:4px;
}

@media (max-width: 440px){
    #optoutSuccessContainer { 
        height: 63px;
    }
    #optoutSuccessContainer span {
        width: 70%;
    }
}
@media (max-width: 400px){
    .screen-width-indent textarea,
    .screen-width-indent #enteredReason, .preview.container #enteredReason{
        width:93% !important;
    }
}

@media (max-width: 600px){
    .screen-width-indent .container,
    .preview.container
    {
        width:inherit;
        margin:auto;
        padding:0;
    }
    .foot-container {
        width:90%;
    }
    .screen-width-indent .form-background-wrapper.colLeftLarge, .preview.container .form-background-wrapper.colLeftLarge{
        width:88%;
    }
    .screen-width-indent #emailAddr,
    .screen-width-indent #confirmEmailAddr,
    .screen-width-indent .form-background-wrapper.colLeftLarge fieldset.background-wrapper,
    .preview.container .form-background-wrapper.colLeftLarge fieldset.background-wrapper,
    .screen-width-indent #intCatSelection > fieldset{
        width:inherit!important;
    }
    .screen-width-indent .form-background-wrapper fieldset.nopad .check-index,
    #optin fieldset label{
        width:85%;
    }
    .screen-width-indent .form-background-wrapper.colLeftLarge fieldset.background-wrapper .unsub-opt label, .preview.container .form-background-wrapper.colLeftLarge fieldset.background-wrapper .unsub-opt label{
        width:75%;
    }
    .screen-width-indent textarea,
    .screen-width-indent #enteredReason, .preview.container #enteredReason{
        width:93%;
    }
    .screen-width-indent .form-background-wrapper.colLeftLarge fieldset.background-wrapper input[type=text],
    .preview.container .form-background-wrapper.colLeftLarge fieldset.background-wrapper input[type=text],
    .screen-width-indent input[type="text"],
    .screen-width-indent input[type="password"]{
        width:95% !important;
    }
    #updateEmailAddrLink{
        white-space: nowrap;
    }
    .prop-input {
        width:300px !important;
        flex-align: center;
        margin: 0 auto;
    }
    .screen-width-indent .prop-input input[type="text"]{
        width: 100% !important;
    }
    .prop-input select {
        width:100% !important;
    }
    .colLeft p {
        text-align:center;
    }
    .screen-width-indent .prop-input[data-name="Zip Code"]{
        width: 300px !important;
        float:none;
        margin:0px auto !important;
    }
    .prop-input[data-name="State/Province"],
    .prop-input[data-name="State/Province"] > select{
        width: 300px !important;
        float:none;
        margin-right: none;
    }
    .optin_profile .opt-check.clearfix {
        width:300px !important;
        margin:auto;
        margin-bottom:4px;
    }
    #update-profile-submit-btn {
        width:300px !important;
        margin:auto;
        margin-bottom:20px
    }
    .foot-container.update-profile-footer-container {
        width:100% !important;
    }
    .footer_copy.update-profile-footer {
        width: 300px !important;
        margin:auto;
    }
    .visitorActions.clearfix {
        margin: 0px auto !important;
        width:300px !important;
    }
    #intCatSelection {
        width:100%;
    }
    #intCatSelection fieldset {
        width:100%;
    }
    #intCatSelection fieldset .opt-check.clearfix {
        width:300px !important;
        margin: auto;
    }
    #intCatSelection p {
        width: 80%;
        margin: auto;
        margin-bottom: 10px;
        width:300px;
    }
    #intCatSelection div#intCatBottomError {
        width:300px !important;
        margin: auto;
    }
    .optin_profile .opt-check #optoutSomeRadio + label {
        width:85%;
    }
    #colLeftContent div.interest {
        width:300px !important;
        margin: auto;
    }
    #intCatSelection p.text-above-intcats {
        text-align:left;
    }
}