/*@font-face{font-family:Prompt;font-style:normal;font-weight:300;font-display:swap;src:local('Prompt Light'),local('Prompt-Light'),url(https://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cy_gIZ2MuQ5Q.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Prompt;font-style:normal;font-weight:300;font-display:swap;src:local('Prompt Light'),local('Prompt-Light'),url(https://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cy_gIaWMu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Prompt;font-style:normal;font-weight:400;font-display:swap;src:local('Prompt'),local('Prompt-Regular'),url(https://fonts.gstatic.com/s/prompt/v4/-W__XJnvUD7dzB2KbtodVkI.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Prompt;font-style:normal;font-weight:400;font-display:swap;src:local('Prompt'),local('Prompt-Regular'),url(https://fonts.gstatic.com/s/prompt/v4/-W__XJnvUD7dzB2KYNod.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Prompt;font-style:normal;font-weight:700;font-display:swap;src:local('Prompt Bold'),local('Prompt-Bold'),url(https://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2C2_8IZ2MuQ5Q.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Prompt;font-style:normal;font-weight:700;font-display:swap;src:local('Prompt Bold'),local('Prompt-Bold'),url(https://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2C2_8IaWMu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Prompt;font-style:normal;font-weight:900;font-display:swap;src:local('Prompt Black'),local('Prompt-Black'),url(https://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2C4_0IZ2MuQ5Q.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Prompt;font-style:normal;font-weight:900;font-display:swap;src:local('Prompt Black'),local('Prompt-Black'),url(https://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2C4_0IaWMu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

:root {
  --main-brand-color: #2b2c2f;
  --primary-font-color: #2b2c2f;
  --primary-background-color: #ffffff;
  --primary-theme-color: #ffffff;
  --art-school-red: #cf151a;
  --hot-pink: #c80073;
  --bs-info-rgb: 14,158,208;
}

html {
  scroll-behavior: smooth;
  cursor: default;
  height: 100vh;
  overflow-x: hidden;
}

body, .editor-styles-wrapper {
  font-family: Lato, sans-serif;
  background-color: var(--primary-background-color);
  color: var(--primary-font-color);
  font-display:swap;
}

main {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--primary-theme-color);
  border-left: 1px solid rgba(0,0,0,.25);
}

::-webkit-scrollbar-thumb {
  background: var(--main-brand-color);
}

::-webkit-scrollbar-thumb:hover {
  filter: brightness(80%);
}

.ui-widget-content, .ui-widget-header {
  background-color: var(--primary-theme-color);
  color: var(--primary-font-color);
}

.wp-block {
  margin-top: 0;
  margin-bottom: 0;
}

.editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4, .editor-styles-wrapper h5, .editor-styles-wrapper h6 {
  color: var(--primary-font-color);
}

a, .editor-styles-wrapper a {
  color: var(--main-brand-color);
  transition: all 0.5s ease;
}

a:hover, .editor-styles-wrapper a:hover {
  text-decoration: none;
  color: var(--main-brand-color);
}

img.sitelogo {
  height: 32px;
}

.navbar {
  padding: 8px 32px;
}

.navbar>.container-fluid {
  padding: 0 0;
}

.container .container {
  padding: 0;
}

footer, .site-footer {
  overflow: hidden;
  color: var(--primary-font-color);
}

footer .navbar-brand {
  margin-right: 0;
  white-space: normal;
}

footer {
  width: 100%;
  position: relative;
  z-index: 998;
  background-image: radial-gradient(ellipse at top, rgba(0,0,0,0.125) 0%, rgba(255,255,255,1) 50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.footer-logos {
  position: relative;
  background-color: #fff;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-image: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.25) 75%, rgba(255,255,255,0) 100%) 1;
}

.footer-logos::before {
  content: 'Accreditations';
  text-transform: uppercase;
  position: absolute;
  background-color: #FFF;
  font-size: 0.8rem;
  width: max-content;
  top: 0;
  padding: 4px 8px;
  left: 50%;
  transform: translate(-50%, -100%);
  border: 1px solid rgba(0,0,0,0.25);
  border-bottom: 1px solid #fff;
}

.footer-logos .wp-block-wp-bootstrap-blocks-column .block-editor-inner-blocks .block-editor-block-list__layout {
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.wp-bootstrap-blocks-row.footer-logos>div:not(.no-pad) {
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer-logos {
  padding: 16px 0;
  margin-top: 32px;
}

.footer-logos figure {
  width: 10%;
  margin-bottom: 0;
  text-align: center;
}

.footer-logos figure.wp-block-image img {
  max-height: 100px;
  width: auto;
}

.wp-bootstrap-blocks-row.footer-logos>div:not(.no-pad)::-webkit-scrollbar {
  display: none;
}

.wp-bootstrap-blocks-row.footer-logos>div:not(.no-pad)::-webkit-scrollbar:horizontal {
  display: none;
}

.footer-bottom-links {
  padding: 16px 0 8px 0 !important;
  font-size: 0.8rem;
}

.footer-socials {
  padding: 0 0 32px 0 !important;
}

.footer-socials a {
  background-color: transparent;
  color: var(--primary-font-color);
  border: 1px solid rgba(0,0,0,0.25);
}

.footer-nav {
  text-align: right;
}

footer a, .site-footer a, .site-footer h3 {
  color: var(--primary-font-color);
  text-decoration: none;
}

footer a:hover, .site-footer a:hover {
  text-decoration: underline;
}

footer h3, .site-footer h3 {
  margin-bottom: 16px;
}

footer .nav-link:focus, footer .nav-link:hover {
  color: var(--main-brand-color);
  text-decoration: underline;
}

footer .nav-link {
  padding: 0.2rem 1rem;
}

.wp-block-image img {
  height: auto;
}

.editor-styles-wrapper .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

header.loggedin {
  top: 32px;
}

header>.navbar {
  background-color: var(--primary-theme-color);
  border-bottom: 2px solid var(--primary-font-color);
}

header p {
  display: none;
}

#sitesearch {
  width: 0;
  padding: 0;
  border-width: 0;
  transition: all 0.5s ease-in-out;
}

#sitesearch.show, #offcanvasMenu .form-inline input {
  border-radius: 4px;
  border-width: 2px;
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: var(--primary-font-color);
  padding: .375rem .75rem;
}

#sitesearch.show {
  width: 500px;
}

header .form-inline button {
  border-radius: 4px;
  color: var(--primary-theme-color);
  background-color: var(--primary-font-color);
}

header .form-inline button.show, #offcanvasMenu .form-inline button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

header .form-inline button:hover {
  color: var(--primary-theme-color);
  background-color: #000000;
}

header .navbar a:not(.wp-block-button__link) {
  color: var(--primary-font-color);
}

#offcanvasMenu .navbar a:not(.wp-block-button__link):not(.dropdown-item):not(.dropdown-menu .dropdown-toggle):not(.navbar-brand):hover {
  color: var(--primary-theme-color);
}

header .navbar .dropdown-menu .dropdown-toggle:hover {
  background-color: #e9ecef;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
}

header #offcanvasMenu a {
  font-weight: 700;
  font-size: 1.4rem;
}

header a.navbar-brand {
  font-weight: 700;
  font-size: 1rem;
  transition: none;
}

header .navbar ul ul a, header ul ul a.nav-link:focus, header ul ul a.nav-link:hover {
  color: var(--primary-font-color);
}

.second-nav {
  background-color: var(--primary-font-color);
}

.second-nav .col, .second-nav .row {
  padding: 0;
}

.second-nav a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--primary-theme-color);
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  padding: 16px 16px;
  font-weight: 700;
}

.second-nav a:hover {
  background-color: var(--hot-pink);
}

.form-inline {
  padding: 0 0;
}

#offcanvasMenu .form-inline {
  padding: 0 16px;
}

.navbar-expand-xl .navbar-nav>.menu-item {
  margin-left: 16px;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
  width: max-content;
  border-top-left-radius: 0;
  margin-top: -1px;
}


.navbar-expand-xl .navbar-nav>.menu-item>.nav-link.dropdown-toggle {
  padding-right: 1.8rem;
  border: 1px solid #fff;
  border-bottom: 0;
  transition: all 0.5s ease;
}

.navbar-expand-xl .navbar-nav>.menu-item>.nav-link.dropdown-toggle.show {
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 0;
  z-index: 1001;
  position: relative;
  background-color: #fff;
}

.navbar-expand-xl .navbar-nav>.menu-item.dropdown>ul ul {
  margin-left: calc(100% - 1px);
  margin-top: -40px;
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
}

.navbar-expand-xl .navbar-nav>.menu-item.dropdown>ul ul::-webkit-scrollbar {
  width: 2px;
}

.navbar-expand-xl .dropdown-toggle::after {
  position: absolute;
  margin-top: 11px;
  margin-left: 8px;
  transform: rotate(-90deg);
  transition: all 0.5s ease;
}

.navbar-expand-xl .dropdown-toggle.show::after {
  transform: rotate(0deg);
}

.navbar-expand-xl .dropdown-menu .dropdown-toggle {
  font-weight: 400;
}

.navbar-expand-xl a:not(.wp-block-button__link) {
  padding: 8px 32px 8px 16px;
}

#offcanvasMenu .nav-link, .editor-styles-wrapper #offcanvasMenu .nav-link {
  padding: 4px 0;
}

.nav-link:hover {
  color: var(--primary-theme-color);
}

.nav-link:focus {
  color: var(--main-brand-color);
}

#offcanvasMenu nav {
  padding: 0 0;
}

#offcanvasMenu nav>ul {
  width: 100%;
}

#offcanvasMenu .nav-link:not(ul ul li a):focus:hover {
  color: var(--primary-theme-color);
}

#offcanvasMenu .nav-link.open:focus {
  color: var(--primary-theme-color);
}

#offcanvasMenu::-webkit-scrollbar {
  display: none;
}

#offcanvasMenu>.offcanvas-body>nav>.navbar-nav>.nav-item>.nav-link {
  padding: 0.5rem 32px !important;
  line-height: 2rem;
}

#offcanvasMenu .nav-item {
  padding: 0 0px;
  transition: all 0.5s ease;
}

#offcanvasMenu>.offcanvas-body>nav>.navbar-nav>.nav-item:hover, #offcanvasMenu>.offcanvas-body>nav>.navbar-nav>.nav-item.show, #offcanvasMenu>.offcanvas-body>nav>.navbar-nav>.nav-item.open {
  background-color: var(--main-brand-color);
}

#offcanvasMenu>.offcanvas-body>nav>.navbar-nav>.nav-item.open>a {
  color: var(--primary-theme-color);
}

header .current-menu-item>a:not(.wp-block-button__link), header .current-menu-item:hover>a:not(.wp-block-button__link) {
  color: #999;
}

#offcanvasMenu .current-menu-item, #offcanvasMenu .current-menu-item:hover, #offcanvasMenu>.offcanvas-body>nav>ul>.current-item-within, #offcanvasMenu>.offcanvas-body>nav>ul>.current-item-within:hover {
  background-color: #E6E6E6;
  color: var(--primary-font-color);
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #E6E6E6;
  color: var(--primary-font-color);
}

#offcanvasMenu>.offcanvas-body>nav>ul>.current-menu-item>a, #offcanvasMenu>.offcanvas-body>nav>.current-menu-item:hover>a, #offcanvasMenu>.offcanvas-body>nav>ul>.current-item-within>a, #offcanvasMenu>.offcanvas-body>nav>ul.current-item-within>a:hover {
  color: var(--primary-font-color);
}

#offcanvasMenu>.offcanvas-body>nav>ul>.current-menu-item>a:hover {
  color: var(--primary-theme-color);
}

#offcanvasMenu .dropdown-menu {
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 0.5rem;
}

#offcanvasMenu .nav-item .dropdown-item, #offcanvasMenu .nav-link~ul .nav-link {
  padding-right: 16px;
  padding-left: 16px;
}

#offcanvasMenu .nav-link~ul .nav-link ul, #offcanvasMenu .dropdown-menu .dropdown-menu ul  {
  margin-left: 16px;
  margin-right: 16px;
}

#offcanvasMenu .dropdown-menu .nav-item a {
  font-size: 1rem;
}

#offcanvasMenu .social-links {
  padding: 2rem 32px;
}

#offcanvasMenu .social-links a {
  padding-top: 8px;
  padding-bottom: 8px;
}

#offcanvasMenu .social-links .svg-inline--fa {
  height: 1.4rem;
  line-height: 2.4rem;
}

header #offcanvasMenu .access-links {
  padding: 2rem 32px 0 32px;
}

header #offcanvasMenu .access-links a {
  text-align: center;
  text-decoration: none;
  padding: 8px;
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.5s ease;
}

header #offcanvasMenu .access-links a:first-of-type {
  background-color: #1b9bd8;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

header #offcanvasMenu .access-links a:first-of-type:hover {
  background-color: #0d4d6c;
}

header #offcanvasMenu .access-links a:last-of-type {
  background-color: #74bc1f;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

header #offcanvasMenu .access-links a:last-of-type:hover {
  background-color: #395e0f;
}

header #offcanvasMenu .access-links a span {
  font-size: 1.1rem;
}

.header-links {
  background-color: var(--primary-font-color);
  padding: 0;
  text-align: right;
}

.header-links a {
  color: var(--primary-theme-color);
  background-color: var(--primary-font-color);
  padding: 8px 32px;
  border-left: 1px solid rgba(255,255,255,0.125);
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s ease;
}

.header-links a:first-of-type:hover {
  background-color: #1b9bd8;
}

.header-links a:last-of-type:hover {
  background-color: #74bc1f;
}

.social-links a {
  color: var(--primary-font-color);
}

.social-links a:hover {
  color: var(--primary-theme-color);
  background-color: var(--primary-font-color);
}

#offcanvasMenu .nav-link .svg-inline--fa {
  width: 32px;
  margin-right: 16px;
  line-height: 2rem;
}

#offcanvasMenu>.offcanvas-body {
  padding: 0 0;
  overflow-y: scroll;
  overflow-x: hidden;
}

.offcanvas-header .btn-close {
  margin-bottom: 0;
}

.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus {
  color: var(--primary-font-color);
  background-color: var(--primary-theme-color);
  border: 0;
}

.navbar-toggler {
  background-color: transparent;
  color: var(--primary-font-color);
}

#offcanvasMenu .dropdown-toggle::after {
  transform: rotate(-90deg);
  transition: transform 0.5s ease;
}

#offcanvasMenu .show.dropdown-toggle::after, .open.dropdown-toggle::after {
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}

#offcanvasMenu {
  background-color: var(--primary-theme-color);
  color: var(--main-brand-color);
  padding: 0 0;
  border-left: 1px solid rgba(0,0,0,.125);
  box-shadow: 0px 0px 5px #333333;
  clip-path: inset(0px -5px -5px -5px);
}

#offcanvasMenu .navbar-nav {
  padding: 0 0 0 0;
}

.dropdown-item {
  white-space: normal;
}

.parallax, .editor-styles-wrapper .parallax {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  color: var(--primary-theme-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.parallax.parallax-dark {
  color: var(--primary-font-color);
}

.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6 {
  color: var(--primary-theme-color);
  text-shadow: 1px 1px 2px var(--primary-font-color);
}

.parallax.parallax-dark h1, .parallax.parallax-dark h2, .parallax.parallax-dark h3, .parallax.parallax-dark h4, .parallax.parallax-dark h5, .parallax.parallax-dark h6 {
  color: var(--primary-font-color);
}

.parallax.parallax-noshadow h1, .parallax.parallax-noshadow h2, .parallax.parallax-noshadow h3, .parallax.parallax-noshadow h4, .parallax.parallax-noshadow h5, .parallax.parallax-noshadow h6 {
  text-shadow: none;
}

.parallax::before {
  content: ' ';
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  backdrop-filter: blur(3px);
}

.parallax.no-blur::before {
  backdrop-filter: none;
}

.parallax.inset-shadow {
  box-shadow: inset 0px 0 10px #000000;
}

.parallax .container {
  position: relative;
}

.carousel-caption, .editor-styles-wrapper .carousel-caption {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}

.carousel-indicators [data-bs-target] {
  opacity: 1;
  background-color: var(--primary-theme-color);
}

.carousel-indicators .active {
  background-color: var(--main-brand-color);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header {
  top: 0;
  position: sticky;
  z-index: 999;
}

header nav {
  position: relative;
}

.post-column {
  color: var(--primary-font-color) !important;
}

.post-column em, .editor-styles-wrapper .post-column em {
  font-size: 0.9rem !important;
}

h3, .editor-styles-wrapper h3 {
  margin: 0 0 16px 0;
}

.post-column:not(.link-column) h3, .editor-styles-wrapper .post-column:not(.link-column) h3 {
  color: var(--primary-font-color) !important;
}

.post-column figure, .editor-styles-wrapper .post-column figure {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 0;
  z-index: 0;
  transition: all 0.5s ease;
}

.post-column .card:hover figure {
  filter: brightness(0.4);
}

.post-column figure img {
  display: none;
}

.post-column .card, .editor-styles-wrapper .post-column .card {
  border-radius: 4px;
  text-align: left;
  overflow: hidden;
  transition: all 0.5s ease;
}

.post-column .card-body {
  width: 90%;
  margin: auto;
  margin-top: -100px;
  background-color: var(--primary-theme-color);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 0;
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}

.post-column .card-body hr {
  margin: 8px 0 8px 0;
}

.post-column p.badges {
  position: absolute;
  width: calc(100% - 16px);
  top: 0;
  right: 4px;
  z-index: 2;
  text-align: right;
}

.post-column .card-body td {
  padding: 0 16px 0 0;
  vertical-align: top;
}

.post-column .card-body tr td:first-child {
  white-space: nowrap;
}

.badge {
  font-size: 0.9rem;
  margin-top: 4px;
}

.header-badge {
  color: #FFFFFF;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 20;
  line-height: 1rem;
}

.bg-primary-theme {
  background-color: var(--primary-theme-color);
}

.parallax .bg-primary-theme h1, .parallax .bg-primary-theme h2, .parallax .bg-primary-theme h3, .parallax .bg-primary-theme h4, .parallax .bg-primary-theme h5, .parallax .bg-primary-theme h6 {
  text-shadow: none;
  margin-bottom: 8px;
}

.bg-primary-background {
  background-color: var(--primary-background-color);
}

.bg-primary-brand, .bg-college {
  background-color: var(--main-brand-color);
}

.bg-primary-text {
  background-color: var(--primary-font-color);
}

/*.post-column .card figure::before {
  display: block;
  content: ' ';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(51,51,51,0) 100%);
  opacity: 0.8;
  transition: all 0.5s ease;
}

.post-column .card:hover figure::before, .post-column .card:focus-within figure::before {
  opacity: 0.5;
}*/

