﻿
/* ---------- SSL Navigation ---------- */

.navbar-channel {
    background-color: #003263;
}

    .navbar-channel .navbar-brand {
        padding: 20px 15px;
    }

        .navbar-channel .navbar-brand:hover {
            background: #23527c;
        }

        .navbar-channel .navbar-brand img {
            width: auto;
            height: 100px;
        }

    .navbar-channel .navbar-toggle {
        color: #ffffff;
        padding: 44px 15px 42px 45px;
    }

        .navbar-channel .navbar-toggle:hover,
        .navbar-channel .navbar-toggle:focus {
            background: #23527c;
        }

        .navbar-channel .navbar-toggle .icon-bar-container,
        .navbar-channel .navbar-toggle .close {
            top: 37px;
            /* border-color: #003263; */
        }

        .navbar-channel .navbar-toggle .icon-bar {
            background: #ffffff;
        }

        .navbar-channel .navbar-toggle .close {
            color: #ffffff;
        }

    .navbar-channel .form-group-search {
        padding: 53px 0;
    }

        .navbar-channel .form-group-search input[type="text"],
        .navbar-channel .form-group-search .btn {
            border-color: #316679;
        }

    .navbar-channel .btn-warning,
    .navbar-channel .btn-warning:visited {
        /*color: #173661;
    background: #e8efc2;
    border-color: #316679;*/
        color: #173661;
        background: #ffd25b;
        border-color: #173661;
    }

        .navbar-channel .btn-warning:hover {
            /*color: #173661;
    background: #e0eaae;
    border-color: #316679;*/
            color: #143057;
            background: #ffc824;
            border-color: #143057;
        }

        .navbar-channel .btn-warning.focus,
        .navbar-channel .btn-warning:focus {
            /*color: #173661;
    background: #d8e59a;
    border-color: #316679;*/
            color: #fff;
            background: #11294a;
            border-color: #11294a;
        }

        .navbar-channel .btn-warning.active,
        .navbar-channel .btn-warning:active,
        .navbar-channel .btn-warning.active.focus,
        .navbar-channel .btn-warning.active:focus,
        .navbar-channel .btn-warning.active:hover,
        .navbar-channel .btn-warning:active.focus,
        .navbar-channel .btn-warning:active:focus,
        .navbar-channel .btn-warning:active:hover {
            /*color: #173661;
    background: #d1e085;
    border-color: #316679;*/
            color: #fff;
            background: #102542;
            border-color: #102542;
        }

    .navbar-channel .navbar-nav > li > a {
        color: #fff;
        background: #003263;
    }

        .navbar-channel .navbar-nav > li > a:hover,
        .navbar-channel .navbar-nav > li > a:focus {
            background: #23527c;
        }

    .navbar-channel .navbar-nav > .open > a,
    .navbar-channel .navbar-nav > .open > a:focus,
    .navbar-channel .navbar-nav > .open > a:hover {
        background: #245584 !important;
    }

    .navbar-channel .navbar-user {
        margin-bottom: -3px;
    }

    .navbar-channel .nav > li > .dropdown-menu {
        z-index: 1001;
    }

