  /*
Theme Name:		 °µÍø¸£Àû
Theme URI:		 https://fantastech.co
Description:	 This is a child theme for Itineris Core parent theme.
Author:			 Itineris
Author URI:		 https://www.itineris.co.uk/
Template:		 astra
Version:		 1.0.7
*/

/* CSS of all screens */

/**
* Global
***/
@import "./mobile-menu.css";

a,
.fl-module .fl-module-content a {
  text-decoration: underline;
  outline: none;
}

a:hover,
a:focus,
.fl-module .fl-module-content a:hover,
.fl-module .fl-module-content a:focus {
  outline: none;
  font-weight: bold !important;
}

.fl-module .fl-module-content .fl-post-grid-title a {
  text-decoration: none;
}

.fl-module .fl-module-content .fl-post-grid-title a:hover {
  text-decoration: underline;
}

.ast-menu-toggle:focus {
  outline: none;
  border: none;
}

.clearfix {
  clear: both;
}

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:hover,
.fl-builder-content .fl-post-more-link a.fl-button,
.fl-builder-content .fl-post-more-link a.fl-button:hover,
.fl-builder-content a.uabb-button,
.fl-builder-content a.uabb-button:hover {
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.tertiary-button a:hover {
  box-shadow: 0 6px 8px rgb(0 0 0 / 80%);
}

.primary-big-button a.fl-button {
  display: flex !important;
  min-height: 94px;
  position: relative;
  justify-content: center;
  align-items: center;
}

/* Resetting basic Gravity Forms' error message styling */

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  box-sizing: border-box !important;
}

.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.gfield_description {
  padding-top: 5px !important;
}

.uabb-adv-accordion-button-label:focus,
.uabb-adv-accordion-button-label:active,
.uabb-adv-accordion-button:focus,
.uabb-adv-accordion-button:active,
.uabb-adv-accordion-icon-wrap:focus,
.uabb-adv-accordion-icon-wrap:active {
  outline: none;
}

/**
* Header
***/
.ast-theme-transparent-header .ast-builder-menu .menu-item > .menu-link,
.ast-theme-transparent-header .ast-header-search .astra-search-icon {
  color: #fff;
}

.ast-theme-transparent-header .main-header-menu .sub-menu .menu-link {
  color: #0c1f2e;
}

.ast-theme-transparent-header .ast-builder-menu-mobile .sub-menu .menu-link {
  color: #fff;
}

.ast-desktop
  .ast-mega-menu-enabled
  .astra-megamenu-li
  .astra-megamenu
  .sub-menu
  .menu-link {
  border-bottom: 1px solid #e1e1e1 !important;
}

.ast-desktop
  .ast-primary-header-bar
  .main-header-menu
  > .menu-item
  .ast-icon
  svg {
  fill: #e01a34;
}

.main-navigation
  li.menu-item-has-children:hover
  a
  span.ast-icon.icon-arrow
  svg {
  transform: rotateX(-180deg);
  fill: #e01a34;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item > a:hover {
  color: #e01a34;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3) !important;
  padding-bottom: 40px !important;
}

.ast-desktop .main-header-menu:not(#ast-hf-mobile-menu) .astra-megamenu-li .astra-megamenu .sub-menu {
  box-shadow: none;
}

.ast-desktop
  .ast-mega-menu-enabled
  .astra-megamenu-li
  .astra-megamenu
  .sub-menu
  .menu-item-heading
  .menu-link {
  border-bottom: none !important;
}

.fl-builder-module-template {
  padding: 0;
}

.ast-theme-transparent-header
  .ast-primary-header-bar
  .main-header-menu
  > .menu-item
  .ast-icon
  svg {
  fill: #fff !important;
}

select::-ms-expand {
  display: none;
}

h3.uabb-modal-title {
  text-transform: uppercase;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .sub-menu .menu-link,
.ast-desktop
  .ast-mega-menu-enabled.submenu-with-border
  .astra-megamenu-li
  .sub-menu
  .menu-link {
  padding-left: 0;
  padding-right: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu {
  padding-left: 40px !important;
}

/* .ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item {
    padding: 0 20px;
} */
.ast-desktop .ast-mm-custom-text-content,
.ast-desktop .ast-mm-template-content {
  padding: 0 20px 0 0;
}

.mega-menu-info h3.uabb-infobox-title {
  border: 1px solid;
  padding: 5px;
  display: inline-block;
}

.ast-desktop
  .ast-mega-menu-enabled
  .astra-megamenu-li:hover
  .astra-megamenu
  > .menu-item {
  flex: 1 1 auto !important;
}

.ast-theme-transparent-header .header-icon i {
  font-size: 23px;
  color: #fff;
}

.header-icon {
  display: flex;
}

.mega-menu-info {
  max-width: 300px;
  float: right;
  margin: 0 auto;
}

.mega-menu-info a.uabb-button {
  width: 100%;
}

/**
* Footer
***/
a.ast-builder-social-element {
  width: 38px;
  height: 38px;
}

.ast-facebook {
  background-color: #3b5998;
}

.ast-youtube {
  background-color: #ff0000;
}

.ast-instagram {
  background-image: linear-gradient(
    203deg,
    #9805b3 0%,
    #ea0051 32%,
    #ff461b 78%,
    #ffa912 100%
  );
}

.ast-twitter {
  background-color: #1da1f2;
}

.ast-linkedin {
  background-color: #0077b5;
}

.ast-tiktok {
  background-color: #000000;
}

.site-footer-section-4 .widget_text {
  margin-bottom: 10px;
}

.site-footer-section-4 .widget_text p {
  margin-bottom: 0;
  line-height: 1.5;
  width: 250px;
  text-align: revert;
  display: inline-block;
}

.site-footer-primary-section-4 {
  display: inline-block;
  align-self: flex-end;
}

.ast-builder-footer-grid-columns {
  grid-column-gap: 0;
}

/* .site-footer-primary-section-2, .site-footer-primary-section-3 {
    margin-left: -50px;
} */
.ast-builder-grid-row-4-equal .ast-builder-grid-row {
  grid-template-columns: 0.9fr 1fr 1fr 1fr;
}

.footer-widget-area-inner a.menu-link {
  text-decoration: underline;
}

.footer-widget-area-inner a.menu-link:hover {
  text-decoration: none;
  color: #123658;
}

/**
* Footer Before
***/
.footer-img-carousel .uabb-image-carousel .slick-slide img {
  width: auto !important;
  max-height: 85px;
  margin: 0 auto;
  height: 100% !important;
}

.footer-img-carousel .slick-prev {
  bottom: 0;
  left: 42% !important;
  top: 145px !important;
}

.footer-img-carousel .slick-next {
  bottom: 0;
  top: 145px !important;
  right: 42% !important;
}

.footer-img-carousel .uabb-image-carousel ul.slick-dots {
  padding-top: 25px;
}

.footer-img-carousel
  .uabb-image-carousel
  ul.slick-dots
  li.slick-active
  button:before {
  color: #ed6a67 !important;
}

.footer-img-carousel .uabb-image-carousel ul.slick-dots li button:before {
  opacity: 1;
}

.site-footer-primary-section-4.site-footer-section.site-footer-section-4 {
  margin-bottom: 15px;
}

/**
* Breadcrumb
***/
.ast-breadcrumbs .trail-items li a {
  text-decoration: underline;
}

.ast-header-breadcrumb .ast-container {
  max-width: initial;
  margin-left: 15px;
}

/**
* Homepage
***/

.home-heading .fl-heading span {
  border: 1px solid #fff;
  padding: 7px 19px;
  width: auto;
  display: inline-block;
}

.home-heading.heading-blue-border .fl-heading span {
  border: 1px solid #0c1f2e;
}

.home-success-img-carousel .uabb-image-carousel .slick-slide img {
  height: 500px !important;
  object-fit: cover;
}

.home-success-img-carousel .uabb-image-carousel-item {
  position: relative;
}

.home-success-img-carousel .uabb-image-carousel-caption {
  position: absolute;
  background-color: transparent !important;
  bottom: 40px;
  text-align: center;
  left: 0;
  right: 0;
  border: 1px solid;
  margin: 0 auto !important;
  padding: 10px 10px;
  font-weight: 500;
  width: 75%;
  white-space: normal;
  word-break: break-word;
  max-width: 300px;
  z-index: 1;
}

.home-success-img-carousel
  .uabb-image-carousel-item:hover
  .uabb-image-carousel-caption {
  color: #0c1f2e;
  background-color: #fff !important;
  border: none;
}

.home-success-img-carousel .uabb-image-carousel-item:after {
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.3s;
}

.home-success-img-carousel .uabb-image-carousel-item:hover:after {
  opacity: 0;
}

.home-open-carousel .slick-prev {
  bottom: 0;
  left: 44.5% !important;
  top: 96.8% !important;
}

.home-open-carousel .slick-next {
  bottom: 0;
  top: 96.8% !important;
  right: 44.5% !important;
}

.home-open-carousel .uabb-image-carousel ul.slick-dots {
  padding-top: 25px;
}

.home-open-carousel
  .uabb-image-carousel
  ul.slick-dots
  li.slick-active
  button:before {
  color: #ed6a67;
}

.home-open-carousel .uabb-image-carousel ul.slick-dots li button:before {
  opacity: 1;
}

.home-post-module .fl-post-grid-image {
  height: 200px;
}

.home-post-module .fl-post-grid-image img {
  max-width: 269px !important;
  width: auto !important;
}

.home-post-module .fl-post-grid-text,
.team-archieve .fl-post-text {
  background-color: #0c1f2e;
  margin: -115px 0 0 30px;
  z-index: 1;
  position: relative;
  max-width: 261px;
  width: 100%;
  height: 100%;
  padding: 18px 18px 52px 21px;
}

.home-post-module .fl-post-grid-text {
  margin-top: -55px;
}

.home-post-module .fl-post-grid-title a:hover {
  text-decoration: underline !important;
}

.home-explore-info-box .uabb-infobox {
  z-index: 1;
}

.home-explore-list .uabb-info-list-icon {
  position: absolute;
  right: 0;
}

a.fl-post-grid-more {
  color: white;
}

.home-explore-list .uabb-info-list {
  /*     border: 2px solid #0c1f2e; */
  background-color: #ffffff;
}

.home-explore-list .uabb-info-list-item {
  transition: transform 0.3s ease, color 0.3s;
}

.home-explore-list .uabb-info-list-item:hover {
  transform: translateX(50px);
  border-color: #e01a34;
  transition: transform 0.3s ease, color 0.3s;
  /*     color: #e01a34 !important; */
}

.home-explore-list .uabb-info-list-item:hover h4 {
  color: #e01a34;
}

.home-explore-list .uabb-info-list-item {
  padding: 20px 30px 15px 30px !important;
  border: 2px solid #0c1f2e;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.home-explore-list .uabb-info-list-item:last-child {
  border-bottom-width: 2px;
}

.home-explore-list .uabb-info-list-item:first-child {
  border-top-width: 2px;
}

.home-explore-list .uabb-icon-wrap {
  vertical-align: bottom !important;
}

.home-explore-list .uabb-imgicon-wrap .uabb-icon i {
  font-weight: 700;
}

.home-success-img .fl-photo-content {
  position: relative;
  z-index: 0;
}

.home-success-img .fl-photo a:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-success-img .fl-photo a:hover:after {
  display: none;
}

.home-success-img .fl-photo:hover .fl-photo-caption {
  background-color: #fff !important;
  color: #0c1f2e !important;
}

.home-success-img .fl-photo-caption {
  position: absolute;
  background-color: transparent !important;
  bottom: 35px;
  text-align: center;
  left: 0;
  right: 0;
  border: 1px solid;
  margin: 0 auto !important;
  padding: 10px;
  font-weight: 500;
  width: fit-content;
  color: #fff !important;
  z-index: 100;
  white-space: pre-wrap;
  word-break: break-word;
  max-width: 300px;
  line-height: 1.35;
}

.home-success-img .fl-photo-content img {
  max-height: 500px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-search-form li.sf-field-post_type,
.home-search-form li.sf-field-reset,
.home-search-form li.sf-field-search h4 {
  display: none;
}

.home-search-form .searchandfilter ul,
.home-search-form .course-search-form ul {
  margin-left: 0;
}

.home-search-form .searchandfilter ul li.sf-field-search,
.home-search-form .searchandfilter ul li.sf-field-submit,
.home-search-form .course-search-form ul li.sf-field-search,
.home-search-form .course-search-form ul li.sf-field-submit {
  display: inline;
}

.home-search-form .searchandfilter ul li.sf-field-submit input,
.home-search-form .course-search-form ul li.sf-field-submit input {
  padding: 17px 52px 17px 26px;
  margin-left: 15px;
  background-color: #e01a34;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home-search-form .searchandfilter ul li.sf-field-submit input:hover,
.home-search-form .course-search-form ul li.sf-field-submit input:hover {
  box-shadow: 0 6px 8px rgb(0 0 0 / 80%);
}

.home span.clear-search-value {
  display: none;
}

.home-search-form .searchandfilter ul li.sf-field-submit,
.home-search-form .course-search-form ul li.sf-field-submit {
  position: relative;
}

.home-search-form .searchandfilter ul li.sf-field-submit:after,
.home-search-form .course-search-form ul li.sf-field-submit:after {
  content: "";
  background-image: url(/wp-content/uploads/2021/06/regular.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 123px;
  top: 12px;
  right: 0;
  margin: 0 auto;
  /* 	cursor: pointer;
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        content: '\f002';
        display: inline-block;
        padding-left: 10px;
        vertical-align: middle;
        font-weight: 400px;
        color: #fff; */
}

.home-search-form .course-search-form ul li.sf-field-submit:after {
  top: 0;
}

.home-post-module .fl-post-grid-title a:hover {
  text-decoration: underline;
}

.home-search-form span.clear-search-value {
  display: none;
}

/**
* Search Popup
***/
.search-form-footer-div-overlay select.post-list {
  max-height: 73px;
  height: 100%;
  max-width: 175px;
  width: 100%;
}

.search-popup-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.all-search-form .searchandfilter li.sf-field-post_type {
  visibility: hidden;
  width: 1px;
  height: 1px;
}

.all-search-form .searchandfilter ul li {
  display: inline-flex;
}

.all-search-form .searchandfilter ul {
  margin-left: 0px;
  margin-top: -10px;
}

.search-popup-footer-row {
  display: none;
}

.search-result-list .fl-post-feed .fl-post-feed-content a {
  /*     color: #0c1f2e; */
  border: 1px solid;
  padding: 5px 10px;
}

.post-extra-fields span.psot-meta-fields {
  padding-top: 20px;
  color: #0c1f2e;
  font-weight: 700;
  text-transform: capitalize;
}

.post-extra-fields {
  margin-top: 20px;
}

.all-search-form .searchandfilter ul li h4 {
  display: none;
}

.all-search-form .searchandfilter li.sf-field-reset {
  display: none !important;
}

.all-search-form .searchandfilter input[type="submit"] {
  background: #e01a34;
  color: #ffffff !important;
  font-weight: 700 !important;
}

.post-type-list {
  width: 17%;
}

.all-search-form {
  width: 83%;
}

.all-search-form .searchandfilter input {
  line-height: 25px !important;
}

.all-search-form .searchandfilter li.sf-field-search input,
.all-search-form .searchandfilter li.sf-field-search label {
  width: 100%;
}

.all-search-form .searchandfilter li.sf-field-search {
  width: 80%;
  padding-top: 11px;
}

.message-div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e01a34;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
}

.message-div p {
  margin-bottom: 0;
}

.message-div a.alert-msg-link {
  padding: 8px 15px;
  background: #ffffff;
  font-size: 16px;
  color: #e01a34;
  margin-left: 100px;
  text-transform: uppercase;
  text-decoration: none;
}

.message-div a.alert-msg-link:hover {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.24);
}

.search-form-footer-div-overlay input[type="submit"] {
  line-height: 22px !important;
}

.search-form-footer-div-overlay input[type="submit"] {
  line-height: 22px !important;
}

.home-search-form input {
  height: 55px !important;
}

.post-type-list select option:checked,
option:hover {
  color: #e01a34 !important;
}

/* select.post-list {
    -webkit-appearance: none;
} */
.search-popup-wrapper .nice-select:after {
  border-bottom: 2px solid #e01a34;
  border-right: 2px solid #e01a34;
  height: 10px;
  margin-top: -7px;
  width: 10px;
}

.search-popup-wrapper .nice-select.post-list {
  width: 93%;
  height: 54px;
  padding-top: 10px;
  border-radius: 0;
  box-shadow: none;
}

.search-popup-wrapper .nice-select.open .list {
  margin-left: 0;
  margin-top: 0;
  border-radius: 0;
  box-shadow: none;
  border-top: solid 0.8px #979797;
}

.search-popup-wrapper .nice-select .option:hover,
.search-popup-wrapper .nice-select .option.focus,
.search-popup-wrapper .nice-select .option.selected.focus {
  background-color: transparent;
  color: #e01a34;
  font-weight: 400;
}

.nice-select .option {
  font-size: 18px !important;
  min-height: 30px;
}

.all-search-form .searchandfilter li.sf-field-search .clear-search-value img {
  display: none;
}

/**
* School  Leaver
***/

.right-column-image .fl-col-content * {
  height: 100%;
}

.right-column-image .fl-col-content img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  max-width: none;
  object-fit: cover;
}

.search-label-wrap .clear-search {
  display: none;
}

.school-leaver-infobox .uabb-module-content {
  box-shadow: 0 12px 22px rgb(0 0 0 / 7%);
  background-color: #ffffff;
  padding: 40px 50px;
}

.school-leaver-event .uabb-infobox-content {
  display: flex;
  align-items: flex-start;
  align-content: center;
  flex-wrap: nowrap;
}

.school-leaver-event .uabb-infobox-title-wrap {
  background-color: #0c1f2e;
  padding: 15px 20px;
  text-align: center;
}

.school-leaver-event span.event-month {
  display: block;
}

.school-leaver-event .uabb-infobox-text {
  padding: 20px 0 0 20px;
}

.school-leaver-event .uabb-infobox:hover {
  box-shadow: 0 3px 4px rgb(0 0 0 / 20%);
}

.school-leaver-event span.event-date {
  background-color: transparent;
}

.distance-learning-slider .fl-slide-bg-photo {
  background-position: left;
  background-size: 50% auto;
}

.distance-learning-slider .bx-controls.bx-has-pager {
  position: relative;
}

.distance-learning-slider .fl-slide-content-wrap {
  position: absolute;
  top: 0;
  right: 0%;
  max-width: 50vw !important;
  height: 100%;
  float: left;
}

.distance-learning-slider .fl-slide-photo-img {
  height: 500px;
  right: 50px;
  position: absolute;
}

.distance-learning-slider .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 80px;
  left: 9.5%;
}

.distance-learning-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #fff !important;
}

