/* base units */
/* media sizes & breakpoints */
a {
  color: #0a5640;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #939598;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #13272e;
  line-height: 1.428571429;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

h1 {
  display: block;
  font-size: 2.5rem;
  margin: 0.67em 0;
}

h2 {
  display: block;
  font-size: 2.1rem;
  margin: 0.83em 0;
}

h3 {
  display: block;
  font-size: 1.8rem;
  margin: 1em 0;
}

h4 {
  display: block;
  font-size: 1.6rem;
  margin: 1.33em 0;
}

h5 {
  display: block;
  font-size: 1.4rem;
  margin: 1.67em 0;
}

h6 {
  display: block;
  font-size: 1.2rem;
  margin: 2.33em 0;
}

.main h1, .main h2, .main h3, .main h4 {
  color: #003300;
}

.portlet .portletContent > * {
  padding: 10px 15px;
  margin: 0;
}

@media (max-width: 558px) {
  a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
/* base units */
/* media sizes & breakpoints */
#ndsuheader, #siteheader, #titlebar, #searchbar, #slideshow, #slogan, #main,
#browsetopics, #socialmedia, #creativecommons, #sflgru, #navfooter, #contactfooter {
  width: 100%;
}

.content-width {
  width: 1326px;
  margin: 0 auto;
}

@media (max-width: 1356px) {
  .content-width {
    width: 1098px;
  }
}
@media (max-width: 1128px) {
  .content-width {
    width: 870px;
  }
}
@media (max-width: 900px) {
  .content-width {
    width: 528px;
  }
}
@media (max-width: 558px) {
  #ndsuheader, #siteheader, #titlebar, #searchbar, #slideshow, #slogan, #main,
  #browsetopics, #socialmedia, #creativecommons, #sflgru, #navfooter, #contactfooter {
    padding: 0 10px;
  }

  .content-width {
    width: 100%;
    padding: 0;
  }
}
/* base units */
/* media sizes & breakpoints */
.ndsuheader {
  background-color: #002119;
  height: 31px;
  border-bottom: 4px solid white;
}

.ndsuheader__content {
  display: flex;
  justify-content: space-between;
  background-color: #004c38;
  height: 31px;
  border-bottom: 4px solid white;
}

.ndsuheader__link {
  color: #ffcc00;
  text-decoration: none;
  font-weight: 400;
  padding: 0 0.5em;
  text-transform: uppercase;
  font-family: MuliK, sans-serif;
}

.ndsuheader__link:hover,
.ndsuheader__link:focus,
.ndsuheader__link:active {
  color: #ffffff;
  text-decoration: underline;
}

.ndsuheader__links {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  list-style-type: none;
  height: 27px;
  background-image: url(/assets/images/ndsuheader-bg-right.png);
  background-repeat: no-repeat;
  background-position: top right;
  margin: 0;
  font-size: 9px;
  padding-bottom: 4px;
}

.ndsuheader__links-item {
  height: 12px;
}

.ndsuheader__logo {
  padding-top: 2px;
}

@media (max-width: 558px) {
  .ndsuheader__content {
    display: block;
  }

  .ndsuheader__links {
    display: none;
  }
}
/* base units */
/* media sizes & breakpoints */
.siteheader {
  background-color: #ffcc00;
  height: 90px;
}

.siteheader__chevrons {
  height: 90px;
  width: 101.97px;
  justify-self: end;
}

.siteheader__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

.siteheader__logo {
  height: 66px;
  width: auto;
}

.siteheader__menuitem {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding-right: 2.5em;
}
.siteheader__menuitem:last-of-type {
  padding-right: 0;
}

.siteheader__menuitem-icon {
  height: 16px;
  width: 16px;
  min-width: 16px;
}

.siteheader__menuitem-label {
  padding-left: 0.4em;
  text-transform: uppercase;
  font-weight: bold;
}

.siteheader__menuitem-link {
  color: #13272e;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 28px;
}

.siteheader__menuitem-link:hover {
  color: #666666;
}

.siteheader__menuitem-menulink .show {
  display: block;
}
.siteheader__menuitem-menulink:hover {
  position: relative;
  display: inline-block;
}
.siteheader__menuitem-menulink:hover .siteheader__menu-dd {
  display: block;
}

.siteheader__menuitem-topicslink .show {
  display: block;
}
.siteheader__menuitem-topicslink:hover {
  position: relative;
  display: inline-block;
}
.siteheader__menuitem-topicslink:hover .siteheader__topics-dd {
  display: block;
}

.siteheader__menuitems {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  margin: 7px 0;
}

.siteheader__menu-dd-directory,
.siteheader__menu-dd-events {
  display: none;
}

.siteheader__rightside {
  display: flex;
}

.siteheader__searchandmenu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-right: 0.5em;
  width: 100%;
}