.accordion-grid h3, .editor-styles-wrapper .accordion-grid h3 {
  font-size: 1.4rem;
}

.accordion-grid h4, .editor-styles-wrapper .accordion-grid h4 {
  font-size: 1rem;
  margin: 0 0 .5rem 0;
  font-weight: 500;
  line-height: 1.5;
}

h1, h2, .editor-styles-wrapper h1, .editor-styles-wrapper h2 {
  margin: 0 0 16px 0;
  font-weight: 700;
}

h1, .editor-styles-wrapper h1 {
  font-size: 3rem;
}

h2, .editor-styles-wrapper h2 {
  font-size: 2rem;
  line-height: 1.2;
}

h3, .editor-styles-wrapper h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

p, .editor-styles-wrapper p {
  margin: 0 0 16px 0;
  font-weight: 400;
  line-height: 1.5;
}

p:last-child {
  margin: 0 0 0 0;
}

.post-column, .editor-styles-wrapper .post-column {
  position: relative;
  padding: 32px;
  transition: all 0.5s ease;
}

.post-column p, .editor-styles-wrapper .post-column p {
  margin-bottom: 0;
  overflow: hidden;
}

.hider, .accordion-grid:focus-within {
  background-color: #E6E6E6;
}

.hider {
  padding: 32px;
}