.distance-learning-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.distance-learning-slider .bx-wrapper .bx-pager.bx-default-pager a:focus,
.distance-learning-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #ed6a67 !important;
}

.distance-learning-slider .fl-content-slider-navigation .slider-prev,
.distance-learning-slider .fl-content-slider-navigation .slider-next {
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 5px;
}

.distance-learning-slider .fl-content-slider-svg-container {
  width: 20px;
  height: 20px;
}

.distance-learning-slider .fl-content-slider-navigation .slider-prev {
  top: 165px;
  left: 53.2%;
}

.distance-learning-slider .fl-content-slider-navigation .slider-next {
  top: 165px;
  right: 34%;
}

.distance-learning-info-list .uabb-icon-wrap .uabb-icon i:before {
  font-weight: 700;
}

.school-leaver-first-choice-row .uabb-heading-text {
  display: inline-block !important;
}

/**
* Vocational Courses
***/
.vocational-banner-row .fl-col {
  background-color: #064042;
  padding: 20px 20px 0;
}

.vocational-img .fl-photo-content {
  position: relative;
  z-index: 0;
}

.vocational-img .fl-photo-content:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
}

.vocational-img .fl-photo-caption {
  position: absolute;
  background-color: transparent !important;
  bottom: 20px;
  text-align: center;
  left: 0;
  right: 0;
  border: 1px solid;
  margin: 0 auto !important;
  padding: 10px;
  font-weight: 500;
  width: fit-content;
  color: #fff !important;
  z-index: 100;
  width: fit-content;
  white-space: pre-wrap;
  word-break: break-word;
  max-width: 300px;
  line-height: 20px;
}

.vocational-img .fl-photo-content img {
  height: 300px;
  object-fit: cover;
}

.school-leaver-infobox span.uabb-heading-text {
  display: block;
}

.vocational-banner-row .fl-col-group {
  margin: 0 20px;
}

.vocational-list .uabb-icon-wrap {
  vertical-align: text-top !important;
}

.vocational-learn-text p {
  margin-bottom: 0;
}

.vocational-img .fl-photo-content:hover:after {
  display: none;
}

.vocational-img .fl-photo:hover .fl-photo-caption {
  background-color: #fff !important;
  color: #0c1f2e !important;
  border: none !important;
}

.vocational-banner-row .fl-row-content-wrap {
  background-size: 100%;
}

/**
* Subject
***/
.computing-courses-info-box .uabb-infobox-left-right-wrap {
  position: relative;
  z-index: 0;
}

.computing-courses-info-box .uabb-infobox-left-right-wrap:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2021/07/shutterstock_1433736386_1-1.jpg);
  background-repeat: no-repeat;
  width: 164px;
  height: 164px;
  background-position: right bottom;
  background-size: auto;
  top: 70%;
  left: 70%;
  z-index: -1;
}

.subject-course-post-featured .fl-post-column {
  padding-bottom: 30px !important;
}

/**
* Campus tours
***/
.campaus-tours-video-text .uabb-heading-text {
  z-index: 100;
  position: relative;
}

.campus-exp-img .fl-photo {
  position: relative;
}

.campus-exp-img .fl-photo-caption {
  background-color: #123658;
  color: #fff;
  width: fit-content;
  padding: 15px;
  position: absolute;
  bottom: 40px;
  max-width: 300px;
  margin-left: -20px;
}

.campus-post-slider .fl-post-slider-post {
  padding: 0 !important;
  min-height: auto;
}

.campus-post-slider .fl-photo-content img {
  /*     max-width: 850px !important; */
  /* width: 100%; */
  height: 400px;
  object-fit: cover;
  max-width: 360px;
}

.campus-post-slider h2.fl-post-slider-title {
  display: none;
}

.campus-post-slider .fl-post-slider-content {
  padding: 80px 200px 0 40px;
}

.campus-post-slider .story-details img {
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.campus-post-slider .story-details .story-title,
.campus-post-slider .story-details .story-meta {
  color: #fff;
}

.campus-post-slider .story-details .story-meta {
  font-size: 16px;
  padding-top: 15px;
}

.campus-post-slider .story-details .story-quote-name {
  text-transform: capitalize;
  font-weight: 700;
}

.campus-post-slider .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 40px;
  left: 7%;
}

.campus-post-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #fff !important;
}

.campus-post-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.campus-post-slider .bx-wrapper .bx-pager.bx-default-pager a:focus,
.campus-post-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #ed6a67 !important;
}

.campus-post-slider .fl-post-slider-navigation .slider-next,
.campus-post-slider .fl-post-slider-navigation .slider-prev {
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 5px;
}

.campus-post-slider .fl-post-slider-navigation .fl-post-slider-svg-container {
  width: 20px;
  height: 20px;
}

.campus-post-slider .fl-post-slider-navigation .slider-prev {
  top: 155px;
  left: 0;
  margin: 0 49%;
}

.campus-post-slider .fl-post-slider-navigation .slider-next {
  top: 155px;
  right: 0;
  margin: 0 35%;
}

.campus-post-event .fl-post-feed-post {
  border-bottom: none;
}

.campus-post-slider .bx-wrapper {
  margin-bottom: 0;
}

.campaus-tours-video-text .uabb-heading {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
}

.campus-post-date {
  width: 20%;
}

.campus-post-slider .story-details .story-title span {
  text-transform: uppercase;
  border: 1px solid;
  padding: 8px 20px;
}

.campus-post-wrapper .meta-link {
  display: contents;
}

/**
* Centre of Technology and Innovation Excellence
***/
.center-tech-accordian .uabb-adv-accordion-item-active {
  border-radius: 4px;
  box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #0c1f2e;
}

.center-tech-accordian
  .uabb-adv-accordion-item-active
  .uabb-adv-accordion-button {
  box-shadow: none;
  /*     border: none; */
}

/**
* Hair & Beauty Academies
***/
.book-place-btn a:hover {
  box-shadow: 0 6px 8px rgb(0 0 0 / 80%);
}

.book-place-btn a {
  border: none !important;
}

.sign-up-btn a {
  border: none !important;
}

