    /*Basic fonts*/

@font-face {
    font-family: "Univers-CondensedBold";
    src: url("https://www.uac.edu.au/portal/all/assets/fonts/Universal-condensed/Univers-Condensed-Bold_46320.ttf");
}
/*
@font-face {
    font-family: "Fields";
    src: url("https://www.uac.edu.au/portal/all/assets/fonts/Fields/fields-bold.otf");
}
*/

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(/assets/fontawesome/webfonts/fa-regular-400.eot);
    src: url(/assets/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"), url(/assets/fontawesome/webfonts/fa-regular-400.woff) format("woff"), url(/assets/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")
}
* {
    margin: 0;
    padding: 0;
}

body,
html {
    background-color: #ffffff;
    
}


/*Footer*/


/*background-color: #f2f2f2;*/

h1 {
    font-family: Fields, Georgia, serif;
    font-size: 3.375rem;
    font-weight: 800 !important;
    letter-spacing: -.8px;
    line-height: 1;
    color: #1f4040;
    margin: 1em 0 0 0;
    text-transform: none;
    max-width:600px;
 }

h2 {
    font-family: Fields, Georgia, serif;
    font-size: 2rem;
    font-weight: 600 !important;
    letter-spacing: -.6px;
    line-height: 1.2;
    color: #1f4040;

    margin: 1.2em 0 0.4em 0;
    display: inline-block;

    width: 100%;
    padding-bottom: 10px;
    text-align: left;

}

h3 {
   font-family: Fields, Georgia, serif;
    color: #1f4040;
    font-size: 1.3em;
    font-weight: 600 !important;
     line-height: 1em;
    margin: 1.8em 0 0.4em 0;
}

h4 {
   font-family: Fields, Georgia, serif;
   color: #1f4040;
    font-size: 1.1em;
    font-weight: 600 !important;
     line-height: 1em;
    margin: 1.8em 0 0.4em 0;
}

h5 {
    font-family: Fields, Georgia, serif;
   color: #1f4040;
    font-size: 1em;
    font-weight: 600 !important;
     line-height: 1em;
    margin: 1.8em 0 0.4em 0;
}


p {
    font-family: "Noto Sans",Tahoma,sans-serif;
    font-size: 1.125rem;
    font-weight: 400 !important;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 1em 0 0 0;
    margin: 0px;
    color: #58595b;
   
}

ol,
ul {
    font-family: "Noto Sans",Tahoma,sans-serif;
    font-size: 1.125rem;
    font-weight: 400 !important;
    line-height: 1.4em;
    padding: 1em 0 0 0;
    margin: 0px;
    color: #494946;
    letter-spacing: 0;
   
}


/*                                    #bootstrap-overrides ul {
    padding-bottom: 0px;
}
*/

a {    color: #2a2a28;
    text-decoration: none;
    border-bottom: 1px solid #c7db5c;
    padding-bottom: 1px;
    transition: all .15s ease-in-out;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    color: #2a2a28;
    text-decoration: none;
    border-bottom: 2px solid #c7db5c;
    }
}

.red {
    color: #d9534f;
    font-weight: 700;
}

.scrnhide {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.divider.sub-header {
    background-color: #b00c1d;
    height: 2px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 0;
    padding-top: 0;
    width: 80px;
    display: inline-block;
}

.intro-blurb p,
p.intro-blurb {
    font-size: 20px;
    line-height: 34px;
     font-family: "Noto Sans",Tahoma,sans-serif;
    font-weight: 300!important;
    color: #717171;
    letter-spacing: 0;
}


/*                                                      Header layout
******************************************************************/

#bootstrap-overrides header {
    min-height: 1px;
    height: 60px;
    background-color: #ffffff;
    padding: 0px 0px 30px 0px;
    border-top: 4px solid #C7DB5C;
    /*    border-bottom: 15px solid #474746;*/
    /*    border-top: 30px solid #333;*/
}


