/* ---- Pelican Background Colors ----*/

.pelican-primary-bk {
    background-color: #00284d;
}
.pelican-primary-light-bk {
    background-color: #c0cedb;
}
.pelican-primary-dark-bk {
    background-color: #00203e;
}
.pelican-secondary-bk {
    background-color: #bd9740 /*#fe9903*/;
}
.pelican-secondary-light-bk {
    background-color: #fff1d6;
}
.pelican-accent-bk {
    background-color: #008282;
}
.pelican-accent-light-bk {
    background-color: #ccdcff;
}
.pelican-accent-dark-bk {
    background-color: #005459;
}
.pelican-UI-bk {
    background-color: #6c757d;
}

.pelican-UI-light-bk {
    background-color: #dee2e6;
}

.pelican-UI-lighter-bk {
    background-color: #eaedef;
}

.pelican-UI-priority-bk {
    background-color: #185ae3;
}



/* ---- Pelican Font Color ----*/
.pelican-primary {
    color: #00284d;
}
.pelican-primary-light {
    color: #c0cedb;
}
.pelican-primary-dark {
    color: #00203e;
}
.pelican-secondary {
    color: #bd9740 /*#fe9903*/;
}
.pelican-secondary-light {
    color: #fff1d6;
}
.pelican-accent {
    color: #008282;
}
.pelican-accent-light {
    color: #ccdcff;
}
.pelican-accent-dark {
    color: #005459;
}
.pelican-UI {
    color: #6c757d;
}
.pelican-UI-light {
    color: #dee2e6;
}
.pelican-UI-priority {
    color: #185ae3;
}



/* ---- Pelican Buttons ----*/
.btn-pelican-primary {
  color: #ffffff;
  background-color: #00284d /*#fe9903*/;
  border-color: #00284d /*#fe9903*/;
  font-weight: bold;
}
.btn-pelican-primary:hover {
  color: #ffffff;
  background-color: #00203e /*#f9aa41*/;
  border-color: #00203e /*#f9aa41*/;
  font-weight: bold;
}
.btn-check:focus + .btn-pelican-primary, .btn-pelican-primary:focus {
  color: #ffffff;
  background-color: #00203e /*#fe9903*/;
  border-color: #00203e /*#fe9903*/;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  font-weight: bold;
}
.btn-check:checked + .btn-pelican-primary, .btn-check:active + .btn-pelican-primary, .btn-pelican-primary:active, .btn-pelican-primary.active, .show > .btn-pelican-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #00203e /*#fe9903*/;
  border-color: #00203e /*#fe9903*/;
  font-weight: bold;
}
.btn-check:checked + .btn-pelican-primary:focus, .btn-check:active + .btn-pelican-primary:focus, .btn-pelican-primary:active:focus, .btn-pelican-primary.active:focus, .show > .btn-pelican-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-primary:disabled, .btn-pelican-primary.disabled {
  color: #ffffff;
  background-color: #00203e /*#fe9903*/;
  border-color: #00203e /*#fe9903*/;
  font-weight: bold;
}



.btn-pelican-secondary {
  color: #00203e;
  background-color: #bd9740 /*#fe9903*/;
  border-color: #bd9740 /*#fe9903*/;
  font-weight: bold;
}
.btn-pelican-secondary:hover {
  color: #00203e;
  background-color: #edc670 /*#f9aa41*/;
  border-color: #edc670 /*#f9aa41*/;
  font-weight: bold;
}
.btn-check:focus + .btn-pelican-secondary, .btn-pelican-secondary:focus {
  color: #00203e;
  background-color: #bd9740 /*#fe9903*/;
  border-color: #bd9740 /*#fe9903*/;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  font-weight: bold;
}
.btn-check:checked + .btn-pelican-secondary, .btn-check:active + .btn-pelican-secondary, .btn-pelican-secondary:active, .btn-pelican-secondary.active, .show > .btn-pelican-secondary.dropdown-toggle {
  color: #00203e;
  background-color: #bd9740 /*#fe9903*/;
  border-color: #bd9740 /*#fe9903*/;
  font-weight: bold;
}
.btn-check:checked + .btn-pelican-secondary:focus, .btn-check:active + .btn-pelican-secondary:focus, .btn-pelican-secondary:active:focus, .btn-pelican-secondary.active:focus, .show > .btn-pelican-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-pelican-secondary.disabled {
  color: #00203e;
  background-color: #bd9740 /*#fe9903*/;
  border-color: #bd9740 /*#fe9903*/;
  font-weight: bold;
}





