/* Custom CSS */

a {
    vertical-align: inherit !important;
    font-size: inherit !important;
}

@media screen and (min-width: 1300px) {
    .banner-grey-newsroom__wrapper .banner-grey-newsroom__title {
        max-width: 80%;
    }
}


.container-max-width h2 {
    border-left: solid 10px #edf8f7;
    padding-left: 15px;
    margin-left: -30px !important;
    letter-spacing: -0.0625rem;
    font-size: 2.5rem;
}

.breadcrumb--separator-chevron .breadcrumb__list-item-link {
    display: flex;
}
.breadcrumb--separator-chevron .breadcrumb__list-item:last-child .breadcrumb__list-item-link::after {
    display: none;
}

/* Temp Socials Fix */
img.icon {
    width: 18px; height: 20px;
}

.list-unstyled {
    padding-left: 0 !important;
    list-style: none;
}

@media screen and (min-width: 1300px) {
    .help-and-advice {
        padding: 0 0 50px 0 !important;
        max-width: 1280px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1300px) {
    .search-results-listing-matrix__wrapper .search-results__card .card-info {
        justify-content: flex-end;
    }
}
@media screen and (min-width: 1300px) {
    .search-results-listing-matrix__wrapper .search-results__card .subheadings {
        grid-area: sub;
        display: flex;
        justify-content: left !important;
    }
}

.introduction {
    margin-bottom: 1rem;
    max-width: 50rem !important;
    height:auto;
    font-size: 1.3rem;
    color: #000;
    line-height: 1.6;
    font-weight: 300;
    display:block;
}
.c-subtitle {
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 1.3;
    color: #1b324b;
}

.text-dark{
    color: #000000;
}
.text-light{
    color: #ffffff;
    margin-left:3em;
}
/* Image float */

.img-float-left {
    float: left !important;
    margin-right: 1rem;
    margin-bottom: 1rem;
    max-width: 300px;
    border-radius: 10px;
}

.img-float-left img {
    display: block;
    width: 100%;
}

.img-float-left figcaption {
    clear: left;
    text-align: center;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

/* Image float right */
.img-float-right {
    float: right !important;
    margin-left: 1rem;
    margin-bottom: 1rem;
    max-width: 300px;
    border-radius: 10px;
}

.img-float-right img {
    display: block;
    width: 100%;
}

.img-float-right figcaption {
    clear: right;
    text-align: center;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

h2.icon-heading {
    line-height: 1.2; 
    margin: 0;
    display: inline-block; 
    vertical-align: middle;
}

.heading-icon {
    display: inline-block;
    vertical-align: middle; 
    margin-right: 10px; 
    height: 64px; 
    width: auto; 
}



.seperator {
  border: none;
  border-top: 8px dotted #002a3a;
  width: 100%;
  height: 0;
  margin: 1em 0;
}

hr {
  border: none;
  border-top: 2px solid #002a3a;
  width: 75%;
  height: 0;
  margin: 1.5em 0;
}

.calendar3{
    color:#26547b;
    padding-right:5px;
}
.bi-clock{
       color:#26547b;
   
}

/*.m-b{
    margin-bottom:2rem;
}*/

/* Style for the date box */
.date-heading,
.date-body {
    color: white;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    width: 60px;
    margin: 0 auto; 
}

.date-heading {
    background-color: #5bc0de; 
    font-size: 16px; 
    text-transform: uppercase;
    padding-top: 15px; 
}

.date-body {
    background-color: #002a3a; 
    font-size: 28px;
    padding-bottom: 15px; 
}

/* Media object styles */
.media {
    overflow: hidden; 
    border-bottom: 0px solid #ddd; 
    padding: 20px 0;
}

.media-left {
    float: left; 
    width: 80px; 
    margin-right: 20px; 
}

.media-body {
    overflow: hidden; 
}

.media-body .media-heading {
    
    font-size: 18px; 
    margin-top: 0;
    margin-bottom: 5px; 
}

/* Event description */
.media-body p {
    margin-bottom: 0;
    color: #555; 
}

.media-heading {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 5px;
}

.date-year{
    font-size: 1rem; 
}
.media-body small {
  display: block;
  margin-top: 5px;
  color: #444;
}

/* Upcoming pill outline style */
.label-success {
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 0.875rem; 
    font-weight: bold;
    color: #26547b; 
    background-color: transparent; 
    border: 2px solid #26547b; 
    border-radius: 50px; 
    text-align: center;
    white-space: nowrap;
}

.label-default {
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 0.875rem;
    font-weight: bold;
    color: #6c757d; /* Neutral grey */
    background-color: transparent;
    border: 2px solid #6c757d; /* Grey border */
    border-radius: 50px;
    text-align: center;
    white-space: nowrap;
}


/* Responsive adjustments */
@media (max-width: 767px) {
    .media-left,
    .media-body {
        width: auto;
        float: none;
        text-align: left;
    }

    .date-heading,
    .date-body {
        display: inline-block; 
    }

    .media {
        padding: 10px 0;
    }
}

/*Events single*/

 
.event-details {
  
    padding: 1.25rem; 
    
}

.event-title {
    font-size: 1.5rem; 
    margin-bottom: 0.9375rem; 
}

.event-dates {
    margin-bottom: 1.25rem; 
}

.event-dates p {
    font-size: 1rem; 
    margin: 0.3125rem 0; 
}

.event-dates p strong {
    color: #555;
}

.event-description {
    margin-bottom: 2rem; 
    line-height: 1.6;
    color: #444;
}

.event-description h3 {
    font-size: 1.25rem; 
 
    margin-bottom: 0.625rem; 
}

.event-link {
    display: inline-block;
    text-decoration: none;
    color: #007BFF;
    background-color: #e9f7ff;
    padding: 0.625rem 0.9375rem; 
    border-radius: 0.3125rem; 
    transition: background-color 0.3s ease;
}

.event-link:hover {
    background-color: #d4f0ff;
}



/* Bootstrap grid system */

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

/* custom colours */
.aligned-row {
    display: flex;
    flex-flow: row wrap;

    &::before {
        display: block;
    }
}

/* Margin Utilities */
.m-0 { margin: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.mr-0 { margin-right: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.ml-0 { margin-left: 0 !important; }
.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }

.m-1 { margin: 4px !important; }
.mt-1 { margin-top: 4px !important; }
.mr-1 { margin-right: 4px !important; }
.mb-1 { margin-bottom: 4px !important; }
.ml-1 { margin-left: 4px !important; }
.mx-1 { margin-left: 4px !important; margin-right: 4px !important; }
.my-1 { margin-top: 4px !important; margin-bottom: 4px !important; }

.m-2 { margin: 8px !important; }
.mt-2 { margin-top: 8px !important; }
.mr-2 { margin-right: 8px !important; }
.mb-2 { margin-bottom: 8px !important; }
.ml-2 { margin-left: 8px !important; }
.mx-2 { margin-left: 8px !important; margin-right: 8px !important; }
.my-2 { margin-top: 8px !important; margin-bottom: 8px !important; }

.m-3 { margin: 16px !important; }
.mt-3 { margin-top: 16px !important; }
.mr-3 { margin-right: 16px !important; }
.mb-3 { margin-bottom: 16px !important; }
.ml-3 { margin-left: 16px !important; }
.mx-3 { margin-left: 16px !important; margin-right: 16px !important; }
.my-3 { margin-top: 16px !important; margin-bottom: 16px !important; }

.m-4 { margin: 24px !important; }
.mt-4 { margin-top: 24px !important; }
.mr-4 { margin-right: 24px !important; }
.mb-4 { margin-bottom: 24px !important; }
.ml-4 { margin-left: 24px !important; }
.mx-4 { margin-left: 24px !important; margin-right: 24px !important; }
.my-4 { margin-top: 24px !important; margin-bottom: 24px !important; }

/* Padding Utilities */
.p-0 { padding: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pr-0 { padding-right: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pl-0 { padding-left: 0 !important; }
.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }

.p-1 { padding: 4px !important; }
.pt-1 { padding-top: 4px !important; }
.pr-1 { padding-right: 4px !important; }
.pb-1 { padding-bottom: 4px !important; }
.pl-1 { padding-left: 4px !important; }
.px-1 { padding-left: 4px !important; padding-right: 4px !important; }
.py-1 { padding-top: 4px !important; padding-bottom: 4px !important; }

.p-2 { padding: 8px !important; }
.pt-2 { padding-top: 8px !important; }
.pr-2 { padding-right: 8px !important; }
.pb-2 { padding-bottom: 8px !important; }
.pl-2 { padding-left: 8px !important; }
.px-2 { padding-left: 8px !important; padding-right: 8px !important; }
.py-2 { padding-top: 8px !important; padding-bottom: 8px !important; }

.p-3 { padding: 16px !important; }
.pt-3 { padding-top: 16px !important; }
.pr-3 { padding-right: 16px !important; }
.pb-3 { padding-bottom: 16px !important; }
.pl-3 { padding-left: 16px !important; }
.px-3 { padding-left: 16px !important; padding-right: 16px !important; }
.py-3 { padding-top: 16px !important; padding-bottom: 16px !important; }

.p-4 { padding: 24px !important; }
.pt-4 { padding-top: 24px !important; }
.pr-4 { padding-right: 24px !important; }
.pb-4 { padding-bottom: 24px !important; }
.pl-4 { padding-left: 24px !important; }
.px-4 { padding-left: 24px !important; padding-right: 24px !important; }
.py-4 { padding-top: 24px !important; padding-bottom: 24px !important; }


.bg-yellow{
    background: linear-gradient(135deg,  #ffffff 0%,#efec9d 100%);
 padding: 10px;
}

.bg-blue{
background: linear-gradient(135deg,  #ffffff 0%,#a6dbeb 100%);
padding: 10px;
}
.p-t{
    padding-top:1.2rem;
}


/* call to action */
.section-padding {
    padding: 50px 0; 
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.mx-auto {
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.ml-1 {
    margin-left: 5px; 
}


.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}


/* Responsive adjustments */
@media (max-width: 767px) {
    .pt-3 {
        padding-top: 15px;
    }
    .pt-md-0 {
        padding-top: 0;
    }
}


.callout-box-yellow {
  background-color: #ffffcc; 
  border-left: 4px solid #ffcc00; 
  padding: 16px; 
  margin: 16px 0; 
  border-radius: 4px; 
  color: #333; 
}

.callout-box-blue {
  background-color: #ECF7FA;
  border-left: 4px solid #00567D; 
  padding: 16px; 
  margin: 16px 0; 
  border-radius: 4px; 
  color: #333; 
}

.size-2rem{
    font-size:3rem !important;
    font-weight:800;
}

.download-box { 

  border: 1px solid #ddd;
  border-radius: 0.25rem;
  margin-top: 1rem;
  padding: 0.625rem;
  width: 100% !important;
 
}

.download-left {
    float: left; 
    width: 80px; 
    margin-right: 30px; 
}

.download-icon {
  font-size: 3rem;
  color: #26547b;
  margin-right: 15px;
  vertical-align: middle;
  padding-left: 0.5em ;
}

/* Date comonent */
.date-component {
    margin-top: 15px;
    margin-bottom: 15px;
}
.published-date,
.updated-date span {
    font-size: 1em;
    color: inherit;
}
.published-date,
.updated-date {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.date-component i {
    margin-right: 8px;
    color: #26547b; 
    font-size: 1rem; 
}

.date-component .date-text {
    font-size: 1em;
    color: inherit;
}


/*reading time */

.reading-time {
    display: flex;
    align-items: center;
    font-size: 1em; 
}

.reading-time i {
    margin-right: 8px;
    color: #26547b; 
    font-size: 1em;
}

.reading-time span {
    font-size: 1em;
    color: inherit;
}

/* Custom styling for the unordered list */
.button-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.button-list li {
    display: inline-block;
    margin-right: 10px;
}

/* Custom styling for the primary and secondary buttons */
.custom-primary-btn {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: white;
}

.custom-primary-btn:hover {
    background-color: #286090;
    border-color: #204d74;
}

.custom-secondary-btn {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: white;
}

.custom-secondary-btn:hover {
    background-color: #31b0d5;
    border-color: #269abc;
}
.homepage-banner .content .info-buttons .social-buttons a:hover {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255);
  background-color:rgb(236,247,250, .33);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center
}

.footer__social .social-link:hover {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255);
  background-color:rgb(236,247,250, .33);
  width: 50px;
  height: 50px;
  display: block
}

ul.custom-list {
    list-style-type: none;
    padding-left: 0;
}

ul.custom-list li {
    padding: 0.5em 0;
    line-height: 1; 

}

ul.custom-list li .bi-check-circle-fill {
    color: green;
    margin-right: 0.5em;
    font-size: 1.6rem;
}

ul.custom-list li .bi-x-circle-fill {
    color: red;
    margin-right: 1.5em;
}


.circle-ol {
  list-style: none; 
  counter-reset: list-counter; 
  padding-left: 0; 
  
  margin-left: 0; 
}

.circle-ol li {
  counter-increment: list-counter;
  margin-bottom: 15px; 
  padding-left: 50px; 
  position: relative;
  line-height: 1.6; 
}

.circle-ol li::before {
  content: counter(list-counter); 
  background-color: #ADD8E6;
  color: #333;
  border-radius: 50%; 
  display: inline-block;
  width: 35px; 
  height: 35px; 
  line-height: 35px; 
  text-align: center; 
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0; 
}

@media (max-width: 600px) {
  .circle-ol li {
    padding-left: 40px; 
  }
  
  .circle-ol li::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}


/* Common Styles for Notification Boxes */
.notification-box {
  background-color: #ffffcc; /* Default to yellow */
  border-left: 4px solid #ffcc00; /* Default to yellow border */
  padding: 16px;
  margin: 16px 0;
  border-radius: 4px;
  color: #333;
  display: flex;
  align-items: center;
}

.notification-box .icon {
  margin-right: 12px;
  font-size: 24px;
}

/* Yellow Notification */
.notification-box-yellow {
  background-color: #ffffcc;
  border-left-color: #ffcc00;
}

.notification-box-yellow .icon {
  color: #ffcc00;
}

/* Blue Notification */
.notification-box-blue {
  background-color: #ECF7FA;
  border-left-color: #00567D;
}

.notification-box-blue .icon {
  color: #00567D;
}

/* Green Notification */
.notification-box-green {
  background-color: #e6f9e6;
  border-left-color: #33cc33;
}

.notification-box-green .icon {
  color: #33cc33;
}

/* Red Notification */
.notification-box-red {
  background-color: #ffe6e6;
  border-left-color: #cc0000;
}

.notification-box-red .icon {
  color: #cc0000;
}

.notification-edit-screen label {
  display: block;
  margin-top: 10px;
}

.notification-edit-screen select,
.notification-edit-screen textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
}

.notification-edit-screen button {
  margin-top: 15px;
  padding: 10px 15px;
}

.div-light-grey {
    background-color: #f5f5f5;
    padding: 15px;
    margin: 10px;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    box-sizing: border-box;
}

.div-light-yellow {
    background-color: #fff9cc;
    padding: 15px;
    margin: 10px;
    border: 1px solid #fff9cc;
    border-radius: 4px;
    box-sizing: border-box;
}

.div-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch; 
}

@media (max-width: 768px) {
    .div-light-grey, .div-light-yellow {
        flex: 1 1 100%;
        padding: 10px;
    }
}

/* Styling for the external link icon */
.external-icon {
  font-size: .7rem;        
  margin-left: 0.4rem;     
  vertical-align: super; 
  color: inherit;      
  transition: transform 0.2s ease-in-out; 
}

/* Logos for PAW */


/* General button styling */
.category-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #0c3c60; /* Adjust border color */
    border-radius: 50px; /* Fully rounded buttons */
    padding: 10px 25px;
    background-color: transparent;
    color: #0c3c60;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    min-width: 180px;
    text-align: center;
}

/* Button colors for different categories */
.btn-default {
    border-color: #0c3c60;
    color: #0c3c60;
}

.btn-primary {
    border-color: #007bff;
    color: #007bff;
}

.btn-success {
    border-color: #28a745;
    color: #28a745;
}

.btn-warning {
    border-color: #ffc107;
    color: #ffc107;
}

/* Hover effects */
.category-button:hover {
    background-color: #0c3c60;
    color: white !important;
}

.btn-primary:hover {
    background-color: #007bff;
    color: white !important;
}

.btn-success:hover {
    background-color: #28a745;
    color: white !important;
}

.btn-warning:hover {
    background-color: #ffc107;
    color: white !important;
}

/* Button spacing */
.category-button:not(:last-child) {
    margin-right: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .category-button {
        width: 100%;
        max-width: 250px;
        margin-bottom: 10px;
    }
}




.logo-item {
    padding: 10px;
    text-align: center;
}

.logo-item img {
    width: auto;
    height: auto;
    max-width: 80%;
    transition: transform 0.3s ease;
}

.logo-item img:hover {
    transform: scale(1.1);
}

.fallback-logo {
    width: 200px;
    height: auto;
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #555;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
}

.category-button {
    margin: 5px;
}

.no-logos-message {
        font-size: 18px;
        font-weight: bold;
        color: #dc3545;
        background-color: rgba(220, 53, 69, 0.1);
        padding: 12px;
        border-radius: 8px;
        display: inline-block;
        text-align: center;
        max-width: 400px;
        margin: 20px auto;
        border: 2px solid #dc3545;
    }

    .no-logos-message i {
        margin-right: 8px;
        font-size: 20px;
    }
    
    /** animations**/

.floater {
    -webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px); /* Adjust for more or less floating effect */
    }
    100% {
        transform: translateY(0);
    }
}


/*PAW */
.feature-cards__tile-links,
.feature-cards__tile-links-s {
    border-top: 6px solid transparent; /* Default (prevents collapsing) */
}

/* Modifier class applies actual colors */
.feature-cards--border-blue {
    border-top-color: #0033A0 !important;
}

.feature-cards--border-red {
    border-top-color: #fa3a35 !important;
}

.feature-cards--border-green {
    border-top-color: #00843D !important;
}

.feature-cards--border-yellow {
    border-top-color: #fff200 !important;
}

.feature-cards--border-grey {
    border-top-color: #A7A9AC !important;
}


.feature-cards-custom__tile-links {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    /* Apply the border */
    border-top: 6px solid transparent; /* Default (prevents collapsing) */
}

/* Dynamic border color classes */
.feature-cards-custom--border-blue .feature-cards-custom__tile-links {
    border-top-color: #0033A0 !important;
}

.feature-cards-custom--border-red .feature-cards-custom__tile-links {
    border-top-color: #C8102E !important;
}

.feature-cards-custom--border-green .feature-cards-custom__tile-links {
    border-top-color: #00843D !important;
}

.feature-cards-custom--border-yellow .feature-cards-custom__tile-links {
    border-top-color: #FFC72C !important;
}

.feature-cards-custom--border-grey .feature-cards-custom__tile-links {
    border-top-color: #A7A9AC !important;
}


.feature-cards-custom__tile {
    display: inline-block;
    width: 30%; /* Adjust to fit three in a row */
    margin-right: 2%;
    vertical-align: top;
}

.feature-cards-custom__tile:last-child {
    margin-right: 0;
}

.background--teal {
    background-color: #e1eef2;
    padding: 1rem 0;
    margin-bottom: 30px;
    @media screen and (min-width: $desktop) {
        padding: 2rem 0;
        margin-bottom: 40px;
    }
}
.background--blue {
    background-color: #b0ced9;
    padding: 1rem 0;
    margin-bottom: 30px;
    @media screen and (min-width: $desktop) {
        padding: 2rem 0;
        margin-bottom: 40px;
    }
}

.position-relative {
    position: relative !important;
}


/* Custom table styling */
.custom-table {
    border-collapse: collapse;
}

.custom-table thead th {
    background-color: #26547b;
    color: white;
    text-align: left;
    padding: 10px;
}

.custom-table td, .custom-table th {
    border: 1px solid #d3d3d3; 
    text-align: left;
    padding: 10px;
}

.custom-table tbody tr:hover {
    background-color: #f9f9f9;
}


.au-card {
  border: 1px solid #0078d4;
  background-color: #f0f8ff;
  padding: 0;
  margin: 16px 0;
  border-radius: 4px;
  font-family: inherit;
  overflow: hidden;
}

.au-card-header {
  font-weight: bold;
  background-color: #d9edf7;
  padding: 12px;
  border-radius: 4px 4px 0 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.au-card-content {
  padding: 16px;
  background-color: #ffffff;
  color: #333;
  border-radius: 0 0 4px 4px;
  
}

.au-card-content ul {
  margin: 8px 0;
  padding-left: 20px;
}

.au-card-content ul li {
  margin-bottom: 8px;
}

@media (max-width: 480px) {
  .au-card {
    margin: 12px 0;
  }

  .au-card-header {
    padding: 10px;
    font-size: 14px;
  }

  .au-card-content {
    padding: 12px;
    font-size: 14px;
  }

  .au-card-content ul {
    padding-left: 16px;
  }
}


/* web*/

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

[class*="col-md-"] {
    display: flex;
    flex-direction: column;
}

.bordered-section, .bordered-box, .full-width-section {
    display: flex;
    align-items: stretch;
}

.bordered-section > div, .bordered-box > div, .full-width-section > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.pale-blue-bg, .pale-green-bg, .light-grey-bg {
    display: flex;
    align-items: center;
    justify-content: center;


}

.light-grey-bg {
    background-color: #f5f5f5;
    padding: 20px;
}

.pale-green-bg {
    background-color: #e8f5e9;
    padding: 20px;
}

.pale-blue-bg {
    background-color: #e0f2f7;
    padding: 10px;
    text-align: center;
        border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
}

.icon-large {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.icon-text {
    font-size: 24px;
    font-weight: bold;
}

.sub-text {
    font-size: 18px;
}

.info-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    border-bottom: 8px solid #3CDBC0;
    border-radius: 5px;
    background: #fff;
}

.box-img {
    width: 80px;
    height: 80px;
    object-fit: fill;
 
    margin: 0 15px ;
}

.box-content {
    display: flex;
    flex-direction: column;
}

.big-text {
    font-size: 30px;
    font-weight: bold;
}

.medium-text {
    font-size: 24px;
    font-weight: normal;
    margin-left: 10px;
}

.info-box p {
    font-size: inherit;
    margin-top: 5px;
}

.bordered-section {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}

.bordered-box {
    border-bottom: 4px solid #003366;
    padding: 15px 0;
    margin-bottom: 20px;
}

.full-width-section {
    margin-bottom: 20px;
    padding: 15px 0;
}

.three-column-section {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 20px;
}

.three-column-box {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


/* Primary Button */
.animate-link {
    display: inline-block;
    padding: 14px 28px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    background-color: #fa3a35; /* Red */
    border: 4px solid black;
    border-radius: 8px;
    position: relative;
    transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;
    cursor: pointer;
    box-shadow: 5px 5px 0px black;
}

.animate-link:hover {
    background-color: #6A0DAD; /* Purple on hover */
    transform: scale(1.05);
}

/* Secondary Button */
.animate-secondary-button {
    display: inline-block;
    padding: 14px 28px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    background-color: #fff200; /* Yellow */
    border: 4px solid black;
    border-radius: 8px;
    position: relative;
    transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;
    cursor: pointer;
    box-shadow: 5px 5px 0px black;
}

.animate-secondary-button:hover {
    background-color: #FF00FF; /* Magenta on hover */
    transform: scale(1.05);
}

/* Optional: Halftone Comic Effect */
.animate-link::after,
.animate-secondary-button::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 10%, transparent 50%);
    border-radius: inherit;
    pointer-events: none;
    opacity: 0.4;
}

/*PAW LOGOS*/

  .logo-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s ease-in-out;
  }

  .logo-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .logo-img {
    max-height: 100px;
    width: auto;
    object-fit: contain;
  }

  .fallback-logo {
    font-size: 1.25rem;
    font-weight: bold;
    padding: 20px;
    color: #666;
    text-align: center;
  }

  /* Optional improvement for better spacing */
  .logo-item {
    margin-bottom: 20px;
  }

.background-white{background-color: #f4f4f4;
    border-radius:4px;
    border: 1px solid;
    border-color: #e3e3e3;
}

.related-articles__date1{
    text-wrap:nowrap;
}
.related-articles__location{
    padding-left: 2rem;
}