body.page {
    margin-bottom: 0;
}

ul.category-nav::before {
    content: 'Filter by:';
    padding-right: 1em;
}

.listings-panels .tile.is-ancestor {
    display: flex;
    flex-wrap: wrap;
}

.listings-panels .tile.is-small-panel {
    width: 100%;
    flex-basis: 100%;
}

.panel__filter {
    margin-bottom: 8px;
}
.panel__filter .term {
    display: inline;
    padding: 4px 12px;
    gap: 10px;
    border-radius: 16px;
    background: #F8F6F2;
    color: #000;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    width: fit-content;
}
.panel__filter a.eventhost {
    display: inline;
    padding: 4px 12px;
    gap: 10px;
    border-radius: 16px;
    background: #ffffff;
    color: #C70016!important;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    width: fit-content;
}

.panel__title {
    display: block;
    color: #000;
    font-family: "Work Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}
.panel__content {
    color: #000;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.panel__content .read_more {
    display: none;
 }
 
#featured {
    background-color: #000;
}
#featured a {
    color: #fff;
}
#featured .panel__title {
    color: #fff;
}
#featured .panel__content {
    color: #fff;
    padding-right: 33%;
    position: relative;
}
#featured .panel__content .read_more {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 2px solid #FFF;
    color: #fff!important;
    display: block;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.single-news-type span {
    width: fit-content;
    display: flex;
    padding: 0px 16px;
    gap: 10px;
    border-radius: 16px;
    border: 2px solid #000;
    height: 32px;
    line-height: 24px;
}

h1.type-hd-lg {
    color: #000;
    font-family: "Work Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    margin: 40px 0 0 0!important;
    padding: 0!important;
}
.section.hub-overview h1.type-hd-lg { color:#fff; }
.event_details {
    float: left;
    width: 100%;
    padding: 40px 0 36px 0;
    color: #000;
    font-family: "Work Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
}
.event_date, .event_time, .event_venue, .event_price {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    padding-left: 32px;
    position: relative;
    margin-bottom: 36px 0!important;
}
.event_date svg, .event_time svg, .event_venue svg, .event_price svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    color: #000;
}
.event_date span, .event_time span, .event_venue span, .event_price span {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 0 16px 0;
}
.event_details .event_price {
    clear: both;
    float: left;
    width: 100%;
    padding: 40px 0 0 0;
}
.event_details .event_link {
    clear: both;
    float: left;
    width: 100%;
    padding: 36px 0 0 0;
}
.event_details .event_link a {
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #000;
    color: #fff;
    line-height: 21px;
}
.event_details .event_link a svg {
    margin-left: 16px;
    color: #fff!important;
    width: 20px;
    float: right;
}
.event_details .event_link a:hover {
    text-decoration: underline;
}

.buttons {
    position: relative;
}
.buttons span {
    display: flex;
    padding: 0;
    margin: -8px 0 0 0;
    line-height: 32px; /* 100% */
    height: 32px;
    padding-right: 16px;
}
.buttons .button {
    display: flex;
    padding: 0 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: 2px solid #C70016;
    color: #C70016;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    height: 32px;
}
.buttons .button.is-primary,
.buttons .button:hover {
    border: 2px solid #C70016;
    background-color: #C70016;
    color: #fff;
}

.buttons .button.all {
    border: 2px solid #000000;
    background-color: #000000;
    color: #fff;
}
.buttons .button.all.archive-active {
    border: 2px solid #000000;
    background-color: rgba(0, 0, 0,0);
    color: #000000;
}
.buttons .button.archive {
    color: #C70016;
    position: absolute;
    top: 0;
    right: 0;
}
.buttons .button.archive:hover {
    border: 2px solid #C70016;
    background-color: rgba(199, 0, 22,0.15)
    ;
}
.buttons .button.archive svg {
    float: left;
}
.buttons .button.archive.archive-active {
    border: 2px solid #000000;
    background-color: #000000;
    color: #fff;
}

