/* Custom CSS */

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



.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.27rem;
    color: #000;
    line-height: 1.6;
    font-weight: 300;
    display:block;
}

.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: #999;
}

/* 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;
}

