 @import url("https://use.typekit.net/sew4eav.css");
*{
  margin: 0;
  
}
body{
  background: white;
  font-family:  "Lato", adobe-garamond-pro, serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}
/*
.body-container-wrapper {
    max-width: 980px;
    float: none;
    margin: 0 auto;
}
*/
*{
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
  font-family:"Lato", 'Helvetica Neue', sans-serif;
  font-weight: 400;
  
}

h1{ 
font-size: 2em;
}

h2{
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 5px;
}
p {
    margin: 0;
}
a{
  cursor: pointer;
}

article h1, article h2, article h3, article h4, article h5, article h6{
  position: relative;
  color: #4b9228;
  
}
img{
  width: 100%;
  height: auto;
}

article{
  max-width: 700px;
}

.blog-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
}

.blog-list__wrapper{
  
  display: flex;
  flex-direction: row;
  max-width: 1080px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  width: auto;
/* background-color: rgba(0,0,0, 0.4); */
}
@media (max-width: 980px) {
  
  .blog-list__wrapper{
  
    justify-content: center;
    
  }


}

.blog-list__item{
  position: relative;
  display: inline-block;
  min-width: 330px;
  padding-bottom: 360px;
  background-color: white;
  margin: 15px 15px 30px;
  
}

.topics-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}
.topics-list__topic {
    padding: 10px 30px;
    background: #4b9228;
    color: #fff;
    min-width: 150px;
    border-radius: 10px;
    text-align: center;
    margin: 10px 10px;
 		transition: all 0.4s ease-in-out;
}
.display--none {
    display: none !important;
}
.topics-list__topic:hover {
    color: #fff;
    background: #83b254;
}

