/* Job Filters */

#search-filter-toggle {
    display: none;
}

#filter-toggle-button {
    width: 100%;
}

#side-filters {
    width: 30%;
    float: left;
    padding-right: 24px;
}

#searchbox-listing {
    padding-right: 0px;
}

#resultcount {
    font-weight: bold;
}

.filter {
    list-style-type: none;
    padding-left: 0px;
}

.filter-wrapper {
    left: 30px;
    width: calc(100% - 30px);
    position: relative;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 3px 5px 0;
}

.filter input[type="checkbox"] {
    right: 30px;
    position: relative;
}

.count:before {
    content: "| ";
}

.filter-wrapper .count {
    font-weight: bold;
}

label {
    font-weight: normal;
    display: inline;
    margin-left: -23.5px;
}

.filter-group-title {
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    right: 30px;
}

/* Search Bar */

#search-box {
    margin-bottom: 30px;
}

#search-keyword {
    border: 1px solid #333333;
    height: 48px;
    padding: 12px;
    width: 100%;
    border-radius: 15px;
}

#job-search-button-wrapper {
    height: 48px;
    width: 19%;
}

.btn_Wrap_CTALink {
    margin-top: 0px;
    margin-bottom: 16px;
}

.shortdescription {
    margin-bottom: 30px;
}

/* Search Results */

#searchbox-listing {
    width: 70%;
    display: inline-block;
}

.more-link {
    display: block;
    width: 100%;
    height: 48px;
    padding: 10px;
    margin-top: 12px;
    font-family: "Museo500", serif !important;
    position: relative;
    display: inline-block;
    color: #ffffff;
    border: solid 2px #e60028;
    overflow: hidden;
    cursor: pointer;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
    border-radius: 17px;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    background: #e60028;
    border-color: #e60028;
}

.more-link:hover {
    color: #ffffff;
    border-color: #a2001c;
    background-color: #a2001c;
    text-decoration: underline;
}

.more-link:focus {
    color: #ffffff;
}

th {
    padding: 10px;
}

tr:not(.summary) td {
    padding: 10px;
    border-top: solid 2px #f5f5f5;
    padding-top: 25px;
}

td .job-link {
    font-weight: bold;
    color: #000054;
}

.summary td {
    padding: 10px;
    padding-bottom: 25px;
}

/* Message */

#campaignsDiv {
    padding: 15px;
    background-color: #f5f5f5;
    margin-top: 30px;
}

#campaignsDiv h2 {
    margin-top: 0px;
    font-size: 20px;
    line-height: 24px;
}

#mastercamp {
    margin-bottom: 0px !important;
    padding: 0px !important;
}

/* PageUp Link */
#PageUpPeopleLink {
    margin-top: 20px;
    color: #000054;
}

/* Subscribe form */

#subscribe h3 {
    font-weight: normal !important;
}

#job-mail-subscribe-email {
    border: 1px solid #333333;
    height: 48px;
    padding: 12px;
    width: 100%;
    border-radius: 15px;
}

/* Job Mail */

.script div {
    display: none;
}

.focus div {
    display: block;
}

#job-mail-trigger {
    font-family: "Museo500", serif !important;
    font-size: 16px;
    line-height: 24px;
    color: #000054;
    margin-top: 16px;
    margin-bottom: 16px;
}

#job-mail-trigger .fa-chevron-right {
    font-size: 12px;
    margin-left: 8px;
    color: #e60028;
}

#job-mail-trigger:hover .fa-chevron-right {
    -webkit-animation: bounceRight 1s alternate;
    -webkit-animation-iteration-count: alternate;
    animation: bounceRight 1s alternate;
    animation-iteration-count: alternate;
}

#job-mail-content {
    padding: 15px;
    background-color: #f5f5f5;
    color: #000054;
    margin-top: 20px;
}

#job-mail-subscribe p:first-of-type {
    margin-top: 0px;
    font-size: 20px;
    line-height: 24px;
    font-family: "Museo500", serif !important;
}

#job-mail-subscribe-email {
    margin-bottom: 14px;
}

