@import "jquery.autocomplete.css";
@import "related-item.css";

@font-face {
    font-family: 'Open Sans';
    src: url('/static/major/font/open-sans/open-sans-regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/static/major/font/open-sans/open-sans-600.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/static/major/font/open-sans/open-sans-700.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

#bbg_osqa {
    margin-top: 20px;
}

#main-body section {
    margin-bottom: 80px;
}

.clear {
    clear: both;
    width: 0px;
    height: 0px;
}

.badges a {
    color: #763333;
    text-decoration: underline;
}

.tright {
    text-align: right;
}

.spacer3 {
    clear: both;
}

#search-term {
    margin: 0 0 0 9px;
    margin-left: 0;
}

#wrapper, #announcement {
    margin: auto;
    padding: 0;
    width: 940px;
}

#wrapper {
    padding-top: 10px;
}

#roof {
    background: url("../images/bg-head.png") repeat-x left bottom;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0;
    margin-bottom: 10px;
    position: relative;
    height: 90px;
}

#roof .container {
    width: 960px;
    margin: 0 auto;
}

#CALeft {
    float: left;
    position: relative;
    width: 630px;
}

#CARight {
    float: right;
    width: 300px;
}

#CAFull {
    float: left;
    padding: 0 5px;
    width: 950px;
    position: relative;
}

#ground {
    text-align: center;
}

#nav {
    width: 960px;
    margin: 0 auto;
    background: #3d6aa1 url("../images/bg-nav-lightblue.png") repeat-x;
    border: 1px solid #3B62A6;
}

#nav li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left
}

#nav a {
    border-right: 1px solid #3B62A6;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
}

#nav a:hover, #nav a.on {
    background: #0f2c66 url(../images/bg-nav-darkblue.png) repeat-x;
}

#nav a#nav_questions {
    width: 105px;
}

#nav a#nav_tags {
    background-position: 0 -138px;
    width: 70px;
}

#nav a#nav_users {
    background-position: 0 -230px;
    width: 70px;
}

#nav a#nav_badges {
    background-position: 0 -322px;
    width: 80px;
}

#nav a#nav_unanswered {
    background-position: 0 -414px;
    width: 125px;
}

#nav a#nav_ask {
    background-position: 0 -506px;
    width: 140px;
}

#nav li input {
    margin: inherit;
}

#nav div#search-bar {
    float: right;
    width: 234px;
    height: 26px;
    vertical-align: middle;
    padding: 2px;
    background: white url('../images/bg-input.png') repeat-x;
    margin: 1px;
}

#nav div#search-bar #q {
    width: 190px;
    margin-right: 5px;
    height: 25px;
    border: none;
    padding: 0 5px;
    background: none;
}

#nav div#search-bar .button {
    display: inline-block;
    width: 20px;
    height: 22px;
    background: #0F2C66;
    vertical-align: middle;
    padding-top: 4px;
    padding-left: 5px;
}

#searchBar .qaheading {
    float: left;
}

#forum-search-form {
    margin: 0;

    @media (max-width: 420px) {
        height: 52px;
    }

    .search-icon {
        margin-left: -40px;
        z-index: 2;
    }

    .form-control {
        height: 52px;

    }

    .form-control::placeholder {
        color: #a6a6ae;
        font-size: 14px;
        font-family: Arial, sans-serif;
    }
}

.box.box-gray.mb-3 .big-txt {
    font-size: 13px;
}

.btn-ask {
    font-size: 22px !important;
    padding: 10px 15px;
}

.qaheading a {
    display: block;
    width: 186px;
    height: 49px;
    background: url('../images/QA-Forum.png') no-repeat;
    margin: 0 auto;
}

.qaheading.qaexpert a {
    background: url('../images/QA-Logo.png') no-repeat;
}


#searchBar {
    text-align: right;
    background-color: #eee;
    padding: 15px;
    height: 50px;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}

#searchBar .searchInput {
    border: 0px;
    font-size: 12px;
    height: 18px;
    width: 300px;
}

#searchBar .searchBtn {
    font-size: 14px;
    height: 26px;
    width: 100px;
}

#listA {
    float: left;
    padding: 0 0;
    *padding-top: 30px; /* IE7 hack */
    width: 100%;
    font-size: 11px;
}

#questions-list {
    padding: 0 0;
    width: 100%;
    font-size: 11px;
}

.thousand {
    color: orange;
}

#listA {
    border-top: 0;
}

.user-stats-table {
    width: 600px;
}

.forum-question-container {
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    align-content: center;
    min-height: 167px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #D5DAE6;
    gap: 10px;

    @media (max-width: 1000px) {
        gap: 20px;
        flex-direction: column;
        align-items: start;
        align-content: center;
    }

    .counts-boxes {
        display: flex;
    }

    .votes-box {
        background-color: #F5F6F9;
        color: #4561A4;
        font-size: 24px;
        font-weight: 700;
        font-family: Arial, serif;
        border-radius: 4px;
        width: 70px;
        height: 58px;
        margin-right: 8px;
        display: flex;
        align-items: center;
        flex-direction: column;

        p {
            font-weight: 400;
            font-size: 12px;
        }
    }

    .question-summary-wrapper {
        display: flex;
        flex-direction: column;
        align-content: center;

        a {
            color: #444444;
        }
    }

    .user-section {
        display: flex;
        color: #777777;
        font-size: 12px;
        flex-direction: column;
        align-content: center;
        align-items: center;
        min-width: 89px;
        margin-left: auto;
        height: 76px;
        gap: 10px;

        @media (max-width: 1000px) {
            width: 100%;
            flex-direction: row;
            align-content: center;
            height: 70px;
        }

        p {
            margin: 0;
            text-align: center;
            padding: 3px;
        }
    }

    .avatar {
        width: 34px;
        height: 40px;

        img {
            height: 100%;
        }
    }
}


.userinfo a, a.userinfo {
    color: #3B62A6;
}

.boxA {
    background: none repeat scroll 0 0 #888A85;
    margin-bottom: 8px;
    padding: 6px;
}

.boxA h3 {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 4px;
    padding: 0;
}