.hov{
  overflow: hidden;
}
.drop-shadow--dark{
  filter: drop-shadow(3px 4px 7px #425343);
}
.drop-shadow--light{
  filter: drop-shadow(5px 5px 5px #c8ccc7);
}
.drop-shadow--rem{
  filter: drop-shadow(0 0 0.75rem #425343);
}
.bg-image{
  background-size: cover;
  backgorund-repeat: no-repeat;
  background-position: center center;
}
.bg-image__filter:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
}
.blog-list__item:hover.bg-image__filter:before {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  
}
.read-time{
  margin-top: 10px;
  position: relative;
  margin-left: 25px;
}

.read-time:before{
    content: url(https://blogg.foretagsuniversitetet.se/hubfs/FUN%20logga%20och%20andra%20m%C3%A4rkesfiler/icons/clock-w.svg);
    font-family: FontAwesome;
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    margin-right: 0px;
    left: -25px;
  /*
  content: '\f017';
  font-family: FontAwesome;
    font-weight: 200;
  font-size: 1em;
  margin-right: 5px; 
  */
}
.hs-blog-post .read-time:before{
    content: url(https://blogg.foretagsuniversitetet.se/hubfs/FUN%20logga%20och%20andra%20m%C3%A4rkesfiler/icons/clock-r.svg);
}
.blog-list__item__content{
  position: absolute;
  padding: 25px 15px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  min-height: 80px;
  transition: all 0.5s ease-in-out;
  z-index: 100;
  word-break: break-word;
  min-height: 155px;
 
}

.hov--drop-expand:hover .blog-list__item__content,.hov--drop-expand:focus .blog-list__item__content{
    left: 10px;
    bottom: -15px;
    width: 100%;
}
.hov--expand:hover .blog-list__item__content,.hov--expand:focus .blog-list__item__content{
    left: 0px;
    width: 100%;
}
.hov--expand:hover .blog-list__item__content:before{
  
  opacity: 1;
  transition: opacity 0.5s ease-in;
  transition-delay: 0.3s;
  
}


.blog-list__item__content:before{
  content: '';
  position: absolute;
  /*background-image: url('https://cdn2.hubspot.net/hubfs/4884332/Brand%20files/Logo/logo-white-apple.png');*/
  width: 44px;
  height: 44px;
  background-size: cover;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  
}
.blog-list__item__summary{
  display: block;
  padding: 40px 20px;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  opacity: 0;
  z-index: 0;
  transition-delay: 0.2s;
  transition: opacity 0s ease-out;
  
}
.blog-list__item__content:hover .blog-list__item__summary{
  height: 200px;
  opacity: 1;
  transition: all 0.5s ease-in;
}

.bg--green{
 background: #4b9228;
 color: #fff;
}
.bg--green-transparent{
 background: #4b9228;
 color: #fff;  
}
.bg--green-transparent h2 {
    color: #fff;
}
.blog-list__item__content:hover .bg--green-transparent, .blog-list__item__content:hover.bg--green-transparent  {
 background: rgba(75, 146, 40, 0.8);
}


/*  ----------- BLOG POST -----------  */

.blog-container{
  width: 70%;
  min-height: 0px;
  display: block;
  margin: 0 auto;
  background: rgba(0,0,0,0.0)
}



/*  Top-image */
.top-image{
  margin: 0;
  padding: 0;
  
}
.top-image__wrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.top-image .bg-image{
  position: relative;
  background-postition: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  overflow: hidden;
    
  
}
.top-image .bg-image:before {
    width: 200px;
    height: 200px;
    /*background: #4b9228;*/
    position: absolute;
    bottom: -100px;
    right: -100px;
    content: '';
    border-radius: 100%;
    z-index: 100;
}
.top-image .bg-image:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3)
  
}
.top-image__content{
  position: relative;
  background: transparent;
  max-width: 70%;
  z-index: 1;
  text-align: center;
  padding: 40px 30px;
}
@media (max-width: 600px) {
  
  .top-image__content{
    max-width: 90%;
  }
  
}
.top-image__content__header{
  color: white;
  text-transform: uppercase;
}
.top-image__logo{
    z-index: 100;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

/* END Top-image */

/*  Author-box */
.author-box{
  padding: 40px 60px;
  max-width: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
}
@media (max-width: 600px) {
  .author-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
  }
}
.author-box__author{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.author-box__image{
  height: 100px;
  width: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
}
.author-box__content{
  padding: 30px;
}
.author-box__content__name{
  color: #4b9228;
  margin-bottom: 5px;
}
/*
.read-time:before {
    content: '\f017';
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 10px;
}
*/
.publish-date{
  margin-top: 10px;
  position: relative;
  margin-left: 25px;
}
.publish-date:before {
    content: url(https://blogg.foretagsuniversitetet.se/hubfs/FUN%20logga%20och%20andra%20m%C3%A4rkesfiler/icons/calendar-alt-r.svg);
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    margin-right: 0px;
    left: -25px;
  /*
    content: '\f073';
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 10px;
  */
}
.read-time-box span{
  display: block;
  margin-bottom: 10px;
}
/*  END Author-box */

/*  Article */

.blog-container{
  padding: 40px 0;
}

.blog-container h2{
  position: relative;
  margin-bottom: 40px;
  color: #000;
}
.blog-container h2:after {
  content:'';
  position: absolute;
  width: 100px;
  height: 40px;
  border-bottom: 4px solid #4b9228;
  bottom: -20px;
  left: 0;
  padding-top: 20px;
    
}
article.blog-container p{
  margin: 0 0 10px 0;
}

article.blog-container blockquote {
    position: relative;
    padding-left: 30px;
    font-style: italic;
    
}

article.blog-container blockquote:before {
    content: open-quote;
    height: 100%;
    width: 30px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 4px solid #4b9228;
}
article.blog-container blockquote:after {
    content: close-quote;
    font-size: 20px;
}
/*  End Article */

@media (max-width: 500px) {
  .top-image__content__header {
   font-size: 1.4em;
   padding: 0;
  }
}