.searchResults {display:flex; flex-wrap:wrap;}
.sb-result {background-color:#f4f4f4; margin-bottom:2%; overflow:hidden;}
@media (min-width:768px) {
    .sb-result {flex:1 0 48%;}
    .sb-result:nth-child(odd) {margin-right:1%;}
    .sb-result:nth-child(even) {margin-left:1%;}
}
.sb-result h2.sb-subject-name {background-color:#e42312; box-shadow:0 0 4px #555; font-size:22px; margin:0; min-height:106px; text-transform:uppercase;}
.sb-result .sb-subject-name a {color:#fff; display:block; padding:20px; text-decoration:none;}
.sb-result .sb-summary {display:table-cell; padding:20px; vertical-align:top;}
.sb-result p.sb-description {font-size:16px; line-height:1.4;}
.sb-result .sb-tags {font-size:16px;}
.sb-result .sb-tag {background-color:#000; color:#fff; display:inline-block; margin-bottom:4px; padding:0px 10px; text-decoration:none;}
.sb-result .sb-tag:hover {background-color:#FF9E1B; color:#000;}
.sb-result p.sb-detail-link {margin:0;}

.facet-filter.off-screen + label {background:transparent url(/__data/assets/image/0003/565095/small-red-x.png) no-repeat 0 3px; padding-left:22px;}

/*.sb-result .sb-detail-link a {background:transparent url(http://wwwqas.latrobe.edu.au/__data/assets/image/0006/557538/chevron-black-right.png)no-repeat -11px -3px; font-family:'Roboto Bold',sans-serif; padding-left:18px; text-decoration:none; text-transform:uppercase;}*/

.sb-result .sb-sidebar {background-color:#000; display:table-cell; max-width:80px; min-width:80px; vertical-align:top; text-align:center;}
.sb-result .sb-sidebar abbr {color:#fff; display:block; font-family:'Roboto Bold',sans-serif; font-size:26px;}
.sb-result .sb-sidebar img {padding:16px;}
.sb-result .sb-credit-points {color:#ff9e1b; display:block; font-family:'Roboto Bold',sans-serif; font-size:26px;}

.sb-subject-code.shout {line-height:52px;}

.essentials-icons {display:inline-block; vertical-align:top;}
.content-wrapper div .essential-icon {background:#e42312; border:none; float:none; padding:2px;}
.content-wrapper div .essential-icon:hover {background-color:#000;}
.sb-essential-gc-icon {background-image:url(/__data/assets/image/0008/560177/e-gc.png); background-position:15px 9px; background-repeat:no-repeat; padding:16px 15px 20px 76px;}
.sb-essential-st-icon {background-image:url(/__data/assets/image/0009/560178/e-st.png); background-position:15px 9px; background-repeat:no-repeat; padding:16px 15px 20px 76px;}
.sb-essential-ie-icon {background-image:url(/__data/assets/image/0010/560179/e-ie.png); background-position:15px 9px; background-repeat:no-repeat; padding:16px 15px 20px 76px;}
.subject_page .tooltip {width:340px;}

.subject_page .sb-subject-offer-year, .subject_page .sb-credit-points {line-height:52px;}

.slideout {
    -webkit-animation-name: slideOut;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 2.5s;   
    animation-name: slideOut;
    animation-iteration-count: once;
    animation-timing-function: ease-out;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes slideOut {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -10000px;
    }
}

@-webkit-keyframes slideOut {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -10000px;
    }
}

/* hide current asset name in local nav */
.a561710 .local-nav li.current,
.a598978 .local-nav li.current,
.a558474 .local-nav li.current,
.a558478 .local-nav li.current
 {
    display: none;
}

.form-input-row {
    display: flex;
    align-items: baseline;
}

.form-input-row label {
    flex: 1 0 100px;
}
