  /* 
Specify in CSS
Use the following CSS rules to specify these families:
    font-family: 'Montserrat', sans-serif; Main Headings with bold attributes
    font-family: 'Raleway', sans-serif; Main Headings
    font-family: 'Lato', sans-serif; Main Paragraphs
*/
@import url("https://fonts.googleapis.com/css?family=Lato|Montserrat:400,700|Raleway:200,300,400,500");

/* =typgraphy
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    color: #414042;
    font-weight: 200;
}

    h1 strong,
    h2 strong,
    h3 strong,
    h4 strong,
    h5 strong,
    h6 strong,
    a strong,
    .bold,
    .connected-icons li a h5 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

h1 {
    font-size: 64px;
    font-weight: 100;
    letter-spacing: -2px;
    margin: 10px 0;
}

    h1 strong {
        font-size: 72px;
    }

h2 {
    font-size: 50px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: -0.05em;
    font-family: "Verlag A", "Verlag B", sans-serif !important;
}

    h2.title {
        font-size: 39px;
        font-weight: 200;
        line-height: 1;
        letter-spacing: -0.05em;
    }

.h2-alt {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0;
}

h3 {
    font-weight: 200;
    font-size: 30px;
    letter-spacing: -1px;
}

h4 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0px;
}

    h4 strong {
        font-size: 22px;
        letter-spacing: -1px;
    }

h5 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.2;
}

    h5 strong {
        font-size: 18px;
        letter-spacing: -1px;
    }

h6 {
    font-size: 13px;
    letter-spacing: 0;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
    color: #414042;
}

.lead {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}

.main-feature p.lead {
    font-family: 'Raleway', sans-serif;
}

table a {
    display: inline-block;
    word-break: break-word;
    -ms-word-break: break-all;
}

table td {
    word-break: break-word;
    -ms-word-break: break-all;
    word-wrap: break-word;
}

table th {
    vertical-align: top !important;
}

thead th {
    vertical-align: top !important;
}

.table-hover tbody tr:hover {
    background-color: #92D6E3;
}

 
a.mailto {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    color: #414042;
}

.white_text {
    color: #fff;
}

.blue_text {
    color: #009ABC;
    vertical-align: middle;
}

.red_text {
    color: #FF0000;
}

.grey_text {
    color: #414042;
}

.lead {
    position: relative;
}

h2.alumni_name {
    position: relative;
}

.alumni_name:after {
    content: "";
    position: absolute;
    Border-bottom: solid 3px #009ABC;
    width: 100px;
    left: 0;
    top: 100%;
}


.ghost-heading {
    color: #f5f5f5;
}

.media-object {
    border: 4px solid #e7eaf1;
    border-radius: 50%;
    color: #a4acb5;
    display: block;
    font-size: 30px;
    margin: 30px auto 25px;
    width: 105px;
    height: 105px;
    text-align: center;
    cursor: pointer;
}

.media-object-icon {
    vertical-align: middle;
    text-align: center;
    line-height: 95px;
    height: 50px;
    width: 50px;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: auto;
}


@media all and (max-width: 992px) {
    h1 {
        font-size: 50px;
    }

        h1 strong {
            font-size: 56px;
        }

    h2 {
        font-size: 40px;
    }

        h2 strong {
            font-size: 46px;
        }
}

@media all and (max-width: 768px) {
    h1 {
        font-size: 36px;
    }

        h1 strong {
            font-size: 42px;
        }

    h2 {
        font-size: 30px;
    }

        h2 strong {
            font-size: 36px;
        }

    
}

.content ul li, .content ol li {
    line-height: 1.75;
    margin-bottom: 10px;
}

strong {
    font-weight: 600;
}

hr {
    margin: 0;
    border-color: #f5f5f5;
    clear: both;
    display: block;
}

a {
    color: #009abc;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

.not-editable {
    background: #E4E4E4;
}

/* =header
-------------------------------------------------------------- */

.uc-logo {
    background: url('/OnlineForms/img/ÍÃ×ÓÏÈÉú-2018-Logo_Inline-Colour-Digital.png') 0% 0% no-repeat;
    background-size: 200px;
    height: 55px;
    width: 200px;
    float: left;
    margin: 15px 15px 15px -15px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .uc-logo {
        background-size: 200px auto;
        float: left;
        height: 50px;
        width: 200px;
    }
}

.nav-primary-mobile {
    display: none;
}

.nav-primary-mobile-flex {
    display: none;
}

header {
    padding: 20px 0;
}

ul.nav-primary, ul.nav-primary-mobile {
    margin: 0;
    padding: 0;
}

.nav-primary li, .nav-primary-mobile li {
    display: inline-flex;
    list-style: none;
}

    .nav-primary li:last-child a i {
        position: relative;
        top: 4px;
    }

    .nav-primary li a {
        color: #414042;
        display: inline-block;
        padding: 0 10px;
        transition: all .3s ease;
        line-height: 2.5;
        text-transform: uppercase;
    }

        .nav-primary li a:not(.show-contents):hover {
            background: #414042;
            color: #fff;
        }


    .nav-primary-mobile li a {
        position: relative;
        top: -10px;
    }

.icon-nav-fb .ion-social-facebook {
    background: #3b5998;
    color: #fff;
    padding: 10px 15px;
}

.icon-nav-tw .ion-social-twitter {
    background: #009edd;
    color: #fff;
    padding: 10px 11px;
}

.icon-nav-yt .ion-social-youtube {
    background: #c4302b;
    color: #fff;
    padding: 10px 11px;
}

div.instructions_container {
    float: left;
    width: 350px;
    margin-right: 50px;
}

div.example_links .link_category {
    margin-bottom: 15px;
}

.loading-indicator-bars {
    background-image: url('https://github.com/rrx/jquery.showLoading/blob/master/images/loading.gif');
    width: 150px;
}

.icon-nav-tw, .icon-nav-fb, .icon-nav-yt {
    padding: 0px 4px !important;
}

    .icon-nav-tw:hover, .icon-nav-fb:hover, .icon-nav-yt:hover {
        padding: 0px 4px !important;
        background: none !important;
    }

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .uc-logo {
        background-size: 176px auto;
        float: left;
        height: 55px;
        width: 237px;
    }

    .nav-primary {
        display: none;
    }

    .nav-primary-mobile {
        display: inline-flex;
    }

    .nav-primary-mobile-flex {
        display: flex;
    }
}


/* =hero fullwidth
-------------------------------------------------------------- */

.hero-fullwidth {
    position: relative;
    height: auto;
    padding: 100px 0;
    overflow: hidden;
}

@media all and (max-width: 992px) {
    .hero-fullwidth .container {
        padding-top: 0;
    }
}
/* Parallax */
.parallax {
    position: relative;
    overflow: hidden;
}

    .parallax .container {
        position: relative;
        z-index: 2;
    }

img {
    max-width: 100%;
}
/*overwrite*/
.btn {
    border-radius: 0!important;
}

.btn-primary {
    border-radius: 4px 4px 4px 4px !important;
}

.btn-primary.disabled, .btn-primary:disabled,
.btn.disabled, .btn:disabled {
    color: #fff;
    background-color: #A0A0A0;
    border-color: #A0A0A0;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover,
.btn.disabled:hover, .btn:disabled:hover {
    color: #fff;
    background-color: #A0A0A0;
    border-color: #A0A0A0;
}

.main-feature a.btn {
    margin-top: 30px;
    display: inline-flex;
}
/*logo*/
div.monitor_logo {
    position: absolute;
    right: 3%;
    top: 3%;
    width: 270px;
    height: auto;
    z-index: 100;
}

    div.monitor_logo img {
        max-width: 100%;
        max-height: 100%;
    }




/* =feature
-------------------------------------------------------------- */

span.arrow_left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 25px 17.5px 0;
    border-color: transparent #f6f6f6 transparent transparent;
    line-height: 0px;
    _border-color: #414042 #f5f5f5 #414042 #414042;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#414042');
    position: absolute;
    top: 95px;
    left: -10px;
}

