@media (max-width: 360px) {
  #___gcse_0 {
    right: 5.7vw;
    top: 62px !important;
    width: 68vw;
  }
}

@media (max-width: 575px) {
  .related-topnav__link {
    color: #4c4c4c !important;
  }

  .gsc-search-button {
    display: none;
  }

  .gsc-input-box {
    visibility: hidden;

  }

  #___gcse_0 {
    position: absolute;
    right: 9vw;
    top: 48px;
    width: 68vw;
  }

  .related-topnav__search-box {
    margin: 0 0.675rem;
    right: 0;
  }

  #custom-gsc-search-button {
    display: block !important;
  }
}

@media screen and (min-width: 500px) {
  .gsc-input-box {
    visibility: visible !important;
  }
}

#custom-gsc-search-button {
  display: none;
}

.lacoe-custom-container .accordion .cmp-accordion {
  width: auto;
  margin: 0 auto;
}

.lacoe-custom-container .cmp-accordion .cmp-accordion__button:focus {
  outline: none;
}

.lacoe-custom-container .cmp-accordion .cmp-accordion__icon {
  float: left;
}

.lacoe-custom-container .cmp-accordion .cmp-accordion__button--expanded {
  border: none;
}

.lacoe-custom-container .cmp-accordion .cmp-accordion__icon:before {
  content: "";
  background-image: url(../../../../etc.clientlibs/lacoeedu/clientlibs/clientlib-site/resources/images/accordian_plus.png);
  background-size: 30px 30px;
  /* Set the desired height and width here */
  display: inline-block;
  height: 30px;
  /* Optional     : Set the height explicitly if needed */
  width: 30px;
  /* Optional     : Set the width explicitly if needed */
}

.lacoe-custom-container .cmp-accordion .cmp-accordion__button--expanded .cmp-accordion__icon:before {
  content: "";
  background-image: url(../../../../etc.clientlibs/lacoeedu/clientlibs/clientlib-site/resources/images/accordian_minus.png);
  background-size: 30px 30px;
  /* Set the desired height and width here */
  display: inline-block;
  height: 30px;
  /* Optional     : Set the height explicitly if needed */
  width: 30px;
  /* Optional     : Set the width explicitly if needed */
}

.lacoe-custom-container .cmp-accordion__item:nth-child(odd) {
  background: #eff9fc 0% 0% no-repeat padding-box;
}

.lacoe-custom-container .cmp-accordion__item:nth-child(odd) .cmp-accordion__button {
  background: #eff9fc 0% 0% no-repeat padding-box;
}

.lacoe-custom-container .cmp-accordion__item:nth-child(even) {
  background: #f4f4f4 0% 0% no-repeat padding-box;
}

.lacoe-custom-container .cmp-accordion__item:nth-child(even) .cmp-accordion__button {
  background: #f4f4f4 0% 0% no-repeat padding-box;
}

.lacoe-custom-container .cmp-accordion__button {
  height: auto;
}

.lacoe-custom-container .cmp-accordion__title {
  font: normal normal bold 25px/29px Roboto Condensed;
  letter-spacing: 0px;
  color: #4c7a8b;
  opacity: 1;
}

.lacoe-custom-container .cmp-accordion__panel p {
  font: normal normal normal 16px/22px Roboto;
  letter-spacing: 0px;
  color: #4c4c4c;
  opacity: 1;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.lacoe-custom-container .cmp-accordion__button:hover .cmp-accordion__title,
.lacoe-custom-container .cmp-accordion__button:hover .cmp-accordion__icon:before {
  color: #ba0c2f;
}



.lacoe-custom-container .cmp-accordion__button {
  display: flex;
  width: 100%;
  ` text-aling: left;
  padding: 10px;

}

.lacoe-custom-container .cmp-accordion__item:hover .cmp-accordion__icon:hover:before {
  color: #ba0c2f;
}

form.gsc-search-box {
  font-size: 13px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 4px;
  margin-left: 0;
  width: 100%;
  margin-right: 3rem;

  padding-right: 3rem;
}

table.gsc-search-box {
  border-style: none;
  border-width: 0;
  border-spacing: 0 0;
  width: 100%;
  margin-bottom: 2px;
}

.gsib_a {
  width: 100%;
  padding: 0;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
  background-color: #ffffff;
}

.gsc-search-button-v2 {
  padding: 6px 15px;
  width: auto;
  background-image: linear-gradient(top, #4d90fe, #4787ed);
  cursor: pointer;
}

.gsc-search-button-v2 svg {
  fill: #000000;
}

@media (min-width: 425px) and (max-width: 575px) {
  .related-topnav {
    border-top: 1rem solid #c22032;
    background-color: #d9d9d9;
    margin: 0px auto;
    opacity: 0.9;
    width: 100%;
  }

  .related-topnav__item {
    text-align: center;
    font: normal normal normal 16px/32px Roboto Condensed;
    letter-spacing: 0px;
    color: #4c4c4c;
    opacity: 1;
  }

  .related-topnav__separator {
    color: #4c4c4c;
    margin-top: 3px;
  }

  .related-topnav__container {
    margin-top: 8px;
  }
}

/*.aem-Grid .new {
  margin: 0px;
  height: 0px;
} */

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: white;
    color: #fff;
    padding: 8px 16px;
    z-index: 100;
    text-decoration: none;
    font-weight: bold;
}

.skip-link:focus {
    top: 0;
}