html {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

/* IE10+ */
::-ms-clear {
    display: none;
}

.section {
    clear: both;
    padding: 0;
    margin: 0;
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col:first-child {
    margin-left: 0;
}

.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.53%;
}

.span_10_of_12 {
    width: 83.06%;
}

.span_9_of_12 {
    width: 74.6%;
}

.span_8_of_12 {
    width: 66.13%;
}

.span_7_of_12 {
    width: 57.66%;
}

.span_6_of_12 {
    width: 49.2%;
}

.span_5_of_12 {
    width: 40.73%;
}

.span_4_of_12 {
    width: 32.26%;
}

.span_3_of_12 {
    width: 23.8%;
}

.span_2_of_12 {
    width: 15.33%;
}

.span_1_of_12 {
    width: 6.866%;
}

@media only screen and (max-width: 500px) {
    .col {
        margin: 1% 0 1% 0;
    }

    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
        width: 100%;
        display: block;
    }
}

html, body {
    height: auto;
}

body {
    max-width: 800px;
    min-width: 280px;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    line-height: 1.3;
    text-align: left;
    padding: 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.removeMargin {
    margin-top: 0;
    margin-bottom: 0;
}


*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #00518c;
}

.clearfix:after, .clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
    display: block;
}

.mainContainer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

section#jobResults {
    margin-top: 0;
    margin-right: 0;
    border-top: 1px solid #000;
}

section#jobResults .item {
    padding: 0 4px;
}

section#jobResults p {
    line-height: 16px;
    padding: 0 25px 0 0;
}

section#jobResults .jobContent {
    border-bottom:solid 1px #000;
    padding: 15px 5px 5px 10px;
}

section#jobResults .jobContent p {
    margin-top: 5px;
}

section#jobResults small {
    font-size: 25px;
}

section#jobResults.rowContent {
    padding: 20px;
    margin-bottom: 8px;
    background-color: #fff;
}


section#jobResults .noRecords {
    font-size: 20px;
}

section#jobResults .logoSection {
    max-height: 100px;
    max-width: 107px;
}

section#jobResultsInLine .noRecords {
    font-size: 20px;
}


@media screen and (max-width: 500px) {

    .logoSection {
        margin-bottom: 20px !important;
    }
    section#jobResults .logoSection {
        max-width: 120px;
    }
}