.ate-expert-display
{
    background: #ececec;
    margin-bottom: 15px;
    cursor: pointer;
    color: #828282;
}
.ate-expert-display .pull-left
{
    margin-right: 10px;
}
.ate-expert-display img
{
    border: 1px solid #000;
}
.ate-expert-display .ask-bar
{
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    background: #dbdbdb;
    width: 100%;
    clear: both;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #fff;
    font-size: 1.7em;
}
.ate-expert-display .media-body
{
    padding: 5px;
}
.ate-expert-display .media-body p
{
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}
.ate-expert-display .media-body .subject
{
    font-size: 1.3em;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ate-expert-display .media-body .name
{
    font-size: 1.7em;
}
.ate-expert-display .media-body .title
{
    font-size: 1.5em;
    margin-top: -5px;
}
.ate-expert-display:hover, .ate-expert-display.selected
{
    background: #666;
}
.ate-expert-display:hover p, .ate-expert-display.selected p
{
    color: #fff;
}
.ate-expert-display:hover .ask-bar, .ate-expert-display.selected .ask-bar
{
    background: #e66d38;
    color: #fff;
}
.ate-customer-display
{
    background: #ececec;
    margin-bottom: 15px;
    cursor: pointer;
    color: #828282;
}
.ate-customer-display .pull-left
{
    margin-right: 10px;
}
.ate-customer-display img
{
    border: 1px solid #000;
}
.ate-customer-display .ask-bar
{
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    background: #dbdbdb;
    width: 100%;
    clear: both;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #fff;
    font-size: 1.7em;
}
.ate-customer-display .media-body
{
    padding: 5px;
}
.ate-customer-display .media-body p
{
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}
.ate-customer-display .media-body .subject
{
    font-size: 1.3em;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ate-customer-display .media-body .name
{
    font-size: 1.7em;
}
.ate-customer-display .media-body .title
{
    font-size: 1.5em;
    margin-top: -5px;
}
.ate-customer-display:hover, .ate-customer-display.selected
{
    background: #666;
}
.ate-customer-display:hover p, .ate-customer-display.selected p
{
    color: #fff;
}
.ate-customer-display:hover .ask-bar, .ate-customer-display.selected .ask-bar
{
    background: #e66d38;
    color: #fff;
}
.ate-expert-display-no-button
{
    background: #ececec;
    margin-bottom: 15px;
    cursor: pointer;
    color: #828282;
}
.ate-expert-display-no-button .pull-left
{
    margin-right: 10px;
}
.ate-expert-display-no-button img
{
    border: 1px solid #000;
}
.ate-expert-display-no-button .ask-bar
{
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    background: #dbdbdb;
    width: 100%;
    clear: both;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #fff;
    font-size: 1.7em;
}
.ate-expert-display-no-button .media-body
{
    padding: 5px;
}
.ate-expert-display-no-button .media-body p
{
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}
.ate-expert-display-no-button .media-body .subject
{
    font-size: 1.3em;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ate-expert-display-no-button .media-body .name
{
    font-size: 1.7em;
}
.ate-expert-display-no-button .media-body .title
{
    font-size: 1.5em;
    margin-top: -5px;
}
.ate-expert-display-no-button:hover, .ate-expert-display-no-button.selected
{
    background: #666;
}
.ate-expert-display-no-button:hover p, .ate-expert-display-no-button.selected p
{
    color: #fff;
}
.ate-expert-display-no-button:hover .ask-bar, .ate-expert-display-no-button.selected .ask-bar
{
    background: #e66d38;
    color: #fff;
}
.ate-answer-a-question-box
{
    margin-top: 10px;
}
.ate-answer-a-question-box h3
{
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #828282;
    font-weight: 400;
    font-size: 1.6em;
    margin-top: 0px;
}
.ate-answer-a-question-box .answer-question-form
{
    position: relative;
}
.ate-answer-a-question-box .answer-question-form .confirmation-overlay
{
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ate-answer-a-question-box .answer-question-form .confirmation-overlay .confirmation
{
    position: absolute;
    width: 70%;
    left: 15%;
    top: 125px;
    display: block;
}
.ate-answer-a-question-box .answer-question-form .confirmation-overlay .confirmation h2
{
    font-size: 1.9em;
    margin: 0;
}
.ate-answer-a-question-box p
{
    margin-top: 15px;
}
.ate-answer-a-question-box textarea
{
    width: 100%;
    height: 200px;
}
.ate-answer-a-question-box textarea:focus, .ate-answer-a-question-box textarea:focus
{
    outline: none !important;
    box-shadow: none;
    background: #f5f5f5;
}
.ate-answer-a-question-box input[type="submit"]
{
    font-size: 1.6em;
    width: 150px;
    background-color: #006aab;
    color: #fff;
    margin: 10px 0;
    padding: 5px 0;
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
}
.ate-answer-a-question-box .upload-button
{
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    width: 150px;
    margin: 10px 10px;
    padding: 5px 0;
}
.ate-ask-a-question-box
{
    margin-top: 10px;
}
.ate-ask-a-question-box h3
{
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #828282;
    font-weight: 700;
    font-size: 1.6em;
    margin-top: 0px;
}
.ate-ask-a-question-box .answer-question-form
{
    position: relative;
}
.ate-ask-a-question-box .answer-question-form .confirmation-overlay
{
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ate-ask-a-question-box .answer-question-form .confirmation-overlay .confirmation
{
    position: absolute;
    width: 70%;
    left: 15%;
    top: 125px;
    display: block;
}
.ate-ask-a-question-box .answer-question-form .confirmation-overlay .confirmation h2
{
    font-size: 1.9em;
    margin: 0;
}
.ate-ask-a-question-box p
{
    margin-top: 15px;
}
.ate-ask-a-question-box textarea
{
    width: 100%;
    height: 200px;
}
.ate-ask-a-question-box textarea:focus, .ate-ask-a-question-box textarea:focus
{
    outline: none !important;
    box-shadow: none;
    background: #f5f5f5;
}
.ate-ask-a-question-box input[type="submit"]
{
    font-size: 1.6em;
    width: 150px;
    background-color: #006aab;
    color: #fff;
    margin: 10px 0;
    padding: 5px 0;
    font-family: "proxima_nova_condensedregular" , Helvetica, Arial, sans-serif;
}
.ate-ask-a-question-box .upload-button
{
    font-family: "proxima_nova_condensedregular" , Helvetica, Arial, sans-serif;
    font-size: 1.6em;
    width: 140px;
    margin: 10px 10px;
    padding: 5px 0;
}
.ate-list-w-filters .label
{
    color: #cccccc;
    font-weight: bold;
    float: left;
    line-height: 2em;
}
.ate-list-w-filters .question-count
{
    line-height: 2em;
}
.ate-list-w-filters .answered-status
{
    margin: 10px;
    font-size: 2em;
}
.ate-list-w-filters .nav-pills > li
{
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
}
.ate-list-w-filters .nav-pills > li > a
{
    font: 400 1.6em "proxima-nova-condensed" , Helvetica, Arial, sans-serif; /* 16px */
    font-weight: normal;
    font-size: 1.3em;
    padding: 5px;
}
.ate-list-w-filters .nav-pills > li #answered
{
    background-color: #3197a8;
    color: #ffffff;
}
.ate-list-w-filters .nav-pills > li #all
{
    background-color: #eeeeee;
    color: #828282;
}
.ate-list-w-filters .nav-pills > li #unanswered
{
    background-color: #9a1a49;
    color: #ffffff;
}
.ate-list-w-filters .nav-pills > li.active > a, .ate-list-w-filters .nav-pills > li.active > a:hover, .ate-list-w-filters .nav-pills > li.active > a:focus
{
    color: #ffffff;
    background-color: #585858;
}
.ate-list-w-filters select
{
    padding: 5px;
    font-size: 1.2em;
    line-height: 1;
    border: 1px solid #000;
    border-radius: 0;
    height: 2em;
    margin-left: 10px;
}
.ate-list-w-filters #questions-list
{
    border-collapse: separate;
    border-spacing: .2em 1em;
    width: 100%;
    clear: both;
}
.ate-list-w-filters #questions-list tr
{
    height: 20px;
}
.ate-list-w-filters #questions-list td
{
    padding: 10px;
    color: #828282;
    margin-right: 5px;
    background-color: #eeeeee;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.ate-list-w-filters #questions-list .question-date
{
    text-align: center;
    width: 150px;
    vertical-align: top;
}
.ate-pending-questions h3
{
    font-family: "proxima_nova_condensedSBd" , Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #828282;
    font-weight: 100;
    font-size: 1.6em;
    margin-top: 0px;
}
.ate-pending-questions .typestyle9
{
    font-family: "proxima_nova_condensedSBd" , Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
}
.ate-pending-questions .pending-questions
{
    font-size: 1em;
    list-style-type: none;
    margin-bottom: 30px;
}
.ate-pending-questions .pending-questions li
{
    margin-bottom: 10px;
}
.ate-pending-questions .pending-questions a
{
    font: 400 1.4em "proxima-nova-condensed" , Helvetica, Arial, sans-serif; /* 14px */
    color: #333333;
    text-decoration: underline;
    font-size: 1.4em;
}
.ate-pending-questions .see-all a
{
    font: 400 1.4em "proxima-nova-condensed" , Helvetica, Arial, sans-serif; /* 14px */
    color: #0096af;
    font-size: 1.3em;
}
.ate-prev-asked-questions .typestyle9
{
    font-size: 1.7em;
    font-weight: bold;
}
.ate-prev-asked-questions .pending-questions
{
    font-size: 1.2em;
    margin-left: 15px;
}
.ate-prev-asked-questions .pending-questions li
{
    margin-bottom: 10px;
}
.ate-prev-asked-questions .pending-questions a
{
    color: #333333;
    text-decoration: underline;
}
.ate-prev-asked-questions a
{
    font-size: 1.4em;
}
.ate-question-display:last-child
{
    border-bottom: none;
}
.ate-question-display .submit-tab
{
    width: 100%;
    margin: 10px;
    color: #006aab;
}
.ate-question-display .submit-tab p
{
    font-size: 1.5em;
    display: inline-block;
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #006aab;
}
.ate-question-display .glyphicon
{
    font-size: 1.5em;
    margin: 5px 10px;
}
.ate-question-display h3
{
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #828282;
    font-weight: 400;
    font-size: 1.6em;
    margin-top: 0px;
}
.ate-question-display .status
{
    text-align: right;
}
.ate-question-display .question
{
    border-collapse: separate;
    border-spacing: .2em 1em;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}
.ate-question-display .question .row
{
    margin: 0;
}
.ate-question-display .question .question-date, .ate-question-display .question .question-excerpt
{
    padding: 5px;
    color: #828282;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.ate-question-display .question .question-date
{
    text-align: center;
    vertical-align: top;
}
.ate-question-conversation
{
    margin-bottom: 20px;
}
.ate-question-conversation .glyphicon
{
    font-size: 1em;
    margin: 5px 10px;
}
.ate-question-conversation h3
{
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #828282;
    font-weight: 400;
    font-size: 1.6em;
    margin: 0;
    line-height: 3em;
}
.ate-question-conversation .status
{
    text-align: right;
}
.ate-question-status .glyphicon
{
    font-size: 1em;
    margin: 5px 10px;
}
.ate-question-status h3
{
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #828282;
    font-weight: 700;
    font-size: 1.6em;
    margin: 0;
    line-height: 3em;
}
.ate-question-status .status
{
    text-align: right;
}
.ate-select-expert h3
{
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #828282;
    font-weight: 700;
    font-size: 1.6em;
    margin-top: 0px;
}
.ate-select-expert .see-all
{
    text-align: right;
}
.ate-sub-nav .nav-pills > li
{
    float: left;
    margin-bottom: 10px;
}
.ate-sub-nav .nav-pills > li > a
{
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.7em;
    padding: 5px 5px 2px 5px;
}
.ate-sub-nav .nav-pills > li.active > a, .ate-sub-nav .nav-pills > li.active > a:hover, .ate-sub-nav .nav-pills > li.active > a:focus
{
    color: #ffffff;
    background-color: #585858;
}
.ate-text p
{
    color: #0096af;
    font-size: 1.2em;
}
.ate-your-activity .label
{
    color: #cccccc;
    font-weight: bold;
    float: left;
    line-height: 2em;
}
.ate-your-activity h3
{
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #828282;
    font-weight: 400;
    font-size: 1.6em;
    margin-top: 0px;
}
.ate-your-activity .see-all
{
    text-align: right;
}
.ate-your-activity #questions-list
{
    border-collapse: separate;
    border-spacing: .2em .2em;
    width: 100%;
}
.ate-your-activity #questions-list tr
{
    height: 20px;
}
.ate-your-activity #questions-list td
{
    padding: 5px;
    color: #828282;
    margin-right: 5px;
    background-color: #eeeeee;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.ate-your-activity #questions-list .name
{
    padding: 0 10px 0 0;
}
.ate-your-activity #questions-list .name .color-legend
{
    width: 5px;
    padding: 0px;
    margin-right: 0;
    border-collapse: collapse;
    float: left;
    height: 26px;
}
.ate-your-activity #questions-list .name .expert-name
{
    line-height: 24px;
    padding-left: 5px;
    float: left;
}
.ate-your-activity #questions-list .question-date
{
    text-align: center;
    width: 100px;
}
.ate-your-activity #questions-list .answered .color-legend
{
    background-color: #3197a8;
}
.ate-your-activity #questions-list .unanswered .color-legend
{
    background-color: #9a1a49;
}
.ate-faq-display.clearfix
{
    clear: both;
}
.ate-faq-display .showing-questions
{
    font-size: 1.2em;
    margin: 20px 0;
    line-height: 30px;
}
.ate-faq-display .faq-list
{
    clear: both;
}
.ate-faq-display .faq-list li
{
    padding: 15px;
    list-style-type: none;
    display: block;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}
.ate-faq-display .faq-list li img
{
    width: 75px;
    height: 75px;
    margin-right: 15px;
    float: left;
    border: 1px solid #dfdfdf;
}
.ate-faq-display .faq-list li .answered-by
{
    padding: 0;
    width: 84%;
    float: right;
}
.ate-faq-display .faq-list li p
{
    padding: 0 0 5px 95px;
}
.ate-tag-links .list-header
{
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #828282;
    font-weight: 400;
    font-size: 1.6em;
    margin-top: 0px;
}
.ate-tag-links ul li
{
    list-style-type: none;
}
.ate-ask-question-button .ask-question-button
{
    width: 100%;
    font-size: 1.6em;
    background-color: #006aab;
    color: #fff;
    margin: 0 0 40px 0;
    padding: 5px 0;
    font-family: "proxima_nova_condensedregular" , Helvetica, Arial, sans-serif;
    text-align: center;
}
.ate-ask-question-button a
{
    color: #fff;
    text-decoration: none;
}
.ate-submit-status
{
    margin-bottom: 20px;
}
.ate-submit-status .submit-tab
{
    width: 100%;
    margin: 10px;
    color: #006aab;
}
.ate-submit-status .submit-tab p
{
    font-size: 1.5em;
    display: inline-block;
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    color: #006aab;
    font-weight: 700;
}
.ate-submit-status .glyphicon
{
    font-size: 1.5em;
    margin: 5px 10px;
}
.ate-two-column-wide-narrow .sidebar h3
{
    font-family: "proxima-nova-condensed" , Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #828282;
    font-weight: 700;
    font-size: 1.6em;
    margin-top: 0px;
}
.ate-main-tile
{
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0 12px;
}
.ate-text
{
    margin-bottom: 20px;
}
.ate-text p
{
    font: 400 1.3em Arial, Helvetica, sans-serif;
    color: #828282;
    letter-spacing: normal;
}
.ate-two-column-wide-narrow a
{
    color: #0096af;
}
.ate-list-w-filters select
{
    font: 400 1.3em Arial, Helvetica, sans-serif;
}
.ate-expert-display .media-body .subject
{
    font-size: 1.7em;
    font-weight: bold;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 100%;
}
.ate-expert-display .media-body .name
{
    font-size: 1.3em;
    margin-bottom: 3px;
}
.ate-expert-display .media-body .title
{
    font-size: 1.3em;
    margin-top: -5px;
}
.ate-expert-display:hover .ask-bar, .ate-expert-display.selected .ask-bar
{
    background: #666;
    color: #006aab;
}
.ate-expert-display-no-button:hover .ask-bar, .ate-expert-display-no-button.selected .ask-bar
{
    background: #666;
    color: #006aab;
}
.ate-expert-display-no-button
{
    cursor: auto;
}
.ate-ask-a-question-box input[type="submit"]
{
    float: right;
}