:root {
  --dark-orange: #e55420;
  --orange: #db964c;
  --yellow: #fab833;
  --dark-green: #9dcd5a;
  --light-blue: #708c8f;
  --cream: #f1ecd3;
  --cherry-red: #831e24;
  --light-green: #9DCD5A;
}



html, body { overflow-x: hidden;}

body {
    font-size: 15px;
    background-color: #fafafa;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;}
    
    
/* Headings */
h1 {
    color: white;
    font-weight: 900;
    text-transform: uppercase;}
    
h2 {
    color: var(--dark-orange);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;}    
    
.msl_admin_page h1 {color: #000;}
    
h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 30px;
    display: block;}

/* Button */
.buttonStyles,
input.button {
    background: var(--dark-green);
    color: white;
    border-radius: 12px;
    padding: 12px 30px;
    font-weight: 800;
    font-size: .8rem;
    display: table;
    margin: 15px auto 0;
    text-decoration: none;
    transition: all .2s ease-in-out;}

input.button {
    padding: 7px 20px;
    margin: 15px 0 0;}

.buttonStyles.left {margin: 15px 0 0;}
.buttonStyles.yellow {background: var(--yellow);}
.buttonStyles.green {background: var(--dark-green);}
 
.buttonStyles:hover {opacity: .85; color: white;}

/* General */
.list_controls a {min-height: 9rem;}
.white {color: white;}



/* Backgrounds */
.bgWavyYellow {
    background: url(/stylesheet/SOAS23/finalYellowWave.svg) no-repeat;
    background-size: 100vw;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;}

.bgWavyYellow > *,
.yellowZigzag.logoBefore > * {position: relative; z-index: 1;}

.bgWavyYellow:before,
.yellowZigzag.logoBefore:before {
    content: url(/stylesheet/SOAS23/su-logo-w.svg);
    position: absolute;
    left: -30px;
    bottom: 110px;
    max-width: 220px;
    width: 40%;
    height: 210px;
    z-index: 0;
    opacity: .2;
    transform: rotate(19deg);}

.yellowZigzag.logoBefore:before {
    transform: rotate(207deg);
    bottom: 100%;
    left: 84%;}

.yellowZigzag {
    background: url(/stylesheet/SOAS23/zigzagy.svg) no-repeat;
    /*background-size: cover !important;
    background-position: center;*/
    margin-bottom: -1px;
    margin-top: -1px;
    background-size: 100vw;
    position: relative;}
    
.upsideDown {transform: rotate(180deg); margin-top: -1px;}
.upsideDown > div {transform: rotate(180deg);}

.white-green-bg {
    background: -webkit-linear-gradient(180deg, #ffffff 66%, var(--dark-green) 33%);
    background: -o-linear-gradient(180deg, #ffffff 66%, var(--dark-green) 33%);
    background: -moz-linear-gradient(180deg, #ffffff 66%, var(--dark-green) 33%);
    background: linear-gradient(180deg, #ffffff 66%, var(--dark-green) 33%);
    margin: -1px 0;}
    
.yellow-white-bg {
    background: -webkit-linear-gradient(180deg, var(--yellow) 66%, #fff 33%);
    background: -o-linear-gradient(180deg, var(--yellow) 66%, #fff 33%);
    background: -moz-linear-gradient(180deg, var(--yellow) 66%, #fff 33%);
    background: linear-gradient(180deg, var(--yellow) 66%, #fff 33%);
    margin: -1px 0;}
    
.yellow-green-bg {
    background: -webkit-linear-gradient(180deg, var(--yellow) 66%, var(--dark-green) 33%);
    background: -o-linear-gradient(180deg, var(--yellow) 66%, var(--dark-green) 33%);
    background: -moz-linear-gradient(180deg, var(--yellow) 66%, var(--dark-green) 33%);
    background: linear-gradient(180deg, var(--yellow) 66%, var(--dark-green) 33%);
    margin: -1px 0;}

.bgOrange {background: var(--dark-orange);}


/* Hero */
.hero-section {position: relative; }
    .hero-background-container {height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 0;}
    .hero-video {width: 100%; height: 100%; object-fit: cover;}
    .hero-image {width: 100%; height: 100%; object-fit: cover;}
    .hero-image img {width: 100%; height: 100%; object-fit: cover;}
    .hero-background-overlay {width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: var(--dark-orange); opacity: 1; mix-blend-mode: hard-light;}

    .hero-text-container {position: relative; width: 95%; max-width: 1300px; margin: auto; z-index: 1;}
    .hero-text {max-width: 600px;}
    .hero-text h1 {font-family: 'Open Sans', sans-serif; font-size: 4.5em; line-height: 1; color: #ffffff; margin: 0; letter-spacing: -3px; white-space: normal; margin-bottom: 30px;}
    .hero-text p {font-family: 'Open Sans', sans-serif; font-size: 1.1em; width: 95%; color: white; line-height: 1.4; box-sizing: border-box; margin-bottom: 30px;}
    

    .hero-button {display: inline-block; font-weight: bold; background-color: rgba(168, 127, 255, 0.5); transition: all .2s ease-in-out; box-sizing: border-box; align-items: center; padding: 20px 30px; border-radius: 50px; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}
    .hero-button:hover {cursor: pointer; background-color: #a87fff;}


    .hero-section {box-sizing: border-box; height: 80vh; max-width: 100%;}
    .hero-section.browse-list {height: 60vh;}
    .hero-section-container {position: relative; height: 100%; box-sizing: border-box; display: flex; align-items: center;}

    .arrow-down {font-size: 2em; display: flex; align-items: center; justify-content: center; z-index: 10; height: 100px; width: 100px; position: absolute; bottom: 0; left: 50%; transform: translate(-50%,50%); background: white; border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; transition: all .2s ease-in-out;}
    .arrow-down i {transition: all .2s ease-in-out;}
    .arrow-down:hover {cursor: pointer; filter: brightness(0.95);}
    .arrow-down:hover i {transform: scale(1.2);}
   
    
    
    @media only screen and (max-width: 900px) {
        .hero-section {height: 80vh;}
        .hero-text {position: relative; padding: 0; text-align: center;}
        .hero-text h1 {font-size: 3em;}
        .hero-text p {margin: 30px auto; font-size: 1em;}
        .hero-button-container {width: 100%; margin: auto;}
        .hero-button {width: 75%; margin: auto; font-size: 1em;}
        .hero-button-icon {display: none;}

        .arrow-down {width: 50px; height: 50px; font-size: 1em;}
    }
    
    

/* Homepage events */
.event_item a {text-decoration: none!important;}
    .event_item a {color: inherit;}
    .event_item:hover {cursor: pointer;}
    .event_item {transition: all .2s ease-in-out;}
    
    .featured-event-container {display: grid; grid-template-columns: 2fr 1fr; grid-gap: 15px; padding: 10px 0 10px 0; margin: auto;}
    .featured-event-container #featured {position: relative; min-height: 60vh;}
    .featured-event-container #featured .msl_eventlist {height: 100%;}
    .featured-event-container #featured .msl_eventlist > div {height: 100%;}
    
    .featured-event {position: relative; overflow: hidden; height: 100%; border-radius: 10px;}
    .featured-event::before {content: 'Featured Event'; position: absolute; text-transform: uppercase; padding: 5px; background: var(--light-blue); color: white; top: 20px; left: 20px; z-index: 1;font-weight: bold; font-size: .8rem;}
    .featured-event img {display: block; position: absolute; width: 100%; height: 100%; object-fit: cover;}
    .featured-event .event-details {position: absolute; bottom: 0; padding: 40px; display: flex; flex-direction: column;}
    .featured-event .msl_event_name {font-size: 2em; letter-spacing: -1px; order: 2; color: var(--cream);}
    .msl_event_time {order: 1; font-size: 0.9em; font-family: 'Open Sans'; font-weight: normal; margin-bottom: 0px; color: var(--orange); font-weight: bold;}
    .featured-event .msl_event_description {display: block; order: 3; color: white;}
    .featured-event .msl_event_location {display: none;}
    .featured-event dl {justify-content: flex-start;}
    .featured-event .msl_event_image::after {content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(0deg, rgba(38,38,51,1) 35%, rgba(255,255,255,1) 80%); mix-blend-mode: multiply;}
    .featured-event:hover {transform: translateY(-10px);}
    .featured-event.event_item:after {right: 15px;top: 93%; transform: translateY(-50%);}
    
    
    #event-side-list .msl_eventlist {height: 100%;}
    #event-side-list .msl_eventlist > div {display: grid; grid-template-rows: 1fr 1fr 1fr 1fr; grid-gap: 15px; height: 100%; align-items: center;}
    #event-side-list.two-horz .msl_eventlist > div {grid-template-columns: 50% 50%;  margin-bottom: 80px; grid-template-rows: auto;}
    .event-vert-stack .msl_event_description {display: none;}
    .event-vert-stack {position: relative; height: 100%; overflow: hidden; border-radius: 10px; background-color: #000;}
    .event-vert-stack dt {display: grid; grid-template-columns: 1fr 2fr 0.5fr; height: 100%; justify-content: center;}
    .event-vert-stack .event-details {padding: 20px; display: flex; flex-direction: column; justify-content: center;}
    .event-vert-stack .msl_event_name {font-size: 1em; letter-spacing: -1px; order: 2; color: white; line-height: normal;}
    .event-vert-stack .msl_event_location {order: 3; color: #EDE8FC; font-size: 0.8em; font-weight: normal; margin-bottom: 0;}
    .event-vert-stack img {display: block; width: 100%; height: 100%; object-fit: cover;}
    .event-vert-stack dl {margin-bottom: 0; height: 100%;}
    .event_item:after {content: "\f061";   font-family: FontAwesome; position: absolute; right: 15px;top: 50%; transform: translateY(-50%); color: var(--cherry-red);font-weight: 900; font-size: 1em;background: white;border-radius: 30px;width: 28px;height: 28px;padding: 3px 0 0 7px;}
    .event-vert-stack:hover {transform: translateX(10px);}
    .event-vert-stack .msl_event_hook,
    .event-vert-stack .msl_event_types {display: none;}

.homepage-events .msl_eventlist > div {display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 1fr 1fr 1fr; grid-gap: 15px; width: 95%; max-width: 1300px; padding: 10px 0 10px 0; margin: auto;}
    .homepage-events .event_item {min-width: 200px; border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; transition: all .2s; display: flex; flex-direction: column; grid-column: 3/5; position: relative;}
    .homepage-events .event_item::after {content: "\f061"; font-family: FontAwesome; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: #EDE8FC; font-weight: 900;}
    .homepage-events .event_item:nth-child(1)::after {color: transparent;}
    
    .homepage-events .event_item:nth-child(1) img {display: block; position: absolute;}
    .homepage-events .event_item:nth-child(1) {grid-column: 1/3; grid-row: 1/4; position: relative; min-height: 60vh;}
    .homepage-events .event_item:nth-child(1) .msl_event_name {font-size: 1.6em; letter-spacing: -1px;}
    .homepage-events .event_item:nth-child(1) .event-details {position: absolute; bottom: 0; padding: 40px;}
    .homepage-events .event_item:nth-child(1) .msl_event_description {display: block; order: 3; color: white;}
    .homepage-events .event_item:nth-child(1) .msl_event_location {display: none;}
    .homepage-events .event_item:nth-child(1) dl {justify-content: flex-start;}
    .homepage-events .event_item:nth-child(1):hover {transform: translateY(-10px); cursor: pointer;}
    
    .homepage-events .event_item:nth-child(1) .msl_event_image::after {content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(0deg, rgba(38,38,51,1) 35%, rgba(255,255,255,1) 80%); mix-blend-mode: multiply;}
    
    .homepage-events .event_item dl {margin: 0!important; display: flex; flex-direction: column; flex-grow: 1; }
    .homepage-events .event_item dt {display: grid; grid-template-columns: 1fr 2fr 0.5fr; height: 100%; justify-content: center;}
    .hompage-events dd {margin: 0;}
    .homepage-events .event_item:hover {transform: translateX(10px); cursor: pointer;}
    .homepage-events .event_item img {width: 100%; object-fit: cover; height: 100%;} 


    .homepage-events .event_item .event-details {padding: 20px; display: flex; flex-direction: column; justify-content: center;}
    .homepage-events .event_item .msl_event_time {order: 1; font-size: 0.8em; font-weight: normal; margin-bottom: 10px; font-weight: bold;}
    .homepage-events .event_item .msl_event_name {order: 2; margin-bottom: 10px; font-size: 1.2em; max-width: 90%; line-height: 1.3!important;}
    .homepage-events .event_item .msl_event_description {font-size: 0.9em; line-height: 1.4; font-weight: normal; display: none;}
    .homepage-events .event_item .msl_event_types {display: none;}
    
    .homepage-events .event_item .location-tickets {display: flex; justify-content: space-between; padding: 10px 20px 20px 20px; flex-grow: 1; align-items: flex-end;}
    .homepage-events .event_item .msl_event_location { letter-spacing: -1; font-size: 0.8em; opacity: 0.5; order: 4;}
    .homepage-events .event_item .msl_event_location::before {content: "\f3c5"; font-family: FontAwesome; font-weight: 900; margin-right: 5px;}

    .homepage-events .event_item .msl_event_tickets a {display: none; color: transparent;}
    .homepage-events .event_item .msl_event_tickets::after {content: "\f061"; font-family: FontAwesome; margin-left: 5px; font-size: 1em; font-weight: 600;}


  /* Scrolling Events */
  .scrolling-cards .msl_eventlist > div {display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 15px; width: 95%; max-width: 1300px; padding: 10px 0 10px 0; margin: auto;}
  .scrolling-cards .event_item {min-width: 200px; border-radius: 10px; overflow: hidden; background: #000; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; transition: all .2s; display: flex; flex-direction: column; position: relative;}
  /*.scrolling-cards .event_item::after {content: "\f061"; font-family: FontAwesome; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: #EDE8FC; font-weight: 900;}*/
  
  .scrolling-cards .event_item dl {margin: 0!important; display: flex; flex-direction: column; flex-grow: 1; }
  .scrolling-cards .event_item dt {display: flex; flex-direction: column;}
  .scrolling-cards dd {margin: 0;}
  .scrolling-cards .event_item:hover {transform: translateY(-10px); cursor: pointer;}
  .scrolling-cards .event_item img {width: 100%; object-fit: cover; height: 100%;} 

  .scrolling-cards .event_item .event-details {padding: 20px; display: flex; flex-direction: column; justify-content: center;}
  .scrolling-cards .event_item .msl_event_time {order: 1; font-size: 0.8em; font-family: 'Open Sans', sans-serif; margin-bottom: 10px;}
  .scrolling-cards .event_item .msl_event_name {order: 2; margin-bottom: 10px; font-size: 1.2em; max-width: 90%; line-height: 1.3!important; color: var(--cream);}
  .scrolling-cards .event_item .msl_event_description {font-size: 0.9em; line-height: 1.4; font-weight: normal; display: none;}
  .scrolling-cards .event_item .msl_event_types {display: none;}
  
  .scrolling-cards .event_item .location-tickets {display: flex; justify-content: space-between; padding: 10px 20px 20px 20px; flex-grow: 1; align-items: flex-end;}
  .scrolling-cards .event_item .msl_event_location {font-family: 'Open Sans'; letter-spacing: -1; font-size: 0.8em; order: 4;}
  .scrolling-cards .event_item .msl_event_location::before {content: "\f3c5"; font-family: FontAwesome; font-weight: 900; margin-right: 5px;}

  .scrolling-cards .event_item .msl_event_tickets a {display: none; color: transparent;}
  .scrolling-cards .event_item .msl_event_tickets::after {content: "\f061"; font-family: FontAwesome; margin-left: 5px; font-size: 1em; font-weight: 600;}

@media only screen and (max-width: 900px) {
    .event_item:hover {transform: translate(0);}
    .featured-event-container #featured {padding: 15px;}
    .featured-event-container {grid-template-columns: 1fr; width: 100%;}
    .event-vert-stack dt {grid-template-columns: 1fr;}
    .event-vert-stack img {border-radius: 10px 10px 0 0;}
    #event-side-list .msl_eventlist > div {grid-template-rows: minmax(150px, 1fr); overflow-x: scroll; -webkit-overflow-scrolling: touch; width: unset; grid-template-rows: 1fr;}
    #event-side-list .msl_eventlist > div::before, .homepage-events .msl_eventlist > div::after {content: '';}
    
    .scrolling-cards .msl_eventlist > div {grid-template-rows: minmax(150px, 1fr); overflow-x: scroll; -webkit-overflow-scrolling: touch; width: unset;}
    .scrolling-cards .msl_eventlist > div::before, .scrolling-cards .msl_eventlist > div::after {content: '';}    
    .homepage-events .msl_eventlist > div {grid-template-rows: minmax(150px, 1fr); overflow-x: scroll; -webkit-overflow-scrolling: touch; width: unset;}
    .homepage-events .msl_eventlist > div::before, .homepage-events .msl_eventlist > div::after {content: '';}
    .two-cards .msl_eventlist > div {grid-template-columns: 1px repeat(2, calc(70% - 10px)) 5px;}
    .three-cards .msl_eventlist > div {grid-template-columns: 1px repeat(3, calc(70% - 10px)) 5px;}
    .four-cards .msl_eventlist > div {grid-template-columns: 1px repeat(4, calc(70% - 10px)) 5px;}
    .five-cards .msl_eventlist > div {grid-template-columns: 1px repeat(5, calc(70% - 10px)) 5px;}
    .six-cards .msl_eventlist > div {grid-template-columns: 1px repeat(6, calc(70% - 10px)) 5px;}
    .seven-cards .msl_eventlist > div {grid-template-columns: 1px repeat(7, calc(70% - 10px)) 5px;}
    .eight-cards .msl_eventlist > div {grid-template-columns: 1px repeat(8, calc(70% - 10px)) 5px;}
    .nine-cards .msl_eventlist > div {grid-template-columns: 1px repeat(9, calc(70% - 10px)) 5px;}
    .ten-cards .msl_eventlist > div {grid-template-columns: 1px repeat(10, calc(70% - 10px)) 5px;}
    #event-side-list .msl_eventlist > div::-webkit-scrollbar{   display: none;  }
  }
  
    


/* News */
    .scrolling-cards .news_all {display: none;}
    .news_full > h1 {display: none;}

    /* Hide scrollbar for Chrome, Safari and Opera */
    .scrolling-cards .msl-item-list::-webkit-scrollbar, .scrolling-cards .msl_eventlist > div::-webkit-scrollbar,
    .sectionCards ul::-webkit-scrollbar,
    .news_full::-webkit-scrollbar {display: none;}

    /* Hide scrollbar for IE, Edge and Firefox */
    .scrolling-cards .msl-item-list, .scrolling-cards .msl_eventlist > div,
    .sectionCards ul,
    .news_full {-ms-overflow-style: none; scrollbar-width: none;}

    @media only screen and (max-width: 900px) {
        .landing-section-header {width: 95%;}
        /*.landing-section-header h2 {padding-left: 15px;}*/
    }

    .scrolling-cards .msl-item,
    .sectionCards li,
    .news_full .news_item {position: relative; overflow: hidden;}
    
    .scrolling-cards a:hover, .landing-section a:hover,
    .sectionCards li a:hover,
    .news_full .news_item:hover {text-decoration: none!important;}
    
    .scrolling-cards .msl-item-list .msl-item .msl-image,
    .sectionCards li .imageWrap,
    .news_full .news_item .news_image a,
    .msl-catalogue-item a {width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; z-index: 1; display: block;}
    .scrolling-cards .msl-item-list .msl-item .msl-image img,
    .sectionCards li img,
    .news_full .news_item img,
    .msl-catalogue-item img {width: 100% !important; object-fit: cover; height: 100% !important; position: relative;}
    .scrolling-cards .msl-item-list .msl-item .msl-image::after,
    .sectionCards li .imageWrap:after,
    .news_full .news_item .news_image a:after,
    .msl-catalogue-item a:after {content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(0deg, rgba(38,38,51,1) 25%, rgba(255,255,255,1) 60%); mix-blend-mode: multiply;}
    
    
    .scrolling-cards .msl-item-list .msl-item .details,
    .sectionCards li .details,
    .news_full .news_item .details {padding: 20px 20px 0px 20px; display: flex; flex-direction: column; z-index: 1;}
    .sectionCards li .details,
    .news_full .news_item .details{ z-index: 2; position: relative;}
    .scrolling-cards .msl-item-list .msl-item .details .msl-item-details,
    .sectionCards li .details,
    .news_full .news_item .details {order: 1; font-size: 0.8em; margin-bottom: 10px;}
    .scrolling-cards .msl-item-list .msl-item .details .msl-title,
    .sectionCards li .details .msl-imagenav-title,
    .news_full .news_item h5,
    .msl-catalogue-item .msl-catalogue-name {order: 2; margin: 0 0 10px; font-size: 1.2em; max-width: 90%; line-height: 1.3!important;}
    .news_full .news_item h5 {font-size: 1.5em;}
    .news_full .news_item .details {width: 100%;}
    .sectionCards li .details .msl-imagenav-title {font-size: 1.4em; }
    .scrolling-cards .msl-item-list .msl-item .details .msl-leader,
    .sectionCards li .details .msl-imagenav-description,
    .msl-catalogue-item .msl-catalogue-desc, .msl-catalogue-item .msl-catalogue-itemcount {order: 3; font-size: 0.9em; line-height: 1.4; display: none;}
    .news_full .news_item .leader {order: 3; font-size: 0.9em; line-height: 1.4; font-weight: bold; font-size: .8rem;}
    .scrolling-cards .msl-item-list .msl-item .details .msl-leader::after,
    .sectionCards li .details .msl-imagenav-description:after,
    .news_full .news_item .leader:after {content: '...'}
    .scrolling-cards .msl-item-list .msl-item .details .msl-tags {order: 4; font-size: 0.8em;}
    .scrolling-cards .msl-item-list .msl-item .msl-morelink,
    .sectionCards li .details .readmore {text-decoration: none; color: transparent; font-size: 1em;  z-index: 1;}
    .scrolling-cards .msl-item-list .msl-item .msl-morelink:hover,
    .sectionCards li .details .readmore:hover {text-decoration: none;}
    .scrolling-cards .msl-item-list .msl-item .msl-morelink::after,
    .sectionCards li .details .readmore:after {
        display: none;
        content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    color: var(--cherry-red);
    font-weight: 900;
    font-size: 1em;
    background: white;
    border-radius: 30px;
    width: 28px;
    height: 28px;
    padding: 3px 0 0 7px;    }
    .scrolling-cards .msl-item-list .msl-item .msl-byline {margin-bottom: 0; text-transform: uppercase; letter-spacing: -1; font-size: 0.8em; opacity: 0.9;}
    .sectionCards li a { text-decoration: none;}
    .news_full .news_item_hook {display: none;}
    

    .scrolling-cards .msl-item-list .msl-item .msl-pubdate {
    order: 1;
    font-size: 0.9em;
    font-family: 'Open Sans';
    font-weight: normal;
    margin-bottom: 0px;
    color: var(--orange);
    font-weight: bold;}

    .scrolling-cards .msl-item-list .msl-item .byline-links {display: flex; padding: 0 20px 20px 20px; justify-content: space-between; align-items: flex-end;  z-index: 1;}

    .scrolling-cards .msl-item-list .msl-item,
    .sectionCards li {min-width: 160px; min-height: 50vh; border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; transition: all .2s; display: flex; flex-direction: column; justify-content: flex-end; background-color: #262633;}
    .msl-catalogue-item a {display: flex; flex-direction: column; justify-content: flex-end;background: #000; }
    .news_full .news_item {min-width: 160px; min-height: 50vh; border-radius: 10px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; transition: all .2s; background-color: #262633;}
    .news_full .news_item .news_item_inner { display: flex; flex-direction: column; justify-content: flex-end; }
    .sectionCards ul {/* max-width: 25%; */}
    .scrolling-cards .msl-item-list .msl-item:hover,
    .sectionCards li:hover,
    .news_full .news_item:hover {transform: translateY(-10px);}
    

    .scrolling-cards .msl-item-list,
    .sectionCards ul,
    .news_full {display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); grid-gap: 15px; padding: 10px 0 10px 0; margin: auto;}
    .news_full {grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));}
    .sectionCards ul,
    .news_full {margin: 0;}


.news_full .news_item_inner {
    margin: 0;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;}

.news_full .news_image {
    position: static;
    width: 100%;
    height: 100%;}


@media only screen and (max-width: 900px) {
    .scrolling-cards .msl-item-list,
    .sectionCards ul,
    .news_full {grid-template-rows: minmax(150px, 1fr); overflow-x: scroll; -webkit-overflow-scrolling: touch; width: unset;}
    .scrolling-cards .msl-item-list::before, .scrolling-cards .msl-item-list::after {content: '' ; display: none;}
    .two-cards .msl-item-list {grid-template-columns: 1px repeat(2, calc(70% - 10px)) 5px;}
    .three-cards .msl-item-list {grid-template-columns: 1px repeat(3, calc(70% - 10px)) 5px;}
    .four-cards .msl-item-list,
    .four-cards.sectionCards li {grid-template-columns: 1px repeat(4, calc(70% - 10px)) 5px;}
    .five-cards .msl-item-list {grid-template-columns: 1px repeat(5, calc(70% - 10px)) 5px;}
    .six-cards .msl-item-list {grid-template-columns: 1px repeat(6, calc(70% - 10px)) 5px;}
    .seven-cards .msl-item-list {grid-template-columns: 1px repeat(7, calc(70% - 10px)) 5px;}
    .eight-cards .msl-item-list {grid-template-columns: 1px repeat(8, calc(70% - 10px)) 5px;}
    .nine-cards .msl-item-list {grid-template-columns: 1px repeat(9, calc(70% - 10px)) 5px;}
    .ten-cards .msl-item-list {grid-template-columns: 1px repeat(10, calc(70% - 10px)) 5px;}
  }


.scrolling-cards .msl-item-list, .sectionCards ul, .news_full {
    grid-template-columns: repeat(auto-fit, minmax(min(100%/2, max(64px, 100%/2)), 1fr));}


@media only screen and (min-width: 450px) and (max-width: 900px) {
.scrolling-cards .msl-item-list, .sectionCards ul, .news_full {
    grid-template-columns: repeat(auto-fit, minmax(min(100%/2, max(64px, 100%/3)), 1fr));}
}

@media only screen and (min-width: 901px) {
.scrolling-cards .msl-item-list, .sectionCards ul, .news_full {
    grid-template-columns: repeat(auto-fit, minmax(min(100% / 3, max(64px, 100% / 5)), 1fr));}
}





   
  .scrolling-cards .msl-item-list .msl-item h3 a,
  .sectionCards li .msl-imagenav-title,
  .news_full .news_item h5 a,
  .msl-catalogue-item .msl-catalogue-name {
    letter-spacing: -1px;
    color: var(--cream);
    font-weight: bold;
    text-decoration: none;  }
    
  .scrolling-cards .msl-item-list .msl-item p,
  .sectionCards li .msl-imagenav-description,
  .news_full .news_item .leader {color: white;}
  .scrolling-cards .msl-item-list .msl-item .msl-item-details,
  .sectionCards li .details,
  .news_full .news_item .details {color: white;}
  .scrolling-cards .msl-item-list .msl-item .msl-item-details .msl-tag {color: white;}
  .scrolling-cards .msl-item .msl-morelink::after {color: #a87fff;}
  .scrolling-cards .msl-item .msl-byline {color: white;}
  
 
 
/*New Sections Styles */
.content-container {max-width: 1300px; width:95%; height:90vh; margin: auto; display: grid; position: relative;}

    .layout-one.right .content-container {grid-template-columns: 2fr 1fr;}
    .layout-one.left .content-container {grid-template-columns: 1fr 2fr;}
    

    .small-box {display: flex; align-self: center; z-index: 2; position: relative;}
    .layout-one.right .small-box {display: inline-block; position: relative; left: -20%; width: 120%;}
    .layout-one.left .small-box {display: inline-block; position: relative; width: 120%;}

    .large-box {display: flex; position: relative;}
    .large-box .secondary-links {position: absolute; bottom: 80px; left: 160px;}
    .layout-one.right .large-box .secondary-links {left: 80px;}

    .small-text-box {padding: 40px;}
    .layout-one.left .large-text-box {padding: 80px 160px; align-self: center;}
    .layout-one.right .large-text-box {padding: 80px 300px 80px 80px; align-self: center;}
   
    .layout-two .content-container {grid-template-columns: 2fr 1fr; grid-template-rows: 2fr 1fr;}
    .layout-two .content-container .top-text-box, .layout-two .content-container .bottom-text-box, .layout-two .content-container .tall-text-box {padding: 30px 40px;}
    .layout-two .top-box {display: flex; flex-direction: column; justify-content: flex-end;}
    .layout-two.right .tall-box {grid-column: 2/3; grid-row: 1/3;}
    .layout-two.left .tall-box {grid-column: 1/2; grid-row: 1/3;}
    .layout-two .tall-box img {width:100%; height:100%; object-fit: cover;} 
    .layout-two .tall-box {margin: 80px 0; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; overflow: hidden;}
    
    .layout-two h2 {font-size: 2em; letter-spacing: -1px;}
    .layout-two a {display: table; font-weight: bold; padding: 10px 25px; text-decoration: none; border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; transition: all .2s ease-in-out; margin-bottom: 10px;}
    .layout-two a:hover {text-decoration: none; transform: scale(1.1);}
    
    
    @media only screen and (max-width: 900px) {
        .layout-one .content-container {height: unset; grid-template-columns: 1fr!important;}
        .small-box {right: unset!important; left: unset!important; width: unset!important; z-index: 0;}
        .layout-one .content-container > div:nth-child(2) {width: 90%!important; margin: 50px auto -40px auto; position: relative; top: -30%;}

        .large-box {flex-direction: column;}
        .large-text-box {padding: 40px!important;}
        .large-box .secondary-links {position: relative!important; bottom: unset!important; left: unset!important; margin: 0 40px 40px 40px!important;}

        /* .layout-two .tall-box {margin: 0!important;} */
        .layout-two .content-container {height: unset;}
        .layout-two .content-container {display: flex; flex-direction: column;}
        .layout-two .top-box {order: 1;}
        .layout-two .tall-box {order: 2; width: 90%; margin: auto!important; position: relative; bottom: -20px;}
        .layout-two .bottom-box {order: 3;}
        .layout-two .top-text-box {padding-bottom: 0!important;}
        .layout-two .content-container .top-text-box, .layout-two .content-container .bottom-text-box, .layout-two .content-container .tall-text-box {padding: 40px 30px 30px 30px;}
        .layout-two a {margin: auto; margin-bottom: 10px;}
    }



/* Quicklinks */
.quicklinks {
    position: relative;
    transform: translateY(82%);
    margin-top: -122%;
    z-index: 10;}
    
.quicklinks ul {
    list-style: none;
    padding: 0;
    margin: 0;}
    
.quicklinks li {
    margin: 15px;
    background: white;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 15px 1px rgb(156 156 156 / 30%);
    box-shadow: 2px 2px 15px 1px rgb(156 156 156 / 30%);
    transition: all .2s ease-in-out;}

.quicklinks li a {
    text-align: center;
    line-height: 90px;
    color: #020202;
    display: block;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;}

.quicklinks li img {display: none;}

.quicklinks li:hover { background: #f5f5f5;}


@media (min-width: 370px) {
  .quicklinks { margin-top: -105%;}
}  

@media (min-width: 430px) {
  .quicklinks { margin-top: -85%;}
}  

@media (min-width: 500px) {
  .quicklinks { margin-top: -78%;}
}  

@media (min-width: 550px) {
  .quicklinks {
    transform: translateY(82%);
    margin-top: -78%;}
}

@media (min-width: 768px) {
  .quicklinks {
    top: 50%;
    transform: translateY(50%);
    margin: 0;  }
    
  .quicklinks li {
    width: 30%;
    width: calc(33% - 31px);
    display: inline-block;
    margin: 0 15px;}
}


/* Landing */
#title-space {padding: 90px 15px 60px;}
.titleWrapper > .row {
    align-items: center;
    justify-content: center;}

.titleWrapper p,
#title-space p,
#title-space .pageDesc {color: white;}

.landingIntro {
    padding: 80px 0 130px;}

.landingIntro h2 {
    margin: 0 auto 30px;
    display: block;
    text-align: center;}
    
.pageImage img {
    padding: 30px 0;
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    max-width: 400px;}
    
/* Sidebar */
.p-content.styleContent {
    border-radius: 10px;
    margin: -80px 0 80px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 15px 1px rgb(156 156 156 / 30%);
    box-shadow: 2px 2px 15px 1px rgb(156 156 156 / 30%);
    transition: all .2s;
    display: flex;
    flex-direction: column;
    padding: 45px;
    height: min-content;
    background: white;}
    
    


/*Accordion*/
.accordion-container {max-width: 750px; margin: 25px auto;}
.accordion {background-color: #fafafa; font-weight: bold;border: none; border-radius: 5px; outline: none; text-align: left; padding: 15px 20px; font-size: 16px; color: #333; cursor: pointer; transition: all 0.2s ease-in-out; margin: 5px 0; justify-items: flex-end; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}
.accordion:after {content: '\f055'; font-family: FontAwesome; font-size: 14px; float: right; align-self: center; justify-items: flex-end;}
.accordion.is-open:after {content: '\f056';}
.accordion.is-open {background-color: var(--light-green); border: none; color: white}
.accordion:hover {transform: translateX(-5px);}
.accordion-content {background-color: transparent; border: none; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-in-out;}
.accordion-content > p {margin: 20px!important; line-height: normal;}
.accordion-content > h3, .accordion-content > h2, .accordion-content > h1 {margin-left: 20px!important;}



/* Student Groups - start */

.squares-groups ul.msl_organisation_list {
	padding: 0;
	margin: 0;
}
@media (min-width: 768px) {
	.squares-groups ul.msl_organisation_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
	}
}
.squares-groups ul.msl_organisation_list li:hover {
	cursor: pointer;
}
.squares-groups ul.msl_organisation_list li {
	margin-bottom: 3.5em;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: 15px;
	border-radius: 0;
	color: #2e3091;
	position: relative;
	padding: 0;
	transition: 0.3s;
	border: 0px solid;
	margin: 10px 15px 10px 15px;
	display: none;
	z-index: 1;
}
.squares-groups ul.msl_organisation_list li.show-item {
	display: block;
}
@media (min-width: 768px) {
	.squares-groups ul.msl_organisation_list li {
		width: calc(20% - 30px);
	}
}
.squares-groups ul.msl_organisation_list li .gl-logo:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	background-color: transparent;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease;
	z-index: 1;
    border: 2px solid var(--dark-green);}

.squares-groups ul.msl_organisation_list li:hover .gl-logo:before {
	border: 6px solid var(--dark-green);
}
.squares-groups ul.msl_organisation_list li:hover .msl-gl-link {
	text-decoration: underline;
}
/*GroupDetails*/

.squares-groups li .msl-gl-link {
	padding: 0;
	line-height: 1;
	color: #262633;
	font-size: 1rem;
	display: block;
	transition: 0.3s;
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	font-weight: normal;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-weight: 700;
	margin: 10px 0;
}


@media (min-width: 1200px) {
	.squares-groups .msl-gl-link {
		/* font-size: 1rem; */
	}
}
.squares-groups .msl-gl-attributeset {
	font-size: 12px;
	padding: 0;
	margin-bottom: 0;
	/* text-transform: uppercase; */
	font-weight: normal;
}
.squares-groups .msl-gl-attribute {
	color: #000;
	font-size: 14px;
}
.squares-groups .gl-logo {
	overflow: hidden;
	display: block;
	position: relative;
	box-shadow: 0px 0px 12px rgb(0 0 0 / 16%), 0 2px 4px rgb(0 0 0 / 30%);
	border-radius: 6px;
}
.squares-groups .gl-logo img {
	max-width: 100%;
	transition: -webkit-transform .9s !important;
	transition: transform .9s !important;
	transition: transform .9s, -webkit-transform .9s !important;
	width: 100%;
	height: auto;
	vertical-align: top;
	position: relative;
	transition: 0.3s;
	display: block;
}
.squares-groups .msl-gl-attributes {display: none;}

@media (max-width: 767px) {
	.squares-groups .gl-logo {
		position: relative;
		float: left;
		width: 40%;
		float: left;
		min-height: auto;
	}
	.squares-groups .details {
		padding: 15px;
		padding: 15px;
		position: relative;
		font-weight: normal;
		transition: 0.3s;
		background: transparent;
		z-index: 10;
		transition: 0.3s;
		float: left;
		width: 60%;
		min-height: initial;
		text-align: left;
	}
}
.squares-groups ul.msl_organisation_list li:hover img {
	transform: scale(1.1);
}
.squares-groups ul.msl_organisation_list li:hover a {
	text-decoration: none;
}


/* breadcrumb */
#breadcrumb { 
    margin-bottom: 10px;
    padding: 0 0 0 0.5em;
    font-size: 85%;
    text-align: right;}

#breadcrumb li a,
#breadcrumb li span {
    color: white;
    font-weight: bold;}

#breadcrumb li .msl-breadcrumb-separator {
    color: var(--dark-green);
    font-weight: bold;
    margin: 0 5px;}
    
    

/* Social icons */
[id="group-social"] {
    margin: 20px 0;
}
[id="group-social"] div {
    display: inline-block;
    margin: 0px 5px 0px 0;
    vertical-align: top;
}
[id="group-social"] a {
    text-indent: -5000px;
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50px;
    padding:0;
    margin:0;
    transition: 0.2s ease all;
    color: #fff;
    -webkit-transition: 0.2s ease all;
    border: 3px solid transparent;
}
[id="group-social"] a:hover {
    border-color: rgba(255,255,255,0.5);
}
[id="group-social"] a:before {
    text-indent: 0;
    left:50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    font-size: 18px;
}
.msl_facebook, .msl_facebook:hover {
    background: #2f85e8;
}

.msl_facebook:before {
    content: "\f09a";
    font-family: FontAwesome;
}

.msl_twitter, .msl_twitter:hover {
    background: #46bbff;
}

.msl_twitter:before {
    content: "\f099";
    font-family: FontAwesome;
}

.msl_email, .msl_email:hover {
    background: #C6093A;
}

.msl_email:before {
    content: "\f0e0";
    font-family: FontAwesome;
}

.msl_web, .msl_web:hover {
    background: #337ab7;
}

[id="group-social"] .msl_web:before {
    content: "\f0ac";
    font-family: FontAwesome;
    font-size: 20px;
}

.msl_instagram {
    background: #46008c;
}

.msl_instagram:before {
    content: "\f16d";
    font-family: FontAwesome;
}