@media print, screen and (min-width: 64em) {
  #main-nav li.menu-item-has-children:focus > .sub-menu {
    max-height: 50em;
    overflow: visible;
  }

  #main-nav li.menu-item-has-children.active-li > .sub-menu {
    max-height: 50em;
    overflow: visible;
    visibility: visible;
    opacity: 1;
  }

  #main-nav li a:focus,
  #main-nav li a:hover {
    background: #024e6c;
    color: #fff;
    /* font-weight: 700; */
  }

  #main-nav li .sub-menu {
    /* width: 270px; */
  }
}

.secro-web-chat-wrapper .chat-button.button.dark-orange:focus {
  outline: 3px solid #04658b;
  outline-offset: 2px;
}

.button:focus {
  outline: 2px solid #04658b;
  outline-offset: 2px;
}

#cc-panel #ccc-statement .ccc-link.ccc-tabbable {
  background: transparent;
  background: transparent;
  border: 2px solid;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
  margin: 12px 8px 16px 0;
  padding: 8px 16px !important;
  background-color: #111125;
  border-color: #111125;
  text-decoration: none;
  display: table;
}

#cc-panel #ccc-statement .ccc-link.ccc-tabbable .ccc-svg-element {
  width: 0;
  height: 0;
  margin: 0;
}

#cc-panel #ccc-statement .ccc-link.ccc-tabbable svg {
  display: none;
}

ul.event-categories li.event-li-inherit {
  border-radius: 5px;
}
ul.event-categories li.event-li-inherit a {
  background-color: inherit !important;
  color: #fff !important;
}
/*---- Additional blocks ----*/

.section {
  margin: 60px 0;
}
#content + .section {
  margin-top: 0px;
}
.section .section__title {
  color: #006983;
}
.section__title:focus,
.section__title:focus-visible  {
  outline: 2px solid #022f41;
  outline-offset: 2px;
}  
.section__text {
  margin-bottom: 30px;
}
.post-box-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}
.post-box--row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0 10px;
}
.post-box-column-3 {
  flex: 0 0 calc(33.33% - 20px);
}
.post-box-column-2 {
  flex: 0 0 calc(50% - 20px);
}

.post-box-column--media {
  flex: 0 0 calc(33.33% - 5px);
  padding: 5px;
}
.post-box-column--text {
  flex: 0 0 calc(66.6% - 5px);
}
.post-box-column--right {
  order: 1;
}
.post-box {
  background-color: #f7f7f7;
  height: 100%;
  position: relative;
  padding-bottom: 75px;
  transition: 200ms all;
  min-height: 240px;
  border-radius: 5px;
}
.post-box--white {
  background-color: #ffffff;
}
.post-box:hover {
  background-color: #c2deea;
  transition: 200ms all;
}
.post-box__image {
  border-radius: 5px;
  padding: 5px;
}
.post-box__image img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
.post-box__description {
  padding: 20px;
  padding-top: 30px;
}
.post-box__title {
  line-height: 1.15;
}
.post-box__title--two {
  color: #006983;
}
.post-box .post-box__button {
  position: absolute;
  bottom: 0;
  margin: 20px;
  padding: 12px 16px;
  display: block;
  align-items: center;
  background-image: none;
  line-height: 1.25;
}
.post-box .post-box__button .post-box__button-icon {
  margin-left: 20px;
  fill: #ffffff;
}
.post-box__excerpt p {
  line-height: 1.5;
}
.post-box__excerpt .block {
  margin-top: 10px;
  margin-bottom: 100px;
}
.post-box--media {
  padding: 0;
  min-height: 335px;
  border-radius: 5px;
}
.post-box--media .post-box__description {
  padding: 35px 30px;
  padding-bottom: 90px;
}
.post-box--media .post-box__button {
  margin: 30px;
}

.post-box--darkblue,
.post-box--darkblue:hover {
  background-color: #006983;
}
.post-box--darkblue * {
  color: #ffffff;
}
.post-box--darkblue .post-box__button {
  background-color: #ffffff;
  color: #006983;
}
.post-box--darkblue .post-box__button .post-box__button-icon {
  fill: #006983;
}
.post-box--darkblue .post-box__button:hover,
.post-box--darkblue .post-box__button:focus {
  background-color: #022f41;
  color: #fff;
}
.post-box--darkblue .post-box__button:focus {
  outline: 2px solid #022f41;
  outline-offset: 2px;
}
.post-box--darkblue .post-box__button:hover .post-box__button-icon,
.post-box--darkblue .post-box__button:focus .post-box__button-icon{
  fill: #fff;
}

