html { height: 100%; margin: 0px; }
body { font-family: 'Lato', sans-serif !important; font-size: 16px !important; display: flex; flex-direction: column; margin: 0px; color: #000000 !important; }
main {flex-grow: 1;}
a .glyphicon-new-window { margin-left: 2.5px; font-size: 14px; }

.margin-none { margin: 0px; }
.padding-none { margin: 0px; }

.margin-top-lg { margin-top: 50px; }
.margin-top-md { margin-top: 30px; }

.margin-bottom-lg { margin-bottom: 50px; }
.margin-bottom-md { margin-bottom: 20px; }
.margin-bottom-sm { margin-bottom: 15px; }
.margin-bottom-xs { margin-bottom: 10px; }
.margin-bottom-none { margin-bottom: 0px; }



.wrapper--small {
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 342px) {
.wrapper--logo{
  padding: 0px;
}
}
@media (min-width: 341px) and (max-width: 991px) {
.header__logo{
  padding-left: 20px;
}
}
@media (min-width: 992px) {
.wrapper--logo{
    padding: 0 20px;
}
}
.wrapper--logo{
  max-width: 1290px;
  margin: 0 auto;
}
.wrapper--large {
  padding: 0 20px;
  max-width: 1290px;
  margin: 0 auto;
}

@media (min-width: 992px) {
.wrapper--large--padding {
  padding: 20px 63px;
  margin: 0 auto;
}
}
@media (max-width: 992px) {
.wrapper--large--padding {
  padding: 20px 20px;
}
}
.g2g-sites-cookie-consent { background-color: #F6F6F2; padding: 30px 0px 30px 0px; }
.g2g-sites-cookie-consent h2 { font-size: 21px; font-weight: bold; margin: 0px; padding: 0px; margin-bottom: 10px; }
.g2g-sites-cookie-consent h3 { font-size: 18px; font-weight: bold; margin: 0px; padding: 0px; margin-bottom: 10px; }
.g2g-sites-cookie-consent h4 { font-size: 16px; font-weight: bold; margin: 0px; padding: 0px; margin-bottom: 10px; }
.g2g-sites-cookie-consent .btn-success,
.g2g-sites-cookie-consent .btn-success:hover,
.g2g-sites-cookie-consent .btn-success:active { border-radius: 0px; border: 0px; background-color: #007a2f; font-size: 16px; padding: 10px; text-decoration: none; color: #FFFFFF; }

.navbar-nav .dropdown-menu > li > a {
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 700;
    font-style: normal;
}
@media (min-width: 992px) {
    .container { width: 975px; }
}


/* Visual improvements for accessibility */


.form-control:focus { outline: #7f7f7f solid 2px !important; }

.index-a {
    text-decoration: none !important;
    z-index: 1;
}


@media (min-width: 992px) {
  .navbar-menu--items__lang {
      border-left: 1px solid #0094C9;
      padding-right: 20px;
  }

  .navbar-menu--items {
      border-left: 1px solid #0094C9;
      padding-left: 15px;
      padding-right: 20px;

  }
  li.dropdown.navbar-menu--items {
    position: unset;
    display: unset;
  }
}
.dropdown.navbar-menu--items .dropdown-menu{
    width: 100%;
    left: 0;
}
/*
Bootstrap override
*/
.navbar {
    border-bottom: 5px solid #0094C9 !important;

    margin-bottom: 0 !important;
}

:root {
  --govie-text-colour: #0b0c0c;
  --govie-focus-colour: #fd0;
  --govie-focus-text-colour: #0b0c0c;
  --govie-header-footer-border-colour: #B1B4B6;
  --govie-footer-surface-colour: #F5F5F5;
}


.content_richtext a {
  text-decoration: none;
  border-bottom: 1px solid #0056b3;
  color: #0056b3;
  font-family: Lato, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration-line: none;
}

.content_richtext a:hover {
  text-decoration-line: none;
  border-bottom: 3px solid #0056b3;
}
.content_richtext a:focus {
  outline: none !important;
  color: var(--govie-focus-text-colour);
  background-color: var(--govie-focus-colour);
  box-shadow: 0 -2px var(--govie-focus-colour);
  text-decoration: none;
}
.content-anchorlinks a:link,
.content-anchorlinks a:visited {
  color: #0056b3;
}

.content_richtext a:active,
.content_richtext a:focus {
  color: #0056b3;
}


.govie-heading-m {
  color: var(--govie-text-colour);
  font-family: Lato, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.11111;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .govie-heading-m {
    font-size: 22px;
    line-height: 1.25;
  }
}
@media (min-width: 40.0625em) {
  .govie-heading-m {
    margin-bottom: 20px;
  }
}

.govie-grid-column-one-third {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govie-grid-column-one-third {
    width: 33.3333%;
    float: left;
  }
}
.govie-grid-column-two-thirds {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 40.0625em) {
  .govie-grid-column-two-thirds {
    width: 66.6666%;
    float: left;
  }
}

@supports (margin: max(calc(0px))) {
  .govie-width-container {
    margin-right: max(15px, calc(15px + env(safe-area-inset-right)));
    margin-left: max(15px, calc(15px + env(safe-area-inset-left)));
  }
}

@media (min-width: 40.0625em) {
  .govie-width-container {
    margin-right: 30px;
    margin-left: 30px;
  }
  @supports (margin: max(calc(0px))) {
    .govie-width-container {
      margin-right: max(30px, calc(15px + env(safe-area-inset-right)));
      margin-left: max(30px, calc(15px + env(safe-area-inset-left)));
    }
  }
}

@media (min-width: 1025px) {
  .govie-width-container {
    margin-right: auto;
    margin-left: auto;
  }
  @supports (margin: max(calc(0px))) {
    .govie-width-container {
      margin-right: auto;
      margin-left: auto;
    }
  }
}

.govie-footer {
  font-family: Lato, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14286;
  padding-top: 25px;
  padding-bottom: 15px;
  color: var(--govie-text-colour);
  background: var(--govie-footer-surface-colour);
}

@media (min-width: 40.0625em) {
  .govie-footer {
    font-size: 16px;
    line-height: 1.25;
    padding-top: 40px;
    padding-bottom: 25px;
  }
}

.govie-footer__link {
  font-family: Lato, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration-line: none;
  border-bottom: 1px solid #000;
}

.govie-footer__link:hover {
  text-decoration-line: none;
  border-bottom: 3px solid #000;
}
.govie-footer__link:focus {
  outline: none !important;
  color: var(--govie-focus-text-colour);
  background-color: var(--govie-focus-colour);
  box-shadow: 0 -2px var(--govie-focus-colour);
  text-decoration: none;
}
.govie-footer__link:link,
.govie-footer__link:visited {
  color: var(--govie-text-colour);
}

.govie-footer__link:active,
.govie-footer__link:focus {
  color: var(--govie-text-colour);
}


.govie-footer__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  border-top: 1px solid var(--govie-header-footer-border-colour);
}
.govie-footer__meta-item {
  margin-bottom: 25px;
}
.govie-footer__meta-item--grow {
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 40.0525em) {
  .govie-footer__meta-item--grow {
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
  }
  .govie-footer__section {
    margin-bottom: 40px;
  }
  .govie-footer__navigation{
    padding-bottom: 0;
  }
}

.govie-footer__copyright-logo {
  outline: none !important;
  min-width: 190px;
  background-image: url(assets/images/logotype.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 274px 95px;
  text-align: center;
  white-space: nowrap;
}


.govie-footer__inline-list {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
}
.govie-footer__inline-list-item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.govie-footer__heading {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--govie-header-footer-border-colour);
  font-weight: 700!important;
}
@media (max-width: 40.0525em) {
  .govie-footer__heading {
    padding-bottom: 10px;
  }
}
.govie-footer__navigation {
  margin-right: -15px;
  margin-left: -15px;
}
.govie-footer__navigation:after {
  content: "";
  display: block;
  clear: both;
}
.govie-footer__section {
  display: inline-block;
  vertical-align: top;
}
.govie-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
@media (min-width: 48.0625em) {
  .govie-footer__list--columns-2 {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.govie-footer__list-item {
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .govie-footer__list-item {
    margin-bottom: 20px;
  }
  .govie-footer__section {
    margin-bottom: 20px;
  }
  .govie-footer__navigation {
    padding-bottom: 40px;
  }
}
.govie-footer__list-item:last-child {
  margin-bottom: 0;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


.mega_menu__icon{
    stroke: #000000;
    color: #000000;
    height: 12px;
    width: 12px;
}

/*===========================================================================*/
/* BOOTSTRAP NAVBAR EXTENSION */
#main-navbar .navbar-collapse { border-width: 0px;}
#main-navbar {height: 90px; padding: 5px 0px; background-color: #FFFFFF; border-radius: 0px; border-width: 0px; margin-bottom: 0px; }
#main-navbar ul.dropdown-menu { border-radius: 0px; min-width: 213px; z-index: 1001;}
#main-navbar.navbar-default .navbar-nav > li > a,
#main-navbar.navbar-default .navbar-nav > li > a:hover { color: #000000; font-size: 18px; line-height: 44px !important;}
.navbar-right {
  background-color: #FFFFFF;
}
#main-navbar{
  z-index: 1000;
  font-family: 'Lato';
  font-style: normal;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  position: sticky;
  top: 0;
}

#main-navbar .navbar-brand { padding: 0px; }
#main-navbar .navbar-nav li.separator > img { width: auto; }
#main-navbar .navbar-brand > img { width: auto; }
#main-navbar [reboot-search-drawer-trigger] { width: 69px; height: 90px; margin-top: -5px; margin-bottom: -5px; padding-top: 5px; padding-bottom: 5px; }
#main-navbar [reboot-search-drawer-trigger] img {  height: 20px;
  width: 20px; }
#main-navbar [reboot-search-drawer-trigger] span { padding: 24px 15px 14.5px 24px; display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; }
[reboot-search-drawer] { background-color: #EEEFEF !important; padding: 15px 0px; display: none; margin:unset;}
#main-navbar [reboot-search-drawer-trigger-mobile] { width: 69px; height: 90px; margin-top: -5px; margin-bottom: -5px; padding-top: 5px; padding-bottom: 5px; }
#main-navbar [reboot-search-drawer-trigger-mobile] img {  height: 20px;
  width: 20px; }
#main-navbar [reboot-search-drawer-trigger-mobile] span { padding: 24px 15px 14.5px 24px; display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; }

.custom-search-icon {background-color: #0094C9 !important;}
@media (min-width: 993px){
    #main-navbar.navbar-default .navbar-nav > li > a,
    #main-navbar.navbar-default .navbar-nav > li > a:hover {background-color: #FFFFFF;}
}
@media (min-width: 767px){
    .navbar > .container .navbar-brand { margin-left: 0px; }
    .custom-search-mobile{display: none;}
}
@media (max-width: 767px){
    .container>.navbar-header { margin-left: 0px; }
    #main-navbar .navbar-brand { margin-left: 10px; }
    #main-navbar.navbar-default .navbar-nav .dropdown-menu > li > a { color: #000000; }
    #main-navbar.navbar-default .navbar-nav .dropdown-menu > li > a:hover { color: #E6E6E6; }
    .navbar-mobile-right{display: flex; flex-direction: row; justify-content: flex-end;}
    .custom-search-mobile{display: block;}
    .navbar-nav { background: var(--Tag-Grey-Background, #EEEFEF); float: none !important; margin: 4.5px -15px; }
    .navbar-toggle { display: block; margin-right: 0px; margin-top: 0px;}
    #main-navbar.navbar-default .navbar-nav > li > a,
    #main-navbar.navbar-default .navbar-nav > li > a:hover {background: var(--Tag-Grey-Background, #EEEFEF);}
}
@media (min-width: 768px) and (max-width: 992px) {
    #main-navbar .navbar-brand { padding-left: 10px; }
    .navbar-header { float: none; }
    .navbar-toggle { display: block; margin-right: 0px; margin-top: 0px; }
    .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }
    .navbar-collapse.collapse { display: none !important; }
    .navbar-nav { background: var(--Tag-Grey-Background, #EEEFEF); float: none !important; margin: 4.5px -15px; }
    .navbar-nav > li { background: var(--Tag-Grey-Background, #EEEFEF); float: none; }
    .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; }
    .collapse.in { display: block !important; }
    .navbar-mobile-right{display: flex; flex-direction: row; justify-content: flex-end;}
    .custom-search-mobile{display: block;}
    .navbar-nav .open .dropdown-menu {
       position: absolute; left:0; float: none; width: auto; margin-top: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; }
    #main-navbar.navbar-default .navbar-nav .dropdown-menu > li > a { color: #000000; }
    #main-navbar.navbar-default .navbar-nav > li > a,
    #main-navbar.navbar-default .navbar-nav > li > a:hover {background: var(--Tag-Grey-Background, #EEEFEF);}
}
#main-navbar .dropdown-menu { max-height: calc(100vh - 100px); /* Adjust the value based on your sticky header's height */
    overflow-y: auto; background: var(--Tag-Grey-Background, #EEEFEF);}

.dropdown-toggle[aria-expanded="true"] .mega_menu__icon {
  transform: rotate(180deg);
  margin-bottom: -8px;
}

.arrow--contain {
  margin-top: 10px;
}
.mega_menu__icon{
    stroke: #000000;
    color: #000000;
    height: 12px;
    width: 12px;
    padding-top: 7px;
}

/*===========================================================================*/
/* BOOTSTRAP CONTAINER EXTENSION */
@media (min-width: 992px){
    .container { width: 1312px; }
}


@media (max-width: 992px){
  .navbar-toggle {
    border-radius: 0px; border-width: 0px; padding-top: 25px; font-size: 18px; }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
      border-color: #FFFFFF !important;
      background-color: #FFFFFF !important;
    }
    .icon-bar {
      background-color: #000000 !important;
    }
}


/*===========================================================================*/
/* BOOTSTRAP BUTTON EXTENSION */
.btn.btn-state-green,
.btn.btn-state-green:active,
.btn.btn-state-green:hover { background-color: #0094C9; border: 1px solid #0094C9; color: #FFFFFF; border-radius: 0px; }

.btn.btn-lg img { height: 16px; }

.input-group-nav-custom {
  background-color: #EEEFEF;
  padding: 10px;
}

/*===========================================================================*/
/* BOOTSTRAP FORM EXTENSION */
.form-control { border-radius: 0px; border: 1px solid #9A9791; }
textarea { resize: none; }

/* General homepage container */
.home-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.callout__flex{
    row-gap: 40px;
}

.info-box-1 {
  flex: 20%;
  width: 15%;
}

@media screen and (max-width: 1024px) {
  .info-box-1 {
    flex: 45%;
  }
}

@media screen and (max-width: 600px) {
  .home-container {
    flex-direction: column;
  }
}
/* End of general homepage container */

/* call out cards*/

.col-md-4-custom {
  height: 100%;
  margin-bottom: 20px;
  margin-top: 40px;
}

.row-custom {
  height: 100%;
}
.info-box {
display: flex;
 flex-flow: column nowrap;
  z-index: 1;
  position: relative;
  background-color: #FFFFFF;
  flex: 30%;
}
@media (max-width: 1024px){
.info-box {
  flex: 45%;
}
}
.info-box {
  padding: 40px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border-left: 7px solid transparent;
}

.info-header {
  display: flex;
  align-items: flex-end;
}

.info-box .info-icon {
  margin-right: 10px;
  height: 55px;
  width: 55.15px;
}


.info-box h3 {
  color: #000000;
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

.info-box p {
  color: #000000;
  margin: 40px 0;
  white-space: normal;
  word-wrap: break-word;
  font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.home-links {
  text-decoration: none;
  border-bottom: 1px solid #0056b3;
  color: #0056b3;
  font-family: Lato, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration-line: none;
  align-self: flex-start;
  margin-top: auto;
  font-size: 19px;
}

.home-links:hover {
  text-decoration-line: none;
  border-bottom: 3px solid #0056b3;
}
.home-links:focus {
  outline: none !important;
  color: var(--govie-focus-text-colour);
  background-color: var(--govie-focus-colour);
  box-shadow: 0 -2px var(--govie-focus-colour);
  text-decoration: none;
}
.home-links:link,
.home-links:visited {
  color: #0056b3;
}

.home-links:active,
.home-links:focus {
  color: #0056b3;
}

@media (max-width: 1280px) {
  .home-container{
    height: auto;
    width: auto;
    margin: 0;
  }

  .info-box {
    width: auto;
  }
  .info-box p {
    color: #000000;
    margin: 10px 0;
    white-space: normal;
    word-wrap: break-word;
    bottom: auto;
  }
}
/* End of call out cards*/

/* Info panels */

.info-box-1 {
  background-color: #F5F5F5;
  border-radius: 4px;
  padding: 40px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  display: flex;
 flex-flow: column nowrap;
}

.icon-holder {
  height: 60px;
  width: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-box-1 .info-icon {
  max-width: 100%;
  height: auto;
}

.info-box-1 h3 {
  color: #000000;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 0;
}

.info-box-1 p {

  margin-top: 40px;
  margin-bottom: 40px;
  color: #000000;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;

}

.info-box-1 a {
  color: #0056b3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-self: center;
}

.info-box-1 a .fa,
.info-box-1 a .fa-arrow-right {
  color: inherit;
  margin-left: 5px;
}


/* Media query for responsiveness */
@media (max-width: 1100px) {

  .resp-md-3 {
    margin-bottom: 20px;
    width: 60%;
  }

  .info-box-1 h3 {
    color: #000000;
    font-weight: bold;
    margin-bottom: 0;
  }
  .info-box-1 p {

    margin-top: 30px;
    margin-bottom: 30px;
    color: #000000;

  }
}
/* Media query for responsiveness */
@media (max-width: 768px) {

  .info-box-1 {
    padding: 25px;
    width: auto;
    position: relative;
  }

  .resp-md-3 {
    margin-bottom: 20px;
    width: 100%;
  }

}
/* End ofInfo Panels */

/* Job Vacancies */

.callout {
  width: 100%;
  position: relative;
  padding: 30px 30px 40px 40px;
  border-radius: 4px;
  color: white;
  margin-bottom: 40px;
  border-radius: 10px;
  display: flex;
 flex-flow: column nowrap;
 gap: 20px;
 justify-content: space-between;
}
@media (min-width: 1024px){
.callout-left {
  flex: 45%;
}

.callout-right {
  flex: 45%;
}
}

.callout .info-icon {
  margin-right: 10px;
  height: 55px;
  width: 55.15px;
  opacity: 100%;
  color: #C8E6AA;
}

.job_vancancy_block_title {
  color: #000000;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
}

.job_vancancy_title p {
    color: #000;

    /* Desktop/Paragraph/Body */
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.callout-link {
  text-decoration-line: none;
  border-bottom: 1px solid #000;
  color: #000000 !important;
  position: absolute;
  bottom: 40px;
  left: 20px;

}


.callout-link i {
  margin-left: 5px;
}

@media (max-width: 900px) {

  .callout-left {
    border-radius: 10px;
  }

  .callout-right {
    border-radius: 10px;
  }
}

/* End of Job Vacancies */

/* Info Panels */


.search-nav-text {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 30px;
  color: #0B0C0C;
}


#search-drop {
  height: 50px;
}

.input-group-addon, .input-group-btn {
    width: unset;
}

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

.govie-heading-header {
  color: var(--Text-Primary, #0B0C0C);
  font-family: Lato, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 32px;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
  .govie-heading-header {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 35px;
  }
}

.popular_links--search {
    padding-bottom: 20px;
}

.index--popular {
  color: var(--Text-Primary, #0B0C0C);
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}

.index--popular:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid #000;
  }


.index--popular:focus {
    outline: none !important;
    color: var(--govie-focus-text-colour);
    background-color: var(--govie-focus-colour);
    box-shadow: 0 -2px var(--govie-focus-colour);
    text-decoration: none;
}
.index--popular:active,
.index--popular:focus {
    color: #000;
     text-decoration: none;
}

.index--popular:link,
.index--popular:visited {
  color: var(--Text-Primary, #0B0C0C);
}

.index-a--popular {color: #000000 !important;}

.board_member_card_flex {
    display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
}

@media (min-width: 768px) {
.board_member_card {
    flex: 1 1 30%;
}
}

.board_member_card {
    display: block;
    overflow: hidden;
    max-width: 300px;
}

    .board_member_card__image-container {
        height: 200px;
        overflow: hidden;
        position: relative;

    }
    .board_member_card__image {
        position: relative;
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 5px 5px 0px 0px;
    }

    .board_member_card__content {
        padding: 20px;
    }

    .board_member_card__title {
         color: var(--CIB_Dark_blue, #005F81);
        font-family: 'Lato', sans-serif !important;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
        margin-top: 0;
    }
    .board_member_card__summary {
        overflow-wrap: break-word;
        word-wrap: break-word;
        color: #000;
        font-family: 'Lato', sans-serif !important;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin-top: 10px;
    }
@media (min-width: 1025px) {
.hero {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
}
@media (max-width: 1024px) and (min-width: 375px) {
  .search-nav-text {
    margin-top: 10px;
  }
  .hero {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}
}
@media (max-width: 376px) {
.hero {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
}
.hero::before {
  content: '';
  display: block;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
}
@media (min-width: 992px) {
.hero__contents{
    width: 50%;
    float: left;
}

}
@media screen and (max-width: 1024px){
    .hero__contents{
        width: 100%;
        }
}

/* default wrapper override */
.wrapper--hero {
  max-width: 100% !important;
}

.basefeature-header {
    display: flex;
    gap: 20px;
    align-items: center;
}
.base-feature--blue__button{
    background: var(--CIB_Green, #8AC640);
}
.base-feature--green__button{
    background: var(--CIB_Blue, #005F81);
}
.basefeature-button {
    align-self: flex-start;
    border-radius: 4px;
    box-shadow: 0px -1px 0px 0px #002D18 inset;
    padding: 16px;
    color: #000;
    text-decoration: none;
}
.base-feature--blue__button:hover, .base-feature--green__button:hover {
    border-radius: 4px;
    background: #4F791B;
    box-shadow: 0px -1px 0px 0px #002D18 inset;
    color: #FFF;
    text-decoration: none;
}
.base-feature--blue__button:focus, .base-feature--green__button:focus {
    border-radius: 4px;
    outline: 3px solid var(--Other-Yellow, #FD0);
    background: #4F791B;
    color: #FFF;
    text-decoration: none;
}

.base-feature--blue__button:active, .base-feature--green__button:active {
    border-radius: 4px;
    outline: 2px solid var(--Border-Input, #0B0C0C);
    background: var(--Focus-Default, #FD0);
    box-shadow: 0px -1px 0px 0px #000 inset;
    text-decoration: none;
    color: #000;
}

.basefeature-button__text {
    color: #000;

    text-align: center;
    /* Desktop/Paragraph/Body • Bold */
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 131.579% */
}


.base-feature--blue__heading {
    color: #FFF;

    font-family: Lato;
    font-size: 32.538px;
    font-style: normal;
    font-weight: 700;
    line-height: 36.154px;
}

.base-feature--green__heading {
   color: #000;
    /* Mobile/Heading/Extra Large */
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.basefeature--green__links {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.basefeature--green-link {
    align-self: flex-start;
    text-decoration: none;
}

.basefeature--green-link span {
    color: #000;
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #000;
}

.basefeature--green-link:hover {
  color: #000;
  text-decoration: none;
  }

.basefeature--green-link:hover span,
.basefeature--green-link span:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 3px solid #000;
}

.basefeature--green-link:focus span,
.basefeature--green-link span:focus {
    outline: none !important;
    color: var(--govie-focus-text-colour);
    background-color: var(--govie-focus-colour);
    box-shadow: 0 -2px var(--govie-focus-colour);
    text-decoration: none;
}
.basefeature--green-link:active,
.basefeature--green-link:focus {
    color: #000;
     text-decoration: none;
}

.basefeature--green-link span:active,
.basefeature--green-link span:focus {
    color: #000;
}
.base-feature--default {
  width: 100%;
  min-height: 358px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  padding: 40px;
  gap: 40px;
  height: 100%;
}

.base-feature--blue {
  background: #005F81;
  display: flex;
  color: #FFFFFF;
  flex-direction: column;
  justify-content: space-between;
}

.base-feature--blue__text {
    color: #FFF;

    /* Desktop/Paragraph/Body */
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 131.579% */

}


.base-feature--green {
  background: #8AC640;
  color: #000000;
  display: flex;
  flex-direction: column;
}

.hero-container {
  padding-top: 40px;
  position: relative;
  z-index: 1;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}

.newslettersignupcta--background{
    background: #E9E9E9;
}

.newslettersignupcta{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.newslettersignupcta__icon {
    width: 96px;
    height: 96px;
}
@media (min-width: 992px) {
.newslettersignupcta__total_body{
    margin-left: 40px;
    margin-right: 100px;
}
.newslettersignupcta{
    padding-top: 30px;
    padding-bottom: 30px;
}
.newslettersignupcta__body{
    padding-top: 20px;
}
}
@media (max-width: 992px) {
.newslettersignupcta__total_body{
    text-align:center;
}
.newslettersignupcta {
    padding-top: 52px;
    padding-bottom: 52px;
    gap: 30px;
    flex-wrap: wrap;
}
.newslettersignupcta__body {
    padding-top: 30px;
}
}
.newslettersignupcta__title {
    color: #000;

    /* Mobile/Heading/Large */
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 104.167% */
}
.newslettersignupcta__body {
    color: #000;

    /* Desktop/Paragraph/Body */
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.newslettersignupcta__body p{
  margin-bottom: 0;
}

.newslettersignupcta__button {
    border-radius: 4px;
    background: var(--CIB_Green, #8AC640);
    box-shadow: 0px -1px 0px 0px #002D18 inset;
    text-decoration: none;
    color: #000;
    padding: 8px 12px;
    min-width: 243px;
    min-height: 47px;
    text-align: center;
    border: none;
}

.newslettersignupcta__button:hover {
    border-radius: 4px;
    background: #4F791B;

    box-shadow: 0px -1px 0px 0px #002D18 inset;
    color: #FFF;
    text-decoration: none;
}
.newslettersignupcta__button:focus {
    border-radius: 4px;
    outline: 3px solid var(--Other-Yellow, #FD0);
    background: #4F791B;
    color: #FFF;
    text-decoration: none;
}

.newslettersignupcta__button:active {
    border-radius: 4px;
    outline: 2px solid var(--Border-Input, #0B0C0C);
    background: var(--Focus-Default, #FD0);
    box-shadow: 0px -1px 0px 0px #000 inset;
    text-decoration: none;
    color: #000;
}

/* Content Page */
.content-page{
  position: absolute;
  right: 35px;

}

.content-page-body, .page-body {
  margin-bottom: 40px;
  flex: 1 0 70%;
  overflow-x: hidden;

}

.content-page-header{
  margin: 40px 0 20px;
  font-family: Lato;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  color: #005F81;
}

.content-heading{
  margin: 20px 0;
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #005F81;
}

.content-anchorlinks{
  margin: 10px 0 30px;
  font-family: Lato;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  color: #005F81;
}
ul.content-anchorlinks {
  list-style-type: none;
}

ul.content-anchorlinks li::before {
  content: "- ";
  padding-right: 5px;
}

.content-anchorlinks a {
  text-decoration: none;
  border-bottom: 1px solid #0056b3;
  color: #0056b3;
  font-family: Lato, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration-line: none;
}

.content-anchorlinks a:hover {
  text-decoration-line: none;
  border-bottom: 3px solid #0056b3;
}
.content-anchorlinks a:focus {
  outline: none !important;
  color: var(--govie-focus-text-colour);
  background-color: var(--govie-focus-colour);
  box-shadow: 0 -2px var(--govie-focus-colour);
  text-decoration: none;
}
.content-anchorlinks a:link,
.content-anchorlinks a:visited {
  color: #0056b3;
}

.content-anchorlinks a:active,
.content-anchorlinks a:focus {
  color: #0056b3;
}

.embedded-video-container {
  position: relative;
  margin: 20px 20px 40px 0;
  padding-bottom: 56.25%;
  max-width: 800px;
  height: 0;
  overflow: hidden;
}

.embedded-video-container iframe,
.embedded-video-container object,
.embedded-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-image{
  max-width: 640px;
  width: 100%;
  height: auto;
}

.embed-custom-content {
  position: relative;
  display: block;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
  margin-top: 40px;
}

.embed-custom-content iframe {
  max-width: 100%;
}


.embed-custom-content-hero {
  width: 100%;
  padding-bottom: 56.25%;
  height: inherit;
  overflow: hidden;


  display: flex;
  justify-content: center; /* Horizontal center */
  align-items: center;

    position: relative;


}

.embed-custom-content-hero iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .embed-custom-content-hero {
    padding-bottom: 0;

    height: inherit;
  }

  .embed-custom-content-hero iframe {
    position: relative;
    width: 90%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

.content-image,
.content-custom-image {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content_richtext{
  font-family: Lato;
  font-size: 19px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

.base_wheretoapply_title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.address_org_name {
  font-size: 19px;
  line-height: 32px;
  font-weight: 700;
}

.sharedaddress {
  margin: 20px 0;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  color: #0B0C0C;
}

.sharedaddress p,
.sharedaddress div {
  margin-bottom: 10px;

}

.address_field{
  font-weight: 700;
}

.custom-image{
  max-width: 100%;
}

.news-title{
  margin-bottom: 40px;
}


@media (max-width: 992px) {
  .content-page-body{
    margin: 40px 20px;
  }

  .content-image,
  .content-custom-image {
    margin: 40px 20px !important;
    width: 90% !important;
  }
  .content-page-header{
    margin: 20px 0;
  }
  .news-title{
    margin: 20px auto;
  }
}
/* News Content Page */

.timedate {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 40px;
}

.full-width-image img{
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
  .timedate {
    margin-bottom: 20px;
  }
  .content-page-body{
    margin: 20px 20px;
  }
  .content-image,
  .content-custom-image {
    margin: 20px 20px !important;
    width: 90% !important;
  }
  .news-title{
    margin: 20px auto;
  }
  .embed-custom-content {
    margin-top: 20px;
  }
}
/* End of News Content Page */
/* End of Content Page */

/*table styles */

table {
  margin-top: 40px;
  margin-bottom: 40px;
  width: auto;
  border-collapse: collapse;
  text-align: left;
  font-size: 19px;
}

th, td {
  border: 1px solid #908787;
  padding: 8px;
}

thead {
  background-color: #fff;
}

tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

tbody tr:nth-child(even) {
  background-color: #ffffff;
}
/*  End of the table styles */
@media only screen and (max-width: 549px) {
.document-block {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
}
}
.document-block {
    border-radius: 5px;
    background: #F5F5F5;
    padding: 20px;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    min-height: 354px;
}
.document-content{
    align-self: center;
}

.document-heading {
    color: #000;

    /* Desktop/Heading/Medium */
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
    margin-top: 0;
}
.document-body {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.first-p, .second-p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.richTextContent p{
  -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

 .first-p {
    -webkit-line-clamp: 8;
}
.second-p {
    -webkit-line-clamp: 5;
}
.document-language-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.document-language-links .home-links {
    position:unset;
}
.document__filter-label {
        display: block;
        margin-bottom: 5px;
        color: var(--text-primary, #0B0C0C);
        padding-top: 0;
}
.document__filter-select{
        appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
        width: 470px;
        max-width: 100%;
        padding: 5px;
        color: var(--text-primary, #0B0C0C);
        border: 2px solid var(--border-input, #0B0C0C);
        background: url('../img/Icon_Select.svg') no-repeat 96% center; /* Replace 'path-to-custom-arrow-icon.png' with your custom arrow icon */
        position: relative;
}
document__filter::-ms-expand {
    display: block;
    border: none;
    padding: 8px; /* Adjust the padding to align with the custom arrow */
}
.document__filter-select option{
    color: var(--text-primary, #0B0C0C);
}
.document__filter-hint{
    color: var(--text-secondary, #505A5F);
    /* Desktop/Paragraph/Body */
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 131.579% */
    margin-bottom: 10px;
}
/* News Cards */

.filter-container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: left;
}

.filters {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  gap: 20px;
}

.filter {
  max-width: 310px;
  flex-grow: 1;
}

.filter label {
  display: block;
  margin-bottom: 5px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  color: #0B0C0C;
}

.filter select {
  -webkit-appearance: none;
  min-width: 309px;
  padding: 5px;
  color: var(--text-primary, #0B0C0C);
  border: 2px solid var(--border-input, #0B0C0C);
  background: url('../img/Icon_Select.svg') no-repeat 96% center;;
}

.card-image {

  width: auto;
  max-width: 100%;
  border-radius: 5px 5px 0 0;
  display: block;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.card-content-box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
}

.card-text-content {
  flex-grow: 1;
  align-self: flex-start;
}

.card-date {
  font-size: 17px;
  font-family: 'Lato';
  font-weight: 700;
  line-height: 25px;
  color: #000000;
  margin-bottom: 20px;
}

.card-content {
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card .home-links {
  position: absolute;
  bottom: 70px;
  left: 20px;
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 400;
  line-height: 20px;
  color: #005F81 ;
  border-bottom: 1px solid #005F81 ;
}
.card .home-links:hover {
  text-decoration-line: none;
  border-bottom: 3px solid #005F81 ;
}
.card .home-links:link,
.card .home-links:visited {
  color: #005F81 ;
}

.card .home-links:active,
.card .home-links:focus {
  color: #005F81 ;
}

.card-tags {
  text-align: center;
  padding: 10px 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
}


.tag {
  display: inline-block;
  background-color: #DFDFDF;
  color: #333;
  padding: 5px 10px;
  margin: 0 10px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 400;
  line-height: 20px;
  max-width: 7em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card {
  box-sizing: border-box;
  min-width: 300px;
  min-height: 520px;
  border-radius: 5px;
  background-color: #F5F5F5;
  font-family: 'lato', sans-serif;
  position: relative;
  display: inline-block;
  flex-direction: column;

}
.card a:hover, .card a:focus {
   box-shadow: 0 0 0 3px #C27E00;
  border-radius: 5px;
  outline: none;
}
.news-cards {
  display: grid;
  gap: 40px 20px;
  padding: 40px 0;

}
@media screen and (min-width: 1280px) {
.news-cards {
grid-template-columns: repeat(4, 1fr);
}

}
@media screen and (min-width: 972px) and (max-width: 1279px) {
.news-cards {
  grid-template-columns: repeat(3, 1fr);
}
.card {
  min-height: 580px;
}

}
@media screen and (min-width: 700px) and (max-width: 971px) {
.news-cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px 0;
}
.card {
  min-height: 610px;
}
}
@media screen and (max-width: 700px) {
  .news-cards {
    gap: 20px;
    padding: 20px 0;
  }
  .card {
    min-height: 740px;
  }
  .filters {
    flex-direction: column;
  }
  .filter {
    max-width: 100%;
  }
  .filter select {
    min-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .card {
    min-height: 610px;
  }
}

/* End of the News Cards */

/* Breadcrumbs */

.breadcrumb-nav{
    background-color: #F5F5F5;
    padding: 10px 0;
}

.breadcrumb {

  border-radius: 0;
  width: 100%;
  max-width: 1290px;
  padding: 0 20px;
  margin: 0 auto;

}
.breadcrumb > li + li::before {
  padding: inherit;
  color: inherit;
  content: "";
}

.breadcrumbSeparator{
  margin: auto 5px;
}

.breadcrumb-item .home-links {
  color: #2C55A2;
  border-bottom: 1px solid #2C55A2 ;
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 400;
  line-height: 20px;
}

.news-card-title {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-title-links {
    font-size: 19px;
    font-family: 'Lato';
    font-weight: 700;
    line-height: 30px;
    color: var(--MABS_Dark_Purple);
    text-decoration-line: none;
    border-bottom: 0px solid #2C55A2;
}

.card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-indent: -9999px;
}

.card:hover {
  cursor: pointer;
}

.breadcrumb-item .home-links:hover, .card-title-links:hover {
  text-decoration-line: none;
  border-bottom: 3px solid #2C55A2 ;
}

.breadcrumb-item .home-links:link,
.breadcrumb-item .home-links:visited,
.card-title-links:link,
.card-title-links:visited {
  color: #2C55A2 ;
}

.breadcrumb-item .home-links:active,
.breadcrumb-item .home-links:focus,
.card-title-links:active,
.card-title-links:focus {
  color: #2C55A2 ;
}
.card-title-links:focus {
  outline: none !important;
  color: #2C55A2;
  background-color: var(--govie-focus-colour);
  box-shadow: 0 -2px var(--govie-focus-colour);
  text-decoration: none;
}
.chevron{
  margin-top: 20px;
}

@media (max-width: 999px) {
  .breadcrumb {
    padding-left: 30px;
  }
  }

@media (max-width: 343px) {
  .breadcrumb {
    padding-left:20px;
  }
}
/* End of Breadcrumbs */


.latest_news__block_title {
    color: #FFF;

    /* Mobile/Heading/Extra Large */
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 109.375% */
}

.latest_news__title {
    display: inline;

    /* Desktop/Paragraph/Body • Bold */
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 131.579% */
    border-bottom: 1px solid #FFF;
}
.latest_news__richtext p{
    display: inline;
    /* Desktop/Paragraph/Body Small */
    padding-top: 10px;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid #FFF;
}

.latest_news_content {
    color: #FFF;
    margin-left: 2px;
    border-left: 3px solid #FFF;
    padding-left: 20px;
}

.latest_news_content:hover {
  color: #FFF;
  text-decoration-line: none;
  border-left: 4px solid #FFF;
}

.latest_news_content:active,
.latest_news_content:focus {
  color: #000;
  text-decoration-line: none;
  border-left: 4px solid #000;
}

.latest_news__button {
   color: #FFF;

    /* Desktop/Paragraph/Body Small */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration-line: none;
  border-bottom: 1px solid #FFF;
}

.latest_news__button:hover, .latest_news_content:hover .latest_news__title,
.latest_news_content:hover .latest_news__richtext p{
  text-decoration-line: none;
  border-bottom: 3px solid #FFF;
}
.latest_news__button:focus, .latest_news_content:focus {
  outline: none !important;
  color: var(--govie-focus-text-colour);
  background-color: var(--govie-focus-colour);
  box-shadow: 0 -2px var(--govie-focus-colour);
  text-decoration: none;
}
.latest_news__button:link,
.latest_news__button:visited {
  color: #FFF;
}

.latest_news__button:active,
.latest_news__button:focus, .latest_news_content:active .latest_news__title,
.latest_news_content:active .latest_news__richtext p, .latest_news_content:focus .latest_news__title,
.latest_news_content:focus .latest_news__richtext p{
  color: #000;
  text-decoration-line: none;
  border-bottom: 3px solid #000;
}


.pagination__link {
  background-color: #fff;
  font-weight: 700;
  border-radius: 5px;
  color: #004d46;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 30px;
  margin: 0 5px;
  position: relative;
  text-align: center;
  transition: background-color .25s ease-out;
}

.pagination {
  position: relative;
  text-align: center;
  width: 100%;
}

.img-arrows {
  padding-bottom: 5px;
}

.next-prev {
  font-weight: 700;
}

.pagination__icon {
  margin-top: 7px;
  height: 15px;
  width: 15px;
}

.icon {
  width: 20px;
  height: 20px;
  transition: fill .25s ease-out;
  fill: #fff;
}

.pagination__icon--next {
  transform: rotate(-90deg);
}

svg:not(:root) {
  overflow: hidden;
}

.pagination__list {
  list-style-type: none;
  position: relative;
  display: inline-flex;
  margin: 0 auto;
}

.non--image--search {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.search__results {
  margin-left: 10px;
  /* Desktop/Paragraph/Body */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  /* identical to box height, or 132% */

  color: #005F81;
  height: 51px;
  min-width: 45px;
  display: flex;
  justify-content: center;
}

.list--contain {
  padding-top: 14px
}

.active {
  background-color: #005F81;
  color: white;
}

@media screen and (max-width: 768px) {
  .arrow--left {
    margin-left: 0;
  }
  .search__results{
    margin-left: 0;
    min-width: 35px;
  }

  .pagination__list{
    padding-left: 0;
  }
  .mobile-hidden{
    display: none;
  }
}


.jobs-document{
    display: flex;
    gap: 20px;
    padding: 20px 0;
}
.jobs-document a.even {
    padding: 12px;
    border-radius: 4px;
    background: var(--CIB_Green, #8AC640);
    box-shadow: 0px -1px 0px 0px #002D18 inset;
    color: #000;
}

.jobs-document a.odd {
    padding: 12px;
    border-radius: 4px;
    background: var(--Other-Light-Grey, #F3F2F1);
    box-shadow: 0px -1px 0px 0px #002D18 inset;
}
.jobs-document a.even:hover {
    border-radius: 4px;
    background: #4F791B;

    box-shadow: 0px -1px 0px 0px #002D18 inset;
    color: #FFF;
    text-decoration: none;
}
.jobs-document a.even:focus {
    border-radius: 4px;
    outline: 3px solid var(--Other-Yellow, #FD0);
    background: #4F791B;
    color: #FFF;
    text-decoration: none;
}
.jobs-document a.odd:hover {
    border-radius: 4px;
    background: var(--Other-Grey, #B1B4B6);
    box-shadow: 0px -1px 0px 0px #002D18 inset;
    text-decoration: none;
}
.jobs-document a.odd:focus {
    border-radius: 4px;
    outline: 3px solid var(--Other-Yellow, #FD0);
    background: var(--Other-Grey, #B1B4B6);
    text-decoration: none;
}

.jobs-document a.even:active, .jobs-document a.odd:active {
    border-radius: 4px;
    outline: 2px solid var(--Border-Input, #0B0C0C);
    background: var(--Focus-Default, #FD0);
    box-shadow: 0px -1px 0px 0px #000 inset;
    text-decoration: none;
    color: #000;

}
.job_organisation_logo{
    max-width: 100%;
    height: auto;
    margin: 40px 0 20px;
    border-radius: 6px 6px 0px 0px;
}
.job__title {
    color: var(--CIB_Dark_blue, #005F81);
    /* Desktop/Heading/Large */
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 111.111% */
    padding-bottom: 20px;
}
.job__organisation {
    text-align: unset;
    padding-bottom: 20px;
}
.job__address p{
    color: var(--CIB_Dark_blue, #005F81);
    margin: 0;
}
.job__closing_date {
    padding: 20px 0;
    color: var(--CIB_Dark_blue, #005F81);
    /* Desktop/Paragraph/Body • Bold */
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.jobs__email {
    color: var(--CIB_Dark_blue, #005F81);
    /* Desktop/Link/Body */
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 131.579% */
    text-decoration-line: underline;
}

.job-cards {
    display: grid;
    gap: 20px;
    padding: 40px 0;
}
@media screen and (min-width: 1280px) {
.job-cards {
grid-template-columns: repeat(4, 1fr);
}
}
@media screen and (min-width: 972px) and (max-width: 1279px) {
.job-cards {
  grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (min-width: 700px) and (max-width: 971px) {
.job-cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px 0;
}
}
.job-card{
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    min-width: 300px;
    height: 100%;
    justify-content: space-between;
    /* Panel Drop Shadow */
    box-shadow: 0px 0px 0px 1px rgba(217, 217, 217, 0.80), 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
.job_card__organisation_logo {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.job_card__organisation_logo_container {
    height: 190px;
    overflow: hidden;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.job_card__content{
    padding: 20px 20px 0;
}
.job_card__title {
    color: #000;

    /* Desktop/Paragraph/Body Large • Bold */
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}
.job_card__address {
    color: var(--CIB_Dark_blue, #005F81);
    /* Desktop/Link/Body */
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 131.579% */
}
.job_card__address p{
    margin: 0;
}
.job_card__address p br {
  content: "";
}

.job_card__address p br:after {
  content: " ";
}
.jobs-card__button {
    padding: 12px;
    border-radius: 4px;
    background: var(--CIB_Green, #8AC640);
    box-shadow: 0px -1px 0px 0px #002D18 inset;
    text-decoration: none;
    color: #000;
    margin: auto 20px 20px;
    text-align: center;
}

.jobs-card__button:hover {
    border-radius: 4px;
    background: #4F791B;

    box-shadow: 0px -1px 0px 0px #002D18 inset;
    color: #FFF;
    text-decoration: none;
}
.jobs-card__button:focus {
    border-radius: 4px;
    outline: 3px solid var(--Other-Yellow, #FD0);
    background: #4F791B;
    color: #FFF;
    text-decoration: none;
}

.jobs-card__button:active {
    border-radius: 4px;
    outline: 2px solid var(--Border-Input, #0B0C0C);
    background: var(--Focus-Default, #FD0);
    box-shadow: 0px -1px 0px 0px #000 inset;
    text-decoration: none;
    color: #000;
}


.search-results__count {
  font-size: 19px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.border--bottom__div {
  border-bottom: 1px solid #DBD3C0;
}

.search-result {
  padding-bottom: 20px;
  padding-top: 20px;
}

.search-result__title {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #0B0C0C;
}

.summary--text {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
}

.left_nav--text a {
    color: #000;

    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    border-bottom: 1px solid #000;
    line-height: 1.4;
}

.left_nav--text a.current,
.left_nav--text a.selected {
    font-weight: 700;
    text-decoration-line: none;
    border-bottom: unset;
}

.left_nav--text a:hover {
  text-decoration-line: none;
  border-bottom: 3px solid #000;
}
.left_nav--text a:focus {
  outline: none !important;
  color: var(--govie-focus-text-colour);
  background-color: var(--govie-focus-colour);
  box-shadow: 0 -2px var(--govie-focus-colour);
  text-decoration: none;
}
.left_nav--text a:link,
.left_nav--text a:visited {
  color: var(--govie-text-colour);
}

.left_nav--text a:active,
.left_nav--text a:focus {
  color: var(--govie-text-colour);
}
.left_nav--text{
    padding: 0;
}
.left_nav--text ul{
    list-style: none;
    padding: 0;

}
.left_nav--text li{
    list-style: none;
}

.left_nav--main {
    border-left: 10px solid #0094C9;
    padding-left: 20px;
    background: #F5F5F5;
    max-width: 370px;
    line-height: 44px;

}
.left_nav--child {
    margin-left: 30px;
    min-height: 44px;
    line-height: 1.4;
    padding: 8px 0;
}
.round-bullet {
      list-style: none;
      padding: 0;
    }

.round-bullet > li {
      position: relative;
      padding-left: 30px;
      text-indent: -20px;
      margin: 10px 0;
}

.round-bullet > li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.6em;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background-color: #BDBDBD;
      display: inline-block;
}

.round-bullet > li.selected::before {
      background-color: #0094C9
}

.main-page-content {
    display: flex;
    gap: 20px;
}
.left-nav{
    flex: 1 0 30%;
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .main-page-content {
    flex-wrap: wrap;
}
}

.search--heading {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;

  color: #005F81;
}
/* Back button */
.office__button{
  display: flex;
  width: 200px;
  height: 48px;
  padding: 8px 12px 7px 8px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-top: 40px;
  border-radius: 4px;
  background: var(--Other-Light-Grey, #F3F2F1);
  box-shadow: 0px -1px 0px 0px #002D18 inset;
}
.office__button:hover {
  border-radius: 4px;
  background: var(--Other-Grey, #B1B4B6);
  box-shadow: 0px -1px 0px 0px #002D18 inset;
  color: #000;

}
.office__button:focus {
  border-radius: 4px;
  border: 3px solid var(--Focus-Default, #FD0);
  background: var(--Other-Grey, #B1B4B6);
  box-shadow: 0px -1px 0px 0px #002D18 inset;
  color: #000;

}

.office__button:active {
  border-radius: 4px;
  border: 2px solid var(--Border-Input, #0B0C0C);
  background: var(--Focus-Default, #FD0);
  box-shadow: 0px -1px 0px 0px #002D18 inset;
  color: #000;
}

.office__button, .office__button:hover, .office__button:focus .office__button:active {
  text-decoration: none;
  outline: none;
}

.office__button img{
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: #000;
}

.office__button--text{
  color: var(--Black, #000);
  text-align: center;
  outline: none !important;
  font-family: Lato;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

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

  .office__button{
    width: 100%;
    margin-top: 20px;
  }
}
/* Back button */
.footer__social-icon{
    width: 48px;
    height: 48px;
}
.footer__social-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.cookie-info {
	background: #f7f7f7;
	width: 100%;
	padding: 20px 0;
	border: 1px solid #404040;
	line-height: 20px;
	/*height: 40px;*/
	bottom: 0;
	position: fixed;
	z-index: 2;
}

.cookie-text {
	margin-left: auto;
	margin-right: auto;

	padding-left: 2%;
}

.cookie-text p {
	float: left;
	margin: 0;
	padding: 0;
	width: 90%;
}

.cookie-text a {
	color: #404040;
	outline: 3px solid transparent;
}

.cookie-text a:hover, .cookie-text a:focus {
	text-decoration: none;
	outline: 3px solid #FFBF47;
}

div#closebox {
	float: right;
	padding: 0 2%;
	font-size: 2.5em;
}

div#closebox a {
	text-decoration: none;
}
.cookiejs-banner-wrapper {
	background-color: #F3F2F1 !important;
	padding: 10px 10px 10px 30px !important;
	width: 100% !important;
	color: #FFFFFF !important;
}

.cookiejs-banner {
	width: 86% !important;
	margin: auto !important;
}

.cookiejs-banner a {
	color: #005b9e;
	cursor: pointer;
	text-decoration: underline;
}

.cookiejs-banner a:hover {
  text-decoration-line: none;
  border-bottom: 3px solid #005b9e;
}
.cookiejs-banner a:focus {
  outline: none !important;
  color: var(--govie-focus-text-colour);
  background-color: var(--govie-focus-colour);
  box-shadow: 0 -2px var(--govie-focus-colour);
  text-decoration: none;
}
.cookiejs-banner a:link,
.cookiejs-banner a:visited {
  color: #005b9e;
}

.cookiejs-banner a:active,
.cookiejs-banner a:focus {
  color: #000;
  border-bottom: 3px solid #000;
}

.cookiejs-banner-heading {
	font-size: 21px !important;
	font-weight: bold !important;
	padding: 0 !important;
	margin: 20px 0 5px 0 !important;
	border-width: 0 !important;
}

.cookiejs-banner-heading {
	color: #005F81 !important;
}

.cookiejs-banner-text {
	color: #404040 !important;
	font-size: 16px !important;
	margin-bottom: 15px !important;
	line-height: 130%;
}

.cookiejs-banner {
	padding: 0 !important;
	margin: 30px 0 10px 0 !important;
}

/* ModernCSS Button */
.button-container {
  display: flex;
  flex-direction: column;

}


/* Desktop layout */
 @media (min-width: 992px) {
  .button-container {
      flex-direction: row;
      justify-content: flex-start;
  }
  #reject-cookies-btn {
    order: 1;
  }

  #manage-preferences-btn {
      order: 2 ;
  }

  #accept-cookies-btn {
    order: 3;
}

}

@media (max-width: 991px) {
  .button-container {
    display: flex;
    flex-direction: column;
  }
  #reject-cookies-btn {
    order: 3;
  }

  #manage-preferences-btn {
      order: 2 ;
  }

  #accept-cookies-btn {
    order: 1;
}
}
.cookiejs-button {
	font-size: 16px;
	margin: 0 10px 10px 0;
	font-weight: 700;
    line-height: 25px;
}

.cookiejs-banner-wrapper {
	top: 65px;
	position: fixed;
	z-index: 9;
}

.cookies-modal {
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	overflow: auto;
	z-index: 10000;
}
.cookies-modal-content h2{
    font-family: 'Lato', sans-serif !important;
    font-size: 1.5em;
    font-weight: bold;
}
.cookies-modal-input h3{
    font-size: 1.17em;
    font-weight: bold;
}
.cookies-modal-content {
	font-family: 'Lato', sans-serif !important;
	background-color: #F6F6F2;
	position: relative;
	margin: auto;
	padding: 0 0 10px 0;
}

.cookies-modal-header {
	background-color: #005F81;
	color: #FFFFFF;
	font-weight: bold !important;
	padding: 10px 40px 10px 20px;
}

.cookies-modal-input {
	margin: 20px 10px 10px 20px;
	padding-bottom: 20px;
}

.cookies-modal-content input {
	padding-left: 10px;
}

.cookies-modal label, .cookies-modal form {
	font-size: 100%;
	float: left;
	font-weight: bold;
}

.tick {
	background-color: #5C5C8A;
	margin: 3px 0 0 20px;
}

.tick:active {
	border: 2px solid #ff8c00;
	outline: 3px solid transparent;
	box-shadow: inset 0 0 0 3px #ff8c00;
}

.tick:focus {
	outline: 2px solid #ff8c00;
}

.cookies-modal-content h3, .cookies-modal-content h4, .cookies-modal-content p, .cookies-modal-content ul {
	clear: both;
}

.cookies-modal-content p {
	max-width: 1040px;
}

.cookies-modal-content ul li {
	line-height: 150%;
}

.cookies-modal-footer {
	padding: 20px;
}

@media (max-width: 990px) {
	.cookiejs-modal-header {
		margin-bottom: 40px;
	}

	.cookiejs-modal-header h2 {
		font-size: 2em;
	}

	.cookiejs-modal-input {
		margin: 10px 0 40px 40px;
		max-width: 89%;
	}

	.cookiejs-modal-content h3 {
		font-size: 200%;
		padding-top: 10px !important;
	}

	.cookiejs-modal-content h4 {
		padding-top: 0 !important;
	}

	.cookiejs-modal-content p {
		line-height: 170%;
	}

	.cookiejs-modal-content ul {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.cookiejs-modal-content ul li {
		line-height: 210%;
		padding-bottom: 14px;
	}

	.cookiejs-modal-footer {
		margin-left: 20px;
		padding-top: 40px;
	}

	button.cookiejs-button {
		margin: 0 5px 20px 0;
		padding: 1.2em 2.2em;
		min-width: 24ch;
		min-height: 55px;
		text-align: center;
		line-height: 1.1;
	}
}

.cookiejs-footer-wrapper {
	font-family: 'Lato', sans-serif !important;
	background-color: #005F81 !important;
	padding: 20px 0 30px 0 !important;
	width: 100% !important;
	color: #FFFFFF !important;
}

.cookiejs-footer-heading {
	color: #FFFFFF;
	font-size: 21px !important;
	font-weight: bold !important;
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 20px !important;
	margin-bottom: 15px !important;
	border-width: 0 !important;
}

.cookiejs-footer {
	width: 100% !important;
	margin: auto !important;
}

.cookiejs-footer-ul {
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 20px !important;
}

.cookiejs-footer-li {
	display: inline-block !important;
	margin-right: 10px !important;
}

.cookiejs-footer-link {
	background-color: #007cb6 !important;
	padding: 10px !important;
	font-size: 16px !important;
	text-decoration: none;
	color: #FFFFFF !important;
	cursor: pointer;
}

.cookiejs-footer-link:hover {
	color: #FFFFFF !important;
	text-decoration: underline;
}

.cookiejs-modal-header {
	background-color: #234c5e;
}

.cookiejs-modal-table th {
	padding: 10px;
}

.cookiejs-modal-table td {
	padding: 10px;
}

.cookiejs-modal-table td h2, .cookiejs-modal-table td p, .cookiejs-modal-table td ul {
	width: 65%;
	line-height: 138%;
}

@media (max-width: 600px) {
	.cookie-info {
		height: 80px;
	}

}

/* FORMS */
.callback-page-body{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 27px;
  margin-top: 40px;

}
.callback-page-header{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.callback-page-intro{
  color: #000;

  /* Desktop/Paragraph/Body */
  font-family: Lato;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 131.579% */

}

.callback-submit-button{
  display: flex;
  width: 243px;
  height: 47px;
  padding: 8px 12px 7px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.callback-page-title{
    color: var(--CIB_Dark_blue, #005F81);

    /* Desktop/Heading/Large */
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 111.111% */
}
.callback-form{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

#id_checkboxes, #id_radio {
    list-style-type: none;
}

ul#id_checkboxes, ul#id_radio {
    padding-inline-start: 0px;
    margin-block-start: 0;
    margin-block-end: 0;
}

#id_checkboxes li label, #id_radio li label {
    display: flex;
    align-items: center;
    font-weight: 400;
}
.form__single-row{
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;

}

.form__single-row_select{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
}
.form__single-row label{
  align-self: stretch;
  color: var(--Text-Primary, #0B0C0C);
  font-family: Lato;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 131.579% */
}
.form__single-row input[type="text"],input[type="email"]{
  display: flex;
  height: 40px;
  padding: 8px 11px 7px 11px;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border: 2px solid var(--Border-Input, #0B0C0C);
  background: var(--Surface-Background, #FFF);
}

@media screen and (max-width: 768px) {
  .form__single-row{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    align-self: stretch;

  }
  .one-line-form-fields{
    width: 100% !important;
  }
  .form__single-row_select{
    width: 100% !important;
  }
  .form__single-row input[type="text"],input[type="email"]{
    width: 100% !important;
  }
  .callback-submit-button{
    margin-top: 70px;

  }
}
.hint-text{
    color: var(--Text-Secondary, #505A5F);

    /* Desktop/Paragraph/Body */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 131.579% */
}
.callback-form__general-fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.callback-form__general-fields-label{
  color: var(--MABS_Dark_Purple, #343E99);
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;

}

.callback-form__general-fields select,textarea,input[type="text"],input[type="email"],input[type="number"],input[type="url"] {
  display: flex;
  width: 100% !important;
  padding: 8px 11px 7px 11px;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border: 2px solid var(--Border-Input, #0B0C0C);
  background: var(--Surface-Background, #FFF);
}

 .date-picker, .datetime-picker {
  width: 100% ;
}
button, input, select, textarea{
  border: 2px solid var(--Other-Black, #0B0C0C);
  background: var(--Background, #FFF);
}

.callback-form__general-fields_checkbox input[type="checkbox"] {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 10px 7px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 2px solid var(--Other-Black, #0B0C0C);
  background: var(--Background, #FFF);
}
.callback-form__general-fields_checkbox{
  display: flex;
  height: 45px;
  align-items: flex-start;
  gap: 15px;
}
.callback-form__general-fields_checkbox__text{
  color: #000;

  /* Desktop/Paragraph/Body */
  font-family: Lato;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 131.579% */
}

/* Custom checkbox styling */
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background: var(--Background, #FFF);
    outline: none;
    cursor: pointer;
    position: relative; /* Position relative to contain the tick mark */
    border: 2px solid var(--Other-Black, #0B0C0C);
    margin-right: 5px;
    margin-top: 0px;
}
input[type=checkbox]:focus, input[type=radio]:focus {
    outline: 0px;
    outline-offset: 0px;
}
input[type="checkbox"]:hover:not(:checked) {
    outline: 0px;
    border: 3px solid var(--Other-Black, #0B0C0C);
    background: var(--Background, #FFF);
    box-shadow: 0px 0px 0px 3px #FD0;
}

/* Styles for checkbox when focused and not checked */
input[type="checkbox"]:focus:not(:checked) {
    outline: 0px;
    border: 3px solid var(--Other-Black, #0B0C0C);
}
/* Custom tick mark inside the checkbox */
input[type="checkbox"]::after {
    content: '';
    display: none;
    width: 5px; /* Adjust the size of the tick mark */
    height: 12px; /* Adjust the size of the tick mark */
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: transparent var(--Other-Black, #0B0C0C) var(--Other-Black, #0B0C0C) transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg); /* Rotate the tick mark */
}

/* Custom checkbox when checked */
input[type="checkbox"]:focus:checked {
    border: 3px solid var(--Other-Black, #0B0C0C);
    background: var(--Background, #FFF);
    box-shadow: 0px 0px 0px 3px #FD0;
}

/* Show the tick mark when the checkbox is checked */
input[type="checkbox"]:checked::after {
    display: block;
}

/* Custom radio button styling */
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background: var(--Background, #FFF);
    outline: none;
    cursor: pointer;
    position: relative;
    border: 2px solid var(--Other-Black, #0B0C0C);
    border-radius: 50%; /* Make it circular */
    margin-right: 5px;
    margin-top: 0px;
}

/* Remove default focus styles */
input[type="radio"]:focus {
    outline: 0px;
    outline-offset: 0px;
}

/* Styles for radio button when hovered and not checked */
input[type="radio"]:hover:not(:checked) {
    outline: 0px;
    border: 3px solid var(--Other-Black, #0B0C0C);
    background: var(--Background, #FFF);
    box-shadow: 0px 0px 0px 3px #FD0;
}

/* Styles for radio button when focused and not checked */
input[type="radio"]:focus:not(:checked) {
    outline: 0px;
    border: 3px solid var(--Other-Black, #0B0C0C);
}

/* Custom dot inside the radio button */
input[type="radio"]::after {
    content: '';
    display: none;
    width: 10px; /* Adjust the size of the dot */
    height: 10px; /* Adjust the size of the dot */
    border-radius: 50%; /* Make it circular */
    background-color: var(--Other-Black, #0B0C0C);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Custom radio button when checked */
input[type="radio"]:focus:checked {
    border: 3px solid var(--Other-Black, #0B0C0C);
    background: var(--Background, #FFF);
    box-shadow: 0px 0px 0px 3px #FD0;
}

/* Show the dot when the radio button is checked */
input[type="radio"]:checked::after {
    display: block;
}

/* homepage latest news section */
  .latest-news-card__container{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .latest_news__wrapper{
    display: flex;
    /* max-width: 1254px; */
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
  }

  .latest-news-card__cards{
    display: flex;
    align-items: center;
    gap: 12px;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .latest-news-card__card {
      display: flex;
      max-width: 404px;
      width: 100%;
      flex: 1 1 240px;
      min-height: 550px;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
      position: relative;
      text-decoration: none;
  }

  .latest-news-card__card--1 { border-left: 10px solid #005F81; }
  .latest-news-card__card--2 { border-left: 10px solid #F4CA4C; }
  .latest-news-card__card--3 { border-left: 10px solid #8AC640; }

    .latest-news-card__card:hover,
    .latest-news-card__card:focus,
    .latest-news-card__card:visited {
      box-shadow: 0 0 0 3px #C27E00;
      text-decoration: none;
    }
  .latest-news-card__content {
    font-family: 'lato', sans-serif;
    display: flex;
    max-width: 357px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 0 16px;
  }
  .latest-news-card__date{
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

.latest-news-card__headline{
  max-width: 340px;
  margin: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.latest-news-card__text-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.latest-news-card__lead{
  color: #000;
  margin: 3px;
  margin-left: 0;
  max-width: 350px;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
 }

.latest-news-card__tags{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  text-align: center;
  height: 38px;
  bottom: 30px;
  z-index: 2;

  justify-content: space-between;
  left: 15px;
  right: 15px;

}

.latest-news-card__tag{
  display: inline-block;
  background-color: #DFDFDF;
  color: #333;
  padding: 5px 10px;
  margin: 0 10px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 400;
  line-height: normal;
  max-width: 9em;
  height: 32px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.latest-news-card__tag:hover,
.latest-news-card__tag:focus {
    box-shadow: 0 0 0 3px #C27E00;
    text-decoration: none;
}

.latest-news-link{
  color: #234C5E;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.latest-news-link:hover,
.latest-news-link:focus {
    box-shadow: 0 0 0 3px #C27E00;
    text-decoration: none;
}

.latest-news-card__content,
.latest-news-card__headline,
.latest-news-card__lead {
  max-width: none;
  width: 100%;
}

.latest-news-card__image-container{
  width: 100%;
}

.latest-news-card__image-container img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


@media screen and (max-width: 1270px) {
  .latest-news-card__card {
    max-width: none;
    height: auto;
  }
  .latest-news-card__image-container{
    width: 100%;
  }
}

@media screen and (max-width: 785px) {
  .latest-news-card__card{
    flex-direction: row;
    min-height: 185px;
    flex: 1 1 100%;
  }

  .latest-news-card__content {
    gap: 15px;
    width: 100%;
    align-items: unset;
  }

  .latest-news-card__date{
    font-size: 12px;
    margin-bottom: 2px;
  }
  .latest-news-card__headline{
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
  }
  .latest-news-card__lead{
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }
  .latest-news-card__tags{
    bottom: 10px;
    position: unset;
  }
  .latest-news-card__tag{
    max-width: 5em;
    margin: 0;
    font-size: 14px;
    font-weight: 400;

  }
}