@media screen and (min-width: 769px) {
    .flex-panels.two-in-row .column {
      flex-basis: 50%;
      max-width: 50%;
    }

    .listings-panels .tile.is-small-panel {
        width: 100%;
    }
    .listings-panels .tile.is-small-panel {
        width: 100%;
        max-width: 100%!important;
        position: relative;
    }
    .newspanel { width: 100%; }
    .newspanel .panel-small {
        float: left;
        width: 100%;
        max-width: 778px!important;
    }
    .eventscourses {
        width: 100%;
        max-width: 100%;
        position: relative;
        background-color: white;
    }
    .eventscourses .panel-small {
        float: left;
        width: 100%;
        max-width: 65%;
        background-color: #fff!important;
    }
    .eventscourses .panel-small .panel__title {
        color: #000!important;
    }
    .eventscourses .event-details {
        float: right;
        width: 100%;
        max-width: 35%;
        padding: 0.70em;
    }
    .eventscourses .event-details p {
        margin: 2px 0;
        padding: 8px;
        display: flex;
        padding: 8px  8px  8px  40px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 4px;
        background: #F8F6F2;
        color: #000;
        font-family: "Work Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        position: relative;
    }
    .eventscourses .event-details p svg {
        position: absolute;
        top: 8px;
        left: 8px;
        transform: translate(0, 0);
        width: 20px;
        height: 20px;
    }
    .newspanel a:hover h3.panel__title {
        color:#C70016!important;
    }
    .eventscourses a:hover h3.panel__title {
        color:#C70016!important;
    }

    .listings-panels.press-panels .tile.is-small-panel {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 768px) {

    .buttons span {
        display: flex;
        padding: 0;
        margin: -8px 0 0 0;
        line-height: 32px; /* 100% */
        height: 32px;
        padding-right: 16px;
        width: 100%;
    }

    .newspanel .panel-small {
        float: left;
        width: 100%;
        max-width: 100%;
        padding-bottom: 24px;
    }
    #featured .panel__content {
        color: #fff;
        padding-right: 0%;
        position: relative;
    }
    #featured .panel__content .read_more {
        position: relative;
        width: 100%;
        margin: 24px 0 0 0;
        text-align: center;
        bottom: 0;
        right: 0;
        display: flex;
        padding: 16px 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 5px;
        border: 2px solid #FFF;
        color: #fff!important;
        display: block;
        font-family: "Work Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .news-listing .tile {
        flex-basis: 100%;
    }
    .eventscourses {
        width: 100%;
        max-width: 100%;
        position: relative;
        background-color: white;
    }
    .eventscourses .panel-small {
        float: left;
        width: 100%;
        max-width: 100%;
        padding-bottom: 0px;
        background-color: #fff!important;
    }
    .eventscourses .panel-small .panel__title {
        color: #000!important;
    }
    .eventscourses .event-details {
        background-color: #fff!important;
        float: left;
        width: 100%;
        max-width: 100%;
        padding: 0.70em;
    }
    .eventscourses .event-details p {
        margin: 2px 0;
        padding: 8px;
        display: flex;
        padding: 8px  8px  8px  40px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 4px;
        background: #F8F6F2;
        color: #000;
        font-family: "Work Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        position: relative;
    }
    .eventscourses .event-details p svg {
        position: absolute;
        top: 8px;
        left: 8px;
        transform: translate(0, 0);
        width: 20px;
        height: 20px;
    }
}

/* TODO recreate listing panels above to flex-panels below */

.flex-panels {
    display: flex;
    flex-wrap: wrap;
}

.flex-panels .column {
    width: 100%;
    flex-basis: 100%;
}

@media screen and (min-width: 769px) {
    .flex-panels.three-in-row .column {
        flex-basis: 33.3%;
        max-width: 33.3%;
    }

    .flex-panels.three-in-row .column.is-8-desktop {
        flex-basis: 66.6%;
        max-width: 66.6%;
    }

    .flex-panels.three-in-row .column .two-in-row .column {
      flex-basis: 50%;
      max-width: 50%;
    }
}

@media screen and (min-width: 1024px) {
    .flex-panels.four-in-row .column {
        flex-basis: 25%;
        max-width: 25%;
    }

    .flex-panels.four-in-row .column.is-full-tablet.is-half-desktop {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 1023px) {
  .member-boxes .flex-panels.three-in-row .column {
      flex-basis: 100%;
      max-width: 100%;
  }
}

.getting-here-section .columns {
    display: flex;
    flex-wrap: wrap;
}

/* AJAX Load More start */

.ajax-load-more-wrap {
    margin: .75em;
}

#ajax-load-more {
    width: 100%;
}

