#community-partners-map {
  width: 100%;
  padding-top: 41%;
  position: relative;
}
@media (max-width: 782px) {
  #community-partners-map {
    padding-top: 80%;
  }
}
#community-partners-map > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
}

#community-partners {
  display: grid;
  grid-template-columns: 250px calc(100% - 250px - 16px);
  gap: 16px;
}
#community-partners > div:nth-child(2) {
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 950px) {
  #community-partners > div:nth-child(2) {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 650px) {
  #community-partners > div:nth-child(2) {
    padding-top: 76px;
  }
  #community-partners {
    grid-template-columns: 1fr;
  }
}
#community-partners .btn-primary {
  margin-top: 12px;
}
.social-issue {
  display: grid;
  grid-template-columns: 50px calc(100% - 50px - 8px);
  gap: 8px;

  text-transform: uppercase;
  font-size: 10pt;

  margin-top: 12px;
  font-weight: 300;

  cursor: pointer;
  line-height: 20px;
}
@media (min-width: 782px) {
  .social-issue:hover {
    background-color: #eee;
  }
}
.social-issue.selected {
  background-color: #eee;
}
.social-issue > span {
  display: inline-block;
  width: 50px;
  height: 20px;
}
.community-partner {
  padding-bottom: 24px;
}
.community-partner > div:nth-child(1) {
  height: 12px;
}
.community-partner a {
  text-decoration: none;
  text-transform: uppercase;
}
.community-partner a:hover {
  text-decoration: underline;
}
.community-partner span {
  font-weight: 700;
}
.community-partner > div:nth-child(3) {
  font-size: 11pt;
}
#community-partners-paging {
  text-align: center;
}
#community-partners-paging span {
  padding: 6px 12px;
  border: 1px solid transparent;
  margin: 2px;
  cursor: pointer;
  font-size: 10pt;
}
#community-partners-paging span:hover {
  background-color: #eee;
  border: 1px solid #ddd;
}
#community-partners-paging span.selected {
  background-color: #0c2340;
  color: #fff;
  border: 1px solid transparent;
}

.search-content-paging,
.archive-content-paging {
  text-align: center;
  padding: 32px 0;
}

.search-content-paging a,
.search-content-paging span,
.archive-content-paging a,
.archive-content-paging span {
  padding: 6px 12px;
  border: 1px solid transparent;
  margin: 2px;
  cursor: pointer;
  font-size: 10pt;
  text-decoration: none;
}
.search-content-paging a:hover,
.archive-content-paging a:hover {
  background-color: #eee;
  border: 1px solid #ddd;
}
.search-content-paging span.current,
.archive-content-paging span.current {
  background-color: #0c2340;
  color: #fff;
  border: 1px solid transparent;
}

.wp-block-query .wp-block-query-pagination {
  justify-content: center;
  padding: 32px 0;
}
.wp-block-query .wp-block-query-pagination a,
.wp-block-query .wp-block-query-pagination span {
  display: inline-block;
  padding: 2px 12px;
  border: 1px solid transparent;
  margin: 2px;
  cursor: pointer;
  font-size: 10pt;
  text-decoration: none;
}
.wp-block-query .wp-block-query-pagination a:hover {
  background-color: #eee;
  border: 1px solid #ddd;
}
.wp-block-query .wp-block-query-pagination span.current {
  background-color: #0c2340;
  color: #fff;
  border: 1px solid transparent;
}
.wp-block-query .wp-block-query-pagination div {
  margin: 0;
}

@media only screen {
  #nav {
    display: none;
  }
  #nav-mobile a {
    font-size: 10pt;
    line-height: 14pt;
    padding: 0.5rem;
  }
  #nav-mobile a[href="#"] {
    color: #ccc;
  }
  #menu-main-menu > li > a {
    font-size: 12.5pt;
    line-height: 18pt;
    font-weight: 700;
  }
  .nav-mobile {
    width: 280px;
  }
  .wrapper.active {
    right: 280px;
  }
  #nav-mobile .home {
    font-size: 13pt;
  }
  .nav-mobile-util a {
    outline: none;
    color: var(--brand-blue);
  }

  .nav-mobile-util .search-form .search-input {
    height: calc(100% - 20px);
  }
  .nav-mobile-util .search-close .icon {
    width: 1.6em;
    height: 1.6em;
  }

  .nav-top li.active a {
    border-bottom-color: var(--sky-blue-dark);
  }

  .nav-top.prevent-transition,
  .nav-top.prevent-transition ul,
  .nav-top.prevent-transition a,
  .nav-search-wrapper.prevent-transition,
  .nav-mobile-util.prevent-transition * {
    transition: none !important;
  }
}

