﻿@font-face {
    font-family: uon-icon;
    src: url(/SiteElements/Fonts/uon-icon-font/uon-icon-font.eot?y8jqvw);
    src: url(/SiteElements/Fonts/uon-icon-font/uon-icon-font.eot?y8jqvw#iefix) format("embedded-opentype"), url(/SiteElements/Fonts/uon-icon-font/uon-icon-font.ttf?y8jqvw) format("truetype"), url(/SiteElements/Fonts/uon-icon-font/uon-icon-font.woff?y8jqvw) format("woff"), url(/SiteElements/Fonts/uon-icon-font/uon-icon-font.svg?y8jqvw#uon-icon-font) format("svg");
    font-weight: 400;
    font-style: normal
}

/*revert H1s to HTML default to avoid Bootstrap conflict */
#content h1 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
#content h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
#content h3 { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
#content h4 { 
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
#content h5 { 
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
#content h6 { 
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
/* override to ensure bootstrap sizing is respected on header */
header .row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x)/ -2);
	margin-left: calc(var(--bs-gutter-x)/ -2);
    width:initial;
}


:target {
    display: block;
    position: relative;
    top: -100px; 
    visibility: hidden;
}

#content [class*=" icon-"],
#content [class^=icon-] {
    font-family: uon-icon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
  .tableWithBorders {
    border: solid 1px #d8d8d8;
    border-bottom: 0;
    border-spacing: 0px;
    text-align: left;
    width: 100%;
    margin-top: 30px;
    table-layout: fixed;
  }
  .tableWithBorders__header {
    background-color: #eeeeee;
  }
  .tableWithBorders__head {
    border-right: solid 1px #d8d8d8;
    padding: 10px 20px 10px 10px;
  }
  .tableWithBorders__head:first-child {
      width: 25%;
    }
  .tableWithBorders__head:last-child {
      border-right: 0;
    }
  .tableWithBorders__body {
    padding: 10px 20px 10px 10px;
    border-right: solid 1px #d8d8d8;
  }
  .tableWithBorders__body:last-child {
      border-right: 0;
   }
  .tableWithBorders td {
    border-bottom: solid 1px #d8d8d8;
  }
#whereYouWillLearn, .column.studentQuoteText {
	padding-left: 16px;
}
.row .sys_video{
    position:relative;
    padding-top: 56.25%;
    height: 0;
}
.row .sys_video-thumbnail{position:absolute; top: 0; bottom: 0; left: 0; right: 0; background-size: cover;}
.row .sys_video-play {z-index: 100;position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.row .sys_video-play:hover {cursor: pointer;}
.row .sys_video-text{position:absolute; margin: auto auto; bottom: 0; right: 0; top: 0; text-align:right; width: 42%; color: #18194f;}
.row .sys_video-text .sys_video-title{display:none; color: #18194f; text-align:right; font-size: 1.4em; line-height: 1.2em;}
.row .sys_video:hover .sys_video-button{border-color: #fff; background-color: transparent; background-image: url("/ugstudy/clearing/2017/images/decorative/bg-playbutton-white.png"); }
.row .sys_video-button {
  border: 2px solid transparent; 
  background: #de1b5c url("/ugstudy/clearing/2017/images/decorative/bg-playbutton-white.png") no-repeat; 
  position: absolute; 
  right: 0; 
  bottom: 0; 
  top: 0; 
  left: 0; 
  margin: auto auto;
  width: 170px; 
  height: 70px; 
  text-align: right;
}
.row .sys_video-button .playCaption {
	float: right;
	background-color: #fff;
	width: 100px;
	height: 70px;
	margin: -2px;
	line-height: 70px;
	text-align: center;
    color:#18194f;
    font-weight: bold;
}
.row .sys_video iframe {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
}
/* these css variables are not actually being used due to need to support IE - left here as reference */
:root {
    --blue-three: rgb(0,86,151);
    --blue-four: rgb(27,42,107);
    --bright-pink: rgb(229,48,109);
    --grey-one: rgb(239,239,239);
    --neutral-two: rgb(67,67,65);
}

#content, #content p {
    font-weight: normal;
    font-size: 16px;
    color: rgb(67,67,65);
}

#content #breadcrumbs {
    font-size:0.8rem;
    margin-bottom: 2rem;
}

#content .row {
    max-width: 1200px;
}

#content .row-alt {
    max-width: 1400px;
}
#content .row p {
    line-height: 1.5;
}
#content .row .row {
    margin: 0;
}