.boxA .body {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    font-size: 13px;
    padding: 8px;
}

.boxA .more {
    font-weight: 800;
    padding: 2px;
    text-align: right;
}

.boxA a {
    color: #0F2C66;
    text-decoration: none;
}

.boxA a:hover {
    text-decoration: underline;
}

.boxC {
    background: none repeat scroll 0 0 #EEE;
    border-color: #EEEEEC #DDD #DDD #EEEEEC;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 8px;
    padding: 10px;
    color: #3F3F3F;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.boxC p {
    margin-bottom: 8px;
}

.boxC p.nomargin {
    margin: 0;
}

.boxC p.info-box-follow-up-links {
    margin: 0;
    text-align: right;
}

/* resolving  conflicting styles */
[class^="tag-"], [class*=" tag-"] {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: inherit;
    color: #3b62a6;
    font-weight: normal;
}

.tags {
    display: block;
    line-height: 200%;
    margin-top: 5px;
}

.tag-number {
    font-weight: 700;
    color: #000;
}

.marked-tags {
    margin-bottom: 5px;
    margin-top: 0;
}

a.medal {
    background: none repeat scroll 0 0 #3B62A6;
    border-color: #EEE #CCC #CCC #EEE;
    border-left: 1px solid #EEE;
    border-style: solid;
    border-width: 1px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 250%;
    padding: 4px 12px 4px 6px;
    text-decoration: none;
    text-shadow: 1px 1px black;
}


.tabBar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #FFFFFF;
    clear: both;
    margin-bottom: 3px;
    width: 100%;
}

.tabBar h1 {
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
}

.tabBar h2 {
    color: #6D7EA6;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
}

.tabsA {
    background-color: #FFFFFF;
    display: block;
    float: right;
    font-weight: bold;
    height: 30px;
    position: relative;
}

.tabsA a, .sticky-sort-tabs {
    background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    color: #5F5F5F;
    display: inline-block;
    float: left;
    line-height: 22px;
    margin: 5px 4px 0 0;
    text-decoration: none;
}

.tabsA a {
    padding: 0 11px;
}

.sticky-sort-tabs {
    width: 20px;
    padding: 0;
}

.sticky-sort-tabs input {
    border: 0;
    height: 14px;
    width: 14px;
    margin: 2px;
}

.tabsA a.on, .tabsA a:hover {
    background: none repeat scroll 0 0 #3B62A6;
    color: #fff;
}

.tabsA a:hover {
    background: none repeat scroll 0 0 #444;
    color: #FFFFFF;
}

.headlineA {
    border-bottom: 1px solid #777777;
    font-size: 13px;
    font-weight: 800;
    height: 30px;
    margin-bottom: 12px;
    padding-bottom: 2px;
    text-align: right;
}

.headQuestions {
    border-bottom: 0 solid #777;
    line-height: 24px;
    color: #264885;
}

.headQuestions h1 {
    color: #264885 !important;
}

.headQuestions small {
    display: block;
    margin-top: 10px;
}

.headUsers {
    background: url("../images/dot-list.gif") no-repeat scroll left center transparent;
    border-bottom: 0 solid #777;
    float: left;
    font-size: 160%;
    font-weight: 700;
    height: 23px;
    line-height: 24px;
    margin: 5px 0 0 5px;
    padding: 0 6px 0 15px;
    color: #0F2C66;
}

.headMedals {
    background: url("../images/dot-list.gif") no-repeat scroll left center transparent;
    border-bottom: 0 solid #777777;
    float: left;
    font-size: 160%;
    font-weight: 700;
    height: 23px;
    line-height: 24px;
    margin: 5px 0 0 5px;
    padding: 0 6px 0 15px;
    color: #0F2C66;
}

.headNormal {
    text-align: left;
    color: #6D7EA6;
    margin-bottom: 8px;
}

.headNormal.label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.headNormal h1 {
    font-weight: bold;
    margin-bottom: 6px;
}

.headNormal h1 a {
    color: #2E4780;
}

.headUser {
    border-bottom: 1px solid #777777;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
    padding: 5px;
    text-align: left;
    color: #3B62A6;
}

#question-table {
    margin-bottom: 24px;
}

.question-btn {
    height: 48px;
    background-color: transparent;
    border: 1px solid #2E4780;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    color: #2e4780;
    padding: 0 20px;
}

.questions-related {
    font-weight: 700;
    word-wrap: break-word;
}

.questions-related span {
    font-size: 20px;
    font-weight: normal;
    color: #4561A4;
}

.questions-related p.user-info, .questions-related p.user-info span {
    font-size: 14px;
    font-weight: normal;
    color: #777;
    margin: 0;
}

.questions-related h2 {
    font-size: 26px;
    font-weight: 700;
    color: #2E4780;
    margin-top: 32px;
    margin-bottom: 32px;
}

.questions-related p {
    font-size: 100%;
    line-height: 20px;
    margin-bottom: 10px;
}

.questions-table {
    margin-top: 12px;
    margin-bottom: 0;
}

.questions-table .see-questions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: underline solid 10%;
    text-underline-offset: 4px;
    color: #4561A4;
}

.question-item {
    display: flex;
    align-items: center;
    border-top: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px 0 10px 0;
}

.question-item .avatar {
    min-width: 40px;;
    max-width: 40px;
    min-height: 42px;
    max-height: 42px;
    margin-right: 10px;
}

.question-item .avatar img {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.question-item .text-container {
    margin-left: 12px;
}

.question-item .question-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #444444;

    @media (max-width: 576px) {
        font-size: 16px;
    }
}

.question-item .user-info {
    font-size: 14px;
    color: #777777;
    margin: 0;
}

.question-item .read-answers {
    color: #2E4780;
    font-size: 14px;
    font-weight: 700;
    margin-left: auto;
    flex-shrink: 0;
    padding: 8px 16px 8px 16px;
    text-decoration: underline solid 10%;
}

.question-body img {
    max-width: 600px;
}

.question-body a {
    color: #733900;
    text-decoration: none;
    font-weight: bold;
}

.question-body p {
    font-size: 18px;
    color: #444444;
    line-height: 28px;
    margin-bottom: 12px;
}

