﻿.fs-content {
    text-align: center;
    padding: 15px 10%;
}

    .fs-content.first {
        font-weight: bold;
        background-image: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.6)), url('../../Images/carrersBG.png');
        /*background-image: url('../../Images/carrersBG.png');*/
        /*background-size: cover !important;*/
        background-size: 100% 130%;
        background-repeat: no-repeat;
    }

.findCo.fs-content.first h1 {
    font-size: 30px;
}

.findCo.fs-content.first h2 {
    font-size: 25px;
}

.findCo.fs-content.first p {
    font-size: 20px;
}

.div100, .div75, .div50, .div33, .div25, .div16 {
    float: left;
}

.div100 {
    width: 100%;
    margin-top: 3%;
}

.div75 {
    width: 75%;
}

.divMission85 {
    width: 85%;
}

.divMission14 {
    width: 14%;
}

.div50 {
    width: 50%;
}

.div33 {
    width: 33.33%;
}

.div25 {
    width: 25%;
}

.div16 {
    width: 16.67%;
}

.divBlock {
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    /*height: 80px;*/
    line-height: 80px;
    font-size: large;
}

.divblue {
    background: #5b9bd5;
    border: 2px solid #41719c;
    color: white;
}

    .divblue span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        padding: 0 20px;
    }

.blue-button {
    padding: 0;
    border: 0;
    float: none;
    margin-right: 0;
    font-size: inherit;
    line-height: 30px;
}

.ulVideo {
    list-style-type: none;
    margin: 0 auto;
    /*text-align: left;*/
}

a.lnkVideo:hover, a.lnkVideo:focus {
    color: #0088cc;
}

.divMission {
    border: 1px solid #0072c6;
    margin: 0 auto;
}

    .divMission .divHead {
        border: 1px solid #0072c6;
        color: white;
        font-weight: bold;
        background: #0072c6;
        font-size: large;
        line-height: 25px;
    }

    .divMission .divContent {
        border: 1px solid #0072c6;
        border-style: hidden;
        overflow: hidden;
    }

        .divMission .divContent .div25 {
            text-align: right;
        }

        .divMission .divContent p {
            text-align: left;
            margin: 10px;
            padding-top: 10px;
        }

.WhyPBSContent {
    padding: 10px 5px;
}

.imgCorrect {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

.divCircle {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 100px;
    background: #055fa1;
    margin: 0 auto;
    color: white;
    border: 2px solid #41719c;
    width: 200px;
    height: 200px;
    line-height: 200px;
    font-size: large;
}

a.lnkVideo {
    font-size: large;
}

.divCircle span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 0 20px;
}

.divCenter25 {
    width: 25%;
    margin: 0 auto;
}

.divCenter75 {
    width: 75%;
    margin: 0 auto;
}

.briefText {
    text-align: left;
    padding: 10px 0px 0 0;
}

.left20 {
    margin-right: 20px;
}

.left15 {
    margin-right: 15px;
}

.center1010 {
    margin-left: 10px;
    margin-right: 10px;
}

.right20 {
    margin-left: 20px;
}

.right15 {
    margin-left: 15px;
}

@media only screen and (max-width: 870px) {
    .findCo.fs-content.first h1 {
        font-size: 25px;
    }

    .findCo.fs-content.first h2 {
        font-size: 20px;
    }

    .divblue {
        font-size: 16px;
    }

        .divblue span {
            padding: 0;
        }

    .ulVideo, .divMission {
        width: 100%;
    }

    .blue-button {
        padding: 0;
    }
}

@media only screen and (max-width: 800px) {
    .fs-content.first {
        background-size: cover;
    }

    .divMission .divContent .div25 {
        text-align: center;
        margin-bottom: 3%;
    }

    .fs-content {
        padding: 15px;
    }

    .div100, .div25, .div33, .div50, .div75, .divCenter25, .divCenter75 {
        float: none;
        width: 100%;
        margin-top: 3%;
        margin-bottom: 6%;
    }

    .left20, .left15, .center1010, .right20, .right15 {
        margin: 0px;
    }

    .briefText {
        padding: 15px 0;
    }

    .div16 {
        display: none;
    }

    .team-header-title {
        font-size: 35px;
    }
}
