@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');



.urbanist, body {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}


/*SP STYLING FOR HEADER*/
#nav ul ul {
    position: initial;
    top: 100%;
    margin-top: 1em;
    left: -9999em;
    border-radius: 6px;
    list-style: none;
    margin: calc(-0.5em + 1px) 0 0 1px;
    padding: 0;
    width: 11em;
    margin-top: .6em;
    font-size: 0.9em;
    width: 100%;
    background-color: rgb(255 255 255 / 0%);
    box-shadow:none;
    float: right;
    max-width: 100%;
}
#header nav {
font-size: 1.3em;
    height: inherit;
    line-height: inherit;
    position: inherit;
    right: 0.75em;
    top: 0;
    margin-left: 3%;
    margin: 0 auto;
   /* max-width: calc(100% - 5em);*/
right: 2.75em;
}
#header nav > ul > li a:not(.button) {
    color: #fff;
    display: inline-block;
    min-height: 2em;
    height: auto;
    text-decoration: none;
    display: none;
    border: 0;
}

#header nav > ul > li {
    display: inline-block;
    /* padding-left: 0; */
    /* width: 100%; */
    /* float: left; */
    /* display: block; */
    /*margin: 0 auto;*/
    /* max-width: calc(100% - 5em); */
    /*margin-left: 10%;*/
    /*width: 90%;*/
    /* width: 90em; */
    float: right;
    max-width: 90%;
}

#nav ul ul li {
    position: static;
    padding: 0;
    display: block;
    float: left;
}

#nav ul .list li:nth-of-type(4){display:none}

#nav > ul > li > ul > li a:hover {
    /* background: #C24924; */
    color: #000000;
	text-decoration: underline;
	text-decoration-color: var(--sp-teal);
}
#nav > ul > li > ul > li a:not(.button) {
    
    border-right: solid 1px #bbb;
 
}

#nav > ul > li > ul > li a:not(.button) {
    color: #000;
    display: block;
    padding: 0.15em 1em;
    border-radius: 0;
    transition: none;
    border: 0;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 800;

}
#nav > ul > li > ul > li a:not(.button):hover {
     text-decoration: underline 3px #063D54;
}
#nav ul li:hover ul:before, #nav ul li.hover ul:before {
    content: '';
    display: none;
    position: absolute;
    left: 25%;
    margin-left: -10px;
    top: -5px;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;

}

/*SP STYLING FOR HEADER*/

#header .container {
    width: 100%;
    /* text-align: right; */
    /* padding: 0 .5em 0 2em; */
}

main#main {
    padding: 0;
}

#header .container #nav li li {
    display: flex;
    font-size: small;
}

a.logo {
    max-width: 10%;
    float: left;
}

#header .h1 {
    display: none;
}

#header {
    position: relative;
    background: #ffffff;
    border-bottom: none;
    padding: 2em 0 4em 0;
    text-align: center;
}

.symbol img {
    margin-top: -35px;
    margin-left: 25px;
}

.container {
    width: 100%;
    display: inline-block;
}

.index-modular .widget-row:not(:first-child) {
    width: 80%;
    margin-left: 10%;
}

.homepage-modular article#content .widget-row:not(:first-child) {
    width: 80%;
    margin-left: 10%;
}

.document-article article#content > :not(:first-child) {
    width: 80%;
    margin-left: 10%;
}



button.button.button--primary {
    background: #063d54;
}

  /*desktop display for search bar*/

  #header {
   height: 10em;
}
#footer {
    position: inherit;
    padding: 2em 0;
}
#footer .row .col-12 section {
    position: absolute;
    top: 115px;
    width: 60%;
    right: 1em;
}
#footer .site-search {
    text-align: end;
}

footer#footer {
    padding: 0 5em;
}

#copyright li:nth-child(2) {
    display: none;
}



#main {

    background: #fff;
}

.row {
    margin-top: -30px;
    margin-left: -50px;
}




.category-modular .row .widget-row:not(:first-child) {
    width: 80%;
    margin-left: 10%;
}

.category-modular #main header h1, .document-article #main header h1, .homepage-modular #main header h1 {
    background-color: #063d54;
    padding: 0.1em 1em;
    color: white;
    margin-top: 15px;
}
nav.breadcrumb {
    background-color: #415E6A;
    padding: 0.2em 1em 0.1em 1em;
    color: white;
}

nav.breadcrumb a {
    color: white;
    font-weight: bold;
}

.widget .list--navigation a.list__link {
    background: #063d54;
    color: white;
    padding: 1em;
}

ul.list.list--navigation {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
        padding-left: 0;
    margin-left: -0.5em;
}

.widget .list--navigation li.list__item {
    list-style: none;
    margin: 1em .1em;
}
/*DOCUMENT PAGE WIDTH + HIDE SIDEBAR*/
.document-article .col-8.col-12-medium {
    width: 100%;
}

.document-article .col-4.col-12-medium {
    width: 0;
    display: none;
}


.document-article article#content > :not(:first-child) {
    width: 80%;
    margin-left: 10%;
}

/* home image fill, capped at 250px */
.index-modular .widget-image {
  width: 100%;
  height: clamp(140px, 28vw, 250px); /* responsive, never > 250px */
}

/* Ensure the ancestors propagate that definite height for  home image fill and cap */
.index-modular .widget-image .image-link,
.index-modular .widget-image .image {
  display: block;
  height: 100%;
}

/* The <img> fills the box; now object-position will pan it */
.index-modular .widget-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%; 
      margin-top: 1em;
}