.question-body a:hover {
    text-decoration: underline;
}

.question-info span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #777777;
    margin-right: 20px;
}

.question-actions {
    gap: 15px;
    row-gap: 15px;
    margin-top: 24px;
}

.question-actions .comment-tools {
    width: auto;
}

.helpfulness-yesno svg {
    width: 18px !important;
    height: 18px !important;
    margin-right: 4px !important;
}

.report-question-btn {
    background-color: transparent;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #777777;
    padding: 0;
    margin-left: 20px;
}

.report-question-btn:hover {
    color: #2E4780;
}

span.form-error {
    color: #990000;
    font-weight: normal;
    margin-left: 5px;
}

ul.errorlist li {
    color: #990000;
    font-weight: normal;
    margin-left: 0px;
    margin-top: 5px;
}

.answer {
    width: 100%;
    border-bottom: 1px solid #EAEDF2;
    padding: 16px 0;
    font-family: 'Open Sans';
}

.answer.answered-by-owner {
    padding: 16px 8px;
}

.answer .post-controls {
    border: none;
    padding: 0;
}

.answer-body {
    font-size: 1rem;
    line-height: 28px;
    min-height: 32px;
}

.answer-body img {
    max-width: 600px;
}

.accepted-answer {
    background-color: #D5DFEB;
    border-bottom-color: #D5DFEB;
}

.answered {
    background: none repeat scroll 0 0 #f6fbea;
    color: #9bbb59;
}

.answered-accepted, .answer-votes.answered-accepted {
    background: none repeat scroll 0 0 #8EB4E3;
    color: #3B62A6;
}

.unanswered {
    background: none repeat scroll 0 0 #EFEFF3;
    color: #4E70A4;
}

.tagsList {
    list-style-type: none;
    margin: 0;
    min-height: 360px;
    padding: 0;
}

.tagsList li {
    float: left;
    width: 235px;
}

.badge-list {
    list-style-type: none;
    margin: 0;
}

.badge-list a {
    color: #3B62A6;
}

.badge-list a.medal {
    color: #333333;
}

.list-item {
    margin-left: 15px;
}

.list-item li {
    font-size: 12px;
    line-height: 20px;
    list-style-type: disc;
    margin-bottom: 10px;
}

.form-row {
    line-height: 25px;
}

table.form-as-table {
    margin-top: 5px;
}

table.form-as-table ul {
    display: inline;
    list-style-type: none;
}

table.form-as-table li {
    display: inline;
}

table.form-as-table pre {
    display: inline;
}

table.check-table td {
    padding-right: 50px;
}

.submit-row {
    clear: both;
    display: block;
    line-height: 30px;
    padding-top: 10px;
}

.error {
    color: darkred;
    font-size: 10px;
    margin: 0;
}

.small {
    font-size: 11px;
}

span.form-error {
    color: #990000;
    font-size: 90%;
    font-weight: normal;
    margin-left: 5px;
}

.title-desc {
    color: #666666;
    font-size: 90%;
}

#editor {
    font-size: 100%;
    line-height: 18px;
    min-height: 200px;
    width: 99%;
    border-color: #C0C8D9;
    border-radius: 4px;
}

.wmd-preview {
    border-radius: 5px;
    background-color: #F5F5F5;
    padding: 6px;
    margin-bottom: 20px;
}

.preview-toggle {
    color: #AAAAAA;
    font-weight: 600;
    text-align: left;
    width: 100%;
    margin-top: 20px;
}

.preview-toggle span:hover {
    cursor: pointer;
}

#revisions {
    width: 950px;
}

.revision {
    font-size: 12px;
    margin: 10px 0;
    width: 100%;
}

.revision .header {
    background-color: #EEEEEE;
    cursor: pointer;
    padding: 5px;
}

.revision .author {
    background-color: #E9E9FF;
}

.revision .summary {
    padding: 5px 0 10px;
}

.revision .summary span {
    display: inline;
    padding-left: 3px;
    padding-right: 3px;
}

.revision h1 {
    font-size: 130%;
    font-weight: 600;
    padding: 15px 0;
}

.revision-mark {
    display: inline-block;
    font-size: 90%;
    overflow: hidden;
    text-align: left;
    width: 200px;
}

.revision-number {
    font-size: 300%;
    font-weight: bold;
}

.revision .body {
    margin-bottom: 50px;
    padding-left: 10px;
}

del {
    color: #FF5F5F;
}

ins {
    background-color: transparent;
}

.count {
    color: #777777;
    font-size: 200%;
    font-weight: 700;
}

.scoreNumber {
    color: #777777;
    font-size: 35px;
    font-weight: 800;
    line-height: 40px;
}

.user-details {
    font-size: 12px;
}

.user-about {
    background-color: #EEEEEE;
    height: 200px;
    line-height: 20px;
    overflow: auto;
    padding: 10px;
    width: 90%;
}

.user-edit-link {
    background: url("../images/edit.png") no-repeat scroll 0 0 transparent;
    padding-left: 20px;
}

.user-info-table {
    margin-bottom: 10px;
}

.relativetime {
    text-decoration: none;
}

.answer-summary {
    clear: both;
    display: block;
    padding: 3px;
}

.answer-votes {
    background-color: #EEEEEE;
    color: #555555;
    float: left;
    font-size: 110%;
    font-weight: bold;
    height: 15px;
    margin-right: 10px;
    padding: 4px 4px 5px;
    text-align: center;
    text-decoration: none;
    width: 20px;
}

.vote-count {
    color: #777777;
    font-size: 160%;
    font-weight: 700;
}

.user-action-1 {
    color: #333333;
    font-weight: bold;
}

.user-action-2 {
    color: #CCCCCC;
    font-weight: bold;
}

.user-action-3 {
    color: #333333;
}

.user-action-4 {
    color: #333333;
}

.user-action-7 {
    color: #333333;
}

.user-action-8 {
    background-color: #CCCCCC;
    color: #763333;
    font-weight: bold;
    padding: 3px;
}

.question-title-link a {
    color: #0077CC;
    font-weight: bold;
}

.answer-title-link a {
    color: #333333;
}