.alm-btn-wrap {
    text-align: center;
    width: 100%;
}
.page-template-page-news  .alm-btn-wrap {
    text-align: center;
    width: 100%;
    max-width: 778px;
}

.alm-btn-wrap .alm-load-more-btn.done {
    display: none;
}

/* AJAX Load More end */

.filter-button-radio {
    position: absolute;
    visibility: hidden;
}

.hidden {
    display: none;
}

.reports-list-section .ajax-load-more-wrap {
    margin: 0;
}

/* Forms start */
p:empty:before {
    display: none;
}

.form input,
.form textarea {
    padding: 10px;
}



.form .form-medik {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}


/* Forms end */


/* Header start */
.navbar .menu-item  {
    flex-grow: 0;
    flex-shrink: 0;

    color: #000;
    display: block;
    line-height: 1.5;
    padding: 0.5rem 0.75rem;
    position: relative;
}

@media screen and (max-width: 1023px) {
    .navbar .menu-item  {
        margin: 0 0 4px 0;
        line-height: 1;
        color: #fff;
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    .navbar .menu-item a {
        color: #fff;
    }
}
/* Header end */

/* Footer Start */
.footer-block__list .menu-item {
    padding: 0;
}
/* Footer End */

/* Share Button Start */
.post-meta__share .addtoany_list {
    line-height: 1.444em;;
}

.post-meta__share .addtoany_list a {
    font-size: 1em;
    padding: 0;
    vertical-align: inherit;
}
/* Share Button End */

/* Newsletter styling Start */
.footer-block__form .button {
    padding-bottom: calc(0.5em - 2px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 2px);
}

.footer-block__form .ajax-loader {
    display: none;
}
/* Newsletter styling End */

.reports-list {
    display: flex;
    flex-direction: column;
    border-collapse: collapse;
    width: 100%;
}

@media screen and (min-width: 769px) {
    .reports-list .report {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .reports-list .report .report__meta__wrap {
        min-width: 40%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}
/*

#member-listings .ajax-load-more-wrap {
    margin-left: 0;
    margin-right: 0;
}*/

.staff .staff-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.gdpr-banner {
  box-shadow: none !important;
}

/* Custom Login styling Start */
@media screen and (min-width: 769px) {
    .tdh-login #loginform,
    #tdh_registration_form {
        max-width: 50%;
        padding-right: 1.25rem;
    }
}


.tdh-login #loginform label {
    color: #000;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.tdh-login #loginform input {
  border-color: #dbdbdb;
  border-radius: 6px;
  margin-bottom: 24px;
}

.tdh-login #loginform #wp-submit {
  width: 100%;
  background-color: #000;
  border-color: transparent;
  color: #fff;
}

.tdh-login #loginform #wp-submit:hover {
  background-color: #00c7b1;
}

.tdh-login .login-notice {
  margin-top: 16px;
}

.registration-success a,
.tdh-login-form a {
  color: #a4343a;
}

.registration-success a:hover,
.tdh-login-form a:hover {
  color: #00c7b1;
}
/* Custom Login styling End */

/* Profile setup styling Start */
.member-profile-setup .edit-notice {
    margin-bottom: 24px;
}

.member-profile-setup .error {
    color: #a4343a;
}

.member-profile-setup .success {
    color: #00c7b1;
}
/* Profile setup styling End */

/* Webba booking custom css Start */
.wbk-slot-booked,.wbk-slot-button.wbk-slot-booked {
    background: #e2adb7 !important;
}

.wbk-slot-booked, .wbk-slot-disabled-button {
    color: #666 !important;
    cursor: auto !important;
}

.wbk-room-details {
    padding-top: 16px;
}

.wbk-room-details table {
    table-layout: fixed;
    border-collapse: collapse;
}

.wbk-room-details td,.wbk-room-details th {
    padding: 8px;
}

.wbk-room-details td {
    font-weight: normal !important;
}

