/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 September 2016 08:59:39
*/


/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 08 April 2016 13:17:29
*/


/**
 * AFTRS - Screen Style Sheet
 *
 * screen.css
 * author: Squiz Australia
 */

/**
 * Table of Contents
 *
 * 1. General
 *     1.1 Reset
 *     1.2 General Typography
 *     1.3 Headings
 *     1.4 Links
 *     1.5 Lists
 *     1.6 Tables
 *     1.7 Forms
 *     1.8 Images
 *     1.9 SlickSlider
 *
 * 2. Page Elements
 *     2.1 Page Structure
 *     2.2 Accessibility
 *     2.3 Header
 *         2.3.1 Branding
 *         2.3.2 Scrolling Promotion
 *         2.3.3 Site Search
 *     2.4 Navigation
 *     2.5 Sub Navigation
 *     2.6 Breadcrumb
 *     2.7 Footer
 *         2.7.1 Promo Block
 *         2.7.2 Footer Quick Links
 *         2.7.3 Australia Government Crest
 *         2.7.4 Footer Site Links
 *
 * 3. Content Elements
 *     3.1 Home Page
 *         3.1.1 New Home Page
 *     3.2 Landing Page
 *     3.3 Inner Page
 *     3.4 Search Results Page
 *     3.5 Video fallback content
 *     3.6 Photo Album Galleries
 *
 * 4. IE Workarounds
 * 5. Plugins
 *       5.1 JQuery Tools
 *       5.2 jQuery FancyBox v1.3.4
 *       5.3 JQuery UI
 *
 */

/*
--------------------
1. General
--------------------
*/

/* 1.1 Reset
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

fieldset, img {
    border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

em {
    font-style: italic;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/* 1.2 General Typography
-------------------------------------------------- */
body {
    font: normal 75%/1.333333em Arial, Helvetica, sans-serif; /* 12px */
}

.hide, .js-enabled hr {
    display: none;
}

.hidden {
    visibility: hidden;
}

.clear {
    clear: both;
}

p {
    margin: 0 0 10px;
}

strong,
strong em {
    font-weight: bold;
}

/* 1.3 Headings
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0 14px;
    font-weight: bold;
    line-height: 1;
}

/* 1.4 Links
-------------------------------------------------- */
/*#content a {
    text-decoration: none;
}*/

#content a:hover,
#content a:focus {
    text-decoration: underline;
}

/* 1.5 Lists
-------------------------------------------------- */
#content ul {
    margin-left: 30px;
    list-style: disc;
}

#content ul li ul {
    margin: 0.5em 0 0.5em 20px;
}

#content ol {
    margin-left: 30px;
    list-style: decimal;
}

#content ol li ol {
    margin: 0.5em 0 0.5em 20px;
}

#content .pagination ul,
#content .pagination ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 1.6 Tables
-------------------------------------------------- */
table.data td,
table.data th {
    padding: 15px 12px;
    text-align: left;
}

table.data thead tr {
    background: #ababab;
}

table.data tbody tr.even {
    background: #edf1f2;
}

table.data td,
table.data th {
    border: 1px solid #fbfbfa;
}

/* 1.7 Forms
-------------------------------------------------- */


/* 1.8 Images
-------------------------------------------------- */
.align-left {
    float: left;
    margin: 0 20px 10px 0;
    padding: 1px;
}

.align-right {
    float: right;
    margin: 0 0 10px 20px;
    padding: 1px;
}

/* 1.9 SlickSlider
-------------------------------------------------- */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*
--------------------
2. Page Elements
--------------------
*/


/* 2.1 Page Structure
-------------------------------------------------- */
body {
    background: #FFF url("") repeat scroll 0 0;
}

#wrapper {
    margin: 0 auto;
    width: 998px;
}

body #wrapper {
    margin-top: 30px;
}

body:not(.home) #wrapper {
    margin-top: 40px;
}

#content-main .standalone,
#content-main ol.generic-listing.standalone,
#content ol.search-results.featured {
    clear: both;
    margin-right: -252px;
}

#content ol.search-results {
    list-style: none;
}

#content-main .standalone.photo-grid {
    margin-right: -254px;
}

#content-main .details-content {
    margin: 0 0 0 252px;
    width: 410px;
}

/* 2.2 Accessibility
-------------------------------------------------- */
#nav-accessibility h2,
#nav-accessibility ol li a {
    position: absolute;
    top: -999em;
    left: -999em;
}

#nav-accessibility ol li {
    display: inline;
}

#nav-accessibility ol li a {
    display: block;
    float: none;
}

#nav-accessibility ol li a:focus,
#nav-accessibility ol li a:active {
    position: static;
    float: none;
}

hr {
    display: none;
}

#content hr,
#aside hr {
    display: block;
}

#content {
    clear: both;
}

#content-inner {
    float: left;
    margin-left: 242px;
}

#content-main {
    float: left;
    margin-bottom: 20px;
    padding: 10px 262px 40px 10px;
    width: 494px;
    background: #fff;
}

/* Even 40px spacing at bottom of content */
#content-main > ul:last-child,
#content-main > p:last-child,
#content-main > ol:last-child,
#content-main > div.featured:last-child {
    padding-bottom: 0;
}

#content-main > div.featured:last-child {
    margin-bottom: -10px;
}

#content-main > div.featured.last-child {
    margin-bottom: -10px;
}

#content-aside {
    float: left;
    margin: 0 0 20px -1008px;
    padding-right: 10px;
    width: 232px;
}

/* 2.3 Header
-------------------------------------------------- */
#header {
    position: relative;
    margin: 50px -10px 32px 0;
    width: 988px;
}

#header .header-inner {
    margin: 0 -20px 0 20px;
    padding: 15px 10px;
    height: 40px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background: rgb(255, 255, 255); /* Fallback */
    background: rgba(255, 255, 255, 0.8);
    color: #5f5f5f;
}

#header {
    display: none;
}

/* -- Logo -- */
.main-logo {
    display: block;
}

.main-logo img {
    display: block;
    margin-bottom: 5px;
    width: 232px;
}

/* -- 2.3.1 Branding -- */
#header .branding {
    position: absolute;
    top: -22px;
    left: 0;
    display: block;
}

