/* breakpoints */

.container {
  max-width: 1251px;
}

.utility-task-bar {
  border-radius: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: -10.7rem auto 6rem;
  position: relative;
  z-index: 5;
  top: 0;
}

.row .utility-task-bar {
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .row .utility-task-bar {
    height: 8rem;
  }
}

@media only screen and (min-width: 1440px) {
  .row .utility-task-bar {
    height: 10rem;
  }
}

@media only screen and (min-width: 992px) {
  .utility-task-bar {
    padding-left: 3rem;
    padding-right: 3rem;
    top: 0;
    max-width: 103.8rem;
    margin: -15.5rem auto 15rem;
  }
}

.utility-task-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 1rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .utility-task-bar .component-content ul {
    max-height: unset;
    
  }
}

@media only screen and (min-width: 992px) {
  .utility-task-bar ul {
    flex-direction: row;

  }
}

.utility-task-bar ul > li {
  display: flex !important;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  text-align: center;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border: 0.25px solid #b7bcc1;
  box-shadow: 0 20px 20px -10px rgba(211, 211, 211, 0.5);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .utility-task-bar ul > li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
}
/* desktop utlity */
@media only screen and (min-width: 992px) {
  .utility-task-bar ul > li {
    display: block !important;
    margin-bottom: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 3rem;
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 15%;
    box-shadow: none;
  }
}

.utility-task-bar ul > li:hover img {
  top: -8px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .utility-task-bar ul > li:hover img {
    top: -2px;
  }
}

.utility-task-bar__img-wrapper {
  position: relative;
  top: 0;
  width: 4rem;
  height: 4rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  overflow: visible !important;
}

@media only screen and (min-width: 992px) {
  .utility-task-bar__img-wrapper {
    width: unset;
    height: 7.5rem;
  }
}

.utility-task-bar__img-wrapper > img {
  /* IE10+ CSS styles go here */
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media all and (max-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .utility-task-bar__img-wrapper > img {
    width: 36px;
    height: 36px;
    top: -webkit-calc(50% - 18px);
    top: calc(50% - 18px);
    left: -webkit-calc(50% - 18px);
    left: calc(50% - 18px);
    position: absolute;
  }
}

.utility-task-bar__link-wrapper > a {
  line-height: 1.25;
  font-family: Open Sans;
  font-weight: 400;
  color: #3A3537;
  font-size: 1.6rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .utility-task-bar__link-wrapper > a {
    padding-left: 0 !important;
  }
}

.utility-task-bar__link-wrapper > a:before {
  display: none;
}

.utility-task-bar__link-wrapper > a:hover {
  border-style: none !important;
  color: #004987 !important;
}

.utility-task-bar__holder {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 0.75rem;
}

@media only screen and (min-width: 992px) {
  .utility-task-bar__holder {
    max-width: 7.5rem;
  }

  .utility-task-bar__holder:hover {
    cursor: pointer;
  }
}

.utility-task-bar .link-list > .component-content li a {
  padding-left: 0;
}

.utility-task-bar .component-content ul {
  background-color: #fff !important;
  box-shadow: none;
  border-radius: 0.4rem;
  /* IE10+ CSS styles go here */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .utility-task-bar .component-content ul {
    max-height: none;
  }
}

@media only screen and (min-width: 992px) {
  .utility-task-bar .component-content ul {
    max-height: none;
    box-shadow: 0 20px 20px -10px rgba(211, 211, 211, 0.5);
  }
}

.utility-task-bar .calendar-ico {
  width: 3.2rem;
}

@media only screen and (min-width: 992px) {
  .utility-task-bar .calendar-ico {
    width: 5.9rem;
  }
}