/* Engineering */
.engineering-bg {
    background: url('../media/images/s24_start_engineering-2.jpg') 50% 50% no-repeat;
    height: 600px;
    background-size: cover;
}
#engineering-start .box-white-transparent {
    position: absolute;
    bottom: 0;
}
#engineering-start .numbers p {
    font-weight:inherit;
}
#engineering-posts .engineering-post {
    background:#fff;
    border-radius:30px;
    padding:25px 25px 20px;
    color:#000;
}
#engineering-posts .engineering-post p {
    color:#0A314C;
}
#engineering-posts .moretag {
    display:none;
}
#engineering-posts .engineering-post .thumb {
    background-color: #fff;
    padding: 5px;
    border-radius: 100%;
    border: 2px dotted #b3b3b3;
    overflow: hidden;
    height:200px;
    width:200px;
    margin: 0 auto 10px;
}

#engineering-posts .engineering-post h3 {
    margin: 20px 0 15px;
    line-height: 1.2em;
    font-size: 1.6em;
}
#engineering-posts .engineering-post h3 a {
    font-style:normal;
    color: #0A314C;
    text-decoration: none;
}
#engineering-posts .engineering-post h3 a:hover {
    text-decoration: underline;
}
#engineering-posts .engineering-post .tags {
    margin:0;
}
#engineering-posts .engineering-post .tags span {
    background: #fef440;
    padding: 5px 10px;
    margin:0 5px 10px;
    display: inline-block;
    font-style: normal;
    color: #0A314C;
    text-decoration: none;
}

#engineering-post .mood {
    height: 500px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}
#engineering-post .mood .container {
    height:100%;
    position: relative;
}
#engineering-post .mood h1,
#engineering-post .mood .meta {
    background: #fff;
    padding: 10px 20px;
    z-index: 2;
    position: absolute;
}
#engineering-post .mood .meta {
    bottom:20px;
}
#engineering-post .mood h1 {
    bottom:53px;
}
.author-box {
    padding:60px 60px 40px;
    text-align:center;
}
.author-box .avatar {
    border-radius:100%;
    background-color: #fff;
    padding: 5px;
    border: 2px dotted #b3b3b3;
    overflow: hidden;
    margin: 0 auto 10px;
}
.author-box .author {
    display:block;
    margin:5px 0 10px;
    font-weight:400;
}
.author-box .social {
    border-bottom:2px dotted #b3b3b3;
    padding: 0 0 20px;
    margin:0 0 20px;
}

.thumb{
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb img{
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 200%;
}

/*Mobile*/
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width:1200px) {
    #engineering-start .numbers p {font-size: 0.9em;}
    #engineering-start .numbers p.big-number {font-size: 2.0em;}
}

/* Large devices (desktops, 992px and up) */
@media (max-width:992px) {
    .engineering-bg {height: 480px;}
    #engineering-posts .engineering-post .thumb {height: 160px;width: 160px;}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    #engineering-posts .engineering-post .thumb {height: 100px;width: 100px;}
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    #engineering-posts .engineering-post .thumb {height: 160px;width: 160px;}
}

/* Smallest devices */
@media (max-width: 400px) {
}