span.arrow_right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 0 17.5px 25px;
    border-color: transparent transparent transparent #414042;
    line-height: 0px;
    _border-color: #ffffff #ffffff #ffffff #414042;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
    position: absolute;
    right: -10px;
    top: 95px;
}

.grey_box {
    background: #f5f5f5;
}

.dark_box {
    background: #414042;
}

.white_bg {
    background: #fff;
}

/* =Media queries
-------------------------------------------------------------- */


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
    span.arrow_right, span.arrow_left {
        display: none;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

    span.arrow_right, span.arrow_left {
        display: none;
    }
}




/* =lifestyle
-------------------------------------------------------------- */

#lifestyle {
    background-color: #f5f5f5;
    padding-bottom: 0;
}

#lifestyle-grid {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 0;
}

    #lifestyle-grid:before, #lifestyle-grid:after {
        content: " ";
        display: table;
    }

    #lifestyle-grid:after {
        clear: both;
    }

    #lifestyle-grid li {
        width: 33.333333%;
        float: left;
        display: none;
        opacity: 0;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

        #lifestyle-grid li img {
            width: 100%;
        }

.lifestyle-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    opacity: 0;
    transition: all .3s ease;
    padding: 40px 20px;
    color: #fff;
    text-align: center;
}

    .lifestyle-overlay span {
        display: block;
        text-transform: uppercase;
    }

#lifestyle-grid li:hover .lifestyle-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    right: 0;
}

.lifestyle-name {
    font-size: 23px;
}

/* =Media queries
-------------------------------------------------------------- */
@media (max-width: 991px) {
    #lifestyle-grid li {
        width: 50%;
    }
}

@media (max-width: 479px) {
    #lifestyle-grid li {
        width: 100%;
    }
}

/* =get connected
-------------------------------------------------------------- */
.connected-icons {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    text-align: center;
}

    .connected-icons li {
        display: inline-block;
        padding: 10px 26px;
    }

        .connected-icons li a h5,
        .connected-icons li a p {
            margin: 0;
            line-height: 1.4;
        }

        .connected-icons li a p {
            font-size: 13px;
        }

        .connected-icons li a i {
            position: relative;
            display: inline-block;
            width: 100px;
            height: 100px;
            line-height: 112px;
            font-size: 50px;
            color: #fff;
            margin: 0 auto 10px auto;
            z-index: 2;
        }

            .connected-icons li a i:after {
                content: '';
                background-color: #fff;
                width: 100px;
                position: absolute;
                height: 100px;
                top: 9px;
                left: 0;
                opacity: .2;
                border-radius: 100px;
                z-index: -1;
                transition: opacity .3s, background-color .3s;
                -moz-transition: opacity .3s, background-color .3s;
                -webkit-transition: opacity .3s, background-color .3s;
            }

        .connected-icons li a:hover i:after {
            opacity: .9;
        }



/*theme  #009edd*/
.uc-blue-bg, 
.connected-icons li a i:after,
.connected-icons li a i:hover:after {
    background-color: #009abc;
}
.btn-orange {
    background-color: #ffcc32;

}
/*.btn-orange:hover {
    background-color: orangered;
}*/
.btn-facebook {
    background-color: #4267b2;

}

/* =padding and margins
-------------------------------------------------------------- */

.p1rem {
    padding-left: 1rem;
    padding-right: 1rem;
}

.p4rem {
    padding-left: 4rem;
    padding-right: 4rem;
}

/* Padding Zero */
.p0 {
    padding: 0;
}
/* Padding Top */
.pt0 {
    padding-top: 0;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}

.pt110 {
    padding-top: 110px;
}

.pt120 {
    padding-top: 120px;
}

.pt130 {
    padding-top: 130px;
}

.pt140 {
    padding-top: 140px;
}
/*padding top bottom*/
.ptb0 {
    padding-top: 0;
}

.ptb10 {
    padding: 10px 0;
}

.ptb15 {
    padding: 15px 0;
}

.ptb20 {
    padding: 20px 0;
}

.ptb30 {
    padding: 30px 0;
}

.ptb40 {
    padding: 40px 0;
}

.ptb60 {
    padding: 60px 0;
}

.ptb70 {
    padding: 70px 0;
}

.ptb80 {
    padding: 80px 0;
}

.ptb90 {
    padding: 90px 0;
}

.ptb100 {
    padding: 100px 0;
}

.ptb110 {
    padding: 110px 0;
}

.ptb120 {
    padding: 120px 0;
}

.ptb130 {
    padding: 130px 0;
}

.ptb140 {
    padding: 140px 0;
}

/* Padding Bottom */
.pb0 {
    padding-bottom: 0;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb110 {
    padding-bottom: 110px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb130 {
    padding-bottom: 130px;
}

.pb140 {
    padding-bottom: 140px;
}
/* Padding Left */
.pl0 {
    padding-left: 0;
}

.pl3 {
    padding-left: 3px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.pl60 {
    padding-left: 60px;
}

.pl70 {
    padding-left: 70px;
}

.pl80 {
    padding-left: 80px;
}

.pl90 {
    padding-left: 90px;
}

.pl100 {
    padding-left: 100px;
}

.pl110 {
    padding-left: 110px;
}

.pl120 {
    padding-left: 120px;
}

.pl130 {
    padding-left: 130px;
}

.pl140 {
    padding-left: 140px;
}
/* Padding Right */
.pr0 {
    padding-right: 0;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

.pr50 {
    padding-right: 50px;
}

.pr60 {
    padding-right: 60px;
}

.pr70 {
    padding-right: 70px;
}

.pr80 {
    padding-right: 80px;
}

.pr90 {
    padding-right: 90px;
}

.pr100 {
    padding-right: 100px;
}

.pr110 {
    padding-right: 110px;
}

.pr120 {
    padding-right: 120px;
}

.pr130 {
    padding-right: 130px;
}

.pr140 {
    padding-right: 140px;
}
/* Padding */
.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.p40 {
    padding: 40px;
}

.p50 {
    padding: 50px;
}

.p60 {
    padding: 60px;
}

.p70 {
    padding: 70px;
}

.p80 {
    padding: 80px;
}

.p90 {
    padding: 90px;
}

.p100 {
    padding: 100px;
}

.p110 {
    padding: 110px;
}

.p120 {
    padding: 120px;
}
/* Margin Auto */
.mr-auto {
    margin: auto;
    float: none;
}
/* Margin Top */
.mt0 {
    margin-top: 0;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mt110 {
    margin-top: 110px;
}

.mt120 {
    margin-top: 120px;
}

.mt130 {
    margin-top: 130px;
}

.mt140 {
    margin-top: 140px;
}
/* Margin Bottom */
.mb0 {
    margin-bottom: 0;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb110 {
    margin-bottom: 110px;
}

.mb120 {
    margin-bottom: 120px;
}

.mb130 {
    margin-bottom: 130px;
}

.mb140 {
    margin-bottom: 140px;
}
/* Margin Left */
.ml0 {
    margin-left: 0;
}

.ml15 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.ml70 {
    margin-left: 70px;
}

.ml80 {
    margin-left: 80px;
}

.ml90 {
    margin-left: 90px;
}

.ml100 {
    margin-left: 100px;
}

.ml110 {
    margin-left: 110px;
}

.ml120 {
    margin-left: 120px;
}

.ml130 {
    margin-left: 130px;
}

.ml140 {
    margin-left: 140px;
}
/* Margin Right */
.mr0 {
    margin-right: 0;
}

.mr5 {
    margin-left: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.mr70 {
    margin-right: 70px;
}

.mr80 {
    margin-right: 80px;
}

.mr90 {
    margin-right: 90px;
}

.mr100 {
    margin-right: 100px;
}

.mr110 {
    margin-right: 110px;
}

.mr120 {
    margin-right: 120px;
}

.mr130 {
    margin-right: 130px;
}

.mr140 {
    margin-right: 140px;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .p30 {
        padding: 20px;
    }
    .p60 {
        padding: 20px;
    }
}


@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {

    .p30 {
        padding: 20px;
    }
    .p60 {
        padding: 20px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

    .p30 {
        padding: 20px;
    }
    .p60 {
        padding: 20px;
    }
}


/* =overlays
-------------------------------------------------------------- */

.overlay-main {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1) url('../img/raster-2.png') repeat;
    top: 0;
}

.overlay-search-background {
    background: rgba(0, 0, 0, 0.5) url('../img/raster.png') repeat;
    position: absolute;
    height: 100%;
    width: 100%;
}

.banner-bg {
    /*background: url('/OnlineForms/img/section_header_default.jpg') repeat-x 0 0;*/
    /*background: rgba(0,0,0,0) linear-gradient(152deg,#4eb9d3 0,#007bb3 72%,#0375a1 100%) repeat scroll 0 0;*/
    background-color: #009abc;
    position: relative;
    height: 200px;
}

.overlay-main-useraccount {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) url('../img/raster.png') repeat;
    top: 0;
}

.banner-bg-useraccount {
    background: url('/OnlineForms/img/set-hand-drawn-icons.png') repeat-x 0 0;
    position: relative;
    height: 200px;
}


.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
   /* background: rgba(0,0,0,0.7) url('https://www.canberra.edu.au/__data/assets/image/0013/1310800/pattern.png') repeat;*/
    top: 0;
    display: block;
}

.overlay-light {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.96);
}

.lifestyle-overlay {
    padding: 27%;
}

/*underline border*/
span.border {
    height: 3px;
    width: 100px;
    vertical-align: middle;
    background: #009abc;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: -10px;
}
/*added width tweaks*/
.w100 {
    width: 100% !important;
}

.w95 {
    width: 95%
}

.w90 {
    width: 90%
}

.w75 {
    width: 75% !important;
}

.w50 {
    width: 50% !important;
}

.w25 {
    width: 25% !important;
}

.w15 {
    width: 15% !important;
}
/* =main nav styles
-------------------------------------------------------------- */


.pushed-left #wrap {
    -webkit-transform: translate3d(-250px, 0px, 0px);
    transform: translate3d(-250px, 0px, 0px);
}

body.pushed-left {
    background: #414042;
}

    body.pushed-left #wrap {
        background: #fff;
    }

#wrap {
    position: relative;
    z-index: 999;
    background: #fff;
    display: block;
}

#wrap, #footer {
    -webkit-transition: -webkit-transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;
    transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;
}