.widget-navigation ul {
    list-style: none;
    padding-left: 0;
    margin-left: -1em;
    display: flex;
    margin-top: 1em;
}

.widget-navigation a.list__link {
    background: #063d54;
    color: white;
    padding: 1em;
}

.box h2.widget__heading {
    color: #063d54;
    margin-top: 0;
    margin-bottom: 0;
}

.index-modular ul, .index-modular p {
    margin-bottom: 1em;
}
/*document page images*/
@media screen and (min-width:1048px){
header {
    width: 100%;
    float: none;
    clear: both; /* Ensures header doesn't interfere */
}

.document-article #content .image.right {
    float: left;
    width: 20%;
    margin-top:1em;
}

.document-article article#content .editor {
    float: left;
    width: 55%;
    margin-left:1em;
    margin-top:1em;
}


.document-article #content .image.right img {
    width: 100%;
    height: 600px;
    object-fit:cover;
}
}

/*summary detail tags*/
details {
	margin-bottom: 5px;
}
details:last-child {
  margin-bottom: 10vh;
}
summary {
	list-style: none;
	padding: 10px;
	color: black;
	font-weight: bold;
	border: 2px solid #063d54;
}
  summary:after {
    content: "+";
    margin-left: 5px;
  }
  summary:hover {
    cursor: pointer;
  }
  details:open > summary:after {
    content: "-";
  }
/*DOCUMENT SUB PAGES*/
  h2#a11y-pages-in-heading {
    display: none;
}

ol#pages-in-list {
    list-style: none;
    display: flex;
    padding-left: 0;
}


#pages-in-list li.list__item.is-active {
    background-color: #415e6a;
    color: white;
    text-decoration: none;
    padding: .5em;
    margin-right: .5em;
}

#pages-in-list li.list__item {
    background-color: #063d54;
    color: white;
   
    padding: .5em;
    margin-right: .5em;
}
#pages-in-list li.list__item a{
    color: white;
    text-decoration: underline;
}
#pages-in-list li.list__item a:hover{
    text-decoration-thickness:2px;
}


.homepage-modular .row:first-of-type .widget-row:first-of-type .image {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}


.homepage-modular .row:first-of-type .widget-row:first-of-type img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

body {
font-family: "Urbanist", sans-serif;    
}

/*SP STYLING FOR HEADER*/
#nav ul ul {
    position: initial;
    top: 100%;
    margin-top: 1em;
    left: -9999em;
    border-radius: 6px;
    list-style: none;
    margin: calc(-0.5em + 1px) 0 0 1px;
    padding: 0;
    width: 11em;
    margin-top: .6em;
    font-size: 0.9em;
    width: 100%;
    background-color: rgb(255 255 255 / 0%);
    box-shadow:none;
    float: right;
    max-width: 100%;
}
#header nav {
font-size: 1.3em;
    height: inherit;
    line-height: inherit;
    position: inherit;
    right: 0.75em;
    top: 0;
    margin-left: 3%;
    margin: 0 auto;
   /* max-width: calc(100% - 5em);*/
right: 2.75em;
}
#header nav > ul > li a:not(.button) {
    color: #fff;
    display: inline-block;
    min-height: 2em;
    height: auto;
    text-decoration: none;
    display: none;
    border: 0;
}

#header nav > ul > li {
    display: inline-block;
    /* padding-left: 0; */
    /* width: 100%; */
    /* float: left; */
    /* display: block; */
    /*margin: 0 auto;*/
    /* max-width: calc(100% - 5em); */
    /*margin-left: 10%;*/
    /*width: 90%;*/
    /* width: 90em; */
    float: right;
    max-width: 90%;
}

#nav ul ul li {
    position: static;
    padding: 0;
    display: block;
    float: left;
}

#nav ul .list li:nth-of-type(4){display:none}

#nav > ul > li > ul > li a:hover {
    /* background: #C24924; */
    color: #000000;
	text-decoration: underline;
	text-decoration-color: var(--sp-teal);
}
#nav > ul > li > ul > li a:not(.button) {
    
    border-right: solid 1px #bbb;
 
}

#nav > ul > li > ul > li a:not(.button) {
    color: #000;
    display: block;
    padding: 0.15em 1em;
    border-radius: 0;
    transition: none;
    border: 0;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 800;

}
#nav > ul > li > ul > li a:not(.button):hover {
     text-decoration: underline 3px #063D54;
}
#nav ul li:hover ul:before, #nav ul li.hover ul:before {
    content: '';
    display: none;
    position: absolute;
    left: 25%;
    margin-left: -10px;
    top: -5px;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;

}

/*SP STYLING FOR HEADER*/

#header .container {
    width: 100%;
    /* text-align: right; */
    /* padding: 0 .5em 0 2em; */
}

main#main {
    padding: 0;
}

#header .container #nav li li {
    display: flex;
    font-size: small;
}

a.logo {
    max-width: 10%;
    float: left;
}

#header .h1 {
    display: none;
}

#header {
    position: relative;
    background: #ffffff;
    border-bottom: none;
    padding: 2em 0 9em 0;
    text-align: center;
}

.symbol img {
    margin-top: 0;
    margin-left: 20px;
    max-width: 100px;
}



.container {
    width: 100%;
    display: inline-block;
}

.index-modular .widget-row:not(:first-child) {
    width: 80%;
    margin-left: 10%;
}

