<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Big pullquote old styling */
/* Import 'brand-colours' if needed */

.big-pullquote {
  background: url("../../../_anu/4/images/styles/quote-in.png") no-repeat top left;
  width: 50%;
  text-align: center;
  color: black;
  font-size: 1.7em;
  line-height: 1.2em;
}

.big-pullquote p {
  background: url("../../../images/icons/quote-out.png") no-repeat bottom right;
  margin: 0;
  padding: 5px 30px;
  font-weight: 300;
  font-size: inherit;
  line-height: inherit;
}

 .left {
  margin-right: 20px;
}

	.right {
  margin-left: 20px;
}

	.fullwidth {
  width: 100%;
}

/* Contact Form */
.form-item, .form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

label {
  display: block;
  font-weight: bold;
}

/* Dateblock Line */
.dateblock-line, .timeblock-line {
  border-right: #000 1px solid;
}

.dateblock .day {
    font-size: 24px;
}

.dateblock .month {
    font-size: 12px;
}

.dateblock .year {
    font-size: 12px;
}

/* events page */
        /* Default styles for the eventscustom class */
        .eventscustom {
            position: absolute; /* Default position is absolute */
            /* Add other default styles here if needed */
        }

        /* Media query for responsive styles */
        @media only screen and (min-width: 320px) and (max-width: 768px) {
            /* Overriding styles for eventscustom class within the media query */
            .eventscustom {
                position: static; /* Override position to static */
                width: 95%;
                margin-top: 50px;
            }
        }
        
/* fa-ul overflow none */
.fa-ul {
	overflow: inherit;
  margin-left: 2em;
}


/* fse - iframe resize */
@media (min-width: 1200px) {
  #future-student-enquiry {
    height: 1200px;
  }
}

@media (min-width: 900px) {
  #future-student-enquiry {
    height: 1300px;
  }
}

@media (min-width: 480px) {
  #future-student-enquiry {
    height: 1400px;
  }
}

/* Gateway Header &amp; Mega Menu */
/*.anu-wf-mega-menu .nav-links a {*/
/*	text-transform: uppercase;*/
/*}*/

header .anu-wf-header-logo {
	border-right: 0 !important;
}

header .anu-wf-header-title,
header .anu-wf-header-subtitle {
	display: none;
}

/* Horizontal listing megamenu */
.horizontal-list {
display: inline-flex;
padding: 10px 0;
}

.horizontal-list .list-item {
display: inline-flex;
align-items: center;
margin-right: 30px;
}

.horizontal-list .list-item-title {
    display: flex;
    margin-right: 15px;
    height: 24px;
    line-height: 30px;
    font-weight: 500;
}

.horizontal-list .list-item img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

.horizontal-list .list-item i, .horizontal-list .list-item img {
margin-right: 5px;
}

/* Set text color to black */
.horizontal-list .list-item a {
color: black;
/* Prevent text wrapping */
white-space: nowrap;
}

/* Remove underline from links */
.horizontal-list .list-item a {
text-decoration: none;
}


/* Live helper chat */
._anu_chat_gadget {
    z-index: 9999;
    display: block;
    text-decoration: none;
    bottom: -20px;
    right: 0px;
    text-transform: uppercase;
    color: #BE830E;
    letter-spacing: 1px;
    font-size: 16px; 
}

a._anu_chat_gadget:hover {
 color: #000;
 text-decoration: none;
}

.fixedbutton-box {
  position: fixed;
  bottom: 200px;
  right: 0px;
  width: 115px;
  z-index: 9999;
}

.fixedbutton {
  color: #fff;
  padding: 12px;
  background: #000;
  margin-top: 4px;
  border-radius: 5px;
  border: 1px solid #BE830E;
}

.fixedbutton-box img {
    max-width:35px;
    max-height:35px;
    display:block;
    margin: auto;
    padding-bottom:5px;
}

.fixedbutton:hover {
  background: #F5EDDE;
}

/* Old Styling Still Needed */
a.btn-action {
	color: #000 !important;
  background: #fff;
  border-color: #be830e;
  border-width: 3px;
  border-style: solid;
  border-radius: 5px;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
  padding: 0.6em 2em;
  font-size: 1.3em;
  line-height: 1.1em;
  word-wrap: break-word;
  margin-bottom: 20px;
}

 a.btn-action-black {
    color: #000;
    background-color: #fff;
    border-color: #000;
    border-width: 3px;
    border-style: solid;
    border-radius: 5px;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    padding: 0.6em 2em;
    font-size: 1.3em;
    line-height: 1.1em;
    word-wrap: break-word;
    margin-bottom: 20px;
}

a.btn-action:hover {
    color: #be830e !important;
    background: #000;
    border-color: #000;
}

a.btn-action-black:hover {
    color: #fff !important;
    background: #000;
    border-color: #000;
}

.rteindent1 {
  margin-left: 40px;
}

.box-solid {
    padding: 10px;
    margin-bottom: 10px;
    border-width: 1px;
    border-style: solid;
    border-width: 3px !important;
    border-color: #be830e;
    background: #fff;
}

.padbottom {
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
}

.divline-boldheading-gold {
  border-bottom: 3px solid #be830e;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 0 5px 0;
  padding-bottom: 5px;
  clear: both;
}

.marginright {
    margin-right: 20px;
}

.box.bg-uni25 {
  background-color: #f5edde;
  color: #000 !important;
  padding: 10px;
  margin-bottom: 10px;
}

/* Pager */
.pager__items {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.pager__item {
    display: inline-block;
}

.pager__item a {
    margin-right: 5px;
}

.pager__item a:hover {
    text-decoration: underline;
}

/* University Calendar */
.university_cal {
	text-align: center;
}

.university_cal_prev_year {
	float: left;
}

.university_cal_next_year {
	float: right;
}

/* Yearbook */
.views-label{
  display:inline-block;
  font-weight:bold;
  margin-bottom:12px;
}

.field-content{
  display:inline-block;
  padding-left:7px;
  margin-bottom:12px;
}

.views-field-field-hometown, .views-field-field-yearbook-state{
  display:inline-block;
}

.views-field-field-hometown .field-content::after{
  content: ','; 
}

p{
  padding:0px;
}

/* Hero slider */
.anu-wf-rotator-rotator img {
	width: 100%;
}</pre></body></html>