HeaderLink {
  color: #00284d;
}

/* unvisited link */
a.HeaderLink:link {
  color: #00284d;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25rem;
}

/* visited link */
a.HeaderLink:visited {
  color: #00203e;
  text-decoration: none;
  font-weight: bold;
}

/* mouse over link */
a.HeaderLink:hover {
  color: #008282;
  text-decoration: none;
}

/* selected link */
a.HeaderLink:active {
  color: #00284d;
  text-decoration: none;
  font-weight: bold;
}



/*---- Panel Section Links ---*/

PS {
  color: #ffffff;
}

/* unvisited link */
a.PS:link {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

/* visited link */
a.PS:visited {
  color: #c0cedb;
  text-decoration: none;
  font-weight: bold;
}

/* mouse over link */
a.PS:hover {
  color: #c0cedb;
  text-decoration: none;
}

/* selected link */
a.PS:active {
  color: #c0cedb;
  text-decoration: none;
  font-weight: bold;
}




/*---- Help Menu Links ---*/

HM {
  color: #ffffff;
}

/* unvisited link */
a.HM:link {
  color: #ffffff;
  text-decoration: none;
  
}

/* visited link */
a.HM:visited {
  color: #ffffff;
  text-decoration: none;
  
}

/* mouse over link */
a.HM:hover {
  color: #bd9740 /*#fe9903*/;
  text-decoration: underline;
}

/* selected link */
a.HM:active {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}




/*---- Footer Links ---*/

FooterLink {
  color: #ffffff;
}

/* unvisited link */
a.FooterLink:link {
  color: #ffffff;
  text-decoration: none;
  
}

/* visited link */
a.FooterLink:visited {
  color: #c0cedb;
  text-decoration: none;
  
}

/* mouse over link */
a.FooterLink:hover {
  color: #bd9740 /*#fe9903*/;
  text-decoration: underline;
}

/* selected link */
a.FooterLink:active {
  color: #c0cedb;
  text-decoration: none;
  font-weight: bold;
}


/*---- Footer Links ---*/

WhiteLinks {
  color: #ffffff;
}

/* unvisited link */
a.WhiteLinks:link {
  color: #ffffff;
  text-decoration: none;
  
}

/* visited link */
a.WhiteLinks:visited {
  color: #c0cedb;
  text-decoration: none;
  
}

/* mouse over link */
a.WhiteLinks:hover {
  color: #bd9740 /*#fe9903*/;
  text-decoration: underline;
}

/* selected link */
a.WhiteLinks:active {
  color: #c0cedb;
  text-decoration: none;
  font-weight: bold;
}

.topbar-social {
   padding-right: 10px;
   align-items: stretch;
}

.topbar-social a {
   color: black !important;
}

.topbar-social a:hover {
   color: #bd9740 /*#fe9903*/ !important;
}



/* ---- DropDown Menu Styles ----*/
.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}
.dropdown-menu .dropdown-submenu-right {
right: auto;
left: 100%;
}



/* ---- Help Menu Styles ----*/
.helpmenu-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: left;
  background-color: #00284d;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .helpmenu-button {
    transition: none;
  }
}
.helpmenu-button:not(.collapsed) {
  color: #ffffff;
  background-color: #00284d;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.helpmenu-button:not(.collapsed)::after {
   background-image: url("/media/wg1bl1nf/gold-bars-01.svg");
  transform: none;
  
}
.helpmenu-button::after {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-left: 0; 
  margin-right:0.5em;
  content: "";
  background-image: url("/media/wg1bl1nf/gold-bars-01.svg");
  background-repeat: no-repeat;
  background-size: 2rem;
  transition: transform 0.2s ease-in-out;
  order: -1;
}