#headvideo {
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 800;
  background-color: #000;
}

#headvideocourse {
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: calc(100% - 138px);
  top: 0;
  z-index: -1;
  background-color: #000;
}

.homesection.hasvideo .vidcontrols, .video-header .vidcontrols {
  position: absolute;
  top: 24px;
  right: 16px;
  z-index: 1;
}

.homesection.hasvideo .vidcontrols a, .video-header .vidcontrols a {
  color: var(--primary-font-color);
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 1.1em;
  font-size: 1.1rem;
  position: relative;
  margin-left: 8px;
}

.homesection.hasvideo .vidcontrols a svg, .video-header .vidcontrols a svg {
  position: absolute;
  top: 12px;
}

.homesection.hasvideo .vidcontrols a svg.fa-volume-xmark, .video-header .vidcontrols a svg.fa-volume-xmark {
  left: 10px;
}

.homesection.hasvideo .vidcontrols a svg.fa-pause, .video-header .vidcontrols a svg.fa-pause {
  left: 15px;
}

.homesection.hasvideo .vidcontrols a svg.fa-volume-high, .video-header .vidcontrols a svg.fa-volume-high {
  left: 10px;
}

.homesection.hasvideo .vidcontrols a svg.fa-play, .video-header .vidcontrols a svg.fa-play {
  left: 15px;
}

.home-carousel {
  position: relative;
  height: 100vh;
  top: 0;
  z-index: 800;
  overflow: hidden;
}

.home-carousel.no-breadcrumb, .home-carousel.no-breadcrumb #headvideo {
  height: 100vh;
}

.home-carousel.no-video .carousel-inner, .home-carousel.no-video .carousel-item {
  height: 100vh;
}

.home-carousel .carousel-inner, .home-carousel .carousel-item {
  position: relative;
  height: 100vh;
}

.home-carousel .carousel {
  position: absolute;
  z-index: 900;
  width: 100%;
  top: 0;
  left: 0;
}

.home-carousel h3 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0px 0;
}

.homepage-buttons a {
  border: 1px solid rgba(255,255,255,0.25);
}

.post-column .card a {
    position: absolute;
    z-index: 0;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figcaption {
  font-style: italic;
  text-align: center;
  font-size: 0.9rem;
}

.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.carousel-caption h4, .editor-styles-wrapper .carousel-caption h4 {
  margin: 0 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
}

.carousel-caption p, .editor-styles-wrapper .carousel-caption p {
  font-size: 0.9rem;
}

.carousel-caption hr, .editor-styles-wrapper .carousel-caption hr {
  border-top: 1px dotted rgba(255,255,255,.3);
  width: 50%;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}

.carousel-indicators li, .editor-styles-wrapper .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 50%;
  list-style-type: none;
}

.editor-styles-wrapper ol.carousel-indicators {
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
}

.carousel-caption, .editor-styles-wrapper .carousel-caption {
  background-color: rgba(0,0,0,0.9);
  padding-top: 8px;
}

.wp-block-media-text {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 32px;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0;
}

.ui-widget-content#tabs-package {
  background-color: transparent;
  border-radius: 0 0 0 0;
  border: 0;
  margin-top: -32px;
  padding: 0;
}

#tabs-package>div>.container {
  padding: 0;
}

#tabs-package>div {
  padding: 0 0 0 0;
}

#tabs-package nav:not(div[id^='tabs-summary'] nav) {
  background-color: #e6e6e6;
  padding: 0;
  border: 0;
  margin-top: -32px;
}

#tabs-package nav div {
  margin-left: 0;
  width: calc(100% + 16px);
  border-bottom: 4px solid var(--main-brand-color);
}

#tabs-package button, div[id^='tabs-summary'] button {
  margin-bottom: 0;
  text-align: left;
  transition: all 0.5s ease;
}

div[id^='tabs-summary'] button:hover {
  background-color: #c6c6c6;
}

#tabs-package button {
  margin: 0;
  border: 0;
  border-radius: 0;
}

#tabs-package button h2, #tabs-package button h3 {
  margin: 8px 0;
}

#tabs-package button.active, div[id^='tabs-summary'] button.active {
  background-color: var(--main-brand-color);
  color: var(--primary-theme-color);
}

#tabs-package button h2 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

#tabs-package button h3 {
  font-size: 0.9rem;
  font-weight: 400;
}

#tabs-package .course-info {
  padding: 1em 1em;
}

#tabs-package .course-info h4 {
  font-size: 1.2rem;
}

.nav-tabs {
  background-color: #e6e6e6;
}

.nav-tabs .nav-link {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--primary-font-color);
}

.nav-tabs .nav-link:hover {
  color: var(--primary-theme-color);
  background-color: var(--main-brand-color);
}

.wp-block-media-text {
  margin: 32px 0;
}

.wp-block-media-text .wp-block-media-text__content {
  padding-right: 0;
  padding-left: 0;
  grid-column: auto;
  grid-row: auto;
}

.wp-block-media-text .wp-block-media-text__media {
  grid-column: auto;
  grid-row: auto;
}

.accordion-button {
  font-size: 1.4rem;
}

.accordion-button:not(.collapsed) {
  color: var(--primary-theme-color);
  background-color: var(--primary-font-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23ffffff\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e');
}

.ui-icon {
  display: inline-block !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background-color: #E6E6E6;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: var(--primary-font-color);
  border-radius: 4px 5px 0 0;
  transition: all 0.5s ease;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited,
.editor-styles-wrapper .ui-state-active, .editor-styles-wrapper .ui-widget-content .ui-state-active, .editor-styles-wrapper .ui-widget-header .ui-state-active, .editor-styles-wrapper a.ui-button:active, .editor-styles-wrapper .ui-button:active, .editor-styles-wrapper .ui-button.ui-state-active:hover, .editor-styles-wrapper .ui-state-active a, .editor-styles-wrapper .ui-state-active a:link, .editor-styles-wrapper .ui-state-active a:visited {
  background-color: var(--main-brand-color);
  transition: all 0.5s ease;
  color: var(--primary-theme-color);
  border-color: #E6E6E6;
  border-radius: 4px 5px 0 0;
}

.editor-styles-wrapper .ui-widget-content {
  border: 1px solid #ddd;
}

.editor-styles-wrapper .ui-accordion .ui-accordion-content {
  border-top: 0;
}

.editor-styles-wrapper .ui-tabs .ui-tabs-panel {
  border-width: 0;
}

.editor-styles-wrapper .ui-widget-header {
  border: 1px solid #ddd;
}

blockquote span.stars {
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 2px #333333;
  font-size: 1.4rem;
}

div[id^="tabs-summary"] {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}

div[id^="tabs-summary"] .nav-tabs {
  border-width: 0;
  border-bottom-width: 1px;
  margin-left: 0;
  margin-right: 0;
}

div[id^="tabs-summary"] button {
  padding: 8px 16px;
  margin: 0;
  font-size: 1.2rem;
  border: 0px;
  color: var(--primary-font-color);
}

div[id^="tabs-summary"].tab-content {
  border: 1px solid #E6E6E6;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

div[id^="tabs-summary"].tab-content div {
  padding: 16px;
}

#slider_gallery {
  margin: -32px -32px 0 -32px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: default;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  display: block;
  width: 100%;
}

.stars .fas.fa-star {
  color: #d3af37;
}

blockquote p, .editor-styles-wrapper blockquote p {
  margin-bottom: 8px;
  color: var(--primary-font-color);
}

blockquote cite {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 0.9rem;
  color: var(--primary-font-color);
}

blockquote:not(.tiktok-embed) {
  position: relative;
  padding: 32px;
  background-color: var(--primary-theme-color);
  margin-top: 16px;
}

blockquote:not(.tiktok-embed)::before {
  font-family: sans-serif;
  font-weight: 900;
  content: '\201C';
  position: absolute;
  top: -48px;
  left: 16px;
  font-size: 5rem;
  color: var(--primary-font-color);
}

blockquote:not(.tiktok-embed)::after {
  font-family: sans-serif;
  font-weight: 900;
  content: '\201D';
  position: absolute;
  bottom: -16px;
  right: 16px;
  font-size: 5rem;
  line-height: 0;
  color: var(--primary-font-color);
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}

.wp-bootstrap-blocks-row .col.insta div, .insta div {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  padding-bottom: 100% !important;
}

.instarow {
  margin-left: -4px;
  margin-right: -4px;
}

.insta {
  padding: 0 !important;
}

.insta span {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  opacity: 0;
  font-weight: 700;
  color: var(--primary-theme-color);
  transition: opacity 0.5s ease;
}

.insta a::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background-color: rgba(0,0,0,0);
  transition: all 0.5s ease;
}

.insta a:hover::before, .insta a:focus::before {
  background-color: rgba(0,0,0,0.7);
}

.insta a:hover span, .insta a:focus span {
  text-decoration: none;
  opacity: 1;
}

.insta a {
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  position: absolute;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

h3.stat-header, .editor-styles-wrapper h3.stat-header {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 8px;
}

h3.stat-header span.stat-number {
  font-weight: 900;
  font-size: 3rem;
}

span.stat-subtitle {
  font-size: 1rem;
  display: block;
}

.col.stats {
  padding: 32px 16px;
  position: relative;
}

.col.stats img {
  margin-bottom: 8px;
}

.home-carousel {
  padding: 0 0;
}

.home-carousel .carousel-item::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  opacity: 0.8;
  background-color: rgba(0,0,0,0.3);
  background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.8) 50%, rgba(51,51,51,0) 100%);
}

