/* 
   UAC ANU Portal CSS for support pages
   URL: https://www.uac.edu.au/portal/
*/

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'PublicSansRegular';
     src: url("https://www.uac.edu.au/portal/all/assets/fonts/Public_Sans/static/PublicSans-Regular.ttf");
}




@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');    
/*                                                    Text styles
******************************************************************/

#skip a,
#skip a:hover,
#skip a:visited,
#skip a:active {
    overflow: hidden;
    position: absolute;
    top: -999px;
    left: 0;
}

body {
    font-family: 'PublicSansRegular', sans-serif;
    background-color: white;
    color:#000000;
    letter-spacing: 0.01em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PublicSansRegular', sans-serif;
    padding: 0;
}

h1 {
    font-size: 2.1em;
    padding: 20px 0 10px 0;
    letter-spacing: 0.01em;
    font-style: normal;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
    line-height: 1.1em;
    background-color: transparent;
}

h2 {
    font-size: 1.9em;
    line-height: 1.5em;
    margin: 0px 0px 10px 0px;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

p {
    font-family: 'PublicSansRegular', sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #111;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0px;
    line-height: 1.4em;
}

strong {
    font-weight: bold;
}

a {
    color: #00549E;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #00549E;
    text-decoration: underline;
}

.red {
    color: #d9534f;
    font-weight: 700;
}

ul {
    font-size: 1em;
    padding-bottom: 15px;
}

.scrnhide {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

#bootstrap-overrides .container {
    max-width: 960px;
}



/*                                                      Header layout
******************************************************************/

#bootstrap-overrides header {
    min-height: 1px;
    height: 102px;
    background-color: #fff;
    padding: 20px 0px 11px 10px;
}

#bootstrap-overrides header a {
    text-decoration: none;
}

#container-logo {
    position: relative;
    float: left;
    width: 150px;
}

#container-logo img {
    width: 100%;
    height: auto;
    float: left;
}

#next-to-logo {
    position: relative;
    float: left;
}

#next-to-logo img {
    width: 100%;
    height: auto;
    float: left;
}

#header-text {
    position: relative;
    float: left;
}

#header-text p {
    margin-top: 15px;
    margin-left: 0px;
    color: #000;  
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5em;
letter-spacing: 0.03em;
    line-height: 1.1em;
    
}


/*                                                      Navigation
******************************************************************/

nav.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

.navbar {
    width: 100%;
    height: 50px;
    background-color: #f5edde!important;
    padding: 0;
/*    border-top: 5px solid #BE830E;*/
}

#bootstrap-overrides .navbar .container {
    background-color: #f5edde!important;
    padding: 0;
    height: 50px;
}

li.nav-item {
    list-style-type: none!important;
    margin: 0;
}

#bootstrap-overrides .nav-item {
    height: 50px;
    border: 0;
}

#bootstrap-overrides .nav-item a {
    color: #000;
    text-decoration: none;
    text-align: center;
    font-family: 'PublicSansRegular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 11px 40px 4px 18px;
    text-transform: none;
    height: 50px;
    letter-spacing: 0.72px;
}

#bootstrap-overrides .nav-item a:hover {
    background-color: #fff;
    color: #000;
}

 .navbar-toggler {
    outline: #fff;
   
}

#bootstrap-overrides .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: #f5edde!important;
    padding: 0;
}

#bootstrap-overrides .active a {
    background-color: #fff;
    color: #000000!important;
}

#bootstrap-overrides .active a:active {
    background-color: #fff;
    color: #55707D!important;
}

#bootstrap-overrides .active a:hover {
   background-color: #fff;
    color: #000;
}

#bootstrap-overrides ul {
    padding: 0px;
}

#bootstrap-overrides .dropdown-menu a {
    text-transform: none;
    background-color: #fff!important;
    color: #000!important;
    text-align: left;
}

#bootstrap-overrides .dropdown-item {
    color: #555!important;
}

#bootstrap-overrides .dropdown-item.active,
.dropdown-item:active {
    color: #555!important;
}


/*                                                      Main doc layout
******************************************************************/



#content {
    padding: 15px 0px 20px 0px;
    clear: left;
}

#primary-content {
    float: left;
    padding: 0px 0px 20px 0px;
    width: 600px;
    margin-top: 0px;
}

 #content ul {
    margin-bottom: 20px;
}

 #content ul li {
    margin: 10px 0 10px 50px;
    list-style-type: disc!important;
    color: #111;
    padding-bottom: 0px;
}

 #content ul li a:link {
    padding-bottom: 0px;
}

 #content ol {
    margin-left: 10px;
    padding: 0.5em 0.5em 0.5em 1em;
}

 #content ol li {
    padding: 0em 0em 0.8em 0.5em;
}

