
.related p {
    font-weight: 700;
}

.related > a {
    border: 2px solid #faf1e0;
    color: #faf1e0;
    display: inline-block;
    text-align: center;
    margin: 20px 10px;
    padding: 20px;
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
}

.related a:hover {
    color: rgba(0,0,0,0.2);
    border-color: rgba(0,0,0,0.2);
}

.related a img {
    max-width: 100%;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.related a:hover img,
.related a:active img {
    opacity: 1;
}

.related a h3 {
    margin: 0;
    padding: 0.5em 0 0.3em;
    max-width: 300px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1em;
    text-align: left;
    font-family: "Merriweather Sans", sans-serif;
}

/* Demo mockups */
.mockup-content {
    text-align: center;
}

.demo-4 .mockup-content {
    padding: 1em 0 3em;
}

.demo-5 .mockup-content {
    padding: 1em 0 6em;
}

.mockup-content > span {
    display: block;
    background: rgba(0,0,0,0.1);
    height: 50px;
    width: 100%;
    margin: 0 0 10px;
    clear: both;
}

    .mockup-content > span:nth-child(2),
    .mockup-content > span:nth-child(3),
    .mockup-content > span:nth-last-child(2) {
        width: calc(50% - 5px);
        float: left;
        clear: none;
        height: 80px;
    }

    .mockup-content > span:nth-child(3),
    .mockup-content > span:nth-last-child(2) {
        float: right;
    }

    .mockup-content > span:nth-last-child(2) {
        width: calc(100% - 310px);
    }

.no-js .mockup-content > span:nth-last-child(2) {
    width: 100%;
}

.mockup-content h2 {
    font-size: 2em;
    margin: 0;
}

.mockup-content > p {
    font-family: 'Blokk', sans-serif;
    font-size: 0.85em;
    text-align: center;
    opacity: 0.5;
    margin: 0;
    overflow: hidden;
}

.no-js .joiner {
    display: block;
}

.demo-5 .mockup-content > p {
    font-size: 1.4em;
    margin: 0;
    padding: 0.5em 0;
    text-align: justify;
    font-family: 'Lato', Arial, sans-serif;
}

.js .fixed-block {
    min-height: 300px;
    position: relative;
}

.mockup-left {
    float: left;
    max-width: 100%;
    overflow: hidden;
    width: 300px;
    margin: 0 40px 50px 0;
    background: rgba(0,0,0,0.1);
    height: 400px;
    position: relative;
}

    .mockup-left::after {
        content: '\2234';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        color: rgba(0,0,0,0.05);
        font-size: 15em;
    }

.mockup-right {
    text-align: left;
}

html.demo-7, .demo-7 body {
    overflow-x: hidden;
    height: 100%;
}

.demo-7 .container {
    width: 100%;
    position: absolute;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0.1s;
    transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0.1s;
}

.no-js.demo-7 .container {
    width: calc(100% - 300px);
    right: 0;
}

.pushed.container {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
}

@media screen and (max-width: 770px) {
    .mockup-left {
        float: none;
        margin: 0 auto 20px;
    }

    .mockup-right {
        text-align: center;
    }

    .joiner {
        display: block;
    }
}

@media screen and (max-width: 400px) {
    .mockup-content > span:nth-last-child(2) {
        width: calc(100% - 210px);
    }
}

@media screen and (max-width: 25em) {

    .codrops-icon span {
        display: none;
    }
}


.morph-button.morph-button-overlay {
    margin: 30px auto !important;
}


#modal-career-form .content-style-form input[type="text"], #modal-career-form .content-style-form input[type="password"], #modal-career-form textarea, #modal-career-form .content-style-form input[type="email"] {
    font-size: 1em !important;
    margin-bottom: 0.2em !important;
    border: 2px solid #78b942 !important;
    color: #78b942;
    width: 100% !important;
    padding: 10px;
}

#modal-career-form textarea {
    padding: 1em;
}

.content-style-form button {
    width: none;
    line-height: 0 !important;
}

.content-style-form {
    padding: 2em 0;
}

#modal-career-form .content-style-overlay {
    width: 40%;
    margin: auto;
}

.morph-button-overlay .morph-content {
    background-color: rgba(0,113,169,0.5) !important;
}

.content-style-form h3 {
    margin-top: 0 !important;
}

.content-style-overlay p {
    padding: 0 !important;
}





/*Browse Button*/

div.upload {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px !important;
    display: inline-block !important;
    /*  height: 30px !important;*/
    padding: 3px 40px 3px 3px !important;
    position: relative !important;
    width: auto !important;
}

    div.upload:hover {
        opacity: 0.95 !important;
    }

    div.upload input[type="file"] {
        display: input-block !important; /* width: 100%; 
    height: 30px;*/
        top: 5px;
        opacity: 0 !important;
        cursor: pointer !important;
        position: absolute !important;
        left: 0 !important;
    }

.uploadButton {
    background-color: #425F9C !important;
    border: none !important;
    border-radius: 3px !important;
    color: #FFF !important;
    cursor: pointer !important;
    display: inline-block !important;
    height: 30px !important;
    margin-right: 15px !important;
    width: auto !important;
    padding: 0 20px !important;
    box-sizing: content-box !important;
}
.content-style-overlay .icon-close { color:rgba(255,255,255,1) !important; font-size:2em;
}