.home-carousel .carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
}

.home-carousel .carousel-caption {
  background-color: transparent;
  text-align: left;
  margin-right: auto!important;
  width: 50%;
  bottom: 0;
  left: 7%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 0;
}

.home-carousel h1, .home-carousel h2, .home-carousel h3, .parallax h1, .parallax h2:not(.accordion-header), .parallax h3, .editor-styles-wrapper .home-carousel h2, .editor-styles-wrapper .home-carousel h3, .editor-styles-wrapper .parallax h2, .editor-styles-wrapper .parallax h3 {
  font-weight: 900;
  font-size: 3rem;
  line-height: 3rem;
  margin: 0 0 32px 0;
}

.home-carousel h3:not(.post-column h3), .parallax h3:not(.post-column h3), .editor-styles-wrapper .home-carousel h3:not(.post-column h3), .editor-styles-wrapper .parallax h3:not(.post-column h3)  {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}

.home-carousel .carousel-control-next, .home-carousel .carousel-control-prev {
  width: 5%;
}

.post-column h3, .editor-styles-wrapper .post-column h3 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  margin-bottom: 0;
  text-shadow: none;
}

.home-carousel a:not(.carousel-control-next):not(.carousel-control-prev):not(.hashtags a), .parallax a:not(.post-column a):not(.hashtags a), .wp-block-button__link, .nf-element[type="button"] {
  background-color: var(--main-brand-color);
  color: var(--primary-theme-color);
  text-transform: uppercase;
  font-size: 1rem;
  padding: 8px 16px;
  font-weight: 700;
  border: 2px solid var(--main-brand-color);
  border-radius: 4px;
  transition: all 0.5s ease;
  text-decoration: none;
  width: fit-content;
  text-shadow: none;
}

.schoolpage .home-carousel a:not(.carousel-control-next):not(.carousel-control-prev), .schoolpage .parallax a:not(.post-column a), .schoolpage .wp-block-button__link, .schoolpage .nf-element[type="button"] {
  background-color: var(--main-brand-color);
  border-color: var(--main-brand-color);
}

.schoolpage .fullsize .row, .editor-styles-wrapper .fullsize .wp-block-wp-bootstrap-blocks-row {
  min-height: calc(100vh - 333px);
}

.wp-block-button__link.btn-trans {
  background-color: rgba(0,0,0,0.5);
  border-color: var(--primary-theme-color);
  font-weight: 400;
  border-width: 1px;
}

.art-school-red .wp-block-button__link, .parallax .art-school-red .wp-block-button__link {
  background-color: var(--art-school-red);
  border-color: var(--art-school-red);
}

.art-school-red .wp-block-button__link:hover, .parallax .art-school-red .wp-block-button__link:hover {
  background-color: var(--primary-theme-color);
  color: var(--art-school-red);
  border-color: var(--art-school-red);
}

.nf-element[type="button"] {
  padding: 8px 16px;
}

.nf-element[type="button"]:disabled, .nf-element[type="button"]:disabled:hover {
  background-color: #E6E6E6;
  color: #666666;
  border-color: #666666;
}

.ui-widget-content a.wp-block-button__link {
  color: var(--primary-theme-color);
}

.ui-widget-content a.wp-block-button__link:hover, .ui-widget-content a.wp-block-button__link:focus {
  color: var(--hot-pink);
}

.home-carousel a:not(.carousel-control-next):not(.carousel-control-prev):not(.hashtags a), .parallax a:not(.post-column a):not(.hashtags a) {
  border-color: var(--primary-theme-color);
  padding: 16px 32px;
}

.home-carousel a:not(.carousel-control-next):not(.carousel-control-prev):not(.hashtags a):hover, .home-carousel a:not(.carousel-control-next):not(.carousel-control-prev):not(.hashtags a):focus, .parallax a:hover:not(.post-column a):not(.hashtags a), .parallax a:focus:not(.post-column a):not(.hashtags a), .wp-block-button__link:not(.hashtags a):hover, .wp-block-button__link:not(.hashtags a):focus, .nf-element[type="button"]:hover, .nf-element[type="button"]:focus {
  color: var(--primary-theme-color);
  background-color: var(--hot-pink);
  border-color: var(--hot-pink);
}

.schoolpage .home-carousel a:not(.carousel-control-next):not(.carousel-control-prev):not(.hashtags a):hover, .schoolpage .home-carousel a:not(.carousel-control-next):not(.carousel-control-prev):not(.hashtags a):focus, .schoolpage .parallax a:hover:not(.hashtags a):not(.post-column a), .schoolpage .parallax a:focus:not(.hashtags a):not(.post-column a), .schoolpage .wp-block-button__link:not(.hashtags a):hover, .schoolpage .wp-block-button__link:not(.hashtags a):focus, .schoolpage .nf-element[type="button"]:hover, .schoolpage .nf-element[type="button"]:focus {
  background-color: var(--primary-theme-color);
  color: var(--main-brand-color);
  border-color: var(--main-brand-color);
}

.home-carousel a.inverse:not(.carousel-control-next):not(.carousel-control-prev), .parallax a.inverse, .wp-block-button__link.inverse {
  color: var(--primary-font-color);
  border-color: var(--primary-font-color);
  background-color: var(--primary-theme-color);
}

.schoolpage .home-carousel a.inverse:not(.carousel-control-next):not(.carousel-control-prev), .schoolpage .parallax a.inverse, .schoolpage .wp-block-button__link.inverse {
  color: var(--main-brand-color);
  border-color: var(--main-brand-color);
  background-color: var(--primary-theme-color);
}

.home-carousel a.inverse:not(.carousel-control-next):not(.carousel-control-prev):hover, .home-carousel a.inverse:not(.carousel-control-next):not(.carousel-control-prev):focus, .parallax a.inverse:hover, .parallax a.inverse:focus, .wp-block-button__link.inverse:focus, .wp-block-button__link.inverse:hover {
  background-color: var(--hot-pink);
  color: var(--primary-theme-color);
  border-color: var(--hot-pink);
}

.schoolpage .home-carousel a.inverse:not(.carousel-control-next):not(.carousel-control-prev):hover, .schoolpage .home-carousel a.inverse:not(.carousel-control-next):not(.carousel-control-prev):focus, .schoolpage .parallax a.inverse:hover, .schoolpage .parallax a.inverse:focus, .schoolpage .wp-block-button__link.inverse:focus, .schoolpage .wp-block-button__link.inverse:hover {
  background-color: var(--main-brand-color);
  color: var(--primary-theme-color);
  border-color: var(--main-brand-color);
}

.parallax a:not(.post-column a):not(.hashtags a):not(.schoolpage a), header .wp-block-button__link {
  background-color: var(--hot-pink);
  border: 2px solid var(--hot-pink);
  color: var(--primary-theme-color);
}

.parallax a:not(.post-column a):not(.hashtags a):not(.schoolpage a):hover, header .wp-block-button__link:hover {
  background-color: var(--primary-theme-color);
  border: 2px solid var(--hot-pink);
  color: var(--hot-pink);
}

.wp-block-button__link {
  line-height: 1.4rem;
}

.mobile-full {
  position: relative;
}

.link-prev {
  position: absolute;
  left: -12px;
  top: 33%;
  font-size: 3rem;
  line-height: 1rem;
  padding: 4px;
  background-color: var(--primary-theme-color);
  color: #58595b;
  border-radius: 50%;
  z-index: 850;
  transition: all 0.5s ease;
}

.link-next {
  position: absolute;
  right: -12px;
  top: 33%;
  font-size: 3rem;
  line-height: 1rem;
  padding: 4px;
  background-color: var(--primary-theme-color);
  color: #58595b;
  border-radius: 50%;
  z-index: 850;
  transition: all 0.5s ease;
}

.text-white h5, .carousel-caption h4 {
  color: #FFFFFF !important;
}

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
  padding: 8px;
  border-radius: 4px;
}

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
  background-color: var(--primary-theme-color);
  border: 1px solid var(--main-brand-color);
}

.nf-field-description {
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.editor-styles-wrapper .card {
  padding: 0 !important;
  max-width: 100% !important;
}

.editor-styles-wrapper .card h4, .card h4 {
  margin: 8px 0 !important;
  font-size: 1rem;
  font-weight: 700;
  text-shadow: none;
  color: var(--primary-font-color) !important;
}

.editor-styles-wrapper .card h5 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.editor-styles-wrapper .card p {
  margin-bottom: 0 !important;
}

.link-column.col {
  text-align: center;
  background-color: #FFFFFF;
  transition: all 0.5s ease;
  padding: 16px;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
}

.link-column.col:hover {
  background-color: #c7c7c7;
}

.link-column:not(.pdf-download):not(.link-grid-images).col>div {
  position: relative;
  padding: 32px;
  overflow: hidden;
}

.link-column h3 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 8px;
  text-transform: none;
  margin-bottom: 8px;
}

.link-column .svg-inline--fa {
  height: 3rem;
}

.link-column.link-grid-images {
  color: #FFFFFF !important;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  overflow: hidden;
}

.link-column.link-column.link-grid-images>div {
  position: relative;
  z-index: 2;
  padding-top: 56.25%;
}

.link-column.link-column.link-grid-images>div div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-column.link-column.link-grid-images h3 {
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.link-column.link-grid-images::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.9) 25%, rgba(0,0,0,0) 50%);
  z-index: 1;
  transform: scaleY(1.0);
  transition: all 0.5s ease;
}

.link-column.link-grid-images:hover::before, .link-column.link-grid-images:focus-within::before {
  transform: scaleY(2.0);
}

.link-column.inverted::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0);
  z-index: 1;
  transition: all 0.5s ease;
}

