@charset "UTF-8";
/* BUTTONS */
/* POSITION */
/* TRANSITION */
/* ************************** */
/* * Fonts					* */
/* Fonts */
@font-face {
  font-family: Gotham;
  src: url("../fonts/Gotham-Book.otf");
}
@font-face {
  font-family: Gotham;
  font-weight: 700;
  src: url("../fonts/Gotham-Bold.otf");
}
@font-face {
  font-family: Gotham;
  font-weight: 600;
  src: url("../fonts/Gotham-Medium.otf");
}
/* Icomoon */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?elcuzr");
  src: url("../fonts/icomoon.eot?elcuzr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?elcuzr") format("truetype"), url("../fonts/icomoon.woff?elcuzr") format("woff"), url("../fonts/icomoon.svg?elcuzr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-basket:before {
  content: "";
}
.icon-avatar:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-pinterest:before {
  content: "";
}
.icon-youtube:before {
  content: "";
}
.icon-insta:before {
  content: "";
}
/* TEMP */
.widget-testimonial-carousel {
  display: none !important;
}
/* Icon fix */
.icon-video::before, .cta-icon-video a::before {
  content: "";
}
/* Image CTAs */
.img-cta .pseudo-link {
  position: relative;
  display: inline-block;
  border: 0;
  border-radius: 3rem !important;
  background: #5a1580 !important;
  color: #fff !important;
  text-shadow: none;
  text-transform: initial;
  font-family: Gotham, Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  font-size: inherit;
  padding: 0.75em 2em;
  cursor: pointer;
}
.img-cta .pseudo-link:not(.view):not(.cancel):hover, .img-cta .pseudo-link:not(.view):not(.cancel):focus, .img-cta .pseudo-link:not(.view):not(.cancel):active {
  border: 0;
  background: #8965a4 !important;
  color: #fff !important;
}
.img-cta:hover .pseudo-link {
  border: 0;
  background: #8965a4 !important;
  color: #fff !important;
}
/* Shop Category Buttons */
.shopcats a {
  position: relative;
  display: inline-block;
  border: 0;
  border-radius: 3rem !important;
  background: #5a1580 !important;
  color: #fff !important;
  text-shadow: none;
  text-transform: initial;
  font-family: Gotham, Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  font-size: inherit;
  padding: 0.75em 2em;
  cursor: pointer;
  margin-bottom: 1em;
}
.shopcats a:not(.view):not(.cancel):hover, .shopcats a:not(.view):not(.cancel):focus, .shopcats a:not(.view):not(.cancel):active {
  border: 0;
  background: #8965a4 !important;
  color: #fff !important;
}
/* ** RSN Child Theme Styles ** */
/* ************************** */
/* * General				* */
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  text-align: left;
}
body {
  --header-height: 100px;
  --logo-width: 108px;
  --logo-width-scroll: 108px;
  --logo-aspect: 167%;
  --logo-padding: 1.5em;
  background-color: #fff;
  margin: 0;
  min-width: 350px;
  padding-top: var(--header-height);
  font: 1.6rem/1.5 Gotham, Helvetica, Helvetica Neue, Arial, sans-serif;
  color: #4a4a4a;
}
body.hasScrolled {
  --header-height: 80px;
  --logo-width: 76px;
  --logo-aspect: 97%;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .heading-font {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  color: #4a4a4a;
}
h1, .h1 {
  font-size: 5.4rem;
}
h2, .h2 {
  font-size: 4.4rem;
}
h3, .h3 {
  font-size: 3.6rem;
}
h4, .h4 {
  font-size: 2.4rem;
}
h5, .h5 {
  font-size: 1.6rem;
}
h6, .h6 {
  font-size: 1.4rem;
}
@media (max-width: 599.98px) {
  h1, .h1 {
    font-size: 4rem;
  }
  h2, .h2 {
    font-size: 3.4rem;
  }
  h3, .h3 {
    font-size: 2.8rem;
  }
  h4, .h4 {
    font-size: 2rem;
  }
  h5, .h5 {
    font-size: 1.5rem;
  }
  h6, .h6 {
    font-size: 1.2rem;
  }
}
p {
  font-family: Gotham, Helvetica, Helvetica Neue, Arial, sans-serif;
  margin: 0 0 1em;
}
a {
  color: #5a1580;
}
@media (max-width: 599.98px) {
  a {
    font-size: 1.4rem;
  }
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.button, button {
  position: relative;
  display: inline-block;
  border: 0;
  border-radius: 3rem !important;
  background: #5a1580 !important;
  color: #fff !important;
  text-shadow: none;
  text-transform: initial;
  font-family: Gotham, Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  font-size: inherit;
  padding: 0.75em 2em;
  cursor: pointer;
}
.button:not(.view):not(.cancel):hover, .button:not(.view):not(.cancel):focus, .button:not(.view):not(.cancel):active, button:not(.view):not(.cancel):hover, button:not(.view):not(.cancel):focus, button:not(.view):not(.cancel):active {
  border: 0;
  background: #8965a4 !important;
  color: #fff !important;
}
.button.colour-default-white, button.colour-default-white {
  background: #fff !important;
  color: #5a1580 !important;
}
.button.colour-default-white:not(.view):not(.cancel):hover, .button.colour-default-white:not(.view):not(.cancel):focus, .button.colour-default-white:not(.view):not(.cancel):active, button.colour-default-white:not(.view):not(.cancel):hover, button.colour-default-white:not(.view):not(.cancel):focus, button.colour-default-white:not(.view):not(.cancel):active {
  background: #8965a4 !important;
  color: #fff !important;
}
.button.colour-classes, button.colour-classes {
  background: #65b9a9 !important;
  color: #fff !important;
}
.button.colour-classes:not(.view):not(.cancel):hover, .button.colour-classes:not(.view):not(.cancel):focus, .button.colour-classes:not(.view):not(.cancel):active, button.colour-classes:not(.view):not(.cancel):hover, button.colour-classes:not(.view):not(.cancel):focus, button.colour-classes:not(.view):not(.cancel):active {
  background: #94cec3 !important;
  color: #fff !important;
}
.button.colour-degree, button.colour-degree {
  background: #f08226 !important;
  color: #fff !important;
}
.button.colour-degree:not(.view):not(.cancel):hover, .button.colour-degree:not(.view):not(.cancel):focus, .button.colour-degree:not(.view):not(.cancel):active, button.colour-degree:not(.view):not(.cancel):hover, button.colour-degree:not(.view):not(.cancel):focus, button.colour-degree:not(.view):not(.cancel):active {
  background: #f4a567 !important;
  color: #fff !important;
}
.button.colour-embroidery, button.colour-embroidery {
  background: #bb9529 !important;
  color: #fff !important;
}
.button.colour-embroidery:not(.view):not(.cancel):hover, .button.colour-embroidery:not(.view):not(.cancel):focus, .button.colour-embroidery:not(.view):not(.cancel):active, button.colour-embroidery:not(.view):not(.cancel):hover, button.colour-embroidery:not(.view):not(.cancel):focus, button.colour-embroidery:not(.view):not(.cancel):active {
  background: #d0b56a !important;
  color: #fff !important;
}
.colour-default-white button {
  background: #fff !important;
  color: #5a1580 !important;
}
.colour-default-white button:not(.view):not(.cancel):hover, .colour-default-white button:not(.view):not(.cancel):focus, .colour-default-white button:not(.view):not(.cancel):active {
  background: #8965a4 !important;
  color: #fff !important;
}
@media (max-width: 767.98px) {
  body {
    --header-height: 80px;
    --logo-width: 76px;
    --logo-width-scroll: 76px;
    --logo-aspect: 97%;
  }
  body.hasScrolled {
    --logo-width: 56px;
  }
}
@media (max-width: 599.98px) {
  body {
    --logo-padding: 1.2em;
    font-size: 1.3rem;
  }
  body.nav-open, body.show-search {
    --logo-width: 56px;
  }
}
.container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}
.main-content {
  margin-left: 0;
  width: 100%;
  height: auto;
}
/* ************************** */
/* * Header					* */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  height: var(--header-height);
  transition: all 750ms;
}
header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: inherit;
}
header a, header a:hover, header a:focus {
  border: none;
}
header .container {
  position: relative;
  display: flex;
  padding-left: calc(var(--logo-width-scroll) + ( var(--logo-padding) * 2 ) + 60px);
  padding-right: 0;
  height: 100%;
}
@media (max-width: 767.98px) {
  header .container {
    padding-left: calc(var(--logo-width-scroll) + ( var(--logo-padding) * 2 ) + 15px);
  }
}
.header-logo {
  position: absolute;
  left: 30px;
  top: 0;
  background-color: #fff;
  padding: var(--logo-padding);
  transition: all 750ms;
}
@media (max-width: 767.98px) {
  .header-logo {
    left: 0;
  }
  .hasScrolled .header-logo, .show-search .header-logo {
    padding-top: 0.65em;
    padding-bottom: 0.65em;
  }
}
@media (max-width: 599.98px) {
  .header-logo {
    z-index: 30;
  }
  .hasScrolled .header-logo, .nav-open .header-logo, .show-search .header-logo {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.header-logo h1 {
  margin: 0;
  padding: 0;
}
.header-logo h1 a {
  display: block;
  position: relative;
  width: var(--logo-width);
  background-image: url("../images/rsn-logo-standard.svg");
  background-size: 100% auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  transition: all 750ms !important;
}
.header-logo h1 a:after {
  content: "";
  display: block;
  padding-bottom: var(--logo-aspect);
  transition: all 750ms !important;
}
.header-logo h1 a span {
  position: absolute;
  text-indent: -9999px;
}
.hasScrolled .header-logo h1 a {
  width: var(--logo-width);
}
.hasScrolled .header-logo h1 a:after {
  padding-bottom: var(--logo-aspect);
}
/* Degree Header Text */
.header-degree-title {
  display: flex;
  align-items: center;
  padding: 1em 0;
}
.header-degree-title a {
  color: #a78cbb;
  font-size: 3rem;
}
.header-degree-title a span {
  color: #5a1580;
  font-size: 2rem;
  padding-left: 0.75em;
}
/* Nav Icons */
.nav-icons {
  display: flex;
  flex-shrink: 0;
  padding-left: 0.5em;
  margin-left: auto;
}
@media (max-width: 599.98px) {
  .nav-icons {
    padding-left: 0;
  }
}
.icon-holder {
  display: flex;
  align-items: center;
  margin: 0 1em 0 0;
  padding: 0 0.5em;
  text-decoration: none;
}
.icon-holder span {
  display: block;
  font-size: 3.2rem;
  color: #5a1580;
}
.icon-holder-basket {
  position: relative;
}
.icon-holder-basket .cart_count {
  position: absolute;
  background-color: #5a1580;
  color: #fff;
  right: 0;
  top: 50%;
  margin-top: -50%;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  border-radius: 50%;
  text-align: center;
  font-family: Gotham, Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 1.2rem;
}
/* Nav Toggles */
.menu-toggle, .search-toggle {
  background-color: #f0f2f6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5em;
  padding: 0;
  margin-left: 1px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .menu-toggle, .search-toggle {
    width: 4.5em;
  }
}
.menu-toggle {
  z-index: 30;
}
.menu-toggle span {
  height: 2px;
  width: 2em;
  background-color: #5a1580;
  position: relative;
  transition: all 400ms ease;
}
.menu-toggle span:before, .menu-toggle span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 2px;
  width: 2em;
  background-color: #5a1580;
  transform-origin: 50% 50%;
  transform: translate(-50%);
  transition: inherit;
}
.menu-toggle span:before {
  transform: translate(-50%, -10px);
}
.menu-toggle span:after {
  transform: translate(-50%, 10px);
}
.menu-toggle.nav-open span {
  height: 0;
  width: 0;
}
.menu-toggle.nav-open span:before, .menu-toggle.nav-open span:after {
  width: 1.75em;
}
.menu-toggle.nav-open span:before {
  transform: translate(-50%) rotate(-45deg);
}
.menu-toggle.nav-open span:after {
  transform: translate(-50%) rotate(45deg);
}
.menu-toggle.nav-open:hover span:before, .menu-toggle.nav-open:hover span:after {
  transform-origin: 0 50%;
  width: 15px;
}
.search-toggle span {
  width: 3.2rem;
  transition: all 400ms ease;
}
.search-toggle svg {
  display: block;
}
.search-toggle svg path {
  fill: none;
  stroke: #5a1580;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: 0.4s;
  stroke-width: 18;
}
.search-toggle.show-search span {
  width: 1.35em;
}
.search-toggle.show-search svg path {
  stroke-width: 40;
}
.search-toggle.show-search svg path.p1 {
  d: path("M25.9,24.2c38.9,40.1,85.8,86.6,119.9,119.9c21.3,20.8,56.1,56.5,85,85l119.6,119.6");
}
.search-toggle.show-search svg path.p2 {
  d: path("M 25.7 348.7 c 22.8 -22.6 31.1 -31 73.9 -73.8 c 20.1 -20.1 40.2 -39.8 88.6 -88.4 s 43.2 -43.4 91.7 -91.9 c 26.3 -26.3 51.4 -51.4 70.4 -70");
}
/* Non-slideout Nav Menu */
.nav-menu {
  display: flex;
  align-items: center;
  margin: 0 auto 0 0;
  padding-right: 5px;
  overflow: hidden;
}
@media (max-width: 599.98px) {
  .nav-menu {
    display: none;
  }
}
.nav-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.nav-menu ul li {
  height: 100%;
  flex-shrink: 0;
}
.nav-menu ul li.item_overflow {
  visibility: hidden;
}
.nav-menu ul li.next_overflow {
  visibility: hidden;
}
.nav-menu ul a {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 600;
  color: #5a1580;
  text-decoration: none;
  padding: 0 1.25em;
}
.nav-menu ul .menu-item-degree a span {
  color: #a78cbb;
  padding-left: 0.5em;
}
@media (max-width: 899.98px) {
  .nav-menu ul .menu-item-degree a span {
    display: none;
  }
}
/* Slideout Menu Mask */
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
/* Slideout Menu */
.menu-slideout {
  position: fixed;
  z-index: 20;
  background-color: #f0f2f6;
  overflow: hidden;
  transition: all 0.3s;
}
.slide-menu-right {
  left: -500px;
  top: 0;
  width: 500px;
  height: 100%;
}
@media (max-width: 599.98px) {
  .slide-menu-right {
    left: -100vw;
    width: 100vw;
  }
}
body.nav-open .slide-menu-right {
  left: 0;
}
.slideout-header {
  height: var(--header-height);
  background-color: #fff;
  display: flex;
  transition: all 750ms;
}
.slideout-header-title {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 1em 2em;
}
.slideout-header-title span {
  margin: auto 0;
  font-style: italic;
  font-size: 2.6rem;
}
@media (max-width: 599.98px) {
  .slideout-header-title {
    display: none;
  }
}
.slideout-header-logo {
  display: flex;
  flex-shrink: 0;
  padding: 0.75em 0 0.75em 2em;
}
.slideout-header-logo a {
  width: 72px;
  background-image: url("../images/rsn-logo-standard.svg");
  background-size: 100% auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  transition: all 750ms;
}
.slideout-header-logo a span {
  position: absolute;
  text-indent: -9999px;
}
.hasScrolled .slideout-header-logo a {
  width: 53px;
}
@media (max-width: 767.98px) {
  .hasScrolled .slideout-header-logo a {
    width: 57px;
  }
}
@media (max-width: 767.98px) {
  .slideout-header-logo a {
    width: 57px;
  }
}
@media (max-width: 599.98px) {
  .slideout-header-logo {
    display: none;
  }
}
.slideout-links {
  padding: 2em;
  max-height: calc(100% - var(--header-height));
  overflow-y: scroll;
  direction: ltr;
  scrollbar-color: #bbc2d0 #f0f2f6;
  scrollbar-width: thin;
}
@media (max-width: 599.98px) {
  .slideout-links {
    padding: 1.5em;
  }
}
.slideout-links::-webkit-scrollbar {
  width: 10px;
}
.slideout-links::-webkit-scrollbar-track {
  background-color: #f0f2f6;
  border-radius: 10px;
}
.slideout-links::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 1px solid transparent;
  background-clip: content-box;
  background-color: #bbc2d0;
}
.slideout-links .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slideout-links .menu > li {
  border-bottom: 1px solid #fff;
}
.slideout-links .menu > li:last-of-type {
  border-bottom: none;
}
.slideout-links .menu > li > a {
  font-weight: 600;
  color: #5a1580;
  display: block;
  text-decoration: none;
  padding: 0.75em 0;
  position: relative;
}
.slideout-links .menu > li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.35em;
  color: #8c8d8e;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  transition: all 400ms ease !important;
}
.slideout-links .menu > li.menu-item-has-children.openSub > a:after {
  transform: rotate(-135deg);
  margin-top: -0.1em;
}
.slideout-links .menu .sub-menu {
  display: none;
  list-style: none;
  padding: 0.9em 1.5em;
  margin: 0 !important;
  background-color: #fff;
}
.slideout-links .menu .sub-menu > li > a {
  color: #262626;
  text-decoration: none;
  display: block;
  padding: 0.6em 0;
}
/* Search Dropdown */
header .header-search-desktop {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  background-color: #f0f2f6;
  padding: 1.5em 0;
}
header .header-search-desktop form {
  width: 100%;
  padding: 0 1.25em;
  max-width: 800px;
  margin: 0 auto;
}
header .header-search-desktop form input {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 1em 2em;
  box-sizing: border-box;
}
@media (max-width: 599.98px) {
  header .header-search-desktop .container {
    padding-left: 0;
  }
}
header.show-search .header-search-desktop {
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
/* Top Breadcrumbs */
.top-breadcrumbs .container {
  background-color: #f0f2f6;
  border-top: 1px solid #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: calc(var(--logo-width-scroll) + ( var(--logo-padding) * 2 ) + 1.25em + 60px);
}
.top-breadcrumbs .container ul.breadcrumbs {
  list-style: none;
  font-size: 1.4rem;
}
.top-breadcrumbs .container ul.breadcrumbs li {
  display: inline-block;
}
.top-breadcrumbs .container ul.breadcrumbs li:not(.item-current):not(:last-of-type):after {
  content: "/";
  padding: 0 0.2em;
}
.top-breadcrumbs .container ul.breadcrumbs li a {
  border: none;
  font-size: inherit;
}
.top-breadcrumbs .container ul.breadcrumbs li strong {
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .top-breadcrumbs .container {
    padding-left: calc(var(--logo-width-scroll) + ( var(--logo-padding) * 2 ) + 1.25em + 15px);
  }
}
@media (max-width: 599.98px) {
  .top-breadcrumbs {
    display: none;
  }
}
/* ************************** */
/* * Footer					* */
footer {
  background: none;
  padding: 0;
  overflow: initial;
  line-height: inherit;
}
footer p {
  font-size: 1.4rem;
}
.footer-main {
  background-color: #fff;
}
.footer-main .container {
  display: flex;
  padding: 2em 15px;
}
.footer-main .container:before, .footer-main .container:after {
  content: none;
}
@media (max-width: 1199.98px) {
  .footer-main .container {
    flex-direction: column;
  }
}
.footer-main .footer-logo-address {
  display: flex;
  width: 40%;
  padding: 2em 0;
}
@media (max-width: 1199.98px) {
  .footer-main .footer-logo-address {
    width: 100%;
  }
}
.footer-main .footer-logo-address img {
  width: 80px;
  align-self: flex-start;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .footer-main .footer-logo-address img {
    width: 66px;
  }
}
.footer-main .footer-address {
  padding: 0 2em;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer-main .footer-address > div {
    display: flex;
  }
  .footer-main .footer-address > div > div {
    margin-left: 3em;
  }
  .footer-main .footer-address > div > div p {
    margin-bottom: 0.7em;
  }
}
.footer-main .footer-links {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
@media (max-width: 1199.98px) {
  .footer-main .footer-links {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footer-main .footer-links {
    flex-direction: column;
    border-top: 1px solid #f0f2f6;
  }
}
.footer-main .footer-links .footer-links-block {
  width: calc(33.3% - 2em);
  padding: 2em 0;
}
.footer-main .footer-links .footer-links-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .footer-main .footer-links .footer-links-block ul {
    display: block !important;
  }
}
.footer-main .footer-links .footer-links-block ul li {
  padding-bottom: 1em;
}
@media (max-width: 767.98px) {
  .footer-main .footer-links .footer-links-block {
    width: 100%;
  }
  .footer-main .footer-links .footer-links-block:not(last-of-type) {
    padding-bottom: 0;
  }
  .footer-main .footer-links .footer-links-block h3 {
    position: relative;
    cursor: pointer;
  }
  .footer-main .footer-links .footer-links-block h3:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    margin-top: -0.35em;
    color: #8c8d8e;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    transition: all 400ms ease;
  }
  .footer-main .footer-links .footer-links-block h3.openBlock:after {
    transform: rotate(-135deg);
    margin-top: -0.1em;
  }
  .footer-main .footer-links .footer-links-block ul {
    display: none;
  }
}
.footer-main h3 {
  margin: 0 0 2em;
  padding: 0;
  color: #4a4a4a;
  font-size: 2rem;
}
.footer-main a {
  font-weight: 600;
  text-decoration: none;
  color: #5a1580;
}
.footer-main a:link, .footer-main a:visited {
  color: #5a1580;
}
.footer-lower {
  background-color: #fff;
  color: #95989a;
}
.footer-lower .container {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f0f2f6;
  padding: 2em 15px;
}
.footer-lower .container:before, .footer-lower .container:after {
  content: none;
}
@media (max-width: 767.98px) {
  .footer-lower .container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.footer-lower-text {
  display: flex;
  flex-wrap: wrap;
  padding-right: 2em;
}
.footer-lower-text p {
  margin: 0.5em 0;
}
.footer-lower-text p:first-of-type {
  padding-right: 0.4em;
}
@media (max-width: 767.98px) {
  .footer-lower-text {
    padding: 0 0 2em;
  }
  .footer-lower-text p:first-of-type {
    padding-right: 0;
  }
}
.footer-socials ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 2.8rem;
}
.footer-socials ul li {
  padding-right: 0.5em;
}
.footer-socials ul li:last-of-type {
  padding-right: 0;
}
.footer-socials ul li a {
  text-decoration: none;
  color: #95989a;
  font-size: inherit;
}
.footer-socials ul li a:link, .footer-socials ul li a:visited {
  color: #95989a;
}
/* Footer for the degree pages */
.degree-footer {
  float: left;
  width: 100%;
}
.degree-footer .container {
  display: flex;
  padding: 2em 15px;
  background-color: #f0f2f6;
}
@media (max-width: 1199.98px) {
  .degree-footer .container {
    flex-direction: column;
  }
}
.degree-footer .container .degree-footer-title {
  flex-grow: 1;
  padding: 2em;
}
@media (max-width: 1199.98px) {
  .degree-footer .container .degree-footer-title {
    width: 100%;
    padding: 2em 0;
  }
}
.degree-footer .container .degree-footer-title h3 {
  padding: 0;
}
.degree-footer .container .degree-footer-title h3 span {
  display: block;
  color: #5a1580;
  font-size: 1.8rem;
  margin-top: 0.25em;
}
.degree-footer .container .degree-footer-title a {
  display: inline-block;
  margin-top: 1em;
  font-size: 2.8rem;
}
.degree-footer .container .degree-footer-links {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
@media (max-width: 1199.98px) {
  .degree-footer .container .degree-footer-links {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .degree-footer .container .degree-footer-links {
    flex-wrap: wrap;
    border-top: 1px solid #f0f2f6;
  }
}
@media (max-width: 599.98px) {
  .degree-footer .container .degree-footer-links {
    flex-direction: column;
  }
}
.degree-footer .container .degree-footer-links .degree-footer-links-block {
  width: calc(33.3% - 2em);
  padding: 2em 0;
}
@media (max-width: 767.98px) {
  .degree-footer .container .degree-footer-links .degree-footer-links-block {
    width: calc(50% - 2em);
  }
}
@media (max-width: 599.98px) {
  .degree-footer .container .degree-footer-links .degree-footer-links-block {
    width: 100%;
    padding: 0;
  }
  .degree-footer .container .degree-footer-links .degree-footer-links-block:first-of-type {
    padding-top: 2em;
  }
  .degree-footer .container .degree-footer-links .degree-footer-links-block:last-of-type {
    padding-bottom: 2em;
  }
}
.degree-footer .container .degree-footer-links .degree-footer-links-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.degree-footer .container .degree-footer-links .degree-footer-links-block ul li {
  padding-bottom: 1em;
}
.degree-footer .container .degree-footer-links .degree-footer-accreditations {
  width: calc(33.3% - 2em);
  padding: 2em 0;
}
@media (max-width: 767.98px) {
  .degree-footer .container .degree-footer-links .degree-footer-accreditations {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 599.98px) {
  .degree-footer .container .degree-footer-links .degree-footer-accreditations {
    width: 100%;
  }
}
.degree-footer .container .degree-footer-links .degree-footer-accreditations > div {
  margin-bottom: 1em;
}
.degree-footer .container .degree-footer-links .degree-footer-accreditations > div:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .degree-footer .container .degree-footer-links .degree-footer-accreditations > div {
    margin: 0 1em;
  }
}
.degree-footer .container .degree-footer-links .degree-footer-accreditations img {
  max-width: 100%;
  height: auto;
}
.degree-footer a {
  font-weight: 600;
  text-decoration: none;
  color: #5a1580;
  font-size: 1.4rem;
  border-bottom: none;
}
.degree-footer a:link, .degree-footer a:visited {
  color: #5a1580;
}
/* ************************** */
/* * User Role Modifiers	* */
.role-friend .menu > li.nav-my-account > a {
  display: flex;
}
.role-friend .menu > li.nav-my-account > a:after {
  content: "";
  width: 1.2em;
  margin-left: auto;
  background: url("../assets/icons/heart-icon.svg") no-repeat 50%;
  background-size: contain;
}
/* ************************** */
/* * Slick Slider  			* */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: #fff !important;
}
.slick-prev .slick-prev:hover, .slick-prev .slick-prev:focus, .slick-prev:not(.view):not(.cancel).slick-prev:hover, .slick-prev:not(.view):not(.cancel).slick-prev:focus, .slick-prev .slick-next:hover, .slick-prev .slick-next:focus, .slick-next:not(.view):not(.cancel).slick-prev:hover, .slick-next:not(.view):not(.cancel).slick-prev:focus, .slick-next .slick-prev:hover, .slick-next .slick-prev:focus, .slick-prev:not(.view):not(.cancel).slick-next:hover, .slick-prev:not(.view):not(.cancel).slick-next:focus, .slick-next .slick-next:hover, .slick-next .slick-next:focus, .slick-next:not(.view):not(.cancel).slick-next:hover, .slick-next:not(.view):not(.cancel).slick-next:focus {
  outline: none;
  background: #fff !important;
}
.slick-prev:before, .slick-prev:after, .slick-next:before, .slick-next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  transform-origin: 0 50%;
  width: 12px;
  background-color: #5a1580;
}
.slick-prev:before, .slick-next:before {
  transform: translate(-50%) rotate(-45deg);
}
.slick-prev:after, .slick-next:after {
  transform: translate(-50%) rotate(45deg);
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev {
  left: 25px;
}
.slick-next {
  right: 25px;
}
.slick-next:before, .slick-next:after {
  transform-origin: 100% 50%;
}
/* ****************************************************** */
/* * Other Imports to be included after general styling	* */
/* General Flexible Content Styling */
section.flexible-content {
  padding: 30px;
}
@media (max-width: 599.98px) {
  section.flexible-content {
    padding: 20px 10px;
  }
}
section.flexible-content.bg-white {
  background-color: #fff;
}
section.flexible-content.bg-light {
  background-color: #f0f2f6;
}
section.flexible-content .fc-container {
  padding: 1em 15px;
  margin: 0 auto;
  width: 100%;
}
section.flexible-content.width-narrow .fc-container {
  max-width: 1000px;
}
section.flexible-content .fc-text-area > *:last-of-type {
  margin-bottom: 0;
}
section.flexible-content .fc-text-area + .buttons {
  margin-top: 30px;
}
section.flexible-content .buttons a.button {
  margin: 0.5em 1em 0.5em 0;
}
/* Flexible Content - Title and Subtitle Styling */
section.title-and-subtitle .fc-container {
  padding-top: 1em;
  padding-bottom: 1em;
}
section.title-and-subtitle h2 {
  padding: 0;
  margin: 0;
}
section.title-and-subtitle h2 + h3 {
  margin-top: 0.25em;
}
section.title-and-subtitle h3 {
  font-style: italic;
  padding: 0;
  margin: 0;
}
/* Flexible Content - Text Styling */
section.text:not(.width-narrow) .fc-container {
  max-width: 1400px;
}
section.text.text-columns-two .fc-text-area {
  column-count: 2;
  column-gap: 60px;
  column-width: 300px;
}
/* Flexible Content - Image with Text Styling */
section.image-with-text .fc-container {
  display: flex;
  flex-direction: column;
}
section.image-with-text .fc-image-column {
  order: 1;
  display: flex;
  flex-direction: column;
}
section.image-with-text .fc-image-column > div {
  width: 100%;
}
section.image-with-text .fc-image-column .image-background {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 400px;
}
section.image-with-text .fc-image-column .image-background img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.image-with-text .fc-image-column .image-size img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
section.image-with-text .fc-text-column {
  order: 2;
  padding: 30px 0 0;
}
section.image-with-text .fc-text-column h2 {
  padding-top: 0;
}
@media only screen and (min-width: 960px) {
  section.image-with-text .fc-container {
    flex-direction: row;
    gap: 60px;
  }
  section.image-with-text .fc-container > div {
    flex: 1 0 calc(50% - 30px);
  }
  section.image-with-text .fc-text-column {
    padding: 30px 0;
    align-self: center;
  }
  section.image-with-text.image-pos-right .fc-image-column {
    order: 3;
  }
}
/* Flexible Content - Buttons Section Styling */
section.buttons-section .fc-container {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
section.buttons-section .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section.buttons-section .buttons a.button {
  margin: 0.5em;
}
/* Flexible Content - Image with Text Styling */
section.banner .fc-container {
  display: flex;
}
section.banner .banner-area {
  position: relative;
  width: 100%;
  min-height: 300px;
  padding: 60px;
}
section.banner .banner-area .image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
section.banner .banner-area .image-background[class*="overlay"]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.banner .banner-area .image-background[class*="overlay"][class*="-lighten"]:after {
  background-color: rgba(255, 255, 255, 0.3);
}
section.banner .banner-area .image-background[class*="overlay"][class*="-darken"]:after {
  background-color: rgba(0, 0, 0, 0.3);
}
section.banner .banner-area .image-background img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.banner .banner-area .banner-content {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
section.banner .banner-area .banner-content .heading-colour-white {
  color: #fff;
}
section.banner .banner-area .banner-content h2 {
  padding: 0;
  margin: 0;
}
section.banner .banner-area .banner-content h2 + h3 {
  margin-top: 0.25em;
}
section.banner .banner-area .banner-content h3 {
  font-style: italic;
  padding: 0;
  margin: 0;
}
section.banner .banner-area .banner-content .buttons {
  margin-top: 30px;
}
section.banner .banner-area .banner-content.content-right .buttons {
  margin-left: auto;
}
section.banner .banner-area .banner-content.content-right .buttons a.button {
  margin: 0.5em 0 0.5em 1em;
}
section.banner .banner-area .banner-content.content-center .buttons {
  margin-left: auto;
  margin-right: auto;
}
section.banner .banner-area .banner-content.content-center .buttons a.button {
  margin: 0.5em;
}
/* Flexible Content - Blockquote Styling */
section.blockquote .fc-container {
  max-width: 1200px;
}
section.blockquote .quote-area {
  padding: 30px 2em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 599.98px) {
  section.blockquote .quote-area {
    padding: 20px 0;
  }
}
section.blockquote:not(.bg-white) .quote-area {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
section.blockquote .quote-text {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #5a1580;
  position: relative;
  padding: 0 3em;
}
section.blockquote .quote-text:before, section.blockquote .quote-text:after {
  position: absolute;
  font-size: 5em;
}
section.blockquote .quote-text:before {
  content: "“";
  top: 0;
  left: 0;
  line-height: 1;
}
section.blockquote .quote-text:after {
  content: "”";
  bottom: 0;
  right: 0;
  line-height: 0;
}
section.blockquote .quote-text p {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.2em;
  text-align: center;
}
section.blockquote .quote-text p:last-of-type {
  margin-bottom: 0;
}
section.blockquote .quote-author {
  padding-top: 30px;
  text-align: center;
}
section.blockquote .quote-author p {
  margin: 0;
}
/* Flexible Content - Quick Links Styling */
section.quick-links.display-default .quick-link-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 767.98px) {
  section.quick-links.display-default .quick-link-boxes {
    gap: 24px;
  }
}
section.quick-links.display-default .quick-link-boxes .quick-link-box {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(25% - 30px);
}
@media (max-width: 1199.98px) {
  section.quick-links.display-default .quick-link-boxes .quick-link-box {
    flex: 0 0 calc(33.33% - 27px);
  }
}
@media (max-width: 899.98px) {
  section.quick-links.display-default .quick-link-boxes .quick-link-box {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 767.98px) {
  section.quick-links.display-default .quick-link-boxes .quick-link-box {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 599.98px) {
  section.quick-links.display-default .quick-link-boxes .quick-link-box {
    flex: 0 0 100%;
  }
}
section.quick-links.display-carousel {
  padding-left: 0;
  padding-right: 0;
}
section.quick-links.display-carousel .fc-container {
  padding-left: 0;
  padding-right: 0;
}
section.quick-links.display-carousel .quick-link-boxes {
  display: none;
  overflow: hidden;
  position: relative;
}
section.quick-links.display-carousel .quick-link-boxes.slick-initialized {
  display: block;
}
section.quick-links.display-carousel .quick-link-boxes.slick-initialized:before, section.quick-links.display-carousel .quick-link-boxes.slick-initialized:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  width: 11%;
  z-index: 1;
}
section.quick-links.display-carousel .quick-link-boxes.slick-initialized:before {
  left: 0;
}
section.quick-links.display-carousel .quick-link-boxes.slick-initialized:after {
  right: 0;
}
section.quick-links.display-carousel .quick-link-boxes .quick-link-box {
  float: left;
  display: flex !important;
  flex-direction: column;
  margin: 0 20px;
}
section.quick-links.display-carousel .quick-link-boxes .quick-link-box .quick-link-box-content {
  flex-grow: 1;
}
@media (max-width: 599.98px) {
  section.quick-links.display-carousel .quick-link-boxes .quick-link-box {
    margin: 0 10px;
  }
}
section.quick-links .quick-link-box {
  position: relative;
  min-height: 400px;
}
section.quick-links .quick-link-box .image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
section.quick-links .quick-link-box .image-background img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}
section.quick-links .quick-link-box .image-background.overlay-custom {
  --custom-overlay: rgba(0,0,0,0.4);
}
section.quick-links .quick-link-box .image-background.overlay-custom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--custom-overlay);
}
section.quick-links .quick-link-box:hover .image-background img {
  transform: scale(1.1);
}
section.quick-links .quick-link-box .quick-link-box-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  padding: 45px 30px;
}
section.quick-links .quick-link-box .quick-link-box-content .quick-link-box-text {
  margin: auto 0;
  padding: 1em 0;
}
section.quick-links .quick-link-box .quick-link-box-content h3, section.quick-links .quick-link-box .quick-link-box-content p {
  color: #fff;
  margin: 0;
  padding: 0.5em 0;
}
section.quick-links .quick-link-box .quick-link-box-content.text-body h3, section.quick-links .quick-link-box .quick-link-box-content.text-body p {
  color: #4a4a4a;
}
section.quick-links .quick-link-box .quick-link-box-content a.button {
  align-self: center;
  margin-top: 0;
  position: initial;
}
section.quick-links .quick-link-box .quick-link-box-content a.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
/** Modal */
#modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 300;
}
.modal-message {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  max-width: 94vw;
  width: 780px;
  margin: 0;
  z-index: 400;
  box-sizing: border-box;
}
.modal-message .message-wrapper {
  display: flex;
  max-height: 90vh;
}
.modal-message .modal-image {
  width: 35%;
  position: relative;
  flex-shrink: 0;
}
.modal-message .modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.modal-message .modal-image img.mobile-modal-image {
  display: none;
}
.modal-message .content-wrapper {
  padding: 3em 2em;
  flex-grow: 1;
  overflow-y: auto;
  max-height: 100%;
}
.modal-message .content-wrapper #close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 18px;
  height: 22px;
}
.modal-message .content-wrapper #close:before, .modal-message .content-wrapper #close:after {
  position: absolute;
  left: 8px;
  content: " ";
  height: 22px;
  width: 3px;
  background-color: #5a1580;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal-message .content-wrapper #close:before:hover, .modal-message .content-wrapper #close:after:hover {
  background-color: #5a1580;
}
.modal-message .content-wrapper #close:before {
  transform: rotate(45deg);
}
.modal-message .content-wrapper #close:before:hover {
  transform: rotate(90deg);
}
.modal-message .content-wrapper #close:after {
  transform: rotate(-45deg);
}
.modal-message .content-wrapper #close:after:hover {
  transform: rotate(-90deg);
}
.modal-message .content-wrapper .modal_heading {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 1em;
}
@media only screen and (max-width: 599.98px) {
  .modal-message .message-wrapper {
    flex-direction: column;
    overflow-y: auto;
  }
  .modal-message .modal-image {
    width: 100%;
    height: 20vh;
  }
  .modal-message .modal-image.use-mob-image img.desktop-modal-image {
    display: none;
  }
  .modal-message .modal-image.use-mob-image img.mobile-modal-image {
    display: block;
  }
  .modal-message .content-wrapper {
    position: relative;
    max-height: unset;
    overflow-y: initial;
  }
}