#main-nav {
    background-color: #414042;
    /* padding: 31px 34px 20px;*/
    padding: 0 20px 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    box-shadow: inset 7px 0 9px -7px #414042;
    box-sizing: content-box!important;
}

    #main-nav ul li a {
        border-bottom: 1px solid #414042;
        color: rgba(255, 255, 255, 0.6);
        display: block;
        font-family: "Montserrat",Arial,Helvetica,sans-serif;
        font-size: 12px !important;
        font-weight: 400;
        letter-spacing: 1px;
        padding: 9px 0;
        margin-left: 15px;
        position: relative;
        text-transform: uppercase;
        transition: all .3s;
    }

        #main-nav ul li a:hover {
            color: rgba(255, 255, 255, 1);
            transition: all .3s;
        }

.primary {
    background: #000 none repeat scroll 0 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
}

    .primary a {
        color: #fff !important;
    }

.side-nav {
    margin: 0;
    padding: 0;
}

    .side-nav li {
        list-style: none;
    }

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

    .primary {
        display: block;
    }
}

/* =footer
-------------------------------------------------------------- */

#footer {
    background: #1d1d1d none repeat scroll 0 0;
    bottom: 0;
    margin: 0;
    min-height: 91px;
    width: 100%;
    z-index: 1;
    position: relative;
}

.footer-links {
    margin: 0;
    padding: 0;
}

    .footer-links li {
        list-style: none;
        display: inline-block;
        margin-right: 10px;
    }

        .footer-links li a {
            color: rgba(255, 255, 255, 0.6);
        }

.footer-links {
    float: right;
    margin-bottom: 20px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .footer-links {
        float: left;
    }
}

.copyright {
    /* float: left; */
}

.logo_footer {
    max-width: 100%;
}

.grey-bg {
    background: #595959;
}

.black-bg {
    background: #000000;
}

.blue-bg {
    background: #009abc;
}

/* =back to top
-------------------------------------------------------------- */
.scrolltotop {
    font-size: 30px;
    width: 45px;
    height: 45px;
    background: #009abc;
    right: 20px;
    bottom: -20px;
    position: fixed;
    z-index: 1001;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0.5s;
    transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0.5s;
    cursor: pointer;
}

    .scrolltotop.is_visible {
        -webkit-transform: translate3d(0px, -70px, 0px);
        transform: translate3d(0px, -70px, 0px);
        -webkit-transition: -webkit-transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0.5s;
        transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0.5s;
    }

/* =contributors
-------------------------------------------------------------- */
.contributor-col {
    margin-bottom: 40px;
    min-height: 80px;
    padding-left: 110px;
    background: #fff;
}

.contributor-author {
    border-radius: 50%;
    height: 80px;
    left: 15px;
    position: absolute;
    top: 0;
    width: 80px;
}

.contributor-author-name {
    color: #8c8c8c;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}

    .contributor-author-name > span {
        color: #414042;
    }

.contributor-title {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin-top: 0;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #contributors-heading > strong, #related-heading > strong {
        font-size: 30px;
    }

    #contributors .contributor-col, #related-stories .related {
        display: none;
    }

    .ghost-heading {
        color: #000;
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
    }

        .ghost-heading:after {
            border-color: #000 transparent transparent;
            border-style: solid;
            border-width: 10px;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            top: 50%;
            right: 0px;
        }
}

/* =story pagination
-------------------------------------------------------------- */
.story-pagination {
    border: 1px solid #ededed;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

    .story-pagination li {
        display: inline-block;
        width: 50%;
        float: left;
        transition: all ease .3s;
        list-style: none;
        min-height: 45px;
    }

        .story-pagination li a {
            color: #414042;
            display: block;
            min-height: 45px;
            padding: 10px;
        }

            .story-pagination li a:hover, .story-pagination li:hover {
                text-decoration: none; /*color: #fff;*/
            }

        .story-pagination li:hover {
            background: #ededed;
            transition: all ease .3s;
        }

li.next, li.prev {
    position: relative;
}

li.prev {
    padding-left: 30px;
}

li.next {
    text-align: right;
    padding-right: 30px;
    float: right;
}

    li.next:after {
        content: "\f125";
        position: absolute;
        top: 11px;
        font-family: Ionicons;
        right: 10px;
    }

    li.next:before {
        border-right: 1px solid #ededed;
        content: "";
        height: 100px;
        position: absolute;
        left: 0;
        top: 0;
    }

li.prev:after {
    content: "\f124";
    position: absolute;
    top: 11px;
    font-family: Ionicons;
    left: 20px;
}

li.prev:before {
    border-right: 1px solid #ededed;
    content: "";
    height: 100px;
    left: 100%;
    position: absolute;
    top: 0;
}

/* =tags
-------------------------------------------------------------- */
.tags {
    margin: 0;
    padding: 0;
}

    .tags li {
        color: #999;
        display: inline-block;
        font-size: 13px;
        list-style: outside none none;
        margin: 0 10px 0 0;
    }

/* =responsive in case James asks
-------------------------------------------------------------- */

.mobile-version {
    display: none;
}

@media only screen and (max-width: 64em) {

    .nav-primary {
        display: none;
    }

    .nav-primary-mobile {
        display: inline-flex;
    }

    .nav-primary-mobile-flex {
        display: flex;
    }

    .primary {
        display: block;
    }

    .desktop-version {
        display: none;
    }

    .mobile-version {
        display: block;
    }

    .next {
        text-align: right;
    }

    div.monitor_logo {
        height: auto;
        position: absolute;
        right: 20px;
        top: 2%;
        width: 139px;
        z-index: 100;
    }

    .nav-tabs-content {
        border: none !important;
        padding: 0 !important;
        margin-top: 30px;
    }
}


@media (max-width:48.000em) {
    .mobile-version .story-pagination li {
        display: block !important;
    }
}

@media (max-width:568px) {
    div.monitor_logo {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        white-space: nowrap;
    }
} 

@media (max-width: 767.98px) {
    .table-responsive-md {
        white-space: nowrap;
    }
    table.w95 {
        width: 90%;
    }
    .left-mobile {
        float: left;
    }
} 

@media (max-width:820px) {
    #menu-icon {
         margin-left: 0
    }
}

