body, input, button, select, textarea {
    font-family: 'Open Sans', sans-serif, Arial;
    color: #000000;
    font-size: 14px;
    outline: none;
    margin: 0;
  }
  .clear {
      clear: both;
  }
  .no-service-container {
    position: relative;
    background-color: #fff;
    background-image: -webkit-linear-gradient(150deg, #e6e7e7 50%, #fff 35%);
    height: 100vh;
    overflow-y: auto;
  }
  .divForNoService {
        font-size: 32px;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: -46px;
    font-weight: 700;
  }
.former-autozoners {
    min-height: 100vh;
    background-image: url("../img/former-autozoner-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow-y: auto;
    position: relative;
}
.former-msg-block {
    width: 100%;
    max-width: 60%;
    min-width: 965px;
    background: rgba(255, 255, 255, .85);
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin: 20px auto;
    padding: 20px 20px 0;
}
.firstuser-open .former-msg-block {
    top: 15%;
}
.scrolling-content {
    border-bottom: 1px solid #aaaaaa;
    text-align: center;
    padding: 0px 0px 20px;
}
.scrolling-content h3 {
    margin: 0;
    font-weight: 600;
}
.benefit-tile-section {
    margin-top: 20px;
}
.benefit-tile-section .benefit-tile-each {
    margin-bottom: 20px;
}
.benefit-tile-each .title-area {
    float: left;
    width: 100%;
    border: 1px solid #f37f00;
    border-radius: 6px 6px 0 0;
    background: #f37f00;
}
.benefit-tile-each .title-area h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 13px 10px;
}
.benefit-tile-each .content-area {
    clear: both;
    background: #ffffff;
    height: 160px;
    border-radius: 0 0 6px 6px;
    padding: 10px 20px 20px;
    position: relative;
    border: 1px solid #f37f00;
}
.benefit-tile-each.grey-tile .content-area {
background: #7f7f7f;
}
.benefit-tile-each.grey-tile .title-area {
    border: 1px solid #7f7f7f;
}
.benefit-tile-each .content-area .content-logo {
    display: inline-block;
    width: 135px;
    height: 142px;
    vertical-align: top;
    text-align: center;
    padding: 0 8px;
    line-height: 134px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    left: 0;
}
.benefit-tile-each .content-area .content-logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.benefit-tile-each .content-area .content-text {
    display: inline-block;
    padding: 0 10px 0 120px;
    margin: 10px 0;
    min-height: 117px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    line-height: 117px;
}
.benefit-tile-each .content-area h4 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}
.benefit-tile-each .content-area p {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}
.benefit-tile-each .content-area p span {
    font-size: 13px;
}
.benefit-tile-each .content-area p a {
    text-decoration: underline;
}
.title-area .pull-left img {
    height: 34px;
    margin-top: 8px;
    margin-left: 10px;
}
.title-area .pull-right .btn {
    background-color: #ffffff;
    margin-top: 8px;
    margin-right: 10px;
    font-weight: 600;
    color: #000000;
    font-size: 14px;
    line-height: 1.2;
}
.title-area .pull-right .btn:hover {
    opacity: .8;
}
.grey-tile .title-area .pull-right .btn {
    background-color: #7f7f7f;
}
.show-type {
    padding: 20px 20px 0;
    font-size: 16px;
}
.show-type p {
    font-size: 16px;
    margin-bottom: 10px;
} 
.login-btn-btm {
    margin-bottom: 20px;
}
.login-btn-btm .btn {
    width: 200px;
    font-weight: 600;
    background-color: #fe7f00;
    border: 1px solid #f37f00;
    color: #fff;
    font-size: 20px;
}
.login-btn-btm .btn:hover, .login-btn-btm.btn:focus, .login-btn-btm .btn:active {
    background-color: #fe7f00;
    border: 1px solid #f37f00;
    color: #fff;
}
.show-type span {
    float: right;
    margin-top: 12px;
    cursor: pointer;
}
.former-msg-block ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.former-msg-block ul li {
    margin-bottom: 5px;
}
.former-msg-block ul li ul {
    margin-top: 5px;
}
.first-user-click {
    text-align: center;
    color: #337ab7;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
}
.show-new-user {
    margin-bottom: 20px;
}
.former-msg-block .former-autozoner-link {
    font-size: 18px;
    margin: 20px 0 20px;
    font-weight: 800;
    text-align: center;
}
.instruction-link {
    font-size: 16px;
    margin-top: 10px;
}
.instruction-link a {
    text-decoration: underline;
}
.special-w2-message {
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    /* color: #D52B1E; */
}
.benefit-tile-each .content-area.paycheck-special-content p > span {
    line-height: 10px;
}
.benefit-tile-each .content-area.paycheck-special-content p > span span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    margin-top: 4px;
}
.benefit-tile-each .content-area.paycheck-special-content p a.small-instructions, .benefit-tile-each .content-area.experian-employment p a.small-instructions {
    font-size: 12px;
}
.benefit-tile-each .content-area.paycheck-special-content .content-text {
    margin: 0;
    padding-left: 100px;
}
.benefit-tile-each .content-area.paycheck-special-content .content-logo {
    width: 120px;
}
.benefit-tile-each .content-area.experian-employment .content-text {
    margin: 0;
}
.benefit-tile-each .content-area.experian-employment p > span span {
font-weight: 600;
}
.benefit-tile-each .content-area.experian-employment {
    height: 190px;
}
.benefit-tile-each .content-area.experian-employment .content-logo {
        height: 172px;
    line-height: 164px;
}
.benefit-tile-each .content-area.experian-employment .content-text {
    min-height: 147px;
    line-height: 147px;
}
@media only screen and  (max-width: 991px) {
    .former-msg-block {
        min-width: auto;
        max-width: 70%;
    }
}
@media only screen and  (max-width: 768px) {
    .divForNoService {
        font-size: 26px;
    }
    .benefit-tile-each .content-area, .benefit-tile-each .content-area.experian-employment {
        height: auto;
    padding-bottom: 0;
    }
    .benefit-tile-each .content-area .content-logo, .benefit-tile-each .content-area.experian-employment .content-logo {
        display: block;
    position: relative;
    width: 100%;
    height: auto;
    line-height: normal;
    }
    .benefit-tile-each .content-area.paycheck-special-content .content-logo {
        width: 100%;
    }
    .benefit-tile-each .content-area .content-text, .benefit-tile-each .content-area.experian-employment .content-text {
        padding: 0;
    line-height: normal;
    min-height: auto;
    }
    .benefit-tile-each .content-area.paycheck-special-content .content-text {
        margin: 10px 0;
    padding-left: 0;
    }
    .benefit-tile-each .title-area {
        padding: 10px 0;
    }
    .benefit-tile-each .title-area h4 {
        padding: 3px 10px;
    }
    .scrolling-content h3 {
        font-size: 20px;
    }
    .former-msg-block {
        max-width: 100%;
    }
    .scrolling-content {
        padding: 15px;
    }
    .show-type {
        padding: 0 15px;
    }
    .former-msg-block .former-autozoner-link {
        padding: 15px;
        margin: 0;
    }
    .former-msg-block a {
        word-break: break-all;
    }
    .firstuser-open .former-msg-block {
        top: 0;
        margin-bottom: 25px;
        margin-top: 15px;
    }
}