.link-column.inverted:hover::before {
  background-color: rgba(0,0,0,0.3);
}

.link-column.inverted div {
  position: relative;
  z-index: 1;
}

.link-column a {
  z-index: 3;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.has-college-blue-bg {
  background-color: var(--main-brand-color);
}

.news-header {
  position: relative;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 32px;
  border-bottom: 4px solid var(--main-brand-color);
  padding-top: 64px;
  z-index: 0;
}

.news-header.course-header {
  background-size: cover;
  background-position: 50% 40%;
  margin-left: -15px;
  margin-right: -15px;
}

.news-header h1 {
  text-shadow: 1px 1px 2px var(--primary-font-color);
}

.news-header .container>.row {
  min-height: 500px;
}

.news-header::before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(360deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, rgba(51,51,51,0) 100%);
  z-index: 10;
}

.news-header-full {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 25%;
  margin-left: -15px;
  margin-right: -15px;
}

.news-header-full::before {
  content: ' ';
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.news-header-full:not(.no-blur)::before {
  backdrop-filter: blur(5px);
}

.news-header-full.video-header::before {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: none;
}

.news-header .container {
  position: relative;
  z-index: 20;
}

.news-header h1 {
  font-size: 3rem;
  font-weight: 900;
  color: var(--primary-theme-color);
  z-index: 20;
}

.news-header p {
  font-size: 1.2rem;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.news-navs {
  margin-bottom: 32px;
}

.news-navs h3 {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.news-navs hr {
  margin: 8px 0;
}

.news-navs a {
  margin-bottom: 16px;
}

.news-sidebar {
  background-color: var(--primary-theme-color);
  padding: 32px;
}

.news-sidebar>h3, .news-sidebar>p {
  margin-bottom: 8px;
}

.sharelinks {
  font-size: 2rem;
}

.news-header .sharelinks {
  font-size: 1.2rem;
}

.sharelinks .col {
  position: relative;
  color: var(--main-brand-color);
  transition: all 0.5s ease;
}

.news-header .sharelinks .col {
  color: #FFFFFF;
}

.sharelinks a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sharelinks .col svg {
  transition: all 0.5s ease;
}

.sharelinks .col:hover svg {
  color: #FFFFFF;
}

.sharelinks .col:not(.nohighlight):hover {
  background-color: var(--main-brand-color);
}

.hashtags {
  margin-left: -8px;
  margin-right: -8px;
}

.hashtags a {
  padding: 4px 8px;
  border: 1px solid rgba(0,0,0,.125);
  display: inline-block;
  margin: 4px 4px;
  color: var(--main-brand-color) !important;
  background-color: var(--primary-theme-color) !important;
  text-shadow: none !important;
  text-decoration: none;
}

.hashtags a:hover {
  color: var(--primary-theme-color) !important;
  background-color: var(--main-brand-color) !important;
}

.details-box {
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 32px;
  background-color: var(--primary-theme-color);
  max-width: 500px;
  margin: 0 0 32px 0;
}

.details-box .col-2 {
  background-color: var(--main-brand-color);
  color: var(--primary-theme-color);
  text-align: center;
  font-size: 1.4rem;
}

.details-box .col {
  padding: 4px 8px;
}

.details-box .col-12 {
  padding: 0;
}

.details-box .col-5 {
  padding-bottom: 8px;
}

.details-box .col-12 a {
  color: var(--primary-theme-color);
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--main-brand-color);
  padding: 8px;
  text-align: center;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 900;
  transition: all 0.5s ease;
}

.details-box .col-12 a:hover {
  filter: brightness(80%);
}

.package-box .col {
  padding: 4px 0;
}

#tabs-package .package-box {
  border-bottom: 1px dashed var(--main-brand-color);
  border-top: 1px dashed var(--main-brand-color);
  padding: 8px 0;
  margin: 0 0;
}

.full-sidebar {
  background-color: var(--primary-theme-color);
}

.search-filters input, .search-filters button, .search-filters select {
  margin-bottom: 16px;
  padding: 8px;
  font-size: 1rem;
  background-color: var(--primary-theme-color);
  border: 1px solid var(--main-brand-color);
  color: var(--primary-text-color);
}

.search-filters input, .search-filters select {
  border: 1px solid var(--main-brand-color);
  border-radius: 4px;
  width: 100%;
}

.search-filters button {
  background-color: var(--main-brand-color);
  border: 1px solid var(--main-brand-color);
  color: var(--primary-theme-color);
}

.search-filters button:hover {
  background-color: var(--primary-theme-color);
  border: 1px solid var(--main-brand-color);
  color: var(--main-brand-color);
}

.search-filters h3 {
  margin-bottom: 16px;
}

.noresults h3 {
  font-weight: 900;
  margin-bottom: 8px;
  text-shadow: 1px 1px 1px #AAAAAA;
}

.noresults, .end-results {
  text-align: center;
  color: #666666;
}

.didyoumean {
  font-size: 1.2rem;
}

.didyoumean strong {
  font-weight: 900;
  color: #CC0000;
}

.resultcount {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 700;
}

.lightbox {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 999;
}

.lightbox img {
  border: 8px solid #FFFFFF;
  outline: 1px solid #CCCCCC;
  max-width: 80%;
  max-height: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
}

.lightbox a.button-close {
  position: fixed;
  top: 50%;
  right: 50%;
  z-index: 999;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 4px;
  border-radius: 50%;
}

a.button-close:hover {
  color: #000000;
}

.rounded-pill {
  border-radius: 4px !important;
}

/*.home-container section, footer {
  scroll-snap-align: start;
}*/

#headvideo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}

section.homesection {
  border-top: 2px solid var(--main-brand-color);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}

.homesection.background-left {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.homesection.background-left {
  background-attachment: fixed;
}

.homesection.socialmedia {
  background-repeat: no-repeat;
  background-size: 100px 100px;
}

.fullsize.socialmedia .wp-block-button__link, .homesection.socialmedia .wp-block-button__link {
  font-size: 1.6rem;
  padding: 8px 16px;
  line-height: 2.4rem;
  width: 100%;
}

a.discover-more {
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.9rem;
  position: absolute;
  bottom: 85px;
  left: -16px;
  transform: rotate(270deg);
  background-color: rgba(0,0,0,0.5);
  padding: 8px;
}

.wp-block-button__link.facebook, .footer-socials .facebook a:hover {
  background-color: #4267B2;
  border-color: #4267B2 !important;
}

.wp-block-button__link.facebook:hover, .wp-block-button__link.facebook:focus {
  color: #4267B2 !important;
  background-color: #FFFFFF !important;
}

.wp-block-button__link.twitter, .footer-socials .twitter a:hover {
  background-color: #1DA1F2;
  border-color: #1DA1F2 !important;
}

.wp-block-button__link.twitter:hover, .wp-block-button__link.twitter:focus {
  color: #1DA1F2 !important;
  background-color: #FFFFFF !important;
}

.wp-block-button__link.instagram, .footer-socials .instagram a:hover {
  background-color: #E1306C;
  border-color: #E1306C !important;
}

.wp-block-button__link.instagram:hover, .wp-block-button__link.instagram:focus {
  color: #E1306C !important;
  background-color: #FFFFFF !important;
}

.wp-block-button__link.tiktok, .footer-socials .tiktok a:hover {
  border-color: #010101 !important;
  background-color: #010101 !important;
  position: relative;
  z-index: 1;
}

.wp-block-button__link.tiktok:hover, .wp-block-button__link.tiktok:focus {
  color: #010101 !important;
  background-color: #FFFFFF !important;
}

.wp-block-button__link.tiktok:hover::before {
  opacity: 1;
}

.wp-block-button__link.youtube, .footer-socials .youtube a:hover {
  background-color: #FF0000;
  border-color: #FF0000 !important;
}

.wp-block-button__link.youtube:hover, .wp-block-button__link.youtube:focus {
  color: #FF0000 !important;
  background-color: #FFFFFF !important;
}

.wp-block-button__link.linkedin, .footer-socials .linkedin a:hover {
  background-color: #2867B2;
  border-color: #2867B2  !important;
}

.wp-block-button__link.linkedin:hover, .wp-block-button__link.linkedin:focus {
  color: #2867B2 !important;
  background-color: #FFFFFF !important;
}

.homesection.background-right .container, .homesection.background-left .container {
  position: relative;
}

.homesection.background-right::before, .homesection.background-left::before, .fullsize.background-right::before, .fullsize.background-left::before {
  content: '';
  background: linear-gradient(90deg, rgba(247,247,247,1) 50%, rgba(247,247,247,0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.homesection.background-left.dark::before, .fullsize.background-left.dark::before {
  background: rgba(0,0,0,0.2);
}

.homesection.hasvideo.background-left.dark::before, .fullsize.hasvideo.background-left.dark::before {
  background: rgba(0,0,0,0.4);
  transition: all 0.5s ease;
}

.homesection.hasvideo.background-left.dark:focus-within::before, .fullsize.hasvideo.background-left.dark:focus-within::before {
  background: rgba(0,0,0,0.8);
}

.homesection.hasvideo.background-left.dark.playing::before, .fullsize.hasvideo.background-left.dark.playing::before {
  background: rgba(0,0,0,0);
}

.homesection.dark h2, .fullsize.dark h2 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-shadow: 1px 1px 2px var(--primary-font-color);
}

.homesection.dark h3, .fullsize.dark h3 {
  font-weight: 400;
  text-shadow: 1px 1px 2px var(--primary-font-color);
}

.homesection:not(.subject-areas) {
  padding: 64px 0;
}

.homesection.subject-areas {
  padding: 0 0;
}

.homesection.subject-areas .col div {
  padding: 32px 32px;
  background-color: var(--primary-font-color);
  position: relative;
  z-index: 200;
  transition: all 0.5s ease;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}

.homesection.subject-areas .col div:hover, .homesection.subject-areas .col div:focus-within {
  transform: scale(1.1);
  background-color: var(--hot-pink);
  z-index: 300;
}

.homesection.subject-areas .col a:not(.cover) {
  color: var(--primary-theme-color);
  font-size: 1.4rem;
  text-transform: uppercase;
  text-decoration: none;
}

.homesection.subject-areas .col a:not(.cover):hover {
  color: var(--primary-theme-color);
}

.homesection.subject-areas .col a.cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.homesection .container, .homesection .container-fluid {
  position: relative;
}

.homesection:first-of-type {
  min-height: calc(100vh - 138px);
}

.homesection h2  {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 2.4rem;
}

.fullsize h2 {
  font-weight: 900;
  font-size: 4rem;
  line-height: 4rem;
}

.has-inverse-color {
  font-size: 1.2rem;
}

.has-inverse-color h2 {
  font-size: 3rem;
  font-weight: 900;
}

.schoolpage .highlight {
  color: var(--main-brand-color);
}

.homesection.dark, .fullsize.dark {
  color: var(--primary-theme-color);
}

.homesection.dark .highlight, .fullsize.dark .highlight {
  text-shadow: 1px 1px 2px var(--primary-theme-color);
}

.important-messages {
  background-color: transparent;
  margin-top: -32px;
}

.important-messages .col {
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
}

.important-messages .col div {
  padding-top: 56.25%;
  background-color: var(--primary-theme-color);
  color: #ffffff;
  border: 4px solid rgba(255,255,255,1);
  border-radius: 8px;
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
  transition: all 0.5s ease;
  position: relative;
  z-index: 200;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 170% center;
  position: relative;
}

.important-messages .col div::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.important-messages .col div.app1::before {
  background-image: url('../img/overlays/app1.png');
}

.important-messages .col div.app1 {
  border-color: #507F70;
}

.important-messages .col div.app2::before {
  background-image: url('../img/overlays/app2.png');
}

.important-messages .col div.app2 {
  border-color: #A9C47F;
}

.important-messages .col div.app3::before {
  background-image: url('../img/overlays/app3.png');
}

.important-messages .col div.app3 {
  border-color: #3F4444;
}

.important-messages .col div.fe1::before {
  background-image: url('../img/overlays/fe1.png');
}

.important-messages .col div.fe1 {
  border-color: #005A70;
}

.important-messages .col div.fe2::before {
  background-image: url('../img/overlays/fe2.png');
}

.important-messages .col div.fe2 {
  border-color: #00A7B5;
}

.important-messages .col div.fe3::before {
  background-image: url('../img/overlays/fe3.png');
}

.important-messages .col div.fe3 {
  border-color: #E1CD00;
}

.important-messages .col div.he1::before {
  background-image: url('../img/overlays/he1.png');
}

.important-messages .col div.he1 {
  border-color: #A20067;
}

.important-messages .col div.he2::before {
  background-image: url('../img/overlays/he2.png');
}

.important-messages .col div.he2 {
  border-color: #FF00FF;
}

.important-messages .col div.he3::before {
  background-image: url('../img/overlays/he3.png');
}

.important-messages .col div.he3 {
  border-color: #85B09A;
}

.important-messages .col div.comm1::before {
  background-image: url('../img/overlays/comm1.png');
}

.important-messages .col div.comm1 {
  border-color: #3F2A56;
}

.important-messages .col div.comm2::before {
  background-image: url('../img/overlays/comm2.png');
}

.important-messages .col div.comm2 {
  border-color: #806C94;
}

.important-messages .col div.comm3::before {
  background-image: url('../img/overlays/comm3.png');
}

.important-messages .col div.comm3 {
  border-color: #D9E1E2;
}

.important-messages .col div.corp1::before {
  background-image: url('../img/overlays/corp1.png');
}

.important-messages .col div.corp1 {
  border-color: #0076A8;
}

.important-messages .col div.corp2::before {
  background-image: url('../img/overlays/corp2.png');
}

.important-messages .col div.corp2 {
  border-color: #01426A;
}

.important-messages .col div.corp3::before {
  background-image: url('../img/overlays/corp3.png');
}

.important-messages .col div.corp3 {
  border-color: #DC8633;
}

.important-messages .col a.cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.important-messages h2 {
  position: absolute;
  bottom: 8px;
  left: 8px;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #FFFFFF;
  z-index: 1;
  max-width: 50%;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}

.key-messages .col {
  padding: 16px 32px 32px 32px;
  min-height: 280px;
}

.key-messages .col:last-child {
  border-right: 0;
}

.key-messages .col:last-child h3 {
  border-right: 0;
}

.key-messages h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2rem;
  margin: -16px -33px 0 -32px;
  padding: 32px;
  border-bottom: 1px solid var(--hot-pink);
  color: var(--hot-pink);
  transition: all 0.5s ease;
}

.fullsize .post-column, .homesection .post-column em {
  padding: 0;
}

.fullsize .post-column em, .homesection .post-column em {
  font-size: 1.2rem;
}

.fullsize input, .parallax input {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.4rem;
  padding: 8px 80px 8px 16px;
  border: 1px solid var(--primary-theme-color);
  background-color: rgba(0,0,0,0.5);
  color: var(--primary-theme-color);
  border-radius: 8px;
  transition: all 0.5s ease;
}

.fullsize input:focus, .parallax input:focus {
  border: 1px solid var(--main-brand-color);
  color: var(--primary-font-color);
  background-color: var(--primary-theme-color);
}

.fullsize form {
  margin: auto;
}

.fullsize form, .parallax form {
  position: relative;
  max-width: 800px;
}

.fullsize form input~button, .parallax form input~button {
  background-color: transparent;
  color: var(--primary-theme-color);
  border-radius: 0px 8px 8px 0px;
  font-size: 2rem;
  line-height: 2.4rem;
  position: absolute;
  right: 0;
  padding: 8px 16px;
  transition: all 0.5s ease;
}

.fullsize form input::placeholder, .parallax form input::placeholder {
  font-weight: 300;
  color: var(--primary-theme-color);
  transition: all 0.5s ease;
}

.fullsize form input:focus::placeholder, .parallax form input:focus::placeholder {
  color: var(--primary-font-color);
}

.fullsize form input:focus~button, .parallax form input:focus~button  {
  background-color: var(--main-brand-color);
}

.fullsize form input~button:hover, .parallax form input~button:hover {
  color: var(--primary-theme-color);
  background-color: transparent;
}

.fullsize form input:focus~button:hover, .parallax form input:focus~button:hover {
  color: var(--primary-theme-color);
  background-color: #0068A5;
}

.outline-bottom {
  border: 1px solid rgba(0,0,0,.25);
}

.icon-table td {
  padding: 8px;
  border: 0;
}

.icon-table tr td:first-child {
  text-align: center;
}

.icon-table .svg-inline--fa {
  height: 2rem;
}

.icon-table.big-icons .svg-inline--fa {
  height: 2.4rem;
}

.icon-table.big-icons {
  font-size: 1.4rem;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  padding: 8px;
}

.contact-table td {
  min-width: 200px;
}

.has-text-color.has-primary-text-color {
  color: var(--primary-font-color) !important;
}

.has-text-color.has-primary-background-color {
  color: var(--primary-background-color) !important;
}

.has-text-color.has-primary-theme-color {
  color: var(--primary-theme-color) !important;
}

.has-text-color.has-primary-brand-color {
  color: var(--main-brand-color) !important;
}

.parallax p:not(.card-body p):not(.bg-primary-theme p):not(.parallax-noshadow p) {
  font-size: 1.2rem;
  text-shadow: 1px 1px 1px var(--primary-font-color);
}

figure.thumbnail img {
  border: 4px solid #FFFFFF;
  border-radius: 4px;
}

figure.thumbnail {
  border-radius: 4px;
}

.sibling-list {
  padding: 0;
  border-top: 1px solid #E6E6E6;
}

.sibling-list li {
  list-style-type: none;
  font-size: 1rem;
  border-bottom: 1px solid #E6E6E6;
}

.sibling-list li.current-page a {
  color: var(--primary-theme-color);
  background-color: var(--primary-font-color);
}

.sibling-list li.current-page ul li a {
  color: var(--primary-font-color);
  background-color: var(--primary-theme-color);
}

.sibling-list li a {
  display: block;
  width: 100%;
  padding: 8px;
  padding-right: 32px;
  text-decoration: none;
  transition: all 0.5s ease;
  position: relative;
}

.sibling-list li a:hover {
  color: var(--primary-theme-color);
  background-color: var(--primary-font-color);
}

.sibling-list li a:hover::after {
  content: '>';
  position: absolute;
  right: 8px;
  top: 1px;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 900;
}

.breadcrumb {
  margin-bottom: 0;
  background-color: var(--primary-font-color);
}

#breadcrumbs {
  color: var(--primary-theme-color);
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
}

#breadcrumbs a {
  color: var(--primary-theme-color);
  text-decoration: none;
  padding: 16px 16px;
  font-size: 0.9rem;
  line-height: 0.9rem;
  display: inline-block;
  position: relative;
  margin-right: 24px;
}

#breadcrumbs a::after {
  content: '>';
  position: absolute;
  right: -16px;
}