#menu-icon {
    width: 45px;
    height: 40px;
    position: relative;
    background: url("https://www.canberra.edu.au/__data/assets/image/0007/1310686/menu-icon.png") no-repeat -8px 6px;
    cursor: pointer;
    top: 14px;
    margin-left: 20px
}

    #menu-icon.open {
        background: url("https://www.canberra.edu.au/__data/assets/image/0007/1310686/menu-icon.png") no-repeat -8px -30px;
    }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .footer-links {
        float: left;
    }
}
/*floating images*/
.img-left {
    float: left;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    vertical-align: top;
}

.img-right {
    padding-top: 20px;
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
    vertical-align: top;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/*quotes*/
blockquote {
    border-left: none;
    color: #009abc;
    padding: 10px 15px 10px 15px;
    font: italic 100%/1.60 Georgia, Serif, Arial, sans-serif;
    margin: 1.5em 10px;
    position: relative;
}

    blockquote:before {
        color: #009abc;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
        quotes: "\201C" "\201D";
    }

    blockquote p {
        display: inline;
        margin: 15px 0px;
        font: italic 100%/1.60 Georgia, Serif, Arial, sans-serif;
    }

cite {
    color: #414042;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

    cite:before {
        content: "\2014 \2009";
    }


ul.category-links {
    list-style: none;
    margin-left: 0px;
    padding: 5px;
    padding-left: 15px;
    background-color: #f5f5f5;
    border: solid 1px #e4e4e4;
    border-top: solid 8px #006c91;
    min-height: 360px;
}
ul.category-links a {
    color: black !important;
}
ul.category-links a:hover {
    text-decoration: underline;
}

.category-row {
    padding-top: 20px;
    padding-bottom: 20px;
}


.category-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    /* background-color: #EEE; */
}

@media (min-width: 768px) {
    .category-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .category-container {
        width: 970px;
    }
}

/*@media (min-width: 1250px) {
    .category-container {
        width:1220px
    }
}*/


.category-wrapper {
    background-color: #f5f5f5;
}


.category-links > li:first-child {
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 1.1em;
}


.footer-nav {
    max-width: 1220px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.footer-links-group {
    width: 100%;
}

    .footer-links-group h3 {
        border-bottom: 1px solid #dbdbdb;
        font-size: 1em;
        margin: 0;
        padding: 1em 1.2em;
        color: #006c91;
        text-decoration: none;
        font-family: 'Lato', sans-serif;
        /* font-weight: bold; */
        font-size: 1.05em;
        color: #414042;
        display: block;
    }

        .footer-links-group h3:after {
            height: 0;
            width: 0;
            content: ' ';
            border-style: solid;
            border-width: 10px 10px 10px 10px;
            border-color: #006c91 transparent transparent transparent;
            float: right;
            margin-top: 0.5em;
        }

        .footer-links-group h3:hover, .footer-links-group h3:focus {
            background-color: #f5f5f5;
            cursor: pointer;
        }

    .footer-links-group ul {
        display: none;
        margin: 0;
    }

    .footer-links-group.active ul {
        display: block;
        border-bottom: 1px solid #dbdbdb;
        padding: 1em 1.3em;
        background-color: #f5f5f5;
    }

    .footer-links-group.active h3 a {
        background-color: #f5f5f5;
    }

    .footer-links-group.active li {
        margin: 1em 0;
    }

    .footer-links-group li {
        list-style: none;
        font-family: 'Lato', sans-serif;
        font-size: 1.063em;
        color: #006c91;
    }

        .footer-links-group li a {
            font-weight: 300;
            font-family: 'latoregular', serif;
            font-size: 1em;
            color: #006c91;
            text-decoration: none;
        }

            .footer-links-group li a:hover {
                text-decoration: underline;
            }

.social-icons {
    /* padding: 1em 0; */
    text-align: center;
}

    .social-icons a {
        display: inline-block;
        padding: 0 1.2em;
        height: 35px;
        text-indent: -9999px;
        position: relative;
        margin: 0 5%;
    }

        .social-icons a:after {
            position: absolute;
            top: 20%;
        }

        .social-icons a.facebook:after {
            display: block;
            /** Sprite: facebook-black (scale: 0.5) **/
            background: transparent url(https://www.canberra.edu.au/__data/assets/image/0004/1008238/spritesx2.png?v=0.1.15) no-repeat;
            background-position: -72px -120px;
            background-size: 144px 336px;
            width: 13.5px;
            height: 24px;
            content: '';
            left: 13px;
        }

.lt-ie9 .social-icons a.facebook:after {
    background: transparent url(https://www.canberra.edu.au/__data/assets/image/0003/1008237/sprites.png?v=0.1.15) no-repeat;
    background-position: -72px -120px;
    width: 13.5px;
    height: 24px;
}

.social-icons a.twitter:after {
    display: block;
    /** Sprite: twitter-black (scale: 0.5) **/
    background: transparent url(https://www.canberra.edu.au/__data/assets/image/0004/1008238/spritesx2.png?v=0.1.15) no-repeat;
    background-position: -48px -72px;
    background-size: 144px 336px;
    width: 24px;
    height: 18px;
    content: '';
    left: 8px;
}

.lt-ie9 .social-icons a.twitter:after {
    background: transparent url(https://www.canberra.edu.au/__data/assets/image/0003/1008237/sprites.png?v=0.1.15) no-repeat;
    background-position: -48px -72px;
    width: 24px;
    height: 18px;
}

.social-icons a.instagram:after {
    display: block;
    /** Sprite: instagram-black (scale: 0.5) **/
    background: transparent url(https://www.canberra.edu.au/__data/assets/image/0004/1008238/spritesx2.png?v=0.1.15) no-repeat;
    background-position: -72px -72px;
    background-size: 144px 336px;
    width: 23px;
    height: 23px;
    content: '';
    left: 7px;
}

.lt-ie9 .social-icons a.instagram:after {
    background: transparent url(https://www.canberra.edu.au/__data/assets/image/0003/1008237/sprites.png?v=0.1.15) no-repeat;
    background-position: -72px -72px;
    width: 23px;
    height: 23px;
}

.social-icons a.youtube:after {
    display: block;
    /** Sprite: youtube-black (scale: 0.5) **/
    background: transparent url(https://www.canberra.edu.au/__data/assets/image/0004/1008238/spritesx2.png?v=0.1.15) no-repeat;
    background-position: -96px -120px;
    background-size: 144px 336px;
    width: 36px;
    height: 25px;
    content: '';
    left: 2px;
}

.lt-ie9 .social-icons a.youtube:after {
    background: transparent url(https://www.canberra.edu.au/__data/assets/image/0003/1008237/sprites.png?v=0.1.15) no-repeat;
    background-position: -96px -120px;
    width: 36px;
    height: 25px;
}

/* Footer notice and copyright */
.quick-links {
    list-style: none;
    margin: 0 1.2em;
    overflow: hidden;
    padding: 0;
    display: block;
}

    .quick-links li {
        list-style: none;
        margin-left: 0;
        margin-bottom: 10px;
        float: left;
        clear: none;
        display: inline-block;
    }

        .quick-links li a {
            font-family: 'latobold', serif;
            font-size: 1.1em;
            text-decoration: none;
            color: #575757;
            padding: 0.5em 0;
            display: block;
            outline-offset: -1px;
        }

            .quick-links li a:hover, .quick-links li a:active, .quick-links li a:focus {
                color: #000000;
                text-decoration: underline;
            }

.copyright-wrapper {
    /* width: 100%; */
    clear: both;
    text-align: center;
    overflow: hidden;
    /* background: #f5f5f5; */
    padding-top: 1em;
    color: RGB(144,144,144);
}

.copyright {
    font-family: 'latoregular', serif;
    font-size: 1.1em;
    color: RGB(144,144,144);
    margin: 0 1.2em 1em;
}

    .copyright a {
        color: #006c91;
    }

    .copyright p {
        margin: 0 0 0.5em;
        font-size: 0.8em;
        color: RGB(144,144,144);
    }

.footer {
    background-color: #e4e4e4;
}

@media (min-width: 60em) {

    .back-to-top {
        max-width: 1220px;
        margin: 0 auto;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .footer-nav {
        max-width: 1220px;
        margin: 0 auto;
        width: 96%;
    }

    .footer-links-group {
        width: 18%;
        padding: 0 1%;
        float: left;
        margin-top: 2em;
    }

        .footer-links-group h3 {
            border: 0;
            padding: 0;
            font-size: 17.6px;
            font-size: 1.1rem;
        }

            .footer-links-group h3:hover {
                text-decoration: none;
                background-color: transparent;
                cursor: default;
            }

            .footer-links-group h3:after {
                content: '';
                border: 0;
            }

        .footer-links-group ul {
            display: block;
            margin: 0;
            padding: 0;
        }

        .footer-links-group li, .footer-links-group.active li {
            list-style: none;
            margin: 0.9em 0;
        }

            .footer-links-group li a {
                color: #006c91;
                text-decoration: none;
                font-size: 16px;
                font-size: 1rem;
                font-family: 'Lato', sans-serif;
            }

                .footer-links-group li a:hover {
                    text-decoration: underline;
                }

        .footer-links-group.active ul {
            border-bottom: 0;
            padding: 0;
            background-color: transparent;
        }

        .footer-links-group.active h3 a {
            background-color: transparent;
        }

    .footer-base {
        clear: both;
    }

    .social-icons {
        overflow: hidden;
        /* border-top: 1px solid #eeeeee; */
        /* margin-top: 3em; */
    }

        .social-icons a {
            margin: 0 10px;
        }

    .quick-links {
        float: right;
        font-size: 0.9em;
        margin-left: 0;
        margin-left: 2.2em;
    }

    .copyright {
        font-size: 0.8em;
        /* width: 40%; */
        text-align: center;
        /* float: left; */
        /* margin-right: 0; */
        /* margin-top: 1.8em; */
        /* margin-left: 2.2em; */
    }
}

.social-row {
    border-top: 1px outset RGB(200,200,200);
    border-bottom: 1px inset RGB(200,200,200);
    padding: 10px;
}

.main-feature.mt20 {
    padding-left: 200px;
    padding-right: 20px;
    background-color: RGBA(255,255,255,0.8);
}

    .main-feature.mt20.col-lg-6 {
    }

.pagedescriptionrow {
    padding-left: 200px;
    padding-right: 20px;
    /* background-color: RGBA(255,255,255,0.8); */
    padding-top: 20px;
    padding-bottom: 60px;
}

    .pagedescriptionrow p {
        line-height: 1.2;
        font-size: 0.9em;
    }

.hottopicsbox {
    position: absolute;
    right: -40px;
    
    height: 120px;
    width: 270px;
}

.hottopicstriangle {
    width: 0;
    height: 0;
    position: absolute;
    left: -100px;
    top: 0px;
    border-style: solid;
    /* float: left; */
    border-width: 0 0 120px 100px;
    border-color: transparent transparent #009abc transparent;
}

.hottopicstext {
    background-color: #009abc;
    height: 100%;
    width: 100%;
    box-sizing: content-box !important;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 40px;
}


    /*.hottopicstext ul {
        list-style: none;
        color: white;
    }

    .hottopicstext li:before {
        content: '>';
        padding-right: 5px;
    }

    .hottopicstext li:first-child {
        font-size: 1.2em;
    }

        .hottopicstext li:first-child:before {
            content: "";
            padding: 0px;
        }*/


.pagedescriptionrow {
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .pagedescriptionrow {
        width: 375px;
    }
}

@media (min-width: 992px) {
    .pagedescriptionrow {
        width: 465px;
    }
}

@media (min-width: 1200px) {
    .pagedescriptionrow {
        width: 585px;
    }
}

ul.category-links img {
    margin-bottom: 10px;
}

ul.category-links li {
    /* text-overflow: ellipsis; */
    word-wrap: hide;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.75;
    margin-bottom: 10px;
}

.social-row > div {
    padding: 0.5em 0;
}

.privacy-links {
    font-size: 0.7em;
}
/*
    .megamenu li:hover .has-mega-menu:after {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 46%;
        height: 0;
        width: 0;
        content: ' ';
        border-style: solid;
        border-width: 8px 8px 8px 8px;
        border-color: transparent transparent #38373b transparent;
    }
	*/

.megamenu {
    float: right;
    /* background: #029ddd; */
    /* width: 100%; */
    position: relative;
}

    .megamenu ul {
        float: left;
    }

        .megamenu ul > li {
            float: left;
            padding-left: 0;
            list-style: none;
            margin-right: 0;
        }

            .megamenu ul > li > a {
                text-decoration: none;
                font-family: 'latobold', sans-serif;
                font-size: 1em;
                -webkit-transition: background 0.3s ease;
                transition: background 0.3s ease;
                /* color: #ffffff; */
                /* padding: 1em 2em; */
                display: block;
                line-height: 1em;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

            .megamenu ul > li:first-child > a {
                padding-left: 1.2em;
            }

            .megamenu ul > li:hover > a {
                background: #036f9d;
            }

    .megamenu li:hover .menu-arrow {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #f15f5c;
    }

    .megamenu .megamenu-content {
        position: absolute;
        left: 0;
        top: 40px;
        overflow: hidden;
        min-height: 300px;
        background: #414042;
        z-index: 999999;
        display: none;
        padding: 0 2% 1.2em;
    }

    .megamenu li:hover .megamenu-content {
        display: block;
    }

    .megamenu li:hover a {
        background-color: #414042;
        color: white;
    }

.megamenu-content .col {
    width: 50%;
    float: left;
    overflow: hidden;
    padding: 0 1%;
}

.megamenu-content a {
    color: #fff;
    line-height: 1em;
    /* text-transform: capitalize; Nick*/
}

.megamenu-content ul > li:first-child > a {
    padding-left: 0;
}

.megamenu-content a:hover {
    text-decoration: underline;
}

.megamenu li:hover .megamenu-content a {
    background: transparent;
}

.megamenu-content .col a.action-link {
    text-transform: none;
    display: inline-block;
}

.megamenu-content .col > ul {
    padding-left: 2%;
}

.megamenu-content .level2 {
    float: none;
    line-height: 1.2em;
    margin-top: 1em;
}

    .megamenu-content .level2 a {
        padding: 0.2em 0;
        text-decoration: none;
    }

    .megamenu-content .level2 > a {
        display: inline-block;
    }

.megamenu-content .col .level3 {
    float: none;
    padding-top: 0;
    margin-top: 2px;
}

    .megamenu-content .col .level3 a {
        font-weight: 300;
        font-family: 'latoregular', serif;
        color: #d9d9da;
        font-size: 0.85em;
        text-decoration: none;
        display: inline-block;
        padding: 0;
        line-height: 1.3em;
    }

.megamenu-content .col .level4 {
    margin-top: 0.8em;
}

    .megamenu-content .col .level4 a {
        font-family: 'latoregular', serif;
        font-size: 1em;
        text-decoration: none;
        display: inline-block;
        padding: 0;
        color: #d9d9da;
        line-height: 1.2em;
    }

        .megamenu-content .col .level2 a:hover, .megamenu-content .col .level3 a:hover, .megamenu-content .col .level4 a:hover {
            text-decoration: underline;
        }

.megamenu-content .col.col5 {
    width: 26%;
}

.megamenu .links ul {
    width: 100%;
    padding: 0;
}

.megamenu-content .col .links ul li {
    float: none;
    margin-top: 1em;
    width: 100%;
    
}

    .megamenu-content .col .links ul li a {
        color: #000000;
        background: #ffffff;
        padding: 1em 1em 1em 1.5em;
        display: block;
        width: 100%;
    }

        .megamenu-content .col .links ul li a:after {
            content: ">";
            float: right;
            padding-left: 1em;
        }


ul.level1 > li > strong > a:after {
    content: '\003e';
    float: right;
    padding-left: 1em;
}


li.level2 a {
    color: white;
    font-size: 0.9em;
    text-transform: none;
}

.links li a {
    text-transform: uppercase;
}

.search-input {
    height: 100%;
    width: 82%;
    border: 0;
    padding: 0;
    padding-left: 4%;
}

.padding-30px, .content-container {
    padding-top: 30px;
}

.search-result {
    padding-top: 20px;
    
}

.search-short-content {
        padding-top: 10px;
}


.big-link:hover, .open-article:hover {
    color: #009abc !important;
    text-decoration: underline;
}

.big-link,.open-article {
    color:  #009abc !important;
    font-size: large;
    cursor: pointer;
}

.search-content-date {
    font-size: small;
    font-weight: bold;
    padding-bottom: 10px;
}

.jsgrid {
    width: 100% !important;
}
.jsgrid-pager {
    font-size: 0;
    padding-top: 10px
}
.jsgrid-pager-current-page {
    background-color: #009abc !important;
    color: white !important;
}
.search-grid-heading {
    color: rgb(85, 85, 85);
}
 .jsgrid-pager-page {
    color: #009abc;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid lightgray;
     margin-left: -1px;
     font-size: medium;
}
 .jsgrid-pager-page :hover {
     text-decoration: underline;
     
}

 .jsgrid-pager-nav-button {
      color: #009abc;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid lightgray;
     margin-left: -1px;
     font-size: medium;
 }
 .jsgrid-pager-nav-button a:hover {
        text-decoration: underline
    }
 .jsgrid-pager-nav-inactive-button {
     display: none;
 }
/*.jsgrid-pager :nth-last-child(4) {
    border-right: 1px solid lightgray;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
        padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}*/

#uxspinnermodal {
    display: none;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 64px;
    height: 64px;
    padding: 30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow: 1px 1px 10px #ababab;
    border-radius: 20px;
    background-color: white;
    z-index: 1002;
    text-align: center;
    overflow: auto;
}

.jsgrid-table {
    width: 100% !important;
    padding: 0;
}

.right-menu {
    height: 30px;
    vertical-align: middle;
    padding-top: 5px;
    width: 100%;
    margin: 10px
    
}
.right-menu a , .right-menu i{
    color: white!important
}

#hottopicsmenu-other ,#hottopicsmenu-main {
     margin: 10px
}
    #hottopicsmenu-main h4 {
        color: white !important;
    }
#hottopicsmenu-other  h4 {
    color: #009abc;
}
#hottopicsmenu-other ul , #hottopicsmenu-main ul{
    list-style: none;
    padding-left: 5px;
    padding-top: 5px
            
}
#hottopicsmenu-other a {
    font-weight: bold;
      color: #333;
}

#hottopicsmenu-other li {
    padding-top: 5px;
  
            
}
#hottopicsmenu-other a:after{
        content: '>';
        padding: 5px;
    }
#hottopicsmenu-main a {
    color: white !important;
    
}

#hottopicsmenu-main a:hover{
    text-decoration: underline
    
}
#hottopicsmenu-other a:hover{
    text-decoration: underline
    
}

#hottopicsmenu-main a:before{
        content: '>';
        padding: 5px;
    }


