div.site-branding {
  gap: 6px;
}
div.site-branding img {
  height: 40px;
}
@media (min-width: 1080px) {
  div.site-branding {
    gap: 10px;
  }
  div.site-branding img {
    height: 50px;
  }
}
.site-title {
  font-size: 1em;
}
.site-title small {
  font-size: 0.6rem;
}
@media (min-width: 1080px) {
  .site-title {
    font-size: 1.1875em;
  }
  .site-title small {
    font-size: 0.71rem;
  }
}
.s-nav {
  font-size: 0.875rem;
  gap: 0.5em;
}
@media (min-width: 1160px) {
  .s-nav {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1170px) {
  .s-nav {
    font-size: 1rem;
  }
}
@media (min-width: 1220px) {
  .s-nav {
    gap: 0.8rem;
  }
}
.s-nav .i-down {
  width: 16px;
  height: 16px;
  top: calc(50% - 6px);
}
.s-nav .sub-menu {
  min-width: 220px;
}
.s-nav .sub-menu a {
  padding: 6px 0 6px 16px;
}
.s-nav > li {
  margin-bottom: 0;
}
.s-nav .m-cols > .sub-menu {
  min-width: ุ680px;
  display: flex;
  align-items: flex-start;
}
.s-nav .col {
  width: 50%;
}
/* # disable for show m.nida
.site-action {
  display: none;
}
*/
  .site-title {
    font-size: 1.3em;
  }
  .site-title small {
    font-size: 0.7rem;
  }
.m-button a {
  color: #fff !important;
  padding: 20px !important;
}
.m-button a {
  padding: 0.4rem 0.6rem;
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 1160px) {
  .m-button a {
    padding: 0.5rem 1rem;
  }
}
.m-nida {
  position: relative;
  display: block;
  width: 122px;
  height: 72px;
  color: rgba(255, 255, 255, 0) !important;
  font-size: 9px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url("../img/nida-logo.webp");
  background-size: 103px auto;
  background-repeat: no-repeat;
  background-position: center;
}
.m-nida::before,
.m-nida::after {
  content: "";
  display: block;
  background-color: var(--n-dark);
  position: absolute;
  top: 8px;
  right: 0px;
}
.m-nida::before {
  width: 10px;
  height: 2px;
}
.m-nida::after {
  width: 2px;
  height: 10px;
}

.m-nida-poll::before,
.m-nida-poll::after {
  top: 20px;
  background-color: var(--n-dark);
}
#main .single-pic {
  margin: var(--s-space) -75px 0;
}
.page-header {
  min-height: 320px;
}
.page-header::before,
.page-header::after {
  content: "";
  background-size: auto 80%;
}
.program-details a {
  min-height: 58px;
  flex-wrap: nowrap;
}
.program-details .school-name {
  width: 266px;
}
.program-details .programname {
  width: calc(100% - 400px);
  padding-right: 20px;
}
.program-details svg {
  right: 26px;
}
.search-program-form {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
.search-program-form input,
.search-program-form select,
.search-program-form a {
  background-color: #fff;
  width: 25%;
  height: 44px;
  margin-bottom: unset;
}
.search-program-form a {
  background: #a51931;
}
.register-form {
  --s-space: 16px;
}
.register-form .gsection_title {
  font-size: 24px;
}
.page-template-dashboard .dashboard h2 {
  font-size: 20px;
  text-align: left;
}
.page-template-dashboard .reg-info .gv-search-box {
  flex-grow: 1;
}
.page-template-dashboard .reg-info .gv-search-box-submit {
  flex: 1 1 10em;
  align-self: auto;
}
.page-template-dashboard .reg-info .gv-search-box-submit .gv-search-button {
  color: #fff;
  background-color: var(--n-red);
}
.page-template-dashboard
  .reg-info
  .gv-search-box-submit
  .gv-search-button:hover {
  cursor: pointer;
  background-color: #730000;
}
.school-search-program-form {
  display: flex;
  flex-direction: row;
}
.school-search-program-form .search-text {
  width: 45%;
}
.s-program {
  background-color: #fff;
} /*# sourceMappingURL=style-d.css.map */
