.header-hero {
     background: #ffffff;
     height: auto;
}
.header-hero .menu a, .menu .button {
    color: #000000;
}

.menu a {
    padding: 0.7rem 0.2rem;
}

.menu li a.diagnose_btn{
    background: #005db4;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.menu li a.diagnose_btn:hover{
    border: none;
}

.title-text {
     font-weight: 400;
}

.grid-x{
    padding: 0 2%;
}

.main-banner{
    background: #000 url("../page-images/bg_main1.png") no-repeat center;
    height: 318px;
    color: #ffffff;
    padding-top: 200px;
}

.main-banner h3{
    font-weight: 700;
}

.main-banner p{
    font-weight: 700;
}

.main-banner p a{
    color: #ffffff;
    text-decoration: underline;
}

.icons_title span {
    color: #000000;
    font-size: 12px;
}

.icons_title span.hd {
    font-weight: bold;
    font-size: 14px;
}

.icons_title img {
    margin-top: 5px;
}

.icon_section{
    max-width: 700px;
    margin: 0 auto;
}

.middle{
    min-height: 457px;
    background: #fff url("../page-images/middle_bg.png") no-repeat center;
    background-size: cover;
    padding: 50px 0 50px 0;
}

table{
    border-collapse: inherit;
}
table tbody tr:nth-child(even), table tbody tr:nth-child(odd) {
    border-bottom: 0;
    background-color: #d8e0e3;
}

table tbody td {
    padding: 0 10px;
    text-align: right;
}

input.submit{
    width: 100%;
    background-color: #54c054;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    padding: 8px;
    border: none;
}

.advanced-banner{
    background: #1a160f url("../page-images/bg_adv2.png") no-repeat center;
    height: 263px;
    color: #ffffff;
    padding-top: 30px;
}
.advanced-banner p.subtitle{
    font-weight: 700;
    font-size: 20px;
}
.advanced-banner p{
    font-size: 12px;
    margin-top: 15px;
}
a.signup_btn{
    background-color: #309930;
    border-radius: 4px;
    padding: 7px 20px;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
}
.content-section{
    background-color: #ffffff;
    width: 800px;
    margin: 0 auto;
    padding: 20px
}
.content-section h4{
    color: #093557;
    font-weight: bold;
}

.content-section p, .content-section ul li{
    font-size: 15px;
}
.content-section ul li{
    list-style: none;
    color: #093557;
}
.list_title{
    color: #093557;
}

.list_title2{
    color: #000;
    font-weight: bold;
}

.header-hero .menu a, .menu .button, .menu li a.diagnose_btn {
    font-size: 13px;
}
.header-hero ul li {
    padding-top: 25px;
}

.main-page-3{
    width: 800px;
    margin: 0 auto;
    padding: 20px
}

.main-page-3 h1{
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
}

.main-page-3 h2{
    font-size: 26px;
    margin-bottom: 20px;
}

.main-page-3 h3{
    color: #ffffff;
}

.main-page-3 ul{
    margin: 20px 0 0 0px;
}

.main-page-3 ul li {
    list-style: none;
    background: url(../page-images/circle-check.png) left top no-repeat;
    padding-left: 45px;
    font-size: 13px;
    margin-top: 20px;
}

.main-page-3 ul.arrow-list li {
    list-style: none;
    color: #ffffff;
    background: url(../page-images/right-arrow.png) left top no-repeat;
    padding-left: 25px;
    font-size: 13px;
    margin-top: 20px;
}

.common-width{
    width: 800px;
    margin: 0 auto;
}

input.black-btn{
    background-color: #515151;
    color: #ffffff;
    border: none;
    padding: 10px;
    border-radius: 5px;
}

.question{
    width: 100%;
}
.faq{
    color: #000000;
    padding: 12px;
    border-bottom: 1px solid #cccccc;
}
.faq-expanded{
    color: #005db4;
    border-bottom: 1px solid #0f7be1;
    border-top: 0;
}
.expand{
    float: right;
    margin-top: -6px;
}

.faq-expanded .expand{
    display: none;
}

.faq-list{
    display: none;
}

.faq-show{
    display: block;
    padding-left: 12px;
}
ol li{
    font-size: 14px;
    margin-top: 5px;
}
.bb{
    border-bottom: 1px solid #cccccc;
}