/*
                                    #bootstrap-overrides header .container {
                                        padding: 0px;
                                    }
*/

#bootstrap-overrides header a {
    text-decoration: none;
    color: #414141!important;
    padding-top: 20px;
}

#container-logo {
    position: relative;
    float: left;
    height: 124px;
    margin-left: 85px;
    margin-top: 9px;
}

#container-logo img {
    width: auto;
    height: 70px;
    float: left;
}

.logo-image {
    /*    border-right: 1px solid #efefef;*/
    padding-top: 0em;
    float: left;
    position: absolute;
    top: 11px;
    margin: 0;
    left: 0;
    z-index: 101;
    max-width: none;
}

.site-title,
{
    color: #414141;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 30px;
}

#header-text {
    position: relative;
    float: left;
    margin-top: 10px;
    padding-top: 15px;
}


/*                                                      Navigation
******************************************************************/

nav.container {
    position: relative;
    width: 900px;
    margin: 0;
    padding: 0;
}

.navbar {
    width: 100%;
    height: 55px;
    background-color: #ffffff!important;
    padding: 0;    
    border-bottom: 1px solid #EBEBEA;    
    display: block;
}

#bootstrap-overrides .navbar .container {
    background-color: #ffffff!important;
    padding: 0;
    height: 50px;
}

li.nav-item {
    list-style-type: none!important;
    /*    margin:5px;*/
}

#bootstrap-overrides .nav-item {
    height: 50px;
    border: 0;
}

#bootstrap-overrides .nav-item a {
    font-family: "Noto Sans", Tahoma, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.4px;
    color: #1f4040;
    margin-left: 0px;
    text-transform: uppercase;

    text-align: center;

    text-decoration: none;
    padding: 15px 15px 15px 15px;
    height: 50px;
    background-color: #fff;
    border-bottom: none;
}

#bootstrap-overrides .nav-item a:hover {
    background-color: #ffffff;
    color: #58595b!important;
    border-bottom: 5px solid #BED300!important;
}

#bootstrap-overrides .active a {
    background-color: #ffffff;
    color: #58595b!important;
    border-bottom: 5px solid #BED300!important;
}

#bootstrap-overrides .navbar-toggler {
    outline: rgba(255, 255, 255, .1);
    float: right;
}


/*This is for a red underline under active tab*/


/*                                    
#bootstrap-overrides .active {border-bottom: 3px solid #b00c1d!important;}*/

#bootstrap-overrides .active a {
    background-color: #ffffff;
    color: #414141!important;
}

#bootstrap-overrides .active a:active {
    background-color: #ffffff;
    color: #414141!important;
}

#bootstrap-overrides .active a:hover {
    background-color: #ffffff;
    color: #58595b!important;
    border-bottom: 5px solid #BED300!important;
}

#bootstrap-overrides ul {
    padding: 0px;
}

#bootstrap-overrides .dropdown-menu a {
    text-transform: none;
    background-color: #eee!important;
    color: #58595b!important;
    text-align: left;
}

#bootstrap-overrides .dropdown-item {
    background-color: #f5f5f5;
    color: #414141!important;
    border-top: 1px solid #ddd!important;
}

#bootstrap-overrides .dropdown-item.active,
.dropdown-item:active {
    background-color: #f2f2f2;
    color: #b00c1d!important;
}

#bootstrap-overrides p.navbar-brand {
    color: #ffffff;
}

#bootstrap-overrides button.navbar-toggler {
    border: none;
}


/*#bootstrap-overrides .navbar button {float: right;}*/

.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga'
}

i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
    color: rgba(0, 0, 0, 0.54)
}

#nav .level-1-item {
    float: left;
    display: block;
    margin-left: 1.2em;
}

#nav .level-1-item a {
    color: #58595b;
    text-decoration: none;
    font-size: 1em;
    font-weight: normal;
    height: 29px;
}

#nav .level-1-item:hover {
    border-bottom: 6px solid #c1d600;
    padding-bottom: 5px;
}