#content .inverse-text, #content .inverse-text p {
    color: white;
    background-color: rgb(27,42,107);
}

#content h1, #content h2 {
    padding-left: 1.25rem;
}

#content .column h2 {
    padding-left: 0;
}

#content h2, #content h3 {
    color: rgb(27,42,107);
    font-weight: 500;
}

#content .inverse-text h2, #content .inverse-text h3 {
    color: white;
}

#content h2 {
    font-size: 2rem;
}

#content h3 {
    font-size: 1.5rem;
}

#content h4 {
    font-size: 1.25rem;
}

#content a:link, #content a:visited{color: rgb(73,73,73); text-decoration:underline;}

#content a:hover, #content a:focus, #content a:active {
    text-decoration: none;
    color: rgb(73,73,73);
}

a.previous-year {
    font-size: 0.8rem;
}

#content ul.tabs li a, #content #navbar a, #content a.button {
    text-decoration: none;
}

#content .inverse-text a, #content .inverse-text a:visited {
    color: white;
    text-decoration:underline;
}

#content .inverse-text a:hover,
#content .inverse-text a:active,
#content .inverse-text a:focus{
    text-decoration:none;
}

#learning, #careersAccreditation, #knowmore, #campusLocations, #UgCourseKIS, #video {
    margin-top: 2rem;
}

#CourseOverview {
    margin-bottom: 2rem;
}

#content #navbar a:not(.button--outline--blue-four) {
    color: rgb(27,42,107);
}

#content .opendayPromo {
    border: 10px solid rgb(0,86,151);
}

#content .opendayPromo a {
    background-color: rgb(0,86,151);
    padding: 20px;
    margin: 2px;
    color: #FFF;
    display: block;
}

#content ul {
    list-style-type: square;
}

#banner {
    background: rgb(24,25,79);
    background: linear-gradient(90deg, rgba(24,25,79,1) 0%, rgba(26,41,107,1) 50%, rgba(0,85,151,1) 100%);
    padding: 5rem 0;
    color: #DDD;
    font-size: 20px;
}

.banner-cta-buttons {
    text-align: right;
}

.possibleMultiple:not(:last-of-type)::after {
	content: ", ";
}

/* Style the navbar */
#navbar {
    overflow: hidden;
    width: 100%;
    background-color: rgb(236, 236, 236);
    border-bottom-width: 1px !important;
    border-color: #eaeaea;
    z-index: 10;
}

#content ul#navLinks {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
}

/* Navbar links */
#content #navLinks li {
    float: left;
}

#content #navbar a {
    margin: 36px 0;
}

#content #navbar a:not(.button--outline--blue-four) {
    display: inline-block;
    text-align: center;
    padding: 14px;
    border-bottom: 2px solid transparent;
}

#content #navbar a:not(.button--outline--blue-four):hover,
#content #navbar a:not(.button--outline--blue-four):active,
#content #navbar a:not(.button--outline--blue-four):focus{border-color: rgb(26, 41, 107);}

#content #navbar .apply-link {
    text-align: right;
}

/* mobile menu */
#content .slicknav_menu {
    display: none;
}

@media screen and (max-width: 80em) {
    #content #navLinks, #content .apply-link {
        display:none;
    }

    #content .slicknav_menu {
        display: block;
        text-align: center;
    }

    #content #navbar a {
        margin:0;
    }
}

#content .slicknav_menu ul.slicknav_nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    margin: 0 0 10px 15px;
}

#content #navbar .slicknav_menu ul.slicknav_nav a {
    padding: 5px;
    font-weight: bold;
}

#content #navbar a.slicknav_btn {
    width: 98%;
    margin: 15px 0;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    background-color: #FFF;
    text-align: left;
    font-weight: bold;
}

#content #navbar a.slicknav_btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-image: url("/siteelements/images/base/internal/cta-icons/colour/bgarrow-dark-grey-down.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 90% 50%;
}

