﻿
/*----------------- HOME PAGE WIDGETS -------------------- */

.carousel {
    width: 700px;
    height: 300px;
    border-radius: 3px;
    background: #b4b2b2;
}

.site-search {
    background: #cbcbcb;
    display: table;
    padding: .6em 0 .5em 4em;
    width: 100%;
}

    .site-search h5 {
        font-family: 'Oswald','Open Sans',Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-size: 1.3em;
        float: left;
        margin: 0;
        padding: .4em .5em 0 0;
    }

    .site-search select {
        float: left;
        font-size: .85em;
        margin-right: .5em;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
        ::i-block-chrome, .site-search select {
            line-height: 2;
        }
    }

.siteSearchInput {
    position: relative;
    width: 275px;
    float: left; 
}

    .site-search input[type=text] {
        font-size: .85em;
        padding: .6em 0 .5em .6em;
        width: 100%;
        box-sizing: border-box;
    }

    .searchGo {
        position: absolute;
        right: 1px;
        top: 2px;
    }

        .searchGo input {
            background: #607ca4;
            border-radius: 3px;
            color: #fff;
            font-size: 1em;
            padding: .3em .5em;
            position: relative;
            text-transform: uppercase;
        }

.search-error {
    float: right;
    font-size: .75em;
    width: 110px; 
    width: 90px\0/;
}  


.featured-employer {
    width: 300px;
    /*height: 300px;*/
    margin-bottom: .75em;
}

    .featured-employer > div {
        padding: .5em;
    }

    .featured-employer > div#divFeaturedJobs {
        padding: 0 .5em .5em;
    }

    .featured-employer .featured-text {
        font-size: .8em;
        line-height: 1.35;
        display: block;
        width: 100%;
        margin-top: -1.5em;
    }

    .featured-employer h4 {
        border-top: 1px solid #95a4a7;
        margin: 0 .5em .5em;
        padding: .3em 0 0;
        color: #3c4f63;
        font-weight: 600;
        font-size: .9em;
    }

    .featured-employer li {
        line-height: 1.25;
        font-size: .9em;
        list-style: none;
        margin: 0;
    }

    .featured-employer li a {
        font-size: .85em;
    }


.hotspot {
    width: 300px;
    clear: right; 
    float: right;
    padding-right: 1em;
}

    .hotspot p {
        text-align: right;
        font-size: .8em;
        line-height: 1.25;
    }

.news-tabs {
    width: 700px;
    min-height: 874px;
}

.see-all {
    text-align: right;
    display: block;
    padding: 1em 0 0;
}

/* tabs styles located in css/tabs.css */

.home-ad-300 {
    width: 300px;
    height: 250px;
}

.home-hotbeds {
    width: 300px;

/*----------------- // HOME PAGE WIDGETS -------------------- */
