/* Sticky div at top when scrolling */
#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
}
/* Grid element heights */
.equal-height-80 {
    min-height: 80px;
}
.equal-height-190 {
    min-height: 190px;
}
.equal-height-210 {
    min-height: 210px;
}
.equal-height-300 {
    min-height: 330px;
}
.equal-height-340 {
    min-height: 340px;
}
.equal-height-390 {
    min-height: 390px;
}
.equal-height-400 {
    min-height: 400px;
}
.equal-height-420 {
    min-height: 420px;
}
.equal-height-440 {
    min-height: 440px;
}
/* Views pager */
ul.pager {
    padding-top: 20px;
}
/* news */
.news {
    height: 370px;
    border-bottom: #ccc 1px solid;
    position: relative;
}
.readmore-news {
    position: absolute;
    top: 346px;
    text-align: right;
}
/* Paddy */
.paddy {
    margin: 20px 10px 10px 10px;
    padding-top: 10px;
}
/* Degree programs lists */
.degree div {
    position: relative;
}
.degree div .fa {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
}
/* Blog author */
.anu-round-image-wrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
    width: 100%;
    min-height: 260px;
}
.anu-round-image-primary {
    z-index: 1;
}
.anu-round-image-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
}
/* Social wall */
.stream li .section-thumb img {
    padding: 0!important;
    width: 100%!important;
    max-width: 100%!important;
}
.stream li .section-thumb {
    width: 100%!important;
}
.stream li .section-text img {
    padding: 0;
    width: 100%!important;
    max-width: 100%!important;;
}
.stream li {
    font-size: 1em;
}
.dcsns-toolbar {
    margin-left: 20px;
}

/*/*/@media only screen and (min-width: 960px){
    .stream li {
        width: 29.1666%;!important;
        margin: 20px!important;
    }
}

/*/*/@media only screen and (min-width: 600px) and (max-width: 959px){
    .stream li {
        width: 43%;
        margin: 20px;
    }
}

/*/*/@media only screen and (min-width: 480px) and (max-width: 599px){
    .stream li {
        width: 41.5%;
        margin: 20px;
    }
}

/*/*/@media only screen and (min-width: 320px) and (max-width : 479px){
    .stream li {
        width: 90%;
        margin: 20px;
    }
}

/* Site banner */
#bnr-h-lines .bnr-line-1 h1 {
  letter-spacing: 0.04em;
}

/* Maps */
.science-map-container .geolocation-map,
.science-map-container img,
iframe.geolocation-map {
    position: relative;
    border: 1px solid #ACC0C6;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 1em;
    max-width: 598px;
    max-height: 398px;
}

/* Positioning */
.relative {
    position: relative;
}
.absolute-top-right {
    position: absolute;
    top: 0;
    right: 0;
}

/* Alternative widths */
.w25 {width: 25%;}
.w33 {width: 33%;}
.w50 {width: 50%;}
.w66 {width: 66%;}
.w75 {width: 75%;}

/* Events lists responsive */
@media only screen and (min-width: 600px) and (max-width: 959px){
    .event-list .date-large {
        width: 50px;
    }
    .event-list .date-large .dateblock .day {
        font-size: 2em;
        padding-bottom: 0px;
    }
    .event-list .date-large .dateblock .month,
    .event-list .date-large .dateblock .year {
        padding-bottom: 5px;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px){
    .event-list .one-third {
        margin-bottom: 0px;
    }
    .event-list .date-large {
        width: 10%;
    }
    .event-list .date-large .dateblock .day {
        font-size: 2em;
        padding-bottom: 0px;
    }
    .event-list .date-large .dateblock .month,
    .event-list .date-large .dateblock .year {
        padding-bottom: 5px;
        margin-bottom: 0px;
    }
    .event-list .w-doublewide {
        width: 80%;
    }
}

@media only screen and (min-width: 320px) and (max-width : 479px){
    .event-list .one-third {
        margin-bottom: 0px;
    }
    .event-list .date-large {
        width: 10%;
    }
    .event-list .date-large .dateblock .day {
        font-size: 1.6em;
        padding-bottom: 0px;
    }
    .event-list .date-large .dateblock .month,
    .event-list .date-large .dateblock .year {
        padding-bottom: 5px;
        margin-bottom: 0px;
        font-size: 10px;
    }
    .event-list .w-doublewide {
        width: 78%;
    }
    .event-list .w-doublewide h2 {
        font-size: 1.3em;
    }
}

.fullwidthscroll {
    clear: both;
}