@media (min-width: 992px) {
    .navbar-channel {
        background: url(https://www.geelongaustralia.com.au/common/public/images/ssl/ssl-asset-nav-v3.png), #003263;
        background-repeat: no-repeat;
        background-position: right top;
    }

        .navbar-channel .nav > li > .dropdown-menu {
            width: 300px;
            border-color: #245584;
        }

        .navbar-channel .navbar-nav .dropdown-menu > li {
            border-color: #e0e8f0;
        }

        .navbar-channel .dropdown-menu > li > a:hover,
        .navbar-channel .dropdown-menu > li > a:focus {
            background-color: #f0f8fa;
        }
}

@media (max-width: 991px) {
    .navbar-channel .navbar-brand {
        padding: 10px 15px;
    }

        .navbar-channel .navbar-brand img {
            height: 80px;
        }

    .navbar-channel .navbar-nav > li {
        border-color: #4d7399;
    }

    .navbar-channel .navbar-nav > .open > a,
    .navbar-channel .navbar-nav > .open > a:focus {
        background: #245584 !important;
    }

        .navbar-channel .navbar-nav > .open > a:hover {
            background: #245584 !important;
        }

    .navbar-channel .navbar-nav .dropdown-menu > li {
        border-color: #5674ab;
    }

        .navbar-channel .navbar-nav .dropdown-menu > li > a {
            color: #ffffff;
        }

            .navbar-channel .navbar-nav .dropdown-menu > li > a:hover,
            .navbar-channel .navbar-nav .dropdown-menu > li > a:focus {
                background: #23527c;
            }

    .navbar-channel .navbar-nav .dropdown-menu-services {
        border-color: #94d1c0;
    }

        .navbar-channel .navbar-nav .dropdown-menu-services > li {
            border-color: #94d1c0;
        }
}

@media (max-width: 767px) {
    .navbar-channel .navbar-brand {
        padding: 5px 15px;
    }

        .navbar-channel .navbar-brand img {
            height: 60px;
        }

    .navbar-channel .navbar-toggle {
        padding: 28px 15px 28px 45px;
    }

        .navbar-channel .navbar-toggle .icon-bar-container,
        .navbar-channel .navbar-toggle .close {
            top: 24px;
        }
}

@media (max-width: 345px) {
    .navbar-toggle-text {
        display: none;
    }

    .navbar-channel .navbar-toggle {
        width: 54px;
        height: 70px;
        padding: 0;
    }

        .navbar-channel .navbar-toggle .close {
            padding: 0;
        }
}










/* ---------- SSL Header ---------- */

.sslc-header {
    position: relative;
    padding-top: 20px;
    padding-bottom: 0px;
    /* padding-bottom: 40px;*/
    /* background: linear-gradient(180deg, rgb(95, 189, 163) calc(100% - 100px), rgb(255, 255, 255) calc(100% - 100px)); */
}

    .sslc-header > svg {
        /* position: absolute; */
        /* left: 0; */
        /* bottom: 100px; */
        /* width: 100%; */
        /* height: 80px; */
        display: none;
    }

    .sslc-header p,
    .sslc-header .lead {
        color: #173661;
    }

    .sslc-header .read-text {
        margin-bottom: 40px;
    }

    .sslc-header .btn,
    .sslc-header .btn:visited {
        color: #fff;
        background: #173661;
        border-color: #173661;
    }

        .sslc-header .btn:hover {
            color: #fff;
            background: #143057;
            border-color: #143057;
        }

        .sslc-header .btn.focus,
        .sslc-header .btn:focus {
            color: #fff;
            background: #11294a;
            border-color: #11294a;
        }

        .sslc-header .btn.active,
        .sslc-header .btn:active,
        .sslc-header .btn.active.focus,
        .sslc-header .btn.active:focus,
        .sslc-header .btn.active:hover,
        .sslc-header .btn:active.focus,
        .sslc-header .btn:active:focus,
        .sslc-header .btn:active:hover {
            color: #fff;
            background: #102542;
            border-color: #102542;
        }
        /*.sslc-header .btn,
.sslc-header .btn:visited {
    color: #173661;
    background: #e8efc2;
    border-color: #316679;
}
.sslc-header .btn:hover {
    color: #173661;
    background: #e0eaae;
    border-color: #316679;
}
.sslc-header .btn.focus,
.sslc-header .btn:focus {
    color: #173661;
    background: #d8e59a;
    border-color: #316679;
}
.sslc-header .btn.active,
.sslc-header .btn:active,
.sslc-header .btn.active.focus,
.sslc-header .btn.active:focus,
.sslc-header .btn.active:hover,
.sslc-header .btn:active.focus,
.sslc-header .btn:active:focus,
.sslc-header .btn:active:hover {
    color: #173661;
    background: #d1e085;
    border-color: #316679;
}*/
        .sslc-header .btn .fa {
            margin-left: 8px;
        }

    .sslc-header .alert-danger,
    .sslc-header .alert-success,
    .sslc-header .alert-info,
    .sslc-header .alert-warning {
        border-color: #448b8a;
    }

    .sslc-header .col-md-5 .read-text a {
        color: #e8efc2;
        font-weight: bold;
        text-decoration: underline;
    }

    .sslc-header .video-container {
        box-shadow: 0 4px 8px rgba(24, 56, 98, 0.4);
    }

@media (min-width: 768px) {
    .sslc-header {
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .sslc-header {
        padding-top: 40px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) calc(100% - 40px), rgb(255, 255, 255) calc(100% - 40px)), url(https://www.geelongaustralia.com.au/common/public/images/ssl/ssl-asset-header-v3.png), #003263;
        background-repeat: no-repeat;
        background-position: top center;
    }

        .sslc-header > svg {
            bottom: 40px;
        }

        .sslc-header .read-text {
            margin-bottom: 60px;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sslc-header {
        /* padding-bottom: 80px;*/
    }

        .sslc-header .video-container {
            padding-top: calc(56% + 1px);
        }
}

@media (max-width: 991px) {
    .navbar-channel .form-group-search {
        padding: 20px 0 0;
    }
}










/* ---------- Body content ---------- */

.breadcrumb > li:after {
    color: #003263;
}

.container[role="main"] h2,
.related h3,
.col-related h3 {
    border-width: 1px;
    border-color: #003263;
}

.container[role="main"] ul > li:before {
    background: #003263;
}

.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > th {
    background: #003263;
    color: #ffffff;
}

.table > tbody > tr > th, .table > thead > tr > th {
    border-color: #3d6286;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-color: #3d6286;
}

.social-icons {
    padding: 0 !important;
    margin: 0 -10px !important;
    list-style-type: none !important;
}

    .social-icons:after,
    .social-icons:before {
        display: table;
        content: " ";
    }

    .social-icons:after {
        clear: both;
    }

    .social-icons > li {
        float: left;
        padding: 0 10px;
        margin-bottom: 20px !important;
    }

        .social-icons > li:before {
            display: none;
        }

    .social-icons a {
        display: block;
        position: relative;
        width: 44px;
        height: 44px;
        border: 2px solid #003263;
        border-radius: 50%;
    }

        .social-icons a:hover {
            background: #f0f2f5;
        }

        .social-icons a:after {
            display: none;
        }

    .social-icons .fa {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        color: #003263;
        line-height: 1;
        text-align: center;
    }

    .social-icons .fa-facebook-f {
        padding: 8px 0;
        font-size: 26px;
    }

    .social-icons .fa-youtube-play {
        padding: 7px 0;
        font-size: 26px;
    }

    .social-icons .fa-instagram {
        padding: 6px 0;
        font-size: 28px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .col-xs-12.col-md-4.col-related > *:first-child h3,
    .col-xs-12.col-md-4.col-related > h3:first-child {
        border-color: #003263;
    }
}










/* ---------- Class Timetables ---------- */

.breadcrumb-container-tt {
    display: block;
}

.ssl-tt-nav-pills {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

    .ssl-tt-nav-pills li:first-child {
        padding: 10px 20px;
        font-weight: bold;
    }

.ssl-class-xs {
    height: 36px;
}

.ssl-class-xs-left {
    float: left;
    width: 70px;
    padding: 9px 0;
    font-weight: bold;
}

.ssl-class-xs-right {
    float: left;
    width: calc(100% - 70px);
}

.ssl-tt-dropdown > a {
    display: block;
    position: relative;
    padding: 8px 34px 8px 12px;
    color: #666;
    background-color: #fcfcfd;
    border: 1px solid #d9dde0;
    border-radius: 2px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .ssl-tt-dropdown > a:hover {
        background-color: #fff;
        border-color: #c1c8cd;
        color: #333;
        text-decoration: none;
    }

    .ssl-tt-dropdown > a:focus {
        background-color: #fff;
        border-color: #1484c6;
        color: #333;
        text-decoration: none;
        outline: 0;
    }

    .ssl-tt-dropdown > a > .fa {
        position: absolute;
        top: 11px;
        right: 13px;
    }

.ssl-tt-dropdown.open > a,
.ssl-tt-dropdown.open > a:hover,
.ssl-tt-dropdown.open > a:focus {
    background-color: #fff;
    border-color: #1484c6;
    border-radius: 2px 2px 0 0;
    color: #333;
}

.container[role="main"] .ssl-tt-dropdown .dropdown-menu {
    z-index: 1100;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #1484c6;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    color: #333;
    box-shadow: none;
}

    .container[role="main"] .ssl-tt-dropdown .dropdown-menu > li {
        margin: 0;
    }

        .container[role="main"] .ssl-tt-dropdown .dropdown-menu > li:before {
            display: none;
        }

        .container[role="main"] .ssl-tt-dropdown .dropdown-menu > li > a {
            padding: 8px 12px;
        }

            .container[role="main"] .ssl-tt-dropdown .dropdown-menu > li > a:hover,
            .container[role="main"] .ssl-tt-dropdown .dropdown-menu > li > a:focus {
                background-color: #1484c6;
                color: #fff;
            }

.ssl-tt {
    margin-bottom: 20px;
    background-color: #e7ebef;
    border: 1px solid #cdd2d6;
    overflow: hidden;
}

.ssl-tt-header {
    z-index: 1000;
    width: 100%;
    background-color: #fcfcfd;
    /*border-bottom: 3px solid #003263;
    box-shadow: 0 1px 4px rgba(0, 51, 102, 0.25);*/
    border-bottom: 1px solid #003263;
    box-shadow: 0 1px 4px rgba(46, 52, 56, 0.25);
}

    .ssl-tt-header:before,
    .ssl-tt-header:after {
        display: table;
        content: " ";
    }

    .ssl-tt-header:after {
        clear: both;
    }

.ssl-tt-body {
    padding: 4px 4px 2px;
}

.ssl-tt-header-desktop {
    padding-right: 4px;
    border-left: 4px solid #003263;
}

.ssl-tt-header .table,
.ssl-tt-header .table > tbody > tr > td,
.ssl-tt-header .table > tbody > tr > th {
    border: 0;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.ssl-tt-header .table {
    margin: 0;
}

    .ssl-tt-header .table > tbody > tr > td {
        padding: 4px;
        /*background-clip: padding-box;*/
        /*border-right: 1px solid #edf0f2;*/
        border-right: 1px solid #d6dde1;
    }

        .ssl-tt-header .table > tbody > tr > td:first-child {
            border-left: 1px solid #003263;
            border-right: 1px solid #003263;
        }

        .ssl-tt-header .table > tbody > tr > td:last-child {
            border-right: 1px solid #f8f9fa;
        }

        .ssl-tt-header .table > tbody > tr > td:first-child,
        .ssl-tt-header .table .ssl-tt-header-today,
        .ssl-tt-table > tbody > tr > td:first-child {
            background-color: #003263;
            color: #fff;
        }

.ssl-tt-header-title {
    font-size: 1.2em;
    font-weight: normal;
}

.ssl-tt-table {
    margin: 0;
}

    .ssl-tt-header .table > tbody > tr > td,
    .ssl-tt-table > tbody > tr > td {
        width: 90px;
    }

        .ssl-tt-header .table > tbody > tr > td:first-child,
        .ssl-tt-table > tbody > tr > td:first-child {
            width: 80px;
        }

    .ssl-tt-table > tbody > tr > td {
        position: relative;
        /*padding: 6px;*/
        padding: 0;
        background-color: #f8f9fa;
        background-clip: padding-box;
        border-top: 0;
        border-left: 1px solid #d0d8dc;
        border-right: 1px solid #d0d8dc;
        border-bottom: 2px solid #e1e6ea;
        /* box-shadow: inset 0 -1px #d0d8dc; */
    }

        .ssl-tt-table > tbody > tr > td:first-child {
            padding: 4px;
            vertical-align: middle;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
        }

        .ssl-tt-table > tbody > tr > td:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 5;
            width: 100%;
            height: 1px;
            background-color: #d0d8dc;
        }

.ssl-tt-class {
    position: relative;
    display: block;
    /*min-height: 81px;*/
    padding: 10px 8px 11px;
    background-color: #fff;
    /*border-top: 1px solid #e7ebee;*/
    /*border-right: 1px solid #dbe1e6;
    border-left: 1px solid #dbe1e6;*/
    /*border-left: 2px solid #00326d;*/
}

    .ssl-tt-class:last-child {
        /*min-height: 82px;*/
        /*border-bottom: 1px solid #dbe1e6;*/
        /*position: relative;*/
    }

    .ssl-tt-class:hover,
    .ssl-tt-class:focus,
    .ssl-tt-class:active {
        text-decoration: none;
    }

    .ssl-tt-class:hover {
        background-color: #f0f2f5;
    }

    .ssl-tt-class:focus {
        background-color: #e0e6eb;
    }

    .ssl-tt-class:active {
        background-color: #d0d9e1;
    }

.ssl-tt-class-title,
.ssl-tt-class-time,
.ssl-tt-class-instructor {
    word-break: break-word;
}

.ssl-tt-class-title {
    font-weight: bold;
}

    .ssl-tt-class-title > span {
        display: inline-block;
    }

.ssl-tt-class:hover .ssl-tt-class-title,
.ssl-tt-class:focus .ssl-tt-class-title,
.ssl-tt-class:active .ssl-tt-class-title,
.ssl-tt-class:hover .ssl-tt-class-title > span,
.ssl-tt-class:focus .ssl-tt-class-title > span,
.ssl-tt-class:active .ssl-tt-class-title > span {
    text-decoration: underline;
}

.ssl-tt-class-time,
.ssl-tt-class-instructor {
    font-size: 12px;
}

.ssl-tt-class-time {
    color: #888;
}

.ssl-tt-class-instructor {
    color: #221e1f;
    margin-top: 4px;
}

    .ssl-tt-class-instructor:empty {
        display: none;
    }

.ssl-tt-swiper-previous,
.ssl-tt-swiper-next {
    float: left;
    width: 50px;
    height: 80px;
    padding: 30px 15px;
    color: #1a3b64;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .ssl-tt-swiper-previous:hover,
    .ssl-tt-swiper-next:hover {
        background-color: #f0f2f5;
    }

    .ssl-tt-swiper-previous:focus,
    .ssl-tt-swiper-next:focus {
        background-color: #e0e6eb;
    }

    .ssl-tt-swiper-previous:active,
    .ssl-tt-swiper-next:active {
        background-color: #d0d9e1;
    }

    .ssl-tt-swiper-previous:before {
        content: "\f053";
    }

    .ssl-tt-swiper-next:before {
        content: "\f054";
    }

    .ssl-tt-swiper-previous.disabled,
    .ssl-tt-swiper-next.disabled {
        opacity: 0.4;
        cursor: auto;
        pointer-events: none;
    }

.ssl-tt-swiper-header {
    float: left;
    width: calc(100% - 100px);
}

.ssl-tt-swiper-day {
    padding: 8px 0;
    background-color: #fcfcfd;
    color: #798086;
    text-align: center;
    line-height: 1;
    cursor: pointer;
}

.ssl-tt-swiper-day-today {
    background-color: #d1d9e0;
    color: #61666b;
}

.ssl-tt-swiper-day-active {
    background-color: #003263;
    color: #fff;
}

.ssl-tt-swiper-day-title,
.ssl-tt-swiper-day-date {
    font-weight: bold;
}

.ssl-tt-swiper-day-title {
    font-size: 16px;
    margin-bottom: 6px;
}

.ssl-tt-swiper-day-month {
    margin-bottom: 2px;
}

.ssl-tt-swiper-day-date {
    font-size: 26px;
}

.ssl-tt-swiper-body .swiper-slide {
    padding: 0 15px;
}

.ssl-tt-swiper-body .ssl-tt-class {
    min-height: 0 !important;
    padding: 0;
    margin-bottom: 2px;
    border: 0;
}

    .ssl-tt-swiper-body .ssl-tt-class .table {
        margin: 0;
        border: 0;
    }

        .ssl-tt-swiper-body .ssl-tt-class .table > tbody > tr > td {
            position: relative;
            height: 78px;
            padding: 10px 8px;
            border-top: 0;
            border-left: 1px solid #d0d8dc;
            border-right: 1px solid #d0d8dc;
            border-bottom: 1px solid #d0d8dc;
        }

            .ssl-tt-swiper-body .ssl-tt-class .table > tbody > tr > td:first-child {
                width: 70px;
                padding: 4px;
                background-color: #003263;
                color: #fff;
                font-weight: bold;
                text-align: center;
                vertical-align: middle;
            }

.ssl-tt-swiper-empty {
    min-height: 78px;
    margin-bottom: 2px;
    background-color: #f8f9fa;
    border-left: 1px solid #d0d8dc;
    border-right: 1px solid #d0d8dc;
    border-bottom: 1px solid #d0d8dc;
}

.ssl-col-note {
    font-size: 11px;
    text-align: right;
}

.btn-print[target="_blank"]:after {
    display: none;
}

@media (min-width: 768px) {
    .ssl-tt-header {
        width: 718px;
    }

    .ssl-tt-class:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 4;
        width: 100%;
        height: 1px;
        background-color: #e7ebee;
    }

    .ssl-tt-class:last-child:after {
        background-color: #dbe1e6;
    }

    .ssl-col-note {
        padding-top: 8px;
    }
}

@media (min-width: 992px) {
    .ssl-tt-header {
        width: 938px;
    }

        .ssl-tt-header .table > tbody > tr > td,
        .ssl-tt-table > tbody > tr > td {
            width: 121px;
        }

    .ssl-tt-class-title {
        font-size: 15px;
        font-weight: bold;
    }
}

@media (min-width: 1200px) {
    .ssl-tt-header {
        width: 1138px;
    }

        .ssl-tt-header .table > tbody > tr > td,
        .ssl-tt-table > tbody > tr > td {
            width: 150px;
        }
}

@media (max-width: 767px) {
    .ssl-tt {
        margin-left: -15px;
        margin-right: -15px;
        border-left: 0;
        border-right: 0;
    }

    .ssl-tt-body {
        padding: 4px 0 2px;
    }
}


.col-ssl-task .channel-task {
    border-top: 2px solid #89cfd8;
    margin: 0;
    padding: 0px 0px;
    font-weight: bold;
    /*box-shadow: 0 4px 8px rgba(24, 56, 98, 0.4);*/
    list-style: none;
}

    .col-ssl-task .channel-task > li {
        border-bottom: 2px solid #89cfd8;
    }

        .col-ssl-task .channel-task > li:first-child {
            border-top: 0;
        }

        .col-ssl-task .channel-task > li > a {
            display: block;
            padding: 8px 10px;
            margin: 0px;
            font-weight: bold;
        }

            .col-ssl-task .channel-task > li > a:hover,
            .col-ssl-task .channel-task > li > a:focus {
                background-color: #f0faf7;
            }

.col-ssl-task br {
    display: none;
}

@media (min-width: 768px) {
    .col-ssl-task .channel-task > li > a {
        font-size: 1.2em;
    }
}

/*Hide the myeelong login state*/
.dropdown-user {
    display: none !important;
}
