@import url("https://use.typekit.net/vrr0tuw.css");
.row {
  --bs-gutter-x: 60px;
}

.container-fluid {
  --bs-gutter-x: 64px;
}

.container {
  max-width: 1260px;
}

.row .row {
  margin-left: -30px;
  margin-right: -30px;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}

.site-container, .site-container--block {
  position: relative;
  display: block;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
}
.site-container--block {
  margin-bottom: 35px;
}

.grid-container, .grid-container--block {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.grid-container--block {
  margin-bottom: 35px;
}

.block {
  margin-bottom: 35px;
}

.no-margin {
  margin-bottom: 0 !important;
}

.extra-margin {
  margin-bottom: 50px !important;
}

.anchor-container {
  position: relative;
}
.anchor-container .anchor {
  position: absolute;
  left: 0;
  top: 0;
}

body,
html {
  overflow-x: hidden;
}
body *,
html * {
  font-family: muli, sans-serif;
}

body {
  font-family: muli, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #535353;
  margin-top: 258px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  body {
    margin-top: 201px;
  }
}
body.admin-bar #site-header {
  top: 32px;
}
@media (min-width: 0px) and (max-width: 782px) {
  body.admin-bar #site-header {
    top: 46px;
  }
}

.show-for-mobile-only {
  display: none;
}
@media (min-width: 0px) and (max-width: 768px) {
  .show-for-mobile-only {
    display: block !important;
  }
}

a,
i {
  color: #31afe0;
  transition: 0.5s;
}
a:hover,
i:hover {
  transition: 0.5s;
}

@media only screen and (max-width: 1024px) {
  .site-container--block {
    margin-bottom: 50px;
  }
  .site-container--block .grid-container.container-fluid, .site-container--block .container-fluid.grid-container--block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

h1.blue-bg,
h2.blue-bg,
h3.blue-bg,
h4.blue-bg,
h5.blue-bg,
h6.blue-bg {
  width: 100%;
  max-width: fit-content;
  background: #31afe0;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  padding: 10px 20px;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 30px;
  color: rgb(83, 83, 83);
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  color: rgb(83, 83, 83);
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 21px;
  }
}

#searchform,
#filter2 .searchForm {
  width: 100%;
  max-width: 325px;
}
@media only screen and (max-width: 768px) {
  #searchform,
  #filter2 .searchForm {
    max-width: unset;
    margin-bottom: 15px;
  }
}
#searchform > div,
#filter2 .searchForm > div {
  position: relative;
}
#searchform i,
#filter2 .searchForm i {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
#searchform #s,
#filter2 .searchForm #s {
  width: 100%;
  background: #e0f3fa;
  font-size: 14px;
  line-height: 1;
  color: #535353;
  border: 1px solid #e0f3fa;
  border-radius: 55px;
  padding: 17px 111px 17px 50px;
}
#searchform #s:focus, #searchform #s:focus-visible,
#filter2 .searchForm #s:focus,
#filter2 .searchForm #s:focus-visible {
  outline: none;
}
#searchform #searchsubmit,
#filter2 .searchForm #searchsubmit {
  width: 82px;
  height: 100%;
  background: #3aafde;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid #3aafde;
  border-radius: 55px;
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#searchform ::placeholder,
#filter2 .searchForm ::placeholder {
  color: #535353;
  opacity: 1;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 135px;
  min-height: 50px;
  border-radius: 25px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding: 0 25px;
}
.btn.outline {
  background-color: transparent !important;
  padding: 10px 30px;
}
.btn.outline.blue {
  color: #31afe0;
}
.btn.outline.white {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn.outline.white:hover {
  background-color: #ffffff !important;
  color: #ae08a0;
}
.btn.purple {
  background: #ae08a0;
  border: 1px solid #ae08a0;
}
.btn.purple:hover {
  background: #ffffff;
  border: 1px solid #ae08a0;
  color: #ae08a0;
}
.btn.blue {
  background: #31afe0;
  border: 1px solid #31afe0;
}
.btn.blue:hover {
  background: #ffffff;
  border: 1px solid #31afe0;
  color: #31afe0;
}

.limit-content {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

#site-header .grid-container.container-fluid, #site-header .container-fluid.grid-container--block,
#site-footer .grid-container.container-fluid,
#site-footer .container-fluid.grid-container--block {
  max-width: 1400px;
}

section.gray {
  background-color: #f1f1f1;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media only screen and (max-width: 1024px) {
  section.gray {
    padding-top: 47.5px;
  }
}
section.blue {
  background-color: #31afe0;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media only screen and (max-width: 1024px) {
  section.blue {
    padding-top: 47.5px;
  }
}

.pagination-cont,
.navigation.posts-navigation {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 1024px) {
  .pagination-cont,
  .navigation.posts-navigation {
    justify-content: center;
  }
}
.pagination-cont p,
.navigation.posts-navigation p {
  margin: 0;
}
.pagination-cont ul.page-numbers,
.navigation.posts-navigation ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pagination-cont ul.page-numbers li a,
.pagination-cont ul.page-numbers li span,
.navigation.posts-navigation ul.page-numbers li a,
.navigation.posts-navigation ul.page-numbers li span {
  font-size: 16px;
  text-decoration: underline;
  color: #3e3e3e;
}
.pagination-cont ul.page-numbers li a:hover,
.pagination-cont ul.page-numbers li span:hover,
.navigation.posts-navigation ul.page-numbers li a:hover,
.navigation.posts-navigation ul.page-numbers li span:hover {
  color: #39afdf;
}
.pagination-cont ul.page-numbers li span,
.navigation.posts-navigation ul.page-numbers li span {
  font-weight: 700;
}

.circle-accord-bottom {
  display: none;
}
.circle-accord-bottom p {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .circle-accord-bottom {
    display: block;
    width: 100%;
  }
  .circle-accord-bottom .block {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
  }
  .circle-accord-bottom .block:nth-child(1) {
    background: #fba200;
  }
  .circle-accord-bottom .block:nth-child(2) {
    background: #bdd819;
  }
  .circle-accord-bottom .block img {
    max-height: 46px;
  }
}

.bx-wrapper {
  margin: 0;
  padding: 0;
  max-width: 100%;
  box-shadow: unset;
  border: unset;
  background: unset;
}
.bx-wrapper .social {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.bx-wrapper .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  text-decoration: none;
}
.bx-wrapper .social a:hover {
  border: 2px solid #39afdf;
}
.bx-wrapper .social a:hover i {
  color: #39afdf;
}
.bx-wrapper .social a i {
  font-size: 16px;
  font-weight: unset;
  color: #dbdbdb;
}
.bx-wrapper .slider,
.bx-wrapper .purple-slider {
  position: relative;
}
.bx-wrapper .slider .slide,
.bx-wrapper .purple-slider .slide {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 625px;
}
.bx-wrapper .slider .overlay,
.bx-wrapper .purple-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
@media only screen and (min-width: 768px) {
  .bx-wrapper .slider .slide-content,
  .bx-wrapper .purple-slider .slide-content {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1024px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .bx-wrapper .slider .slide-content,
  .bx-wrapper .purple-slider .slide-content {
    position: relative;
    z-index: 2;
  }
}

.modal {
  z-index: 999999;
}
@media only screen and (max-width: 1024px) {
  .modal {
    min-width: unset !important;
  }
  .modal .modal-dialog {
    min-width: unset !important;
  }
}

.floating-sidebar {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 9999;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .floating-sidebar {
    display: none;
  }
}
.floating-sidebar .sidebar-box {
  position: relative;
  width: 74px;
  height: 65px;
  background: rgba(9, 10, 13, 0.65);
  border-radius: 0 30px 30px 0;
  margin-bottom: 9px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}
.floating-sidebar .sidebar-box img {
  margin: 10px;
  float: left;
}
.floating-sidebar .sidebar-box:first-child img {
  margin: 20px 10px;
}
.floating-sidebar .sidebar-box .hidden-box {
  display: none;
  float: left;
  margin: 0;
  padding: 14px 0 0 0;
  transition: all 0.5s;
}
.floating-sidebar .sidebar-box:hover {
  width: 250px;
}
.floating-sidebar .sidebar-box:hover .hidden-box {
  display: block;
}
.floating-sidebar .sidebar-box span {
  line-height: 1;
}
.floating-sidebar .sidebar-box .location {
  display: block;
  color: #31afe0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  padding: 0;
}
.floating-sidebar .sidebar-box .date {
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}

#top-ad-container {
  display: block;
  width: 100%;
  height: 100px;
  max-height: 100px;
  overflow: hidden;
  background: #f1f1f1;
}
@media only screen and (max-width: 1024px) {
  #top-ad-container {
    height: 80px;
  }
}
#top-ad-container img {
  max-height: 82px;
}
@media only screen and (max-width: 1024px) {
  #top-ad-container img {
    max-width: unset;
    width: auto;
    max-height: 50px;
  }
}