#nav .level-1-item.home-link:hover {
    border: none;
    padding-bottom: 0;
}

.home-link .level-1-link span {
    display: none;
}

#nav .home-link a {
    height: 22px;
    width: 27px;
    position: absolute;
    padding: 0;
    top: -5px;
    left: 0px;
    background: url('https://www.cqu.edu.au/__data/assets/image/0009/111060/sprite.png?v=0.1.7') -250px 0;
}


/*                                                      Main doc layout
******************************************************************/

#content {
    padding: 40px 0px 30px 80px;
    clear: left;
}



#content ul {
    margin-bottom: 20px;
}

#content ul li {
    margin: 8px 0 8px 20px;
    list-style-type: disc!important;   
    padding-bottom: 0px;
}

#content ul li a:link {
    padding-bottom: 0px;
}


#content ul.dashed {
     margin-left: 0;
     padding-left: 1em;
 }

#content ul.dashed li {
     list-style: none !important;
 }

#content ul.dashed > li:before {
     display: inline-block;
     content: "\2013";
     width: 1em;
     margin-left: -1em;    
 }    

#content ol {
    margin-left: 10px;
    padding: 0.5em 0.5em 0.5em 1em;
}

#content ol li {
    padding: 0em 0em 0.8em 0.5em;
}

#primary-content {
    float: left;
    padding: 0px 30px 30px 0px;
    width: 660px;
    margin-top: 0px;
}

#secondary-content {
    float: right;
    padding: 0px 0px 30px 0px;
    width: 280px;
    margin-top: 0px;
}

/*
#secondary-content .applybtn {
    background-color: #b0c3c9;
    border-color: #4C6E78;
    color: #333;
}
*/

#secondary-content ul {
    margin-bottom: 20px;
}

#secondary-content ul li {
    font-size: 15px;
    margin: 8px 0 8px 20px;
    list-style-type: disc!important;
    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: #4C6E78;
}

#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;
}

/*                                                       Table - CQU
******************************************************************/

.table {
    margin-top: 30px;
    margin-bottom: 60px;
}

.table td, .table th {
    font-family: "Noto Sans",Tahoma,sans-serif;
    font-size: 1.125rem;
    font-weight: 400 !important;
    line-height: 1.5;
    letter-spacing: 0;
    color: #58595b;
    border: 1px solid #1f4040;
    background-color: #F6F6F4;    
}

.table th {
font-weight: 600 !important;
}
/*                                                       accordion - CQU
******************************************************************/

#bootstrap-overrides .card {
    border: none;
    margin-top: 30px;
    margin-bottom: 30px !important;
}

#bootstrap-overrides .card-header {
    padding: 24px 8px;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ebebea;
    border-top: 1px solid #ebebea;
    background-color: #ffffff;
}


#bootstrap-overrides .card-header:hover {
    background-color: #2a2a281a;
    border-bottom: 1px solid #afafac;
}

#bootstrap-overrides .card-header:active {
    border-bottom: 1px solid #afafac;
}


#bootstrap-overrides .card-title {
    font-family: Noto Sans, Tahoma, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
    color: #1f4040;
    cursor: pointer;
/*    padding: 24px 8px;*/
/*    width: 100%;*/
    background-color: #0000;
    transition: background-color .15s, border-color, color ease-in;
    outline: none;
/*
    display: flex;
    flex-direction: row;
*/
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin: 0;
    border: none;
/*    border-top: 1px solid #ebebea;*/
}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}


/*                                                       button - CQU
******************************************************************/

.apply-button {
    padding: 30px 0 10px 0;
    width: 100%;
}

.apply-button a {
    text-decoration: none;
    font-family: "Noto Sans",Tahoma,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;    
    color: #1f4040;
    border: 0px solid #c7db5c;
    padding: 12px 50px;
    background: #c7db5c;
    border-radius: 2px;
    text-transform: uppercase;
}

