@import url("https://use.typekit.net/xmi7rlo.css");

body[data-sitemap-state="/"] .container .page-heading {
    display: none;
}

body{
    background: #eeeeee;
}

.page-copy {
    background: #ffffff;
    padding:10px;
}

.knowledge-article {
    background: #ffffff;
    padding: 20px;
}

div#content-container {
    padding: 0px;
}

.page-heading{
    padding-left: 15px;
    padding-right: 15px;
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

.page-header{
    margin:auto;
    
}

img {
    max-width: 100%;
    height:auto !important;
}

a:link, span.MsoHyperlink{
    text-decoration: inherit !important;
}

.case-info{
    padding-top: 20px;
}

.navbar-inverse .navbar-nav > li > a, .entity-timeline .timelineheader .buttoncontainer .addnote {
    color: #fff !important;
}

.navbar-inverse {
    background-color: #400082;
    border-color: transparent;
    width: 100%;
}

a.homelink {
    color: #ffffff;
}

div#article-rating, div#comments, #found-my-answer-bottom-comments {
    display: none;
}

button.button1 {
    background: #400082;
    border: #400082;
    color: #ffffff;
    padding: 2px 28px;
    border-radius: 10px;
}


@media (min-width: 1200px)
{
    .container {
        max-width: 100%;
    }

   
}


@media (max-width: 1200px)
{
    h1{
        font-size: 30px;
    }
}

footer {
    width: 100%;
    background-color: #232222;
    padding-top: 20px;
    margin-top: unset;
}

footer h4 {
    color: #ffffff;
}

.footer-bottom {
    padding: 40px 0;
    width: 100%;
    min-height: 36px;
    background-color: #3f0081;
    display: flex;
    font-size: medium;
    align-items: center;
    color: #ffffff;
    margin-top:20px;
}

.col-md-4 {
    padding: 20px 20px;
}

.navbar{
    margin-bottom:0px;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: "Segoe UI Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
}

.navbar-static-top .navbar-brand{
    font-size: 19px !important;
}

.navbar-brand{
    padding: 10.5px 15px;
}

.breadcrumb>li+li:before {
    content: "\2192";
    padding: 0 5px;
    color: #666;
    font-size: larger;
}

.breadcrumb{
    max-width: fit-content;
}
h2{
    font-size: 29px
    ;
}

.case-info {
    background: #ffffff;
    padding: 20px;
}
.knowledge-article-keywords{
    text-transform: capitalize;
}
.knowledge-article-content {
    margin-bottom: 20px;
    font-size: large;
    color: #252424;
}
.container .col-md-12 {
    margin: auto;
    padding:10px;
}
.section-landing-search .col-md-12.text-center {
    background: none;
}
.section-landing-search .row {
    padding: 10px !important;
}

.section-landing-search{
    padding:10px;
    min-height:auto;
}
.handlebars-search-container {
    max-width: 1000px;
    background: #ffffff;
    margin: auto;
    padding-right: 15px;
}
form.form-search {
    min-width: 300px;
}


body[data-sitemap-state="/profile/:/"] div#mainContent {
    float:left;
}


.entity-timeline .note .row .content .description {
    font-size: 15px;
    word-wrap: break-word;
    padding: 10px;
}

.entity-timeline .note .row .content {
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 1200px)
{

.container {
    width: 1370px;
}
}

.handlebars-search-container{
    width:100%;
    max-width:100%;
}