.top-bar .header-rh-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.top-bar .header-rh-column ul a {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  color: #3e3e3e;
}
.top-bar .header-rh-column ul a:hover {
  color: #39afdf;
}
.top-bar .header-rh-column ul.social {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .top-bar .header-rh-column ul.social {
    display: none;
  }
}
.top-bar .header-rh-column ul.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #f1f1f1;
  text-decoration: none;
}
.top-bar .header-rh-column ul.social a:hover {
  border: 2px solid #39afdf;
}
.top-bar .header-rh-column ul.social a:hover i {
  color: #39afdf;
}
.top-bar .header-rh-column ul.social a i {
  font-size: 16px;
  font-weight: unset;
  color: #dbdbdb;
}

#site-header {
  transition: 0.5s;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#site-header.scroll {
  transition: 0.5s;
}
@media (min-width: 0px) and (max-width: 1024px) {
  #site-header.scroll {
    top: 0 !important;
    padding-top: 20px !important;
  }
}
#site-header.scroll #top-ad-container {
  visibility: hidden;
  opacity: 0;
}
#site-header.scroll .header-content {
  transition: 0.5s;
  margin: -100px 0 0 0;
}
#site-header .header-content {
  position: relative;
  transition: 0.5s;
  margin: 0;
  padding: 14px 0;
}
@media only screen and (max-width: 1024px) {
  #site-header .header-content {
    padding: 0;
  }
  #site-header .header-content .mobile-menu {
    display: block;
    position: absolute;
    z-index: 9999;
    width: 32px;
    height: 32px;
    right: 10px;
    top: 30px;
    padding: 0 7px;
    padding-top: 4px;
    transition: 0.5s all;
  }
  #site-header .header-content .mobile-menu span {
    display: block;
    height: 2px;
    margin-bottom: 5px;
    background: #000000;
    transform-origin: 50% 50%;
    transition: 0.5s all;
  }
  .menuopen #site-header .header-content .mobile-menu span:nth-child(1) {
    transform: rotate(45deg) translateX(5px) translateY(5px);
  }
  .menuopen #site-header .header-content .mobile-menu span:nth-child(2) {
    transform: rotate(-45deg) translateX(0px) translateY(0px);
  }
  .menuopen #site-header .header-content .mobile-menu span:nth-child(3) {
    opacity: 0;
  }
}
#site-header .header-content .grid-container,
#site-header .header-content .grid-container--block {
  overflow: unset !important;
}
#site-header .logo {
  display: block;
  position: relative;
  top: -15px;
}
@media only screen and (max-width: 1024px) {
  #site-header .logo {
    padding: 10px 0;
    top: unset;
  }
  #site-header .logo img {
    max-width: 150px;
  }
}
#site-header .site-container--block {
  margin-bottom: 0;
}
#site-header .menu-main-menu-container > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
#site-header .menu-main-menu-container > ul li {
  position: relative;
}
#site-header .menu-main-menu-container > ul li a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #535353;
}
#site-header .menu-main-menu-container > ul li a:hover {
  color: #39afdf;
  cursor: pointer;
}
#site-header .menu-main-menu-container > ul li.menu-item-has-children a:hover {
  color: #535353;
  cursor: default;
}
#site-header .menu-main-menu-container > ul li:hover > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
#site-header .menu-main-menu-container > ul li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
#site-header .menu-main-menu-container > ul li ul li {
  min-width: 190px;
  background-color: #39afdf;
  margin: 0;
  padding: 7px 14px;
}
#site-header .menu-main-menu-container > ul li ul li a {
  color: #ffffff !important;
  cursor: pointer !important;
}
#site-header .menu-main-menu-container > ul li ul li a:hover {
  color: #ffffff !important;
  cursor: pointer !important;
}
@media only screen and (max-width: 1024px) {
  #site-header .menu-main-menu-container > ul {
    display: flex;
    flex-wrap: unset;
    gap: 10px;
    justify-content: unset;
    flex-direction: column;
    background: #1dafec;
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0);
    width: 75%;
    height: 100%;
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    z-index: 1500;
    margin: 0;
    padding: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translate3d(-100%, 0, 0);
    transition: all 0.5s ease-out;
  }
  #site-header .menu-main-menu-container > ul li {
    margin: 10px 0 !important;
    background: #1dafec !important;
  }
  #site-header .menu-main-menu-container > ul li.menu-item-has-children:after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
  }
  #site-header .menu-main-menu-container > ul li a {
    color: #ffffff !important;
  }
  #site-header .menu-main-menu-container > ul li a:hover, #site-header .menu-main-menu-container > ul li a:focus, #site-header .menu-main-menu-container > ul li a:active {
    color: #ffffff !important;
  }
  #site-header .menu-main-menu-container > ul li:hover ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-out;
  }
  #site-header .menu-main-menu-container > ul li ul {
    position: unset;
    top: 0;
    left: 0;
    display: none;
  }
  .menuopen #site-header .menu-main-menu-container > ul {
    transform: translate3d(0%, 0, 0);
  }
}
#site-header .button-group .btn {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  #site-header .button-group {
    width: 110%;
    margin-left: -5%;
    flex-wrap: nowrap;
    gap: 0;
  }
  #site-header .button-group .btn {
    border-radius: 0;
    width: 100%;
    min-width: unset;
    min-height: unset;
    padding: 5px;
  }
}
@media screen and (max-width: 1365px) and (min-width: 992px) {
  #site-header .button-group {
    justify-content: end;
    flex-wrap: nowrap;
  }
  #site-header .button-group .btn {
    min-width: unset;
    min-height: unset;
    padding: 10px 20px;
  }
}

