  .bg-blue {
    background: #009ABC;
}

.text-primary {
    color: #006c91 !important;
}

.btn-sassi-primary {
    background: #006c91;
    color: #fff;
    font-family: "Verlag";
    font-weight: normal;
    border-width: 3px;
    padding: .575rem 2.2rem .675rem;
    font-size: 1.35rem;
    border-radius: 25px;
    transition: 0.25s;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
}

.btn-sassi-primary:hover {
    background: #00506b;
    color: #fff;
    font-weight: normal !important;
    opacity: 1.0 !important;
    text-decoration: none !important;
    transform: scale(1.04);
}

.text-white {
    color: #fff !important;
}

.jambo-background {
    position: relative;
}

#column-13091900425241921{
    position: sticky;
}

.image-block.jambo-background::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -10;
    top: -40px;
    left: -50px;
    width: 200px;
    height: 200px;
}

.jambo-background.jambo-background-blue::before {
    background-color: #009abc;
}

.image-block.jambo-background::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -10;
    top: -40px;
    left: -50px;
    width: 200px;
    height: 200px;
}

.jambo-background.jambo-background-blue::after {
    background-color: #009abc;
}


.carousel-control-next-icon, .carousel-control-prev-icon {
    position: relative !important;
    display: inline;
    width: 35px;
    height: 35px;
    width: 35px;
    height: 35px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-next, .carousel-control-prev {
    width: auto !important;
    opacity: 1.0;
    transition: 0.25s;
}

.carousel-control-next:hover {
    right: -5px;
}

.carousel-control-prev:hover {
    left: -5px;
}

.carousel-control-next-icon {

}

.carousel-control-prev-icon {
}

.carousel-controls {
    position: absolute;
    bottom: 3em;
    right: 0;
    width: 110px;
}

.carousel-control-prev-icon {
    background-image: url(/content/dam/global/css/"data:image/svg+xml,%3Csvg id='Group_4759' data-name='Group 4759' xmlns='http:/www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='17' cy='17' r='17' fill='%23009abc'/%3E%3Cpath id='icons8-expand_arrow' d='M2.075,0,0,2.075l8.4,8.4,8.4-8.4L14.717,0,8.4,6.321Z' transform='translate(25.749 22.358) rotate(180)' fill='%23fff'/%3E%3C/svg%3E%0A") !important;
    left: -2.5em;
    position: absolute;
    transform: rotate(-90deg);
}

.carousel-control-next-icon {
    right: -2.5em;
    position: absolute;
    background-image: url(/content/dam/global/css/"data:image/svg+xml,%3Csvg id='Group_4759' data-name='Group 4759' xmlns='http:/www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Ccircle id='Ellipse_1' data-name='Ellipse 1' cx='17' cy='17' r='17' fill='%23009abc'/%3E%3Cpath id='icons8-expand_arrow' d='M2.075,0,0,2.075l8.4,8.4,8.4-8.4L14.717,0,8.4,6.321Z' transform='translate(25.749 22.358) rotate(180)' fill='%23fff'/%3E%3C/svg%3E%0A") !important;
    transform: rotate(90deg);
}
 #button-11413132739390759{
        display: none;
    }
    #button-11413132750351871{
        display: none;
    }

@media (min-width: 576px) {
    .jumbo-heading {
        font-size: 2.25rem;
    }
}

@media (min-width: 992px) {
    .jumbo-heading {
        font-size: 4.375rem;
    }
}

.jumbo-heading.jumbo-accent {
    position: relative;
}

.jumbo-heading.jumbo-accent::after {
    content: '';
    display: block;
    width: 70px;
    border-bottom: 0.5rem solid #92d6e3;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
    .jumbo-heading.jumbo-accent::after {
        width: 100px;
        border-bottom: 0.75rem solid #92d6e3;
        margin-top: 2.5rem;
    }
}

.jumbo-bg {
    padding-right: 16%;
    position: relative;
}

.jumbo-bg.jumbo-bg-blue::before {
    background-color: #009abc;
}

.jumbo-bg.jumbo-bg-dark-teal::before {
    background-color: #006c91;
}

.jumbo-bg.jumbo-bg-hale-navy::before {
    background-color: #414d61;
}

@media (min-width: 992px) {
    .jumbo-bg {
        padding-right: 0;
    }

    .jumbo-bg::before, .jumbo-bg::after {
        top: -70px;
        right: -150px;
    }
}

