
body {
    padding-top: 50px;
}
.navbar-default {
    background-color: #23426c;
    border: none;
    text-align: center;
}
#logo {
    height: 18px;
    margin-top: 16px;
}
#main {
    padding-top: 22px;
}
.text-intro {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
}
.menu-list {
    font-size: 20px;
}
.menu-list li {

}
.menu-list li a {
    display: block;
    padding: 9px 0;
}
.text-title {
    margin-bottom: 36px;
    font-size: 18px;
    color: #666;
}
.support-topic {
    display: none;
}
.support-topic.shown {
    display: block;
}
#btn-back-help {
    display: none;
    margin-bottom: 20px;
}
.topic-shown #btn-back-help {
    display: inline-block;
}
.topic-shown .menu-list {
    display: none;
}
.topic-shown .text-intro {
    display: none;
}
#cancel-frame {
    width: 100%;
    height: 700px;
}
#forgot-frame {
    width: 100%;
    height: 700px;
}
#contact-frame {
    width: 100%;
    height: 700px;
}
.window-size-indicator {
    width: 0;
    height: 0;
    display: none;
}
.info-list {
    list-style: disc;
    padding: 0;
    margin: 0 0 0 18px;
}
.btn-question {
    position: relative;
    top: -9px;
    vertical-align: top;
    font-size: 18px;
    white-space: normal;
    text-align: left;
}
.answer-wrap {
    display: none;
    max-width: 600px;
    padding: 12px 10px;
    margin: 5px 0 18px 14px;
    background-color: #f4f4f4;
    border: 1px solid #e4e4e4;
    font-size: 16px;
}
.answer-wrap.shown {
    display: block;
}
.qa-list {
    padding-left: 16px;
    font-size: 16px;
}
.info-list  li {
    margin-bottom: 15px;
}
.info-list  li:last-child {
    margin: 0;
}
.billing-support {
    margin-bottom: 40px;
}
.products-located-list {
    margin-bottom: 25px;
}
#footer {
    padding-top: 30px;
}
.biller-info {
    color: #555;
    padding: 22px 0 0 0;
    font-size: 13px;
}
.biller-info p {
    margin-bottom: 12px;
}

.terms-wrap h4 {
    padding-top: 15px;
}
.terms-text-list {
    list-style-type: lower-alpha;
}
.terms-text-list li {
    margin-bottom: 15px;
}

#left-side, #right-side {
  float: left;
}

#left-side {
    width: 386px;
}

#right-side {
    width: 368px;
    padding: 21px;
}

#breadcrumbs {
    padding: 20px;
}

#wrapper {
  width: 100%;
  float: left;
}

#breadcrumbs {
  width: 100%;
  float: left;
}

.input-email {
    max-width: 380px;
}
.contact-form {
    max-width: 320px;
}
.form-cancel {
    max-width: 380px;
    padding-left: 2px;
}
.form-cancel .form-sect-wrap {
    margin-bottom: 30px;
}
.form-cancel .sect-title {
    margin-bottom: 15px;
    font-weight: normal;
}
.form-cancel .input-digits {
    display: inline-block;
    width: 60px;
}
.form-cancel .text-digits {
    margin: 0;
    padding-top: 4px;
    color: #666;
}
.form-cancel .form-group-checking {
    display: inline-block;
    margin-right: 10px;
}

.cancel-form-wrap .title-forgot-pass,
.cancel-form-wrap .form-group-forgot-pass,
.cancel-form-wrap.forgot-pass .title-cancel,
.cancel-form-wrap.forgot-pass .form-group-cancel {
    display: none;
}
.cancel-form-wrap.forgot-pass .title-forgot-pass,
.cancel-form-wrap.forgot-pass .form-group-forgot-pass {
    display: block;
}


#form-find-account-password-wrap {
    
}

#retention-wrap {
    text-align: center;
}
#retention-wrap .text-offer {
    font-size: 21px;
    font-weight: bold;
    color: #0e64bd;
}
#retention-wrap .text-membership {
    font-size: 20px;
    color: #0e64bd;
}
#retention-wrap .text-price {
    font-size: 16px;
    font-weight: bold;
}
#retention-wrap .text-username {
    font-weight: bold;
}
#retention-wrap .text-decline {
    text-decoration: underline;
    color: #444;
    font-size: 12px;
    font-weight: bold;
    margin-top: 6px;
    padding: 0;
}
#retention-wrap .thumb-list {
    margin: 0 -12px;
}
#retention-wrap .thumb-list li {
    float: left;
    width: 33.3333333%;
    padding: 0 2px;
    margin-bottom: 12px;
    text-align: center;
}
#retention-wrap .thumb-list li .thumb {
    max-width: 100%;
}
#retention-wrap .thumb-list p {
    margin: 0;
}
#retention-wrap .btn-wrap {
    padding-top: 15px;
    margin-bottom: 15px;
}

#aff {
    font-size: 14px;
    padding-top: 9px;
    padding-left: 11px;
    padding-right: 6px;
    margin-top: 16px;
    margin-left: 0px;
    margin-bottom: 15px;
    border: 2px;
    border-style: dashed;
}

@media (min-width: 375px) {
    #retention-wrap .thumb-list {
        margin:  0 auto;
        max-width: 360px;
    }
}

.btn-upgrade {
    background-color: #185abc;
    color:  #f5f5f5;
    border-color: black;
    font-weight: bold;
}

@media (min-width: 992px) {
    .text-intro {
        margin-bottom: 46px;
        font-size: 18px;
        text-align: center;
    }
    .menu-list {
        float: left;
        width: 30%;
        padding-right: 20px;
    }
    .menu-list li a {
        padding-left: 8px;
        padding-right: 8px;
        text-decoration: none;
    }
    .menu-list li a:hover {
        background-color: #eee;
    }
    .menu-list li .active, .menu-list li .active:hover {
        background-color: #dfe1e4;
    }
    #support-content {
        float: left;
        width: 70%;
        min-height: 700px;
        border-left: 1px solid #ddd;
        padding-left: 36px;
    }
    .topic-shown #btn-back-help {
        display: none;
    }
    .topic-shown .menu-list {
        display: block;
    }
.topic-shown .text-intro {
    display: block;
}    
    #window-size-desktop {
        display: block;
    }
    #footer {
        text-align: center;
    } 
}

/**/
.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    min-height: 670px;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .iframe-container {
        min-height: 900px;
    }
}