.event-additional-header {
  background-color: #31afe0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.event-additional-header .site-container--block {
  width: 100%;
}
.event-additional-header .site-container--block .grid-container.container-fluid, .event-additional-header .site-container--block .container-fluid.grid-container--block {
  max-width: 1400px;
  overflow: unset;
}
.event-additional-header .col {
  position: relative;
}
.event-additional-header h1.title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .event-additional-header h1.title {
    font-size: 16px;
  }
}
.event-additional-header .other-events {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .event-additional-header .other-events {
    top: 35px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.event-additional-header .other-events .venue-prompt {
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}
.event-additional-header .other-events .other-drop {
  background: #ffffff;
  box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.83);
  border-radius: 10px;
  width: 200px;
  position: absolute;
  top: 28px;
  right: -25px;
  z-index: 9999;
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  .event-additional-header .other-events .other-drop {
    top: 35px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.event-additional-header .other-events .other-drop .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13.5px 11px 13.5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -13.5px;
}
.event-additional-header .other-events .other-drop a {
  font-size: 12px;
  font-weight: 700;
  color: #3e3e3e;
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  text-decoration: none;
}
.event-additional-header .other-events .other-drop a:hover {
  color: #31afe0;
}
.event-additional-header .other-events .other-drop a:last-child {
  margin-bottom: 0;
}

.event-exhibitor-menu {
  background-color: #ffffff;
  color: #3e3e3e;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .event-exhibitor-menu {
    height: unset;
  }
  .event-exhibitor-menu ul {
    margin: 10px 0 !important;
    flex-direction: column;
  }
}
.event-exhibitor-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.event-exhibitor-menu ul a {
  font-size: 16px;
  font-weight: 700;
  color: #3e3e3e;
  text-decoration: none;
}
.event-exhibitor-menu ul a:hover {
  color: #31afe0;
  text-decoration: none;
}

.page-header {
  position: relative;
  display: block;
  width: 100%;
  min-height: 330px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 35px 0;
  padding: 0;
}
.page-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.page-header .page-head-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page-header .page-head-content .limit-content {
    padding: 0 20px;
  }
}
.page-header .page-head-content h1.title {
  display: block;
  background-color: #39afdf;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .page-header .page-head-content h1.title {
    max-width: 90% !important;
  }
}
.page-header .page-head-content p.title {
  display: block;
  background-color: #39afdf;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .page-header .page-head-content p.title {
    max-width: 90% !important;
  }
}
.page-header .page-head-content p.desc {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .front-page-slideshow .slide {
    min-height: unset !important;
  }
}
@media only screen and (max-width: 768px) {
  .front-page-slideshow .front-page.slide-content {
    margin: 50px 0;
  }
}
.front-page-slideshow .front-page.slide-content .social {
  display: none;
}
@media only screen and (max-width: 768px) {
  .front-page-slideshow .front-page.slide-content .social {
    display: flex;
  }
}
.front-page-slideshow .front-page.slide-content p {
  text-transform: uppercase;
}
.front-page-slideshow .front-page.slide-content p:nth-child(1) {
  font-size: 54px;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .front-page-slideshow .front-page.slide-content p:nth-child(1) {
    font-size: 24px;
  }
}
.front-page-slideshow .front-page.slide-content p:nth-child(2) {
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
  margin: 0 auto;
  padding: 10px 30px;
  width: fit-content;
  height: auto;
  background: #31afe0;
  color: #ffffff;
  transform: rotateZ(-2deg);
}
@media only screen and (max-width: 1024px) {
  .front-page-slideshow .front-page.slide-content p:nth-child(2) {
    font-size: 24px;
  }
}
.front-page-slideshow .front-page.slide-content .career-live-circles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .front-page-slideshow .front-page.slide-content .career-live-circles {
    display: none;
  }
}
.front-page-slideshow .front-page.slide-content .career-live-circles .circle {
  display: block;
  width: 216px;
  height: 216px;
  border-radius: 50%;
  perspective: 500px;
}
.front-page-slideshow .front-page.slide-content .career-live-circles .circle .content {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
}
.front-page-slideshow .front-page.slide-content .career-live-circles .circle:hover .content {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}
.front-page-slideshow .front-page.slide-content .career-live-circles .circle:nth-child(1) .front,
.front-page-slideshow .front-page.slide-content .career-live-circles .circle:nth-child(1) .back {
  background: #fba200;
}
.front-page-slideshow .front-page.slide-content .career-live-circles .circle:nth-child(2) .front,
.front-page-slideshow .front-page.slide-content .career-live-circles .circle:nth-child(2) .back {
  background: #bdd819;
}
.front-page-slideshow .front-page.slide-content .career-live-circles .circle .front,
.front-page-slideshow .front-page.slide-content .career-live-circles .circle .back {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  backface-visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.front-page-slideshow .front-page.slide-content .career-live-circles .circle .back {
  transform: rotateY(180deg);
  padding: 20px;
}
.front-page-slideshow .front-page.slide-content .career-live-circles .circle .back p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0;
}