@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.helpmenu-button:hover {
  z-index: 2;
  background-color: #001323;
}
.helpmenu-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.helpmenu-header {
  margin-bottom: 0;
}

.helpmenu-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.helpmenu-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.helpmenu-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.helpmenu-item:not(:first-of-type) {
  border-top: 0;
}
.helpmenu-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.helpmenu-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.helpmenu-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.helpmenu-body {
  padding: 1rem 1.25rem;
  color: #ffffff;
  font-size: 1rem;
  
}




/* ---- MVV & Panel Section Black Overlay --- */
.card-overlay {
  background: rgba(0, 0, 0, 0.5);
  margin-right:0;
  margin-left:0 ;
}




/* --- Latest News Styles --- */
.thumbnail-latest-blog .thumbnail-latest-img {
    width: 100%;
    height: 175px;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
    border-radius: 3px;
    transition: ease .5s;
}

.LNcard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #00284d;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  color: #ffffff;
  
}

.LNcard-body {
  flex: 1 1 auto;
  padding: 1.5rem 1.5rem;
  background-color: #00284d;
  color: #ffffff;
  
}

.LNpubmeta{
    font-size: .75rem;
}



/* --- News Styles --*/
.Newscard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #00284d;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  color: #ffffff;
}

.Newscard-body {
  flex: 1 1 auto;
  padding: 1.5rem 1.5rem;
  background-color: #ffffff;
  height: 100%;
}

.Newspubmeta{
    font-size: .75rem;
}

/* unvisited link */
a.NewscardA:link {
  color: #00284d;
  text-decoration: none;
  
}

/* visited link */
a.NewscardA:visited {
  color: #00284d;
  text-decoration: none;
  
}

/* mouse over link */
a.NewscardA:hover {
  color: #bd9740 /*#fe9903*/;
  text-decoration: underline;
}

/* selected link */
a.NewscardA:active {
  color: #00284d;
  text-decoration: none;
  font-weight: bold;
}

.newsli {
     line-height: .75em;
     height: auto;
}
.newsli2 {
     line-height: 1em;
     height: auto;
}


/*---- News By Category Links ---*/

NBC {
  color: #00284d;
}

/* unvisited link */
a.NBC:link {
  color: #00284d;
  text-decoration: none;
  font-weight: bold;
}

/* visited link */
a.NBC:visited {
  color: #00203e;
  text-decoration: none;
  font-weight: bold;
}

/* mouse over link */
a.NBC:hover {
  color: #bd9740 /*#fe9903*/;
  text-decoration: underline;
}

/* selected link */
a.NBC:active {
  color: #00284d;
  text-decoration: none;
  font-weight: bold;
}



/*----- HR Style ---*/
hr.1 {
  border-top: 1px solid #00284d;
  
}




/*---- Carousel Image Slider --- */

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}




/* --- FAQ Accordion --- */







.FAQ-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #00284d;
  font-weight: bold;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .FAQ-button {
    transition: none;
  }
}
.FAQ-button:not(.collapsed) {
  color: #00284d;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.FAQ-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  
}
.FAQ-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}


@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.FAQ-button:hover {
  z-index: 2;
}
.FAQ-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.FAQ-header {
  margin-bottom: 0;
}

.FAQ-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.FAQ-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.FAQ-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.FAQ-item:not(:first-of-type) {
  border-top: 0;
}
.FAQ-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.FAQ-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.FAQ-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.FAQ-body {
  padding: 1rem 1.25rem;
  color: #ffffff;
  font-size: 1rem;
  
}

/*-- Bottom Align Buttons */

.parent {
    position: relative;
  }

  .bottom {
    position: absolute;
    bottom: 0;
    left: 0; 
  }

 /*-- Responsive Image Gallery */
 
.rowRIG {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.columnRIG {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.columnRIG img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .columnRIG {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columnRIG {
    flex: 100%;
    max-width: 100%;
  }
}


/* Leaders */

ul.leaders {
    max-width: 40em;
    padding: 0;
    overflow-x: hidden;
    list-style: none}
ul.leaders li:after {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background: white}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: white;
    position: relative;
    z-index: 1}

/*Youtube Video Container*/

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

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