.hair-beauty-accordian .row-border:not(:last-child) {
  border-bottom: 1px solid;
  display: flex;
  padding: 10px 0;
}

.hair-beauty-accordian .row-border span.column {
  width: 50%;
}

.hair-beauty-accordian .row-border .text-right {
  text-align: right;
}

.hair-beauty-accordian h4 {
  font-size: 16px !important;
  padding-top: 20px;
}

.hair-beauty-accordian button:hover {
  background-color: #0e3f64;
  color: #fff !important;
}

.hair-beauty-accordian button {
  color: #0e3f64;
  font-weight: 700 !important;
  border: 2px solid;
  padding: 10px 20px;
}

/* .hair-beauty-accordian p {
    padding-top: 20px;
} */
.hair-beauty-carousel .uabb-image-carousel-item:after {
  display: none;
}

.hair-beauty-accordian a.tel-num {
  color: #e01a34;
  text-decoration: underline;
  overflow-wrap: normal;
}

.hair-beauty-accordian .uabb-adv-accordion-item-active,
.hair-beauty-accordian
  .uabb-adv-accordion-item
  .uabb-adv-accordion-button:hover {
  border: 1px solid #0c1f2e;
  border-radius: 4px;
}

.hair-beauty-accordian
  .uabb-adv-accordion-item-active
  .uabb-adv-accordion-button:hover {
  border: none;
}

.hair-beauty-accordian
  .uabb-adv-accordion-item:hover
  .uabb-adv-accordion-button
  h5 {
  color: #0c1f2e !important;
}

.hair-beauty-accordian
  .uabb-adv-accordion-item-active
  .uabb-adv-accordion-button {
  border: none;
  box-shadow: none;
}

.mfp-counter {
  display: none !important;
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  border-right: 0 !important;
}

.which-cource-search-btn a.uabb-button {
  width: 100%;
}

.center-tech-accordian button {
  color: #0e3f64 !important;
  border-color: #0e3f64 !important;
  font-weight: bold !important;
  padding: 10px 20px;
  margin-top: 10px;
}

.center-tech-accordian button:hover {
  background-color: #0e3f64 !important;
  color: #fff !important;
}

.hair-beauty-accordian
  .uabb-adv-accordion-item-active
  .uabb-adv-accordion-button-label {
  font-weight: 500 !important;
  color: #0c1f2e !important;
}

.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:hover,
.admin-bar .mfp-wrap .mfp-close:focus {
  top: 30% !important;
  left: 18%;
  right: 0;
  margin: 0 auto;
  color: #000;
  border-radius: 50%;
  background-color: #fff !important;
  width: 25px;
  height: 25px;
  text-align: center;
  margin-top: 2;
  font-weight: 400;
  line-height: 1;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  margin-left: 31px;
  font-family: "Font Awesome 5 Pro";
  content: "\f137";
  display: block;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border-top-width: 0;
  border-right-width: 0;
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  margin-left: 31px;
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  display: block;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border-left: 0;
  border-top-width: 0;
  border-bottom-width: 0;
}

button.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
  top: 77%;
  left: 45%;
}

button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
  top: 77%;
  right: 45%;
}

/**
* Academies and Clubs
***/
.academics-photo .fl-photo-caption-below {
  position: absolute;
  left: 50%;
  bottom: -20px;
  background-color: #0c1f2e;
  color: #fff;
  width: auto;
  /*white-space: pre-wrap;*/
  /*word-break: break-word;*/
  margin: 0 auto;
  /* max-width: 300px; */
  padding: 15px 20px;
  box-shadow: 0 8px 10px 0 rgb(0 0 0 / 20%);
  /* 	border: 3px solid #0c1f2e; */
  line-height: 25px;
  transform: translate(-50%, 0);
}

.uabb-list-icon-wrap {
  align-items: flex-start;
}

.academics-btn a.uabb-button {
  box-shadow: 0 3px 4px 0 rgb(0 0 0 / 20%);
}

/**
* Contact us
***/
/* span.text-link a {
    text-decoration: underline;
} */
a.view-map-link {
  border-width: 2px !important;
}

.map-link-div {
  width: fit-content;
}

.map-link-div a {
  text-decoration: none !important;
  text-transform: uppercase;
}

a.view-map-link:hover {
  background-color: #0c1f2e;
  color: #fff;
}

.campus-map-header {
  padding-bottom: 47px !important;
}

.contact-accordion .uabb-adv-accordion-item.uabb-adv-accordion-item-active {
  border-radius: 4px;
  border: 1px solid #0c1f2e;
}

.contact-accordion
  .uabb-adv-accordion-item.uabb-adv-accordion-item-active
  .uabb-adv-accordion-button {
  border: unset;
}

.get-in-touch-form li#field_1_13 label {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}

.get-in-touch-form .gform_wrapper .gfield_required {
  color: #0c1f2e;
}

.get-in-touch-form .uabb-gf-style p.uabb-gf-form-desc {
  margin: 0 180px 20px;
}

.get-in-touch-form li#field_1_13 {
  margin-top: 30px;
}

.signup-inline-box .uabb-infobox-text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.uabb-gf-style
  .gform_body
  .ginput_container_checkbox
  .gfield_checkbox
  input[type="checkbox"]:checked
  + label:before {
  background: #ffffff;
  color: #e01a34 !important;
  content: "\f00c" !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  text-align: center;
  font-size: 10px;
}

/**
* Safeguarding
***/
.safeguarding-policy-post .fl-post-grid-post {
  background-color: #f6f6f6;
  border: none;
  height: 100% !important;
}

.safeguarding-policy-post .fl-post-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #0c1f2e;
  vertical-align: text-top;
}

.safeguarding-policy-post .fl-post-title a {
  pointer-events: none;
}

.safeguarding-policy-post .fl-post-more-link {
  display: inline-block;
  float: right;
  /* 	padding: 5px 20px;
        border: solid 2px #123658; */
}

/* .safeguarding-policy-post .fl-post-more-link:hover {
    background-color: #0c1f2e;
} */
.safeguarding-policy-post .fl-post-more-link a {
  font-size: 16px;
  font-weight: 600;
  color: #0c1f2e;
  padding: 10px 20px;
  border: solid 2px #123658;
}

.fl-post-more-link a:hover {
  color: #fff;
  background-color: #0c1f2e;
}

.safeguarding-policy-post .fa,
.safeguarding-policy-post .fas {
  margin-left: 10px;
  line-height: inherit;
}

.safeguarding-slider .fl-slide-content-wrap {
  left: 0%;
}

.safeguarding-slider .fl-slide-bg-photo {
  background-position: right;
  background-size: 50% auto;
}

.safeguarding-slider .bx-wrapper .bx-pager {
  left: 14%;
  text-align: left;
}

.safeguarding-slider .fl-content-slider-navigation .slider-prev {
  left: 11%;
}

.safeguarding-slider .fl-content-slider-navigation .slider-next {
  right: 78%;
}

.safeguarding-student-text a {
  color: #e01a34;
  text-decoration: underline !important;
}

.safeguarding-slider .fl-slide-title {
  display: inline;
  border: 2px solid;
  padding: 10px !important;
  margin-bottom: 50px !important;
}

.safeguarding-slider .fl-slide-text {
  margin-top: 30px;
}

.safeguarding-slider .bx-wrapper {
  margin-bottom: 0 !important;
}

.safeguarding-student-text a:hover {
  text-decoration: none !important;
}

/**
* Team
***/
.team-archieve .team-job-title {
  color: #fff;
}

.team-archieve .fl-post-grid-post {
  border: none;
  padding: 0 20px;
}

.team-archieve .fl-post-text {
  display: flex;
  flex-direction: column;
  max-height: 164px;
  margin-left: 30px;
  padding-right: 20px;
  padding-bottom: 0;
}

.team-archieve .cpt-post-taxonomy {
  /* 	padding-bottom: 20px; */
  margin-top: auto;
}

.team-archieve .fl-post-grid-post {
  background-color: transparent;
}

.team-archieve .fl-post-text .fl-post-title a,
.team-archieve .fl-post-text .fl-post-meta,
.team-archieve .cpt-post-taxonomy a {
  color: #fff;
}

.team-archieve .fl-post-grid-meta-terms {
  margin-top: auto;
}

.team-archieve img {
  width: 261px;
  height: 311px;
  object-fit: cover;
}

.single-team-contact-info .uabb-infobox-title-wrap {
  display: inline-block;
  vertical-align: middle;
}

.single-team-contact-info .uabb-infobox-text-wrap {
  display: inline-block;
  float: right;
  max-width: 300px;
}

.single-team-featured-img .fl-photo-content img {
  max-height: 530px;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/**
* Story
***/
.story-archieve .fl-post-grid-text {
  display: flex;
  flex-direction: column;
  margin-left: 26px;
  padding-bottom: 20px;
  margin-top: -120px;
}

.story-archieve .fl-post-grid-content {
  margin-top: auto;
}

.story-archieve .fl-post-grid-image img {
  height: 310px !important;
  object-fit: cover;
}

.left-sidebar-filter-story .searchandfilter ul li label input {
  width: 100%;
  background: transparent;
  border: 1px solid;
}

.left-sidebar-filter-story .searchandfilter ul li label {
  width: 100%;
}

.left-sidebar-filter-story .searchandfilter ul li {
  border-bottom: 1px solid #0000007d;
  padding-bottom: 5px;
}

.left-sidebar-filter-story .searchandfilter ul {
  margin: 0;
}

.left-sidebar-filter-story .searchandfilter ul li li {
  border-bottom: 0;
  padding-bottom: 0;
  line-height: 22px;
  font-size: 16px;
  position: relative;
  display: flex;
}

.left-sidebar-filter-story .searchandfilter li.sf-level-0 label {
  width: unset !important;
}

.left-sidebar-filter-story .searchandfilter ul li input[type="checkbox"] {
  visibility: hidden;
}

.left-sidebar-filter-story
  .searchandfilter
  input[type="checkbox"]
  + label.sf-label-checkbox:after {
  content: "\00a0";
  display: inline-block;
  font-size: 17px;
  line-height: 11px;
  margin: 0 0.25em 0 0;
  padding: 0;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  border: 1px solid #979797;
  cursor: pointer;
}

.left-sidebar-filter-story
  .searchandfilter
  input[type="checkbox"]:checked
  + label.sf-label-checkbox:after {
  background: #ffffff;
  color: #e01a34;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  text-align: center;
  font-size: 10px;
}

.left-sidebar-filters .searchandfilter h4:after,
.left-sidebar-filter-story .searchandfilter h4:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f106";
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  font-weight: 400px;
  color: #e01a34;
  transform: rotateX(-180deg);
}

.left-sidebar-filters .searchandfilter h4.active:after,
.left-sidebar-filter-story .searchandfilter li.active h4:after {
  transform: rotateX(0);
}

.left-sidebar-filters .searchandfilter li.active h4:after,
.left-sidebar-filter-story .searchandfilter li.active h4:after {
  transform: rotateX(0);
}

li.sf-field-search h4:after {
  display: none !important;
}

li.sf-field-reset {
  visibility: hidden;
  height: 1px;
  width: 1px;
}

.post-details-wrapper .story-item {
  width: 33%;
  float: left;
  padding-right: 60px;
  margin-bottom: 10px;
  min-height: 240px;
}

@media screen and (max-width: 768px) {
  .post-details-wrapper .story-item {
    width: 50%;
  }
}

.post-details-wrapper a,
#search-results a {
  text-decoration: none !important;
}

.post-details-wrapper .story-item:nth-child(3n) {
  padding-right: 30px;
}

.story-featured-img {
  width: 100%;
  max-width: 243px;
}

.story-meta-wrapper {
  background-color: #0c1f2e;
  margin: -115px 0 0 30px;
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 243px;
  min-height: 164px;
  height: 100%;
  padding: 10px 20px 20px;
  display: flex;
  flex-direction: column;
}

.meta-title {
  color: #fff;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 700;
  text-transform: none;
}

.meta-terms {
  font-size: 16px;
  line-height: 1.38;
  color: #fff;
  padding: 10px 0;
}

.meta-terms a {
  color: #fff;
}

.read-more-link a {
  color: #fff;
  text-transform: uppercase;
}

.read-more-link {
  margin-top: auto;
}

.story-featured-img img {
  height: 310px;
  object-fit: cover;
  width: 243px;
}

.post-details-wrapper {
  margin: 30px 0;
}

