
  /************************* 
  Colour variables
  ***************************/
:root {
  --primary-color: #0D8285;
  --first-color: #0c7836;
  --second-color: #c6307b;
  --third-color: #1a8184;
  --text-color: #0a0a0a;
  --heading-color: #0D8285;
  --white-color: #ffffff;
  --grey-color: #cacaca;
  --light-color: #f3f3f3;
  --yellow-color: #ebcd35;
}


  /************************* 
  Global Configs
  ***************************/ 
body {
    margin: 0;
    padding: 0;
    background: var(--grey-color);
    font-family: "Oxygen", sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: var(--text-color);
    transition: background-color .5s;
  }
  .grid-container {
    background-color: var(--white-color);
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }
h1, .h1, h2, .h2, h3, .h3, h4, .h4 ,h5, .h5, h6, .h6 {
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #0d8285;
    text-rendering: optimizeLegibility;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
    line-height: 0;
    color: #2d2d2d;
}
h1, .h1 {
    font-size: 2.125rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.5rem;
}
h2, .h2 {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.5rem;
}
h3, .h3 {
    font-size: 1.25rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.5rem;
}
h4, .h4 {
    font-size: 1rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

a {
  color: var(--text-color);
}

a:hover {
  color: var(--grey-color);
}


.dividerPink {
  width:100%;
  background-color: var(--second-color);
  display: flex;
  height: .25rem;
  margin-left: 0;
}
@media print, screen and (min-width: 425px) {
  .dividerPink {
    width: 20rem;
  }
}

.homePageContent {
  margin-left: 5rem;
  margin-right: 5rem;
}

a:hover {
  color: var(--primary-color);
}
@media print, screen and (min-width: 40em) {
    h1, .h1 {
        font-size: 2.5rem;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 2rem;
    }
    h2, .h2 {
        font-size: 1.6875rem;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 2rem;
    }
    h3, .h3 {
        font-size: 1.375rem;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 2rem;
    }
    h4, .h4 {
        font-size: 1.125rem;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 2rem;
    }
}
@media print, screen and (min-width: 64em) {
    h1, .h1 {
        font-size: 3rem;
        line-height: 1.1;
        margin-top: 0;
        margin-bottom: 2rem;
    }
    h2, .h2 {
        font-size: 2rem;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 2rem;
    }
    h3, .h3 {
        font-size: 1.25rem;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 2rem;
    }
    h4, .h4 {
        font-size: 1.25rem;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 900px) {
    .homePage {
        margin-left: 0;
        margin-right: 0;
}
    .mainContainer {
      margin: .5rem !important;
    }
    .homePageContent {
  margin-left: 1rem;
  margin-right: 1rem;
}
}

  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  progress {
    vertical-align: baseline;
  }
  textarea {
    overflow: auto;
  }
.mainContainer {
    background-color: #fefefe;
}
.breadcrumb {
  list-style: none; /* Remove default list bullets */
  display: inline-flex; /* Or display: inline-flex */
  flex-wrap: wrap; /* Wraps on mobile screens
}
.breadcrumb li {
  display: flex;
  align-items: center; /* Vertically align items within li */
}
.breadcrumb li + li::before { /* Add a separator between items */
  content: ">"; /* Or any other separator */
  padding: 0 0.5em; /* Add spacing around the separator */
}
.breadcrumb .active {
  pointer-events: none; /* Disable clicks on the current page */
  font-weight: bold;
  color: #333;
}
.grid-container {
    padding-right: 0;
    padding-left: 0;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #fefefe;
    background-image: url("../img/arrows.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    padding-bottom: 150px;
}
.grid-container.fluid {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.grid-container:not(.full) > .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
}
@media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -0.625rem;
        margin-left: -0.625rem;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -0.625rem;
        margin-left: -0.625rem;
    }
}
ul {
  padding-left: 20px;
}
.button {
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 1.7em 1em;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #0d8285;
}
.button:hover,
.button:focus,
.button:active {
    border: solid 2px #0d8285;
    color: #0d8285 !important;
    background-color: #fefefe !important;
}
.button.hollow {
    background-color: #f5f5f5;
    text-align: left;
    padding: 0.7em 1.6em;
}
.button.hollow:hover,
.button.hollow:focus,
.button.hollow:active {
    color: #fefefe !important;
}
.button.hollow.primary:hover,
.button.hollow.primary:focus,
.button.hollow.primary:active {
    background-color: #0d8285 !important;
}
.button.hollow.pay:hover,
.button.hollow.pay:focus,
.button.hollow.pay:active {
    background-color: #0c7836 !important;
}
.button.hollow.apply:hover,
.button.hollow.apply:focus,
.button.hollow.apply:active {
    background-color: #c6307b !important;
}
.button.hollow.report:hover,
.button.hollow.report:focus,
.button.hollow.report:active {
    background-color: #1a8184 !important;
}
.button.expanded {
    padding-right: 0px;
}
.button .circle-icon {
    background: #fefefe;
}
.button .circle-icon:hover,
.button .circle-icon:focus,
.button .circle-icon:active {
    border-color: #fefefe;
    color: #2d2d2d;
}
@media print, screen and (max-width: 39.99875em) {
    .button {
        text-align: left !important;
    }
}
.noBorder {
  border-style: none;
}
  /************************* 
  Global Configs End
  ***************************/ 

  /************************* 
  Main Side Nav
  ***************************/
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #f1f1f1;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #095a5d;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #095a5d;
    text-decoration: underline;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  #main {
    transition: margin-left .5s;
    padding: 16px;
  }

  .subnav {
    margin-top: 0 !important;
  }
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }   
  .hamburger {
    font-size:1.5em;
    cursor:pointer;
    color: #095a5d;
  }
  .no-bullets {
    list-style: none;
  }
    @media screen and (max-width: 700px) {
    span.fullscreen {
      display: none;
    }
    .logoCon {
      margin-left:.5rem !important ;
      margin-right:.5rem !important;
    }

  }
    @media screen and (min-width: 700px) {
    span.mobilescreen {
      display: none;
    }

  }  