.post-box--darkpurple,
.post-box--darkpurple:hover {
  background-color: #4f2d7f;
}
.post-box--darkpurple * {
  color: #ffffff;
}
.post-box--darkpurple .post-box__button {
  background-color: #ffffff;
  color: #4f2d7f;
}
.post-box--darkpurple .post-box__button .post-box__button-icon {
  fill: #4f2d7f;
}
.post-box--darkpurple .post-box__button:hover,
.post-box--darkpurple .post-box__button:focus {
  background-color: #022f41;
  color: #fff;
}
.post-box--darkpurple .post-box__button:focus {
  outline: 2px solid #022f41;
  outline-offset: 2px;
}
.post-box--darkpurple .post-box__button:hover .post-box__button-icon
.post-box--darkpurple .post-box__button:focus .post-box__button-icon {
  fill: #fff;
}
.post-box--darkorange,
.post-box--darkorange:hover {
  background-color: #bd4f19;
}
.post-box--darkorange * {
  color: #ffffff;
}
.post-box--darkorange .post-box__button {
  background-color: #ffffff;
  color: #bd4f19;
}
.post-box--darkorange .post-box__button .post-box__button-icon {
  fill: #bd4f19;
}
.post-box--darkorange .post-box__button:hover {
  background-color: #022f41;
  color: #fff;
}
.post-box--darkorange .post-box__button:hover .post-box__button-icon {
  fill: #fff;
}

.post-box__bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  position: relative;
}
.post-box__bg-image-video:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.25);
}

.video-component {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-component__video {
  cursor: pointer;
  position: relative;
  height: 100%;
}

.video-component__img {
  border-radius: 0;
  margin: auto;
  width: 100%;
}

.video-component__img--hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.video-component__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  border-radius: 100%;
  display: block;
  width: 90px;
  height: 90px;
  background-color: #000;
  color: #fff;
  background-image: none;
  cursor: pointer;
}
.video-component__play-button--hidden {
  display: none;
}

.video-component__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #ffffff;
  height: 32px;
  width: 30px;
}

.video-component__play-button--darblue {
  background-color: #006983;
}

.video-component__play-button--darkpurple {
  background-color: #4f2d7f;
}

.video-component__play-button--darkorange {
  background-color: #bd4f19;
}

.video-component__frame {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  border: none;
}
.video-component__frame--visible {
  z-index: 1;
}

.video-component__video-text {
  color: #252525;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}

.scroll-top {
  position: fixed;
  bottom: 155px;
  left: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  color: #006983;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  border-bottom: 3px solid #006983;
  border-radius: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 300ms all;
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transition: 300ms all;
  background-image: none;
}
.scroll-top:hover {
  border-color: #404040;
  color: #404040;
}
.scroll-top__icon {
  margin-right: 12px;
  fill: #006983;
}
.scroll-top:hover .scroll-top__icon {
  fill: #404040;
}

.anchor-list li {
  margin: 5px 0;
}
.anchor-list li a {
  text-decoration: underline;
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 500;
  transition: 300ms all;
}

.anchor-list li a:hover {
  color: #006983;
  text-decoration-thickness: 2px;
  transition: 300ms all;
}

#__ba_floatingLaunch.positionStyle {
  bottom: 80px;
  top: initial !important;
}
#__ba_floatingLaunch button {
  background-image: none;
}

/* Zoomed styling */ 
.zoomed #__ba_floatingLaunch.positionStyle {  
  bottom: 40px;      
}

.zoomed #__ba_floatingLaunch button {
  width: 30px;
  height: 30px;
}

.zoomed #__ba_floatingLaunch button .gw-launchpad-icon-button__icon--launchpad-s1 {
  height: auto;
}

.zoomed .max-chat-header {
  width: 80% !important;
}

.zoomed div[id^="max_inv_container"] {
    right: 0px !important;
} 

.zoomed .nav-btn-wrap{
  padding-right: 0;
}