/* -- 2.3.2 Scrolling Promotion -- */
#header .scrolling-promo {
    float: left;
    margin: 7px 32px 0 222px;
    width: 462px;
    text-transform: uppercase;
    display: block;
}

/* Show single promotion item only */
.js-disabled #header .scrolling-promo ul {
    height: 26px;
    overflow: hidden;
    display: block;
}

#header .scrolling-promo li {
    /*float: left;*/
    display: block;
}

#header .scrolling-promo a {
    color: #5f5f5f;
    text-decoration: none;
    font: bold 1.666666667em/1.333333em 'Times New Roman', Georgia, serif; /* 20px */
}

#header .scrolling-promo a:hover,
#header .scrolling-promo a:focus {
    text-decoration: underline;
}

/* -- 2.3.3 Site Search -- */
form.site-search {
    float: right;
    position: relative;
    top: 3px;
    display: inline-block;
}

#content-aside form.site-search {
    float: none;
    margin-bottom: 10px;
}

form.site-search legend,
form.site-search label {
    position: absolute;
    left: -9999em;
}

form.site-search input[type="text"] {
    padding: 5px 40px 5px 11px;
    width: 190px;
    border: 1px solid #5f5f5f;
    color: #5F5F5F;
    font: normal 1.666666667em/1em 'Times New Roman', Georgia, serif; /* 20px */
}

#content-aside form.site-search input[type="text"] {
    width: 179px;
}

form.site-search input[type="text"]:focus {
    border: 1px solid #CCC;
    outline: none;
}

form.site-search input[type="submit"] {
    position: absolute;
    top: 7px;
    right: 5px;
    margin: 0 0 0 -30px;
    width: 20px;
    height: 20px;
    background: transparent url('https://www.aftrs.edu.au/__data/assets/image/0012/282/bg-search-button.png?v=0.1.3') scroll no-repeat 8px 3px;
    text-indent: -9999em;
    cursor: pointer;
}

form.site-search input[type="submit"]:hover,
form.site-search input[type="submit"]:focus {
    background-position: 8px -60px;
    outline: none;
}

/* 2.4 Navigation
-------------------------------------------------- */
#nav {
    color: #fff;
}

#nav h2 {
    position: absolute;
    left: -9999em;
    margin-top: 0;
    color: #fff;
}

#content-aside #nav > ul {
    margin: 0;
    padding: 0;
}

#content-aside #nav ul li {
    padding-left: 0;
    background: none;
}

#content-aside #nav > ul > li {
    margin-bottom: 8px;
}
#content-aside #nav > ul > li.additional_nav {
    margin: 8px 0 0;
}

/* First-level */
#nav > ul > li > a {
    display: block;
    padding: 9px 8px 8px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.916666667em; /* 23px */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.4;
}

#nav > ul > li.active > a,
#nav > ul > li > a:hover,
#nav > ul > li > a:focus {
    color: #83f3eb;
    /*color: #000;*/
    text-decoration: none;
}

#nav > ul > li.active > a {
    margin-bottom: 0;
}

/* Second-level */
#content-aside #nav ul > li > ul {
    margin: 0;
    padding: 8px 0 10px;
    background-color: #fff;
}

#nav > ul > li > ul > li > a {
    display: block;
    margin: 3px 12px;
    padding: 6px 7px 2px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

#nav > ul > li > ul > li.active > a,
#nav > ul > li > ul > li > a:hover,
#nav > ul > li > ul > li > a:focus {
    background-color: #83f3eb;
    text-decoration: none;
}


/* 2.5 Sub Navigation
-------------------------------------------------- */
#nav li.secondary_nav {
    background: #FFF;
    color: #000;
    margin-top: 80px;
    padding: 0;
    width: 200px;
}

#nav li.additional_nav {
    width: 200px;
}

#content-aside #nav li.secondary_nav ~ li.secondary_nav {
    margin: 8px 0 0;
}

#content-aside #nav li.secondary_nav + li.additional_nav {
    margin: 37px 0 0;
}

/* First-level */
#nav > ul > li.secondary_nav > a,
#nav > ul > li.additional_nav > a {
    display: block;
    padding: 5px 8px 4px;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 1.666666667em; /* 20px */
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
}

#nav > ul > li.secondary_nav.active > a,
#nav > ul > li.secondary_nav > a:hover,
#nav > ul > li.secondary_nav > a:focus,
#nav > ul > li.additional_nav.active > a,
#nav > ul > li.additional_nav > a:hover,
#nav > ul > li.additional_nav > a:focus {
    background-color: #000;
    color: #FFF;
    text-decoration: none;
}

#nav > ul > li.secondary_nav.active > a,
#nav > ul > li.additional_nav.active > a {
    margin-bottom: 0;
    border-bottom: 1px dotted #000;
}

/* Second-level */
#content-aside #nav > ul > li.secondary_nav > ul,
#content-aside #nav > ul > li.additional_nav > ul {
    margin: 0;
    padding: 4px 0 5px;
    background-color: #fff;
}

#nav > ul > li.secondary_nav > ul > li > a,
#nav > ul > li.additional_nav > ul > li > a {
    display: block;
    margin: 3px 8px;
    padding: 6px 7px 2px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

#nav > ul > li.secondary_nav > ul > li.active > a,
#nav > ul > li.secondary_nav > ul > li > a:hover,
#nav > ul > li.secondary_nav > ul > li > a:focus,
#nav > ul > li.additional_nav > ul > li.active > a,
#nav > ul > li.additional_nav > ul > li > a:hover,
#nav > ul > li.additional_nav > ul > li > a:focus {
    background-color: #83f3eb;
    color: #000;
    text-decoration: none;
}

/* 2.6 Breadcrumb
-------------------------------------------------- */
#breadcrumb {
    margin: 10px 0 20px;
}

#breadcrumb a {
    text-decoration: underline;
}

#breadcrumb a:first-child {
    padding: 0;
    background: none;
}

#breadcrumb a:hover,
#breadcrumb a:focus {
    text-decoration: none;
}

#breadcrumb span {
    margin: 0 4px;
}

#breadcrumb em {
    font-style: normal;
}

/* 2.7 Footer
-------------------------------------------------- */
#footer {
    clear: both;
    overflow: hidden;
    margin: 20px 0;
    padding-top: 30px;
    width: 1008px;
    background: url() scroll repeat-x 0 0;
}