.homepage-modular article#content .widget-row:not(:first-child) {
    width: 80%;
    margin-left: 10%;
}

.document-article article#content > :not(:first-child) {
    width: 80%;
    margin-left: 10%;
}


/* =========================================
   CAROUSEL — FADE IN/OUT VERSION
   ========================================= */
.box {
  background: #ffffff;
  border-bottom: solid 1px #ccc;
  padding: 0;
}

.editor {
  /* margin-left: -7px; */
}

.carousel {
  width: 100%;
}

/* --- Base UL setup --- */
ul.slides {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

ul.slides input {
  display: none;
}

/* --- Each slide container --- */
.slide-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none; /* disable interaction when hidden */
  z-index: 0;
}

/* --- Active (checked) slide --- */
input:checked + .slide-container {
  opacity: 1;
  pointer-events: auto; /* enable links & controls */
  z-index: 1;
}

/* --- Slide content --- */
.slide-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide-image img {
  width: auto;
  min-width: 100%;
  height: 600px;
  object-fit: cover;
}

/* --- Headings and Links --- */
.box.post .slide-image h2 {
  position: absolute;
  z-index: 5000;
  opacity: 0.9;
  width: 80%;
  text-align: left;
  font-size: 4em;
  color: white;
  margin-left: 10%;
  text-shadow: 0 0 13px black;
  font-weight:900;
}

.slide-image a {
    position: absolute;
    z-index: 5000;
    width: unset;
    text-align: left;
    font-size: 2em !important;
    color: #003d54;
    background-color: #ffca08;
    margin-left: 10%;
    text-shadow: none;
    padding: .5em .7em;
    cursor: pointer;
    text-decoration: none;
}

/* --- Per-slide positioning for text & links --- */
.slide-container:nth-of-type(1) .slide-image h2 { margin-top: 180px !important; }
.slide-container:nth-of-type(2) .slide-image h2 { margin-top: 180px !important; }
.slide-container:nth-of-type(3) .slide-image h2 { margin-top: 180px !important; }

.slide-container:nth-of-type(1) .slide-image a { margin-top: 450px !important; }
.slide-container:nth-of-type(2) .slide-image a { margin-top: 450px !important; }
.slide-container:nth-of-type(3) .slide-image a { margin-top: 450px !important; }



/* --- Carousel controls --- */
.carousel-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  font-size: 100px;
  line-height: 300px;
  color: #fff;
  margin-top: 150px;
}

.carousel-controls label {
  position: absolute;
  padding: 0 20px;
  cursor: pointer;
  opacity: 1;
  transition: opacity .2s;
}

.slide-image:hover + .carousel-controls label {
  opacity: 0.5;
}

.carousel-controls label:hover {
  opacity: 1;
}

.carousel-controls .prev-slide {
  width: 10%;
  text-align: left;
  left: 0;
}

.carousel-controls .next-slide {
  width: 10%;
  text-align: right;
  right: 0;
}

/* --- Carousel dots --- */
.carousel-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 999;
  text-align: center;
}

.carousel-dots .carousel-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  margin: 10px;
}

input#img-1:checked ~ .carousel-dots label#img-dot-1,
input#img-2:checked ~ .carousel-dots label#img-dot-2,
input#img-3:checked ~ .carousel-dots label#img-dot-3,
input#img-4:checked ~ .carousel-dots label#img-dot-4,
input#img-5:checked ~ .carousel-dots label#img-dot-5,
input#img-6:checked ~ .carousel-dots label#img-dot-6 {
  opacity: 1;
}

/* --- Keep slide content clickable --- */
.slide-image,
.slide-image * {
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 760px) {


.slide-container:nth-of-type(1) .slide-image h2 {margin-top: 100px !important;}
.slide-container:nth-of-type(2) .slide-image h2 { margin-top: 80px !important; }
.slide-container:nth-of-type(3) .slide-image h2 { margin-top: 80px !important; }

.slide-container:nth-of-type(1) .slide-image a { margin-top: 450px !important; }
.slide-container:nth-of-type(2) .slide-image a { margin-top: 450px !important; }
.slide-container:nth-of-type(3) .slide-image a { margin-top: 450px !important; }
.box.post .slide-image h2 {font-size: 2.5rem;}

.slide-image a, .slide-image h2 {

width: 75%;

margin-left: 15% !important;
}

}

/* =========================================
   END CAROUSEL
   ========================================= */
button.button.button--primary {
    background: #063d54;
}

  /*desktop display for search bar*/

  #header {
   height: 10em;
}
#footer {
    position: inherit;
    padding: 2em 0;
}
#footer .row .col-12 section {
    position: absolute;
    top: 115px;
    width: 60%;
    right: 1em;
}
#footer .site-search {
    text-align: end;
}

footer#footer {
    padding: 0 5em;
}

#copyright li:nth-child(2) {
    display: none;
}



#main {

    background: #fff;
}

.row {
    margin-top: -30px;
    margin-left: -50px;
}

@media screen and (max-width: 735px){
  .row:first-of-type {margin-top: 30px;}
  
}
@media screen and (min-width: 760px) { .widget-row {
 
}


.category-modular #main header h1, .document-article #main header h1 {
    background-color: #063d54;
    padding: 0.1em 1em;
    color: white;
    margin-top: 15px;
}
nav.breadcrumb {
    background-color: #415E6A;
    padding: 0.2em 1em 0.1em 1em;
    color: white;
}

nav.breadcrumb a {
    color: white;
    font-weight: bold;
}