/************************* 
Main Side Nav end
***************************/

/************************* 
Header
***************************/

  .grid-padding-x>.cell {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
  .topHeader {
  background-color: var(--primary-color);
  height: 4rem;
  margin-top: 0;
  margin-bottom: 1rem;
  }
  .header {
  padding: 0;

  }

  .logoCon {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .navBar {
  display:flex;
  align-items: center;
  justify-content: space-between;
  }

  .input-group {
    margin-top:1rem;
  }

  .searchBar {
    border-radius: 50px !important;
    height: 3rem;
  }
  .searchButton {
  
    cursor: pointer;
    background: none;
    border: none;
    padding: 14px;
    height: 3rem;
    width: 3rem;
    color: var(--second-color);
    font-size: x-large !important;
    
  }

  .searchButton:hover {
    color: var(--text-color);
    background-color: none;
  }

  .grid-x {
    display: flex;
    flex-direction: column;
    
  }

  .row {
    flex-direction: row !important;
  }

/************************* 
Header end
***************************/


/************************* 
Footer
***************************/
.footer-container .grid-x {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
  .circle-icon {
    background: #f5f5f5;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    text-align: center;
    line-height: 72px !important;
    vertical-align: middle;
    color: #2d2d2d;
    font-size: 1.8em;
    margin: 0.25em;
    border: solid 1px #fefefe;
}
.circle-icon:hover,
.circle-icon:focus,
.circle-icon:active {
    border-color: #0d8285;
    color: #0d8285;
}
.circle-icon.invert {
    color: #fefefe;
    border-color: #0d8285;
    background: #0d8285;
}
.circle-icon.small {
    height: 50px;
    width: 50px;
    line-height: 50px !important;
}
.circle-icon.extrasmall {
    height: 36px;
    width: 36px;
    line-height: 36px !important;
    font-size: 1.3rem;
}
a.social:hover .circle-icon,
a.social:focus .circle-icon,
a.social:active .circle-icon {
    border-color: #0d8285;
    color: #0d8285;
}

.footerlink {
  background-color: var(--primary-color);
  padding: .5rem;
}

.grid-padding-x>.cell.footerBody {

  margin:auto!important;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.footerRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  
   
}

.menu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: auto;
 
}

.copywrite {
  margin: auto;
}
.bottomFooter {
  border-bottom: 1px solid var(--text-colors);
  border-top: 1px solid var(--text-color);
  width: 100%;
  margin: auto;
  display: flex;
}

.arrows {

  width: cover;
  background-repeat: no-repeat;
  margin-bottom: 0;
  height: auto;
}

@media only screen and (max-width: 780px) {
  .grid-padding-x>.cell.footerBody {
 
  display: flex;
  flex-direction: column !important;
  
   
}
.logo-image {
  padding-bottom: 2rem;
  width: 14rem;
}
.footerRow {
  flex-direction: column;
  padding: 0;
}
.bottomFooter {
  
  width: 90vw;
}
}
/**************************
footer end
**************************/
/************************* 
Services section
***************************/

.servicesContainer {
  width: 100%;

}
.services {
  display: flex !important;
  flex-direction: auto;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 4rem;
  margin-top: 3rem;
  
}

.serviceBtn a {
  color: black;
  padding: 1.75rem;
  margin: .25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light-color);
  width: 22.5rem;
}

.serviceBtn a span {
  padding-right: 10px !important;
}
.serviceBtn a:hover {  
  background-color: var(--white-color);
  border: .15rem solid var(--primary-color);
  color: var(--primary-color);
  padding: 1.6rem;
  text-decoration: none !important;
}
@media screen and (max-width: 500px) { 
  .serviceBtn a {
    width: 80vw;
  }
}
.payApplyReportContainer {
  width: 100%;
}
.payApplyReportHeader .pay {
    color: var(--first-color);
}
.payApplyReportHeader .apply {
    color: var(--second-color);
}
.payApplyReportHeader .report {
    color: var(--primary-color);
}
.payApplyReportHeader .dark-gray {
    color: var(--text-color);
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
}
.payApplyReportHeader .lead {
  max-width: 690px;
  display: block;
  margin-bottom: 3rem;
}
.payApplyReportItems {
  display: flex !important;
  flex-direction: auto;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 4rem;
  margin-top: 3rem;
}
.payApplyReportBtn {
  flex: auto;
  flex-wrap: wrap;
  min-width: 200px;
  max-width: 350px;
  height: 90px;
  background: var(--white-color);
  border: 2px solid var(--heading-color); /* Default border color */
  border-radius: 6px;
  padding: 2rem 1.5rem;
  display: flex;
  align-items: center;
  transition: background 0.2s ease-in, color 0.2s ease-in, box-shadow 0.2s, border-color 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  position: relative;
  padding: 0;
  margin: 0px 4px;
  overflow: hidden;
}
.payApplyReportBtn:nth-child(1) {
    border-color: var(--first-color); /* Green for Pay */
    color: var(--first-color);
}
.payApplyReportBtn:nth-child(2) {
    border-color: var(--second-color); /* Pink for Apply */
}
.payApplyReportBtn:nth-child(3) {
    border-color: var(--heading-color); /* Teal for Report */
}
.payApplyReportBtn:hover,
.payApplyReportBtn:focus {
    background: var(--first-color);
    color: var(--white-color);
}
.payApplyReportBtn:nth-child(1):hover,
.payApplyReportBtn:nth-child(1):focus {
    background: var(--first-color);
    color: var(--white-color);
}
.payApplyReportBtn:nth-child(2):hover,
.payApplyReportBtn:nth-child(2):focus {
    background: var(--second-color);
    color: var(--white-color);
}
.payApplyReportBtn:nth-child(3):hover,
.payApplyReportBtn:nth-child(3):focus {
    background: var(--heading-color);
    color: var(--white-color);
}
.payApplyReportBtn a {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 2rem 1.5rem;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 600;
    color: inherit;
    background: transparent;
    transition: background 0.2s ease-in, color 0.2s ease-in, box-shadow 0.2s, border-color 0.2s;
    transition-delay: 0s;
}
.payApplyReportBtn:nth-child(2) a {
    color: var(--second-color);
}
.payApplyReportBtn:nth-child(3) a {
    color: var(--heading-color);
}
.payApplyReportBtn a:hover,
.payApplyReportBtn a:focus,
.payApplyReportBtn:hover i,
.payApplyReportBtn:focus i {
    color: var(--white-color);
    background: transparent;
}
.payApplyReportBtn:nth-child(1) a:hover,
.payApplyReportBtn:nth-child(1) a:focus {
    background: var(--first-color);
    color: var(--white-color);
}
.payApplyReportBtn:nth-child(2) a:hover,
.payApplyReportBtn:nth-child(2) a:focus {
    background: var(--second-color);
    color: var(--white-color);
}
.payApplyReportBtn:nth-child(3) a:hover,
.payApplyReportBtn:nth-child(3) a:focus {
    background: var(--heading-color);
    color: var(--white-color);
}
.payApplyReportBtn i {
    color: var(--text-color);
    transition: none;
    border: none;
    box-shadow: none;
    background: transparent;
    transition: background 0.2s ease-in, color 0.2s ease-in, box-shadow 0.2s, border-color 0.2s;
}
@media (max-width: 700px) {
    .payApplyReportItems {
        flex-direction: column;
        gap: 1rem;
    }
    .payApplyReportBtn {
        max-width: 100%;
        min-width: 0;
    }
}  
/*****************************
Services section end
******************************/

/*****************************
carousel start  
*****************************/
.orbit {
  padding-bottom: 20px;
  
}
.orbit-slide a {
  text-decoration: none;
}
.orbit-image {
  width: cover;
}
.orbit-caption {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  right: 0;
  position: static !important;
  margin: 0;
  border-radius: 0 0 8px 8px;
  font-size: 1rem;
  word-break: break-word;
  overflow-wrap: break-word;
}
.orbit-caption h5 {
  font-weight: bold;
  color: var(--white-color);
}
@media screen and (max-width: 600px) {
    .orbit-caption {
        font-size: 0.95rem;
        padding: 10px 8px;
        border-radius: 0 0 4px 4px;
        max-width: 100vw;
        left: 0;
        right: 0;
    }
    .orbit-slide {
        min-width: 0;
        width: 100%;
    }
}
@media print, screen and (max-width: 1100px) {
  .orbit-controls {
    display: none;
  }
}
/****************************  
carousel end  
*****************************/

/*****************************
News  start 
*****************************/
.grid-padding-x > .news-centred {
  margin: auto;
 }
.newsPosts {
  padding: 5px;
}
.newsPosts .seeAll {
  color: #086063;
}
.news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 2rem 3rem;
    align-items: stretch; /* Ensures all cards are the same height */
}
.news .cell {
  margin-bottom: 20px;
}
.news .card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 550px; /* Adjust as needed for your design */
    box-sizing: border-box;
}
.news .card-section {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media screen and (min-height: 900px) {
    .newsPosts {
  margin: 1rem;
}
}
@media screen and (max-width: 700px) {
  .news {
      margin: 1rem 2rem;
  }  
  .newsPosts {
  margin: 1rem;
}
}
@media screen and (max-width: 600px) {
    .news {
      margin: 1rem;
  }
}
@media screen and (max-width: 500px) {
    .news {
      margin: 1rem 0rem;
  }
}

/**************************
Accordion start
*************************/
.accordion-title{
    color: var(--white-color);
    font-weight: bold;
    border-color: var(--white-color);
    background-color: var(--primary-color);
    font-size: 18px;
}
.accordion-title:focus, .accordion-title:hover {
    background-color: var(--primary-color) ;
    color: var(--white-color);
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  font-family: FontAwesome;
  content: "\f078";
}
.is-active > .accordion-title::before {
  font-family: FontAwesome;
  content: "\f077";
}
.accordion-item a {
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
}
.accordion-content a {
    color: var(--primary-color) !important;
    text-decoration: underline !important;
    background: none;
}
.accordion-content a:hover, .accordion-content a:focus {
    color: black !important;
    text-decoration: underline !important;
    background: none;
}
/**************************
Accordion end
*************************/

/**************************
Page content start
*************************/
.figure {
    margin: 0;
}

.pagecontent {
    margin-bottom: 2rem;
}
.pagecontent h2,
.pagecontent h3,
.pagecontent h4 {
    margin-top: 2rem;
}
@media print, screen and (min-width: 64em) {
    .pagecontent h2 {
        margin-top: 3rem;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .pagecontent {
        width: 100%;
        max-width: 100%;
    }
}
.pagecontent a {
    text-decoration: underline;
}
.pagecontent a.fontawesome:after {
    font-family: FontAwesome;
    content: "\f08e";
    display: inline-block;
    margin-left: 5px;
}
.pagecontent a.external:after {
    content: "\f08e";
}
.pagecontent a.facebook:after {
    content: "\f082";
}
.pagecontent a.linkedin:after {
    content: "\f08c";
}
.pagecontent a.twitter:after {
    content: "\f099";
}
.pagecontent a.youtube:after {
    content: "\f167";
}
.pagecontent a.instagram:after {
    content: "\f16d";
}
.pagecontent.firstpara > p:first-child {
    font-size: 150%;
}
.pagecontent ul {
    padding-left: 1rem;
}
.pagecontent .button {
    margin-top: 1rem;
    color: var(--light-color);
}
.pagecontent .button a {
    color: var(--light-color);
}
.pagecontent .button:after {
    font-family: FontAwesome;
    content: "\f061";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 5px;
}
.pagecontent .button.prev:after,
.pagecontent .button.cancel:after {
    content: none;
}
.pagecontent .button.prev:before {
    font-family: FontAwesome;
    content: "\f061";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    display: inline-block;
    margin-right: 5px;
}
.pagecontent figure {
 
    max-width: 50%;

}
.pagecontent figure img {
    max-width: 100%;
    margin: 0 !important;
}
.pagecontent figure figcaption {
    padding: 0.5rem;
    font-style: italic;
}
@media print, screen and (max-width: 39.99875em) {
    .pagecontent figure {
        width: 100%;
        max-width: 100%;
    }
}
.pagecontent .cite {
    color: var(--primary-color);
    font-weight: bold;
}
.pagecontent table.stack thead {
    display: table-header-group !important;
}
/**************************
Page content end
*************************/
/**************************
Icon bullets start
*************************/
.downloads li,
.relatedEX li {
  list-style-type: none;
  padding-left: 20px;
}
.downloads li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px
}
.downloads li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f019";
  color: #095a5d;
}
.relatedEX li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px
}
.relatedEX li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f08e";
  color: #095a5d;
}
/**************************
Icon Bullets end
*************************/
/**************************
Page Updated start
*************************/
.updated {
    font-size: 16px;
    font-family: "Open Sans", arial;
    font-weight: 400;
    font-style: italic;
}
/**************************
Page Updated start
*************************/
/**************************
Alert banner start
*************************/
#alert-banner {
    background-color: #0a0a0a;
    color: var(--yellow-color);
    
}
.alert-banner .cell {
    padding: 0.5rem;
}
#alert-banner a,
#alert-banner i,
#alert-banner button {
    color: var(--yellow-color);
}
.alert-banner i {
    padding: 0 0.5rem;
}
.alert-banner button {
    cursor: pointer;
}
.alert-banner.hide {
    -webkit-transition: max-height 0;
    transition: max-height 0;
}
/**************************
Alert banner end
*************************/
/**************************
A to Z start
*************************/
.footerBar {
    background-color: var(--heading-color);
    padding: 10px;
    display: flex;
    flex-flow: row wrap;
}
.footerBar a {
  color: var(--white-color);
  text-decoration: none;
}
.footerlink {
    color: var(--white-color);
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}
.footerlink:hover,
.footerlink:focus {
    color: var(--white-color);
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}
.atozPageContainer {
    background-color: var(--light-color);
    padding: 1rem;
    margin-bottom: 2rem;
}
.atozPageList {
    list-style: none;
}
.atozPageList li img {
    width: 20px;
    margin-right: 10px;
}
.atozPageList li a span {
    border-bottom: 1px solid transparent;
	-moz-transition: border-color 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out;
	-webkit-transition: border-color 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out;
}
.atozPageList li a:hover {
    text-decoration: none !important;
}
/**************************
A to Z end
*************************/
/**************************
Umbraco RTE start
*************************/