.home #footer {
    display: none;
}

#footer h2 {
    position: absolute;
    left: -9999em;
    margin-top: 0;
    color: #fff;
}

#footer h3 {
    margin: 0 0 10px 0;
    font-family: 'Montserrat Subrayada', Arial, Helvetica, sans-serif;
}

#footer .footer-inner {
    float: left;
    margin-bottom: 20px;
    padding-bottom: 30px;
    width: 1008px;
    background: url() scroll repeat-x 0 100%;
}

#footer .footer-bottom {
    display: block;
    clear: both;
    overflow: hidden;
    background: rgb(255, 255, 255); /* Fallback */
    background: rgba(255, 255, 255, 0.8);
}

/* -- 2.7.1 Promo Block -- */
#footer .promo-block {
    float: left;
    overflow: hidden;
    padding: 10px;
    width: 306px;
    background-color: #fff;
}

#footer .promo-block a {
    color: #000;
    text-decoration: none;
}

.sbs-icon {
    display: block;
    margin: 6em 0 0;
}

/* -- 2.7.2 Footer Quick Links -- */
#footer .footer-quick-links {
    float: left;
    margin-left: 10px;
    padding: 10px;
    width: 652px;
    background-color: #fff;
    min-height: 330px;
}

#footer .footer-quick-links > div {
    float: left;
    width: 50%;
}

#footer .footer-quick-links ul li {
    padding: 3px 0;
}

#footer .footer-quick-links ul li a {
    /*text-decoration: none;*/
}

#footer .footer-quick-links ul li a:hover,
#footer .footer-quick-links ul li a:focus {
    text-decoration: underline;
}

/* -- 2.7.3 Australia Government Crest -- */
#footer .aus-gov-crest {
    float: left;
    clear: both;
}

#footer .aus-gov-crest img {
    display: block;
}

/* -- 2.7.4 Footer Site Links -- */
#footer .footer-site-links {
    float: right;
    padding: 17px 5px;
}

#footer .footer-site-links ul li {
    float: left;
}

#footer .footer-site-links ul li a {
    float: left;
    padding: 0 5px;
    border-left: 1px solid #000;
    color: #000;
    /*text-decoration: none;*/
}

#footer .footer-site-links ul li:first-child a {
    border: none;
}

#footer .footer-site-links ul li a:hover,
#footer .footer-site-links ul li a:focus {
    text-decoration: underline;
}

.newhome__menus__auslogo {
    max-width: 175px;
}
/*
--------------------
3. Content Elements
--------------------
*/

/* 3.1 Home Page
-------------------------------------------------- */
body.home {
    background: #7ecb9d url("") repeat scroll 0 0;
}

.home .content-block {
    padding: 10px;
    background: #fff;
}

.home #content-aside {
    display: none;
}

.home #content-inner {
    margin-left: 0;
}

.home #content-main {
    padding: 10px 0 0;
    width: 1008px;
    background: none;
}

.home #content-main > div {
    float: left;
    width: 336px;
}

.home #content-main > div:first-child {
    margin-right: 10px;
    width: 662px;
}

.home #content-main > div.last-child {
    clear: both;
    width: 100%;
}

.home #content-main h1 {
    position: absolute;
    top: -999em;
    left: -999em;
}

.home #content-main h2 {
    text-transform: uppercase;
}

.home #content-main h2 a {
    padding: 0 14px 0 0;
    background: url("") no-repeat scroll right 6px transparent;
    color: #000;
    text-decoration: none;
}

.home #content-main h2 a:hover,
.home #content-main h2 a:focus {
    background-position: right -274px;
    text-decoration: none;
}

/* Fixed home page heights */
.home #content .feature-area {
    height: 474px;
}

.home .content-block.quick-links:nth-child(1) {
    height: 154px;
}

.home .content-block.quick-links:nth-child(2) {
    height: 290px;
}

.home .content-block.quick-links:nth-child(3) {
    height: 102px;
}

.home #content .hr-module.area-specialisation {
    height: 82px;
}

.home #content .feature-area {
    height: 474px;
}

.home .content-block.quick-links:nth-child(1) {
    height: 154px;
}

.home .content-block.quick-links:nth-child(2) {
    height: 290px;
}

.home .content-block.quick-links:nth-child(3),
.home .content-block.news-block {
    height: 102px; /*102px;*/
}

.home #content .hr-module.area-specialisation {
    height: 82px;
}

.home #content .content-block.home-banner {
    display: block;
    position: relative;
    height: 342px;
    width: 642px;
}

.home .home-banner-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    height: 342px;
    width: 642px;
    margin: 0;
}

.home .home-banner-wrapper > div {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
}

.home .home-banner-link {
    display: block;
    overflow: hidden;
}

.home .home-banner .slidetabs {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
}

.home .home-banner .slidetabs.count-1 {
    display: none;
}

.home .home-banner .slidetabs a {
    display: block;
    height: 9px;
    width: 9px;
    background: #fff;
    margin-left: 8px;
    float: left;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.75;
}

.home .home-banner .slidetabs a:hover,
.home .home-banner .slidetabs a.current {
    opacity: 1;
}

