/* General */

main section {
    clear: both;
    margin-top: 40px;
}

.banner {
    background-image: url('../images/facultypositions-banner.jpg');
    height: 250px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.collage1 {
    background-image: url('../images/banner-collage1.jpg');
    height: 30vw;
    min-height: 250px;
    max-height: 400px;
    background-size: 100%;
    background-position: 50% 15%;
    background-repeat: no-repeat;
}

.collage2 {
    background-image: url('../images/banner-collage2.jpg');
    height: 30vw;
    min-height: 250px;
    max-height: 400px;
    background-size: 100%;
    background-position: 40% 20%;
    background-repeat: no-repeat;
}

.collage3 {
    background-image: url('../images/banner-collage3.jpg');
    height: 30vw;
    min-height: 250px;
    max-height: 400px;
    background-size: 100%;
    background-position: 55% 25%;
    background-repeat: no-repeat;
}

.collage4 {
    background-image: url('../images/banner-collage4.jpg');
    height: 30vw;
    min-height: 250px;
    max-height: 400px;
    background-size: 100%;
    background-position: 55% 15%;
    background-repeat: no-repeat;
}

.collage5 {
    background-image: url('../images/banner-collage5.jpg');
    height: 30vw;
    min-height: 250px;
    max-height: 400px;
    background-size: 100%;
    background-position: 80% 20%;
    background-repeat: no-repeat;
}

.collage {
    margin-bottom: 50px;
}

.collage>div {
    width: 20%;
    float: left;
    height: 5vw !important;
    background-size: cover;
    margin-bottom: 50px;
    border-right: 3px solid #fff;
}

.collage>div:last-child {
    border-right: 0;
}

#jobs-form .button {
    margin-bottom: 1rem;
    padding: 1rem 2rem 1.15rem;
    background-color: #b1040e;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    background-image: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    cursor: pointer;
    display: inline-block;
    border: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    width: auto;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    height: auto;
}

#jobs-form .button:hover,
#jobs-form .button:focus {
    background-color: #2e2d29;
    color: #fff;
    text-decoration: underline;
}

#jobs-form input[type=text],
#jobs-form input[type=email] {
    background-image: none;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.8rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#PageUpPeopleLink {
    display: none;
}


/* Search Results */

#search-results table,
#recent-jobs table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0;
}

#search-results table thead,
#recent-jobs table thead {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

#search-results table td,
#search-results table th,
#recent-jobs table td,
#recent-jobs table th {
    padding: 0;
    border: none;
    display: block;
}

#search-results table tr.summary td,
#recent-jobs table tr.summary td {
    border-bottom: 1px solid #b6b1a9;
    padding: 1.5rem 0;
}

#search-results table tr.summary:last-child td,
#recent-jobs table tr.summary:last-child td {
    border-bottom: none;
}

#search-results tr:not(:first-child) td:first-child,
#recent-jobs tr:not(:first-child) td:first-child {
    padding-top: 1.5rem;
}

#search-results td:nth-child(2)::before,
#recent-jobs td:nth-child(2)::before {
    content: "Location: ";
    font-weight: bold;
}

#search-results td:nth-child(3)::before,
#recent-jobs td:nth-child(3)::before {
    content: "Closes: ";
    font-weight: bold;
}

#search-results tr:first-child td,
#recent-jobs tr:first-child td,
#search-results tr.summary td,
#recent-jobs tr.summary td,
#recent-jobs li:first-child,
#search-results li:first-child {
    border-top: 0
}

.job-link {
    font-size: 1.25em;
    display: block
}

.job-link::after {
    height: 12px;
    width: 12px;
}


/* Job Mail */

#job-mail {
    float: right;
    text-align: right;
}

#job-mail #job-mail-trigger {
    display: inline-block;
}

#job-mail-content {
    text-align: left;
    border: 1px solid #ddd;
}


/* Job Details */

.apply-link.button {
    margin-top: 1rem;
}

#job-details {
    border-top: 1px solid #bbb;
    margin-top: 20px;
    padding-top: 20px;
}

#job-details table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0;
}

#job-details table td,
#job-details table th {
    padding: 0;
    border: none;
    display: block;
    width: 100%;
}

#job-details table th {
    font-weight: bolder;
    background: transparent;
    padding-top: 0.5em;
}

#social-media {
    background: #f4f4f4;
    margin-bottom: 20px;
    padding: 20px 10px 10px 10px;
}

#social-media h2 {
    font-size: 1em;
    margin: 0;
}


/* Side Content */

#side-content {
    font-size: 17px;
}

#side-content h2 {
    font-size: 1.2em;
    margin-top: 0;
}

#side-content h3 {
    font-size: 1em;
    margin-bottom: 1rem;
}

#pup-search,
#search-filter {
    background: #f4f4f4;
    padding: 20px;
    margin-bottom: 20px;
    border: 0;
}

#pup-search label,
#search-filter label {
    margin-top: 2px;
    text-indent: -28px;
    margin-left: 28px;
}

#search-keyword {
    width: 100%;
}

ul.filter li {
    padding: 0 0 0 4px;
}

.filter-group-title {
    font-weight: 600;
}