.event-grid {
  margin-top: 35px;
}
.event-grid .site-container--block {
  margin-bottom: 35px !important;
}
.event-grid .event {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  margin: 0 15px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .event-grid .event {
    margin: 15px 0;
  }
  .event-grid .event:first-child {
    margin-top: 0;
  }
  .event-grid .event:last-child {
    margin-bottom: 0;
  }
}
.event-grid .event:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 22px 0px rgba(31, 35, 35, 0.3);
  transition: all 0.3s ease-in-out;
}
.event-grid .event p {
  font-weight: 600;
  font-size: 18px;
}
.event-grid .event p.title {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #31afe0;
}
.event-grid .event .event-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.event-grid .event .event-container .image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  margin-bottom: 15px;
}
.event-grid .event .event-container .image-container img {
  width: auto;
  max-height: 80px;
}

body.search .page-header .page-head-content .desc,
body.search-results .page-header .page-head-content .desc {
  display: none;
}
body.search .news-grid .col,
body.search-results .news-grid .col {
  margin-bottom: 25px;
}
body.search .navigation,
body.search-results .navigation {
  display: none !important;
}

body.error404 .page-header .page-head-content .desc {
  display: none;
}
body.error404 .col-8 {
  min-height: 467px;
  background-size: cover;
  background-position: center center;
  border-radius: 16px;
}
body.error404 .col-4 p {
  font-size: 20px;
  font-weight: 400;
}
body.error404 .col-4 p:first-child {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
body.error404 .col-4 p.title-404 {
  font-size: 192px;
  line-height: 1;
  font-weight: 700;
  color: #39afdf;
  margin: 32px 0;
}

.featured-recruiters {
  margin: 0;
  text-align: center;
}
.featured-recruiters p.title {
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.featured-recruiters .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.content-grid .background {
  min-height: 355px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-grid .background p {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.content-grid .background p a {
  color: #ffffff;
  text-decoration: none;
}
.content-grid .background p.blue-bg {
  width: 100%;
  max-width: fit-content;
  background: #31afe0;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  padding: 10px 20px;
}

.jobs-opportunities p {
  color: #ffffff;
}
.jobs-opportunities p.title {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}

.show-film p.title {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #535353;
}
.show-film .col-6 {
  padding: 0;
}
.show-film .col-6.white {
  background-color: #ffffff;
  margin: 0;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.purple-slider {
  position: relative;
}
.purple-slider .slide {
  min-height: 450px !important;
}
.purple-slider .overlay {
  background: rgba(174, 8, 160, 0.8) !important;
}
@media only screen and (max-width: 768px) {
  .purple-slider .slide-content {
    padding: 20px;
  }
}
.purple-slider p {
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
.purple-slider p.quote {
  font-size: 24px;
}
.purple-slider p.author {
  font-size: 18px;
  font-weight: 700;
}
.purple-slider p .btn {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.purple-slider p:last-child {
  margin-bottom: 0 !important;
}
.purple-slider .logo {
  margin-bottom: 25px;
}
.purple-slider .logo img {
  margin-left: auto;
  margin-right: auto;
}

.news-grid {
  margin-top: 35px;
}
.news-grid p.title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #535353;
}
.news-grid a {
  text-decoration: none;
}
.news-grid .card {
  background-color: #f1f1f1;
}
.news-grid .card .card-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.news-grid .card a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: #535353;
  text-decoration: none;
}
.news-grid .card .card-title {
  color: #535353;
  text-align: center;
}

.cpt-data {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .cpt-data .image-cont {
    padding: 0 !important;
  }
}
.cpt-data .grid-container, .cpt-data .grid-container--block {
  background: #f1f1f1;
  padding: 40px 120px;
}
@media only screen and (max-width: 768px) {
  .cpt-data .grid-container, .cpt-data .grid-container--block {
    padding: 20px 60px;
  }
}
.cpt-data .exhibiting-at {
  justify-content: start;
}
@media only screen and (max-width: 768px) {
  .cpt-data .exhibiting-at {
    gap: unset;
    margin: 10px 0;
  }
}
.cpt-data .row.main {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .cpt-data .row.main {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.cpt-data .row.main .page-numbers {
  justify-content: flex-end;
}
.cpt-data .row.item {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  margin: 0 0 15px 0;
  padding: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .cpt-data .row.item {
    padding: 10px;
  }
  .cpt-data .row.item .col-3,
  .cpt-data .row.item .col-9 {
    padding: 17.5px;
  }
}
.cpt-data #response p {
  margin: 0;
}
.cpt-data #response p.uni-name {
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: #3aafde;
}
.cpt-data #response p.uni-name a {
  text-decoration: none;
  color: #3e3e3e;
}
.cpt-data #response p.uni-name a:hover {
  color: #3aafde;
}
.cpt-data #response p.excerpt {
  font-size: 14px;
  margin: 25px 0;
}
@media only screen and (max-width: 768px) {
  .cpt-data #response p.excerpt {
    margin: 5px 0;
  }
}
.cpt-data a.view-more {
  display: block;
  float: right;
  border: 1px solid #3aafde;
  border-radius: 15px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  color: #3aafde;
  padding: 8px 12px 6px 12px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .cpt-data a.view-more {
    float: unset;
    width: fit-content;
  }
}
.cpt-data a.view-more:hover {
  background: #3aafde;
  color: #ffffff;
}
.cpt-data.open-days .row.main {
  background: #31afe0;
  padding: 35px;
  margin-bottom: 0 !important;
}
.cpt-data.open-days .row.main p {
  margin: 0;
}
.cpt-data.open-days .row.main p.title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .cpt-data.open-days .row.main p.title {
    font-size: 20px;
  }
}
.cpt-data.open-days .date {
  margin: 35px 0 !important;
  font-size: 26px;
  text-align: center;
}
.cpt-data.open-days form {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .cpt-data.open-days form {
    flex-direction: column;
  }
}
.cpt-data.open-days form div {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .cpt-data.open-days form div {
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
  }
  .cpt-data.open-days form div label {
    display: block;
    width: 100%;
    float: unset;
    text-align: left;
  }
}
.cpt-data.open-days form div label {
  font-size: 14px;
  color: #ffffff;
}
.cpt-data.open-days form div select {
  width: 100%;
  max-width: 150px;
  height: 50px;
  border: none;
  border-radius: 22.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  font-weight: 500;
  background: #ffffff;
  color: #535353;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .cpt-data.open-days form div select {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .cpt-data.open-days form button {
    margin: 10px auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .cpt-data.open-days .view-more {
    float: unset;
    margin: 5px 0;
  }
}