@media all and (max-width: 767px) {
    .home #content .content-block.home-banner,
    .home .home-banner .home-banner-wrapper {
        height: 250px;
        width: 100%;
    }

    .home .home-banner-wrapper > div {
        display: block;
        height: 100%;
        width: 100%;
    }

    .home .home-banner-link {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 230px;
    }

    .home #content-main .home-banner-image {
        height: auto !important;
        width: auto !important;
        /*max-width: none;*/
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.home .news-block {
    margin: 10px 0 0;
}

.home .news-block p {
    margin: 0 0 8px;
}


/* -- Feature Area -- */

/* -- Latest News -- */
.latest-news {
    overflow: hidden;
}

.latest-news em {
    font-weight: bold;
    margin: 0 10px 0 0;
    font-style: normal;
}

.latest-news .read-more {
    float: right;
    padding-right: 14px;
    background: transparent url("") scroll no-repeat right 1px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.latest-news .read-more span {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

/* -- Horizontal Module -- */
.home .hr-module {
    margin: 10px 0 0 0;
    width: 642px;
}

.home #content .hr-module ul {
    margin-bottom: -3px;
}

/* -- Quick Links -- */
.quick-links {
    margin-bottom: 10px;
    overflow: hidden;
}

.quick-links.last-child {
    margin-bottom: 0;
}

.quick-links h2 {
    margin: 0 0 11px;
}

.quick-links h3 {
    margin: 0 0 4px 0;
    text-transform: uppercase;
    font-size: 1.166666667em; /* 14px */
}

.quick-links > div {
    overflow: hidden;
    padding-bottom: 7px;
    /*padding-top: 10px;*/
    width: 100%;
    border-bottom: 2px dotted #000;
}

.quick-links > div + div {
    margin-top: 10px;
}

.quick-links > div:last-child {
    border: none;
    padding-bottom: 0;
}

.quick-links > div > div {
    float: left;
    width: 50%;
}

#content .quick-links ul {
    padding: 0;
}

#content .quick-links ul li {
    margin: 0;
    padding: 3px 0;
    background: none;
}

#content .quick-links > div > ul li {
    float: left;
    width: 50%;
}

/*.home #content-main a {
    text-decoration: none;
}
    .home #content-main .quick-links ul a:hover {
        text-decoration: underline;
    }*/

/* -- Share Buttons -- */

#share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}

/* -- Branding Tagline -- */
.branding-tagline {
    float: left;
    margin-top: 10px;
}

.home .links.social-small {
    margin-top: 10px;
}

/* -- Contact Link -- */
#content .contact-link {
    float: left;
    margin-left: 10px;
    padding-top: 20px;
    width: 148px;
    height: 20px;
    margin-top: 10px;
    background-color: #fff;
}

#content .contact-link a:hover,
#content .contact-link a:focus {
    text-decoration: none;
}

/* 3.1.1 New Home Page
-------------------------------------------------- */
/*-- Components --*/
/* SlickSlider */
.slick-dots {
    position: absolute;
    right: 0;
    top: 0;
}

#content ul.slick-dots li {
    background: none;
    float: left;
    padding-left: 0;
}

.slick-dots button {
    background: url('http://www.aftrs.edu.au/__data/assets/image/0012/282/bg-search-button.png?v=0.1.3') 0 -31px no-repeat;
    border: 0;
    text-indent: -100000px;
}

.slick-dots .slick-active button {
    background-position: 0 -63px;
}

.slick-prev,
.slick-next {
    background: url('https://www.aftrs.edu.au/__data/assets/image/0005/52835/arrow-slick.png?v=0.1.1') 0 0 no-repeat;
    border: 0;
    height: 64px;
    margin-top: -32px;
    position: absolute;
    text-indent: -100000px;
    top: 50%;
    width: 28px;
    z-index: 10;
}

.slick-prev {
    background-position: -28px -64px;
    left: 10px;
}

.slick-prev:hover {
    background-position: 0 -64px;
}

.slick-next {
    background-position: -28px 0;
    right: 10px;
}

.slick-next:hover {
    background-position: 0 0;
}

/* Img Gallery */
.js-img-gallery > div {
    visibility: visible ;
    opacity: 1;
    transition: visibility .5s ease, opacity .5s ease;
}

.js-img-gallery.is-hide-desc > div {
   /* visibility: hidden;
    opacity: 0; */
}

.js-img-gallery:hover > div {
    visibility: visible ;
    opacity: 1;

}

/*-- Wrapper --*/
.home.ie-gte-8.lt-ie10 #content-main > div {
    width: 998px;
}

.home #header {
    display: none;
}

.home #content-inner {
    margin-left: 0;
}

.home #content-aside {
    display: none;
}

.home #breadcrumb {
    display: none;
}

@media all and (min-width: 48em) {
    .home #wrapper {
        width: auto;
    }

    .home #content-inner {
        float: none;
    }

    .home #content-main {
        width: 100%;
    }
}

@media all and (min-width: 62.375em) {
    .home #wrapper {
        width: 1008px;
    }

    .home #content-main {
        width: 1008px;
    }
}

/*-- New Home --*/
.newhome {
    overflow: hidden;
}

.lt-ie10 .newhome__main {
    float: right;
}

@media all and (min-width: 48.000em) {
    .newhome__main {
        padding: 0px 20px;
    }
}

@media all and (min-width: 62.375em) {
    .newhome {
        background-color: #fff;
    }

    .newhome__container {
        /* flexbox container */
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;

        padding: 0 0 0 20px;
    }

    .newhome__main {
        /* flexbox item */
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;

        margin-right: 0;
        padding: 0 0 0 20px;
        width: 666px;
    }

    .newhome__menus {
        margin-left: 0;
        margin-top: 20px;
        width: 300px;
    }

    .newhome__menus-footer {
        /*position: absolute;
        bottom: 0;*/
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
}

/*-- Hero --*/
.home #content-main > div.newhome {
    margin-right: 0;
    width: 100%;
}

.newhome__hero-slider a {
    display: block;
    line-height: 0;
}

@media all and (min-width: 48.000em) {
    .newhome__main {
        /*max-width: 100vh;*/
    }

    .newhome__hero {
        overflow: hidden;
    }

    .newhome__img-wrapper {
        position: relative;
    }

    .newhome__hero-slider,
    .newhome__hero-slider img{
        width: 100%;
    }

    .newhome__hero-rhs {
        float: right;
        width: 33.3333333%;
    }

    #content .newhome__hero ul li.newhome__grid-item {
        float: none;
        width: 100%;
    }
}

/*-- Image Grid --*/
#content ul.newhome__grid-list {
    margin: 0;
    overflow: hidden;
}

#content ul li.newhome__grid-item {
    background: none;
    float: left;
    margin-bottom: 0;
    padding-left: 0;
    width: 50%;
}

#content ul li.newhome__grid-item {
    padding: 0;
}

.newhome__grid-item a {
    display: block;
    line-height: 0;
}

.newhome__img-wrapper {
    cursor: auto;
    /*cursor: url('https://www.aftrs.edu.au/__data/assets/file/0010/49888/hover_hand_right.cur?v=0.1.2') 5 0, auto;*/
    position: relative;
}