.zoomed .search-wrap button.postfix {
  background-image: none;
}

@media (max-width: 375px) {
  .zoomed .mobile-nav-button{
    padding: 5px 10px;
    display: flex;
    align-items: center;
  }

  .zoomed .default-form .max-chat-header {
    font-size: 0;
  }

  .zoomed .default-form .max-chat-container {
    zoom: 0.6;
  }
}

@media (max-width: 180px) {
  .zoomed .skip-link:focus, .skip-link:active {
    font-size: 0.875rem;
    transform: scale(0.8);
  }

  .zoomed .mobile-nav-button{
    transform: scale(0.5);
    transform-origin: right;
  }

  .zoomed .menu-icon {
    width: 14px;
    height: 12px;
  }

  .zoomed .menu-icon::after {
    height: 2px;
    box-shadow: 0 5px 0 #fff, 0 10px 0 #fff;
  }

  .zoomed .search-btn {
    transform: scale(0.5);
    transform-origin: left;
  }

  .zoomed .nav-btn-wrap {
    justify-content: center;
  }
}
/* end zoomed styling  */

.post-box--media span.glossaryLink,
.post-box--media a.glossaryLink,
.post-box--media span.glossaryLink:hover,
.post-box--media a.glossaryLink:hover {
  color: #ffffff !important;
  border-bottom: dotted 2px #ffffff !important;
}
@media (max-width: 1600px) {
  .scroll-top {
    position: relative;
    bottom: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 992px) {
  .post-box-column-3 {
    flex: 0 0 calc(50% - 20px);
  }
  .post-box-column--media {
    flex: 0 0 calc(50% - 5px);
  }
  .post-box-column--text {
    flex: 0 0 calc(50% - 5px);
  }
}
@media (max-width: 767px) {
  .post-box-column-3 {
    flex-basis: 100%;
  }
  .post-box-column-2 {
    flex-basis: 100%;
  }
  .section {
    margin: 40px 0;
  }
  .post-box-column--media {
    flex-basis: 100%;
  }
  .post-box-column--text {
    flex-basis: 100%;
  }
  .post-box__bg-image {
    height: 255px;
  }
  .post-box-column--right {
    order: 0;
  }
  .post-box--media .post-box__description {
    padding: 30px 20px;
    padding-bottom: 80px;
  }
  .post-box--media .post-box__button {
    margin: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/*--- Accessibility fixes ---*/

.skip-link {
  display: block;
  height: 1px;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  top: -50px; 
  left: 0; 
  width: 1px;
  z-index: -999;
  transition: top 0.3s ease;  
}
.skip-link:focus,
.skip-link:active {
  border-radius: 1.25rem;
  height: auto;
  overflow: hidden;
  padding: 0.625rem;
  top: 3%;
  width: auto;
  z-index: 9999;
  background-color: #005164;
  color: #fff;
  top: 1%;                 
  left: 1%; 
}

.secro-web-chat-wrapper {
  bottom: 50px;
}
ol.numbered-list,
ul.numbered-list {
  margin-left: 0;
}

.decision-tree-sidebar-icon {
  color: #005164;
  background-color: #add4e4;
  content: "?";
  display: block;
  text-align: center;
  position: absolute;
  top: -2.125rem;
  left: 1rem;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 4.25rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4.25rem;
}
.decision-tree-sidebar::before {
  content: none;
}
.ui-autocomplete {
  z-index: 9999999;
}
.home-help .home-help-left .list-wrapper .list {
  background-image: none;
}
.home-help .home-help-right .list-wrapper .list {
  background-image: none;
}
.pagination {
  margin-top: 20px;
  margin-bottom: 50px;
}
.page-numbers {
}
.secro-web-chat-wrapper .chat-window-button:focus {
  outline-width: 3px;
  background-color: #022f41;
}
.decision-results-number-wrapper {
  margin-bottom: 30px;
}

.list-month-dropdown-title {
  color: #04658b;
  background: #f7f7f7;
  padding: 12px 12px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.list-month-dropdown-content {
  padding-top: 0;
}
.dropdown-alt-content {
  display: none;
}
.dropdown-alt-content.active {
  display: block;
}
.dropdown-alt-title .dropdown-alt-icon:before {
  position: relative;
  content: "+";
  font-size: 30px;
}
.dropdown-alt-title.active .dropdown-alt-icon:before {
  position: relative;
  content: "-";
}
.dropdown-alt-title {
  background-image: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.filters-dropdown-title-wrapper {
  margin: 0;
}
.filters-dropdown-title {
  padding: 10px 20px;
  margin: 0;
}
.filters-dropdown-title .filters-dropdown-icon:before {
  font-size: 36px;
}
.apply-filters {
  border: 2px solid;
  margin-right: 20px;
}

.sr-only {
  position: absolute;
  top: -2000em;
  left: -3000em;
}
.datepicker-access {
  margin-bottom: 20px;
}
.datepicker-access .group {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.datepicker-access .group input {
  margin: 0;
  margin-right: 10px;
}

.datepicker-access button.icon {
  position: relative;
  margin: 0;
  padding: 4px;
  border: 0 solid #04658b;
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
  background-image: none;
}

.datepicker-access .desc {
  display: block;
  margin-bottom: 5px;
}

.datepicker-access .fa-calendar-alt {
  color: hsl(216deg 89% 51%);
}

.datepicker-access button.icon:focus {
  outline: none;
  padding: 2px;
  border-width: 2px;
  background-color: #def;
}

.datepicker-access input:focus {
  background-color: #def;
  outline: 2px solid #04658b;
  outline-offset: 1px;
}

.datepicker-dialog {
  display: none;
  position: absolute;
  width: 320px;
  clear: both;
  border: 3px solid #04658b;
  margin-top: 0.15em;
  border-radius: 5px;
  padding: 0;
  background-color: #fff;
}

.datepicker-dialog .header {
  cursor: default;
  background-color: #04658b;
  padding: 7px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  display: flex;
  justify-content: space-around;
}

.datepicker-dialog h2 {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 1em;
  color: white;
  text-transform: none;
  font-weight: bold;
  border: none;
}

.datepicker-dialog button {
  border-style: none;
  background: transparent;
}

.datepicker-dialog button::-moz-focus-inner {
  border: 0;
}

.datepicker-dialog .dates {
  width: 320px;
}

.datepicker-dialog .prev-year,
.datepicker-dialog .prev-month,
.datepicker-dialog .next-month,
.datepicker-dialog .next-year {
  padding: 4px;
  width: 24px;
  height: 24px;
  color: white;
  cursor: pointer;
}

.datepicker-dialog .prev-year:focus,
.datepicker-dialog .prev-month:focus,
.datepicker-dialog .next-month:focus,
.datepicker-dialog .next-year:focus {
  padding: 2px;
  border: 2px solid white;
  border-radius: 4px;
  outline: 0;
}

.datepicker-dialog .prev-year:hover,
.datepicker-dialog .prev-month:hover,
.datepicker-dialog .next-month:hover,
.datepicker-dialog .next-year:hover {
  padding: 3px;
  border: 1px solid white;
  border-radius: 4px;
}

.datepicker-dialog .dialog-ok-cancel-group {
  text-align: right;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 1em;
}

.datepicker-dialog .dialog-ok-cancel-group button {
  padding: 6px;
  margin-left: 1em;
  width: 5em;
  font-size: 0.85em;
  background-color: #04658b;
  color: #fff;
  outline: none;
  border-radius: 5px;
}

.datepicker-dialog .dialog-button:focus {
  padding: 4px;
  border: 2px solid black;
}

.datepicker-dialog .dialog-button:hover {
  padding: 5px;
  border: 1px solid black;
}

.datepicker-dialog .fa-calendar-alt {
  color: hsl(216deg 89% 51%);
}

.datepicker-dialog .month-year {
  display: inline-block;
  width: 12em;
  text-align: center;
}

.datepicker-dialog table.dates {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  border: none;
  border-collapse: separate;
}

.datepicker-dialog table.dates th,
.datepicker-dialog table.dates td {
  text-align: center;
  background: white;
  color: black;
  border: none;
}

.datepicker-dialog table.dates tr {
  border: 1px solid black;
}

.datepicker-dialog table.dates td {
  padding: 3px;
  margin: 0;
  line-height: inherit;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  font-size: 15px;
  background: #eee;
}

.datepicker-dialog table.dates td.disabled {
  padding: 2px;
  border: none;
  height: 41px;
  width: 41px;
}

.datepicker-dialog table.dates td:focus,
.datepicker-dialog table.dates td:hover {
  padding: 0;
  background-color: hsl(216deg 80% 92%);
  color: black;
}

.datepicker-dialog table.dates td:focus {
  padding: 1px;
  border: 2px solid rgb(100 100 100);
  outline: 0;
}

.datepicker-dialog table.dates td:not(.disabled):hover {
  padding: 2px;
  border: 1px solid rgb(100 100 100);
}

.datepicker-dialog table.dates td[aria-selected] {
  padding: 1px;
  border: 2px dotted rgb(100 100 100);
}

.datepicker-dialog table.dates td[aria-selected]:focus {
  padding: 1px;
  border: 2px solid rgb(100 100 100);
}

.datepicker-dialog table.dates td[tabindex="0"] {
  background-color: #04658b;
  color: white;
}

.datepicker-dialog .dialog-message {
  padding-top: 0.25em;
  padding-left: 1em;
  height: 1.75em;
  background: #04658b;
  color: white;
}
.datepicker-dialog .calendar-icon-inside {
  font-family: monospace;
  font-weight: 600;
}

.owl-carousel .owl-item {
  visibility: hidden;
}
.owl-carousel .owl-item.active {
  visibility: visible;
}
.owl-carousel .owl-nav button.disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
.carousel-item-content .slide-link:focus {
  border: 2px solid #04658b;
}
.owl-dots {
  margin-top: 50px;
}
.owl-carousel .owl-item .button {
  display: table;
}

#search-reveal-toggle {
  float: none;
  display: flex;
}
#search-reveal-toggle .show-for-medium {
  margin-right: 5px;
}
.row-nav {
  display: flex;
  justify-content: flex-end;
}
#main-nav .menu-main-menu-container {
  float: none;
}
.mobile-nav-button {
  float: none;
}
.nav-btn-wrap {
  display: flex;
  justify-content: flex-end;
}
.decisions-btt {
  display: none;
}

#main-nav li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main-nav li a {
}
#main-nav li .submenu-btn {
  font-size: 20px;
  padding: 5px;
  background-image: none;
  cursor: pointer;
  color: #04658b;
}
#main-nav li .submenu-btn:focus {
  outline: 2px solid #000;
}
#main-nav li .sub-menu li {
  display: flex;
}