.siteheader__searchbox {
  padding-top: 6px;
  max-width: 720px;
}
.siteheader__searchbox td.gsc-input table {
  margin-bottom: 0.25em;
}
.siteheader__searchbox .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 6px;
}
.siteheader__searchbox .gsc-search-button-v2 {
  background-color: #0a5640;
}
.siteheader__searchbox .gsc-search-button-v2:hover, .siteheader__searchbox .gsc-search-button-v2:focus {
  background-color: #0a5640;
}

.siteheader__searchbox-input {
  width: 400px;
}

.siteheader__searchbox-search {
  padding: 0.25em 0.5em;
  border: 1px #13272e solid;
  color: white;
  background-color: #0a5640;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: 4px;
}

.siteheader__searchbox-searchicon {
  width: 16px;
  height: 16px;
}

.siteheader__searchbox-searchtext {
  font-size: 0.7em;
  padding-left: 0.4em;
  text-transform: uppercase;
}

.siteheader__topics-dd,
.siteheader__menu-dd {
  display: none;
  position: absolute;
  background-color: #eeeeee;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.6);
  width: 24em;
  min-width: 160px;
  max-width: 400px;
  padding: 1em 0;
  z-index: 2;
}

.siteheader__menu-dd {
  right: 0;
}

.siteheader__topics-dd-item,
.siteheader__menu-dd-item {
  width: 100%;
}

.siteheader__topics-dd-link,
.siteheader__menu-dd-link {
  display: block;
  text-decoration: none;
  padding: 1em 0.75em;
}
.siteheader__topics-dd-link:hover,
.siteheader__menu-dd-link:hover {
  color: #13272e;
  background-color: #dddddd;
}

.siteheader__topics-dd-list,
.siteheader__menu-dd-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-left: 0;
}

@media (max-width: 1356px) {
  .siteheader__menuitem-label {
    font-size: 0.9em;
  }

  .siteheader__searchbox {
    max-width: 662px;
  }
}
@media (max-width: 1128px) {
  .siteheader__menuitem {
    padding-right: 2em;
  }

  .siteheader__menuitem-link {
    line-height: 18px;
  }

  .siteheader__menuitems {
    width: 100%;
    margin: 10px 0;
  }

  .siteheader__searchandmenu {
    max-width: 440px;
  }

  .siteheader__searchbox {
    max-width: 440px;
  }

  .siteheader__searchbox-input {
    width: 364px;
  }
}
@media (max-width: 900px) {
  .siteheader {
    height: 72px;
  }

  .siteheader__chevrons {
    height: 72px;
    width: 81.576px;
  }

  .siteheader__content {
    height: 72px;
  }

  .siteheader__logo {
    height: 48px;
  }

  .siteheader__menuitem {
    padding-right: 1.75em;
  }

  .siteheader__menuitems {
    width: auto;
    margin: 12px 0;
  }

  .siteheader__menuitem-icon {
    width: 20px;
    height: 20px;
  }

  .siteheader__searchandmenu {
    justify-content: flex-end;
    align-self: center;
  }

  .siteheader__searchbox,
  .siteheader__menuitem-label {
    display: none;
  }

  .siteheader__topics-dd,
  .siteheader__menu-dd {
    max-width: 260px;
    padding: 0;
  }
}
@media (max-width: 558px) {
  .siteheader__chevrons,
  .siteheader__menuitem-connectlink,
  .siteheader__menuitem-eventslink {
    display: none;
  }

  .siteheader__menuitem-icon {
    width: 24px;
    height: 24px;
  }

  .siteheader__menu-dd-directory,
  .siteheader__menu-dd-events {
    display: list-item;
  }

  .siteheader__topics-dd {
    right: 0;
  }
}
/* base units */
/* media sizes & breakpoints */
#searchbar {
  display: none;
}

@media (max-width: 900px) {
  #searchbar {
    display: block;
  }

  .searchbar {
    background-color: #ffcc00;
    height: 60px;
  }

  .searchbar__searchbox {
    height: 60px;
    padding-top: 13px;
  }
  .searchbar__searchbox table table {
    height: 32px;
  }
  .searchbar__searchbox .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 6px;
  }
  .searchbar__searchbox .gsc-search-button-v2 {
    background-color: #0a5640;
  }
  .searchbar__searchbox .gsc-search-button-v2:hover, .searchbar__searchbox .gsc-search-button-v2:focus {
    background-color: #0a5640;
  }

  .searchbar__searchbox-input {
    width: 100%;
    line-height: 24px;
  }

  .searchbar__searchbox-search {
    padding: 0.25em 0.5em;
    border: 1px #13272e solid;
    color: white;
    background-color: #0a5640;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 4px;
    line-height: 22px;
  }

  .searchbar__searchbox-searchicon {
    width: 16px;
    height: 16px;
  }

  .searchbar__searchbox-searchtext {
    padding-left: 0.4em;
    text-transform: uppercase;
  }
}
@media (max-width: 558px) {
  .searchbar {
    height: 55px;
  }

  .searchbar__searchbox {
    height: 50px;
    padding-top: 0;
  }
  .searchbar__searchbox > div {
    padding-top: 6px;
  }

  .searchbar__searchbox-searchicon {
    width: 22px;
    height: 22px;
  }

  .searchbar__searchbox-searchtext {
    display: none;
  }
}
/* base units */
/* media sizes & breakpoints */
.creativecommons {
  margin-top: 5em;
}