.newhome__img-desc {
    /*background-color: #fff;*/
    bottom: 0;
    left: 0;
    line-height: 1.2;
    right: 0;
    margin: 10px;
    padding: 0 10px 7px;
    position: absolute;
}

.home #content-main .newhome__img-desc h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: .75rem;
    margin-bottom: 0;
    background: white;
    display: inline;
    padding: 1px 2px;
}

.newhome__img-desc p {
    display: none;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media all and (min-width: 48.000em) {
    .newhome__grid {
        background-color: #fff;
    }

    #content ul li.newhome__grid-item {
        width: 33.333333%;
    }

    .newhome__grid-item img {
        width: 100%;
    }

    .home #content-main .newhome__img-desc h2 {
        font-size: 15px;
        font-size: .9375rem;
        margin-bottom: 0;
    }

    .newhome__img-desc p {
        display: block;
    }
}

/*-- Menus --*/
.newhome__menus {
    background-color: #fff;
    padding: 20px 20px 10px;
}
@media all and (min-width: 62.375em) {
    .newhome__menus {
        padding: 20px 20px 10px;
    }
}

.lt-ie10 .newhome__menus {
    float: left;
}

.newhome__row {
    border-top: 3px solid #000;
    padding: 18px 0;
}

.newhome__row-inner {
    margin-top: 10px;
}

.newhome__row-inner:first-of-type {
    margin-top: 0;
}

.newhome__row--noborder {
    border-top: 0;
}

.newhome__row--borderblack {
    border-color: #000;
}

.newhome__logo {
    background-color: #1A161B;
}
.newhome__logo img {
    width: 60%;
    margin: auto;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
    #content-main .newhome__logo img,
    #content-main .newhome__menus-footer img {
        width: 60%;
    }
}

.newhome__menus h2 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 8px;
}

#content .newhome__menus ul {
    margin-top: 0;
}

#content .newhome__menus ul li {
    background: none;
    margin-bottom: 4px;
    margin-left: 0;
    padding-left: 0;
}

.newhome__menus a {
    text-decoration: none;
}

.newhome__menus .newhome__menus-top a {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    text-transform: uppercase;
}

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

.newhome__tag {
    padding-bottom: 14px;
}

@media screen and (max-width: 767px){
    .newhome__tag {
        padding-bottom: 20px;
    }
}

.newhome__tag-img,
.newhome__banner {
    max-width: 300px;
    width: auto;
}

#content-main .newhome__tag-img {
    width: auto;
}

@media all and (min-width: 62.375em) {
    #content-main .newhome__menus-upper .newhome__tag-img {
        width: 94%;
        max-width: 318px;
    }
}

.newhome__row-2col,
#content .newhome__row-2col ul ul {
    margin-left: 0;
    overflow: hidden;
}

#content .newhome__row-2col ul li {
    background: none;
    float: left;
    margin-left: 0;
    padding-left: 0;
    width: 50%;
}

#content .newhome__row-2col ul li li {
    width: 100%;
}

@media all and (min-width: 48.000em) {
    .newhome__menus {
        margin: 0 20px;
    }
}

@media all and (min-width: 62.375em) {
    .newhome__menus {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        height: 1186px;
        position: relative;
    }
}

/*-- Search --*/
.newhome .site-search {
    float: none;
    top: 0;
    width: 100%;
}

.newhome form.site-search input[type="text"] {
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%;
    background-color: #B0B0B0;
}
.newhome form.site-search input[type="text"]::-webkit-input-placeholder {
    color: #5f5f5f;
}

.newhome form.site-search input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #5f5f5f;
}

.newhome form.site-search input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
    color: #5f5f5f;
}

.newhome form.site-search input[type="text"]:-ms-input-placeholder {
    color: #5f5f5f;
}

/*-- Extra --*/
.extra-margintop-8 {
    margin-top: 4px;
}

/* 3.2 Landing Page
-------------------------------------------------- */

/* 3.3 Inner Page
-------------------------------------------------- */
.page-heading h1 {
    font-family: Arial, Helvetica, sans-serif;
}

/* 3.4 Search Results Page
-------------------------------------------------- */
/* Search Results */
.search-results {
    margin: 10px 0;
}
/* 3.5 Video fallback content
-------------------------------------------------- */
.js-disabled .video-data{
    display: block !important;
}

.js-enabled .video-data{
    display: none !important;
}

/* 3.6 Photo Album Galleries
-------------------------------------------------- */
#content .photo-album-gallery {
    display: block;
    overflow: hidden;
    width: 746px;
    margin: 0 0 0 10px;
}

#content .photo-album-gallery ul {
    display: block;
    overflow: hidden;
}
#content .photo-album-gallery li {
    display: block;
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0;
    width: 186px;
}
#content .photo-album-gallery li a {
    display: block;
    width: 186px;
    height: 152px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
#content .photo-album-gallery li .img-wrapper,
#content .photo-album-gallery li .info-box {
    display: block;
    overflow: hidden;
    width: 186px;
    height: 152px;
    cursor: pointer;
}
#content .photo-album-gallery li .img-wrapper .tag {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    color: #FFF;
    text-transform: uppercase;
    padding: 4px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
#content .photo-album-gallery li .img-wrapper img {
    display: block;
}
#content .photo-album-gallery li .info-box {
    background: #84F3EC;
    font-size: 1.4em;
    text-transform: uppercase;
}
#content .photo-album-gallery li:hover .info-box {
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
}
#content .photo-album-gallery li:hover .info-box strong {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    background: #000;
    padding: 4px;
    font-weight: bold;
    text-decoration: none;
}
#content .photo-album-gallery li:hover .info-box span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent;
    padding: 10px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.photo-set-gallery {
    display: block;
    width: 746px;
    background: #000;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 20px;
}
.photo-set-gallery .image-viewer {
    display: block;
    overflow: hidden;
    margin: 0 0 10px;
    width: 746px;
}
.photo-set-gallery .image-viewer img {
    display: block;
    margin: 0 auto;
}
.photo-set-gallery > p {
    display: block;
    color: #FFF;
    margin: 0 0 10px;
    padding: 0;
}
.photo-set-gallery .photo-set-gallery-scrollable {
    position: relative;
    overflow: hidden;
    width: 746px;
    height: 146px;
}
.photo-set-gallery .photo-set-gallery-scrollable .items {
    width:20000em;
    position:absolute;
}
.photo-set-gallery .photo-set-gallery-scrollable .items div {
    float: left;
}
.photo-set-gallery .photo-set-gallery-scrollable .items a {
    display: block;
    float: left;
    width: 179px;
    height: 146px;
    overflow: hidden;
    margin: 0 0 0 10px;
    cursor: pointer;
}
.photo-set-gallery .photo-set-gallery-scrollable .items div a img {
    display: block;
    max-height: 100%;
}
.photo-set-gallery .photo-set-gallery-scrollable .items div a:first-child {
    margin: 0;
}
.photo-set-gallery .next,
.photo-set-gallery .prev {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 85px;
    width: 10px;
    height: 16px;
    background: transparent url() no-repeat 0 0;
    cursor: pointer;
}
.photo-set-gallery .prev {
    left: 5px;
    right: auto;
    background-position: -10px 0;
}