.cpt-taxonomy-title {
  box-shadow: 0 5px 9px 0 rgb(0 0 0 / 4%);
  border: solid 1px #d7d7d7;
  padding: 12px 20px;
  margin-bottom: 20px;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.event-faqs-ques h3 {
  font-weight: 500;
  cursor: pointer;
}

.event-faqs-ques h4 {
  color: #4b4b4b;
  font-weight: 500;
  cursor: pointer;
}

.event-faqs-ques.active h4 {
  color: #0c1f2e;
}

.cpt-taxonomy-title.event-faqs-ques.active,
.cpt-taxonomy-title.event-faqs-ques:hover {
  color: #0c1f2e;
  border: 1px solid #0c1f2e;
}

.cpt-taxonomy-title h3 {
  color: #4b4b4b;
}

.cpt-taxonomy-title.active h3,
.cpt-taxonomy-title.event-faqs-ques:hover span {
  color: #0c1f2e;
}

.stroy-single-panel-info .uabb-infobox-text a {
  display: block;
  border-bottom: 1px solid;
  visibility: visible;
  padding-bottom: 10px;
}

.stroy-single-panel-info .uabb-infobox-text a:hover {
  color: #0c1f2e;
}

.stroy-single-panel-info .uabb-infobox-text {
  line-height: 20px;
}

.stroy-single-panel-info a {
  color: #0c1f2e;
}

/**
* left sidebar search form
***/

.left-sidebar-filters .searchandfilter ul {
  margin: 0;
}

.left-sidebar-filters .searchandfilter ul li label input {
  width: 100%;
  background: transparent;
  border: 1px solid;
}

.left-sidebar-filters .searchandfilter ul li label {
  width: 100%;
}

.left-sidebar-filters .searchandfilter li.sf-level-0 label {
  width: unset !important;
}

.left-sidebar-filters .searchandfilter ul li {
  border-bottom: 1px solid #0000007d;
  padding-bottom: 20px;
}

.left-sidebar-filters .searchandfilter ul li.sf-field-category ul li,
.left-sidebar-filters .searchandfilter ul li.sf-field-post_type ul li {
  border-bottom: 0;
  padding-bottom: 0;
  line-height: 22px;
  font-size: 16px;
  position: relative;
}

.left-sidebar-filters .searchandfilter ul li input[type="checkbox"] {
  visibility: hidden;
}

.left-sidebar-filters
  .searchandfilter
  input[type="checkbox"]
  + label.sf-label-checkbox:after {
  content: "\00a0";
  display: inline-block;
  font-size: 17px;
  line-height: 11px;
  margin: 0 0.25em 0 0;
  padding: 0;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  border: 1px solid #979797;
  cursor: pointer;
}

.left-sidebar-filters
  .searchandfilter
  input[type="checkbox"]:checked
  + label.sf-label-checkbox:after {
  background: #ffffff;
  color: red;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  text-align: center;
  font-size: 10px;
}

/**
* News
***/
.news-single-social .uabb-imgicon-wrap .uabb-icon i {
  border: 1px solid #0c1f2e;
  width: 34px !important;
  height: 34px !important;
  padding: 5px 4px;
}

.news-single-social .uabb-icon-wrap .uabb-icon i:before {
  color: #0c1f2e !important;
  background: transparent !important;
}

.news-single-social .uabb-imgicon-wrap .uabb-icon i:hover {
  background-color: #0c1f2e !important;
}

.news-single-social .uabb-imgicon-wrap .uabb-icon i:hover:before {
  color: #f6f6f6 !important;
}

ul.sf_date_field li {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.single-news-info-meta .uabb-infobox-content {
  display: flex;
  justify-content: space-between;
  align-items: initial;
}

/* .news-single-content a,
.single-news-info-meta  a {
    color: #e01a34;
} */

/**
* Open Days
***/
.open-days-countdown span.fl-countdown-unit-number {
  font-weight: 700;
}

.open-days-slider .bx-wrapper {
  margin-bottom: 0;
}

.open-days-post .fl-post-feed-post {
  float: left;
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
  align-content: center;
  border-bottom: none;
  margin-bottom: 50px;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.05);
}

.open-days-post .event-post-meta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background-color: #fff;
  padding: 0 20px 0 0;
  align-items: center;
}

.open-days-post .event-post-date-wrapper {
  color: #fff;
  background-color: #0c1f2e;
  width: 118px;
  height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.open-days-post .event-post-date-wrapper .fl-post-more-linka:hover {
  background-color: transparent !important;
}

/* .open-event-info-button .uabb-module-content{
    box-shadow: 6px 6px 12px 0 rgb(0 0 0 / 50%);
} */
.open-days-post .fl-post-more-link {
  border: solid 2px #123658;
  padding: 10px 20px;
  font-weight: 700;
}

.open-days-post .fl-post-more-link:hover {
  background-color: #123658;
}

.open-days-post .fl-post-more-link:hover a {
  color: #fff;
}

.event-post-meta {
  flex: 1;
  padding-left: 30px;
}

.open-days-post h2.fl-post-title {
  width: fit-content;
  z-index: 100;
  white-space: pre-wrap;
  word-break: break-word;
  max-width: 280px;
}

.open-days-post span.fl-post-meta-sep {
  color: #e01a34;
  padding: 0 5px;
}

.open-days-post .event-post-date-wrapper span {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}

label:before {
  vertical-align: bottom !important;
}

/* .gform_button:hover {
    border: none !important;
} */
.gform_footer input:hover {
  border: 3px solid #e01a34 !important;
}

.gform_wrapper .gform_body .gfield_checkbox li > label {
  font-size: 18px;
  padding: 0 !important;
}

.fl-post-more-link a {
  color: #0c1f2e;
}

.fl-post-title a {
  color: #0c1f2e;
}

/**
* Event
***/
.event-faqs-ans {
  display: none;
  font-size: 16px;
  padding-top: 10px;
}

.event-faqs-details,
.venue-accordian-wrapper {
  box-shadow: 0 5px 9px 0 rgb(0 0 0 / 4%);
  border: solid 1px #d7d7d7 !important;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  cursor: pointer;
}

.event-faqs-ques {
  font-size: 20px;
  font-weight: 500;
  color: #4b4b4b;
}

.event-faqs-details:hover,
.venue-accordian-wrapper:hover {
  border: 1px solid #0c1f2e !important;
}

.event-faqs-details:hover h4,
.venue-accordian-wrapper:hover h4 {
  color: #0c1f2e !important;
}

.eve .event-faqs-ques.active {
  color: #0c1f2e;
}

.event-border {
  border: 1px solid #0c1f2e !important;
}

.event-faqs-ques .fa,
.event-faqs-ques .fas {
  color: #e01a34;
  font-weight: 600 !important;
  float: right;
  line-height: 1.5;
}

.event-faqs-ques .fa.fa-minus,
.event-faqs-ques.active .fa.fa-plus {
  display: none;
}

.event-faqs-ques.active .fa.fa-minus,
.event-faqs-ques .fa.fa-plus {
  display: block;
}

.open-event-info-button .uabb-infobox-title:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f019";
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-left: 10px;
}

.event-single-social .uabb-social-share-wrap:before {
  content: "Share";
  float: left;
  position: relative;
  margin-left: 30px;
  font-weight: bold;
  font-size: 16px;
}

.event-single-content a {
  /* 	color:#e01a34;
        text-decoration: underline !important; */
  font-weight: 500;
}

.event-single-info-meta .uabb-infobox-content {
  display: flex;
  justify-content: space-between;
}

.event-post-date-wrapper {
  text-align: center;
}

#events-list-wrap.event-border {
  border: none !important;
}

.events-list-wrap h3 {
  font-size: 20px;
}

.events-list-wrap .event-month-meta {
  line-height: 0.25;
}

.events-list-wrap .event-date-meta {
  font-size: 40px !important;
  line-height: 2;
}

.events-list-wrap .event-date {
  width: 118px;
  height: 118px;
  background-color: #0c1f2e;
}

/**
* Venue
***/
.venue-accordian-title h4 {
  color: #4b4b4b;
}

/* .venue-accordian-content a {
    color: #e01a34;
    text-decoration: underline !important;
}  */
.venue-archive-post .fl-post-grid-image img {
  height: 178px !important;
  object-fit: cover;
}

.venue-archive-post .fl-post-column {
  padding: 0 !important;
}

.venue-archive-post .fl-post-grid-text {
  position: relative;
}

.venue-archive-post .fl-post-grid-title {
  bottom: 50px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
  position: relative;
  max-width: 190px;
  width: 100%;
}

.venue-archive-post .fl-post-grid-title a {
  background-color: #0c1f2e;
  color: #fff;
  display: block;
}

.venue-meta-wrapper {
  background-color: #0c1f2e;
  padding: 14px 22px;
  max-width: 188px;
  margin: 0 auto;
  margin-top: -40px;
  z-index: 999;
  position: relative;
}

.venue-meta-wrapper .meta-title {
  text-align: center;

  line-height: 1.25;
  font-weight: 500;
}

.venue-meta-wrapper .meta-title a {
  text-transform: uppercase;
}

#case-venue-grid h3 {
  font-size: 20px;
  font-weight: 500;
  color: #4b4b4b;
}

#case-venue-grid .cpt-taxonomy-title.active h3 {
  color: #0c1f2e;
}

#case-venue-grid.event-border {
  border: none !important;
}

.venue-item {
  padding-right: 0 !important;
}

.venue-featured-img img {
  height: 178px !important;
  object-fit: cover;
  max-width: 274px !important;
  width: 100%;
}

div#case-studies-grid.event-border {
  border: none !important;
}

.venue-single-carousel .uabb-image-carousel-item:after {
  display: none;
}

.venue-single-carousel .slick-list.draggable {
  height: 350px !important;
}

.venue-single-carousel .uabb-image-carousel .slick-slide img {
  height: 370px !important;
  object-fit: none;
}

.venue-single-carousel .slick-prev {
  top: 95.8% !important;
}

.venue-single-carousel .slick-next {
  top: 95.8% !important;
}

.fl-post-feed-post {
  border-bottom: none;
}

.venue-single-carousel .uabb-image-carousel-content {
  box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
}

/**
* Policy
***/
.policy-archive .post-extra-fields {
  display: none;
}

.policy-archive .fl-post-feed-content {
  display: inline-block;
  float: right;
}

.policy-archive .fl-post-feed-header {
  display: inline-block;
}

.policy-archive a.fl-post-feed-more {
  margin-top: 0;
  position: relative;
  padding: 10px 40px 10px 20px;
  border: solid 2px #123658;
}

.policy-archive a.fl-post-feed-more:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2021/06/fa-download.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: right bottom;
  background-size: auto;
  top: -13px;
  left: -8px;
}

.policy-archive .fl-post-feed-post {
  box-shadow: 6px 6px 12px 0 rgb(0 0 0 / 5%);
  background-color: #ffffff;
  padding: 34px 35px;
}

span.vacancy-meta-time {
  text-transform: capitalize;
}

.policy-meta i {
  font-size: 20px;
  text-align: center;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
}

.vacancy-button .vacany-link a:hover {
  background-color: #123658;
  color: #fff !important;
}

.vacancy-button:hover a {
  color: #fff;
}

.vacancy-archive-list-post .fl-post-feed-post {
  padding: 0;
  box-shadow: 6px 6px 12px 0 rgb(0 0 0 / 5%);
}

.vacancy-single-post .fl-post-image img {
  width: 261px;
  height: 311px;
  object-fit: cover;
}

.vacancy-single-post .fl-post-grid-post {
  border: none;
  background-color: transparent;
}

.vacancy-single-post .fl-post-text {
  background-color: #0c1f2e;
  margin: -115px 0 0 30px;
  z-index: 1;
  position: relative;
  max-width: 261px;
  width: 100%;
  height: 180px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
}

.vacancy-single-post .cpt-post-taxonomy {
  margin-top: auto;
}

/**
* Course
***/
.course-instances-wrapper.event-border {
  border: none !important;
}

.course-instances-details {
  background-color: #fff;
}

.course-instances-details .instances-button {
  display: flex;
  padding-top: 20px;
}

.course-instances-details .instances-button a.button {
  width: 100%;
  text-align: center;
  background-color: #e01a34;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.24);
}

.course-instances-content {
  padding: 20px;
  border-bottom: 1px solid;
}

.course-instances-content span {
  display: block;
}

.course-instances-title {
  border-bottom: 1px solid #979797;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  background-color: #f6f6f6;
}

.course-instances-title i {
  color: #e01a34;
  font-weight: 600 !important;
  float: right;
  line-height: 1.5;
}

