/**
 * Procurement page css
 */


/**
 * Welcome section
 */
.content-weed-control .welcome-section {
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.content-weed-control .welcome-section .welcome-info-wrap {
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.content-weed-control .welcome-section .welcome-info-wrap .subtext {
    font-size: 1.23em;
    color: #325674;
    line-height: 1.2em;
}

.content-weed-control .welcome-section .contact-dept-wrap {
    padding-top: 20px;
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.content-weed-control .welcome-section .news-items-wrap {
    clear: left;
}

@media only screen and (min-width : 992px) {
    .content-weed-control .welcome-section .welcome-info-wrap {
        float: left;
        width: 438px;
        margin-right: 40px;
    }

    .content-weed-control .welcome-section .contact-dept-wrap {
        float: right;
        width: 250px;
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .content-weed-control .welcome-section .news-items-wrap {
        float: left;
        width: 438px;
        margin-right: 40px;
    }

}

@media only screen and (min-width : 1240px) {
    .content-weed-control .welcome-section .welcome-info-wrap {
        width: 560px;
    }

    .content-weed-control .welcome-section .contact-dept-wrap {
        width: 320px;
    }

    .content-weed-control .welcome-section .news-items-wrap {
        width: 560px;
    }
}

/**
 * News section
 */
@media only screen and (min-width : 992px) {
    .content-weed-control .welcome-section .news-items-wrap .news-item .top-info-wrap {
        width: 220px;
        margin-right: 20px;
        float: left;
    }

    .content-weed-control .welcome-section .news-items-wrap .news-item .bottom-info-wrap {
        padding-left: 240px;
    }
}

/**
 * Team section
 */
.content-weed-control .team-section {
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

