body {
    width: 100%;
    overflow: hidden;
}
section.hero .hero_textpanel {
    right: 0;
}
section.hero .hero_textpanel p {
    width: 460px;
}

#cogs {
    position: absolute;
    left: 50%;
    top: 100px;
    z-index: 5;
}
#cog1 {
    position: absolute;
    top: 90px;
    left: 60px;
}
#cog2 {
    position: absolute;
    top: 340px;
    left: 5px;
}
#cog3 {
    position: absolute;
    top: 493px;
    left: 239px;
}
#cog4 {
    position: absolute;
    top: 678px;
    left: 106px;
}
#cog5 {
    position: absolute;
    top: 904px;
    left: 255px;
}

#machine .text_container {
    padding-right: 40%;
}
#working .text_container {
    padding-right: 20%;
}
#movingforward p, #movingforward a {
    color: #ffffff;
}
#movingforward a {
    font-weight: 600;
}
#movingforward img.arrow {
    vertical-align: middle;
    margin-left: 10px;
    width: 30px;
    height: 23px;
}
#movingforward {
    display: grid;
    grid-template-columns: 50% 15% 35%;
    grid-template-rows: auto;
    margin-bottom: 30px;
    align-content:flex-start;
    align-items:flex-start;
}
#movingforward .pagecontents {
    width: unset;
    margin-left: -425px;
    padding-right: 40px;
    justify-self: flex-start;
    align-self: flex-start;
}
#movingforward div.mdblue {
    background-color: #5B89B4;
    padding: 50px 20px 50px 20px;
}
#movingforward li {
    list-style-image: url("../images/check-yellow.png");
    color: #ffffff;
    font-weight: 600;
    margin-left: 25px;
    padding-left: 10px;
}
#movingforward div.blue button {
    margin-left: 35px;
}
#movingforward div.blue button:hover {
    background-color: #6791B9;
    border-color: #6791B9;
}
#expertise .buttoncontainer {
    text-align: center;
}
#expertise button.yellow:hover {
    background-color: #F0D486;
    border-color: #F0D486;
}

@media (max-width: 1000px) {
    div.body {
        position: relative;
    }
    #movingforward .leftmargin {
        display: none;
    }
    #movingforward {
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
        margin-bottom: 0;
    }
    #movingforward .pagecontents, #movingforward .image.bumpdown.blue {
        margin-left: unset;
        padding: 40px 10% 0 10%;
    }
    #movingforward div.mdblue {
        padding: 50px 10% 40px 10%;
    }
    #machine .text_container {
        padding-right: 40%;
    }
    #working .text_container {
        padding-right: 20%;
    }
    #cogs {
        position: absolute;
        left: 50%;
        top: 10px;
        z-index: 5;
    }
    #cog1 {
        position: absolute;
        top: 90px;
        left: 60px;
    }
    #cog2 {
        position: absolute;
        top: 340px;
        left: 5px;
    }
    #cog3 {
        position: absolute;
        top: 493px;
        left: 239px;
    }
    #cog4 {
        position: absolute;
        top: 678px;
        left: 106px;
    }
    #cog5 {
        position: absolute;
        top: 904px;
        left: 255px;
    }
}
@media (max-width: 600px) {
    #machine .text_container {
        padding-right: 0;
    }
    #working .text_container {
        padding-right: 0;
    }
    #cogs_container {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        bottom: 0;
        overflow: hidden;
    }
    #cogs {
        position: absolute;
        width: 300px;
        right: -50px;
        left: unset;
        top: 85px;
        z-index: 5;
    }
    #cog1 {
        position: absolute;
        top: 0;
        left: 85px;
        width: 175px;
    }
    #cog2 {
        position: absolute;
        top: 153px;
        left: 13px;
        width: 179px;
    }
    #cog3 {
        position: absolute;
        top: 266px;
        left: 150px;
        width: 150px;
    }
    #cog4 {
        display: none;
    }
    #cog5 {
        display: none;
    }
    #cog6 {
        position: absolute;
        top: -25px;
        right: 10px;
        width: 33%;
    }
}