@media only screen and (min-width: 40.0625em) {
    #content #navbar a.slicknav_btn:before {
        background-position: 95% 50%;
    }
}
/* #content #navbar a.slicknav_btn.slicknav_collapsed:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background-size: 20px;
    background-position: 95% 50%;
    background: url("/siteelements/images/base/internal/cta-icons/colour/bgarrow-dark-grey-down.png") no-repeat;
}*/

#content #navbar a.slicknav_btn.slicknav_open:before {
    background-image: url("/siteelements/images/base/internal/cta-icons/colour/bgarrow-dark-grey-up.png");
} 

/* Page content */
.content {
    padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    /*width: 100%;*/
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 60px;
  
}

ul.keyfacts, ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.keyfacts {
    column-count: 2;
}

ul.keyfacts li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 1.25rem;
}

ul.keyfacts li strong, #banner h1 {
    color: white;
}

hr {
    margin: 0 1.25rem;
}

#content .panel, ul.tabs li, table.tableWithBorders td {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
}

#content .panel {
    padding-bottom: 1rem;
}

#content .careersTabs .panel {
    border: none;
}

#content .entryRequirementsTabs {
    margin-top: 2rem;
}

#content #learning {    
    background: rgb(24,25,79);
    background: linear-gradient(90deg, rgba(24,25,79,1) 0%, rgba(26,41,107,1) 50%, rgba(0,85,151,1) 100%);
}

#content #learning.inverse-text p {
    background-color: transparent;
}

#content #learning .learningAssessment {
    
}

#content #learning .learningAssessment .column {
    padding-bottom: 2rem;
    border-bottom: 1px dashed white;
}

#content #learning #additionalLearning .column p, #content #learning #additionalLearning .column ul {
    margin-left: 2rem;
}

#content #learning ul.learning-boxlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content #learning ul.learning-boxlist:after {
    content: "";
    display: table;
    clear: both;
}

#content #learning ul.learning-boxlist li {
    float: left;
    margin: 0 10px 10px 0;
    display: inline-block;
    border: 1px solid;
    border-color: rgb(114, 146, 177);
    padding: 0.5rem 1rem;
}

#content ul.tabs li {
    display: block;
    float: left;
    border-bottom: 0;
}

#content ul.tabs li a{
    display: block;
    padding: 0.5rem 1rem;
}

#content ul.tabs li a:hover,
#content ul.tabs li a:active,
#content ul.tabs li a:focus,
#content ul.tabs li.ui-tabs-active a:hover,
#content ul.tabs li.ui-tabs-active a:active,
#content ul.tabs li.ui-tabs-active a:focus{
    background-color: rgb(26,41,107);
    color: #fff;
}

#content .careersTabs ul.tabs li {
    border-bottom: 1px solid;
}

#content ul.tabs li:not(:last-child) {
    border-right: 0;
}

#content ul.tabs li.ui-tabs-active a{
    background-color: rgb(0,86,151);
    font-weight:bold;
}


#content .inverse-text ul.tabs li.ui-tabs-active {
    background-color: white;   
}

#content .inverse-text ul.tabs li.ui-tabs-active a {
    background-color: #fff;
    color: rgb(26,41,107);
    font-weight:bold;
}

#content .inverse-text ul.tabs li a:hover,
#content .inverse-text ul.tabs li a:active,
#content .inverse-text ul.tabs li a:focus,
#content .inverse-text ul.tabs li.ui-tabs-active a:hover,
#content .inverse-text ul.tabs li.ui-tabs-active a:active,
#content .inverse-text ul.tabs li.ui-tabs-active a:focus{
    background-color: #fff;
    color: rgb(26,41,107);
}

#content ul.tabs li.ui-tabs-active a {
    color: #FFF;
}

#content .ui-tabs-panel {
    clear: both;
}

#content table.tableWithBorders {
    border-collapse: collapse;
    border-spacing: 0;
}

#content table.tableWithBorders td {
    vertical-align: top;
    padding: 1rem;
}

#EntryRequirements thead {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#content .modulesTabs div.moduleBlock {
}

