﻿
#HelpPage h1 {
   color: #657078;
}

a {
    color:#F26522;
    text-decoration:none;
}
a:hover {
   color: #F26522;
   text-decoration:underline;
}

p.Help-blurb {
    color: #808080;
    font-size: 16px;
    line-height: 1.4;
    margin: 24px 0;
}


.Help-block {
    border-bottom: 1px solid silver;
    border-top: 1px solid silver;
    margin: 0 10px 1px;
    padding: 0;
}

.Help-block a {color: #F26522;text-decoration:underline;}
.Help-block a:hover {color:#bbb;text-decoration:none;}

.Help-block h2 {
    margin-top: 2em;
    font-size: 1.1em;
    color: #000;
}
.text-orange {
    color: #F26522;
}

a.dlPDF {
    background-image: url(../../Media/Images/Icons/Clear_inbox.png);
    background-repeat: no-repeat;
    padding: 6px 5px 5px 30px;
    display: inline-block;
    background-position: -10px -1200px;
}

p.Htopic {
    color: #888;
    font-size: 1.1em;
    line-height: 1.2;
    margin: 0;
    padding: 22px 80px 22px 20px;
}
p.Htopic.open {color: #888;}

.Hlist {
    list-style: outside none none;
    margin: 10px 0 40px;
    padding: 0 40px;
    display: none;
}
.Hlist li:first-child {
    border-top: 1px solid silver;
}
.Hlist li {
    border-bottom: 1px solid silver;
}
.Hquestion {
    font-size: 14px;
    font-weight: bold;
    margin: 0 !important;
    padding: 8px 0 8px 4px;
    color: #F26522;
}
.HansContainer {
    display:none; 
    padding: 10px 0 20px 10px;
    font-size:0.9em;
}

.HansContainer ol {
}
.HansContainer ul {
}
.HansContainer li {
    padding:6px;
}

 p.Htopic + div.HansContainer {padding-left: 30px;}

.Hanswer {
    padding: 0px;
    margin:8px 0;
    //display:inline-block;
}

.HanHead {
    margin: 15px 0 -2px !important;
    display: block;
    font-size: 14px;
}
.HanHead.hasIcon {padding-left:40px}

.iconHolder {

}


span.icon {
    background-image: url(../../media/images/icons/Clear_inbox.png);
    background-position: -12px -25px;
    background-repeat: no-repeat;
    display: block;
    height: 24px;
    width: 30px;
    margin: 0 auto;
    text-indent: -900em;
}

/* Contextual Keys */
span.icon.icoFocEligible {background-position: -8px -464px;}
span.icon.icoFPLEligible {background-position: -8px -715px;}
span.icon.icoSTMEligible {background-position: -8px -1045px;}
span.icon.Automatic {background-position:-12px -775px;}
span.icon.Manual {background-position:-12px -805px;}
span.icon.RightsReview {background-position:-12px -1015px;}
span.icon.PriceReview {background-position:-12px -835px;}
span.icon.PartialQuote {background-position:-12px -1165px;}


p.Htopic:focus,
p.Htopic:hover,
p.Htopic.open {
    color: #000;
    cursor: pointer;
    background-color: rgba(0,0,0,0.08);
    outline:none;
}
p.Htopic:hover,
p.Htopic:focus {
    color: #F26522;
}
.Hquestion:hover {color: #000;cursor:pointer;background-color:rgba(0,0,0,0.08);}


table.orangeTbl {
    width:100%;
    margin:20px 0;
    font-size:14px;
}
table.orangeTbl td, table.orangeTbl th {
    border: 1px solid #F26522;
    border-style: solid;
    padding:4px 6px;
}
table.orangeTbl th {
    background-color: #F26522;
    color: #fff;
}


.triRow {
}

.trident:last-child:after {
    clear: both;
}

.trident a {
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    text-decoration: none;
    width:100%;
}

.trident a span {
    font-size: 0.8em;
    color: #000;
    display: block;
    line-height: 1.4;
}

.trident a span.title {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.trident a:hover,
.trident a:focus {
    cursor: pointer;
    background-color: #eee;
    outline: none;
}

.trident a:hover span.title,
.trident a:focus span.title {
    color: #f26522;
}

@media (min-width: 768px) {
    #HelpPage .row {
        border-bottom:1px solid silver;
    }
}