#main-nav li.menu-item-has-children .submenu-btn .icon-minus {
  display: none;
}

#main-nav li.menu-item-has-children.active-li > .submenu-btn .icon-plus {
  display: none;
}

#main-nav li.menu-item-has-children.active-li > .submenu-btn .icon-minus {
  display: block;
}

#main-nav li.menu-item-has-children.active-li > .sub-menu {
  display: block;
  z-index: 1;
}
#main-nav li .sub-menu > li > .sub-menu a:hover,
#main-nav li .sub-menu > li > .sub-menu a:focus {
  color: #4e4e4e;
}
.post-item .post-thumb--listing {
  width: 100%;
  height: 100%;
}
.ui-menu .ui-menu-item-wrapper {
  color: #4e4e4e;
}
#main-nav li .sub-menu li a {
  width: calc(100% - 30px);
}
.text-upercase {
  text-transform: uppercase;
}
.em.pixelbones a {
  color: #04658b !important;
}

.max-chat-container button {
  background-image: none;
}

@media (max-width: 1900px) {
  .secro-web-chat-wrapper {
    position: relative;
    display: table;
    float: right;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  #main-nav li .submenu-btn {
    top: 5px;
  }

  .row-nav {
    display: block;
  }
  #main-nav li {
    width: 100%;
  }
  #main-nav li a,
  #main-nav li .sub-menu li a {
    width: calc(100% - 30px);
  }
  #main-nav li .sub-menu {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .secro-web-chat-wrapper .chat-button.button.dark-orange {
    font-size: 18px;
  }
  body {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 1040px) {
  .hide-for-large {
    display: none !important;
  }
}

body button:focus,
body a:focus {
  outline: 2px solid;
  outline-offset: 2px;  
}

.component-autocomplete-list .ui-autocomplete {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

#message_banner *:last-child {
  margin-bottom: 0;
}