.js-disabled .photo-set-gallery {
    background: none;
    padding: 0;
    margin: 0 0 0 -10px;
    width: 756px;
}
.js-disabled .photo-set-gallery .image-viewer {
    display: none;
}
.js-disabled .photo-set-gallery p {
    display: none;
}
.js-disabled .photo-set-gallery .photo-set-gallery-scrollable {
    height: auto;
}
.js-disabled .photo-set-gallery .photo-set-gallery-scrollable .items {
    width: 756px;
    position: static;
}
.js-disabled .photo-set-gallery .photo-set-gallery-scrollable .items a {
    margin: 0 0 10px 10px;
}

/*
--------------------
4. IE Workarounds
--------------------
*/

/* Has Layout Fixes */
.ie6 #nav ul {
    zoom: 1;
}

.ie-lte-7 .featured.standalone {
    position: static;
    width: 756px;
}

.ie-lte-7 .highlight-box.standalone,
.ie-lte-7 .highlight-box.large.standalone {
    position: static;
    width: 724px;
}

form .sq-form-question select.sq-form-field {
    margin-top: 3px;
}

.ie-lte-7 form ul li {
    padding-left: 0 !important;
}

.ie-lte-7 #nest-page-banner.with-hero-unit,
.ie-lte-7 #mini-page-banner.mini {
    position: static;
}

.ie-lte-7 #nest-page-banner.with-hero-unit span.caption {
    border: 0;
}

.page-banner.page-banner-single,
.page-banner {
    position: static;
    width: 746px;
}

.ie-lte-7 .page-banner-single {
    position: static !important;
    width: 746px;
}

.ie-lte-7 .page-banner-wrapper {
    overflow: hidden;
    width: 746px;
}

.ie-lte-7 .video-details {
    width: 746px;
}

.ie-lte-7.home .quick-links.content-block > div {
    width: 316px;
}

.ie-lte-7.home #content-main > div,
.ie-gte-8.home #content-main > div {
    width: 662px;
    margin: 0 10px 0 0;
}
.ie-lte-7.home #content-main > div + div,
.ie-gte-8.home #content-main > div + div {
    width: 336px;
    margin: 0;
}
.ie-lte-7.home #content-main > div + div + div,
.ie-gte-8.home #content-main > div + div + div {
    width: 100%;
}

.ie-lte-7.home .content-block.quick-links,
.ie-gte-8.home .content-block.quick-links {
    height: 154px;
}
.ie-lte-7.home .content-block.quick-links > div,
.ie-gte-8.home .content-block.quick-links > div {
    border: 0 none;
}

.ie-lte-7.home .content-block.quick-links + .quick-links,
.ie-gte-8.home .content-block.quick-links + .quick-links {
    height: 290px;
}

.ie-lte-7.home .content-block.quick-links + .quick-links + .quick-links,
.ie-gte-8.home .content-block.quick-links + .quick-links + .quick-links {
    height: 102px;
}

.ie-lte-7 .page-banner .banners div {
    width: 746px;
    overflow: hidden;
}

/*
--------------------
5. Plugins
--------------------
*/

/* 5.1 JQuery Tools
-------------------------------------------------- */
.page-banner .banners .video {
    position: relative;
    height: 281px;
    position: absolute;
    left: 0;
    top: 0;
}

#content-main .highlight-box .lightbox-content-video .play.course-video {
    background: url("https://www.aftrs.edu.au/__data/assets/image/0014/2237/ir-video-play.png") no-repeat scroll 0 0 transparent;
}

.page-banner .banners .video .play {
    background: url("") no-repeat scroll 0 0 transparent;
    border: 0;
    display: block;
    height: 70px;
    left: 50%;
    margin: -35px 0 0 -35px;
    position: absolute;
    text-indent: -999em;
    top: 50%;
    width: 70px;
}

.page-banner span.caption,
td.caption_table_cell {
    height: 1em;
    display: block;
    line-height: 1em;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dotted #000;
}
.page-banner span.caption em,
td.caption_table_cell em {
    font-style: italic;
}

.page-banner a {
    text-decoration: none
}

.page-banner .banners {
    position:relative;
    width:746px;
    height:330px;
    float:left;
    margin:0px;
}

/* single slide */
.page-banner {
    margin: 0 0 20px;
    position: relative;
}
.page-banner .banners div {
    display:block;
    position:absolute;
    top:0;
    left:0;
    margin:0;
    padding:0px;
    height:330px;
    font-size:12px;
}

/* Larger */
.with-hero-unit .page-banner {
    margin-bottom: 10px;
}

.with-hero-unit .page-banner,
.with-hero-unit .page-banner .banners,
.with-hero-unit .page-banner .banners div,
.with-hero-unit .page-banner .banners a.video {
    height: 454px; /*409*/
}

.with-hero-unit .page-banner .forward,
.with-hero-unit .page-banner .backward {
    /*margin-top: 174px;*/
    display: none;
}

/* Mini */
.mini > .page-banner,
.mini > .page-banner .banners,
.mini > .page-banner .banners div {
    width: 494px;
}

/* tabs */
.page-banner .slidetabs {
    display: block;
    position: absolute;
    top: 394px;
    right: 10px;
    overflow: hidden;
}

