﻿* {
    margin: 0;
    padding: 0;
}

body {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size:14px;
    line-height:20px;
    font-family:Tahoma, Arial, sans-serif;
    text-align: center;
    color: #555;
}

a,
a:visited {
    color: #08c;
    text-decoration: none;
}

    a:hover {
        color:#000000;
    }

p {
    line-height: 20px;
    margin-bottom: 10px;
}

#wrapper {
    width: 100%;
    max-width:760px;
    margin: 0 auto;
    text-align: left;
}

h1 {
    font-size: 285%;
    color: #999999;
    padding:40px 0 25px 0;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom:20px;
    font-weight:normal;
    letter-spacing:1px;
}

#banner {
    width: 100%;
    margin-bottom:20px;
}

/*.relative {
    position: relative;
}

#tipsLinkContainer {
    position: absolute;
    bottom: 28px;
    right: 50px;
}

#tipsLink {
    position: relative;
    display: inline-block;
    width:50px;
    height:50px;
}

    #tipsLink .fa-user {
        position: absolute;
        font-size: 40px;
        bottom: 5px;
        left: 5px;
        color:#666666;
    }

    #tipsLink .fa-question-circle {
        position:absolute;
        top:5px;
        right:5px;
        color: #59B200;
        font-size: 20px;
    }*/

h2 {
    color: #59B200;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:100%;
    font-weight:normal;
    margin:30px 0 10px 0;
}

    h2.with-icon {
        padding-left: 30px;
        position: relative;
    }

    h2.with-icon .ss-icon {
        font-size: 150%;
        color: #88CB42;
        position:absolute;
        top:3px;
        left:0px;
    }

#supportOptions,
#supportOptions li {
    list-style-type: none;
}

    #supportOptions li {
        padding: 15px 20px;
    }

        #supportOptions li.active {
            border: 1px solid #DDDDDD;
            background: #EFEFEF;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

#supportOptions li > a {
    display: inline-block;
    position:relative;
    padding-left:20px;
}

        #supportOptions li.active > a {
            color: #666666;
        }

#supportOptions li .ss-navigateright,
#supportOptions li .ss-navigatedown {
    font-size: 10px;
    position: absolute;
    top:1px;
    left:0px;
}

#supportOptions li .ss-navigatedown {
    opacity:0.0;
}

#supportOptions li .ss-navigateright {
    opacity:1.0;
    position:absolute;
}

#supportOptions li.active .ss-navigateright {
    opacity:0.0;
}

#supportOptions li.active .ss-navigatedown {
    opacity:1.0;
}

#supportOptions li > div {
    display: none;
    opacity:0.0;
    padding-left:20px;
    margin: 13px 0 8px 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#supportOptions li.active > div {
    display:block;
    opacity:1.0;
}

#supportOptions li.warning {
    border: 1px solid #FBEED5;
    background: #FCF8E3;
    color: #BF9852;
}

.hide {
    display: none;
}

.warning {
    border: 1px solid #FBEED5;
    background: #FCF8E3;
    color: #FBEED5;
}

#browserCheckBad img {
    height: 12px;
}

#browserCheckGood {
    color: #59B200;
    position:relative;
    padding-left:21px;
}

    #browserCheckGood .ss-icon {
        color: #88CB42;
        position: absolute;
        top:2px;
        left:0px;
    }

#footer {
    margin-top: 50px;
    border-top: 1px solid #DDDDDD;
    padding-top: 30px;
}

    #footer img {
        margin-right:20px;
        float: left;
        width:130px;
    }

    #footer div {
        margin-top: 17px;
        color: #999999;
        font-size:11px;
        text-align:right;
        margin-bottom:30px;
    }

label {
    display: block;
    margin-bottom: 0px;
    color:#888888;
    font-size:90%;
}

input[type=text] {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 12px;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

textarea {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 20px;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family:Tahoma, Arial, sans-serif;
}

.btn {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 12px;
    border: 1px solid #DDDDDD;
    background:#EEEEEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000000;
}

.btn-primary {
    border: 1px solid #489949;
    background:#5BB85C;
    color:#FFFFFF;
}

.input-prepend input[type=text] {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.input-prepender {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #DDDDDD;
    background: #EEEEEE;
    display: block;
    padding: 6px 12px 6px 12px;
    float: left;
    border-right: 0px;
}

.orange {
    color: #DCA72D;
}

.red {
    color: #D93600;
}

.green {
    color: #59B200;
}

#needHelpOtherText {
    width: 620px;
}

.block {
    display: block;
}

.small {
    font-size: 80%;
}

#needLinkSearchingEmail,
#needLinkInvalidEmail,
#needLinkUnable,
#needLinkEmailSent,
#needHelpNameInvalid,
#needHelpTrusteeInvalid,
#needHelpEmailInvalid,
#needHelpRepInvalid,
#needHelpPhoneInvalid,
#needHelpOtherTextInvalid,
#needHelpSubmitting,
#needHelpSubmitted,
#needHelpUnable {
    margin-top: -10px;
}

#tipsFaq p {
    margin-bottom: 15px;
}

.tips-header {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom:6px;

}

.answer {
    padding-left: 22px;
}

#tipExample1 {
    float: right;
    margin-left:25px;
    margin-bottom:12px;
    width: 196px;
    height: 67px;
    background: url(/public/img/support/attorney/upload_link_examples.gif) no-repeat 0px -134px;
    
}
#tipExample2 {
    float: right;
    margin-left:25px;
    margin-bottom:12px;
    width: 196px;
    height: 67px;
    background: url(/public/img/support/attorney/upload_link_examples.gif) no-repeat top center;
}
#tipExample3 {
    float: right;
    margin-left:25px;
    margin-bottom:12px;
    width: 196px;
    height: 67px;
    background: url(/public/img/support/attorney/upload_link_examples.gif) no-repeat 0px -67px;
}

.content-list,
#supportOptions .content-list {
    list-style-type: square;
    padding-left: 40px;
    margin-top: -8px;
}

    .content-list li,
    #supportOptions .content-list li {
        list-style-type: square;
        margin-left: 0;
        padding: 5px 20px 10px 5px;
    }

#FAQsUnableGetMoreHelp {
    padding-left: 0px !important;
}

.text-center {
    text-align: center;
}

#doNotCallTrustee {
    display: inline-block;
    margin: 0 auto;
    padding: 5px 10px;
    border: 1px solid #eea236;
    background: #fcf8e3;
    color: #eea236;
    font-style: italic;
    border-radius: 4px;
}

#needHelpButton {
    margin-top: 10px;
}