.job-block-company p.title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #535353;
  margin-top: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .job-block-company .btn.blue {
    min-width: fit-content;
    min-height: unset;
    font-size: 10px;
    padding: 10px;
    width: fit-content;
  }
}
@media only screen and (max-width: 1024px) {
  .job-block-company .job-rows .d-sm-block {
    text-align: center;
  }
}
.job-block-company .job-rows .col.job {
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .job-block-company .job-rows .col.job {
    padding: 10px;
  }
  .job-block-company .job-rows .col.job .job_title {
    font-size: 13px !important;
    max-width: 200px;
    word-wrap: break-word;
  }
}
.job-block-company .job-rows .col.job:last-child {
  margin-bottom: 0;
}
.job-block-company .job-rows .col.job .job_title {
  font-size: 16px;
  font-weight: 700;
  color: #535353;
}
.job-block-company .job-rows .col.job p,
.job-block-company .job-rows .col.job .excerpt {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .job-block-company .job-rows .col.job p,
  .job-block-company .job-rows .col.job .excerpt {
    font-size: 12px;
  }
}
.job-block-company .job-rows .col.job p:last-child {
  margin-bottom: 0;
}
.job-block-company .job-rows .col.job .excerpt {
  margin: 15px 0;
}

.company-case-studies {
  background: #f1f1f1;
  margin: 0;
  padding: 40px 0;
}
.company-case-studies p.title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #535353;
  margin-top: 0;
  margin-bottom: 40px;
}
.company-case-studies .post-grid .col {
  margin: 0 0 40px 0;
}
.company-case-studies .post-grid .card {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.company-case-studies .post-grid .read-more {
  background-color: #e79522;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  display: block;
  width: 90%;
  margin: 0;
  padding: 10px;
}

.exhibiting-at {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.exhibiting-at p {
  margin: 0;
}
.exhibiting-at p.label {
  font-size: 10px;
  font-weight: 600;
  color: #535353;
}
.exhibiting-at p.label a {
  color: #535353;
  text-decoration: none;
}
.exhibiting-at ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.exhibiting-at ul li {
  background: #31afe0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  margin: 0;
  padding: 5px;
}

#supported-by {
  display: block;
  width: 100%;
  height: auto;
  background: #f1f1f1;
  padding: 55px 0;
}
#supported-by .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
#supported-by .logos ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
#supported-by p {
  margin-top: 0;
  margin-bottom: 0;
}