@media only screen and (max-width: 1072px) {
  .nav-top {
    font-size: 0.85rem;
  }
}

.postgrad-service-opportunity-filter {
  display: inline-block;
  text-align: center;
  width: 110px;
  font-weight: 700;
  font-size: 10pt;
  line-height: 13pt;
  cursor: pointer;
  margin: 0 4px 4px 0;
  vertical-align: top;
}
.postgrad-service-opportunity-filter.selected {
  background-color: #eee;
}
@media (min-width: 782px) {
  .postgrad-service-opportunity-filter:hover {
    background-color: #eee;
  }
}
.postgrad-service-opportunity-filter > div:nth-child(1) {
  width: 64px;
  height: 64px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 8px auto;
}

#postgrad-services table {
  font-size: 11pt;
  min-width: 500px;
}

@media (max-width: 400px) {
  #postgrad-services {
    /* overflow-x:scroll;
        overflow-y:hidden; */
  }
}

#postgrad-services table th {
  background-color: #fff;
}
#postgrad-services table,
#postgrad-services table tr,
#postgrad-services table th,
#postgrad-services table td {
  border-width: 0;
}
#postgrad-services table td {
  border-bottom: 1px solid #dedede;
}

#postgrad-services table th {
  border-bottom: 2px solid #dedede;
}

#postgrad-services table tr:nth-child(2n) td {
  background-color: #f9f9f9;
}
#postgrad-services table th:nth-child(1),
#postgrad-services table td:nth-child(1) {
  width: 30%;
}
#postgrad-services table th:nth-child(2),
#postgrad-services table td:nth-child(2) {
  width: 40%;
}
#postgrad-services table th:nth-child(3),
#postgrad-services table td:nth-child(3) {
  width: 30%;
}
#postgrad-opportunities-paging {
  text-align: center;
}
#postgrad-opportunities-paging span {
  padding: 6px 12px;
  border: 1px solid transparent;
  margin: 2px;
  cursor: pointer;
  font-size: 10pt;
}
#postgrad-opportunities-paging span:hover {
  background-color: #eee;
  border: 1px solid #ddd;
}
#postgrad-opportunities-paging span.selected {
  background-color: #0c2340;
  color: #fff;
  border: 1px solid transparent;
}

#just-wage-tool {
  background-color: #ced3d9;
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: start;
  justify-items: start;
}
#just-wage-tool > div {
  display: none;
}
#just-wage-tool > div:nth-child(1),
#just-wage-tool > div:nth-child(2) {
  display: block;
}
#just-wage-tool > div:nth-child(1) {
  height: 0;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
#just-wage-tool svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*
#pager-svg.form-page-7 #hex-page-7 {
    fill: #0c2340;
}
*/
.just-wage-criterion {
  margin: 32px;
}
.just-wage-criterion > div:nth-child(1) {
  color: #b59b00;
  font-size: 18pt;
  text-shadow: 1px 1px 0 rgb(255 255 255 / 50%);
  font-weight: 700;
}
.just-wage-criterion > div:nth-child(2) {
  color: #0c2340;
  font-size: 24pt;
  text-shadow: 1px 1px 0 rgb(255 255 255 / 50%);
  font-weight: 700;
  line-height: 28pt;
  margin-top: 6px;
}
.just-wage-criterion > div:last-child {
  margin-top: 12px;
}
.just-wage-criterion .question {
  display: grid;
  grid-template-columns: 210px calc(100% - 210px);
  font-size: 13pt;
  margin-top: 18px;
}
@media (max-width: 850px) {
  .just-wage-criterion .question {
    grid-template-columns: 1fr;
  }
  .just-wage-criterion .question > div:nth-child(1) {
    order: 2;
  }
  .just-wage-criterion .question > div:nth-child(2) {
    order: 1;
  }
}
@media (max-width: 600px) {
  #just-wage-tool {
    grid-template-columns: 1fr;
  }
}
.just-wage-criterion .question.error {
  color: #a94442;
}
.just-wage-criterion .btn-primary {
  margin-bottom: 8px;
}
