﻿.top-stories {
        width: 100%;
        float: right;
    }

    .title {
        text-transform: uppercase;
        line-height: 22px;
        margin-bottom: 30px;
        display: block;
    }
    .featured-post {
        float: right;
        width: 100%;
        position: relative;
        border-radius: 8px;
        border: solid 1px #CDD4D9;
        overflow: hidden;
        margin-bottom: 50px;
        box-shadow: 4px 4px 0 0 rgba(6, 41, 66, 0.1);
        color: #062942;
    }

    .featured-post .featured-img {
        float: right;
        width: 54%;
        height: 100%;
        position: absolute;
        background-size: cover;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .featured-post .content {
        float: right;
        width: 46%;
        position: relative;
        right: 54%;
        padding: 50px;
    }    
    .featured-post h2 {
        margin-top: 20px;
        line-height: 37px;
        color: #062942;
    }

    .read-more {
        display: block;
        width: 100%;
        background: #fff;
        border: solid 1px #CDD4D9;
        color: #062942;
        padding: 14px;
        text-align: center;
        border-radius: 5px;
        cursor: pointer;
    }

    .featured-post .read-more {
        margin-top: 50px;
    }

    .featured-post:hover .read-more,.card:hover .read-more {
        background-color: #0D83DD;
        text-decoration: none;
        color: #fff;
        border: solid 1px #0D83DD;
    }
    .featured-post:hover {
        border: solid 1px #8495A2;
    }
    
   
    /*--------------------------------------------------------------------------------------*/

    .article-cards {
        float: right;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        /*justify-content: space-between;*/
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    a {
        color: #0D83DD;
        text-decoration: none;
    }

    .card {
        width: 31%;
        margin:1.1% ;
        float: right;
        display: inline-block;
        border-radius: 8px;
        overflow: hidden;
        border: solid 1px #CDD4D9;
        position: relative;
        margin-bottom: 50px;
        background: #fff;
        box-shadow: 4px 4px 0 0 rgba(6, 41, 66, 0.1);
        min-height: 484px;
    }

    img {
        min-height: 1px;
         max-width: 100%;
        height: auto;
    }

    .card .featured-img {
        height: auto;
        width: 100%;
        background-size: cover;
        background-position: center center;
    }

    .card .content {
        position: relative;
        padding: 26px 26px 78px 26px;
    }
    .tag.freshbooks-culture {
        background-color: #0D83DD;
    }
     .tag.freshbooks-culture:hover{
        background-color: #64B2E8;
    }

    .tag {
        background-color: #062942;
    }

    .tag {
        display: inline-block;
        color: #fff;
        border-radius: 2px;
        box-shadow: 2px 2px 2px 0 rgba(6, 41, 66, 0.1);
        line-height: 13px;
        padding: 8px 13px;
        text-transform: uppercase;
    }
    .card .content .tags {
        position: absolute;
        top: -15px;
    }

    .tag.projects {
        background-color: #1A8C91;
    }

    button.tag {
        border: none;
        border-radius: 2px;
        cursor: pointer;
    }
  
    .tag.projects:hover {
        background-color: #48A3A7;
    }

    .card h3 {
        line-height: 32px;
        color: #062942;
    }

    .card .btn-wrap {
        padding: 0 26px 26px 26px;
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .card:hover {
        border: solid 1px #8495A2;
        text-decoration: none;
    }

    /*-------------------------------------------Blog Page*/
a {
    color: #0D83DD;
    text-decoration: none;
}
.article-content {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  
}
.article-content .no-item{
  padding-top: 50px;
  margin-top: -30px;
}

.article-content__image {
  display: block;
  -ms-flex-pack: center;
  justify-content: center;
  text-align:center;
  clear: both;
  margin-right: -24px;
  border-radius: 8px;
  overflow: hidden;
  border: solid 1px #CDD4D9;
  margin-top:20px;
}

.article-content__image img {
  max-width: calc(100% + 48px);
  height: auto;
   max-height: 400px;
 
}

.article-content__image.article-featured-image img {
  max-width: calc(100% + 72px)
}

.social-share {
  margin-right: -100px;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 150px;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 10px;
}
.social-share img {
  margin-bottom: 10px;
}
@media (max-width: 1054px) {
  .social-share {
    display: none;
  }
}
.social-share__mobile {
  display: none;
}
@media (max-width: 1054px) {
  .social-share__mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .social-share__mobile img {
    margin-Left: 10px;
  }
}
#social-share.sticky {
  position: fixed;
}
.tag {
  background-color: #062942;
}
.article-tag {
  transform: translateY(-50%);
}
.tag {
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  box-shadow: 2px 2px 2px 0 rgba(6, 41, 66, 0.1);
  line-height: 13px;
  padding: 8px 13px;
  text-transform: uppercase;
}
.tag.marketing-strategy,
.tag.starting-a-business,
.tag.leadership {
  background-color: #6665CE;
}
.article-content .tag.starting-a-business{
    margin-right:100px;
}
.tag.marketing-strategy:hover,
.tag.starting-a-business:hover,
.tag.leadership:hover {
  background-color: #8584D8;
}
.article-page hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CDD4D9;
  margin: 1em 0;
  padding: 0;
}
.article-page h1 {
  line-height: 125%;
  margin-bottom: 20px;
  padding-top: 20px;
  color:black;
}

.article-page img {
  margin: 0 auto;
}
p {
  margin-bottom: 20px;
  line-height: 150%;
  text-align: justify;
}
p.titr{
    text-transform: uppercase;
    text-indent: 30px;
    text-align: justify;
}
.titr .info-button{
    float:left;
    padding-left:10px;
    font-weight:500;
}
.article-content__related {
  clear: both;
}
.article-content__related-fill {
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.article-content__related img {
  margin: initial;
  margin-left: 20px;
  width: 120px;
  height: 80px;
}
h5 {
  line-height: 125%;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.article-page h5 {
  line-height: 125%;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.article-page h2 {
  line-height: 30px;
  margin-bottom: 20px;
}

.article-page h3 {
  line-height: 125%;
  margin-bottom: 20px;
}
.article-page h4 {
  line-height: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.article-page h5 {
  line-height: 125%;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.article-page ul {
  list-style-type: disc;
  padding-right: 18px;
  margin: 20px 0;
}
.article-page ol {
  list-style-type: decimal;
  padding-right: 18px;
}
.article-page ul ul,
.article-page ol ul {
  list-style-type: circle;
  margin: 5px 0 5px 15px;
}
.article-page ol ol,
.article-page ul ol {
  list-style-type: lower-latin;
  margin: 5px 0 5px 15px;
}
.article-page li {
  line-height: 150%;
  margin-bottom: 5px;
  padding-right: 5px;
}
.article-page .footer h5 {
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 480px) {
  .article-page .footer h5 {
    text-align: left;
  }
}
.article-breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  float:right;
}
.article-breadcrumbs__article {
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 35px;
}
.article-breadcrumbs img {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .article-breadcrumbs img {
    margin-bottom: 0;
  }
}
.article-breadcrumbs a {
  text-decoration: none;
  float:right;
  margin:1.5%;
}
.article-breadcrumbs a:hover {
  text-decoration: none;
}
.article-breadcrumbs a:hover span {
  color: #0D83DD;
}
.article-breadcrumbs span {
  color: #062942;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .article-breadcrumbs {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-breadcrumbs__article {
    width: 100%;
    margin-bottom: 20px;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .article-breadcrumbs__article img {
    max-width: 136px;
    margin-right: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .article-breadcrumbs__article:nth-last-child(-n+3) {
    display: none;
  }
}