#secondary-content {
    float: right;
    width: 280px;
    margin-top: 0px;
}

#secondary-content .applybtn {
    background-color: #F5EDDE;
    border-color: #F5EDDE;
    color: black;
}

#secondary-content ul {
    margin-bottom: 20px;
}

#secondary-content ul li {
    margin: 10px 0 10px 15px;
    list-style-type: disc!important;
    color: #111;
    padding-bottom: 0px;
}

#secondary-content .applybtn a {
    color: #fff;
    text-decoration: none;
}

#secondary-content .applybtn a:link #secondary-content .applybtn a:active,
#secondary-content .applybtn a:hover {
    background-color: #F5EDDE;
}

/*
#secondary-content .greybox p {
    font-size: 0.9em;
}
*/

li.home {
    padding-left: 15px;
}

#navigation a:active,
#navigation a:hover {
    color: #eee;
}

#content-footer {
    clear: both;
    padding: 20px 0;
    margin-top: 20px;
    text-align: left;
}

/*                                                       Gold divider
******************************************************************/

.divider-solid {border-top: 1px solid #be830e;
    clear: both;}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}


/*                                                       Apply button
******************************************************************/

.apply-button {
    text-align: left;
    padding: 30px 0 30px 0;
    width: 100%;
}

.apply-button a {
    text-decoration: none;
     padding: 12px 40px 12px 40px;
    color: #000;
    background: #fff;
   border: 3px solid #be830e;
    border-radius: 5px;
    font-size: 1.5em;
    line-height: 1.1em;
}

.apply-button a:hover,
.apply-button a:focus {  
    color: #be830e;
    cursor: pointer;
    background: #000;
    border: 3px solid #000;
}

/*                                                       Equiry Form
******************************************************************/

#enquiry-form {
    padding: 10px 0 40px 0;
}

#enquiry-form h2 {
    color: #000 !important;
    margin-top: 0
}


fieldset {
    background-color: #f5edde;
    width: auto;
    color: #000;
    font-size: 1em;
    margin: 0 0 1em;
    padding: 3em;
}

legend {
    color: #A6192E;
    font-size: 1.1em;
    font-weight: 700;
    background-color: #fff;
    margin: 0;
    padding: 3px 5px 0px 5px;
    width: auto;
}

input,
textarea,
select{
    width: 60% !important;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    height: 38px;
    padding: 0 10px;
    border: 1px #ddd solid;
}
textarea{
    height: 120px;
}

label {
    width: 29% !important;
    color: #4f4f4f;
    font-size: 1em;
    font-weight: 400;
    display: inline-block;
    line-height: inherit;
    padding-top: 5px;
}

select {
    width: 60% !important;
    color: #4f4f4f;
    font-size: 0.9em;
    font-weight: 400;
    display: inline-block;
    margin: 5px;
}

.go.submit-form {
    float: right;
    width: 300px !important;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 20px 10px 20px;
    line-height: 1.2em;
    height: 50px;
      color: #000;
    background: #fff;
   border: 3px solid #be830e;
}

.go.submit-form:hover {
    text-decoration: none;
     color: #be830e;
    cursor: pointer;
    background: #000;
    border: 3px solid #000;
}



/*                                                      Icons
******************************************************************/

.icon {
    padding: 0px 0px;
    float: left
}

.column-icon {
    float: left;
    width: 8%;
}

.column-next-to-icon {
    float: left;
    width: 85%;
}


#secondary-content .column-icon {
    width: 15%;
}

#secondary-content .column-next-to-icon {
    width: 70%;
}


/*                                                      Shaded border box
******************************************************************/

.shadedBorderBox {
    background-color: #f5edde;
    border: #be830e 1px solid;
    padding: 20px;
    margin: 20px 0;
    overflow: auto;
}

.shadedBorderBox h2,
h3 {
    color: #000 !important;
/*    text-shadow: 1px 1px #FFF !important;*/
    margin-top: 0
}


/*                                                      Shaded box
******************************************************************/

.shadedBox {
    background-color: #f5edde;
    padding: 20px;
    margin: 20px 0;
    overflow: auto;
}

.shadedBox h2,
h3 {
    color: #000 !important;
/*    text-shadow: 1px 1px #FFF !important;*/
    margin-top: 0
}


/*                                                      Border box
******************************************************************/

.borderBox {
   border: #be830e 1px solid;
    padding: 20px;
    margin: 20px 0;
    overflow: auto;
}

.borderBox h2,
h3 {
    margin-top: 0
}


/*                                                      Table styles
******************************************************************/

table {
    border: #000000 1px solid;
/*    border-collapse: collapse;*/
    border-spacing: 0px;
    margin-bottom: 10px;
    line-height: 1.25em;
}