.post-type-1 a {
    font-weight: bold;
}

.post-type-3 a {
    font-weight: bold;
}

.post-type-2 a {
    color: #333333;
}

.post-type-4 a {
    color: #333333;
}

.post-type-8 a {
    color: #333333;
}

.badge1 {
    color: #FFCC00;
}

.silver, .badge2 {
    color: #CCCCCC;
}

.bronze, .badge3 {
    color: #CC9933;
}

.score {
    color: #333333;
    font-weight: bold;
    margin-left: 3px;
}

.footerLinks {
    color: #3B62A6;
    font-size: 13px;
}

.footerLinks a {
    color: #3B62A6;
    font-size: 13px;
}

#carousel-FeaturedUsers {
    background: #e3effe;
    box-sizing: content-box;
    width: 590px;
    margin: 0 auto 40px;
}

#carousel-FeaturedUsers .item {
    height: 270px;
    text-align: left;
    overflow: hidden;
}

#carousel-FeaturedUsers .user-profile {
    width: 320px;
    padding: 10px 20px;
    float: right;
}

#carousel-FeaturedUsers .user-avatar {
    float: left;
}

#carousel-FeaturedUsers .user-avatar img {
    width: 230px;
    border-top: 1px solid #ddd;
}

#carousel-FeaturedUsers .user-logo img {
    max-height: 100px;
    max-width: 150px;
    border: 3px solid #fff;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#carousel-FeaturedUsers .user-bio {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 210px;
    padding: 10px;
    background: #3B62A6;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    -webkit-box-shadow: -2px -1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -2px -1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: -2px -1px 2px rgba(0, 0, 0, 0.25);
}

#carousel-FeaturedUsers .user-bio a {
    color: #c4d8f2;
    font-weight: bold;
}

#carousel-FeaturedUsers .user-name {
    font-size: 20px;
}

#carousel-FeaturedUsers .carousel-control {
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    bottom: 0;
    margin-top: 0;
    font-size: 40px;
    font-weight: 100;
    line-height: 280px;
    color: #fff;
    text-align: center;
    background: #ccc;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 100;
    filter: alpha(opacity=50);
    height: auto;
    -webkit-box-shadow: inset -2px 0 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -2px 0 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset -2px 0 2px rgba(0, 0, 0, 0.25);
}

#carousel-FeaturedUsers .carousel-control:hover {
    background: #999;
}

#carousel-FeaturedUsers .right.carousel-control {
    left: auto;
    right: -20px;
    -webkit-box-shadow: inset 2px 0 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 2px 0 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 2px 0 2px rgba(0, 0, 0, 0.25);
}

.user-questions {
    margin-bottom: 10px;
}

.user-questions li {
    list-style: none;
    border-bottom: 2px dotted #c4d8f2;
    padding: 3px 0;
}

.user-questions li:last-child {
    border: none;
}

.user-questions li a {
    font-weight: bold;
}

.user {
    padding: 30px 0;
    list-style: none;
    border-bottom: 3px dotted #ddd;
}

.user .user-bio {
    font-size: 13px;
    color: #888;
}

.user .user-avatar img {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.user .user-logo {
    text-align: right;
}

.user .user-logo img {
    text-align: right;
    max-height: 100px;
    max-width: 150px;
}

.user .user-avatar img,
.user .user-logo img,
.user .user-badge {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.user .user-name {
    font-size: 20px;
}

.user .user-name small {
    font-size: 16px;
}

.user .user-badge {
    float: left;
    display: block;
    width: 60px;
    height: 50px;
    background: #c4d8f2;
    padding: 5px 0;
    font-size: 20px;
    text-align: center;
    margin: 0 5px;
    line-height: normal;
    position: relative;
    -webkit-box-shadow: inset 0 0 10px rgba(102, 146, 205, 0.5), inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 10px rgba(102, 146, 205, 0.5), inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 10px rgba(102, 146, 205, 0.5), inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

.user .user-badge:hover {
    background: #e3effe;
    cursor: default;
}

.user .user-badge p,
.user .user-badge span {
    line-height: normal;
}

.user .user-badge .badge1,
.user .user-badge .silver,
.user .user-badge .bronze {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    margin-right: 5px;
}

.badgelabel {
    display: none;
}

.user .user-badge .badgecount {
    font-weight: bold;
}

.user .user-badge .badgelabel {
    display: block;
    text-align: center;
}

.user .user-badge .badgelabel b {
    display: inline-block;
    padding: 4px 0;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #6692cd;
    text-shadow: 0 1px 0 #3b62a6;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.5), inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.5), inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.5), inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.message {
    background-color: #D5DFE8;
    border: 1px solid #AAAAAA;
    margin: 10px 0;
    padding: 5px;
}

.message p {
    margin-bottom: 0;
}

.darkred {
    color: darkred;
}

.subtitle {
    font-weight: bold;
}

.submit {
    background-color: #3b62a6;
    border: 1px solid #777777;
    cursor: pointer;
    font-size: 120%;
    font-weight: bold;
    height: 40px;
    padding-bottom: 4px;
    color: #FFFFFF;
}

.submit:hover {
    text-decoration: underline;
}

.ask-body {
    padding-right: 10px;
}

.notify {
    background-color: #F4A83D;
    color: #444444;
    font-weight: bold;
    left: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
}

.notify p {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
}

#close-notify {
    background-color: #FAD163;
    border: 2px solid #735005;
    color: #735005;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    padding: 0 3px;
    position: absolute;
    right: 5px;
    text-decoration: none;
    top: 5px;
}

#close-notify:hover {
    text-decoration: none;
}

.big {
    font-size: 15px;
}

.strong {
    font-weight: bold;
}

.orange {
    color: #D64000;
    font-weight: bold;
}

.grey {
    color: #808080;
}

.about div {
    border-top: 1px dashed #AAAAAA;
    padding: 10px 5px;
}

.about div.first {
    border-top: medium none;
    padding-top: 0;
}

.about p {
    margin-bottom: 10px;
}

.about a {
    color: #D64000;
    text-decoration: underline;
}

.about h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 0;
}

.nomargin {
    margin: 0;
}