.course-related-post .fl-post-feed {
  margin-bottom: 40px;
  display: grid !important;
  grid-gap: 0.5em;
  grid-template-columns: 595.333px 595.333px;
}

@media screen and (max-width: 768px) {
  .course-related-post .fl-post-feed {
    grid-template-columns: auto;
  }

  .course-search-banner {
    display: none !important;
  }

  .school-leaver-infobox p {
    font-size: 15px !important;
  }

  .school-leaver-infobox .uabb-heading .uabb-heading-text {
    font-size: 18px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .course-related-post .fl-post-feed {
    grid-template-columns: 467.333px 467.333px;
  }
}

.course-related-post .fl-post-feed-post {
  width: 100%;
  margin: 0 20px 0 0;
  box-shadow: 6px 6px 12px 0 rgb(0 0 0 / 5%);
}

.course-summary-wrapper {
  box-shadow: none !important;
}

.left-sidebar-filters .searchandfilter ul li ul,
.left-sidebar-filter-story .searchandfilter ul li ul {
  display: none;
  cursor: pointer;
}

.left-sidebar-filters .searchandfilter ul li.active ul,
.left-sidebar-filter-story .searchandfilter ul li.active ul {
  display: block;
}

.left-sidebar-filter-story .searchandfilter ul li.sf-field-search,
.left-sidebar-filters .searchandfilter ul li.sf-field-search {
  position: relative;
  padding-bottom: 15px !important;
}

.left-sidebar-filters .searchandfilter ul li {
  padding-bottom: 5px !important;
}

span.clear-search-value {
  position: absolute;
  /* width: 100%; */
  right: 15px;
  top: 65px;
}

.search-clear .fl-module-content {
  margin-top: 30px;
  margin-right: 30px;
}

.search-clear a.fl-button {
  font-weight: 400 !important;
}

.search-clear a span {
  text-transform: capitalize !important;
  text-decoration: underline;
}

span.clear-search-value i {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #e01a34;
  font-family: "Font Awesome 5 Pro";
}

.course-search-list .fl-post-feed-post {
  border-bottom: none;
  padding: 0;
}

.course-single-title-after-meta .course-summary-details span {
  color: #fff;
}

.course-search-list .fl-post-more-link a:hover {
  background-color: #0e3f64;
  color: #fff;
}

.fl-post-column a,
.fl-post-feed a {
  text-decoration: none !important;
}

.primary-button.course-single-btn a {
  background-color: #fff !important;
}

.searchandfilter h4 {
  cursor: pointer;
}

/* .open-event-faqs .event-border {
    border: none;
} */
/**
* Search Result
***/
.section-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 0;
}

.pt-view-more {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}

.pt-view-more a {
  color: #0e3f64;
  border: 2px solid #0e3f64;
  text-transform: uppercase;
}

.pt-view-more a:hover {
  color: #fff;
  border: 2px solid #0e3f64;
  background-color: #0e3f64;
}

.section-title .pt-label {
  border: 2px solid;
  padding: 7px 20px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
}

.pt-view-more span {
  font-size: 16px;
  font-weight: 500;
  padding-right: 20px;
  color: #0c1f2e;
}

.post-featured-image img {
  height: 140px;
  width: 140px;
  object-fit: cover;
}

.post-featured-image {
  margin-top: -20px;
  margin-bottom: 20px;
}

.post-wrap {
  margin: 20px 0;
}

.post-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background-color: #fff;
  box-shadow: 6px 6px 12px 0 rgb(0 0 0 / 5%);
  /*     margin-right: 20px; */
  padding: 0 20px 0 0;
  margin-bottom: 40px;
}

.post-wrapper a {
  text-decoration: none !important;
}

.post-content p {
  margin-bottom: 8px;
  font-size: 16px;
}

.post-title h2 {
  margin-bottom: 13px !important;
  font-size: 18px;
  font-weight: 600 !important;
  text-decoration: underline;
}

.post-meta {
  flex: 1;
  padding-left: 30px;
}

.post-wrapper .readmorebtn button {
  color: #0e3f64;
  border-color: #0e3f64;
  font-weight: 700;
}

.post-wrapper .readmorebtn button:hover {
  color: #fff;
  background-color: #0e3f64;
}

.post-terms a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
}

.event-date {
  background-color: #0e3f64;
  height: 140px;
  width: 140px;
}

.event-date span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
}

.event-venue {
  display: inline-block;
}

.event-time {
  display: inline-block;
}

span.event-month-meta {
  font-size: 29px;
  line-height: 0.75;
}

span.event-date-meta {
  font-size: 56px;
  line-height: 1.75;
}

.event-venue:after {
  content: "|";
  padding: 0 10px;
  color: #e01a34;
}

.blog-post-wrapper {
  min-height: 140px;
  height: 100%;
  padding: 0 20px;
}

.blog-post-wrapper .post-meta {
  flex: none;
}

.academics-photo .fl-photo:hover .fl-photo-caption {
  text-decoration: underline;
  border: 3px solid #0c1f2e;
}

/* CSS for screens below 1620px (screens) */
@media only screen and (max-width: 1620px) {
  .distance-learning-slider .fl-slide-bg-photo {
    background-size: contain;
  }

  .safeguarding-slider .fl-content-slider-navigation .slider-next {
    right: 73.5%;
  }

  .safeguarding-slider .bx-wrapper .bx-pager {
    left: 17%;
  }

  .safeguarding-slider .fl-content-slider-navigation .slider-prev {
    left: 14%;
  }

  .campus-post-slider .fl-post-slider-navigation .slider-next {
    right: 36%;
  }

  .campus-post-slider .bx-wrapper .bx-pager {
    left: 8%;
  }
}

/* CSS for screens below 1440px (screens) */
@media only screen and (max-width: 1440px) {
  .safeguarding-slider .fl-content-slider-navigation .slider-prev {
    left: 15.4%;
  }

  .safeguarding-slider .bx-wrapper .bx-pager {
    left: 19%;
  }

  .safeguarding-slider .fl-content-slider-navigation .slider-next {
    right: 70.5%;
  }

  .campus-post-slider .fl-post-slider-navigation .slider-next {
    right: 0;
    margin: 0 31%;
  }

  .campus-post-slider .fl-post-slider-navigation .slider-prev {
    left: 0;
    margin: 0px 47%;
  }

  .campus-post-slider .bx-wrapper .bx-pager {
    left: 8%;
  }

  .campus-post-slider .story-details .story-title span {
    display: block;
  }
}

/* CSS for screens below 1024px (tablet screens) */
@media only screen and (max-width: 1024px) {
  .ast-primary-header-bar .ast-builder-grid-row {
    grid-column-gap: 0;
  }

  .ast-builder-menu .menu-item > .menu-link,
  .ast-header-search .astra-search-icon {
    padding: 20px 5px !important;
  }

  .home-open-carousel .slick-prev {
    left: 41% !important;
    top: 241px !important;
  }

  .home-open-carousel .slick-next {
    right: 41% !important;
    top: 241px !important;
  }

  .footer-img-carousel .slick-next {
    right: 40% !important;
  }

  .footer-img-carousel .slick-prev {
    left: 40% !important;
  }

  .home-success-img .fl-photo-content img {
    height: 400px;
    object-fit: cover;
  }

  .site-primary-footer-wrap {
    padding: 45px 20px;
  }

  .ast-footer-social-1-wrap .ast-builder-social-element {
    margin: 5px;
  }

  .home-search-form .searchandfilter ul {
    display: flex;
  }

  .distance-learning-slider .fl-content-slider-navigation .slider-prev {
    left: 55%;
  }

  .distance-learning-slider .fl-content-slider-navigation .slider-next {
    right: 26%;
  }

  .distance-learning-slider .fl-slide-content {
    padding-right: 100px !important;
  }

  .distance-learning-slider .bx-wrapper .bx-pager {
    left: 60%;
    display: inline-block;
    width: auto;
  }

  .campus-post-meta {
    margin-left: 0 !important;
  }

  .campus-post-slider .fl-post-slider-content {
    padding: 40px;
  }

  .campus-post-slider .fl-post-slider-navigation .slider-next {
    right: 0;
    margin: 0 17%;
  }

  .campus-post-slider .fl-post-slider-navigation .slider-prev {
    left: 0;
    margin: 0 51%;
  }

  .campus-post-slider .bx-wrapper .bx-pager {
    left: 57%;
    width: auto;
    display: inline-block;
  }

  .campaus-tours-video-text .uabb-heading-text {
    display: inline-block;
  }

  .home-success-img-carousel .uabb-image-carousel .slick-slide img {
    height: 300px !important;
  }

  .safeguarding-slider .fl-slide-content {
    padding-left: 50px !important;
  }

  .safeguarding-slider .bx-wrapper .bx-pager {
    left: 100px !important;
  }

  .safeguarding-slider .fl-content-slider-navigation .slider-prev {
    left: 5%;
  }

  .safeguarding-slider .fl-content-slider-navigation .slider-next {
    right: 76%;
  }

  .right-column-image .fl-col-content img {
    position: relative;
    width: 100%;
    object-fit: cover;
  }

  .course-summary-wrapper a {
    display: inline-block;
  }
}