td, th {   border: #000000 1px solid;
padding: 5px;
    vertical-align: top;
    font-family: 'PublicSansRegular', sans-serif;
    font-size: 14.4px;
    font-weight: 300;
    color: #111;
} 

/*
tr:nth-child(even) {
    background-color: #F6F6F6;
}
*/

th {
      font-weight: bold; 
}


#bootstrap-overrides thead th {
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
    color: #000000;
    background-color: #F5EDDE;
 
}


/*                                                      Footer layout
******************************************************************/


footer {
    clear: both;
    color: #999;
    background-color: #000!important;    
    padding: 0 0 40px 0;
    font-size: 12px;
   
/*    height: 320px;*/
    /*    display: block;*/
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #be830e;
    cursor: pointer;
    text-decoration: none;
    
}

footer p {
    text-align: left;
    color: #fff;
}

footer .footer-text {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .footer-text #anu-groups {
    padding-left: 40px;
}

footer .footer-text #anu-groups a {
    float: left;
}

footer .footer-text #anu-groups a img {
    max-width: 50%;
    height: auto;
    width: auto;
}

footer .footer-text {
    padding-top: 0;
    padding-bottom: 0;
}

footer .footer-text #anu-detail {
    float: left;
    width: 20%;
    margin: 15px 0 0 0;
    padding: 0 10px 0 0;
}
/*

#anu-detail ul li {
    display: block;
    float: left;
    width: auto;
}
*/

footer .footer-text #anu-detail li {
    margin-bottom: 5px;
    list-style: none;
}

footer .footer-text #anu-detail li a {
     font-size: 14.5px;  
     font-weight: normal;
    padding: 5px 20px 5px 0px;
}

/*
#anu-detail ul li {
    clear: both;
}

#anu-detail ul li a {
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    display: block;
    float: left;
    padding: 5px 20px 5px 20px;
    height: 15px;
   font-size: 14px;
}
*/


footer .footer-text #anu-address {
    float: left;
    width: 28%;
    margin: 15px 0 0 0;
    padding: 0;
}

footer .footer-text #anu-address p {
    font-size: 13px;
}

footer .footer-text #anu-groups {
    float: left;
    width: 50%;
    margin: 10px 0 20px 0;
    padding: 0;
}




footer .footer-social-container {
    margin-top: 20px;   
    padding: 80px 0 40px 0;
}

footer .footer-social-container p {
    text-align: center;
}

footer .footer-social-container a {
    margin-right: 15px;
}

footer .footer-social-container a img {
    height: 32px;
    width: 32px;
}

/*
footer .footer-social-container a:hover {
    color: #be830e;
    text-decoration: none;
 
}
*/

footer .footer-text #anu-groups a img {
    max-width: 100%;
}

/*
footer .footer-text #anu-groups a:hover {
    color: #333;
    text-decoration: none;
    background-color: #333;
}
*/

footer .footer-text .hpad {
    padding-left: 10px;
    padding-right: 10px;
}

footer .footer-text .vpad {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .footer-text .anu-ftr-go8 {
    float: right;
    width: 120px;
    height: 80px;
}

footer .footer-text .anu-ftr-iaru {
    float: right;
    width: 135px;
    height: 50px;
}

footer .footer-text .anu-ftr-edx {
    float: right;
    width: 70px;
    height: 50px;
}

footer .footer-text .anu-ftr-apru {
    float: right;
    width: 110px;
    height: 50px;
}


/**/


/*                                                      Clear floats
******************************************************************/

.clear {
    clear: both;
}


/*                                                      Breadcrumb style
******************************************************************/

#bootstrap-overrides #breadcrumb {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    font-size: 12.24px;
    color: #666;
    background-color: #fff;
}

#bootstrap-overrides #breadcrumb a {
    text-decoration: none;
    color: #7b5a3d !important;
        
}

#breadcrumb a:hover {
    text-decoration: underline
}

#bootstrap-overrides #breadcrumb a:hover {
    text-decoration: underline
}

#bootstrap-overrides .breadcrumb {
    padding: 10px 0 0 0;
    background-color: #fff;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
}

img.w16px,
video.w16px,
div.w16px {
    width: 16px
}

img.absmiddle {
    vertical-align: middle;
    margin-bottom: 0.25em
}


/*                                                      Video
******************************************************************/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    background-color: #ccc;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*                                                      Hero
******************************************************************/

.hero-block {
    height: 500px
}

.hero-block .hero-image {
/*    position: relative;*/
    display: block;
    margin-left: 0px;
    height: 100%;
    background-position: top;
    background-size: cover !important;
    padding-top: 280px;
    /*    padding-left: 50px*/
}