.inline-block {
    display: inline-block;
}

.list-table td {
    vertical-align: top;
}

table.form-as-table input {
    display: inline;
    margin-left: 4px;
}

ul.form-horizontal-rows {
    list-style: none outside none;
    margin: 0;
}

ul.form-horizontal-rows li {
    height: 40px;
    position: relative;
}

ul.form-horizontal-rows label {
    display: inline-block;
}

ul.form-horizontal-rows label {
    bottom: 6px;
    font-size: 12px;
    left: 0;
    line-height: 12px;
    margin: 0;
    position: absolute;
}

ul.form-horizontal-rows li input {
    bottom: 0;
    left: 180px;
    margin: 0;
    position: absolute;
}

#changepw-form li input {
    left: 150px;
}

.user-profile-tool-links {
    font-weight: bold;
    padding-bottom: 10px;
}

.post-controls, .tags-container {
    margin-bottom: 5px;
    min-width: 200px;
}

.tags-container {
    margin: 0 0 16px 0;
}

.post-controls {
    border-top: 1px solid #D5DAE6;
    padding: 24px 0;
    margin-top: 24px;
}

.post-controls.answer-controls {
    margin: 0;
}

#question-controls .tags {
    margin: 0 0 3px;
}

.question_related-product-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 440px;
}

.question_related-product-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.post-update-info {
    font-family: "Open Sans", sans-serif;
    display: flex;
    align-items: center;
    color: #777777;
}

.user-info-question {
    flex-direction: column;
    text-align: center;
    float: right;
    margin-top: 6px;
}

.user-info-question .user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-info-question .info-text {
    font-size: 16px;
    line-height: 22px;
}

.user-info-answer {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 20px;
}

.user-info-answer .user-info {
    width: 85%;
}

.user-info-answer .info-text {
    font-size: 14px;
    line-height: 22px;
}

.user-info-answer .info-text .user-name {
    font-size: 18px;
    font-weight: 700;
    color: #444444;
}

.user-info-answer .info-text .user-name .location {
    font-size: 14px;
    font-weight: normal;
}

.user-info-question img {
    margin-bottom: 12px;
}

.user-info-answer img {
    margin-right: 12px;
}

.post-update-info img {
    border-radius: 9999px;
    float: left;
}

.post-update-info .info-text .verb {
    font-weight: 400;
    text-transform: capitalize;
}


.post-update-info a {
    color: #3B62A6;
}

.post-update-info-claimed {
    align-items: center;
    display: flex;
    float: right;
    height: 80px;
}

#tagSelector {
    padding-bottom: 2px;
}

#hideIgnoredTagsControl {
    margin: 5px 0 0;
}

#hideIgnoredTagsCb {
    margin: 0 2px 0 1px;
}

a.sidebar_button {
    background: none repeat scroll 0 0 #EEEEEE;
    color: black;
    cursor: pointer;
    font-size: 11px;
    padding: 3px;
}

a.sidebar_button:hover {
    background-color: #777777;
    color: white;
    text-decoration: none;
}

a.post-vote, .favorite-mark, a.accept-answer {
    display: block;
    height: 24px;
    position: relative;
    width: 24px;
}

a.post-vote.up {
    background: url("../images/vote-arrow-up.png") no-repeat scroll center center transparent;
}

a.post-vote.up.on, a.post-vote.up:hover {
    background: url("../images/vote-arrow-up-on.png") no-repeat scroll center center transparent;
}

a.post-vote.down {
    background: url("../images/vote-arrow-down.png") no-repeat scroll center center transparent;
}

a.post-vote.down.on, a.post-vote.down:hover {
    background: url("../images/vote-arrow-down-on.png") no-repeat scroll center center transparent;
}

a.accept-answer {
    background: url("../images/vote-accepted.png") no-repeat scroll center center transparent;
    margin-right: 16px;
}

a.accept-answer.on, a.accept-answer:hover {
    background: url("../images/vote-accepted-on.png") no-repeat scroll center center transparent;
}

.community-wiki {
    font-size: 11px;
    color: #333;
    background: url("../images/wiki.png") no-repeat left center;
    padding-left: 36px;
    margin: 6px 0 0 0;
    min-height: 32px;
    line-height: 15px;
}

.post-score, .comments-char-left-count {
    color: #777777;
    font-size: 165%;
    font-weight: bold;
    padding: 0 0 3px;
}

.favorite-mark {
    background: url("../images/vote-favorite-off.png") no-repeat scroll center center transparent;
}

.favorite-mark.on, a.favorite-mark:hover {
    background: url("../images/vote-favorite-on.png") no-repeat scroll center center transparent;
}

.favorite-count {
    color: #777777;
    font-size: 100%;
    font-weight: bold;
    padding: 0;
}

.comments-container {
    border-left: 4px dotted #D5DAE6;
    clear: both;
    margin-top: 32px;
    margin-bottom: 20px;
}

.comments-container {
    padding: 0 0 0 24px;
}

.accepted-answer .comments-container {
    background-color: #B9CADF;
}

.comment {
    position: relative;
}

.comments-container .comment:first-of-type {
    margin-top: 8px;
}

.comments-container .comment {
    margin-top: 32px;
}

.comment.not_top_scorer {
    display: none;
}

.comment-score {
    color: #777777;
    font-size: 16px;
    font-weight: bold;
    padding-top: 3px;
    vertical-align: top;
    float: left;
    width: 22px;
    height: 100%;
    text-align: center;
}

.comment-text {
    color: #444444;
    font-size: 1rem;
    line-height: 28px;
    padding: 0;
}

.comment-info {
    font-size: 11px;
    margin: 0 0 20px 0;
}

.comment-info .post-update-info {
    margin-right: 16px;
    margin-bottom: 0;
}

.comment-info .post-update-info.user-info-answer {
    width: 100%;
}

a.comment-like, a.comment-delete, a.comment-edit, a.comment-convert {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 2px;
}

a.comment-like {
    background: url("../images/comment-like.png") no-repeat scroll center center transparent;
}

a.comment-like:hover, a.comment-like.on {
    background: url("../images/comment-like-on.png") no-repeat scroll center center transparent;
}