#site-footer {
  background: #333132;
  color: #ffffff;
  margin: 0;
  padding: 80px 0;
}
@media only screen and (max-width: 1024px) {
  #site-footer .col-12 {
    margin-bottom: 25px;
  }
  #site-footer .col-12:last-child {
    margin-bottom: 0;
  }
  #site-footer .col-12 p.column-title {
    margin-bottom: 12.5px;
  }
}
#site-footer a {
  color: #ffffff;
}
#site-footer a:hover {
  color: #31afe0;
}
#site-footer a.contact {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}
#site-footer p.column-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 35px;
}
#site-footer p.sub-title {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}
#site-footer ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#site-footer ul.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  text-decoration: none;
}
#site-footer ul.social a:hover {
  border: 2px solid #39afdf;
}
#site-footer ul.social a:hover i {
  color: #39afdf;
}
#site-footer ul.social a i {
  font-size: 16px;
  font-weight: unset;
  color: #dbdbdb;
}
#site-footer .newsletter p,
#site-footer .newsletter label {
  font-size: 14px;
  color: #ffffff;
}
#site-footer .newsletter label {
  margin-bottom: 5px;
}
#site-footer .newsletter .email,
#site-footer .newsletter .FULLNAME,
#site-footer .newsletter .datafield {
  background: #484647 !important;
  border: 1px solid #6b696a !important;
  border-radius: 24px;
  font-size: 12px;
  color: #9d9d9c;
  width: 100%;
  height: 48px;
  margin-bottom: 25px;
  padding: 12px 26px;
}
#site-footer .newsletter input[type=submit],
#site-footer .newsletter button[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 135px;
  min-height: 50px;
  border-radius: 25px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  background: #31afe0;
  border: 1px solid #31afe0;
  color: #ffffff;
  transition: 0.5s;
}
#site-footer .newsletter input[type=submit]:hover,
#site-footer .newsletter button[type=submit]:hover {
  background: #ffffff;
  border: 1px solid #31afe0;
  color: #31afe0;
  transition: 0.5s;
}
#site-footer .legal ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media only screen and (max-width: 1024px) {
  #site-footer .legal ul {
    justify-content: start;
    flex-direction: column;
  }
}
#site-footer .legal ul li:after {
  display: inline-block;
  content: "|";
  margin: 0 10px;
}
#site-footer .legal ul li:last-child:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  #site-footer .legal ul li:after {
    display: none;
  }
}
#site-footer .legal a {
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
}
#site-footer .legal a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.sidebar {
  background: #f1f1f1;
  padding: 35px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .sidebar {
    margin-top: 40px;
  }
}
.sidebar p.title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 28px;
  color: rgb(83, 83, 83);
}
.sidebar .col {
  margin: 0 0 28px 0;
}
.sidebar .col:last-child {
  margin-bottom: 0;
}
.sidebar .card {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.sidebar .read-more {
  background-color: #27afe1;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  display: block;
  width: 90%;
  margin: 0;
  padding: 10px;
}

.flexible-layout.has-bg {
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .flexible-layout.events .event-grid .d-flex {
    flex-wrap: wrap;
  }
}
.flexible-layout p > a,
.flexible-layout p > strong > a,
.flexible-layout p > a > strong {
  color: #31afe0 !important;
}

.flexible-layout p > a {
  color: #31afe0;
}

.text-and-image .col-12,
.basic-call-to-action .col-12,
.video-call-to-action .col-12,
.two-columns .col-12,
.three-columns .col-12 {
  margin-bottom: 20px;
}
.text-and-image .col-12:last-child,
.basic-call-to-action .col-12:last-child,
.video-call-to-action .col-12:last-child,
.two-columns .col-12:last-child,
.three-columns .col-12:last-child {
  margin-bottom: 0;
}

.text-and-image h1,
.text-and-image h2,
.text-and-image h3,
.text-and-image h4,
.text-and-image h5,
.text-and-image h6 {
  color: #535353;
}
.text-and-image h1:first-of-type,
.text-and-image h2:first-of-type,
.text-and-image h3:first-of-type {
  margin-bottom: 30px;
}

.basic-call-to-action,
.video-call-to-action {
  max-width: 1024px;
  margin: 0 auto;
  padding: 75px 60px;
}
@media (min-width: 0px) and (max-width: 782px) {
  .basic-call-to-action,
  .video-call-to-action {
    padding: 10px;
  }
}
.basic-call-to-action.full-width,
.video-call-to-action.full-width {
  max-width: 100%;
}

.basic-call-to-action {
  background: #f1f1f1;
}

.two-image-call-to {
  max-width: 1024px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .two-image-call-to .col-12 {
    margin-bottom: 25px;
  }
  .two-image-call-to .col-12:last-child {
    margin-bottom: 0;
  }
}

.video-call-to-action {
  background: #f1f1f1;
  max-width: unset;
}
.video-call-to-action.full-width .container-fluid {
  max-width: 100%;
}
.video-call-to-action .container-fluid {
  background: #ffffff;
  max-width: 1024px;
  margin: 0 auto;
  padding: 45px;
}
@media (min-width: 0px) and (max-width: 782px) {
  .video-call-to-action .container-fluid {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .video-call-to-action .col-12 {
    margin-bottom: 25px;
  }
  .video-call-to-action .col-12:last-child {
    margin-bottom: 0;
  }
}

.icon-grid {
  background: #f1f1f1;
  padding: 40px 20px;
}
.icon-grid p.title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.icon-grid i {
  margin-bottom: 25px;
  font-size: 93px;
  color: #27afe1;
}

.access-grid {
  margin: 0;
  padding: 40px 0 0 0;
}
.access-grid .col {
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .access-grid .col {
    margin: 0 0 20px 0;
  }
}
.access-grid .card {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.access-grid .read-more {
  background-color: #27afe1;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  display: block;
  width: 90%;
  margin: 0;
  padding: 10px;
}

.one-column h1,
.one-column h2,
.one-column h3,
.one-column h4,
.one-column h5,
.one-column h6,
.two-columns h1,
.two-columns h2,
.two-columns h3,
.two-columns h4,
.two-columns h5,
.two-columns h6,
.three-columns h1,
.three-columns h2,
.three-columns h3,
.three-columns h4,
.three-columns h5,
.three-columns h6,
.basic-call-to-action h1,
.basic-call-to-action h2,
.basic-call-to-action h3,
.basic-call-to-action h4,
.basic-call-to-action h5,
.basic-call-to-action h6,
.gallery h1,
.gallery h2,
.gallery h3,
.gallery h4,
.gallery h5,
.gallery h6,
.article-block h1,
.article-block h2,
.article-block h3,
.article-block h4,
.article-block h5,
.article-block h6 {
  color: #535353;
  margin-bottom: 12.5px;
}
.one-column .column-content,
.two-columns .column-content,
.three-columns .column-content,
.basic-call-to-action .column-content,
.gallery .column-content,
.article-block .column-content {
  margin: 25px 0;
}

.two-columns img,
.three-columns img {
  width: 100%;
}

.one-column.has-bg {
  margin: 0;
  padding: 50px;
}

.row-of-logos p.title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.row-of-logos ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.gallery .image-container {
  margin-top: 20px;
}
.gallery img,
.gallery iframe {
  width: 100%;
  height: 100%;
}
.gallery .row-cols-lg-1 > *,
.gallery .row-cols-lg-2 > *,
.gallery .row-cols-lg-3 > *,
.gallery .row-cols-lg-4 > * {
  margin: 0;
  padding: 3px;
}

.timetable {
  background: #f1f1f1;
  padding: 20px;
}
.timetable .timetable-custom .row {
  border-bottom: 1px solid #f1f1f1;
}
.timetable .timetable-custom .row:first-child {
  background: transparent !important;
}
.timetable .timetable-custom .row:first-child .col {
  color: #535353;
}
.timetable .timetable-custom .row:nth-of-type(2n) {
  background: #e78906;
}
.timetable .timetable-custom .row:nth-of-type(2n + 1) {
  background: #e79522;
}
.timetable .timetable-custom .row .col {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  padding: 16px;
}

body.page-id-3693 {
  background: #f1f1f1;
}

.testimonial-grid .card {
  border-radius: 0;
}
.testimonial-grid .card .content {
  padding: 30px;
}
.testimonial-grid .card-text img {
  float: left;
  margin-right: 10px;
}
.testimonial-grid .card-text p {
  font-size: 14px;
  line-height: 1.714;
  color: #535353;
}
.testimonial-grid p.info {
  line-height: 1.2;
}
.testimonial-grid p.info strong {
  font-size: 14px;
  font-weight: 700;
  color: #535353;
}
.testimonial-grid p.info small {
  font-size: 12px;
  font-weight: 600;
  color: #9d9d9c;
}

.exhibitor-list {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .exhibitor-list {
    margin-top: -50px;
    margin-bottom: 20px;
  }
}
.exhibitor-list #filter {
  text-align: center;
}
.exhibitor-list #filter .btn {
  display: inline-block;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 16px;
  padding: 8px 32px;
  min-width: unset;
  min-height: unset;
}
@media only screen and (max-width: 768px) {
  .exhibitor-list #filter .btn {
    display: block;
    margin: 5px auto;
  }
  .exhibitor-list #filter .btn:last-child {
    margin-bottom: 0;
  }
}
.exhibitor-list #filter .btn.company {
  background: #f9a021;
  color: #ffffff;
}
.exhibitor-list #filter .btn.university {
  background: #bed62f;
  color: #ffffff;
}
.exhibitor-list #filter .btn.all-articles, .exhibitor-list #filter .btn.all {
  background: #ffffff;
  border: 1px solid #31afe0;
  color: #31afe0;
}