.apply-button a:hover  {
    text-decoration: none;
    border: 0px solid #cddf6c;
    background: #cddf6c;
    transition: color .3s ease;
    border-bottom: none;
}

#secondary-content .apply-button {
    text-align: center;
}

/*                                                       Equiry Form
******************************************************************/

#enquiry-form {
    padding: 10px 0 40px 0;
}

fieldset {
    background-color: #f2f2f2;
    width: auto;
    color: #222;
    font-size: 1em;
    margin: 0 0 1em;
    padding: 0.5em 1em 1em 1em;
}

legend {
    color: #A6192E;
     font-family: "Noto Sans",Tahoma,sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    background-color: #fff;
    margin: 0;
    padding: 3px 5px 0px 5px;
    width: auto;
}

input,
textarea {
    width: 60% !important;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
}

label {
    width: 29% !important;
     font-family: "Noto Sans",Tahoma,sans-serif;
    color: #4f4f4f;
    font-size: 0.9em;
    font-weight: 400;
    display: inline-block;
    line-height: inherit;
    padding-top: 5px;
}

select {
    width: 60% !important;
     font-family: "Noto Sans",Tahoma,sans-serif;
    color: #4f4f4f;
    font-size: 0.9em;
    font-weight: 400;
    display: inline-block;
    margin: 5px;
}

.go.submit-form {
    float: left;
    width: 100%;
    text-decoration: none;
    font-family: "Noto Sans",Tahoma,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;    
    color: #1f4040;
    border: 0px solid #c7db5c;
    padding: 12px 24px;
    background: #c7db5c;
    border-radius: 2px;
    text-transform: uppercase;
}

.go.submit-form:hover {
    text-decoration: none;
    border: 0px solid #cddf6c;
    background: #cddf6c;
    transition: color .3s ease;
    border-bottom: none;
    
}



/*                                                      Grey box
******************************************************************/

.greybox {
    background-color: #F6F6F4;
    padding: 10px 20px 20px 20px;
    margin: 20px 0 20px 0;
    border: solid 1px #F6F6F4;
    overflow: auto;
}

.greybox h3 {
    margin: 0.4em 0 0.4em 0;	
}


/*                                                      Footer layout
******************************************************************/
.clear-float {
    clear: both;
}

footer {
  margin-top: 100px;
 
}

footer .container {
    max-width: 1344px;
}

.BeWithCQU {
     background-color: #C7DB5C; 
    height: 120px;
    align-items: center;
    padding: 32px 0;   
}

.BeWithCQU img {
width: 181px;
margin: 15px 0;
}

.BeWithCQU p {
color: #1f4040;
    font-family: Noto Sans, Tahoma, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    margin: 0;
    padding: 0;
}

.BeWithCQU a {
   width: 100%;
font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}


.footer {
    background-color: #1F4040;
    background-image: url("../images/Shield-Shapes-Outline.svg");
    background-position: right top;
    background-repeat: no-repeat;
    padding: 20px 80px 30px 80px;
    text-align: left;
    min-height: 300px;
}

.footer p {
    color: #ffffff;
/*    margin-bottom: 15px;*/
    font-size: 0.875rem !important;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #d7d7d5;
}


.footer a {
    color: #ffffff!important;
/*    margin-bottom: 15px;*/
    line-height: 1.1em;
}


.space-right-large {
    margin-right: 20px;
}

.social-link {
    margin-right: 15px;
}

.footer .social-link img {
    width: 30px;
    height: 30px;
}

/*                                                      Clear floats
******************************************************************/

.clear {
    clear: both;
}


/*                                                      Breadcrumb style
******************************************************************/

#bootstrap-overrides #breadcrumb {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    color: #414141;
    background-color: #f2f2f2;
}

#bootstrap-overrides #breadcrumb a {
    text-decoration: none;
    color: #414141;
    line-height: 38px;
    font-size: 13px;
    font-weight: normal;
}