#content .modulesTabs .moduleDisclaimer {
    padding: 1.5rem;
    color: white;
    background-color: rgb(0,86,151);
    margin-top: 1rem;
}

#content .modulesTabs .moduleDisclaimer a:link, #content .modulesTabs .moduleDisclaimer a:visited, #content .modulesTabs .moduleDisclaimer a:active {
    color: white;
}

#content .modulesTabs .js-expandmore {
}

#content .modulesTabs .js-expandmore button {
    background: none;
    border-bottom: 1px solid #d8d8d8;
    padding: 1rem 2rem 1rem 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: inline-block;
    background-size: 18px auto;
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    background-image: url("/siteelements/images/base/internal/cta-icons/colour/bg-plus-grey.png");
}

#content .js-expandmore button:hover,
#content .js-expandmore button:active,
#content .js-expandmore button:focus{border-color: #1a296b; background-color: #efefef;}

#content .modulesTabs .js-expandmore button.is-opened {
    background-image: url("/siteelements/images/base/internal/cta-icons/colour/bg-minus-grey.png");
}

#content .modulesTabs .js-to_expand {
    padding: 1rem;
    margin: 1rem;
    border: 1px solid #efefef;
}

#content .modulesTabs .js-to_expand[aria-hidden=true],
#content .modulesTabs .js-to_expand[data-hidden=true] {
  display: none;
}


#content #careersAccreditation {
    height: 560px;
}

#content .careersTabs .panel {
    height: 400px;
    overflow-y: auto;
    transform: scaleX(-1);
}

#content .careersTabs .innerTabContent {
    transform: scaleX(-1);
    padding-bottom: 4rem;
}

#content .careersTabs .panel {
    position: relative;
}

#content .careersTabs .panel:after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100px;
    width: 100%;
    content: "";
    background: repeat-x bottom url("/SiteElements/Images/Base/Internal/bg-gradient-fade-blue-4.png");
}
 #content #CourseOverview, #content #KISandTEF, #content #Disclaimer {padding-top: 4rem; padding-bottom: 4rem;}
#content #learning, #content #relatedCourses, #content #feesFunding {padding-top: 4rem;}
#content #learning p:last-child, #content #applying, #content #funding, #content #chooseCourse, #content #feesFunding {padding-bottom: 2rem;}
#content #additionalLearning, #content #contentOnCourse, #content #EntryRequirements, #content #chooseCourse {padding-top: 2rem;}
#content #additionalLearning, #content #otherCourses {padding-bottom: 4rem;}
#content #relatedCourses {padding-bottom: 1rem;}

.sectionBreak {
    border-bottom: 1px solid #d8d8d8;
}

#content .feesBackground {
    background: linear-gradient(90deg, rgba(24,25,79,1) 0%, rgba(26,41,107,1) 50%, rgba(0,85,151,1) 100%);
    border: 0 1.2rem;
    border: solid white;
    margin-bottom: 1rem;

}

#content .feesCard-left, #content .feesCard-right {
    text-align: center;
    height: 14rem;
}

#content .feesCard-left, #content .feesCard-right, #content .feesCard-left h3, #content .feesCard-right h3 {
    color: white;
}

#content .feesCard-left {
    border-right: 1rem solid white;
}

#content .feesCard-right {
    border-left: 1rem solid white;
}

#content .feesCard-divider {
    border-bottom: 1px solid rgb(114, 146, 177);
    margin-bottom: 1rem;
}

#content .feesCard-HeadlineFigure {
    display: block;
    font-size: 2rem;
    margin-top: 1rem;
    clear: both;
}

#content a#linkToInternationalNote {
    text-decoration: none;
    color: white;
}

@media screen and (max-width: 70em) {
    #content .feesBackground {
        border: 0;
        background: none;
    }
    #content .feesCard-left, #content .feesCard-right {
        background: rgb(27,42,107);
        border: 0;
        margin: 1rem 0;
    }
}


#content .studentQuote {
    background-color: #d8d8d8;
    padding: 5rem 0;
}

.studentQuoteSource {
    font-size: 1.4rem;
    color: rgb(27,42,107);
    margin-top: 1rem;
}

.studentQuoteQuote {
    font-size: 1.8rem;
    margin-top: 36px;
    margin-left: 0px;
}