a.comment-delete {
    background: url("../images/comment-delete.png") no-repeat scroll center center transparent;
}

a.comment-delete:hover {
    background: url("../images/comment-delete-hover.png") no-repeat scroll center center transparent;
}

a.comment-convert {
    background: url("../images/convert-off.png") no-repeat scroll center center transparent;
}

a.comment-convert:hover {
    background: url("../images/convert-hover.png") no-repeat scroll center center transparent;
}

a.comment-edit {
    background: url("../images/comment-edit.png") no-repeat scroll center center transparent;
}

a.comment-edit:hover {
    background: url("../images/comment-edit-hover.png") no-repeat scroll center center transparent;
}

img.subscription-remove {
    float: right;
}

.comment-form-container {
    display: none;
    padding-top: 12px;
}

.comment-form-widgets-container input {
    vertical-align: top;
}

.comment-form-widgets-container textarea {
    width: 80%;
    float: left;
}

span.comment-chars-left {
    font-size: 11px;
    margin-right: 20px;
}

div.comment-tools {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

div.comment-tools .comments-showing {
    color: #777777;
    font-size: 11px;
    margin-right: auto;
}

div.comment-tools a {
    background: none repeat scroll 0 0 #EEEEEE;
    color: black;
    cursor: pointer;
    font-size: 11px;
    padding: 3px;
}

div.comment-tools a:hover {
    background-color: #777777;
    color: white;
    text-decoration: none;
}

.comment-tools .add-comment-link.btn {
    height: 48px;
    width: 108px;
    background-color: white;;
    border: 1px solid #2E4780;
    font-size: 16px;
    font-weight: 700;
    color: #2E4780;
    line-height: 46px;
    text-transform: capitalize;
    padding: 0;
    margin-left: auto;
}

.add-comment-link.btn:hover {
    background-color: #2E4780;
    color: white;
    text-decoration: none;
}

.action-link, .context-menu {
    background-color: #F5F6F9;
    border-radius: 4px;
    padding: 8px 18px;
    margin-right: 4px;
}

.action-link:hover, .context-menu:hover {
    cursor: pointer;
    background-color: #97A3C0;
}

.action-link:hover,
.context-menu:hover .context-menu-trigger,
.context-menu:hover .context-menu-trigger i {
    color: white;
    text-decoration: none;
}

.action-link, .context-menu-trigger {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #777777;
}

.question-summary-wrapper .action-link {
    font-family: "Arial", sans-serif;
    background-color: transparent;
    font-size: 11px;
    font-weight: normal;
    color: #999;
    padding: 0;
    margin-right: 0;

}

.context-menu-trigger:hover {
    color: white;
}

.context-menu-trigger i {
    font-size: 12px;
    color: #444444;
}

.context-menu.actions-menu {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-right: 0;
}

.actions-menu .actions-menu-trigger {
    width: 25px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FDF6F6;
    border-radius: 100px;
}

.context-menu-trigger.actions-menu-trigger:hover i {
    color: #D84747
}

.actions-menu .actions-menu-trigger i {
    font-size: 24px;
    color: #D84747
}

.deleted {
    background-color: #F4E7E7;
}

#command-loader {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 24px;
    height: 24px;
    background: url('/m/default/media/images/indicator.gif')
}

#command-loader.success {
    background: url('/m/default/media/images/vote-accepted-on.png')
}

.comment-form-buttons {
    gap: 10px;
    width: 18%;
    height: 100%;
    float: right;

    button {
        font-weight: 600;
    }

    @media (max-width: 768px) {
        width: 100%;
    }
}


.comment-form-widgets-container-inner {
    gap: 16px;

    @media (max-width: 768px) {
        flex-direction: column;
        textarea {
            height: 100px;
            width: 100%;
        }
    }
}

.comment-form-buttons input, .user-prompt .prompt-buttons button {
    height: 16px;
    line-height: 12px;
    font-size: 110%;
    border: 1px solid #999;
}

.comment-form-buttons input {
    width: 100%;
    height: 22px;
    vertical-align: middle;
    margin-top: 6px;
}

.comments-char-left-count.warn {
    color: orange;
}

#ask-related-questions {
    max-height: 150px;
    overflow-y: auto;
}

.context-menu {
    position: relative;
}

div.dialog, .context-menu-dropdown {
    position: absolute;
    background-color: #FFFFFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #EAEDF2;
    -moz-box-shadow: 0px 0px 20px 0px #00000024;
    -webkit-box-shadow: 0px 0px 20px 0px #00000024;
    padding: 12px;
}

.context-menu-dropdown {
    display: none;
    right: 0px;
    top: 1.5em;
    text-align: left;
    list-style-type: none;
    z-index: 500;
}

.context-menu-dropdown li.item {
    height: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #595959;
    margin-bottom: 8px;
}

.context-menu-dropdown li.item::first-letter {
    text-transform: uppercase;
}

.context-menu-dropdown li.item:hover {
    color: #4561A4;
}

.context-menu-dropdown li.item:last-child {
    margin-bottom: 0;
}

.context-menu-dropdown li.item a {
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
}

.context-menu-dropdown li.separator {
    text-align: center;
    padding: 10px 0 4px 0;
    font-size: 120%;
    font-weight: bold;
}

.context-menu-dropdown span {
    margin-right: 4px;
    float: left;
    width: 16px;
    height: 16px;
}

div.dialog .dialog-content {
    font-size: 14px;
    padding: 0 12px 70px 12px;
    z-index: 1000;
}

div.dialog .dialog-buttons {
    margin: 0px;
    height: 25px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.dialog-yes, .dialog-no {
    margin: 0 3px 5px 3px;
    font-size: 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #C94510;
    color: white;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    border: 0;
}

div.dialog.confirm, div.dialog.warning {
    text-align: center;
}

div.dialog.confirm {
    font-size: 140%;
    font-weight: bold;
}

div.dialog.prompt {
    width: 300px;
}

div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content textarea, div.dialog.prompt .dialog-content input[type=text] {
    width: 100%;
    padding: 0;
    border: 0;
}

.user-prompt .prompt-buttons {
    text-align: right;
}

.suspended-user {
    text-decoration: line-through;
}

.feed-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
}