#bootstrap-overrides #breadcrumb a:hover {
    color: #b00c1d;
}

#bootstrap-overrides .breadcrumb {
    padding: 10px 0 0 0;
    background-color: #fff;
}


/*                                                      Skip link
******************************************************************/

#skip a,
#skip a:hover,
#skip a:visited,
#skip a:active {
    overflow: hidden;
    position: absolute;
    top: -999px;
    left: 0;
}


/*                                                      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%;
}


/*                                                      Images
******************************************************************/

#content .image-wrap {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.image-wrap {
    position: relative;
    float: left;
    width: 960px;
}

.image-wrap img {
    width: 100%;
    height: auto;
    float: left;
}


/*                                                      To-top
******************************************************************/

#to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
}


/*                                                  RESPONSIVENESS 
******************************************************************
******************************************************************/

/*                               (screen smaller than 1290px - Small desktops)
******************************************************************/

@media screen and (max-width: 1290px) {


#container-logo {
    margin-left: 20px;
    
} 

    
} 

/*                               (screen smaller than 1199px - Small desktops)
******************************************************************/

@media screen and (max-width: 1199px) {
    #content {
        padding: 40px 30px 30px 50px;
    }
    #primary-content {
        width: 550px;
    }
    #secondary-content {
        width: 280px;
    }
    #menu {
        float: right;
        text-align: right;
    }
    
    .nav-item {
        border-top: 1px solid #ddd!important;
        background-color: #ffffff;
        z-index: 200;
    }        
    
    footer {

margin-top: 50px;        
}
.footer {
    background-image: none;

    
}


/*                               (screen smaller than 991px - Tablets)
******************************************************************/

@media screen and (max-width: 991px) {
    #bootstrap-overrides header .container {
        padding: 0 15 0 0px;
    }
    #bootstrap-overrides .navbar .container {
        background-color: #ffffff!important;
        color: #414141;
/*        padding: 0 0 0 15px;*/
    }
    p.navbar-brand {
        line-height: 0;
        padding: 0;
        margin: 0;
    }
  
    

    #primary-content {
        width: 100%;
    }
    #primary-content ul li {
        margin: 10px 0 10px 15px;
    }
    #secondary-content {
        width: 100%;
    }
    .image-wrap {
        width: 100%;
    }
    .apply-button {
        height: auto;
        width: 100%;
    }
    .site-title-image {
        border-right: 0px solid #ffffff;
    }
    .site-title {
        display: none;
    }

    .BeWithCQU {
    height: auto;

}
   .BeWithCQU img {
        margin: 0px 0 30px 0px;
    }

    
}


/*                               (screen smaller than 767px - Phones)
******************************************************************/

@media screen and (max-width: 767px) {
    #bootstrap-overrides header {
        height:60px;
        padding: 10px 0px 10px 0px;
    }

    #content {
        padding: 0px 0px 0px 0px;
    }
    #primary-content {
        float: left;
        width: 100%;
        padding: 0px 0px 10px 0px;
    }
    #primary-content li {
        margin-left: 20px;
    }
    h1 {
        font-size: 1.7em;
        padding: 30px 0 10px 0;
        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;
    }
    .greybox {
        padding: 10px 5px 15px 15px;
    }
    .divider.sub-header {
        margin-bottom: 15px;
        margin-top: 0px;
    }
        footer {
            margin-top: 20px;              
    }
    .footer {
      padding: 20px 80px 30px 30px;
    }
    
}
    
    /*                                             Screen smaller than 578px
******************************************************************/
    @media screen and (max-width: 578px) {
        
        #next-to-logo {
            position: relative;
            float: left;
            height: 60px;
        }
        #header-text {
            position: relative;
            float: left;
        }
        #header-text p {
            margin-top: 5px;
            margin-left: 0px;
            color: #fff;
            font-size: 0.7em;
        }
        .image-wrap {
            width: 100%;
        }
        
        .footerPhone {
            padding-bottom: 30px;
        }
        
        
    }