.error {
    font-size: small;
    color: red;
}
.article-date {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: small;
    font-weight: bold;
    color: darkgray;
}
.article-content {
    padding-top: 10px;
    padding-bottom: 10px;
    
}
.article-feedback {
      padding-top: 10px;
    padding-bottom: 20px;
}
.case-search-icon {
    padding: 0;
    padding-top: 12px;
    font-size: x-large;
    color: #009abc;
    clear: none;
    float: left;
    width: 5%;
    margin-right: 10px;
    height: 100%
}

.case-search-result {
    padding: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    clear: none;
    width: 100%;
    /*margin-left: 1%;*/
       height: 100%
}
.case-search-result hr {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top:10px
}
    .case-search-result a {
        font-size: x-large;
        padding-top: 15px;
        padding-bottom: 15px;
    }


.search-content-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}
.search-content-bottom span {
    padding-right: 15px;
    color: rgb(85,85,85);
    font-size: small;
    font-weight: bold
}
.case-info span {
    padding-right: 10px;
}
.case-search-info {
    border: 1px solid lightgray;
    padding-left: 10px;
    padding-right: 10px;

}
.case-search-row {
    padding-bottom: 5px;
    border-bottom: 20px solid transparent;
}


.case-search-nav ul.nav-tabs {
    border-bottom-color: #009abc!important;
}
.case-search-nav ul.nav-tabs li.active a {
        background-color: #009abc!important;
        color: white!important;
}