.jumbo-bg.jumbo-bg-pathway::after {
    overflow: hidden;
    opacity: 0.25;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

@media (min-width: 992px) {
    .jumbo-bg.jumbo-bg-pathway::after {
        background-image: url("https://www.canberra.edu.au/_designs/ucweb/common/images/indigenous-elements/trust.png");
        background-position: center top 190px;
    }
}

.jumbo-bg.jumbo-bg-news::after {
    overflow: hidden;
    opacity: 0.15;
    background-repeat: no-repeat;
    background-size: 400px auto;
}

@media (min-width: 992px) {
    .jumbo-bg.jumbo-bg-news::after {
        background-image: url("https://www.canberra.edu.au/_designs/ucweb/common/images/indigenous-elements/diversity.png");
        background-position: right -150px top -50px;
    }
}

.jumbo-row {
    padding-top: 70px;
}

@media (min-width: 992px) {
    .jumbo-row {
        padding-bottom: 70px;
    }
}

.jumbo-bg .nav.news-selector .nav-link {
    font-size: 21px;
    color: #fff;
    padding: 0.75rem 0;
    border-bottom: 1px solid white;
}

.jumbo-bg .nav.news-selector .nav-item:last-child .nav-link {
    border-bottom: none;
}

.jumbo-bg .nav.news-selector .nav-link.active {
    color: #92d6e3;
    font-weight: bold;
    cursor: default;
}

.sassi .testimonials .jumbo-bg::before, .sassi .testimonials .jumbo-bg::after {
    width: 400px;
}

.sassi .testimonials .jumbo-bg::before {
    top: 0px;
    bottom: 0px;
}

.wideModal .jumbo-heading.jumbo-accent::after {
    margin-top: 1.5rem !important;
}

.wideModal .modal-body .jumbo-heading {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 2.25rem;
}

@media screen and (max-width: 991px) {
    .link-card h3 {
        font-size: 1.5em;
    }
}

/* JUMBO CARD STYLES */
.jumbo-heading {
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
    letter-spacing: 1px;
    text-shadow: 0.5px 0 #000;
}

.text-white .jumbo-heading {
    text-shadow: 0.5px 0 #fff;
}

.jumbo-heading.jumbo-accent {
    position: relative;
}

.jumbo-bg.jumbo-bg-blue::before {
    background-color: #009abc;
}

.jumbo-bg::before, .jumbo-bg::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: -40px;
    bottom: -70px;
    left: -250px;
    right: 12%;
}

.jumbo-bg::before, .jumbo-bg::after {
    left: -150px;
}

.jumbo-row .text-primary h2 {
    font-family: "Verlag A", "Verlag B", Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    line-height: 1.2;
}


@media (min-width: 992px) {
    .jumbo-heading {
        font-size: 4.175rem;
    }

    .jumbo-bg::before, .jumbo-bg::after {
        left: -150px;
    }

    .jumbo-bg::before, .jumbo-bg::after {
        top: -70px;
        right: -150px;
    }
}




/* JUMBO HEADER */
.jumbo-bg h2 {
    font-size: 4.45rem;
    line-height: 1.2;
}

.jumbo-heading.jumbo-accent::after {
    margin-bottom: 0.75rem;
    content: '';
    display: block;
    width: 100px;
    margin-top: 2.5rem;
}

/* MID/STANDARD BLUE VERSION  */
.jumbo-bg-blue h2 {
    color: #fff !important;
}

.jumbo-bg-blue .jumbo-heading.jumbo-accent::after {
    border-bottom: 0.75rem solid #92d6e3;
}

/* LIGHT BLUE VERSION  */
.jumbo-bg-light h2 {
    color: #006c91 !important;
}

.jumbo-bg-light .jumbo-heading.jumbo-accent::after {
    border-bottom: 0.75rem solid #009abc;
}

/* DARK GRAY VERSION  */
.jumbo-bg-gray h2 {
    color: #fff !important;
}

.jumbo-bg-gray .jumbo-heading.jumbo-accent::after {
    border-bottom: 0.75rem solid #92d6e3;
}

/* WHITE VERSION  */
.jumbo-bg-white h2 {
    color: #414042 !important;
}

.jumbo-bg-white .jumbo-heading.jumbo-accent::after {
    border-bottom: 0.75rem solid #92d6e3;
}

/For built environment */
/*Adding border to download your course guide*/
#column-11184257898550521 .column-three {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border-radius: 5px;
    padding: 1.3em;
    margin-top: 1.5em;
}

/*Student gallery**/
#column-1983435574080424 .column-one .column-two .column-three {
    margin-top: -5em !important;
}

.winner {
    background: #009abc;
    color: #fff;
    border-radius: 25px;
    padding: 0.3em 0.8em;
    font-size: 90%;
    display: inline-block;
}

#section-card-footer-section {
    display: none !important;
}

.slick-dots li button:before {
    font-size: 15px !important;
}

.slick-dots {
    margin-top: 1em !important;
}
/**/

 table {
   border-collapse: collapse;
   border-spacing: 0;
   font-size: 1em;
   margin: 1em 0 1.5em;
   width: 100%;
   }
   caption {
   background-color: #7c77a0;
   border-radius: 4px;
   color: #fff;
   margin-bottom: 0.7em;
   padding: 0.4em;
   }
   table, th, td {
   padding: 0.5em 0.9em;
   text-align: left;
   vertical-align: top;
   /*vertical-align: bottom;*/
   }
   tr td {
   border-bottom: 0;
   border-top: 0;
   }
   td {
   /*font-size: 12px;*/
   /*font-size: 0.75rem;*/
   /*line-height: 1.5;*/
   padding: 0.6em;
   }
   th {
   /*font-size: 12.5px;*/
   /*font-size: 0.78125rem;*/
   background-color: #036f9d;
   color: #ffffff;
   font-weight: normal;
   padding: 0.8em 0.6em;
   text-align: left;
   }
   table tr:nth-child(even) {
   background: #efefef;
   }
   @media (min-width: 400px)and (max-width: 600px) {
    table {
       font-size: smaller;
       width: fit-content;
       margin-left: -2rem;
   }
    }
   @media (max-width: 400px){
     table {
        font-size: smaller;
        width: fit-content;
        margin: 0 -3.5em;
    }
    }

   
