/* =======================================================
HERO
=======================================================*/
#hero{
    padding: 40px 0;
    background: #152C36
}

#hero h1{
    color: #fff;
    font-family: 'VAGRoundedLTProLight';
    font-size: 31px;
    line-height: 42px;
    margin-bottom: 30px;
}

#hero .sub{
    color: #fff;
    font-family: 'VAGRoundedLTProLight';
}

#hero .text p{
    color: #fff;
    margin: 0;
}

#hero .content{
    padding-bottom: 30px;
    border-bottom: 1px solid #747474;
    margin-bottom: 30px;
}

#hero .experience{
    display: flex;
    margin-bottom: 30px;
    color: #FFFFFF;
    font-family: 'VAGRoundedLTProLight';
}

#hero .experience p{
    margin-right: 10px;
    margin-bottom: 0;
}

#hero .experience span{
    color: #FFBAD5
}

#hero .resource{
    display: flex;
}

#hero .resource .type{
    color: #FFFFFF;
    border: 1px solid #C8C8C8;
    border-radius: 50px;
    font-family: 'VAGRoundedLTProLight';
    padding: 8px 20px 5px 20px;
    margin-right: 15px;         
}

#hero .inner{
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    max-width: 476px;
    margin: 0 auto 25px;
    display: block
}

#hero .collections{
    max-width: 476px;
    margin: 0 auto 25px;
    display: block
}

#hero img{
    margin: 0 auto 15px;
    display: block;
    max-height: 100px;
}

#hero .inner p{
    text-align: center;
    margin: 0;
    font-family: 'VAGRoundedLTProLight';
}

#hero .inner p span{
    color: #A7204F;
}

#hero h4{
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

#hero select{
    border: 1px solid #FFFFFF;
    background: transparent;
}

#hero select{
    color: #fff
}

#hero .inner .click{
    width: 100%;
    margin-top: 15px;
}

#hero .inner .btn{
    max-width: 100%!important;
}

#hero .wrap{
    padding-left: 50px;
}

#hero .row{
    align-items: center;
}

#hero .left{
    padding-right: 50px;
}
#hero .text{
    color: #fff;
}
#hero .text span{
    font-weight: bold;
    width: 100px;
    display: block;
}
#hero .text a{
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
#hero .email{
    margin-bottom: 20px;
}

@media(max-width:1200px){
    #hero .left,
    #hero .wrap{
        padding: 0;
    }
}
/* =======================================================
POSTS
=======================================================*/
.posts{
    margin: 40px 0 50px;
}
.posts .inner{
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    height: 100%;
}
.posts .top{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #94C1A0;
}
.posts .top img{
    height: 30px;
    margin-right: 15px;
}
.posts .top h5{
    margin: 0;
    color: #333333;
    font-size: 16px;
}
.posts .top .new{
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  --f: .5em; /* control the folded part*/
  --r: .5em; /* control the ribbon shape */
  position: absolute;
  top: 18px;
  right: calc(-1*var(--f));
  padding-inline: .65em;
  line-height: 1.8;
  background: #EC6097;
  border-bottom: var(--f) solid #0005;
  border-left: var(--r) solid #0000;
  clip-path: 
    polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
      calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
      var(--r) calc(50% - var(--f)/2));
}

.posts .resources .top{
    background: #FFFAEE;
    border-color: #FED164;
}
.posts .case-studies .top{
    background: #E6FEED;
    border-color: #94C1A0;
}
.posts .funding .top{
    background: #EDE6FF;
    border-color: #C7B4FF;
}
.posts .sfwd-courses .top{
    background: #E5F5FE;
    border-color: #81D2FF;
}
.posts .inner{
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}
.posts .top{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #94C1A0;
}
.posts .top img{
    height: 30px;
    margin-right: 15px;
}
.posts .top h5{
    margin: 0;
    color: #333333;
    font-size: 16px;
}
.posts .top .new{
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  --f: .5em; /* control the folded part*/
  --r: .5em; /* control the ribbon shape */
  position: absolute;
  top: 18px;
  right: calc(-1*var(--f));
  padding-inline: .65em;
  line-height: 1.8;
  background: #EC6097;
  border-bottom: var(--f) solid #0005;
  border-left: var(--r) solid #0000;
  clip-path: 
    polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
      calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
      var(--r) calc(50% - var(--f)/2));
}
.copy{
    margin: 70px 0;
}
.posts .resources .top{
    background: #FFFAEE;
    border-color: #FED164;
}
.posts .case-studies .top{
    background: #E6FEED;
    border-color: #94C1A0;
}
.posts .funding .top{
    background: #EDE6FF;
    border-color: #C7B4FF;
}
.posts .sfwd-courses .top{
    background: #E5F5FE;
    border-color: #81D2FF;
}
.posts .bottom{
    padding: 24px;
}
.posts .bottom h4{
    color: #393939;
    font-size: 18px;
    line-height: 27px;
}
.posts .experience{
    margin: 15px 0 0;
}
.posts .experience p{
    margin: 0;
    font-family: 'VAGRoundedLTProLight';
}
.posts .experience p span{
    color: #A7204F;
    font-family: 'VAGRoundedLTProBold';
}
.posts .provided{
    margin: 15px 0 0;
}
.posts .provided p{
    margin: 0;
    font-family: 'VAGRoundedLTProLight';
}
.posts .provided p span{
    color: #A7204F;
    font-family: 'VAGRoundedLTProBold';
}
.posts a{
    text-decoration: none;
    color: #040707;
}
#info{
    padding: 20px 0;
}

#info h2{
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 28px; 
}

#info .wrap{
    border-top: 1px solid #EB6097;
    padding-top: 20px;
    display: flex;
}

#info .wrap .inner{
    border: 1px solid #A7204F;
    border-radius: 25px;
    font-family: 'VAGRoundedLTProLight';;
    font-size: 14px;
    padding: 10px 15px 7px 15px;
    margin-right: 10px;
}

#info .file{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}

#info .file p{
    color: #A7204F;
    font-family: 'VAGRoundedLTProLight';
    margin: 0;
}

#info .right .wrap{
    flex-direction: column;
}

#info .right .meta span:first-of-type{
    text-transform: uppercase;
}

#info .right .btn i{
    margin-right: 10px;
    margin-top: -3px;
}

#info .right .btn{
    display: flex;
    align-items: center;
}

#info .left .wrap{
    flex-wrap: wrap;
}

#info .left .wrap .inner{
    margin-bottom: 10px;
    text-decoration: none;
    color: #000000;
}
/* =======================================================
Sharelinks
=======================================================*/
#hero{
    position: relative;
    min-height: 350px;
}
#shareLinks{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 0;
}
#shareLinks a, #shareLinks div{
    background: #FFF3F8 0% 0% no-repeat padding-box;
    border: 1px solid #A7204F;  
    display: block;
    margin-bottom: 4px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#shareLinks img {
    margin: 0;
    display: block;
    max-height: 20px;
    max-width: 20px;
    height: 20px;
    width: 20px;
}
@media(max-width: 767px){
    #shareLinks{
        position: absolute;
        top: auto;
        bottom: 0;
        transform: translatey(0);
        right: 0;
        display: flex;
        width: 100%;
        justify-content: center;
    }
}
@media(max-width:576px){
    #info .right .file{
        flex-direction: column;
    }
    
    #info .right .btn{
        margin-top: 15px;
    }
}