/* CSS for screens below 992px (tablet screens) */
@media only screen and (max-width: 992px) {
  .widget-area {
    text-align: left !important;
    /* 		margin-left: 20px; */
  }

  .ast-builder-footer-grid-columns {
    grid-column-gap: 10px;
  }

  .ast-footer-html-1 {
    margin-left: 0;
  }

  .ast-footer-social-1-wrap .ast-builder-social-element {
    margin: 0 5px;
    width: 30px;
    height: 30px;
  }

  .site-footer-section .ast-footer-html-1 .ast-builder-html-element {
    text-align: left;
  }

  .site-footer-primary-section-4 .widget-area {
    margin-left: 0 !important;
    margin-bottom: 15px !important;
  }

  .site-footer-primary-section-1 .widget-area section#nav_menu-10 {
    display: none;
  }

  .ast-header-break-point .main-header-bar.ast-header-breadcrumb {
    display: none;
  }

  .home-open-carousel .slick-next {
    right: 39% !important;
    top: 338px !important;
  }

  .home-open-carousel .slick-prev {
    left: 39% !important;
    top: 338px !important;
  }

  .home-post-module .fl-post-column {
    padding-bottom: 40px;
  }

  .home-post-module .fl-post-grid-text {
    padding: 10px !important;
    line-height: 1;
    max-width: 140px !important;
    width: 100%;
    margin-left: 20px;
  }

  .home-success-img .fl-photo-content {
    height: 380px;
  }

  .footer-img-carousel .slick-next {
    right: 36% !important;
  }

  .footer-img-carousel .slick-prev {
    left: 36% !important;
  }

  .distance-learning-slider .fl-slide-content-wrap {
    position: relative;
    top: 0;
    right: 0;
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
  }

  .home-success-img .fl-photo-content img {
    height: 100%;
    object-fit: fill;
  }

  .home .ast-builder-menu .menu-item > .menu-link,
  .home .ast-header-search .astra-search-icon {
    padding: 5px 20px !important;
  }

  .ast-header-break-point
    .main-header-bar-navigation
    .menu-item-has-children
    > .ast-menu-toggle {
    color: #fff;
  }

  .ast-builder-menu-mobile .main-navigation .menu-item:hover > .menu-link,
  .ast-builder-menu-mobile
    .main-navigation
    .inline-on-mobile
    .menu-item:hover
    > .ast-menu-toggle {
    color: #000;
    background: #fff;
  }

  .ast-builder-menu-mobile
    .main-navigation
    .menu-item:hover
    > .ast-menu-toggle {
    color: #000;
    border: none;
  }

  .home-search-form .searchandfilter ul {
    display: inline-block;
    text-align: left;
  }

  .home-search-form .searchandfilter ul li.sf-field-submit input {
    margin-left: 20px;
    margin-top: 20px;
  }

  .school-leaver-infobox .uabb-module-content {
    padding: 20px;
  }

  .school-leaver-infobox span.uabb-heading-text {
    display: block;
  }

  /* 	.distance-learning-slider .fl-slide-content {
            padding: 40px !important;
        }
        .distance-learning-slider .fl-slide-content-wrap {
            max-width: 50% !important;
            width: 100%;
            position: absolute;
        } */
  .campus-post-event .fl-post-more-link {
    padding: 40px 10px !important;
  }

  .campus-post-meta {
    padding: 20px !important;
  }

  .campus-post-slider .fl-post-slider-navigation .slider-prev {
    left: 0;
  }

  .campus-post-slider .fl-post-slider-navigation .slider-next {
    right: 0;
    margin: 0 11%;
  }

  .campus-post-slider .fl-post-slider-content {
    padding: 40px 40px 40px 10px;
  }

  .course-search-list .fl-post-more-link {
    display: flex;
  }

  span.clear-search-value {
    top: 80px;
  }

  .left-sidebar-filter-story .searchandfilter li.sf-level-0 label {
    display: inline;
  }

  .course-search-list .fl-post-text {
    padding: 0 !important;
  }

  .team-archieve .fl-post-text {
    margin-left: 20px;
    max-width: none;
  }

  .safeguarding-policy-post .fl-post-more-link a {
    /* 		padding: 10px !important; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .safeguarding-policy-post .fl-post-title {
    padding-right: 20px !important;
  }

  .safeguarding-policy-post .fl-post-text {
    display: inline-flex;
    padding: 20px;
  }

  .safeguarding-policy-post .fl-post-grid-post {
    height: 100px !important;
  }

  .safeguarding-policy-post .fa,
  .safeguarding-policy-post i {
    margin-top: 5px;
  }

  .subject-course-post-featured .fl-post-column {
    width: 100%;
  }

  .footer-social-inner-wrap {
    text-align: left;
    display: flex;
  }

  .home-book-button a.uabb-button {
    border: none !important;
  }

  .home-success-img-carousel .uabb-image-carousel .slick-slide img {
    height: 300px !important;
    object-fit: cover;
  }

  .home-search-form .searchandfilter ul li.sf-field-submit:after {
    top: 11px;
  }

  .message-div a.alert-msg-link {
    margin-left: 0 !important;
    text-align: center;
  }

  .distance-learning-slider .fl-slide-content-wrap {
    width: 50% !important;
  }

  .distance-learning-slider .fl-slide-bg-photo {
    background-position: right;
    background-size: cover;
  }

  .distance-learning-slider .fl-slide-content {
    padding-right: 50px !important;
  }

  .distance-learning-slider .bx-wrapper .bx-pager {
    left: 14%;
    bottom: 73px;
  }

  .distance-learning-slider .fl-content-slider-navigation .slider-prev {
    left: 7%;
    top: 171px;
  }

  .distance-learning-slider .fl-content-slider-navigation .slider-next {
    right: 68%;
    top: 171px;
  }

  .site-footer-primary-section-4.site-footer-section.site-footer-section-4 {
    margin-bottom: 0;
  }

  .site-footer-primary-section-2,
  .site-footer-primary-section-3 {
    margin-left: 0;
  }

  .school-leaver-experts-info .uabb-subheading {
    margin-bottom: 57px;
  }

  .computing-courses-info-box .uabb-infobox-left-right-wrap::after {
    top: 84px;
    background-position: right center !important;
    left: 14px !important;
  }

  .computing-courses-info-box .uabb-infobox-button {
    margin-top: 88px !important;
  }

  .message-div p {
    width: 75%;
  }

  .yellow-heading .uabb-heading-text {
    display: block;
  }

  .vocational-banner-row .fl-col {
    padding: 20px 20px 0 0;
  }

  .site-footer-section .ast-footer-html-1 .ast-builder-html-element {
    margin-top: -3px;
  }

  .ast-header-button-1 .ast-custom-button {
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    color: #ffffff;
    background: #e01a34;
  }

  .ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-button-1 {
    width: 100% !important;
    display: block;
    text-align: center;
  }

  .ast-header-break-point
    .main-navigation
    ul
    .menu-item
    .menu-link
    .icon-arrow:first-of-type {
    display: none !important;
  }
}

/* CSS for screens below 767px (mobile screens) */
@media only screen and (max-width: 767px) {
  .ast-builder-footer-grid-columns {
    display: flex;
    flex-direction: column;
  }

  .site-footer-primary-section-1 {
    order: 2;
  }

  .site-footer-primary-section-2 {
    order: 1;
  }

  .site-footer-primary-section-4 {
    order: 4;
  }

  .site-footer-primary-section-4 .widget-area {
    display: inline-flex !important;
    flex-direction: column-reverse;
    margin-right: 0 !important;
  }

  .site-footer-primary-section-4 {
    align-self: flex-start;
    /*     	margin-left: 20px; */
  }

  button.menu-toggle {
    padding-right: 0 !important;
  }

  .ahfb-svg-iconset svg {
    width: 25px !important;
    height: 25px !important;
  }

  .site-footer-section-4 .widget_text {
    line-height: 2;
    max-width: 60%;
    width: 100%;
  }

  .site-primary-footer-wrap[data-section="section-primary-footer-builder"]
    .ast-builder-grid-row,
  .site-primary-footer-wrap[data-section="section-primary-footer-builder"]
    .site-footer-section {
    align-items: initial !important;
  }

  .site-footer-primary-section-1 {
    display: inline-flex !important;
    grid-column-gap: 100px;
    align-items: initial !important;
  }

  .site-footer-primary-section-4 .widget_media_image {
    margin-bottom: 20px;
  }

  .site-footer-primary-section-1 .widget-area section#nav_menu-10 {
    display: block;
  }

  .home-open-carousel .slick-next {
    right: 29% !important;
    top: 97.5% !important;
  }

  .home-open-carousel .slick-prev {
    left: 29% !important;
    top: 97.5% !important;
  }

  .footer-img-carousel .slick-next {
    right: 25% !important;
  }

  .footer-img-carousel .slick-prev {
    left: 25% !important;
  }

  .home-post-module .fl-post-grid-text,
  .team-archieve .fl-post-text {
    margin-top: -115px;
    margin-left: 30px;
    max-width: 311px !important;
    height: 100%;
    padding: 20px !important;
    display: block;
  }

  .team-archieve .fl-post-text .fl-post-title a {
    font-weight: 700;
  }

  .team-archieve .fl-post-text .fl-post-title a,
  .team-archieve .fl-post-text .fl-post-meta,
  .team-archieve .cpt-post-taxonomy a {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
  }

  .home-post-module .fl-post-grid-image img {
    height: 275px !important;
    object-fit: cover;
    max-width: 311px !important;
  }

  .home-post-module .fl-post-grid-image {
    max-width: 300px !important;
    width: 100%;
    margin: 0;
  }

  .home-success-img .fl-photo-content {
    height: auto;
  }

  .school-leaver-infobox .uabb-module-content {
    padding: 25px 20px 30px;
  }

  .school-leaver-infobox .uabb-heading {
    margin-bottom: 10px;
  }

  .home-open-carousel .uabb-image-carousel ul.slick-dots {
    padding-top: 20px;
  }

  a.uabb-button,
  .not-found-search-btn
    .fl-button-group
    .fl-button-group-buttons
    .fl-button-group-button {
    width: 100%;
  }

  .ast-header-break-point .ast-icon.icon-arrow svg {
    transform: rotate(-90deg);
  }

  .ast-header-break-point
    .main-header-bar-navigation
    .menu-item-has-children
    > .ast-menu-toggle {
    right: 0;
  }

  .right-photo-stretched .fl-module-content.fl-node-content {
    width: 100%;
    max-width: 100%;
  }

  .computing-courses-info-box .uabb-infobox-left-right-wrap:after {
    top: 55%;
    right: 0;
    width: 122px;
    height: 122px;
    z-index: 1;
    left: 63% !important;
    margin: 0 auto;
  }

  .home-search-form input {
    height: 45px !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: 16px !important;
    border-radius: 0 !important;
  }

  .home-search-form label {
    display: inline !important;
  }

  .home-search-form .searchandfilter ul li.sf-field-submit input {
    line-height: 0.25;
    margin-top: 20px !important;
  }

  .ast-builder-menu-mobile
    .main-navigation
    .main-header-menu
    .menu-item
    > .menu-link {
    padding: 0 6px !important;
  }

  .distance-learning-slider .fl-slide-content {
    padding: 30px 20px 80px !important;
    text-align: left;
  }

  .distance-learning-slider .bx-wrapper .bx-pager {
    bottom: 38px;
    left: 35%;
  }

  .distance-learning-slider .bx-viewport {
    height: auto !important;
  }

  .distance-learning-slider .fl-content-slider-navigation .slider-next {
    top: 250px;
    right: 27%;
  }

  .distance-learning-slider .fl-content-slider-navigation .slider-prev {
    top: 250px;
    left: 23%;
  }

  .school-leaver-infobox span.uabb-heading-text {
    display: inline-block;
  }

  .fl-countdown-unit {
    padding: 0 !important;
  }

  .fl-countdown .fl-countdown-number {
    margin: 0 5px !important;
  }

  .campus-post-slider .fl-post-slider-content {
    padding: 0 20px 80px;
  }

  .campus-post-slider .bx-wrapper .bx-pager {
    bottom: 35px;
    left: 17%;
  }

  .campus-post-slider .fl-post-slider-navigation .slider-next {
    top: 365px;
    right: 0;
    margin: 0 15%;
  }

  .campus-post-slider .fl-post-slider-navigation .slider-prev {
    top: 365px;
    left: 0;
    margin: 0 3%;
  }

  .campus-post-slider .fl-photo-content img {
    height: 350px;
  }

  .campus-post-meta {
    padding-bottom: 0 !important;
    padding-right: 0 !important;
  }

  span.clear-search-value {
    top: 58px;
  }

  .safeguarding-slider .fl-builder-content {
    text-align: center;
  }

  .safeguarding-slider .bx-wrapper .bx-pager {
    left: 37% !important;
    bottom: 48px;
  }

  .safeguarding-slider .fl-content-slider-navigation .slider-prev {
    left: 26% !important;
    top: 232px !important;
  }

  .safeguarding-slider .fl-content-slider-navigation .slider-next {
    right: 25%;
    top: 232px !important;
  }

  .safeguarding-slider .fl-button-wrap {
    margin-bottom: 20px;
    text-align: center;
  }

  .safeguarding-slider a.fl-button {
    width: 100%;
    text-align: center;
  }

  .school-leaver-first-choice-row .fl-row-content-wrap {
    background-image: linear-gradient(
      180deg,
      #0c1f2e 88%,
      rgba(255, 255, 255, 0) 20%
    );
  }

  .school-leaver-experts-info .uabb-subheading {
    margin-bottom: 30px;
  }

  .computing-courses-info-box .uabb-infobox-button {
    margin-top: 50px !important;
  }

  .computing-courses-info-box .uabb-infobox-title {
    margin-top: 50px !important;
  }

  .course-related-post .fl-post-feed-post {
    width: 100%;
    margin-bottom: 20px;
  }

  .subject-course-post-featured .subject-course-col {
    flex: auto !important;
  }

  .subject-course-col {
    /* 		padding-left: 20px !important; */
  }

  .subject-course-post-featured .fl-post-more-link {
    display: none;
  }

  .subject-course-post-featured .subject-course-col .fl-post-title {
    font-size: 22px !important;
  }

  .subject-course-post-featured .subject-course-col.fl-post-text {
    padding-left: 20px !important;
  }

  .subject-course-post-featured .subject-course-wrapper {
    box-shadow: none;
  }

  .subject-course-post-featured .fl-post-grid-post {
    height: 550px !important;
  }

  .course-related-post .course-summary-wrapper {
    display: block !important;
    padding: 20px;
  }

  .course-related-post .fl-post-title {
    padding-bottom: 10px !important;
  }

  .course-related-post .course-summary-details {
    max-width: none !important;
  }

  .course-related-post .fl-post-more-link {
    padding-bottom: 0 !important;
    padding-top: 10px !important;
  }

  .course-related-post .fl-post-more-link a {
    width: 100%;
    text-align: center;
    padding: 5px !important;
  }

  .course-related-post .fl-post-title a {
    text-decoration: underline !important;
    color: #0c1f2e !important;
  }

  .home-search-form .searchandfilter ul li.sf-field-submit:after {
    width: 30px;
    left: 83px;
    top: 11px;
  }

  .home-explore-list .uabb-icon-wrap {
    vertical-align: middle !important;
  }

  .home-explore-list .uabb-icon-wrap i {
    font-weight: 700;
  }

  /* 	.view-all-news-btn a.uabb-button span {
            color: #e01a34 !important;
        } */
  .footer-before-slider-row .fl-row-content-wrap {
    border-top: none !important;
  }

  .ast-footer-social-1-wrap .ast-builder-social-element {
    margin: 0 8px;
  }

  .home-success-img-carousel .uabb-image-carousel .slick-slide img {
    height: 500px !important;
    object-fit: fill;
  }

  .message-div {
    display: block;
  }

  .message-div p {
    padding-bottom: 20px !important;
    width: 100%;
    /* 		text-align: center; */
  }

  .distance-learning-slider .fl-slide-content-wrap {
    width: 100% !important;
  }

  .vocational-banner-row .fl-col {
    padding-left: 0;
    padding-top: 15px;
  }

  .vocational-banner-row .fl-row-content-wrap {
    background-size: cover;
    background-position: 50% 30%;
  }

  .distance-learning-heading .fl-heading span {
    width: min-content;
  }

  .distance-learning-img-row .home-success-img .fl-photo-content img {
    height: 120px;
    object-fit: cover;
    object-position: center center;
  }

  .distance-learning-img-row .home-success-img .fl-photo-caption {
    bottom: 20px;
    margin-left: 20px !important;
    text-align: left;
  }

  .distance-learning-learn-heading .fl-heading span {
    width: 100%;
    display: inline-block;
  }

  .not-found-search-btn .fl-button-wrap {
    display: block !important;
  }

  .uabb-modal-title {
    font-size: 25px !important;
  }

  /*.all-search-form {*/
  /*    width: 100%;*/
  /*}*/
  /*.all-search-form .searchandfilter li.sf-field-search {*/
  /*    width: 100%;*/
  /*    padding: 0;*/
  /*}*/
  /*.search-popup-wrapper .nice-select.post-list {*/
  /*    width: auto;*/
  /*}*/
  /*.all-search-form .searchandfilter li.sf-field-search input {*/
  /*    padding-top: 15px;*/
  /*    margin-top: 4px !important;*/
  /*}*/
  /*.all-search-form .searchandfilter ul li {*/
  /*    justify-content: center;*/
  /*}*/
  /*.all-search-form .searchandfilter input[type="submit"] {*/
  /*    margin-left: -27px;*/
  /*    width: 100% !important;*/
  /*}*/
  /*.all-search-form .searchandfilter ul li.sf-field-submit {*/
  /*    width: 100% !important;*/
  /*    padding-top: 0 !important;*/
  /*}*/
  .campus-post-date {
    width: auto;
  }

  .campus-post-slider .fl-post-slider-img {
    padding-bottom: 20px;
  }

  .signup-inline-box .uabb-infobox-text-wrap {
    display: block !important;
  }

  .signup-inline-box .uabb-infobox-text-wrap p {
    text-align: center;
  }

  .campus-exp-img .fl-photo-caption {
    margin-left: 0;
  }

  .course-search-list .fl-post-more-link a {
    width: 100%;
    text-align: center;
    padding: 5px;
  }

  .course-search-list .course-summary-wrapper {
    display: inline-block !important;
    padding-bottom: 10px;
  }

  .course-search-list .course-summary-details {
    max-width: none;
  }

  .course-search-list .fl-post-title a {
    text-decoration: underline;
    color: #0e3f64 !important;
    font-size: 18px;
  }

  .course-search-list .fl-post-excerpt p {
    margin-bottom: 0;
    font-size: 14px;
  }

  a.fl-button {
    width: 100%;
  }

  .post-details-wrapper .story-item {
    width: 100%;
    padding-right: 0 !important;
  }

  .footer-widget-area-inner a.menu-link {
    font-size: 16px;
    text-decoration: underline;
    line-height: 1.88;
  }

  h2.widget-title,
  .site-footer-section .ast-footer-html-1 .ast-builder-html-element,
  .site-footer-section-4 .widget_text {
    font-size: 16px !important;
  }

  span.dwnld-text {
    display: none;
  }

  .safeguarding-policy-post .fl-post-text {
    display: block;
    padding: 20px;
  }

  .safeguarding-policy-post .fl-post-grid-post {
    height: 100% !important;
  }

  /*.safeguarding-policy-post .fa, .safeguarding-policy-post .fas {*/
  /*	margin-left: 0;*/
  /*}*/
  .safeguarding-policy-post .fl-post-title {
    max-width: 200px;
  }

  .message-div a.alert-msg-link {
    display: block;
    width: 100%;
  }

  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content h2 {
    font-size: 25px !important;
  }

  .fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content p {
    font-size: 16px !important;
  }

  .team-archieve img {
    height: 365px;
    object-fit: cover;
    object-position: top;
    width: 305px !important;
  }

  .safeguarding-btn .uabb-creative-button-icon-after {
    float: right;
  }

  .safeguarding-btn a.uabb-button {
    display: inline-flex;
    justify-content: space-between;
    text-align: left;
    line-height: 1.25;
  }

  span.cpt-title {
    max-width: 250px;
    width: 100%;
    display: inline-block;
  }

  .story-archive-success-title .fl-heading span {
    padding: 7px 15px;
  }

  .story-featured-img img {
    width: 305px;
  }

  .story-featured-img {
    max-width: 300px;
  }

  .story-meta-wrapper {
    margin-left: 30px;
    max-width: 310px;
    margin-bottom: 35px;
  }

  .event-faqs-ques {
    font-size: 18px;
    line-height: 1.5;
  }

  .event-faqs-ans {
    line-height: 1.5;
  }

  span.event-title {
    max-width: 250px;
    width: 100%;
    display: inline-block;
  }

  .event-single-info-meta .uabb-infobox-text-wrap {
    display: inline-block;
    float: right;
  }

  .event-single-info-meta .uabb-infobox-title-wrap {
    display: inline-block;
  }

  .event-single-social .uabb-social-share-wrap:before {
    margin-left: 0;
  }

  .vacancy-archive-list-post .fl-post-text {
    min-height: 200px;
    height: 100%;
    padding-bottom: 30px;
    display: block;
  }

  .vacancy-button a {
    width: 100%;
    display: block;
    padding: 8px !important;
  }

  .vacancy-archive-list-post .vacancy-button {
    float: none;
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .single-team-contact-info .uabb-infobox-text-wrap {
    max-width: 100%;
    float: none;
    vertical-align: middle;
    display: flex;
  }

  .single-team-contact-info .uabb-infobox-text-wrap .uabb-infobox-text {
    text-align: left;
  }

  .campus-post-slider .story-details .story-title span {
    display: block;
  }

  .team-archieve .cpt-post-taxonomy {
    padding-bottom: 0;
  }

  .single-team-contact h3.uabb-heading {
    text-align: left !important;
  }

  .hair-beauty-carousel .uabb-image-carousel .slick-slide img {
    height: 390px !important;
    object-fit: cover;
  }

  .hair-beauty-carousel .slick-next {
    top: 96.8% !important;
  }

  .hair-beauty-carousel .slick-prev {
    top: 96.8% !important;
  }

  .open-days-post .fl-post-feed-post {
    width: 100%;
    display: inline-block;
  }

  .event-post-meta-wrapper {
    display: block !important;
  }

  .event-post-date-wrapper {
    text-align: center;
    float: right;
  }

  .event-post-meta {
    display: inline-block;
    padding-left: 0 !important;
  }

  .open-days-post .fl-post-more-link {
    display: none;
  }

  .open-days-post h2.fl-post-title {
    max-width: 200px;
    width: 100%;
    font-size: 16px;
  }

  .open-days-post .event-post-date-wrapper span {
    line-height: 1.15;
  }

  .open-days-post .event-post-meta-wrapper {
    padding: 10px 0 10px 15px;
  }

  .ast-header-break-point
    .main-navigation
    ul
    .menu-item
    .menu-link
    .icon-arrow:first-of-type {
    display: none !important;
  }

  .uabb-button-text {
    font-size: 16px;
  }

  .search-clear .fl-module-content {
    margin-top: 20px;
    margin-right: 30px;
  }

  .policy-archive .fl-post-feed-post {
    padding: 20px;
  }

  .policy-title {
    padding-bottom: 20px;
  }

  .policy-meta a {
    width: 100%;
  }

  .policy-meta {
    display: flex !important;
    float: none;
    width: 100%;
    text-align: center;
  }

  .ast-builder-menu-mobile .main-navigation .menu-item:hover > .menu-link,
  .ast-builder-menu-mobile
    .main-navigation
    .inline-on-mobile
    .menu-item:hover
    > .ast-menu-toggle {
    background-color: #fff;
    color: #0c1f2e !important;
    border: 1px solid;
  }

  .ast-builder-menu-mobile .main-navigation .menu-link {
    padding-left: 6px;
    padding-right: 6px;
  }

  .site-header-focus-item
    .ast-primary-header-bar
    .main-header-menu
    > .menu-item
    > a:hover {
    color: #e01a34 !important;
    background-color: #fff;
  }

  .home-success-img-carousel .uabb-image-carousel-caption {
    font-size: 20px;
    transition: background 0.3s, color 0.3s;
  }

  .ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-button-1 {
    width: 100% !important;
    display: block;
    text-align: center;
  }

  .ast-mobile-popup-content
    .ast-builder-menu-mobile
    .main-navigation
    .main-header-menu {
    border-top: none;
  }

  li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-741 {
    margin-left: 0 !important;
  }

  .ast-builder-menu-mobile
    .main-navigation
    .menu-item.menu-item-has-children
    > .ast-menu-toggle {
    padding-right: 0;
    right: 3px !important;
  }

  .ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close {
    color: #fff !important;
    padding: 30px 20px 0 20px;
  }

  .site-header-section > div:last-child {
    padding-left: 0;
  }

  .which-course-accordian
    .uabb-adv-accordion-item-active
    .uabb-adv-accordion-button-label {
    font-weight: 500 !important;
    color: #0c1f2e !important;
  }

  .which-course-accordian .uabb-adv-accordion-button-label {
    color: #2e353e !important;
  }

  .hair-beauty-accordian .row-border .text-right {
    width: 60% !important;
  }

  .home-search-form input::placeholder {
    color: #123658 !important;
  }

  .contact-accordion .uabb-adv-accordion-item.uabb-adv-accordion-item-active {
    border-radius: 4px;
  }

  .map-link-div {
    width: auto;
  }

  .campus-map-header {
    padding: 20px !important;
  }

  .single-campus-map p {
    margin-bottom: 10px !important;
  }

  a.view-map-link {
    text-transform: uppercase;
    padding: 5px 20px !important;
  }

  .gform_body input::placeholder,
  .gform_body select {
    font-size: 18px !important;
  }

  .safeguarding-policy-post .fl-post-column {
    padding-bottom: 10px;
  }

  #menu-footer-menu-policies .menu-item-object-page,
  #menu-footer-menu-more .menu-item-object-page {
    margin: 0;
  }

  .school-leaver-event span.event-date {
    float: none;
  }

  .fl-post-grid-post {
    padding: 0;
  }

  .home-post-module .fl-builder-pagination-load-more {
    padding: 10px 0;
  }

  .vacancy-meta {
    min-height: 50px;
    height: 100%;
    overflow-wrap: anywhere;
  }

  .vacancy-archive-btn-grp .fl-button-group-buttons {
    display: block;
    width: 100%;
  }

  .vacancy-archive-btn-grp .fl-button-wrap {
    width: 100%;
  }

  .vacancy-archive-btn-grp a.fl-button {
    text-align: left !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .vacancy-archive-btn-grp a.fl-button i.fl-button-icon {
    float: right;
  }

  .filter-collapse-column .left-sidebar-filter-story {
    display: none;
  }

  .filter-collapse-column .left-sidebar-filter-story.active {
    display: block;
  }

  .filter-collapse-column .filter-collapse-btn .fl-html {
    text-align: right;
  }

  .filter-collapse-column .filter-collapse-btn .fl-html i {
    font-size: 30px;
    color: #e01a34;
    font-weight: 500;
    cursor: pointer;
  }

  .clear-active .fl-module-content {
    display: block !important;
    position: absolute;
    right: 0;
    margin-top: 39px !important;
    margin-right: 22px;
  }

  .read-more-link a {
    font-size: 14px;
  }

  .filter-collapse-column .search-clear .fl-module-content {
    display: none;
  }

  .pt-label {
    font-size: 25px !important;
    font-weight: 500;
    display: inline-block;
    padding: 5px !important;
    line-height: 1.25;
  }

  .pt-view-more {
    float: none;
    padding: 20px 0;
    display: grid;
    text-align: center;
  }

  .section-title {
    display: block;
  }

  .readmorebtn {
    padding: 0 20px 20px;
  }

  .readmorebtn button {
    width: 100%;
    display: block;
    padding: 10px 0;
  }

  .post-meta {
    padding: 20px 0 10px 20px;
    max-width: 180px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .post-content {
    line-height: 1.25;
    font-size: 16px;
    letter-spacing: -0.17px;
  }

  .post-title h2 {
    margin-bottom: 30px !important;
  }

  .post-wrapper {
    display: block;
  }

  .blog-post-wrapper {
    padding-top: 20px;
  }

  .blog-post-wrapper .readmorebtn {
    padding: 0;
  }

  .blog-post-wrapper .post-meta {
    flex: none;
    padding-left: 0;
  }

  .post-featured-image img,
  .event-date {
    float: right;
    width: 120px;
    height: 120px;
  }

  .post-terms a {
    font-size: 14px;
  }

  span.event-date-meta {
    font-size: 46px;
  }

  span.event-month-meta {
    font-size: 24px;
  }

  .pt-view-more span {
    padding-bottom: 20px;
  }

  .single-news-info-meta .uabb-infobox-content {
    display: flex;
    justify-content: space-between;
    align-items: initial;
  }

  .venue-single-carousel .uabb-image-carousel .slick-slide img {
    height: 380px !important;
    object-fit: none;
  }

  .vacancy-single-post .fl-post-image img {
    width: 305px;
    height: 364px;
  }

  .vacancy-single-post .fl-post-text {
    margin: -115px 0 0 30px;
    max-width: 311px;
  }

  .vacancy-single-post .fl-post-meta {
    font-weight: 500;
  }

  .open-days-post .event-post-date-wrapper {
    width: 80px;
    height: 80px;
    padding: 10px 0;
  }

  .open-days-post .event-post-date {
    line-height: 1;
  }

  .course-related-post .fl-post-feed {
    display: block !important;
  }

  .computing-courses-info-box .uabb-infobox-title-prefix {
    font-weight: 500;
  }

  .team-archieve .fl-post-text .fl-post-title a {
    font-weight: 700 !important;
  }

  .campus-post-slider .story-title {
    margin-right: 40px;
  }

  .academics-photo .fl-photo:hover .fl-photo-caption {
    border: none;
  }

  .filter-collapse-btn .filter-icon-plus {
    display: block;
  }

  .filter-collapse-btn .filter-btn-minus {
    display: none;
  }

  .filter-collapse-btn.icon-active .filter-icon-plus {
    display: none;
  }

  .filter-collapse-btn.icon-active .filter-btn-minus {
    display: block;
  }

  .view-map-link {
    font-size: 16px !important;
  }

  .campus-post-wrapper .meta-link {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
  }

  .campus-post-date {
    display: inline-block;
  }

  .campus-post-event .fl-post-more-link {
    padding: 0 0 0 15px !important;
  }

  .campus-post-meta {
    padding-top: 0 !important;
    padding-left: 15px !important;
  }

  .campus-post-wrapper {
    display: block !important;
  }

  .gform_wrapper .gform_body .gfield_checkbox li > label {
    display: contents !important;
  }

  .open-days-slider .bx-wrapper .bx-pager {
    bottom: 40px;
  }

  .venue-featured-img img {
    max-width: 336px !important;
    height: 218px !important;
  }

  .venue-meta-wrapper {
    max-width: 276px !important;
    margin-top: -32px;
  }

  .venue-single-carousel .uabb-image-carousel ul.slick-dots {
    top: 7px;
  }

  span.open-day-header-text {
    font-size: 16px !important;
  }

  .campus-post-event .fl-post-feed-post {
    margin-bottom: 20px;
  }

  .campus-post-date span {
    font-size: 24px !important;
  }

  .ast-header-break-point .ast-builder-menu-mobile .main-navigation {
    display: block;
    padding-bottom: 50px;
  }

  .ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile {
    border-top: none;
  }

  .primary-big-button a.fl-button {
    min-height: 40px !important;
  }

  .course-search-list .fl-post-more-link {
    padding-left: 20px;
  }

  .school-leaver-infobox .uabb-module-content {
    min-height: 100%;
  }

  .course-related-post .fl-post-feed {
    grid-template-columns: auto !important;
  }

  .course-related-post .fl-post-text {
    height: 100%;
    width: 100%;
  }
}

.fl-node-60ec168753b2f {
  display: none;
}

.fl-builder-content .fl-node-60e8005c842ca a.fl-button:hover,
.fl-builder-content .fl-node-60e8005c842ca a.fl-button:focus,
.fl-builder-content .fl-node-60e8005c842ca a.fl-button:hover *,
.fl-builder-content .fl-node-60e8005c842ca a.fl-button:focus * {
  color: #0e3f64;
}

.vocational-img .fl-photo-caption {
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.has-alert-bar .alert-message-wrapper {
  order: 1;
  width: 100%;
}

.no-alert-bar .alert-message-wrapper {
  display: none;
}

.subject-course-post-featured .fl-post-grid-post,
.fl-node-60eac32eef6b4 .fl-post-grid-post {
  height: 100% !important;
  min-height: 270px;
}

.subject-course-post-featured .subject-course-wrapper,
.fl-node-60eac32eef6b4 .subject-course-wrapper {
  box-shadow: unset;
}

.course-related-post > .fl-module-content,
.fl-node-60eac32eef6b5 > .fl-module-content {
  margin: 20px !important;
}

.fl-node-60eac32eef6b4 > .fl-module-content {
  margin: 20px;
  margin-bottom: 0;
}

.course-related-post .fl-post-feed-post:last-child,
.fl-node-60eac32eef6b4 .fl-post-feed-post:last-child,
.fl-node-60eac32eef6b5 .fl-post-feed-post:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 1680px) {
  .campus-post-slider .fl-post-slider-navigation .slider-prev {
    margin: 0 48%;
  }

  .campus-post-slider .fl-post-slider-navigation .slider-next {
    margin: 0 34%;
  }
}

.campus-post-slider .fl-post-slider-post {
  max-height: 400px;
}

.campus-post-slider .fl-post-slider-content {
  min-height: 400px;
  height: 100%;
}

.campus-post-slider .fl-post-slider-content .story-details {
  min-height: 400px;
  height: 100%;
}

.post-wrapper__no-image {
  padding: 20px 20px 20px 0;
}

@media (max-width: 1400px) {
  #ast-desktop-header {
    display: none;
  }

  #ast-mobile-header {
    display: block;
  }
}