.post-loop-col {
  margin-bottom: 25px;
}
.post-loop-col .colour-block {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  height: auto;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding: 7.5px 15px;
}
.post-loop-col .colour-block.all-articles, .post-loop-col .colour-block.all {
  background: #ffffff;
  color: #535353;
}
.post-loop-col .colour-block.news {
  background: #1fade2;
}
.post-loop-col .colour-block.careers-advice {
  background: #fba200;
}
.post-loop-col .colour-block.university-advice {
  background: #bdd71a;
}
.post-loop-col .colour-block.advice-for-parents {
  background: #cb5b8d;
}
.post-loop-col .colour-block.focus {
  background: #b000a1;
}
.post-loop-col .colour-block.advice-for-international-students {
  background: #fd4a0a;
}

.article-block .post-wrapper {
  margin-top: 25px;
}
.article-block .post-wrapper.has-bg {
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .article-block .col {
    margin-bottom: 25px;
  }
  .article-block .col:last-child {
    margin-bottom: 0;
  }
}
.article-block a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: #535353;
  text-decoration: none;
}
.article-block .card-title {
  color: #535353;
  text-align: center;
}
.article-block.add-col-margin .post-wrapper {
  padding-bottom: 15px;
}
.article-block.add-col-margin .post-wrapper .col {
  margin-bottom: 25px;
}
.article-block .colour-block {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  height: auto;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding: 7.5px 15px;
}
.article-block .colour-block.all-articles, .article-block .colour-block.all {
  background: #ffffff;
  color: #535353;
}
.article-block .colour-block.news {
  background: #1fade2;
}
.article-block .colour-block.careers-advice {
  background: #fba200;
}
.article-block .colour-block.university-advice {
  background: #bdd71a;
}
.article-block .colour-block.advice-for-parents {
  background: #cb5b8d;
}
.article-block .colour-block.focus {
  background: #b000a1;
}
.article-block .colour-block.advice-for-international-students {
  background: #fd4a0a;
}

body.page.page-id-2022 .navigation.posts-navigation,
body.archive.category .navigation.posts-navigation {
  display: none;
}
body.page.page-id-2022 ul.page-numbers,
body.archive.category ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
body.page.page-id-2022 ul.page-numbers li a,
body.page.page-id-2022 ul.page-numbers li span,
body.archive.category ul.page-numbers li a,
body.archive.category ul.page-numbers li span {
  font-size: 16px;
  text-decoration: underline;
  color: #3e3e3e;
}
body.page.page-id-2022 ul.page-numbers li a:hover,
body.page.page-id-2022 ul.page-numbers li span:hover,
body.archive.category ul.page-numbers li a:hover,
body.archive.category ul.page-numbers li span:hover {
  color: #39afdf;
}
body.page.page-id-2022 ul.page-numbers li span,
body.archive.category ul.page-numbers li span {
  font-weight: 700;
}
body.page.page-id-2022 #searchform,
body.archive.category #searchform {
  float: right;
}
body.page.page-id-2022 .section-title-row p,
body.archive.category .section-title-row p {
  margin-top: 0;
  margin-bottom: 35px;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(83, 83, 83);
}