#breadcrumbs a:hover {
  background-color: var(--hot-pink);
}

.breadcrumb_last {
  padding: 16px 16px 16px 8px;
  font-size: 0.9rem;
  line-height: 0.9rem;
  display: inline-block;
}

.grecaptcha-badge {
  bottom: 110px !important;
}

.gotovac {
  margin-bottom: 0;
}

.gotovac div {
  border-radius: 4px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gotovac h3 {
  font-weight: 700;
  font-size: 1.5rem;
  border-bottom: 1px solid rgba(5,81,96,0.5);
  padding-bottom: 16px;
}

.gotovac div a.wp-block-button__link:not(.hashtags a) {
  border: 1px solid rgba(5,81,96,1);
  background-color: transparent;
  font-weight: 400;
  color: rgba(5,81,96,1);
}

.studentrec div {
  background-image: url('../img/moodle.png');
  background-repeat: no-repeat;
  background-position: 112% center;
}

.gotovac div a:hover.wp-block-button__link:not(.hashtags a) {
  background-color: rgba(5,81,96,1);
  color: #ffffff;
}

.alert-dismissible .btn-close {
  top: 8px;
  right: 8px;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

.tab-header-admin {
  display: block;
  width: 100%;
  background-color: #000000;
  color: #FFFFFF;
  padding: 5px 16px 8px 16px;
  font-weight: 700;
}

.partner-img {
  max-width: 100%;
  max-height: 150px;
  width: auto;
  height: auto;
  margin-bottom: 8px;
}

.alum-photo {
  width: 200px;
  height: 200px;
  margin: auto;
  margin-bottom: 8px;
  display: block;
  object-fit: cover;
  object-position: 50%;
  transition: all 0.5s ease;
  position: relative;
  z-index: 2;
}

.alumni-block.has-link:hover .alum-photo {
  object-position: 500%;
}

.alum-quote {
  position: relative;
  font-style: italic;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.alum-quote::before {
  font-family: sans-serif;
  font-weight: 900;
  content: '\201C';
  position: absolute;
  top: -70px;
  left: -10px;
  font-size: 5rem;
  color: rgba(0,0,0,0.125);
}

.alum-quote::after {
  font-family: sans-serif;
  font-weight: 900;
  content: '\201D';
  position: absolute;
  bottom: -85px;
  right: 16px;
  font-size: 5rem;
  color: rgba(0,0,0,0.125);
}

.alum-name {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: right;
  padding-right: 56px;
}

.alum-title {
  display: block;
  width: 100%;
  font-size: 0.9rem;
  text-align: right;
  padding-right: 56px;
  padding-left: 32px;
}

.header-message-container, .header-message {
  padding: 0;
  margin-bottom: 0;
}

.header-message-container {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.header-message {
  position: relative;
  background-size: cover;
  background-position-x: 67%;
  background-position-y: center;
  padding: 250px 0 32px 0;
  z-index: 1;
}

.header-message h2, .header-message h3 {
  position: relative;
  width: max-content;
  padding: 16px 32px;
  color: #FFFFFF;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #000;
  z-index: 1;
}

.header-message h2 {
  font-size: 2.4rem;
  max-width: 100%;
}

.header-message h3 {
  text-shadow: 1px 1px 1px #000;
  margin-left: 10%;
  max-width: 90%;
}

.header-message button svg {
  filter: drop-shadow(1px 1px 1px #000);
}

.header-message button {
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 1px #000;
  font-size: 1.4rem;
  border: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 16px 32px;
  margin-left: 25%;
  max-width: 75%;
  font-weight: 900;
}

.home-slider-controls {
  margin-top: 4px;
  margin-bottom: 4px;
  align-items: start;
}

.home-slider-controls .carousel-control-next-icon, .home-slider-controls .carousel-control-prev-icon {
  background-size: 50% 50%;
  padding: 2rem;
  background-color: rgba(0,0,0,0.5);
}

.home-slider-controls[data-bs-slide="prev"] {
  justify-content: start;
}

.home-slider-controls[data-bs-slide="next"] {
  justify-content: end;
}

.big-stat {
  font-size: 1.6rem;
  font-weight: 900;
}

.pound-sign {
  font-size: 1.2rem;
  font-weight: 400;
}

.highlight-pink {
  background-color: var(--lmi-highlight);
  color: #fff;
  padding: 16px;
  text-shadow: 1px 1px 1px #333;
}

.highlight-dark {
  background-color: var(--primary-font-color);
  color: #fff;
  padding: 16px;
}

.lmi-box {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid rgba(0,0,0,0.125);
  margin-top: -1px;
  background-color: #f6f6f6;
  background-image: url('../img/bigb.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.lmi-box h2 {
  margin-bottom: 8px;
  font-weight: 900;
}

.lmi-box .desc {
  font-size: 1.2rem;
  font-weight: 700;
}

.emsi-section {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.emsi-subtitle {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 900;
  width: max-content;
  max-width: 100%;
  padding-top: 8px;
  border-top: 2px solid #ccc;
  line-height: 1.5rem;
  text-shadow: 1px 1px 1px #ddd;
}

.emsi-section h3 span {
  text-shadow: 1px 1px 1px #ddd;
}

.has-fa-icon {
  position: relative;
}

.has-fa-icon div {
  position: relative;
  z-index: 1;
}

.emsi-filler::before {
  position: absolute;
  display: block;
  content: ' ';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: grayscale(1);
}

.skills-list li svg {
  opacity: 0.4;
  cursor: pointer;
}

.skills-list li {
  margin-bottom: 4px;
}

svg.svg-inline--fa.fa-bradford-college-su {
  width: 100%;
}

.related-content {
  border-top: 1px solid rgba(0,0,0,0.125);
  margin-top: -1px;
}

.course-list-head {
  font-size: 2.4rem;
  font-weight: 900;
}

.course-list-subhead {
  font-size: 1.8rem;
  font-weight: 900;
  margin-top: -16px;
  color: #666666;
}

.course-downloads img, .pdf-download img {
  display: block;
  margin: auto;
  margin-top: 0;
  margin-bottom: 8px;
  max-width: 50%;
}

.course-downloads {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid rgba(0,0,0,0.125);
  background-color: rgba(0,0,0,0.125);
  padding: 8px;
  text-decoration: none;
  text-align: center;
  width: calc(50% - 16px);
  margin: 5px 4px;
  transition: all 0.5s ease;
  font-size: 0.8rem;
}

.post-column.pdf-download>div {
  text-transform: uppercase;
  border: 1px solid rgba(0,0,0,0.125);
  background-color: rgba(0,0,0,0.125);
  padding: 5%;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 0.8rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.course-downloads span, .post-column.pdf-download h3 {
  font-weight: 700;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course-downloads:hover, .pdf-download:hover {
  background-color: rgba(255,255,255,1);
}

.filter-letters {
  padding: 0;
  border-radius: 4px;
  margin-bottom: 16px;
  border: 1px solid #CCCCCC;
  background-color: #E6E6E6;
  text-align: center;
}

.filter-letters label {
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  background-color: #E6E6E6;
  margin: 0 -2px;
  cursor: pointer;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

.filter-letters input:checked + label {
  font-weight: 700;
  background-color: #C6C6C6;
}

.filter-letters input {
  display: none;
}

.staff-profile {
  padding: 32px;
  position: relative;
  transition: all 0.5s ease;
}

.staff-profile:hover, .staff-profile:focus-within {
  background-color: #e6e6e6;
}

.staff-profile a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.staff-profile h3 {
  font-size: 1.2rem;
  margin-top: 16px;
  margin-bottom: 8px;
}

.staff-profile figure {
  width: 50%;
  padding-top: 50%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.staff-profile figure.empty {
  background-image: url('../img/bigb.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.staff-profile figure.empty span {
  line-height: 0.8rem;
  font-size: 0.8rem;
  font-weight: 900;
  position: absolute;
  text-transform: uppercase;
  top: calc(50% - 0.4rem);
  left: 0;
  right: 0;
}

.staff-profile figure img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.staff-profile h4 {
  font-size: 0.9rem;
  text-transform: uppercase;
}

.staff-profile .modal figure {
  width: 80%;
  padding-top: 80%;
  margin-bottom: 16px;
}

.staff-profile .modal span {
  display: block;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.partner-tab {
  color: var(--primary-font-color);
  text-transform: uppercase;
}

.partner-container {
  border-top: 1px solid rgba(0,0,0,0.125);
  background-color: #F6F6F6;
  padding: 32px 0;
}

.partner-tab span {
  width: max-content;
  margin: auto;
  border: 1px solid #CCCCCC;
  border-width: 1px 1px 0px 1px;
  padding: 4px 8px;
  background-color: #FFFFFF;
}

.partner-row {
  margin-top: -1px;
  padding: 16px 32px;
  background-color: #FFFFFF;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-image: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.25) 75%, rgba(255,255,255,0) 100%) 1;
}

.partner-row .col {
  padding-left: 32px;
  padding-right: 32px;
}

.taxonomy-header {
   background-size: cover;
   background-repeat: no-repeat;
   border-bottom: 4px solid;
   padding: 128px 32px;
}

.taxonomy-header .row {
  position: relative;
}

.courses-in {
  padding: 32px;
  color: #ffffff !important;
  background-color: var(--primary-font-color);
  border-bottom: 4px solid;
}

.courses-in .post-column {
  color: #ffffff !important;
}

.subject-buttons {
  position: relative;
}

.subject-buttons .col {
  background-color: transparent;
}

.subject-buttons .col:hover {
  background-color: rgba(0,0,0,0.5);
}

.subject-area-video {
  border: 2px solid;
  border-radius: 4px;
  overflow: hidden;
}

.cloud li {
  display: inline-block;
  padding: 8px 16px;
  font-weight: 700;
}

.cloud a {
  text-decoration: none;
}

.cloud a:hover {
  text-decoration: underline;
}

.alumni-block {
  position: relative;
  transition: all 0.5s ease;
  background-color: #FFFFFF;
  z-index: 10;
}

.alumni-block a.cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.alumni-block a.read-more {
  width: 200px;
  height: 200px;
  position: absolute;
  color: #FFFFFF;
  text-decoration: none;
  padding: 50px;
  text-align: center;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.alumni-block a.read-more i {
  margin-top: 16px;
  font-size: 2rem;
}

.facilities-row {
  background-color: var(--primary-font-color);
  color: #ffffff;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 4px solid;
  border-bottom: 4px solid;
}

.facilities-dark {
  padding: 64px;
}

#stats {
  color: #FFFFFF;
  border-bottom: 4px solid;
}

#stats .col {
  padding: 64px;
}

#stats .col:nth-of-type(even){
  color: var(--primary-font-color);
  background-color: #FFFFFF;
}

@media all and (min-width:768px) {
  .homesection.socialmedia {
    animation: fblike 60s infinite;
  }
  .top-negative:not(.videowrapper):not(.editor-styles-wrapper .top-negative), .top-negative:not(.videowrapper):not(.editor-styles-wrapper .top-negative) .container {
    margin-top: -82px;
  }
}

@media all and (min-width:992px) {

  .important-messages .col div:hover, .important-messages .col div:focus-within {
    transform: scale(1.2);
    box-shadow: 4px 4px 5px var(--primary-font-color);
    z-index: 300;
  }

  .homesection:first-of-type {
    min-height: calc(100vh - 138px);
  }

  .homesection:first-of-type h2 {
    font-size: 4rem;
    line-height: 4rem;
  }

  .important-messages {
    margin-top: -200px;
    transition: all 0.5s ease;
  }

  .important-messages.playing {
    margin-top: -32px;
  }

  .important-messages .card {
    background-color: transparent;
    border: 0px;
  }

  .top-negative.videowrapper {
    margin-top: -150px;
    border: 4px solid #FFFFFF;
    border-radius: 4px;
  }

  .sidebar {
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
  }

  .inner-parallax-left {
    left: -268px;
    padding-left: 268px;
    width: calc(100% + 300px);
  }

  .inner-parallax-left::before {
    backdrop-filter: blur(5px);
  }

  .news-sidebar {
    margin-top: -250px;
    z-index: 20;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid rgba(0,0,0,.125);
  }

  .full-sidebar {
    border: 1px solid rgba(0,0,0,.125);
  }

  .archive-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .gallery .col>div:hover {
    transform: scale(1.5);
    z-index: 900;
    box-shadow: 4px 4px 3px #333333;
  }

  .related-box {
    padding-top: 32px;
    border-top: 1px solid rgba(0,0,0,0.125);
    margin-top: -1px;
  }

  .skills-columns {
    column-count: 2;
  }

}

@media all and (min-width:1200px) {

  footer {
    background-image: radial-gradient(ellipse at top, rgba(0,0,0,0.125) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%), url('../img/davidhockney.png');
    background-repeat: no-repeat;
    background-position: center, top 100% right -100%;
    background-size: 100%, contain;
  }
  footer::before {
    content: ' ';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 1px;
    right: 0;
    z-index: -1;
    backdrop-filter: grayscale(1);
    background-image: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
  }

  .header-message {
    background-size: 80%;
    background-position-x: 100%;
    background-position-y: 25%;
    background-repeat: no-repeat;
  }

  .header-message::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 50%);
    z-index: 0;
  }
  .navbar-expand-xl .navbar-toggler {
    display: inline-block;
  }
  #offcanvasMenu .navbar-nav {
    flex-direction: column;
  }
  #offcanvasMenu .navbar-nav .dropdown-menu {
    position: static;
  }
  .navbar-toggler {
    margin-left: 32px;
  }
}

@media all and (min-width:1192px) {
  main {
    min-height: calc(100vh - 492px);
  }
  .archive-container .full-sidebar {
    min-height: calc(100vh - 492px);
  }
  .wp-bootstrap-blocks-row>div>.h-100:not(.sidebar>.h-100), .wp-bootstrap-blocks-row>div:not(.no-pad), div[data-type="wp-bootstrap-blocks/column"], div[data-type="wp-bootstrap-blocks/column"]:not(.no-pad) {
    padding: 32px;
  }
  .wp-bootstrap-blocks-row>div:not(.sidebar):not(.wp-bootstrap-blocks-row .wp-bootstrap-blocks-row>div):not(.parallax div):first-child {
    padding-left: 0px;
  }
  .wp-bootstrap-blocks-row>div:not(.sidebar):not(.wp-bootstrap-blocks-row .wp-bootstrap-blocks-row>div):not(.parallax div):last-child {
    padding-right: 0px;
  }
}

@media all and (min-width:1400px) {
  footer {
    background-position: center, top 100% right -20%;
  }

  .has-fa-icon::before {
    content: "\f46d";
    font-family: "Font Awesome 6 Pro";
    bottom: 1rem;
    right: 1rem;
    font-size: 15rem;
    line-height: 15rem;
    position: absolute;
    opacity: 0.075;
    color: var(--lmi-highlight);
    z-index: 0;
    font-weight: 300;
  }

  .highlight-pink.has-fa-icon::before, .highlight-dark.has-fa-icon::before {
    font-family: "Font Awesome 6 Pro";
    bottom: 1rem;
    right: 1rem;
    font-size: 8rem;
    line-height: 8rem;
    color: #fff;
  }

  .highlight-pink.has-fa-icon:first-of-type::before {
    content: "\f4d3";
  }

  .highlight-dark.has-fa-icon::before {
    content: "\f002";
  }

  .highlight-pink.has-fa-icon:last-of-type::before {
    content: "\f19d";
  }

  .skills-icon::before {
    content: "\f7d9";
  }
}

@media all and (min-width:1800px) {
  .container, .wp-block-wp-bootstrap-blocks-container {
    max-width:1600px;
    margin: auto;
  }
}

@media all and (min-width:1600px) {
  footer {
    background-position: center, top 100% right 0%;
  }
  .container, .wp-block-wp-bootstrap-blocks-container {
    max-width:1440px;
    margin: auto;
  }
}

@media (max-width: 1200px) {
  .container, .wp-block-wp-bootstrap-blocks-container {
      max-width: 100% !important;
      margin: auto;
  }
}

@keyframes fblike {
  0% { background-image: url('../img/like.png'); background-position-x: 20%; background-position-y: calc(100% + 200px); }
  7% { background-image: url('../img/like.png'); background-position-x: 20%; background-position-y: calc(0% - 200px); }
  8% { background-image: none; background-position-x: 20%; background-position-y: calc(0% - 200px); }
  9% { background-image: none; background-position-x: 20%; background-position-y: calc(100% + 200px); }

  10% { background-image: url('../img/love.png'); background-position-x: 4%; background-position-y: calc(100% + 200px); }
  17% { background-image: url('../img/love.png'); background-position-x: 4%; background-position-y: calc(0% - 200px); }
  18% { background-image: none; background-position-x: 4%; background-position-y: calc(0% - 200px); }
  19% { background-image: none; background-position-x: 4%; background-position-y: calc(100% + 200px); }

  20% { background-image: url('../img/like.png'); background-position-x: 12%; background-position-y: calc(100% + 200px); }
  27% { background-image: url('../img/like.png'); background-position-x: 12%; background-position-y: calc(0% - 200px); }
  28% { background-image: none; background-position-x: 12%; background-position-y: calc(0% - 200px); }
  29% { background-image: none; background-position-x: 12%; background-position-y: calc(100% + 200px); }

  30% { background-image: url('../img/care.png'); background-position-x: 8%; background-position-y: calc(100% + 200px); }
  37% { background-image: url('../img/care.png'); background-position-x: 8%; background-position-y: calc(0% - 200px); }
  38% { background-image: none; background-position-x: 8%; background-position-y: calc(0% - 200px); }
  39% { background-image: none; background-position-x: 8%; background-position-y: calc(100% + 200px); }

  40% { background-image: url('../img/shock.png'); background-position-x: 16%; background-position-y: calc(100% + 200px); }
  47% { background-image: url('../img/shock.png'); background-position-x: 16%; background-position-y: calc(0% - 200px); }
  48% { background-image: none; background-position-x: 16%; background-position-y: calc(0% - 200px); }
  49% { background-image: none; background-position-x: 16%; background-position-y: calc(100% + 200px); }

  50% { background-image: url('../img/like.png'); background-position-x: 6%; background-position-y: calc(100% + 200px); }
  57% { background-image: url('../img/like.png'); background-position-x: 6%; background-position-y: calc(0% - 200px); }
  58% { background-image: none; background-position-x: 6%; background-position-y: calc(0% - 200px); }
  59% { background-image: none; background-position-x: 6%; background-position-y: calc(100% + 200px); }

  60% { background-image: url('../img/love.png'); background-position-x: 12%; background-position-y: calc(100% + 200px); }
  67% { background-image: url('../img/love.png'); background-position-x: 12%; background-position-y: calc(0% - 200px); }
  68% { background-image: none; background-position-x: 12%; background-position-y: calc(0% - 200px); }
  69% { background-image: none; background-position-x: 12%; background-position-y: calc(100% + 200px); }

  70% { background-image: url('../img/like.png'); background-position-x: 18%; background-position-y: calc(100% + 200px); }
  77% { background-image: url('../img/like.png'); background-position-x: 18%; background-position-y: calc(0% - 200px); }
  78% { background-image: none; background-position-x: 18%; background-position-y: calc(0% - 200px); }
  79% { background-image: none; background-position-x: 18%; background-position-y: calc(100% + 200px); }

  80% { background-image: url('../img/care.png'); background-position-x: 8%; background-position-y: calc(100% + 200px); }
  87% { background-image: url('../img/care.png'); background-position-x: 8%; background-position-y: calc(0% - 200px); }
  88% { background-image: none; background-position-x: 8%; background-position-y: calc(0% - 200px); }
  89% { background-image: none; background-position-x: 8%; background-position-y: calc(100% + 200px); }

  90% { background-image: url('../img/like.png'); background-position-x: 2%; background-position-y: calc(100% + 200px); }
  97% { background-image: url('../img/like.png'); background-position-x: 2%; background-position-y: calc(0% - 200px); }
  99% { background-image: none; background-position-x: 2%; background-position-y: calc(0% - 200px); }
  100% { background-image: none; background-position-x: 2%; background-position-y: calc(100% + 200px); }
}