umb-editor-tab-bar ~ div .umb-rte .mce-top-part { top: inherit; }

.grid-padding-x>.cell figure {
  max-width: 50%;
}
@media print, screen and (max-width: 500px) {
  .grid-padding-x>.cell figure {
    max-width: 100%;
  }
}
.rte-content a {
  color: #0D8285;
  text-decoration: underline;
}
.rte-content a:hover {
  color: black;
  text-decoration: underline;
}
.rte-content a.button {
  background-color: var(--primary-color);
  text-decoration: none;
  color: #fff;
}
.rte-content a.button:hover {
  background-color: transparent;
}
.rte-content .accordion a {
  color: var(--white-color);
  text-decoration: none;
}
.rte-content blockquote {
	padding-left:30px;
	color: #333; /* darker text for better contrast */
  background: #fefefe;
}
/**************************
Umbraco RTE end
*************************/
/**************************
Search results start
*************************/
.search-results {
    margin: 0 auto;
    padding: 1rem;
    width: 80%;
}
.search-results-list {
    padding: 0;
    margin: 0;
}
.search-results-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.search-results-list li {
    margin-bottom: 1.5rem;
    padding: 0.5rem;
    border-bottom: 1px solid var(--light-color);
}
.search-results-list li p {
    font-size: inherit;
    color: var(--text-color);
}
.search-results-list .media-object img{
    width: 250px;
    max-height: 200px;
    overflow: hidden;
}
.search-results-list .contact-details a:hover {
    text-decoration: underline;
}
.pagination-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    margin: 2rem 0;
    list-style: none;
    flex-wrap: wrap;
}