.studentQuoteImage {
    width: 300px;
    height: 300px;
    border: 5px solid white;
    margin-right: 0;
    overflow: hidden;
}

.quoteMarks {
    font-size: 1.8rem;
}

.quoteMarks.quoteMarksOpen{
    color: transparent;
    width: 44px; 
    left: -24px;
    top: 0;
    position:absolute;
    display: block;
    height: 44px; 
    background: url("/siteelements/images/base/internal/bg-quote-open.png") no-repeat 50%;
    background-size: cover;
    
}

#content #knowmore {
    height: 400px;
    padding: 5rem 0;
}


#content .factAwardAccolade.BlockBackground p {color: #fff;}


#content .button--filled, #content .button--outline--white, #content .button--outline--blue-four {
    display: inline-block;
    font-size: 16px;
    text-decoration: none !important;
    padding: 12px 2em 12px 1em;
    margin: 0 0 12px 0;
    border-radius: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    min-width: 15rem;
    cursor: pointer;
    text-align: left;
    background-size: 18px auto;
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    border: 2px solid transparent;
}

#content .button--filled {
    background-image: url("/siteelements/images/base/internal/cta-icons/white/bg-icon-white-right-arrow.png");
}

#content .button--outline--blue-four {
    color: rgb(27,42,107) !important;
    border: 2px solid rgb(27,42,107);
    background-image: url("/siteelements/images/base/internal/cta-icons/colour/bgarrow-blue-4.png");
}

#content .button--outline--blue-four:hover {
    color: rgb(67,67,65) !important;
    background-image: url("/siteelements/images/base/internal/cta-icons/colour/bgarrow-dark-grey.png");
    border-color: rgb(67,67,65) !important;
}

#content .button--outline--white {
    color: white;
    border: 2px solid white;
    background-image: url("/siteelements/images/base/internal/cta-icons/white/bg-icon-white-right-arrow.png");
}

#content .button--pink {
    background-color: rgb(229,48,109);
}

#content .button--outline--white:hover,
#content .button--outline--white:active,
#content .button--outline--white:focus,
#content .button--pink:hover,
#content .button--pink:active,
#content .button--pink:focus{
    color: rgb(27,42,107) !important;
    background-color: #fff;
    background-image: url("/siteelements/images/base/internal/cta-icons/colour/bgarrow-blue-4.png");
}
#content .button--outline--blue-four:hover,
#content .button--outline--blue-four:active,
#content .button--outline--blue-four:focus{
    color: #fff!important;
    background-color: rgb(27,42,107);
    background-image: url("/siteelements/images/base/internal/cta-icons/white/bg-icon-white-right-arrow.png");
}

/*!
 * jQuery ClassyScroll
 * http://www.class.pm/projects/jquery/classyscroll
 *
 * Copyright 2011 - 2013, Class.PM www.class.pm
 * Written by Marius Stanciu - Sergiu <marius@picozu.net>
 * Licensed under the GPL Version 3 license.
 * Version 1.1.0
 *
*/

.scrollbar-path-vertical, .scrollbar-path-horizontal {
    position: absolute;
    background-color: #eee;
    /*background-color: rgba(220,220,220,0.5);*/
    background-color: #21396b;
    z-index: 100;
}
.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 10px;
}
.scrollbar-path-vertical {
    right: 5px; 
    top: 0; 
    height: 100%;
    /*width: 10px; */ 
    width: 15px; 
}
.scrollbar-path-vertical {
    box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 0px 0 rgba(0,0,0,0.1);
}
.scrollbar-path-horizontal {
    box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 1px 0 rgba(0,0,0,0.1);
}
.scrollbar-handle{
    position: relative;
    top: 0;
    left: 0;
    /*background-color: #58eebc;*/
	background-color: #929eb6;
}
.scrollbar-path-vertical .scrollbar-handle {
    /*height: 20%;
    width: 100%;*/
    width: 60%;
    margin: auto;
}
.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%;
}
.scrollbar-path-vertical, .scrollbar-path-horizontal, .scrollbar-handle {
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.scrollbar-content {
    padding: 0 20px 0 0;
    float: none !important;
}

.related-carousel, .locations-carousel {
    position: relative;
}

#whereYouWillLearn h3 {
    margin: 1rem 0;
}

