.breadcrumbs li{
    color: #273B47;
}
.article-content{
    margin: 40px 0 0 0;
}
.article-body{
    font-family: 'Mulish', sans-serif;
    color: #273B47;
}
.article-body > time{
    color: #4073a4;
}
.article-body a{
  color: #569cdf !important;
}
.bread-container{
    background: #D7D2E9;
}
@media (max-width: 1159px) {
  .bread-container{
            margin-top: 90px;
        }
}
.related-articles-title{
    font-size: 20px !important;
}
.related-articles ul li a{
    color: #273B47;
    font-size: 20px;
}
.article-wrapper{
        max-width:1240px;
    margin: 20px auto;
}
.article-wrapper input[type=search]{
     width: 800px;
    border: 1 solid #dddddd;
}
.article-wrapper input[type=search]:focus{
     border: 1px solid #dddddd;
}
  ol.breadcrumbs{
    padding: 44px 20px;
    max-width:1240px;
    margin: 0 auto;
}
ol.breadcrumbs a{
    color: #000000 !important;
    font-size: 18px !important;
}
.container{
  max-width: 1240px;
  margin: 0 auto;
}
.section-articles ul a {
    color: #9F96C9 !important;
    background: white !important;
}
.section-articles ul a:hover {
    background: white !important;
    color: #9F96C9;
}
.article-title{
    color: #4073A4;
    font-size: 39px;
}
.article-body span[class*="size-x-large"]{
    font-size: 30px !important;
}
.article-sidebar{
    margin-top: 40px;
}
.article-relatives{
    background: #D4E4F4;
    border-radius: 10px;
    padding-left: 45px;
    padding-right: 30px;
    width: 100%;
    flex-direction: column;
}
.article-relatives a{
    word-wrap: break-word;
    white-space: pre-line;
}
.was-helpful{
    color: #C6CACC;
    font-size: 20px;
    margin-right: 15px;
}
.vote-container{
  display:flex;
  justify-content: flex-end;
    align-items: center;
}
a.article-vote-down::before{
  background-color: #507891;
  content: "";
  padding: 12px 12px;
  margin:0;
  -webkit-mask-image: url("{{asset 'downvote.svg'}}");
  mask-image: url("{{asset 'downvote.svg'}}");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  clip-path: padding-box inset(0.28125em 0);
}
a.article-vote-down::after{
    content: '';
}
 a.article-vote-up::before{
    background-color: #507891;
  content: "";
  padding: 12px 12px;
  margin:0;
  -webkit-mask-image: url("{{asset 'upvote.svg'}}");
  mask-image: url("{{asset 'upvote.svg'}}");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  clip-path: padding-box inset(0.28125em 0);
}
a.article-vote-up[aria-selected="true"]::before{
    background-color: #9F96C9;
 -webkit-mask-image: url("{{asset 'upvote-fill.svg'}}");
  mask-image: url("{{asset 'upvote-fill.svg'}}");
}
a.article-vote-down[aria-selected="true"]::before{
    background-color: #9F96C9;
    -webkit-mask-image: url("{{asset 'downvote-fill.svg'}}");
  mask-image: url("{{asset 'downvote-fill.svg'}}");
}
a.article-vote-up::after{
    content: '';
}
a.article-vote{
    border: none;
    min-width: 15px !important;
    padding: 2px 0px;
    margin: 0px !important;
    background: #ffffff;
}
a.article-vote:hover{
    background: #ffffff !important;
}
.article-vote[aria-selected="true"]{
    background: #ffffff !important;
}
.article-vote[aria-selected="true"]:hover{
    background: #ffffff !important;
}
.article-vote:active{
    background: #ffffff !important;
}
.article-vote:active{
    background: #ffffff !important;
}
time{
    display: inline;
}
.sidenav-item{
    padding-left: 0;
    font-size: 18px;
    font-weight: 600;
}
.sidenav-title{
    font-size: 18px;
}
.article-footer{
    display: none;
}
.article-wrapper input[type=search]{
    border: 1px solid #dddddd;
    width: 800px;
    border-radius: 5px;
}
@media (max-width: 1024px) {
      .article-sidebar{
                display: none;
            }
          .article-wrapper{
                padding: 12px;
            }
            .article-wrapper{
                padding: 12px;
            }
  }

  ol.breadcrumbs{
    padding: 40px 5%;
  }
@media (min-width: 1160px) {
ol.breadcrumbs {
padding: 40px 0;
width: 90%;
    }
}