#job-mail-subscribe-button {
    width: 100%;
    height: 48px;
    padding: 10px;
    margin-top: 12px;
    font-family: "Museo500", serif !important;
    position: relative;
    display: inline-block;
    color: #ffffff;
    border: solid 2px #e60028;
    overflow: hidden;
    cursor: pointer;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
    border-radius: 17px;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    background: #e60028;
    border-color: #e60028;
}

#job-mail-subscribe-button:hover {
    color: #ffffff;
    border-color: #a2001c;
    background-color: #a2001c;
    text-decoration: underline;
}

.g-recaptcha div {
    margin: 0 auto;
}

/* Messages */

#messages {
    background-color: #f5f5f5;
    color: #000054;
    margin-bottom: 20px;
}

#message-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#message-list li {
    padding: 5px 20px;
}

#message-list li:first-of-type {
    padding-top: 20px;
}

#message-list li:last-of-type {
    padding-bottom: 20px;
}

/* Job Content */

#job-content div {
    width: 100%;
}

#job-content h1 {
    font-weight: normal;
    color: #000054;
}

a.apply-link.button {
    height: 48px;
    padding: 10px;
    margin: 16px 0px;
    font-family: "Museo500", serif !important;
    position: relative;
    display: inline-block;
    color: #ffffff;
    border: solid 2px #e60028;
    overflow: hidden;
    cursor: pointer;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
    border-radius: 17px;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    background: #e60028;
    border-color: #e60028;
}

a.back-link.button {
    height: 48px;
    padding: 10px;
    margin: 16px 0px;
    font-family: "Museo500", serif !important;
    position: relative;
    display: inline-block;
    color: #000054;
    border: solid 2px #f5f5f5;
    overflow: hidden;
    cursor: pointer;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
    border-radius: 17px;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    background: #f5f5f5;
    border-color: #f5f5f5;
}

a.back-link.button:hover {
    color: #000054;
    border-color: #f0f0f0;
    background-color: #f0f0f0;
    text-decoration: underline;
}

a.apply-link.button:hover {
    color: #ffffff;
    border-color: #a2001c;
    background-color: #a2001c;
    text-decoration: underline;
}

/* CTA Buttons */

.btn_Wrap_Primary .rmit_primaryBtn {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.btn_Wrap_Secondary .rmit_secondaryBtn {
    margin-bottom: 0px;
    width: 100%;
}

/* Job */

#job-content img[src="https://az29734.vo.msecnd.net/clients/469/RMIT SAB strip image.png"] {
    display: none;
}

/* PageUp Link */
#PageUpPeopleLink {
    font-size: 14px;
    color: #808080;
    margin-bottom: 20px;
}

/* Override Inline */

#job-content div[style] {
    width: 100% !important;
    font-size: 16px !important;
    text-align: left !important;
}

#job-content p[style] {
    font-size: 16px !important;
    text-align: left !important;
}

#job-content h1 {
    font-family: "Museo500", serif !important;
    font-size: 36px !important;
    line-height: 40px !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    color: #000054 !important;
}

/* Responsive */
@media (max-width: 760px) {
    #side-filters {
        width: 100%;
        float: none;
        padding-right: 0px;
    }

    #searchbox-listing {
        width: 100%;
        padding-right: 0px;
    }
}

/* Filter Toggle */

.collapse_button{
    height: 48px;
    padding: 10px;
    width: 100%;
    margin: 5px 0px;
    font-family: "Museo500", serif !important;
    position: relative;
    display: inline-block;
    border: solid 2px #f5f5f5;
    overflow: hidden;
    cursor: pointer;
    transition: 0.08s ease-in;
    -o-transition: 0.08s ease-in;
    -ms-transition: 0.08s ease-in;
    -moz-transition: 0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
    border-radius: 17px;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    background: #f5f5f5;
    border-color: #f5f5f5;
}

.collapse_button a {
    color: #000054;
}

.collapse_button:hover {
    border-color: #f0f0f0;
    background-color: #f0f0f0;
    text-decoration: underline;
}