.case-search-nav ul.nav-tabs li{
    margin-bottom: 0 !important;
    }
.activity-container {
   
    border: 1px solid lightgray;
    border-collapse: separate;
    border-spacing: 10px 50px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding: 10px;
    background-color: whitesmoke;
   
}
.activity-container div {
    padding-top: 10px;
    padding-bottom: 10px
}
.activity-heading {
    font-size: large;
    padding-bottom: 10px;
    color:  #009abc

}
.seprator {
    height: 20px
}
.activity-heading span {
    padding-right: 10px
}

.activity-details {
    border-bottom: 1px solid lightgray;
    padding-top:20px;
    
}
.activity-attachment div{
    padding: 0;
    padding-top: 10px;
    font-size: small;
    font-weight: bold;
    font-style: italic;
    color: #009abc;
}

.case-info {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: small;
    font-weight: bold;

}
.case-info .row {
    padding-top: 10px;
    

}

/*search layout master */

/***/
/* Added by John */
header#header {
    padding: 0px;
}

nav.navbar.navbar-top {
    background-color: #009abc;
    background: url(/OnlineForms/img/polygon.png) no-repeat 0 0 / cover;

    border-radius: 0px;
    /* height: 25px; */
    margin-bottom: 0px;
}

nav.navbar.navbar-top a {
    color: white;
}


.nav>li>a:focus, .nav>li>a:hover {
    background-color: #009abc !important;
}


.category-wrapper {
        background-color: RGB(247,247,247);
        border-bottom: 1px solid RGB(205,205,205);
        min-height: 90px;
}

ul.level1 {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
}

button#uxarticlesearch {
    font-style: italic;
    height: 56px;
    width: 88px;
    margin: 0px;
    border-style: none;
    padding: 0px;
}

button#uxmainarticlesearch {
    font-style: italic;
    height: 56px;
    width: 60px;
    margin: 0px;
    border-style: none;
    padding: 0px;
    
}

input#uxsearchtext {
    font-style: italic;
    height: 56px;
    width: 100%;
    padding-left: 20px;
    border: solid lightgray 0.5px;
     -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

input#uxmainsearchtext {
    font-style: italic;
    height: 56px;
    width: 100%;
    padding-left: 20px;
    border: solid lightgray 0.5px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
input#uxmainsearchtext:focus {outline: none; }

.inner-search {
    max-width: 568px;
    margin: auto;
}

.inner-search-2 {
    max-width: 678px;
    margin: auto;
}
.searchbar.container {
                padding: 20px 0px;
}


.search-layout-hero {
    height: 250px;
}

span.overlay-search-background {
    background: none;
    /*background-color: RGBA(0,0,0,0.6);*/
}