.article-grid {
  background: #cbebf7;
  margin-bottom: 90px;
  padding: 40px 40px 15px 40px;
}
.article-grid .btn {
  max-width: fit-content;
  margin: 0 auto;
  color: #ffffff !important;
}
.article-grid .btn:hover {
  color: #27afe1 !important;
}
.article-grid:last-child {
  margin-bottom: 0;
}
.article-grid .col {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .article-grid .key-column {
    order: 1 !important;
  }
  .article-grid .key-column #searchform {
    display: block !important;
    margin-top: 20px;
  }
}
.article-grid .key-column #searchform {
  display: none;
}
.article-grid .key-column .content-container {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  margin: 0;
  padding: 20px;
}
.article-grid .key-column .content-container p.title {
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #535353;
}
.article-grid .key-column .content-container hr {
  margin-top: 20px;
  margin-bottom: 40px;
}
.article-grid .key-column .content-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-grid .key-column .content-container ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333132;
}
.article-grid .key-column .content-container ul li span.colour {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
  margin: 0 10px 0 0;
}
.article-grid .key-column .content-container ul li span.text a {
  color: #333132;
  text-decoration: none;
}
.article-grid .post {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
}
.article-grid .post .colour-block {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  height: auto;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding: 7.5px 15px;
}
.article-grid .post .colour-block.all-articles, .article-grid .post .colour-block.all {
  background: #ffffff;
  color: #535353;
}
.article-grid .post .colour-block.news {
  background: #1fade2;
}
.article-grid .post .colour-block.careers-advice {
  background: #fba200;
}
.article-grid .post .colour-block.university-advice {
  background: #bdd71a;
}
.article-grid .post .colour-block.advice-for-parents {
  background: #cb5b8d;
}
.article-grid .post .colour-block.focus {
  background: #b000a1;
}
.article-grid .post .colour-block.advice-for-international-students {
  background: #fd4a0a;
}
.article-grid .post .post-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.article-grid .post .post-title {
  margin: 0;
  padding: 20px 25px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: rgb(83, 83, 83);
}
.article-grid .post .post-title a {
  text-decoration: none;
  color: rgb(83, 83, 83);
}

body.job-template-default main p,
body.job-template-default main li {
  font-size: 14px;
  color: #535353;
}
body.job-template-default ul.info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}

#privacypolicies-com---nb {
  background-color: #ffffff !important;
  border-top: 2px solid #f1f1f1 !important;
  width: 100% !important;
  max-width: 100% !important;
  right: unset !important;
  left: 0 !important;
}
#privacypolicies-com---nb .cc-nb-main-container {
  padding: 25px !important;
}
#privacypolicies-com---nb .cc-nb-main-container p {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

.cc-nb-okagree,
.cc-nb-reject,
.cc-nb-changep,
.cc-cp-foot-save {
  border-radius: 25px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  background: #31afe0 !important;
  border: 1px solid #31afe0 !important;
}
.cc-nb-okagree:hover,
.cc-nb-reject:hover,
.cc-nb-changep:hover,
.cc-cp-foot-save:hover {
  background: #ffffff !important;
  color: #31afe0 !important;
}

.wpcf7-list-item {
  display: block !important;
}

.additional-post-data {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .additional-post-data {
    margin: 1rem 0;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .additional-post-data li:after {
    content: "|";
    margin: 0 10px;
  }
  .additional-post-data li:last-child:after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .flexible-slider .slide {
    min-height: unset !important;
  }
}
@media only screen and (max-width: 768px) {
  .flexible-slider .slide-content {
    margin: 50px 0;
  }
}
.flexible-slider .slide-content .social {
  display: none;
}
@media only screen and (max-width: 768px) {
  .flexible-slider .slide-content .social {
    display: flex;
  }
}
.flexible-slider .slide-content p {
  text-transform: uppercase;
}
.flexible-slider .slide-content p:nth-child(1) {
  font-size: 54px;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .flexible-slider .slide-content p:nth-child(1) {
    font-size: 24px;
  }
}
.flexible-slider .slide-content p:nth-child(2) {
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
  margin: 0 auto;
  padding: 10px 30px;
  width: fit-content;
  height: auto;
  background: #31afe0;
  color: #ffffff;
  transform: rotateZ(-2deg);
}
@media only screen and (max-width: 1024px) {
  .flexible-slider .slide-content p:nth-child(2) {
    font-size: 24px;
  }
}
.flexible-slider .slide-content .career-live-circles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .flexible-slider .slide-content .career-live-circles {
    display: none;
  }
}
.flexible-slider .slide-content .career-live-circles .circle {
  display: block;
  width: 216px;
  height: 216px;
  border-radius: 50%;
  perspective: 500px;
}
.flexible-slider .slide-content .career-live-circles .circle .content {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
}
.flexible-slider .slide-content .career-live-circles .circle:hover .content {
  transform: rotateY(180deg);
  transition: transform 0.5s;
}
.flexible-slider .slide-content .career-live-circles .circle:nth-child(1) .front,
.flexible-slider .slide-content .career-live-circles .circle:nth-child(1) .back {
  background: #fba200;
}
.flexible-slider .slide-content .career-live-circles .circle:nth-child(2) .front,
.flexible-slider .slide-content .career-live-circles .circle:nth-child(2) .back {
  background: #bdd819;
}
.flexible-slider .slide-content .career-live-circles .circle .front,
.flexible-slider .slide-content .career-live-circles .circle .back {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  backface-visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.flexible-slider .slide-content .career-live-circles .circle .back {
  transform: rotateY(180deg);
  padding: 20px;
}
.flexible-slider .slide-content .career-live-circles .circle .back p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0;
}

body.single-company .exhibiting-at p.label,
body.single-university .exhibiting-at p.label {
  font-size: 16px;
}

.wpcf7-form .wpcf7-submit {
  margin-bottom: -15px;
}

.wpcf7-spinner {
  display: none !important;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 9000 !important;
}

.event-dropdown-button {
  background: #31afe0;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  border: none;
  width: 100%;
  align-items: baseline;
  gap: 8px;
  line-height: normal;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  display: none;
  position: relative;
  z-index: 10;
}

.exhibitor-menu-custom {
  height: 90px;
  background: #31afe0;
  padding-top: 10px;
}
.exhibitor-menu-custom ul a {
  color: white;
}
.exhibitor-menu-custom ul a:hover {
  color: white;
}

@media (max-width: 768px) {
  .exhibitor-menu-custom {
    transition: transform 0.3s ease;
    background: #31afe0;
    position: absolute;
    z-index: 3;
    height: fit-content;
    padding-top: 0;
    transform: translateY(-100%); /* Initial position for slide up */
  }
  .exhibitor-menu-custom ul a {
    color: #31afe0;
    pointer-events: none;
  }
  .exhibitor-menu-custom.show {
    transform: translateY(0); /* Final position for slide down */
  }
  .exhibitor-menu-custom.show ul a {
    color: white;
    pointer-events: all;
  }
  .event-dropdown-button {
    display: flex;
  }
}

/*# sourceMappingURL=app.css.map */