/*
#campusLocations {
    height: 360px;
}
*/

@media only screen and (max-width: 63.9375em) {
    #campusLocations {
        height: auto;
    }
    #campusLocations img {
        width: 100%;
        height: auto;   
    }
    .studentQuoteQuote, .studentQuoteSource {
        font-size: 1rem;
    }
}

.locations-carousel img {
    height: 360px;
    object-fit: cover;
}

.slick-list {
    overflow: hidden;
}

.slick-next, .slick-prev {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    border: 0;
    line-height: 0;
    font-size: 0;
    background: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
}

.slick-next {
    right: -80px;
    background-image: url("/siteelements/images/base/internal/cta-icons/colour/bgarrow-light-grey.png");
}

.slick-prev {
    left: -80px;
    background-image: url("/siteelements/images/base/internal/cta-icons/colour/bgarrow-light-grey.png");
    transform: scaleX(-1);
}

.slick-disabled {
    cursor: default;
    opacity: 0.3;
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    border: 1 px solid;
}

.courseVideoContainer {
    position: relative;
    overflow: hidden;
    margin: 1em 0;
}

#kaltura_player_1581614200 {
    width: 560px;
    height: 353px;
}

.kWidgetPlayBtn {
    background-color: #DE1B5C;
    background-size: 32px auto;
    background-position: 55% 50%;
    background-repeat: no-repeat;
    background-image: url("/siteelements/images/base/internal/cta-icons/white/bg-play-white.png");
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
}

.kWidgetPlayBtn:hover,
.kWidgetPlayBtn:focus,
.kWidgetPlayBtn:active {
    background-color: #434341;
    background-size: 32px auto;
    background-position: 55% 50%;
    background-repeat: no-repeat;
    background-image: url("/siteelements/images/base/internal/cta-icons/white/bg-play-white.png");
}

.relatedCoursesLink {
    margin-top: 1rem;
}

span.learning-icon {
    width: 2rem;
}

.module-disclaimer-icon {
    font-size: 2rem;
    margin: 1rem 0;
}

.icon-world:before {
    content: "\52"
}

.icon-location:before {
    content: "\43"
}

.icon-industry:before {
    content: "\78"
}

.icon-information-point:before {
    content: "\7a"
}

.test-bar {
    position: fixed;
    top: 0;
    width:100%;
    height:150px;
}

.TEFtitle {
    font-size: 1.5rem;
}
#TEF {
    margin-top:2rem;
}

  #closureBanner {
    background-color: rgb(0,124,167);
    text-align: center;
  }
  #closureBanner p {
    color: #fff!important;
    padding: 20px;
    margin: 0;
  }
  #closureBanner p::before {
    font-family: 'uon-icon' !important;
    content: 'z';
    margin: 0 20px;
    position: relative;
    top: 4px;
    font-size: 25px;
  }

@media only screen and (min-width: 20.0625em) {
	.test-bar {background-color: red;}
}

@media only screen and (min-width: 31.25em) {
	.test-bar {background-color: green;}
}

@media only screen and (min-width: 40.0625em) {
	.test-bar {background-color: yellow;}
}


@media only screen and (max-width: 63.9375em) {
    /*tablet max*/
    .banner-cta-buttons {text-align: left;}
    #kaltura_player_1581614200 {width: 100%; height: 1;}
     .quoteMarks.quoteMarksOpen{left: 0px; top: 0px; position:relative;}


    .whyChooseSource {
        position: relative;
    }
    #content .whyChooseSlideInner .whyChooseSource p {
        bottom: -120px!important;
        margin:0!important;
        width: 100%!important;
    }
    
    #whereYouWillLearn, .column.studentQuoteText {
        padding-left: 0;
    }
}