div#subscription_list {
    width: 100%;
    /*float:left;*/
}

div.subscription_summary {
    border-top: 2px dotted #CCCCCE;
    overflow: hidden;
    padding: 3px 0px 5px 0;
    position: relative;
    width: 100%;
    margin-top: 5px;
}

div.subscription_title {
    /*float:left;
    line-height:30px;*/
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

a.subscription_unsubscribe_button {
    float: left;
    font-size: 11px;
    font-weight: bold;

    margin-right: 15px;
    margin-top: 5px;
}

div.subscription_userinfo {
    float: right;
}

div.subscription_tags {
    float: left;
}

div.subscription_tags a {
    background-color: #EFE3D9;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    color: #555555;
    font-size: 11px;
    font-weight: normal;
    padding: 1px 8px;
    text-decoration: none;
    white-space: nowrap;
}

div.subscription_tags a:hover {
    background-color: #C94510;
    color: #FFFFFF;
}

div.wmd-button {
    color: white;
}

div.wmd-button-bar {
    float: left;
}

/* BBG customization */


.left {
    float: left;
}

.right {
    float: right;
}

.social {
    background: url("../images/social.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
}

.bottomcontentright .twitter, .facebook_wall .twitter {
    background-position: 0 -267px;
}

.bottomcontentright .social, .facebook_wall .social {
    font-size: 11px;
    height: 14px;
    margin-left: 10px;
    padding: 1px 0 1px 20px;
}

.bottomcontentright .facebook, .facebook_wall .facebook {
    background-position: 0 -251px;
}

#q {
    margin-right: 10px;
    width: 250px;
}

#foot {
    clear: both;
    background: #3b62a6;
    height: 150px;
    padding: 10px 0px 5px;
    margin: 10px 0 0 0;
}

#foot #footer-items {
    width: 960px;
    margin: 0 auto;
    vertical-align: middle;
}

#foot #footer-items #footer-links {
    width: 720px;
    float: left;
}

#foot #footer-items #footer-links .footer {
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    line-height: 15px;
    color: #ffffff;
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#foot #footer-items #footer-links .footer a {
    text-decoration: none;
}

#foot #footer-items #footer-links .footer a:link,
#foot #footer-items #footer-links .footer a:visited {
    color: #ffffff;
}

#foot #footer-items #footer-links .footer a:active,
#foot #footer-items #footer-links .footer a:hover {
    color: #ffffff;
}

#foot #footer-items #my-location {
    width: 205px;
    float: right;
    line-height: 100%;
}

#foot #footer-items #my-location #location-box {
    background: #8eb4e3 url('../images/bg-world.png') no-repeat;
    width: 190px;
    height: 106px;
    border: 2px #ffffff solid;
    margin: 14px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
}

#foot #footer-items #my-location #location-box .title {
    text-align: center;
    margin: 5px 0;
    color: #ffffff;
}

#foot #footer-items #my-location #location-box .legend {
    text-align: center;
    color: #16396f;
    line-height: 15px;
    margin-bottom: 5px;
}

#foot #footer-items #my-location #location-box .legend a {
    color: #16396f;
    text-decoration: underline;
}

#foot #footer-items #my-location #location-box #my_location_hint {
    margin: 8px;
    background: #3b62a6;
    padding: 2px;
}

#foot #footer-items #my-location #location-box #my_location_input {
    width: 130px;
    border: none;
    padding: 4px;
    font-style: italic;
    font-size: 11px;
    margin: 0;
}

#foot #footer-items #my-location #location-box #zip_go {
    border: none;
    padding: 1px;
    background: none;
    color: white;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
}

#tail {
    padding-top: 10px;
    background-color: white;
}

#leftmenu {
    float: left;
    width: 180px;
    padding: 0;
    background-color: #BACFF3;
    z-index: 1;
    left: 0;
    top: 0;
}

#sidemenu a, #sidemenu_manufacturers a {
    font: bold 12px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #4E70A4;
    background: #BACFF3;
    margin: 0;
    border-bottom: 1px solid white;
    display: block;
    width: 173px;
    padding: 6px 0 6px 7px;
}

#sidemenu a.sidemenuhead, #sidemenu_manufacturers a.sidemenuhead {
    font-size: 11px;
    color: #2D4671;
    background-color: #BACFF3;
    padding-top: 18px;
}

#sidemenu a:hover, #sidemenu a:active, #sidemenu_manufacturers a:hover, #sidemenu_manufacturers a:active {
    background: none repeat scroll 0 0 #DCE8FB;
}

#tagSelector .ac_input {
    width: 275px;
}


/* Style for Advertising Blocks */
.ad_container {
    border: 1px solid silver;
}

#ad_bottom {
    width: 730px;
    margin: 0 auto;
    background: url('../images/adtag.gif') no-repeat top right;
}

@media (max-width: 768px) {
    #ad_bottom {
        display: none;
    }
}

#ad_bottom .adtag {
    display: none;
}

#ad_bottom .ad_container {
    height: 90px;
}

.footer {
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    line-height: 15px;
    color: #506176;
    margin-top: 8px;
    margin-bottom: 8px;
}

.footer a:link, .footer a:visited {
    color: #506176;
}

.footer a {
    text-decoration: none;
}

#ad_right {
    margin: 10px 0;
    width: 302px;
    text-align: center;
}

#ad_right .ad_container {
    height: 250px;
}

#searchBar #searchForm {
    margin-bottom: 5px;
    margin-top: 5px;
}

#searchBar form {
    height: 50px;
    line-height: 50px;
}

#searchBar .options {
    margin-right: 10px;
}

#searchBar .options label {
    font-size: 11px;
}

#searchBar .options input[type=radio] {
    vertical-align: top;
}

div.righty {
    width: 300px;
    margin-bottom: 25px;
    margin-top: 25px;
}

div.table-wrapper {
    padding: 5px;
}

div.box.table-wrapper {
    padding: 5px;
}

table.resources {
    width: 280px;
    text-align: left;
}