.widget .list--navigation a.list__link {
    background: #063d54;
    color: white;
    padding: 1em;
}

ul.list.list--navigation {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
        padding-left: 0;
    margin-left: -0.5em;
}

.widget .list--navigation li.list__item {
    list-style: none;
    margin: 1em .1em;
}
/*DOCUMENT PAGE WIDTH + HIDE SIDEBAR*/
.document-article .col-8.col-12-medium {
    width: 100%;
}

.document-article .col-4.col-12-medium {
    width: 0;
    display: none;
}


.document-article article#content > :not(:first-child) {
    width: 80%;
    margin-left: 10%;
}

/* home image fill, capped at 250px */
.index-modular .widget-image {
  width: 100%;
  height: clamp(140px, 28vw, 250px); /* responsive, never > 250px */
}

/* Ensure the ancestors propagate that definite height for  home image fill and cap */
.index-modular .widget-image .image-link,
.index-modular .widget-image .image {
  display: block;
  height: 100%;
}

/* The <img> fills the box; now object-position will pan it */
.index-modular .widget-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%; 
      margin-top: 1em;
}


.widget-navigation ul {
    list-style: none;
    padding-left: 0;
    margin-left: -1em;
    display: flex;
    margin-top: 1em;
}

.widget-navigation a.list__link {
    background: #063d54;
    color: white;
    padding: 1em;
}

.box h2.widget__heading {
    color: #063d54;
    margin-top: 0;
    margin-bottom: 0;
}

.index-modular ul, .index-modular p {
    margin-bottom: 1em;
}}
/*document page images*/
@media screen and (min-width:1048px){
header {
    width: 100%;
    float: none;
    clear: both; /* Ensures header doesn't interfere */
}

.document-article #content .image.right {
    float: left;
    width: 20%;
    margin-top:1em;
}

.document-article article#content .editor {
    float: left;
    width: 55%;
    margin-left:1em;
    margin-top:1em;
}


.document-article #content .image.right img {
    width: 100%;
    height: 600px;
    object-fit:cover;
}
}

/*summary detail tags*/
details {
	margin-bottom: 5px;
}
details:last-child {
  margin-bottom: 10vh;
}
summary {
	list-style: none;
	padding: 10px;
	color: black;
	font-weight: bold;
	border: 2px solid #063d54;
}
  summary:after {
    content: "+";
    margin-left: 5px;
  }
  summary:hover {
    cursor: pointer;
  }
  details:open > summary:after {
    content: "-";
  }
/*DOCUMENT SUB PAGES*/
  h2#a11y-pages-in-heading {
    display: none;
}

ol#pages-in-list {
    list-style: none;
    display: flex;
    padding-left: 0;
}


#pages-in-list li.list__item.is-active {
    background-color: #415e6a;
    color: white;
    text-decoration: none;
    padding: .5em;
    margin-right: .5em;
}

#pages-in-list li.list__item {
    background-color: #063d54;
    color: white;
   
    padding: .5em;
    margin-right: .5em;
}
#pages-in-list li.list__item a{
    color: white;
    text-decoration: underline;
}
#pages-in-list li.list__item a:hover{
    text-decoration-thickness:2px;
}


.homepage-modular .row:first-of-type .widget-row:first-of-type .image, .category-modular .row:first-of-type .widget-row:first-of-type .image {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}


.homepage-modular .row:first-of-type .widget-row:first-of-type img, .category-modular .row:first-of-type .widget-row:first-of-type img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.widget-row {margin-left: 0; margin-right:0;}
.widget-width {

    padding: 0;
}
.widget-width.widget-width--50 {

    width: 48%;
}

.widget-width:not(.widget-width--100) {

      padding: min(.5em, 1%);
}

.homepage-modular .row > .col-12, .category-modular .row > .col-12 {
    padding-top: 0;
}

p {
    margin-bottom: .5em;
}

details ol#pages-in-list {
    margin-top: .5em;
}

@media screen and (min-width:980px) and (max-width:1410px) {

  #header nav > ul > li {
    display: inline-block;
    position: relative;
    top: -100px;
}
  
}

.widget-documents h2.widget__heading {
    display: none;
}

/*ACTIVE COMMUNITIES CARDS*/
.card-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    background-color: #e6f7f8;
    border-radius: 10px;
    padding: 20px;
    width: 22%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: left;
}

.icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.icon img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    background-color: #4cc3c3;
    padding: 10px;
}

.card h3 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 10px;
}

.card p {
    font-size: 0.95em;
    color: #555;
    line-height: 1.4;
}

@media screen and (max-width:1060px) {

  .card{

    width: 47%;
  }
}


@media screen and (max-width:760px) {

  .card{

    width: 98%;
  }
}


@media screen and (max-width:980px){.widget-width.widget-width--50 {width: 100%;}}

.widget-width--54, .widget-width--53, .widget-width--52, .widget-width--51, .widget-width--50, .widget-width--49, .widget-width--48, .widget-width--47, .widget-width--46 {
    width: 50%;
}
@media screen and (max-width:1120px) { .widget-row {
}

.widget-width {
    float: left;
    padding: 0;
    width: 100%;
}

}