.hero-heading-container {
    display: block;
    background: #000;
    padding: 20px;
    max-width: 480px;
}

.hero-heading {
    color: #fff;
    font-size: 2.0em;
    letter-spacing: 0.05em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.1em;
    margin-bottom: 15px;
}

.hero-heading-sub {
    color: #fff;
    font-size: 14.4px;
    letter-spacing: 0.144px;
    line-height: 20px;
}


/*                                                      To-top
******************************************************************/

#to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
}


/*                                                  RESPONSIVENESS 
******************************************************************
******************************************************************/


/*                               (screen smaller than 1199px - Small desktops)
******************************************************************/

@media screen and (max-width: 1199px) {
    #primary-content {
        width: 600px;
    }
    #secondary-content {
        width: 280px;
    }
    .navbar {
        width: 100%;
        height: 50px;
    }
    .nav-item a {
        background-color: #fff;
        color: #000!important;
    }
     #bootstrap-overrides .navbar .container {
        padding: 0 15px 0 15px;
    }
    p.navbar-brand {
        line-height: 0;
        padding: 0;
        margin: 0;
        color: #000!important;
    }
    #menu {
        float: right;
        text-align: right;
        height: auto;
    }
    
    #bootstrap-overrides .active a {
        background-color: #666;
        color: #fff!important;
    }
    
    
    
    
    
    
}


/*                               (screen smaller than 991px - Tablets)
******************************************************************/

@media screen and (max-width: 991px) {
    #bootstrap-overrides header .container {
        padding: 0 15 0 0px;
    }
   
    #primary-content {
        width: 100%;
    }
    #primary-content ul li {
        margin: 10px 0 10px 15px;
    }
    #secondary-content {
        width: 100%;
    }
    .hero-image img {
        width: 100% !important;
        height: auto !important;
    }
    .apply-button {
        height: auto;
        width: 90%;
    }
    footer .container {
        width: 750px;
    }
    footer .footer-text #anu-detail {
        width: 40%;
    }
    footer .footer-text #anu-address {
        width: 30%;
    }
    footer .footer-text #anu-groups {
        width: 22%;
    }
	
}


/*                               (screen smaller than 767px - Phones)
******************************************************************/

@media screen and (max-width: 767px) {
    #bootstrap-overrides header {
        height: 80px;
        padding: 20px 0px 10px 5px;
    }

/*
    #next-to-logo {
        position: relative;
        float: left;
        height: 60px
    }
    #header-text {
        position: relative;
        float: left;
    }
*/

    .hero-block .hero-image {
        padding-top: 0px;
        z-index: -100;
    }
    .hero-heading-container {
        display: none;
        /*
        max-width:250px;    
    padding: 10px 20px 20px 20px;
*/
    }
    .hero-heading {
        display: none;
        /*
    color: #fff;
    font-size: 1.0em;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    margin-bottom: 0px;
*/
    }
    #content {
        padding: 20px 0px 0px 0px;
    }
    #primary-content {
        float: left;
        width: 100%;
        padding: 0px 0px 10px 0px;
    }
    #content li {
        margin-left: 20px;
    }
    h1 {
        font-size: 1.5em;
        padding-bottom: 10px;
        letter-spacing: 0.05em;
        margin: 0px 0px 10px 0px;
        line-height: 1.1em;
    }
    h2 {
        font-size: 1.4em;
        line-height: 1.5em;
    }
    h3 {
        font-size: 1.2em;
    }
    h4 {
        font-size: 1.1em;
    }
    .column-icon {
        float: left;
        width: 10%;
    }
    .column-next-to-icon {
        float: left;
        width: 80%;
    }
    .greybox {
        padding: 10px 5px 15px 15px;
    }
    .greenbox {
        padding: 10px 5px 15px 15px;
    }
    .hero-block {
        height: 200px
    }
    footer {
        height: 650px;
    }
    footer .container {
        width: 100%;
    }
    footer .footer-text #anu-detail {
        width: 100%;
    }
    footer .footer-text #anu-address {
        width: 100%;
    }
    footer .footer-text #anu-groups {
        width: 100%;
        padding-left: 0px;
    }
}


}

/*                                             Screen smaller than 35em
******************************************************************/
@media screen and (max-width: 35em) {
    .column-icon {
        float: left;
        width: 15%;
    }
    
    .column-next-to-icon {
        float: left;
        width: 75%;
    }
}

/*                                             Screen smaller than 25em
******************************************************************/
@media screen and (max-width: 25em) {
    .column-icon {
        float: left;
        width: 20%;
    }
    
    .column-next-to-icon {
        float: left;
        width: 70%;
    }
}