.wbk-room-details table th {
    width: 168px;
    overflow: hidden;
    padding-left: 0;
}

.wbk_description_holder p {
    font-weight: normal;
}

.wbk_description_holder img {
    margin: 8px 0 16px 0;
}

.img-border {
    border: 8px solid #323130;
}

#wbk-to-checkout {
    background-color: #00C7B1 !important;
    padding: 16px;
    font-weight: 500;
    font-size: 20px;
    margin-top: 32px;
    border-radius: 6px;
}
/* Webba booking custom css End */

.tdh-login-form .columns,
.tdh-registration-form .columns
{
    padding-top: 24px;
}

.password-rules-notice {
    color: #666;
    font-size: 0.75em;
}

.tdh_errors .error {
    color: #a4343a;
}
/*Dropdown Outline Fix*/

.navbar-item.has-dropdown .navbar-link:focus {
	outline: none;
	color: #00c7b1;
}

/*News Post Fixes*/

.single-breadcrumb {
    padding: 40px 0 0 0;
}
.single-breadcrumb span {
    float: left;
    color: #000;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
    height: 20px;
}
.single-breadcrumb span a {
    color: #C70016;
    text-decoration: underline;
}
.single-breadcrumb span.spacer {
    padding: 0 8px;
}

.single-news .content a {
	word-break: break-all;
}

.single-news .content .wp-caption img[class*="wp-image-"] {
    margin-bottom: 16px !important;
}

@media screen and (max-width: 768px) {
.single-news .content figure.wp-caption {
margin: 0px !important;}
}

/*Hero Text Links*/

.hero-column p a {
	text-decoration:underline !important;
}
.hero.bg-indigo .hero-column p a:hover {
	color:#6439ff;
}

/*IE Dropdown Fix*/

@media screen and (min-width: 1024px) {
  .navbar-item.has-dropdown:hover .navbar-dropdown {
    display: block !important;
    opacity: 1 !important;
  }
}

.bg-campus-map {
    background-image: url('https://thedigitalhub.com/wp-content/uploads/2024/07/Campus_Map_updated.jpg');
}

#tdh_registration_form legend {
  display: none;
}

/* Featured Event start */
.featured-event .type-hd-md {
    font-weight: 600;
}

.button.is-cherry-red {
    background-color: #a4343a;
    color: #fff;
    border-color: transparent;
}

.button.is-cherry-red:hover {
    background-color: #942f34;
}

.panel-link .button.is-cherry-red {
    position: relative;
    bottom: 0;
    margin-top: 24px;
    padding-left: 32px;
    padding-right: 32px;
}

.event-date-time {
    color: #a4343a;
    margin: 16px 0;
}

.featured-event .panel-horiz {padding-top: 0px !important}

@media screen and (min-width: 769px) { /* adjust padding for desktop */
	.section.featured-event {padding: 4.889rem 1.5rem};
}

/* Featured Event end */

.fullwidth {
  width: 100% !important;
  max-width: 100% !important;
}

#sb_instagram #sbi_images {padding: 0px !important; }


.eventcontact {
    margin: 80px 0 0 0;
    background: #FFF;
    display: flex;
    width: 100%;
    max-width: 1128px;
    padding: 40px;
    justify-content: space-between;
    align-items: center;
}
.eventcontact p {
    color: #000;
    font-family: "Work Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}
.eventcontact a {
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #000;
    color: #FFF;
    font-family: "Work Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* CSS CODE START  */

section.news-listing{
    padding: 6.667rem 0 !important;
}

section.news-listing .container{
    width: 1155px;
    max-width: 90%;
}

 @media only screen and (max-width: 991px) {

    section.news-listing .buttons .button.archive{
         margin-right: 0;
         position: static;
    }
   
    section.news-listing .buttons .button{
         margin-bottom: 12px;
    }
   
    section.news-listing .panel__filter .term {
         display: inline-block;
         margin-bottom: 10px;
    }

}

 @media only screen and (max-width: 768px) {
   
    section.news-listing{
         padding: 3.556rem 0 !important;
    }

}

@media only screen and (max-width: 668px) {
   
    section.news-listing .eventcontact {
         flex-direction: column;
         margin-top: 40px;
     }

}

/* END OF CSS CODE  */