.navbar-nav>li>a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size:0.9em;
}

nav.navbar.navbar-top {
    min-height: 25px;
    padding: 0px;
}

ul.nav-primary-mobile {
    float: right;
    /* font-size: 0.8em; */
}

.links {
    /* float: right; */
}

.col2.col {
    /* right: 50%; */
    /* display: inline-block; */
    /* float: left; */
    /* position: relative; */
    /* left: 50%; */
}

ul.level1 > li > strong > a:after {
    content: "";
    padding:0px;
    margin:0px;
}

.footer h3 {
    font-size: 0.9em;
}

.footer-links-group li a, .footer-links-group.active li {
    font-size: 14px;
}

.text-center {
    position: relative;
}

h3.white_text {
    margin-top: 45px;
    margin-bottom: 15px;
    font-size: 35px;
}

a.navbar-brand {
    float: left;
    /* height: 50px; */
    padding-top: 2px;
    padding-bottom: 0px;
    /* font-size: 18px; */
    /* line-height: 20px; */
}

a.navbar-brand {
    /* font-weight: bold; */
    font-size: 22px;
    font-family: 'verlagblack';
}

a.navbar-brand {
    font-family: 'verlagbook';
}

span.fa.fa-menu-hamburger {
    font-weight: normal;
    /* padding: 10px 0px; */
    /* font-size: 18px; */
}

.pull-right.menu-link {
    /* margin-top: 7px; */
    /* border: 1px solid white; */
    /* border-radius: 4px; */
    /* padding: 4px; */
}

ul.nav.navbar-nav.navbar-right {
    /* margin-right: 10px; */

}

#uxtopnacbar {
    flex-direction: row;
    margin-right: -30px;
}

#uxtopnacbar i {
    top: 0 !important;
}

#uxtopnacbar .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

div#menu-icon {
    /* padding: 10px 10px; */
    font-size: 18px;
    top: 0px;
    background: transparent url(https://www.canberra.edu.au/__data/assets/image/0004/1008238/spritesx2.png?v=0.1.15) no-repeat;
    background-position: -2px -206px;
    background-size: 144px 336px;
}

span.menu-span:hover {
    background-color: #505050;
}

span.menu-span {
    padding: 10px 10px;
    font-size: 18px;
}

@media (min-width: 768px)
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
}

#menu-icon.open {
    background-color: #006c91;
    background: transparent url(https://www.canberra.edu.au/__data/assets/image/0004/1008238/spritesx2.png?v=0.1.15) no-repeat;
    background-position: -46px -210px;
    background-size: 144px 336px;
    border: 0px;
    right: -1px;
}



a.navbar-link-contact:before {
    content:"\2709";
    padding-right: 5px;
}

a.navbar-link-support:before {
    content:"\e035";
    padding-right: 5px;
}

body.pushed-left #wrap {  
    transform: translate3d(-290px, 0px, 0px) !important;
}

ul.side-nav.primary {
    display: block;
}

.megamenu {
    /* margin-top: 20px; */
}

li.level2 {
    display: block;
    box-sizing: border-box;
    float: initial !important;
    /* clear: both !important; */
    clear: left;
    /* box-shadow: -16px -13px black; */
}


    .megamenu .megamenu-content {
    top:80px;
    }

.side-button {
    margin-top: 15px;
    width: 80%;
    height: 35px;
}
.side-button i {
    margin-right: 10px
}
.fb-color {
    background-color: rgb(58, 89, 152);
}
.twitter-color {
    background-color: rgb(29,161,242);
}

.external-login-buttons button{
    width: 60%;
    height: 35px;
    margin-bottom: 20px;
    color:white!important;

}
.agent-register {
    width: 77%;
     height: 35px;
}
#uxRegisterLocalForm {
    }

#uxRegisterLocalForm  label {
    
}
    #uxRegisterLocalForm .form-group {
        padding-bottom: 10px
    }
    #uxRegisterLocalForm input {
        width: 80%;
        height: 35px;
        font-size: small;
        padding-left: 5px;
    }

#aprEditView .form-group {
    overflow: visible;
}

#uxRegisterLocalForm button {
    width: 80%;
    height: 35px;
    font-size: small;
    background-color: black;
    color: white;
    padding: 0;
    padding-left: 5px;
    border: solid 1px
}
.megamenu-content .col {
    width: 23%;
    float: left;
    overflow: hidden;
    padding: 0 1%;
}

.col3.col.links-section {
    width: 100%;
    clear: left;
}

@media (min-width: 60em)  {
    .megamenu .megamenu-content {
        position: absolute;
        left: 0;
        overflow: hidden;
        min-height: 300px;
        background: #414042;
        z-index: 999999;
        display: none;
        padding: 0 2% 1.2em;
        width: 1050px;
        margin-left: -462;
    }
}
@media screen and (min-width: 1220px) {
    .megamenu .megamenu-content {
        width: 1170px !important;
        margin-left: -583px !important;
        min-height: 220px;
    }
}

a.uc-logo {
    /* margin: 20px 0px; 
    margin: 15px 0px;
    height: 56px;
    width: 280px;
    background-size: 220px 50px;*/
}

a.has-mega-menu {
    padding: 20px 10px 20px 10px !important;
}

.col-xs-4.privacy-links {
    margin-top: 20px;
}

div#ui-menu-item {
    padding: 10px;
}

li.ui-menu-item {
    padding: 2px 4px;
}
.right-col {
    width: 100%;
    padding: 20px;
}
.center-col {
    width: 100%;
    padding-bottom: 30px
}

.btn-primary-light {
    color: #414042;
    background-color: #92d6e3;
    border-color: #6c9fa8;
}

    .btn-primary-light:hover, .btn-primary-light:focus, .btn-primary-light:active, .btn-primary-light.active, .open > .dropdown-toggle.btn-primary-light {
        color: #fff;
        background-color: #009abc;
        border-color: #006c91;
    }

.btn-primary {
    background-color: #009abc;
    border-color: #006c91;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #006c91;
    border-color: #009abc;
}
  .categorybox {
      padding: 20px;
   
      }
@media (min-width: 60em) {
    .right-col {
        clear: none;
        float: right;
        width: 26%;
        margin-right: 1%;
        min-height: 370px;
        
    }

       
    .center-col {
        float: left;
        margin-left: 1.6%;
        width: 65%;
    }
    .home-page {
         width: 100%;
    }
    
    .categorybox  img{
        
        min-width: 64px;
        max-height: 64px;
    }
}

@media (min-width: 600px)
{
    .categorybox {
        margin-top: 30px;
        margin-right: 1%;
        margin-left: 1%;
        width: 45%;
        float: left;
        min-height: 370px;
        padding: 0;
    }
}
@media (min-width: 1000px) {
    .categorybox {
        margin-top: 30px;
        margin-right: 1%;
        margin-left: 1%;
        width: 30%;
        float: left;
        min-height: 370px;
        padding: 0;
    }
}

.filtercase{
    cursor: pointer;
    cursor: hand;
}
#search-side-area  button {
    width: 100%; font-size: large; border: 0!important
}

div[name=Datatable] div.col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
}

div[name=Datatable] div.row {
    margin-left: 0px;
    margin-right: 0px;
}

/*Pagination*/
.page-item.active .page-link {
    color: #fff;
    background-color: #009abc;
    border-color: #009abc;
}

.page-link {
    color: #009abc;
}

.back-link {
    float: right;
    font-size: 20px;
    margin-top: 17px;
}

.form-group {
    margin-bottom: 0;
}

.progress {
    height: 2rem;
}

.progress-thin {
    height: 1rem !important;
}

.progress-bar a{
    color: #fff;
    font-size: 0.8rem;
    white-space: pre-wrap;
    padding-left: 2px;
    padding-right: 2px;
}

.progress-thin span {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}

.progress-thin .bg-light span, .progress-thin .bg-remaining span {
    color: #333;
}

@media (max-width: 996px) (min-width: 768px) {
    .progress-bar a{
        font-size: 0.7rem;
    }
    .progress-bar span {
        font-size: 0.7rem;
    }
}