@media (min-width: 1401px) {
  #ast-desktop-header {
    display: block;
  }

  #ast-mobile-header {
    display: none;
  }
}

.course-related-post .course-summary-wrapper,
.course-related-post .fl-post-text {
  height: 100%;
}

.open-event-info-button {
  max-height: 100px;
  width: 100%;
  margin-top: 1.5em;
}

.open-event-info-button a {
  width: 100%;
}

.open-event-info-button .left-title-image {
  display: grid;
  grid-template-columns: 100px 1fr;
}

.open-event-info-button .left-title-image .image-wrap img {
  width: 100%;
  height: 100%;
}

.open-event-info-button .left-title-image .title-wrap {
  border: 1px solid #123658;
}

.open-event-info-button .title-wrap h5 {
  text-align: center;
  padding: 35px 0;
  color: #123658;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.17px;
  line-height: 19px;
  text-decoration: underline;
}

.open-event-info-button:hover .title-wrap {
  background: #123658;
}

.open-event-info-button:hover .title-wrap h5 {
  color: #fff;
}

.course-instances-title {
  position: relative;
  padding-right: 40px;
}

.course-instances-title__indicator {
  position: absolute;
  top: 27px;
  right: 20px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .course-instances-title__indicator {
    top: 24px;
  }
}