div.box .ruler {
    clear: both;
    margin: 5px 0;
    border-top: 2px dotted #AEBED3;
}

hr.default-separator {
    border: 3px dotted #9BBB59;
    border-width: 3px 0 0 0;
    margin: 10px 0;
}


/******* TOP NAV BAR STYLES ********/

#top-menu-bar {
    width: 1000px;
    position: relative;
}

#top-menu-bar #nav-bar {
    background: #3b62a6 url('../images/bg-nav-lightblue.png') repeat-x;
    height: 32px;
    width: 959px;
    margin-left: 20px;
    border: 1px #3b62a6 solid;
}

#top-menu-bar #nav-bar span {
    color: white;
    cursor: default;
    border-right: 1px #3b62a6 solid;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    display: block;
    float: left;
    width: 140px;
    text-align: center;
    padding-top: 8px;
    padding-right: 23px;
    background: url('../images/bg-nav-arrow.png') 130px 14px no-repeat;
}

#top-menu-bar #nav-bar span:active,
#top-menu-bar #nav-bar span:hover,
#top-menu-bar #nav-bar span.hovered {
    background-color: #8eb4e3;
    border-bottom: 1px solid #8eb4e3;
    text-shadow: 1px 1px 1px #666666;
}

#top-menu-bar #nav-bar #what_to_buy.hovered {
    border-left: 1px solid #8eb4e3;
    margin-left: -1px;
}

#top-menu-bar #nav-bar #where_to_buy {
    width: 220px;
    background-position: 210px 14px;
}

#top-menu-bar #nav-bar #search-bar {
    float: right;
    width: 234px;
    height: 26px;
    vertical-align: middle;
    padding: 2px;
    background: #ffffff url('../images/bg-input.png') repeat-x;
    margin: 1px;
}

#top-menu-bar #nav-bar #search-bar #q {
    float: left;
    width: 190px;
    margin-right: 5px;
    height: 25px;
    border: none;
    padding: 0 5px;
    background: none;
    line-height: 25px;
}

#top-menu-bar #nav-bar #search-bar button {
    cursor: pointer;
    float: right;
    width: 18px;
    height: 20px;
    margin: 5px 0 0 0;
    padding: 0;
    border: 0;
    text-indent: -1000em;
    background: #ffffff url('../images/icon-magnifier.png');
}

#top-menu-bar #top-menu {
    height: 30px;
    width: 961px;
    margin-left: 20px;
    margin-top: 0;
    background: #8eb4e3;
    border-bottom: 0px solid white;
    padding-top: 0;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: white;
}

#top-menu-bar #top-menu a {
    color: white;
    padding: 3px 5px;
    margin-right: 10px;
    margin-left: 5px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #666;
}

#top-menu-bar #top-menu a:hover, #top-menu-bar #top-menu .active {
    background: #80a8de;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#top-menu-bar #top-menu .active {
    background: #6692cd;
    text-shadow: 1px 1px 0px #777;
}

#top-menu-bar #top-menu .active:hover {
    background: #6692cd;
    text-decoration: none;
}

#top-menu-bar #top-menu div {
    visibility: hidden;
    position: absolute;
    top: 23px;
    left: 35px;
}

#top-menu-bar #top-menu #where_to_buy_menu {
    left: 200px;
}

#top-menu-bar #top-menu #how_to_buy_menu {
    left: 446px;
}

#top-menu-bar #top-menu .separator {
    background: #8eb4e3 url('../images/bg-nav-separator.png') no-repeat;
    width: 6px;
    display: inline-block;
    height: 30px;
    top: 11px;
    position: relative;
}

#sub-menu {
    font-size: 13px;
}

ul.user-badges li.user-badge {
    display: inline;
}

.question-body .tags-container {
    text-align: right;
}

.tags li {
    line-height: 200% !important;
}

.tags a, span.tag {
    display: inline-block;
    margin: 0 0 3px 0;
    padding: 0 5px;
    color: #999;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    line-height: 19px;
    border: 1px solid #E3E3E3;
}

.box .tags a, .box span.tag {
    border-color: #ddd;
    color: #666;
    font-weight: bold;
}

.tags a:hover {
    background-color: #8eb4e3;
    border-color: #8eb4e3;
    color: #fff;
}

input#keywords[name=q] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.related-questions li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.related-questions li a {
    font-size: 13px;
}

/* Bootstrap patch. */
.btn.btn-block {
    width: 100%;
}

.promo-box-sm {
    margin-top: 0;
}

.heading {
    color: #2e4780;
}

.sortTabs {
    display: flex;
    margin-bottom: 20px;

    a {
        display: flex;
        align-content: center;
        align-items: center;
        margin-right: 12px;
        padding: 12px 16px 12px 16px;
        height: 42px;
        font-size: 16px;
        border-radius: 4px;
        background-color: #F5F6F9;
        font-weight: 700;
        color: #444444;
    }

    .active {
        background-color: #6d7eA6;
        color: white;
    }
}


.get-expert-answers {
    padding: 32px 16px 32px 16px;
    border-radius: 4px;
    border-top: 6px solid #78b16d;
    background-color: #f4f9f3;
    color: #333333;
    font-family: Arial, serif;

    h5 {
        font-size: 22px;
        font-weight: 700;
    }

    p {
        font-size: 18px;
    }

    .ask-button {
        min-height: 52px;
        font-weight: 700;
        background-color: #78b16d;
        display: block;
        margin: auto;
        color: #ffffff;
        align-content: center;

        @media (max-width: 420px) {
            width: 100%;
        }
    }

    .ask-button:hover {
        color: #ffffff !important;
        background: #61a254 !important;
    }
}

.product-faq .title-container .subtitle {
    display: none;
}

.question.wmd-panel #wmd-button-row {
    margin: 10px 0 5px 0;
}

.question.wmd-panel #wmd-button-row:first-child .wmd-button {
    margin-left: 0;
}

@media (max-width: 767px) {
    .sidebar-promo-content {
        display: none;
    }

    .promo-content-mobile {
        display: block;
    }
}

@media (min-width: 768px) {
    .promo-content-mobile {
        display: none;
    }

    .sidebar-promo-content {
        display: block;
    }
}