.mini.page-banner .slidetabs {
    top: 258px;
}
.page-banner .slidetabs a {
    display: block;
    height: 9px;
    width: 9px;
    background: #fff;
    margin-left: 8px;
    float: left;
    border-radius: 50%;
    opacity: 0.75;
}
.page-banner .slidetabs a:hover,
.page-banner .slidetabs a.current {
    opacity: 1;
}

/* prev and next buttons */
.page-banner .forward, .page-banner .backward {
    float:left;
    margin-top:105px;
    background: transparent url() no-repeat;
    display:block;
    width:60px;
    height:60px;
    cursor:pointer;
    font-size:1px;
    text-indent:-9999em;
    position: absolute;
    display: none;
}

/* next */
.page-banner .forward { background-position: -60px -60px; clear:right; right:10px;}
.ie-lte-7 .page-banner .forward {right: -240px;}
.page-banner .forward:hover,
.page-banner .forward:focus { background-position: 0 -60px; }


/* prev */
.page-banner .backward { left:10px; z-index: 1; background-position: -60px 0;}
.page-banner .backward:hover,
.page-banner .backward:focus { background-position: 0 0; }

/* disabled navigational button. is not needed when tabs are
   configured with rotate: true */
.disabled, .page-banner-single .forward, .page-banner-single .backward, .page-banner-single .slidetabs{
    visibility:hidden !important;
}

/* -- 5.2 jQuery FancyBox v1.3.4 -- */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:1104;display:none;}
#fancybox-loading div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url();}
#fancybox-overlay{position:absolute;top:0;left:0;width:100%;z-index:1100;display:none;}
#fancybox-tmp{border:0;overflow:auto;display:none;margin:0;padding:0;}
#fancybox-wrap{position:absolute;top:0;left:0;z-index:1101;outline:none;display:none;padding:0;background:#000;}/*-- Original no background or border --*/
#fancybox-wrap.styled{background:#fff;}
#fancybox-outer{position:relative;width:100%;height:100%;background:#000;} /*-- Original background: #FFF; --*/
#fancybox-content{width:0;height:0;outline:none;position:relative;overflow:hidden;z-index:1102;border:0 solid #fff;padding:0;}
#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:1101;}
#fancybox-close{position:absolute;top:3px;right:3px;width:16px;height:16px;background:transparent url() -40px 0;cursor:pointer;z-index:1103;display:none;}
#fancybox-wrap.styled #fancybox-close {background: transparent url();height:30px;width:30px;top:-15px;right:-15px;}
#fancybox-error{color:#444;font:normal 12px/20px Arial;margin:0;padding:14px;}
#fancybox-img{width:100%;height:100%;border:none;outline:none;line-height:0;vertical-align:top;margin:0;padding:0;}
#fancybox-frame{width:100%;height:100%;border:none;display:block;}
#fancybox-left,#fancybox-right{position:absolute;bottom:0;height:100%;width:35%;cursor:pointer;outline:none;background:transparent url();z-index:1102;display:none;}
#fancybox-left{left:0;}
#fancybox-right{right:0;}
#fancybox-left-ico,#fancybox-right-ico{position:absolute;top:50%;left:-9999px;width:30px;height:30px;margin-top:-30px;cursor:pointer;z-index:1102;display:block;}
#fancybox-left-ico{background-image:url();background-position:-40px -30px;}
#fancybox-right-ico{background-image:url();background-position:-40px -60px;}
#fancybox-left:hover,#fancybox-right:hover{visibility:visible;}
#fancybox-left:hover span{left:20px;}
#fancybox-right:hover span{left:auto;right:20px;}
.fancybox-bg{position:absolute;border:0;width:0;height:0;z-index:1001;margin:0;padding:0;}
#fancybox-bg-n{top:-20px;left:0;width:100%;background-image:url();}
#fancybox-bg-ne{top:-20px;right:-20px;background-image:url();background-position:-40px -162px;}
#fancybox-bg-e{top:0;right:-20px;height:100%;background-image:url();background-position:-20px 0;}
#fancybox-bg-se{bottom:-20px;right:-20px;background-image:url();background-position:-40px -182px;}
#fancybox-bg-s{bottom:-20px;left:0;width:100%;background-image:url();background-position:0 -20px;}
#fancybox-bg-sw{bottom:-20px;left:-20px;background-image:url();background-position:-40px -142px;}
#fancybox-bg-w{top:0;left:-20px;height:100%;background-image:url();}
#fancybox-bg-nw{top:-20px;left:-20px;background-image:url();background-position:-40px -122px;}
#fancybox-title{font-family:Helvetica;font-size:12px;z-index:1102; display: none;}
.fancybox-title-inside{padding-top:10px;text-align:center;color:#333;background:#000;position:relative;color:#FFF;text-transform:uppercase;font-weight:bold;}/*-- original background: #fff, no font colour --*/
.fancybox-title-outside{padding-top:10px;color:#fff;}
.fancybox-title-over{position:absolute;bottom:0;left:0;color:#FFF;text-align:left;}
#fancybox-title-over{background-image:url(fancy_title_over.png);display:block;padding:10px;}
.fancybox-title-float{position:absolute;left:0;bottom:-20px;height:32px;}
#fancybox-title-float-wrap{border:none;border-collapse:collapse;width:auto;}
#fancybox-title-float-wrap td{border:none;white-space:nowrap;}
#fancybox-title-float-left{background:url() -40px -90px no-repeat;padding:0 0 0 15px;}
#fancybox-title-float-main{color:#FFF;line-height:29px;font-weight:700;background:url() 0 -40px;padding:0 0 3px;}
#fancybox-title-float-right{background:url() -55px -90px no-repeat;padding:0 0 0 15px;}
.fancybox-ie6 #fancybox-close{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');}
.fancybox-ie6 #fancybox-left-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');}
.fancybox-ie6 #fancybox-right-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-over{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');zoom:1;}
.fancybox-ie6 #fancybox-title-float-left{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-float-main{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');}
.fancybox-ie6 #fancybox-title-float-right{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');}
.fancybox-ie6 #fancybox-bg-w,.fancybox-ie6 #fancybox-bg-e,.fancybox-ie6 #fancybox-left,.fancybox-ie6 #fancybox-right,#fancybox-hide-sel-frame{height:expression(this.parentNode.clientHeight+"px");}
#fancybox-loading.fancybox-ie6{position:absolute;margin-top:0;top:expression((-20+(document.documentElement.clientHeight?document.documentElement.clientHeight/2:document.body.clientHeight/2) 0 (ignoreMe=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop)) 0 px);}
#fancybox-loading.fancybox-ie6 div{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');}
.fancybox-ie .fancybox-bg{background:transparent!important;}
.fancybox-ie #fancybox-bg-n{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');}
.fancybox-ie #fancybox-bg-ne{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');}
.fancybox-ie #fancybox-bg-e{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');}
.fancybox-ie #fancybox-bg-se{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');}
.fancybox-ie #fancybox-bg-s{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');}
.fancybox-ie #fancybox-bg-sw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');}
.fancybox-ie #fancybox-bg-w{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');}
.fancybox-ie #fancybox-bg-nw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale');}

/* Extra custom FancyBox rules */
#fancybox-outer {
    border: 5px solid #FFF;
    border-radius: 5px;
}

#fancybox-left, #fancybox-right{
    visibility:visible;
}
#fancybox-left span, #fancybox-right span {
    background: transparent url() no-repeat;
    width: 60px; height: 60px; top: 45%;
}