@media only screen and (max-width: 40.0625em) {
    /*phone max*/
    #closureBanner {
        position: relative;
        top: 70px;
    }
    #content .banner-cta-buttons .button--filled, #content .banner-cta-buttons .button--outline--white {display: block;}

    ul.keyfacts {
        column-count: 1;
    }
    ul.keyfacts li {width: 100%; float: none;}

          h1{margin-top: 2rem; font-size:2.5rem}

    #breadcrumbs{margin-top: 2rem; }
    #yearOfEntry{margin-bottom: 1rem;}

    .courseCredits {
        padding: 16px;
    }
    ul.tabs li {
        border: 1px solid #d8d8d8 !important;
        margin-top: -1px;
    }
    .rowTitle.column.small-12 {
        font-weight: bold;
    }

    #panelHome .row .rowValue, #panelInt .row .rowValue {
        border-left: 0 none !important;
    }
    .courseVideoIframe {
        width: 100%!important;
        min-height: 200px;
        height:auto!important;
    }
    .hideOnMobile {
        display:none;
    }
    .logoOrBadge {
        text-align: center;
        padding-bottom: 16px;
    }
    #content .whyChooseSlideInner .whyChooseSource p {
        bottom: -110px!important;
        margin:0!important;
        width: 100%!important;
    }
}

@media only screen and (min-width: 63.9375em) {
	.test-bar {background-color: blue;}
}

@media only screen and (max-width: 75em) {

}

@media only screen and (min-width: 75em) {
	.test-bar {background-color: pink;}
    
}


@media only screen and (min-width: 90.0625em) {
	.test-bar {background-color: purple;}
    /* footer {clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);}
    #knowmore {clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%); margin-bottom: -20px;}*/
} 

@media only screen and (max-width: 90.0625em) {
    .slick-next, .slick-prev {width: 20px; height: 20px; background-size: 18px auto; }
    .slick-next {right: 0px;}
    .slick-prev {left: 0px;}
    #campusLocations {margin-bottom: 2rem;}
    #knowmore {margin-bottom: 2rem;}
}

@media only screen and (min-width: 120.0625em) {
	.test-bar {background-color: brown;}
}

/* stuff that was previously inline on page */
.greyBackground {background-color: #EEE;}
.whyChooseSlideInner {
    text-align: center;
    height: 300px;
    padding-top: 2em;
}
.whyChooseSlideInner h3 {
    margin: 1em;
    border-bottom: 2px solid rgb(229,48,109);
    padding-bottom: 1em;
}

#content .whyChooseSlideInner .whyChooseText p {
    margin:0 1em;
    font-size: 17px;
}
#content .whyChooseSlideInner .whyChooseSource p {
    position: absolute;
    bottom: 10px;
    margin:0 20px;
    font-size: 15px;
    text-align: center;
    width: 327px;
    background-color:transparent; /*stop Webkit positioning issue causing problems*/
}

.courseCredits
{
    float:right;
    padding-right: 20px;
}
.whyChooseSlider .slick-next, .whyChooseSlider .slick-prev {
    top: 140px;
}

.whyChooseSlider {
    padding-bottom: 2em;
}

.slick-dots {padding: 2em 0 0;}
.slick-dots li button{background: #E5E5E5; border-radius: 50%; border:none;}
.slick-dots li.slick-active button{background: rgb(27,42,107);}

#panelHome .row, #panelInt .row {
    border: 1px solid #d8d8d8;
}

#panelHome .row + .row, #panelInt .row + .row {
    border-top: 0;
}

#panelHome .row .rowValue, #panelInt .row .rowValue {
    border-left: 1px solid #d8d8d8;
}

#panelHome .row .rowTitle, #panelHome .row .rowValue, #panelInt .row .rowTitle, #panelInt .row .rowValue {
    padding: 15px;
}

#content #learning .learningAssessment .column {
    border-bottom: 0;
}

#content #Disclaimer {
    padding: 1rem 1.5rem;
    color: white;
    background-color: rgb(0,86,151);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#content #Disclaimer p {
    color: white !important;
    margin-bottom: 0;
}

#content a.button--applying:link, #content a.button--applying:visited {
    color: white;
}
#content a.button--applying:hover {
    color: rgb(73,73,73);
    border: 2px solid;
}

.courseVideoContainer {
    position: relative;
    overflow: hidden;
    padding-top: 61.5%;
    margin: 1em 0;
    clear: both;
}

.courseVideoIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 530px;
    height: 330px;
    border: 0;
}