.pagination-nav li {
    display: inline-flex;
    align-items: center;
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    margin: 0;
    border-radius: 4px;
    background: none;
    border: none;
}

.pagination-nav li.currentPage {
    background: var(--light-color);
    color: var(--primary-color);
    font-weight: bold;
    border-bottom: 2px solid var(--primary-color);
}

.pagination-nav li a {
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-results .search-filter-form {
    display: flex;
    border: 1px solid var(--light-color);
    border-radius: 4px;
    background: var(--light-color);
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.search-results .search-filter-form button {
    flex: 1;
    padding: 1rem 0;
    border: none;
    background: none;
    font-size: 1.1rem;
    color: var(--text-color);
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
}
.search-results .search-filter-form button:not(:last-child) {
    border-right: 1px solid #e0e0e0;
}
.search-filter-form .active,
.search-results .search-filter-form button.active,
.search-results .search-filter-form button:focus {
    color: #086063;
    background: #f3f3f3;
    font-weight: bold;
    outline: none;
}
.search-results .search-filter-form button:hover {
    background: var(--light-color);
}
.search-filter-form button.active,
.search-filter-form button:focus {
    background: var(--light-color);
    color: var(--primary-color);
    font-weight: bold;
    outline: none;
}
@media screen and (max-width: 700px) {
    .search-results .search-filter-form {
        flex-direction: column;
    }
    .search-results .search-filter-form button {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        width: 100%;
    }
    .search-results .search-filter-form button:last-child {
        border-bottom: none;
    }
}
/**************************
Search results end
*************************/

/**************************
News Page start
************************/

.date {
  margin-bottom: 1rem;
}

.newsCards {
  margin: 2rem 3rem;
}
@media screen and (max-width: 600px) {
    .newsCards {
      margin: 1rem 2rem;
  }
}

.mainNews {
  padding-left: 5rem;
  margin-bottom: 5rem;
  background-color: var(--light-color);
}

.mainNews h2 {
  margin-top: 1rem;
}




@media screen and (max-width: 700px) {



.mainNews {
  padding-left: 0;
  margin-bottom: 5rem;
  background-color: var(--light-color);
}
}

/**************************
News Page end
************************/
/**************************
Events Pagestart
*************************/
.eventPosts {
  background: #f5f5f5;
  padding: 5px;
}
.events-button {
  padding: 1em 1em !important;
  background-color: #0D8285 !important;
  color: #fefefe !important;
}
.events-button:hover{
  border: solid 2px #0d8285 !important;
  color: #0d8285 !important;
  background-color: #fefefe !important;
}
.events-filter {
  padding: 0 20px;
}
.events-filter-form label {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.events-filter-form input {
  width: 250px;
}
.date-filter-flex {
    display: flex;
    gap: 1rem;
}
.date-filter-flex label {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 600px) {
  .events-filter-form input {
    width: 100%;
  }
  .date-filter-flex {
        flex-direction: column;
        gap: 0.5rem;
    }
}
/**************************
Events Page start
*************************/

/**************************
Form styles start
*************************/
.umbraco-forms-form legend {
    color: #0d8285;
}
.umbraco-forms-form span.umbraco-forms-label {
    font-weight: bold;
    font-size: 1rem;
    color: #0d8285;
    line-height: 1.8;
}
.umbraco-forms-form .umbraco-forms-field-wrapper {
    margin-bottom: 2rem;
}
.umbraco-forms-form .umbraco-forms-field-wrapper input.text,
.umbraco-forms-form .umbraco-forms-field-wrapper textarea {
    max-width: 100% !important;
    width: 100%;
}
.umbraco-forms-form .umbraco-forms-field-wrapper .checkboxlist label {
    float: none;
}
.umbraco-forms-form .umbraco-forms-field-wrapper .checkboxlist,
.umbraco-forms-form .umbraco-forms-field-wrapper .radiobuttonlist,
.umbraco-forms-form .umbraco-forms-field-wrapper .checkbox,
.umbraco-forms-form .umbraco-forms-field-wrapper.dataconsent {
    padding: 5px 5px 5px 0px;
}
.umbraco-forms-form .umbraco-forms-field-wrapper input[type="checkbox"],
.umbraco-forms-form .umbraco-forms-field-wrapper input[type="radio"] {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    margin: 10px;
}
.umbraco-forms-form .umbraco-forms-field-wrapper input[type="checkbox"] + label,
.umbraco-forms-form .umbraco-forms-field-wrapper input[type="radio"] + label {
    margin-left: 0px;
}
.umbraco-forms-form .umbraco-forms-indicator {
    color: #9e0000;
}
.umbraco-forms-form input[type="submit"]:after {
    font-family: FontAwesome;
    content: "\f061";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    right: 20px;
    position: absolute;
}
.umbraco-forms-form.news-form legend {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
    display: block;
    margin-bottom: 1rem;
}
.umbraco-forms-form.news-form input.text,
.umbraco-forms-form.news-form select {
    margin: 0.5rem 0 1rem 0;
}
.umbraco-forms-form .recaptchav3withscore .umbraco-forms-label {
    display: none;
}

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #0D8285;
    color: #fefefe;
}
.umbraco-forms-navigation .button:hover{
  border: solid 2px #0d8285;
  color: #0d8285;
  background-color: #fefefe;
}
/**************************
Form styles end
*************************/  