#fancybox-left span {
    background-position: 0 0;
    left: -10px;
}

#fancybox-right span {
    background-position: 0 -60px;
    right: -10px;
    left: auto;
}

#fancybox-left:hover span,    #fancybox-left-ico {
    left: 0;
}
#fancybox-right:hover span,    #fancybox-right-ico {
    right: 0;
}

#fancybox-left-ico {
    left: -20px;
}

#fancybox-right-ico {
    right: -20px;
}


/* 5.3 JQuery UI
-------------------------------------------------- */
ul.ui-autocomplete {
    background: white;
    text-align: left;
    border: solid 1px #5f5f5f;
    border-width: 0 1px 1px;
    list-style-type: none;
    padding: 5px 0;
    margin: 0;
    width: 240px;
    position: absolute;
}

ul.ui-autocomplete h2 {
    font-size: small;
    background-color: #efefef;
    padding: 5px;
}


ul.ui-autocomplete li.ui-menu-item {
    padding: 0;
    margin: 0;
}

ul.ui-autocomplete li.ui-menu-item a {
    cursor: pointer;
    cursor: default;
    display: block;
    padding: 6px 11px;
    font-size: 14px;
    color: #555;
}

ul.ui-autocomplete li.ui-menu-item a.description,
ul.ui-autocomplete li.ui-menu-item a.url {
    padding-top: 0px;
}

ul.ui-autocomplete li.ui-menu-item span {
    display: block;
    font-size: small;
    padding-left: 10px;
}

ul.ui-autocomplete li.ui-menu-item a.ui-state-focus {
    background-color: #000;
    color: #FFF;
    margin: -2px 0;
    padding: 8px 11px;
}

.ui-helper-hidden-accessible {
border: 0 none; clip: rect(0px, 0px, 0px, 0px); 
height: 1px; 
margin: -1px; 
overflow: hidden; 
padding: 0; 
position: absolute; 
width: 1px;}

/*
--------------------
Additional CSS for Students & Films
--------------------
*/
/* Landing Page */
.students-films-search > .students-films-search__container {
    padding: 0;
}

.students-films-search > .students-films-search__container > form {
    width: 100%;
    padding-left: 0;
}

.students-films-search .students-films-search__container input[type="text"] {
    width: 724px;
    padding: 15px 10px;
    font-size: 1.4em;
    color: #333;
    margin-bottom: 10px;
    margin-top: 10px;
}

.students-films-search .students-films-search__container input[type="submit"] {
    cursor: pointer;
    margin-top: 7px;
    top: 18px;
    background-image: url();
    background-position: 8px 3px;
}

.students-films-search .students-films-search__container input[type="submit"]:hover,
.students-films-search .students-films-search__container input[type="submit"]:focus {
    background-position: 8px -60px;
}

.students-films-search .students-films-filter__container {
    border: 1px solid #000;
    padding: 10px;
}

.students-films-filter__heading {
    font-family: "Montserrat Subrayada",sans-serif;
    font-size: 1.6em;
    margin-bottom: 10px;
}

.students-films-filter__sub-heading {
    font-weight: normal;
    margin-top: 23px;
}

#content .students-films-filter__list {
    overflow: hidden;
}

#content ul .students-films-filter__item {
    background: none;
    padding: 0;
    margin: 0 18px 0 0;
    float: left;
}

#content .students-films-search .students-films-filter__item a {
    padding: 0;
    font-weight: bold;
}

/* Results Page */
.search-results.students-films-results > li.tile {
    width: 98.7%;
}

.students-films-results .tile > .students-films-results__container {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 8px 8px 20px;
    border: 1px solid #BBB;
    background: #FFF;
    color: #767676;
    text-decoration: none;
}

.sfilms.students-films-results .tile .year {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.15em;
}

.students-films-results .tile .overlay {
    float: left;
}

.students-films-results__desc {
    margin: 15px 0;
}

.students-films-results__content {
    margin-left: 245px;
    display: block;
}

.students-films-results__content-subheading {
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    color: #333;
}

.students-films-results__content-item {
    color: #333;
}

#content-main .tile .students-films-results__content-link {
    font-weight: bold;
    text-decoration: underline;
}

#content-main .tile .students-films-results__content-link:hover {
    text-decoration: none;
}

/* Responsive */
/* mobile - bigger */
@media all and (max-width: 767px) {
    #content-main .sfilms.students-films-results {
        width: 100% !important;
    }

    .search-results.students-films-results > li.tile {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
    }

    .students-films-results__content {
        margin-left: 280px;
    }

    .students-films-search .students-films-search__container input[type="text"] {
        width: 100%;
        box-sizing: border-box;
    }
}

/* mobile - smaller */
@media all and (max-width: 599px) {
    .students-films-results .tile .overlay {
        float: none;
        max-width: 100%;
    }

    .students-films-results__content {
        margin-top: 20px;
        margin-left: 0;
    }
}

/*  mobile - hamberger nav */
@media all and (max-width: 767px) {
    #header { display: block; }
}
