.hdivider {
    background: url(../../../images/ui/bottomdot.png) bottom repeat-x;
    margin-bottom: 15px;
    height: 1px;
}
h1.question,
a.related_question {
    display: block;
    color:#00a0dc;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    margin-top:5px;
}
h1.question:before {
    color: #f77838;
    content: "Q:";
    margin: 0;
    font-size: 24px;
    font-family: serif;
    padding-right: 4px;
}
p.answer:before {
    color: #aaa;
    content: "A:";
    float: left;
    margin: 0;
    font-size: 24px;
    font-family: serif;
    margin-top: -10px;
    padding-right: 4px;
}
a.related_question {
    padding-left: 20px;
    background:url(../../../images/ui/orange-arrow.png) 0 5px no-repeat;
}
.annotation li a:hover, a.related_question:hover {
    text-decoration: underline;
}
.annotation ul {
    display: inline;
    margin-left: 5px;
}
.annotation ul li {
    display: inline;
    padding-left: 15px;
    padding-right: 5px;
    background:url(../../../images/ui/listitem-shcom.gif) 0 4px no-repeat;
    text-transform: lowercase;
    font-size: 14px;
}
.annotation ul li a {
    text-transform: none;
    font-weight: 400;
    color: #57585B;
}
.views {
    color: #acacac;
    font-style: italic;
    padding-left: 22px;
    margin-left: 5px;
    background:url(../../../images/ui/eye.gif) 0 1px no-repeat;
}

@media screen and (min-width:681px) {
    img.answer {
        display: block;
        float: left;
        width: 50px;
        height: 50px;
        background: gray;
        margin-right: 10px;
        margin-bottom: 25px;
    }
}
p.answer {
    clear: both;
}

/*  Tab component */

#tabmenu {
    margin:25px 15px;
}
#tabmenu ul {
    margin:0;
    padding:0;
    list-style-type:none;
}
#tabmenu li {
    padding-left:15px;
    background:url("../../../images/shcom/listitem.png") no-repeat 0 50%;
    line-height:25px;
}

.expert_spotlight .heading {
    line-height:1em;
}
.expert_spotlight hr {
    margin:1em 0;
}
.expert_spotlight .split .heading {
    font-weight:400;
}
.expert_spotlight .heading + span {
    text-transform:uppercase;
    font-size:11px;
}

.expert_spotlight .split .heading,
.expert_spotlight .heading + span {
    margin-left: 25px;
}

.tabs {
    border-bottom: 1px dotted #000;
    /* text-transform: uppercase; */
    font-size: 10px;
    padding-bottom: 3px;
    letter-spacing: .1em;
    margin-bottom: 5px;
}
.tabs a {
    text-decoration: none;
    padding: 5px;
    font-weight: 700;
}
.tabs a.selected {
    background: #008bc0;
    color: #fff;
    font-weight: 400;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.tab2 {
    display: none;
}
.content {
    min-height:500px;
}

a { text-decoration:none !important;}
.content ul li p { margin-top:10px }

.footer .disclaimer {
    display:block;
}
.payment_options .line:before {
    display:none;
}
.payment_options {
    margin-bottom:1em;
}


@media screen and (max-width:680px) {

    .wrapper {
        width: 100%;
        background:white;
    }
    .page_heading {
        margin:0;
        padding:10px 15px;
        font-size:26px;
        font-size:1.625rem;
    }
    .hdivider {
        display:none;
    }
    .layout_split {
        -webkit-border-radius:0;
           -moz-border-radius:0;
                border-radius:0;
        box-shadow:none;
    }
    .split_content {
        padding:0 15px;
        width: 100%;
    }
    .split_content .heading {
        margin:0;
        padding:4px 0;
        color:#666666;
        font-size:19px;
        font-size:1.1875rem;
    }
    .split_content .subhead {
        margin-bottom:0;
    }
    .split_content .heading + p,
    .split_content .heading + dl {
        margin-top:8px;
    }
    .split_content p + .heading {
        margin-top:16px;
    }
    .split_content p {
        margin:0;
    }

    .split_content .faq {
        margin:0;
    }
    .split_content .faq dt,
    .split_content .faq dd {
        padding:0;
    }
    .split_content .faq dt {
        font-weight:normal;
    }
    .split_content .faq dd {
        margin:0;
    }
    .split_content .faq dd + dt {
        margin-top:8px;
        padding-top:8px;
    }
    .split_content .faq dt + dd {
        margin-top:4px;
    }
    
    .split>.cel.split_sidebar {
        display:none;
    }

    .shadow_heading {
        margin:1em 0;
        padding:22px 0;
        font-size:20px;
        line-height:24px;
    }
    .shadow_heading .offerings {
        display:block;
    }
    .shadow_heading .stronger {
        display:block;
        font-size:24px;
    }

    .mobile_cta-start_or_speak {
        margin-top:1em;
        padding-bottom:0;
    }
    .mobile_cta-start_or_speak button {
        height:38px;
    }

}