/*DISCOVER CARDS*/
.program-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.program-card {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    width: 22%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.program-image {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    color: #05374c;
    font-size: 1.1em;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 800;
}

.program-card h3 {
    font-weight: 800;
    font-size: 1.5em;
    margin: 5px 15px;
    color: #05374c;
    text-transform: uppercase;
}

@media screen and (max-width:800px) {
  .program-card h3 {
    font-size: 1.2em;
  }
}

.program-info {
    color: #555;
    margin: 0 15px 15px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.btn {
    background-color: #05374c;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 15px 15px;

    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}

.btn:hover {
    background-color: #1b263b;
}


.program-card {
    min-height: 320px; /* optional for uniform cards */
}

.btn {
    /* Push button to bottom */
    margin-top: auto;
}

@media screen and (max-width:1300px){
  .program-card{ width:46%;
}}
.program-card-2 {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    width: 100%;
    /* overflow: hidden; */
    /* float: right; */
    margin-left: 50px;
    padding: 15px;
}

@media screen and (max-width:980px){
  .program-card-2{ margin-left:0;
}}

.program-card-2 .btn {
margin:0;
padding-left: 30px;
padding-right: 30px;
}



/*TIMETABLE STYLES TO FIX ORDER*/
:is(table#timeTableDimensions, table#timeTableAll) {
    display: flex;
    flex-direction: column;
}

:is(table#timeTableDimensions, table#timeTableAll) thead {
    order: 1; 
}
 
:is(table#timeTableDimensions, table#timeTableAll) tfoot {
    order: 2;
}
 
:is(table#timeTableDimensions, table#timeTableAll) tbody {
    order: 3; 
}

:is(#timeTableDimensions, #timeTableAll) thead tr,
:is(#timeTableDimensions, #timeTableAll) tbody tr,
:is(#timeTableDimensions, #timeTableAll) tfoot tr {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 0;                         
}

:is(#timeTableDimensions, #timeTableAll) th,
:is(#timeTableDimensions, #timeTableAll) td {
  display: block;             
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;     
}

:is(#timeTableDimensions, #timeTableAll) colgroup { display: none; }

/* =========================================================
   TABLE LAYOUT 
   ========================================================= */
:is(#timeTableDimensions, #timeTableAll) thead tr,
:is(#timeTableDimensions, #timeTableAll) tbody tr,
:is(#timeTableDimensions, #timeTableAll) tfoot tr {
  display: grid;
  grid-template-columns: repeat(5, 1fr); 
  column-gap: 0;
}

:is(#timeTableDimensions, #timeTableAll) th,
:is(#timeTableDimensions, #timeTableAll) td {
  display: block;                
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
}

:is(#timeTableDimensions, #timeTableAll) colgroup { display: none; }

/* =========================================================
   VISUAL 
   ========================================================= */

:is(#timeTableDimensions, #timeTableAll) {
  width: 100%;
  border-collapse: separate; 
  border-spacing: 0;          
  background: transparent;
}

:is(#timeTableDimensions, #timeTableAll) thead {
  background-color: #063d54;  
}
:is(#timeTableDimensions, #timeTableAll) thead th {
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;         
  line-height: 1.2;
  padding: 14px 18px;         
  border: none;
}

:is(#timeTableDimensions, #timeTableAll) tbody tr:nth-child(odd) {
  background-color: #063d54;  
}
:is(#timeTableDimensions, #timeTableAll) tbody tr:nth-child(even) {
  background-color: #415E6A;   
}

:is(#timeTableDimensions, #timeTableAll) tfoot {
  background-color: #415E6A;  
}
:is(#timeTableDimensions, #timeTableAll) tfoot th {
  padding: 10px 12px;
  border: none;
}

:is(#timeTableDimensions, #timeTableAll) th,
:is(#timeTableDimensions, #timeTableAll) td {
  color: #fff;               
  font-size: 0.98rem;
  padding: 14px 18px;          
}

:is(#timeTableDimensions, #timeTableAll) thead tr,
:is(#timeTableDimensions, #timeTableAll) tbody tr,
:is(#timeTableDimensions, #timeTableAll) tfoot tr {
  position: relative;
  outline: 1px solid #fff;    
}
:is(#timeTableDimensions, #timeTableAll) thead th,
:is(#timeTableDimensions, #timeTableAll) tbody td,
:is(#timeTableDimensions, #timeTableAll) tfoot th {
  border-right: 1px solid #fff; 
}

:is(#timeTableDimensions, #timeTableAll) a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
:is(#timeTableDimensions, #timeTableAll) a::after {
  content: " >";
  font-weight: 700;
}

:is(#timeTableDimensions, #timeTableAll) a:hover,
:is(#timeTableDimensions, #timeTableAll) a:focus {
  text-decoration: underline;    
  text-underline-offset: 2px;
}

:is(#timeTableDimensions, #timeTableAll) tfoot select {
  width: 100%;
  max-width: 100%;
  color: #063d54;              
  background: #ffffff;        
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 0.95rem;
  height: 36px;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  :is(#timeTableDimensions, #timeTableAll) th,
  :is(#timeTableDimensions, #timeTableAll) td {
    white-space: normal;    
  }
  :is(#timeTableDimensions, #timeTableAll) thead th {
    font-size: 1rem;
    padding: 12px 14px;
  }
  :is(#timeTableDimensions, #timeTableAll) th,
  :is(#timeTableDimensions, #timeTableAll) td {
    font-size: 0.95rem;
    padding: 12px 14px;
  }
}

.dataTables_info,
.dataTables_paginate {
  color: #063d54;                
}

:is(#timeTableDimensions, #timeTableAll) thead th {
  font-size: 1.2rem;   
  font-weight: 800;
  letter-spacing: 0.2px;
}

:is(#timeTableDimensions, #timeTableAll) th,
:is(#timeTableDimensions, #timeTableAll) td {
  font-size: 1.05rem;   
}

:is(#timeTableDimensions, #timeTableAll) a {
  font-size: 1.1rem;     
  font-weight: 800;
  text-decoration: none;
}
:is(#timeTableDimensions, #timeTableAll) a::after {
  content: " >";
  font-weight: 800;
}

:is(#timeTableDimensions, #timeTableAll) a:hover,
:is(#timeTableDimensions, #timeTableAll) a:focus {
  text-decoration: underline;
  text-underline-offset: 2px;
}

:is(#timeTableDimensions, #timeTableAll) tfoot select {
  appearance: none;     
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;   
  color: #063d54;              
  border: 3px solid #063d54;
  border-radius: 0px;
  background-image: url("data:image/svg+xml;utf8,\
    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063d54' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
      <polyline points='6 9 12 15 18 9'/>\
    </svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px 18px;
  padding: 12px 40px 14px 12px;  
  font-size: 1.05rem;       
  height: 60px;
  line-height: 1.2;
  box-sizing: border-box;
}

:is(#timeTableDimensions, #timeTableAll) tfoot select:has(option:first-child:checked) {
  color: #2c3e47;             
  font-weight: 600;           
}

:is(#timeTableDimensions, #timeTableAll) tfoot select:focus {
  outline: 2px solid #fff;    
  outline-offset: 2px;
}

:is(#timeTableDimensions, #timeTableAll) tfoot select:hover,
:is(#timeTableDimensions, #timeTableAll) tfoot select:focus {
  background-image: url("data:image/svg+xml;utf8,\
    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23415E6A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
      <polyline points='6 9 12 15 18 9'/>\
    </svg>");
}

:is(#timeTableDimensions, #timeTableAll) tfoot select {
  box-shadow: none;
}

:is(#timeTableDimensions, #timeTableAll) thead th,
:is(#timeTableDimensions, #timeTableAll) tbody td,
:is(#timeTableDimensions, #timeTableAll) tfoot th {
  border-right: 1px solid #fff;          
  margin: 0;
  white-space: normal;
}
:is(#timeTableDimensions, #timeTableAll) thead th:last-child,
:is(#timeTableDimensions, #timeTableAll) tbody td:last-child,
:is(#timeTableDimensions, #timeTableAll) tfoot th:last-child {
  border-right: none;
}

@media (max-width: 640px) {
  :is(#timeTableDimensions, #timeTableAll) thead th {
    font-size: 1.1rem;
    padding: 12px 14px;
  }
  :is(#timeTableDimensions, #timeTableAll) th,
  :is(#timeTableDimensions, #timeTableAll) td {
    font-size: 1rem;
    padding: 12px 14px;
    white-space: normal; 
  }
  :is(#timeTableDimensions, #timeTableAll) tfoot select {
    font-size: .8rem;
    min-height: 38px;
  }

  :is(#timeTableDimensions, #timeTableAll) tfoot th {
    padding: 0;

}
}

:is(#timeTableDimensions, #timeTableAll) tfoot {
  background-color: transparent !important; 
}

:is(#timeTableDimensions, #timeTableAll) tfoot th {
  background-color: transparent !important; 
  padding: 10px 12px;
  border: none; 
}

button.dt-paging-button {background-color: #063d54;border-radius: 0px;margin: 0 2px;}


/* === DataTables header controls === */

#timeTable .dt-layout-row:first-of-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
}

#timeTableAll_wrapper .dt-layout-row:first-of-type .dt-layout-cell {
  align-items: center;
}

#timeTableAll_wrapper .dt-length,
#timeTableAll_wrapper .dt-search {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #063d54;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.8rem 0.5rem;
  border-radius: 4px;
}

#timeTableAll_wrapper .dt-length label,
#timeTableAll_wrapper .dt-search label {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
}

#timeTableAll_wrapper .dt-length .dt-input,
#timeTableAll_wrapper .dt-search .dt-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  color: black;
  border: 1px solid #ffffff;
  outline: none;
  padding: 0.4rem 2rem 0.4rem 0.5rem;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1.2;
  min-height: 2rem;
  font-weight: 800;
}

#timeTableAll_wrapper .dt-length .dt-input {
  background-image:
    linear-gradient(45deg, transparent 50%, #063d54 50%),
    linear-gradient(135deg, #063d54 50%, transparent 50%);
  background-position:
    calc(100% - 16px) calc(50% - 3px),
    calc(100% - 10px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

#timeTableAll_wrapper .dt-length .dt-input:hover,
#timeTableAll_wrapper .dt-search .dt-input:hover {
  border-color: #e6f0f4;
}

#timeTableAll_wrapper .dt-length .dt-input:focus,
#timeTableAll_wrapper .dt-search .dt-input:focus {
  border-color: #2a7a99;
  box-shadow: 0 0 0 3px rgba(42, 122, 153, 0.25);
}

#timeTableAll_wrapper .dt-layout-row:first-of-type .dt-length,
#timeTableAll_wrapper .dt-layout-row:first-of-type .dt-search {
  min-height: 2.25rem;
  width: 100%;
}

#timeTableAll_wrapper .dt-paging .dt-paging-button {
  background-color: #063d54;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0.35rem 0.6rem;
  border-radius: 4px;
  margin: 0 0.15rem;
  font-size: 0.95rem;
}

#timeTableAll_wrapper .dt-paging .dt-paging-button:hover:not(.disabled) {
  background-color: #0b516d;
}

#timeTableAll_wrapper .dt-paging .dt-paging-button.current {
  background-color: #0b516d;
}

#timeTableAll_wrapper .dt-info {
  color: #0b1f27;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  #timeTableAll_wrapper .dt-layout-row:first-of-type {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  #timeTableAll_wrapper .dt-layout-row:first-of-type .dt-layout-cell {
    width: 100%;
  }

  #timeTableAll_wrapper .dt-length,
  #timeTableAll_wrapper .dt-search {
    width: 100%;
    justify-content: space-between;
  }

  #timeTableAll_wrapper .dt-length .dt-input,
  #timeTableAll_wrapper .dt-search .dt-input {
    width: 100%;
  }

  #timeTableAll_wrapper .dt-paging nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
  }
}

#timeTableAll_wrapper .dt-layout-row:first-of-type + .dt-layout-row.dt-layout-table {
  margin-top: 0.25rem;
}


.dt-layout-row:nth-child(1) {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
}


/* Wrap long words/text across the table */
:is(#timeTableDimensions, #timeTableAll) th,
:is(#timeTableDimensions, #timeTableAll) td,
:is(#timeTableDimensions, #timeTableAll) a {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

/* Make grid columns flexible but prevent them from getting too narrow */
:is(#timeTableDimensions, #timeTableAll) thead tr,
:is(#timeTableDimensions, #timeTableAll) tbody tr,
:is(#timeTableDimensions, #timeTableAll) tfoot tr {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  column-gap: 0;
}

/* Base sizes (desktop-ish) */
:is(#timeTableDimensions, #timeTableAll) thead th {
  font-size: 1.15rem;
  padding: 14px 16px;
}
:is(#timeTableDimensions, #timeTableAll) th,
:is(#timeTableDimensions, #timeTableAll) td {
  font-size: 1rem;
  padding: 14px 16px;
}
:is(#timeTableDimensions, #timeTableAll) a {
  font-size: 1.05rem;
  font-weight: 800;
}

/* Header controls: allow label/input to wrap and shrink */
#timeTableAll_wrapper .dt-length,
#timeTableAll_wrapper .dt-search {
  flex-wrap: wrap;
}
#timeTableAll_wrapper .dt-length label,
#timeTableAll_wrapper .dt-search label {
  white-space: normal;
}
#timeTableAll_wrapper .dt-length .dt-input,
#timeTableAll_wrapper .dt-search .dt-input {
  white-space: normal;
  overflow-wrap: anywhere;
}

/* Footer selects wrap their placeholder and reduce size at smaller widths */
:is(#timeTableDimensions, #timeTableAll) tfoot select {
  font-size: 1rem;
  height: 54px;
  padding: 10px 36px 12px 12px;
}

/* === Breakpoints === */

/* <= 1024px: slightly smaller */
@media (max-width: 1024px) {
  :is(#timeTableDimensions, #timeTableAll) thead th {
    font-size: .85rem;
    padding: 12px 14px;
  }
  :is(#timeTableDimensions, #timeTableAll) th,
  :is(#timeTableDimensions, #timeTableAll) td {
    font-size: 0.78rem;
    padding: 12px 14px;
  }
  :is(#timeTableDimensions, #timeTableAll) a {
    font-size: .85rem;
  }
  :is(#timeTableDimensions, #timeTableAll) thead tr,
  :is(#timeTableDimensions, #timeTableAll) tbody tr,
  :is(#timeTableDimensions, #timeTableAll) tfoot tr {
    grid-template-columns: repeat(5, minmax(110px, 1fr));
  }
  :is(#timeTableDimensions, #timeTableAll) tfoot select {
    font-size: 0.85rem;
    height: 50px;
    padding: 10px 32px 10px 10px;
  }
  #timeTableAll_wrapper .dt-length,
  #timeTableAll_wrapper .dt-search {
    padding: 0.6rem 0.5rem;
  }
  #timeTableAll_wrapper .dt-length .dt-input,
  #timeTableAll_wrapper .dt-search .dt-input {
    font-size: 0.85rem;
    min-height: 1.9rem;
    padding: 0.35rem 1.6rem 0.35rem 0.5rem;
  }
}

/* <= 768px: stack controls; smaller fonts/padding */
@media (max-width: 768px) {
  #timeTableAll_wrapper .dt-layout-row:first-of-type {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
  }
  #timeTableAll_wrapper .dt-length,
  #timeTableAll_wrapper .dt-search {
    width: 100%;
    padding: 0.5rem 0.5rem;
  }
  #timeTableAll_wrapper .dt-length .dt-input,
  #timeTableAll_wrapper .dt-search .dt-input {
    width: 100%;
    font-size: 0.82rem;
    min-height: 1.8rem;
    padding: 0.3rem 1.4rem 0.3rem 0.5rem;
  }
  :is(#timeTableDimensions, #timeTableAll) thead th {
    font-size: .8rem;
    padding: 10px 12px;
  }
  :is(#timeTableDimensions, #timeTableAll) th,
  :is(#timeTableDimensions, #timeTableAll) td {
    font-size: 0.85rem;
    padding: 10px 12px;
  }
  :is(#timeTableDimensions, #timeTableAll) a {
    font-size: 0.88rem;
  }
  :is(#timeTableDimensions, #timeTableAll) thead tr,
  :is(#timeTableDimensions, #timeTableAll) tbody tr,
  :is(#timeTableDimensions, #timeTableAll) tfoot tr {
    grid-template-columns: repeat(5, minmax(100px, 1fr));
  }
  :is(#timeTableDimensions, #timeTableAll) tfoot th { padding: 0; }
  :is(#timeTableDimensions, #timeTableAll) tfoot select {
    font-size: 0.7rem;
    height: 44px;
    padding: 8px 28px 8px 10px;
  }
}

/* <= 480px: tightest layout, allow more wrapping */
@media (max-width: 480px) {
  :is(#timeTableDimensions, #timeTableAll) thead th {
    font-size: 0.75rem;
    padding: 8px 10px;
  }
  :is(#timeTableDimensions, #timeTableAll) th,
  :is(#timeTableDimensions, #timeTableAll) td {
    font-size: 0.9rem;
    padding: 8px 10px;
    line-height: 1.25;
  }
  :is(#timeTableDimensions, #timeTableAll) a {
    font-size: 0.75rem;
    line-height: 1.25;
  }
  :is(#timeTableDimensions, #timeTableAll) thead tr,
  :is(#timeTableDimensions, #timeTableAll) tbody tr,
  :is(#timeTableDimensions, #timeTableAll) tfoot tr {
    grid-template-columns: repeat(5, minmax(90px, 1fr));
  }
  :is(#timeTableDimensions, #timeTableAll) tfoot select {
    font-size: 0.75rem;
    height: 38px;
    padding: 6px 24px 6px 8px;
  }
  #timeTableAll_wrapper .dt-length,
  #timeTableAll_wrapper .dt-search {
    padding: 0.45rem 0.5rem;
  }
  #timeTableAll_wrapper .dt-length .dt-input,
  #timeTableAll_wrapper .dt-search .dt-input {
    font-size: 0.8rem;
    min-height: 1.7rem;
    padding: 0.28rem 1.2rem 0.28rem 0.5rem;
  }
}


#timeTableAll_wrapper .dt-layout-row.dt-layout-table .dt-layout-cell {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
:is(table#timeTableDimensions, table#timeTableAll) {
  overflow: visible;
}
@media (max-width: 768px) {
  :is(table#timeTableDimensions, table#timeTableAll) {
    display: table;
    table-layout: fixed;
    width: max-content;
    min-width: 100%;
  }
  :is(#timeTableDimensions, #timeTableAll) thead tr,
  :is(#timeTableDimensions, #timeTableAll) tbody tr,
  :is(#timeTableDimensions, #timeTableAll) tfoot tr {
    display: table-row;
  }
  :is(#timeTableDimensions, #timeTableAll) th,
  :is(#timeTableDimensions, #timeTableAll) td {
    display: table-cell;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  :is(#timeTableDimensions, #timeTableAll) colgroup {
    display: table-column-group;
  }
}
@media (min-width: 769px) {
  :is(#timeTableDimensions, #timeTableAll) thead tr,
  :is(#timeTableDimensions, #timeTableAll) tbody tr,
  :is(#timeTableDimensions, #timeTableAll) tfoot tr {
    display: grid;
    grid-template-columns:
      minmax(110px, 1.2fr)
      minmax(110px, 1fr)
      minmax(110px, 1fr)
      minmax(160px, 2.2fr)
      minmax(120px, 1.2fr);
  }
  :is(#timeTableDimensions, #timeTableAll) th,
  :is(#timeTableDimensions, #timeTableAll) td {
    display: block;
    white-space: normal;
  }
}


/*timetable additions for mobile view*/

.app-cta { display: none; }

@media (max-width: 850px) {
  .app-cta {
    display: block;
    background: white;
    border: 4px solid #063d54;
    padding: 12px 14px;
  }

  .app-cta__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: center;
  }

  .app-cta__media {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    background: #0b516d;
  }
  .app-cta__media img {
    display: block;
    width: 100%;
    height: auto;
  }

  .app-cta__title {
    margin: 0;
    font-weight: 800;
    font-size: clamp(1.1rem, 3.5vw, 1.35rem);
  }

  .app-cta__desc {
    margin: 6px 0 10px;
    font-size: clamp(0.95rem, 3.2vw, 1.05rem);
    line-height: 1.35;
  }

  .app-cta__buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

}

/* Ensure it wont interfere with desktop layout */
@media (min-width: 851px) {
  .app-cta { display: none !important; }}


.editor p img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
}

.editor p {
  margin-bottom:1.2em;
}

.search-list .container, .news-article .container, .news-list .container, .event-list .container {
padding: 0 2em;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
background: #415e6a;
}

@media screen and (max-width: 980px) {

  .symbol img {

    max-width: 75px;
    margin-left: calc(100vw - 100px);
}
  
}

.widget-navigation ul li {
    display: flex;
}

.widget-navigation ul {
    list-style: none;
    padding-left: 0;
    margin-left: -1em;
    display: flex;
    margin-top: 1em;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-start;
}

.editor p a.btn {
    margin: 0;
}

.listing__content {
    margin-left: 2.5em;
}

@media screen and (min-width:1300px) {.index-modular .listing__content {margin-left:0;}}

.aside__section {
    margin-left: 1em;
}
@media screen and (max-width:1299px) {
  .index-modular .listing__content {
    margin-left:2em;
  }
}


@media screen and (min-width:1360px) and (max-width:1410px) {

#nav ul ul.list {
    margin-top: 6.5rem;
}
}


nav.nav.nav--pages-in {
    display: none;
}
nav.pagination {
    display: none;
}