.justify-between {
  justify-content: space-between;
}

.mr-1 {
  margin-right: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.slider-nav {
  padding-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-nav__dots .slick-dots {
  margin: 0 10px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.slider-nav__dots .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 6px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #123658;
  border-radius: 50%;
  margin: 0 3px;
  transition: background 0.3s;
}

.slider-nav__dots .slick-dots li.slick-active button,
.slider-nav__dots .slick-dots button:hover {
  background-color: #ed6a67;
}

.slick-hidden {
  visibility: hidden;
}

.slider-nav__btn .slick-prev,
.slider-nav__btn .slick-next {
  display: block;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  border: none;
  height: auto;
  width: auto;
  background: transparent;
}

.slider-nav__btn i {
  border: none;
  width: 28px;
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  box-sizing: content-box;
  transition: background 0.3s, color 0.3s;
}

.slider-nav__btn:hover i {
  background: #123658;
  color: #fff !important;
}

.ast-header-button-1 .ast-custom-button {
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  color: #ffffff;
  background: #e01a34;
}

.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-button-1 {
  width: 100% !important;
  display: block;
  text-align: center;
}

#ast-hf-mobile-menu li {
  width: 100%;
  position: relative;
}

#ast-hf-mobile-menu li .menu-link {
  display: inline-block;
  border: 0;
  border-bottom: 1px solid #fff;
}

#ast-hf-mobile-menu li .menu-link span.ast-icon {
  display: none;
}

#ast-hf-mobile-menu li.menu-item-has-children .ast-menu-toggle {
  margin-left: auto;
  display: block;
}

#ast-hf-mobile-menu li.menu-item-has-children > .ast-menu-toggle {
  display: inline-block;
  position: absolute;
  font-size: inherit;
  top: 0;
  right: 20px;
  cursor: pointer;
  padding: 0 0.907em;
  font-weight: 400;
  line-height: inherit;
}

#ast-hf-mobile-menu .sub-menu {
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  position: relative;
}

#ast-hf-mobile-menu {
  line-height: 3;
}

.type-page .fl-col-has-cols,
.type-page .fl-col-has-cols + .fl-col-small {
  transform: translateY(50px);
}

.home .type-page .fl-col-has-cols,
.home .type-page .fl-col-has-cols + .fl-col-small {
  transform: translateY(0);
}

@media only screen and (max-width: 550px) {
  .ahfb-svg-iconset svg {
    height: 19px !important;
    width: 19px !important;
  }
}

@media only screen and (max-width: 769px) {
  .uamodal-60acb9dd68f53 .uabb-content {
    max-width: 100%;
    width: 100% !important;
    padding: 0 20px;
  }

  .uamodal-60acb9dd68f53 .uabb-modal-title {
    font-size: 20px !important;
    font-weight: 500;
    margin-bottom: 30px;
  }

  .uamodal-60acb9dd68f53 .uabb-modal-title-wrap {
    padding: 0 !important;
    margin-bottom: 10px;
  }

  .uamodal-60acb9dd68f53 .search-popup-wrapper {
    display: flex;
    flex-direction: column;
  }

  .post-type-list,
  .search-popup-wrapper .nice-select.open .list {
    width: 100%;
  }

  .post-type-list {
    margin-bottom: 15px;
  }

  .search-popup-wrapper .nice-select.post-list {
    width: 100%;
  }

  .uamodal-60acb9dd68f53 .all-search-form {
    width: 100%;
  }

  .uamodal-60acb9dd68f53 .all-search-form .searchandfilter li.sf-field-search {
    width: 100%;
  }

  .uamodal-60acb9dd68f53
    .all-search-form
    .searchandfilter
    li.sf-field-search
    label {
    position: relative;
  }

  .uamodal-60acb9dd68f53 .all-search-form ul {
    display: flex;
    flex-direction: column;
  }

  .uamodal-60acb9dd68f53
    .all-search-form
    .searchandfilter
    input[type="submit"] {
    width: 100%;
    text-transform: uppercase;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
  }

  .uamodal-60acb9dd68f53 .all-search-form .searchandfilter input[type="text"] {
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 0;
  }

  .uamodal-60acb9dd68f53
    .all-search-form
    .searchandfilter
    li.sf-field-post_type {
    display: none;
  }

  .uamodal-60acb9dd68f53 span.clear-search-value {
    top: 50%;
    right: 0;
    height: 100%;
    color: #fff !important;
    transform: translateY(-50%);
    width: 57px;
    background-color: #e01a34;
    font-size: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .uabb-close-custom-top-right {
    top: 25px !important;
    right: 25px !important;
  }

  .type-page .fl-col-has-cols,
  .type-page .fl-col-has-cols + .fl-col-small {
    transform: translateY(0);
  }

  .search-popup-wrapper .nice-select.post-list {
    height: 45px;
    padding-top: 6px;
  }
  .search-popup-wrapper .nice-select.open .list {
    border: solid 1px #999;
    width: calc(100% + 2px);
    left: -1px;
  }
}

.home-search-form input {
  border-radius: 0;
}

.home-post-module .fl-module img {
  max-height: 259px;
}

#ot-sdk-btn-floating .ot-floating-button__front svg {
  position: absolute;
}

.postid-11734 .right-column-image .fl-col-content img {
  object-position: center 25%;
}