.creativecommons__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5em 0;
  margin: 0 auto;
}

.creativecommons__image {
  display: block;
  padding-right: 0.75em;
}

.creativecommons__text {
  font-style: italic;
  margin: 0;
}

@media (max-width: 558px) {
  .creativecommons__content {
    flex-direction: column;
    align-items: center;
  }

  .creativecommons__image {
    padding: 0 0 0.5em 0;
  }
}
.sflgru {
  background-color: #002119;
  height: 27px;
}

.sflgru__content {
  color: #ffffff;
  background-color: #004c38;
  height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sflgru__content-left {
  height: 25px;
  width: 160px;
  background-image: url(/assets/images/sflgru-bg-left.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.sflgru__content-right {
  height: 25px;
  width: 160px;
  background-image: url(/assets/images/ndsuheader-bg-right.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.sflgru__content-text {
  color: #cccccc;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 2px 0 0 0;
}

@media (max-width: 900px) {
  .sflgru {
    background-color: #004c38;
  }

  .sflgru__content {
    justify-content: center;
  }

  .sflgru__content-text {
    width: 90%;
    text-align: center;
    display: block;
  }

  .sflgru__content-left, .sflgru__content-right {
    display: none;
  }
}
@media (max-width: 558px) {
  #sflgru {
    display: none;
  }
}
/* base units */
/* media sizes & breakpoints */
.navfooter {
  padding: 0;
  margin: 0;
  height: 20px;
  min-height: 24px;
  line-height: 24px;
  background: url(/assets/images/bg_footernav.png) repeat-x center center;
}

.navfooter__content {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
}

.navfooter__link {
  color: #ffffff;
  font-size: 0.7em;
  text-transform: uppercase;
  text-decoration: none;
}

.navfooter__link:hover {
  color: #ffcc00;
  text-decoration: underline;
}

@media (max-width: 558px) {
  #navfooter {
    display: none;
  }
}
/* base units */
/* media sizes & breakpoints */
.contactfooter {
  color: #ffffff;
  background-color: #13272e;
  padding-bottom: 16px;
}
.contactfooter .socialmedia__icons {
  display: none;
}

.contactfooter__content {
  display: flex;
  justify-content: space-between;
  padding-top: 1em;
}
.contactfooter__content a {
  text-decoration: underline;
  color: #ffcc00;
}
.contactfooter__content a.foremployees__link {
  text-decoration: none;
  color: #aaa;
}

.contactfooter__email {
  color: #ffffff;
  font-style: normal;
}

.contactfooter__email:hover {
  color: #ffcc00;
}

.contactfooter__link {
  color: #ffffff;
  font-style: normal;
  font-size: 0.65em;
}

.contactfooter__link:hover {
  color: #ffcc00;
}

.contactfooter__sitemanager {
  display: flex;
}
.contactfooter__sitemanager a {
  display: inline-block;
  padding-bottom: 0.25em;
}

.contactfooter__text {
  margin: 0;
  padding-top: 0.25em;
  font-style: normal;
  font-size: 0.65em;
}

.contactfooter__text-sitemanager {
  padding-right: 1em;
}

.foremployees__link {
  color: #aaaaaa;
  text-decoration: none;
  display: block;
  padding: 0.5em 0.5em 0.5em 0;
  margin-top: 2em;
}

.nondiscrimination__link {
  display: none;
}

@media (max-width: 558px) {
  .contactfooter__content {
    flex-direction: column;
  }

  .contactfooter__lastupdate {
    margin-top: 2em;
  }
}
@media (max-width: 900px) {
  .contactfooter {
    padding-bottom: 20px;
  }
  .contactfooter .socialmedia__icons {
    display: flex;
    margin: 1em auto 0 auto;
  }
}
@media (max-width: 558px) {
  #contactfooter .contactfooter__content {
    padding: 16px 0;
  }
  #contactfooter .nondiscrimination__link {
    display: block;
    padding: 0.5em 0.5em 0.5em 0;
    margin-top: 2em;
  }
}

/*# sourceMappingURL=agcms.css.map */