@media (max-width: 768px)(min-width: 576px) {
    .progress-bar a{
        font-size: 0.6rem;
    }
    .progress-bar span {
        font-size: 0.6rem;
    }
}
@media (max-width: 576px) {
    .progress-bar a{
        font-size: 0.6rem;
    }
    .progress-bar span {
        font-size: 0.6rem;
    }
}

.card-header {
    padding-left: 1rem;
    padding-right: 1rem;
}
    .card-header-sml {
        padding-bottom: 0.25rem;
        padding-top: 0.25rem;
    }

.blue-header {
    background-color: #009abc;
    color: #fff;
}

    .blue-header span {
        color: #fff;
    }

    .card-header button.btn-link {
        padding: 0px;
        text-align: left;
    }

    .card-header button[aria-expanded=true] .fa-chevron-up {
        display: none;
    }
    .card-header button[aria-expanded=false] .fa-chevron-down {
        display: none;
    }

.light-blue-header {
    background-color: #92D6E3;
    color: #fff;
}

    .light-blue-header span {
        color: #414042;
    }


.tippy-content {
    text-align: left;
}
    .card-header button[aria-expanded=true] .fa-chevron-up {
        display: none;
    }
    .card-header button[aria-expanded=false] .fa-chevron-down {
        display: none;
    }

.datepicker-input {
    border: none;
    width: 95%;
}

.datepicker-icon-input {
    border: none;
    width: 85%;
}

.tel-input {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    border-radius: 0.25rem !important;
    border-color: #ced4da !important;
}

.multi-input {
    width: 95% !important;
}
    .multi-input .multiselect__tags {
        border-color: #ced4da !important;
    }
        .multi-input .multiselect__tags .multiselect__tag,
        .multi-input .multiselect__tags .multiselect__tag-icon,
        .multi-input .multiselect__tags .multiselect__tag-icon:after {
            background: #009ABC;
        }

    .multi-input .multiselect__option--highlight,
    .multi-input .multiselect__option--highlight:after {
        background: #009ABC;
    }

.amcharts-main-div text {
    font-size: 0.8rem;
}

.border-warning {
    border: 1px solid #ffcc32;
}

.container {
    /*width: auto;*/
}

.form-label {
    width: 90%;
    padding: 0.375rem 0.75rem;
}

.form-label-icon {
    width: 90%;
    padding: 0rem 0.75rem;
}
    .form-label-icon .form-check-input {
        margin-bottom: 0.5rem;
    }
    .form-label-icon .form-check-label {
        margin-bottom: 0.5rem;
    }

.control-label {
    width: 90%;
    padding: 0.375rem 0.75rem;
}

@media (min-width: 768px) {
    .control-label {
        text-align: right;
    }
}

.form-control {
    width: 90%;
    height: auto !important;
}

.form-control-icon {
    margin-left: -2em;
}


.form-control-icon-number{
    left:10px;
}

.custom-file-input, .custom-file-label {
    width: 87%;
    height: auto !important;
    left: 20px !important;
}

.required-field::after {
    color: #f00 !important;
    content: " *";
}

.styled-button {
    font-size: 18px;
    font-size: 1.5rem;
    border: 0.13889em solid #009abc;
    background-color: #009abc;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 0.55556em 0.5em;
    text-decoration: none;
    text-align: center;
}  

.styled-button a {
    color: #fff;
}

.styled-button:hover, .styled-button:active, .styled-button:focus {
    background-color: #006c91;
    color: #fff;
    text-decoration: none;
}

.hide {
    display: none;
}

.col-md-narrow {
    padding-left: 5px;
    padding-right: 5px;
}

.print-footer {
    font-size: 10px;
    color: #333333;
    text-align: center;
}

@media print {
    .no-print, .no-print *
    {
        display: none !important;
    }

    .block-print 
    {
        display: block !important;
    }

    .scrolltotop , .scrolltotop *
    {
        display: none !important;
    }

    .container {
        width: 100%;
        
    }

    .break-print {
        page-break-after: always;
    }

    header,
    footer {
        display: none !important;
    }

    a
    {
        text-decoration: none !important;
    }

    body {
        font-size: 12px;
    }

    @page {
        margin: 0 !important;
        margin-inline:unset;
    }
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }

    h1 {
        font-size: 33px;
        line-height: 39px;
    }

    h2 {
        font-size: 26px;
        line-height: 31px;
    }

}

@page {
    margin: 0 !important;
}


@media (min-width : 50px) and (max-width : 770px) {
    .contactUsMobile {
        width: 87%;
    }
}

div.button-close {
    background: transparent url(../img/spritesx2.png) no-repeat;
    background-position: -144px -259.2px;
    background-size: 172.8px 403.2px;
    width: 10.8px;
    height: 10.8px;
    content: '';
}

.right {
    float: right;
}

.fa-h1em {
    height: 1em !important;
    line-height: 1em !important;
}

.lhicon {
    line-height: 1.6;
}

.nav-tabs-content {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 30px;
}

.nav-tabs-solid .nav-link {
    margin-right: 5px;
    color: #495057;
    background-color: #fff;
    border-color: #e9ecef #e9ecef #dee2e6;
    ;
}

    .nav-tabs-solid .nav-link.active {
        font-weight: 600;
        color: #009ABC;
    }

.table-tippy th {
    color: #333;
    background: white;
}

.table-tippy-dark th, .table-tippy-dark td {
    border: none;
}

.table-tippy-dark td.progress-bar {
    margin-top: 0.75em;
}

.table-tippy-dark tr:nth-child(even) {
    color: #fff;
    background: #333;
}

.table-tippy-dark tr:nth-child(odd) {
    color: #fff;
    background: #333;
}

.table-tippy tr:nth-child(odd) {
    color: #333;
    background: lightgray;
}
.table-tippy tr:nth-child(even) {
    color: #333;
    background: white;
}

.bg-prior {
    background-color: #009ABC !important;
}

.bg-consumed {
    background-color: #a3d469 !important;
}

.bg-remaining {
    color: #333;
    background-color: #dbdbdb !important;
}

.bg-over {
    background-color: #f15f5c !important;
}


.bg-fulltime {
    background-color: #a3d469 !important;
}

.bg-parttime {
    background-color: #fbcba4 !important;
}

.bg-intermission {
    background-color: #414042 !important;
}

.bg-discontinued {
    background-color: #006c91 !important;
}

.bg-sick {
    background-color: #ffcc32 !important;
}

.bg-maternity {
    background-color: #400080 !important;
}

.bg-paternity {
    background-color: #EE82EE !important;
}

.bg-compassionate {
    background-color: #009ABC !important;
}

.bg-thesisexam {
    background-color: #00A79D !important;
}

/* ----- Vue CK Editor Support CSS -----*/
.ck-control .cke {
    border: none !important;
}

.ck-control .cke_top {
    background: none;
}

.ck-control .cke_bottom {
    background: none;
}

/* ----- Vue Modal Support CSS -----*/
.modal-mask {
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 600px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}
    
.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*Enquiry*/
#pop {
    color: #009edd;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
    text-decoration: underline;
}

/** Help pop up **/
.div_popup {
    background: white none repeat scroll 0 0;
    border: 3px solid;
    font-size: 12px;
    height: auto;
    left: 25%;
    position: fixed;
    right: 0;
    top: 15%;
    width: 50%;
    z-index: 9999999;
}

#close {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 8px;
    top: 4px;
}

#div_helptext {
    margin-left: 22px;
}

.popup-head {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
}

div.button-search {
    background: transparent url(../img/spritesx2.png) no-repeat;
    background-position: -0px -0px;
    background-size: 144px 336px;
    width: 24px;
    height: 23px;
    content: '';
}

div.button-close {
    background: transparent url(../img/spritesx2.png) no-repeat;
    background-position: -144px -259.2px;
    background-size: 172.8px 403.2px;
    width: 10.8px;
    height: 10.8px;
    content: '';
}