@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "neusa-next-std", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  max-width: 100%;
  overflow-x: hidden;
}

#main {
  margin-bottom: 80px;
}

.container {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
}

.page {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  min-width: 0;
}
.page-title {
  margin: 30px 0;
  line-height: 1;
}

.widget {
  width: 100%;
}

@media (max-width: 1000px) {
  #main .container {
    flex-direction: column;
  }
}
@media (max-width: 1240px) {
  .container {
    max-width: 1000px;
  }
}
@media (max-width: 1000px) {
  .container {
    max-width: 720px;
  }
}
b,
strong {
  font-weight: 600;
}

i,
em {
  font-style: oblique;
}

h1,
h2,
h3 {
  font-family: "neusa-next-std-condensed", sans-serif;
  font-weight: bold;
}

h4,
h5,
h6 {
  font-weight: bold;
}

h1,
h2 {
  text-transform: uppercase;
}

h1 {
  font-size: 60px;
  font-weight: 500;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 30px;
  font-weight: lighter;
}

h4,
h5,
h6 {
  font-size: 20px;
}

button:focus, button:focus-visible, button:active,
a:focus,
a:focus-visible,
a:active {
  outline: 5px auto Highlight !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}
button svg,
button .fas,
a svg,
a .fas {
  pointer-events: none;
}

a {
  transition: all 0.3s;
}
a * {
  transition: inherit;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

@media (max-width: 800px) {
  #main h1 {
    font-size: 45px;
  }
}
body {
  background-color: #ffffff;
  color: #101820;
}

.hidden,
.screen-reader-text {
  display: none;
}

.wonderplugin-engine a[title="WordPress Image Lightbox Plugin"] {
  color: transparent;
  font-size: 1px;
}

.full-height {
  height: calc(100vh - 48px - 96px - 40px) !important;
  position: relative !important;
  z-index: 11;
}

.admin-bar .full-height {
  height: calc(100vh - 48px - 96px - 40px - 32px) !important;
}

.notitle .page-title, .notitle .page-subtitle {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.all-caps {
  text-transform: uppercase;
}

.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}

body:not(.page-template-no-sidebars).is-sidebar-sidebar-left #main .page .alignwide, body:not(.page-template-no-sidebars).submenu-exists #main .page .alignwide {
  margin-left: calc(-50vw - 153px);
}
body:not(.page-template-no-sidebars).is-sidebar-sidebar-right #main .page .alignwide {
  margin-left: calc(-50vw + 153px);
}
body:not(.page-template-no-sidebars).is-sidebar-sidebar-left.is-sidebar-sidebar-right #main .page .alignwide, body:not(.page-template-no-sidebars).submenu-exists.is-sidebar-sidebar-right #main .page .alignwide {
  margin-left: -50vw;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.center-in-viewport {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 200px 0;
}

#main form,
.wp-block form,
.is-root-container form {
  font-family: "neusa-next-std", sans-serif;
}
#main form label:not(fieldset label),
#main form legend,
.wp-block form label:not(fieldset label),
.wp-block form legend,
.is-root-container form label:not(fieldset label),
.is-root-container form legend {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.3;
  color: #101820;
}
#main form input,
#main form select,
#main form textarea,
.wp-block form input,
.wp-block form select,
.wp-block form textarea,
.is-root-container form input,
.is-root-container form select,
.is-root-container form textarea {
  font-family: "neusa-next-std", sans-serif;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #101820;
  color: #101820;
  background: #ffffff;
  padding: 10px 15px;
}
#main form input::-moz-placeholder, #main form select::-moz-placeholder, #main form textarea::-moz-placeholder, .wp-block form input::-moz-placeholder, .wp-block form select::-moz-placeholder, .wp-block form textarea::-moz-placeholder, .is-root-container form input::-moz-placeholder, .is-root-container form select::-moz-placeholder, .is-root-container form textarea::-moz-placeholder {
  color: #101820;
  opacity: 1;
}
#main form input::placeholder,
#main form select::placeholder,
#main form textarea::placeholder,
.wp-block form input::placeholder,
.wp-block form select::placeholder,
.wp-block form textarea::placeholder,
.is-root-container form input::placeholder,
.is-root-container form select::placeholder,
.is-root-container form textarea::placeholder {
  color: #101820;
  opacity: 1;
}
#main form input::-webkit-input-placeholder,
#main form select::-webkit-input-placeholder,
#main form textarea::-webkit-input-placeholder,
.wp-block form input::-webkit-input-placeholder,
.wp-block form select::-webkit-input-placeholder,
.wp-block form textarea::-webkit-input-placeholder,
.is-root-container form input::-webkit-input-placeholder,
.is-root-container form select::-webkit-input-placeholder,
.is-root-container form textarea::-webkit-input-placeholder {
  color: #101820;
  opacity: 1;
}
#main form input::-moz-placeholder,
#main form select::-moz-placeholder,
#main form textarea::-moz-placeholder,
.wp-block form input::-moz-placeholder,
.wp-block form select::-moz-placeholder,
.wp-block form textarea::-moz-placeholder,
.is-root-container form input::-moz-placeholder,
.is-root-container form select::-moz-placeholder,
.is-root-container form textarea::-moz-placeholder {
  color: #101820;
  opacity: 1;
}
#main form select,
.wp-block form select,
.is-root-container form select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" style="fill:%23717c7d" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--><path d="M384 32H64C28.65 32 0 60.65 0 96v320c0 35.34 28.65 64 64 64h320c35.35 0 64-28.66 64-64V96c0-35.35-28.7-64-64-64zm-38.4 200.3-104 112c-4.6 4.9-10.9 7.7-17.6 7.7s-13.03-2.781-17.59-7.656l-104-112c-6.5-7-8.219-17.19-4.407-25.94C101.8 197.7 110.5 192 120 192h208c9.531 0 18.19 5.656 21.1 14.41 4.7 8.79 3 18.89-3.5 25.89z"/></svg>');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  padding-right: 46px;
  cursor: pointer;
}
#main form select:hover, #main form select:focus, #main form select:active,
.wp-block form select:hover,
.wp-block form select:focus,
.wp-block form select:active,
.is-root-container form select:hover,
.is-root-container form select:focus,
.is-root-container form select:active {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" style="fill:%23101820" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--><path d="M384 32H64C28.65 32 0 60.65 0 96v320c0 35.34 28.65 64 64 64h320c35.35 0 64-28.66 64-64V96c0-35.35-28.7-64-64-64zm-38.4 200.3-104 112c-4.6 4.9-10.9 7.7-17.6 7.7s-13.03-2.781-17.59-7.656l-104-112c-6.5-7-8.219-17.19-4.407-25.94C101.8 197.7 110.5 192 120 192h208c9.531 0 18.19 5.656 21.1 14.41 4.7 8.79 3 18.89-3.5 25.89z"/></svg>');
}
#main form button,
#main form input[type=submit],
#main form input[type=reset],
.wp-block form button,
.wp-block form input[type=submit],
.wp-block form input[type=reset],
.is-root-container form button,
.is-root-container form input[type=submit],
.is-root-container form input[type=reset] {
  text-decoration: none;
  font-family: "neusa-next-std", sans-serif;
  font-weight: 500;
  color: #ffffff;
  background-color: #101820;
  border: none;
  border-radius: 4000px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 10px 30px;
}
#main form button:hover,
#main form input[type=submit]:hover,
#main form input[type=reset]:hover,
.wp-block form button:hover,
.wp-block form input[type=submit]:hover,
.wp-block form input[type=reset]:hover,
.is-root-container form button:hover,
.is-root-container form input[type=submit]:hover,
.is-root-container form input[type=reset]:hover {
  text-decoration: underline;
}

/* University Resources */
.trigger__resources {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-color: unset;
  border: none;
  color: #ffffff;
  text-decoration: none;
  margin-right: 20px;
  padding: 0.5em;
  cursor: pointer;
  white-space: nowrap;
}
.trigger__resources:hover, .trigger__resources:focus, .trigger__resources:active, .trigger__resources:not(.closed) {
  color: #a49665;
}
.trigger__resources svg {
  height: 1em;
  padding-left: 4px;
}

@media (max-width: 720px) {
  .trigger__resources {
    display: none;
  }
}
.resources {
  position: absolute;
  transition: all 0.5s;
  width: 100%;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 12;
  transform: translateY(0);
  background-color: rgba(16, 24, 32, 0.95);
  padding: 10px;
  display: flex;
}
.resources.closed {
  transform: translateY(-130%);
  display: none;
}
.resources .logo {
  display: block;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.resources .logo svg {
  max-width: 270px;
  transform: scale(1);
  transition: all 0.3s;
}
.resources .logo:hover {
  color: #a49665;
  fill: #a49665;
}
.resources .logo:hover svg {
  transform: scale(1.02);
}
.resources .col {
  padding: 10px;
  color: #ffffff;
}
.resources .col a {
  color: #ffffff;
  text-decoration: none;
}
.resources .col a:hover {
  color: #a49665;
}
.resources .col--header {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "neusa-next-std-condensed", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resources .col--header svg {
  height: 1em;
  fill: currentColor;
  padding-right: 4px;
}
.resources .col--header svg:hover {
  fill: currentColor;
}
.resources__left {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.resources__right {
  flex-basis: 80%;
}
.resources__top, .resources__bottom {
  display: flex;
}
.resources__top .col, .resources__bottom .col {
  flex-basis: 25%;
  text-align: center;
}
.resources__top {
  padding-top: 20px;
}
.resources__bottom .col--header {
  color: #a49665;
  font-size: 28px;
  padding-bottom: 20px;
}
.resources__bottom .col--list {
  padding-bottom: 20px;
  line-height: 1.4;
}
.resources .trigger__closeresources {
  height: 1px;
  width: 1px;
  color: transparent;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.resources .trigger__closeresources:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: auto;
  position: absolute;
  top: 48px;
  right: 40px;
  z-index: 100000;
  text-decoration: none;
  margin: 10px 20px;
  padding: 10px 20px;
  border: 1px solid #101820;
  color: #101820;
  background-color: #ffffff;
}
.resources .trigger__closeresources svg {
  pointer-events: none;
  padding-left: 4px;
  height: 1em;
  fill: currentColor;
}

@media (max-width: 1440px) {
  .resources .col--header {
    font-size: 20px;
  }
  .resources__bottom .col--header {
    font-size: 24px;
  }
  .resources__bottom .col--list {
    font-size: 14px;
  }
  .resources__bottom .col--list__item {
    padding-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .resources__left {
    display: none;
  }
  .resources__right {
    flex-basis: 100%;
  }
}
@media (max-width: 800px) {
  .resources.closed {
    transform: translateY(-100%);
  }
  .resources__right .col {
    flex-basis: 50%;
  }
  .resources__top, .resources__bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .uncc-header-resources {
    height: calc(100vh - 32px);
    overflow-y: scroll;
  }
  .admin-bar .uncc-header-resources {
    height: calc(100vh - 32px - 46px);
  }
  .resources .col--header {
    font-size: 16px;
  }
  .resources__bottom .col--header {
    font-size: 16px;
  }
  .resources__bottom .col--list {
    font-size: 12px;
  }
  .resources__bottom .col--list__item {
    padding-bottom: 5px;
  }
}
.skip-link {
  height: 1px;
  width: 1px;
  color: transparent;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  transform: translateY(-100px);
  display: block;
  position: absolute;
}
.skip-link:focus {
  height: auto;
  width: auto;
  top: 10px;
  left: gutter;
  z-index: 100000;
  text-decoration: none;
  margin: 10px 20px;
  padding: 10px 20px;
  border: 1px solid #101820;
  color: #101820;
  background-color: #ffffff;
  transform: translateY(0);
}

#site-header {
  background: #005035;
  position: relative;
  z-index: 20;
}

#utility {
  background-color: #00351c;
  font-size: 1.3rem;
  position: relative;
  z-index: 13;
}
#utility > .container {
  display: flex;
  align-items: center;
  height: 46px;
}
#utility .trigger-mobile-dropdown {
  display: none;
}
#utility #gateway-links {
  flex-grow: 1;
}
#utility #gateway-links li {
  flex-grow: 0;
  flex-shrink: 1;
}
#utility #gateway-links li a {
  color: #a49665;
  text-decoration: none;
  border-right: 1px solid #a49665;
  text-align: center;
  white-space: nowrap;
}
#utility #gateway-links li a:hover {
  color: #ffffff;
}
#utility #gateway-links li:last-of-type a {
  border-right: none;
}
#utility #gateway-links li:first-of-type a {
  padding-left: 0;
}

@media (max-width: 1240px) {
  #utility {
    background-color: #00351c;
    font-size: 1.3rem;
  }
  #utility .trigger-mobile-dropdown {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
    color: #a49665;
    background-color: #00351c;
    flex-grow: 1;
    align-self: stretch;
    overflow: hidden;
    cursor: pointer;
  }
  #utility .trigger-mobile-dropdown svg {
    fill: currentColor;
    height: 1em;
    margin-right: 4px;
  }
  #utility .trigger-mobile-dropdown.open svg {
    transform: rotate(90deg);
  }
  #utility .trigger-icon {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #utility #gateway-links.mobile-dropdown {
    display: none;
    position: absolute;
    z-index: 10;
    bottom: 0;
    transform: translateY(0%);
    transition: transform 0.3s ease;
  }
  #utility #gateway-links.mobile-dropdown.open {
    display: flex;
    transform: translateY(100%);
  }
  #utility #gateway-links #menu-utility-menu {
    display: block;
    background-color: rgba(16, 24, 32, 0.95);
    padding: 10px 0;
  }
  #utility #gateway-links #menu-utility-menu li a {
    border-right: none;
    text-align: left;
    padding: 10px 20px;
    color: #ffffff;
  }
  #utility #gateway-links #menu-utility-menu li a:hover {
    color: #c0b795;
  }
}
@media (max-width: 720px) {
  #utility .trigger-mobile-dropdown {
    display: none;
  }
  #utility > .container {
    justify-content: flex-end;
  }
}
#identity {
  border-bottom: 3px solid #a49665;
  padding: 10px 0;
  position: relative;
  z-index: 11;
}
#identity > .container {
  display: flex;
  align-items: center;
  min-height: 80px;
}
#identity .charlotte-logo {
  display: block;
  width: 128px;
  margin-right: 30px;
  flex-shrink: 0;
}
#identity .site {
  flex-grow: 1;
  font-family: "neusa-next-std-condensed", sans-serif;
  text-transform: uppercase;
}
#identity .site a {
  color: #ffffff;
  text-decoration: none;
  font-weight: inherit;
}
#identity .site a:hover {
  color: #c0b795;
}
#identity .site-title {
  font-size: 2em;
  font-weight: 500;
}
#identity .site-slogan {
  font-weight: 100;
  font-size: 1.2em;
  margin-top: 5px;
  color: #ffffff;
}
#identity .social-links {
  display: flex;
}
#identity .social-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.3em;
  font-size: 1.7em;
  color: #ffffff;
  max-width: 50px;
  text-decoration: none;
}
#identity .social-link:last-of-type {
  padding-right: 0;
}
#identity .social-link:hover {
  color: #c0b795;
}
#identity .social-link.custom-icon img:hover {
  filter: invert(0.51) sepia(1);
}

@media (max-width: 1000px) {
  #identity {
    background-image: linear-gradient(to bottom, #00703c, #004525);
  }
  #identity .social-links {
    display: none;
  }
  #identity .site {
    margin-right: 15px;
  }
}
@media (max-width: 600px) {
  #identity .charlotte-logo {
    display: none;
  }
}
.horizontal-menu {
  position: relative;
}
.horizontal-menu .menu__list {
  display: flex;
}
.horizontal-menu .menu__list > .menu-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.horizontal-menu .menu__list > .menu-item > a {
  display: block;
  padding: 0.5em;
  text-align: center;
}
.horizontal-menu .menu__list > .menu-item > .sub-menu {
  display: none;
}
.horizontal-menu .menu__list > .menu-item:hover, .horizontal-menu .menu__list > .menu-item:focus-within {
  position: relative;
}
.horizontal-menu .menu__list > .menu-item:hover .sub-menu, .horizontal-menu .menu__list > .menu-item:focus-within .sub-menu {
  display: block;
  border-top: 1px solid #ffffff;
  position: absolute;
  bottom: 0;
  background-color: rgba(16, 24, 32, 0.95);
  padding: 10px;
  transform: translateY(100%);
}
.horizontal-menu .menu__list > .menu-item:hover .sub-menu a, .horizontal-menu .menu__list > .menu-item:focus-within .sub-menu a {
  font-weight: 300;
  padding: 4px;
  display: block;
  font-size: 0.9em;
}

@media (max-width: 1000px) {
  .horizontal-menu {
    display: none;
  }
  .horizontal-menu.open {
    display: block;
  }
}
#main-menu .menu__list {
  width: 100%;
}
#main-menu .menu__list > .menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#main-menu .menu__list > .menu-item > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "neusa-next-std-condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 1px solid #ffffff;
  flex-grow: 1;
}
#main-menu .menu__list > .menu-item > a:hover {
  color: #c0b795;
}
#main-menu .menu__list > .menu-item.current-menu-ancestor > a, #main-menu .menu__list > .menu-item.current-page-ancestor > a {
  color: #c0b795;
}
#main-menu .menu__list > .menu-item-has-children > .sub-menu a {
  font-family: "neusa-next-std", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.3px;
}
#main-menu .menu__list > .menu-item-has-children > .sub-menu .current-page-ancestor > a,
#main-menu .menu__list > .menu-item-has-children > .sub-menu .current-menu-item > a {
  color: #c0b795;
}
#main-menu .menu__list > .menu-item-has-children > .sub-menu .current-menu-item > a {
  font-weight: 400;
}
#main-menu .menu__list > .menu-item:last-of-type a {
  border-right: none;
}
#main-menu .menu__list > .menu-item.current-menu-item > a {
  color: #c0b795;
  font-weight: 400;
}
#main-menu a {
  color: #ffffff;
  text-decoration: none;
}
#main-menu a:hover, #main-menu a:focus, #main-menu a:active {
  color: #c0b795;
}

@media (max-width: 1000px) {
  #main-menu {
    position: absolute;
    background-color: rgba(16, 24, 32, 0.95);
    width: 100%;
    padding: 10px 0;
    transform: translateY(-101%);
    transition: transform 0.4s ease-in-out;
    z-index: 10;
  }
  #main-menu.open {
    transform: translateY(0%);
  }
  #main-menu .menu__list {
    display: block;
    width: 100%;
  }
  #main-menu .menu__list > .menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  #main-menu .menu__list > .menu-item > a {
    display: block;
    border-right: none;
  }
  #main-menu .menu__list > .menu-item > a:hover {
    color: #c0b795;
  }
  #main-menu .menu__list > .menu-item .sub-menu {
    display: block;
    border-top: none;
    position: static;
    bottom: 0;
    background-color: transparent;
    transform: translateY(0%);
    text-align: center;
    padding: 0;
  }
  #main-menu .menu__list > .menu-item .sub-menu a {
    font-weight: 300;
    padding: 4px;
    display: block;
    font-size: 0.9em;
  }
  #main-menu .menu__list > .menu-item .sub-menu.open {
    display: block;
  }
  #main-menu .menu__list:hover {
    position: relative;
  }
}
.trigger-wrapper--main-menu {
  display: none;
}

@media (max-width: 1000px) {
  .trigger-wrapper--main-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    height: 78px;
    width: 78px;
  }
  .trigger--main-menu {
    height: 48px;
    width: 40px;
  }
  .trigger--main-menu:hover {
    cursor: pointer;
  }
  .trigger--main-menu::before, .trigger--main-menu::after,
  .trigger--main-menu > div {
    background-color: #ffffff;
    border-radius: 3px;
    content: "";
    display: block;
    height: 5px;
    margin: 7px 0;
    transition: all 0.2s ease-in-out;
  }
  .trigger--main-menu.open::before {
    transform: translateY(12px) rotate(135deg);
  }
  .trigger--main-menu.open::after {
    transform: translateY(-12px) rotate(-135deg);
  }
  .trigger--main-menu.open > div {
    transform: scale(0);
  }
}
#clt-site-search-button {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background-color: unset;
  border: none;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  padding: 0.5em;
}
#clt-site-search-button:hover, #clt-site-search-button:focus, #clt-site-search-button:active {
  color: #a49665;
}
#clt-site-search-button:hover svg, #clt-site-search-button:focus svg, #clt-site-search-button:active svg {
  color: #a49665;
}
#clt-site-search-button svg {
  height: 1em;
  padding-left: 4px;
}
#clt-site-search-overlay {
  position: relative;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  width: 90%;
  max-width: 1200px;
  height: 90%;
  max-height: 90%;
  background-color: #ffffff;
  border: none;
  padding: 0;
  margin: auto;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.4);
}
#clt-site-search-overlay[open] {
  display: block;
}
#clt-site-search-overlay[open]::backdrop {
  content: " ";
  background: rgba(16, 24, 32, 0.9);
}
#clt-site-search-content {
  display: block;
  margin: auto;
}
#clt-site-search-form {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 30px;
  background: #005035;
  border-bottom: 3px solid #a49665;
}
#clt-site-search-form-control {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
#clt-site-search-input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  font-size: 30px;
  padding: 10px 20px 10px 60px;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 512 512"><path fill="white" d="M416 208c0 45.9-14.9 88.3-40 122.7l126.6 126.7c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/></svg>');
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 30px;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
}
#clt-site-search-input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#clt-site-search-input::placeholder {
  color: #ffffff;
}
#clt-site-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  margin-left: 4px;
  margin-right: 0;
  border-radius: 50em;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 512 512"><path fill="white" d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm-81-337c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"/></svg>');
  background-size: contain;
  opacity: 0;
  pointer-events: none;
}
#clt-site-search-input:focus::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: all;
}
#clt-site-search-close-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 16px;
  background: transparent;
  cursor: pointer;
  color: #ffffff;
  margin-left: 30px;
  padding: 0.5em;
}
#clt-site-search-close-button:hover, #clt-site-search-close-button:focus, #clt-site-search-close-button:active {
  color: #c0b795;
  border-color: #c0b795;
}
#clt-site-search-close-button svg {
  margin-left: 4px;
  height: 1em;
}
#clt-site-search-results {
  overflow-y: auto;
  overflow-x: hidden;
  font-family: "neusa-next-std", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 30px;
}
#clt-site-search-results a {
  font-weight: 500;
  color: #005035;
}
#clt-site-search-results a:hover {
  color: #837032;
  transition: 0.2s all;
}
#clt-site-search-results .list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#clt-site-search-results .list-item {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e8e9;
}
#clt-site-search-results .list-image {
  width: 100px;
  height: 100px;
}
#clt-site-search-results .list-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#clt-site-search-results .list-title h2 {
  font-family: "neusa-next-std-condensed", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  text-transform: unset;
}
#clt-site-search-results .list-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
}
#clt-site-search-results .list-term {
  background: #eeeff0;
  color: #101820;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1;
}
#clt-site-search-results .list-post-date {
  font-weight: 500;
}
#clt-site-search-results .university-search {
  position: relative;
  padding: 10px 20px;
  background: #e6e8e9;
  border-radius: 4px;
  margin-bottom: 30px;
}
#clt-site-search-results .university-search a::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#clt-site-search-results .results-count {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #4d5455;
}
#clt-site-search-results .no-results {
  font-weight: 500;
}
#clt-site-search-results .pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#clt-site-search-refine-filters {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #e6e8e9;
  border-bottom: 1px solid #e6e8e9;
  margin-bottom: 30px;
}
#clt-site-search-refine-filters p {
  font-weight: 500;
}
#clt-site-search-refine-filters .filter-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
#clt-site-search-refine-filters .filter-group .filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  background: #ffffff;
  color: #101820;
  border: 1px solid #101820;
  border-radius: 4px;
  padding: 3px 9px;
  cursor: pointer;
}
#clt-site-search-refine-filters .filter-group .filter-button:hover, #clt-site-search-refine-filters .filter-group .filter-button:focus, #clt-site-search-refine-filters .filter-group .filter-button:active, #clt-site-search-refine-filters .filter-group .filter-button.active {
  background: #101820;
  color: #ffffff;
}
#clt-site-search-refine-filters .filter-group .filter-button.active {
  cursor: not-allowed;
}
#clt-site-search-refine-filters .filter-group .filter-button svg {
  fill: #101820;
  height: 1em;
  margin-left: 4px;
}
#clt-site-search-refine-filters .filter-group .filter-button svg:hover, #clt-site-search-refine-filters .filter-group .filter-button svg:focus, #clt-site-search-refine-filters .filter-group .filter-button svg:active {
  background: #101820;
  fill: #ffffff;
}
#clt-site-search-refine-filters .filter-group .filter-button[disabled] {
  cursor: not-allowed;
  color: #717c7d;
  border-color: #717c7d;
  background-color: #eeeff0;
}
#clt-site-search-refine-filters .filter-group .filter-button[disabled] svg {
  fill: #717c7d;
  color: #717c7d;
}
#clt-site-search-refine-filters .filter-group .filter-button[disabled]:hover, #clt-site-search-refine-filters .filter-group .filter-button[disabled]:focus, #clt-site-search-refine-filters .filter-group .filter-button[disabled]:active {
  outline: none !important;
}
#clt-site-search-load-more {
  color: #101820;
  background: #ffffff;
  font-weight: 500;
  border: 1px solid #101820;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 7px 14px;
  box-sizing: border-box;
  text-align: center;
  word-break: break-word;
  line-height: 1.2;
}
#clt-site-search-load-more:hover, #clt-site-search-load-more:focus, #clt-site-search-load-more:active {
  background: #101820;
  color: #ffffff;
  transition: 0.2s all;
}

@media (max-width: 900px) {
  #clt-site-search-overlay {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: none;
  }
  #clt-site-search-form {
    padding: 20px;
  }
  #clt-site-search-input {
    font-size: 18px;
    background-size: 18px;
    padding-left: 38px;
  }
  #clt-site-search-input::-webkit-search-cancel-button {
    width: 12px;
    height: 12px;
  }
  #clt-site-search-close-button {
    font-size: 14px;
    margin-left: 15px;
  }
  #clt-site-search-close-button svg {
    width: 1em;
  }
  #clt-site-search-results {
    padding: 20px;
  }
  #clt-site-search-results .list-image {
    width: 50px;
    height: 50px;
  }
  #clt-site-search-results .list-excerpt {
    font-size: 14px;
  }
  #clt-site-search-refine-filters {
    flex-direction: column;
  }
}
/* Trigger styles */
.trigger {
  position: relative;
  z-index: 100;
}
.trigger.closed .state--open {
  display: none;
}
.trigger.closed .state--closed {
  display: block;
}
.trigger.open .state--open {
  display: block;
}
.trigger.open .state--closed {
  display: none;
}

/* Footer Header styles */
.footer {
  position: fixed;
  z-index: 12;
  bottom: 0;
  width: 100%;
}
.footer__header {
  height: 50px;
  background-color: #101820;
  border-top: 4px solid #a49665;
  display: flex;
  width: 100%;
  overflow: hidden;
  color: white;
}
.footer__header .trigger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  transform: rotate(180deg);
}
.footer__header .trigger:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.footer__header .trigger svg {
  width: 20px;
  fill: #ffffff;
}
.footer__header--menu {
  display: flex;
  flex: 1;
}
.footer__header--menu .list-item {
  display: flex;
}
.footer__header--menu .list-item__link {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__header--menu .list-item__link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer__header--branding {
  display: flex;
  padding: 5px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__header--branding:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer__header--branding img {
  width: 110px;
}
.footer__header--branding__text {
  font-family: "neusa-next-std-condensed", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  padding-left: 10px;
}
.footer a {
  color: white;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
}
.footer .trigger__returntotop {
  height: 0px;
  width: 0px;
  color: transparent;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
  position: absolute;
}
.footer .trigger__returntotop:focus {
  height: auto;
  width: auto;
  display: block;
  top: -20px;
  right: 0;
  z-index: 100000;
  text-decoration: none;
  margin: 10px 20px;
  padding: 10px 20px;
  border: 1px solid #101820;
  color: #101820;
  background-color: #ffffff;
}
.footer .trigger__returntotop svg {
  pointer-events: none;
  padding-right: 4px;
}
.footer.closed .footer__header .trigger__footer-drawer {
  transform: rotate(0deg);
}

@media (max-width: 1199px) {
  .footer {
    position: relative;
  }
  .footer__header--menu .list-item {
    display: none;
  }
  .footer__header .trigger__footer-drawer {
    display: none;
  }
  .footer--branding {
    flex-basis: 100%;
  }
}
@media (max-width: 600px) {
  .footer__header--branding {
    border-left: none;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer__header--menu {
    display: none;
  }
}
/* Footer Drawer Styles */
.footer.closed .footer__drawer {
  height: 0;
  padding: 0 40px;
}
.footer__drawer {
  background-color: #101820;
  background-image: url("../images/footerdrawerbg.jpg");
  background-size: cover;
  background-position: center center;
  padding: 40px;
  overflow: hidden;
  transition: all 0.4s;
}
.footer__drawer--container {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}
.footer__drawer--container .col {
  width: 25%;
  text-align: center;
  padding: 10px;
}
.footer__drawer--container .col--header {
  font-size: 24px;
  color: #a49665;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.footer__drawer--container .col--link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.4;
}
.footer__drawer--container .col--link:hover {
  color: #a49665;
}
.footer__drawer--container .col--link svg {
  height: 1em;
  fill: currentColor;
  padding-right: 4px;
}
.footer__drawer .uncc--address__maps {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  padding-bottom: 10px;
}
.footer__drawer .uncc--address__maps svg {
  height: 1em;
  padding-right: 4px;
}
.footer__drawer .uncc--telephone a, .footer__drawer .uncc--links a {
  font-size: 16px;
  line-height: 1.4;
}
.footer__drawer .uncc--telephone a:hover, .footer__drawer .uncc--links a:hover {
  color: #a49665;
}
.footer__drawer .uncc--telephone {
  padding-bottom: 10px;
}
.footer__drawer .uncc--telephone svg {
  height: 1em;
  padding-right: 4px;
}
.footer__drawer .uncc--links__menu {
  font-size: 0;
}
.footer__drawer .uncc--links__menu .list-item {
  display: inline-block;
  list-style: none;
  font-size: 0;
}
.footer__drawer .uncc--links__menu .list-item:not(:last-of-type) {
  border-right: 1px solid #ffffff;
}
.footer__drawer .uncc--links__menu .list-item__link {
  font-size: 13px;
  display: block;
  line-height: 1.2;
  margin: 3px 0;
  padding: 0 10px;
}
.footer__drawer .uncc--links__menu .list-item.copyright {
  width: 100%;
  border-right: none;
}
.footer .trigger__closefooter {
  height: 0px;
  width: 0px;
  color: transparent;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
  position: absolute;
}
.footer .trigger__closefooter:focus {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 48px;
  right: 40px;
  z-index: 100000;
  text-decoration: none;
  margin: 10px 20px;
  padding: 10px 20px;
  border: 1px solid #101820;
  color: #101820;
  background-color: #ffffff;
}
.footer .trigger__closefooter svg {
  height: 1em;
  pointer-events: none;
  padding-left: 4px;
}

@media (min-width: 1200px) {
  .footer__drawer.closed {
    display: none;
  }
  .footer__drawer .uncc--links {
    display: none;
  }
}
@media (max-width: 1199px) {
  .footer {
    position: static;
  }
  .footer.closed .footer__drawer {
    height: inherit;
    padding: 40px;
  }
  .footer__drawer--container {
    flex-wrap: wrap;
  }
  .footer__drawer--container .col {
    width: 50%;
  }
  .footer__drawer--container .col4 {
    order: 2;
  }
  .footer__drawer--container .col1 {
    order: 1;
  }
  .footer__drawer--container .col2,
  .footer__drawer--container .col3 {
    order: 3;
  }
}
@media (max-width: 600px) {
  .footer__drawer {
    background-image: none;
    background-color: #192531;
  }
  .footer__drawer--container .col {
    width: 100%;
  }
  .footer__drawer--container .col--header {
    font-size: 18px;
  }
  .footer__drawer--container .col--link {
    font-size: 14px;
    line-height: 1.2;
  }
  .footer__drawer--container .col4 {
    order: 1;
  }
  .footer__drawer--container .col1 {
    order: 2;
  }
  .footer__drawer--container .col2,
  .footer__drawer--container .col3 {
    order: 3;
  }
}
#main .widget:not(:first-of-type) {
  margin-top: 30px;
}
#main .widget h2.widget-title {
  margin-top: 0;
  background-color: #005035;
  padding: 10px;
  font-size: 28px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
}
#main .widget ul {
  list-style: disc;
  padding-left: 20px;
}
#main .widget ol {
  list-style: decimal;
  padding-left: 20px;
}

.widgetarea-sidebar-left {
  width: 275px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 30px;
  margin-top: 30px;
}

@media (max-width: 1000px) {
  .widgetarea-sidebar-left {
    width: 100%;
    margin-right: 0;
  }
}
.widgetarea-sidebar-right {
  width: 275px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 30px;
  margin-top: 30px;
}

@media (max-width: 1000px) {
  .widgetarea-sidebar-right {
    width: 100%;
    margin-left: 0;
  }
}
#main .widgetarea-sidebar-left .submenu-title {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #005035;
  padding: 10px;
}
#main .widgetarea-sidebar-left .submenu-title-text, #main .widgetarea-sidebar-left .submenu-title-link {
  font-size: 28px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  padding: 0;
  margin: 0;
}
#main .widgetarea-sidebar-left .submenu-title-link {
  text-decoration: none;
}
#main .widgetarea-sidebar-left .submenu-title-link:hover {
  color: #c0b795;
}
#main .widgetarea-sidebar-left .submenu-dropdown-trigger {
  padding: 10px;
  background: none;
  border: none;
  outline: none;
  display: none;
}
#main .widgetarea-sidebar-left .submenu-list {
  margin-top: 0;
}
#main .widgetarea-sidebar-left .submenu-list a {
  padding: 10px 15px;
  color: #101820;
  font-weight: 400;
  text-decoration: none;
  display: block;
  font-size: 14px;
  border-left: 3px solid transparent;
  border-bottom: 1px solid #e6e8e9;
}
#main .widgetarea-sidebar-left .submenu-list a:hover, #main .widgetarea-sidebar-left .submenu-list a:focus, #main .widgetarea-sidebar-left .submenu-list a:active {
  background-color: #eeeff0;
  border-left: 3px solid #005035;
}
#main .widgetarea-sidebar-left .submenu-list .page_item {
  background-color: #ffffff;
}
#main .widgetarea-sidebar-left .submenu-list .page_item.current_page_item > a, #main .widgetarea-sidebar-left .submenu-list .page_item.current_page_ancestor > a {
  background-color: #eeeff0;
  border-left: 3px solid #005035;
}
#main .widgetarea-sidebar-left .submenu-list .page_item.current_page_item > a {
  border-left: 3px solid #005035;
  background-color: #eeeff0;
  font-weight: 500;
}
#main .widgetarea-sidebar-left .submenu-list .children {
  display: none;
  padding-left: 15px;
}
#main .widgetarea-sidebar-left .submenu-list .children .page_item {
  border-bottom: none;
}
#main .widgetarea-sidebar-left .submenu-list .page_item_has_children::before {
  content: "▸";
  position: absolute;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 6.5px;
  color: #101820;
}
#main .widgetarea-sidebar-left .submenu-list .page_item_has_children.current_page_item::before, #main .widgetarea-sidebar-left .submenu-list .page_item_has_children.current_page_ancestor::before {
  content: "▾";
}
#main .widgetarea-sidebar-left .submenu-list .page_item_has_children.current_page_item > .children, #main .widgetarea-sidebar-left .submenu-list .page_item_has_children.current_page_ancestor > .children {
  display: block;
}

@media (max-width: 1000px) {
  #main .widgetarea-sidebar-left .submenu-title {
    display: flex;
    line-height: 1;
    align-items: center;
    padding-left: 20px;
  }
  #main .widgetarea-sidebar-left .submenu-title-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
    text-align: left;
  }
  #main .widgetarea-sidebar-left .submenu-title-link {
    text-align: left;
  }
  #main .widgetarea-sidebar-left .submenu-dropdown-trigger {
    display: block;
    color: #ffffff;
  }
  #main .widgetarea-sidebar-left .submenu-dropdown-trigger svg {
    fill: currentColor;
    width: 24px;
    height: 24px;
    pointer-events: none;
  }
  #main .widgetarea-sidebar-left .submenu-dropdown-trigger.open {
    transform: rotate(180deg);
  }
  #main .widgetarea-sidebar-left .submenu-list {
    display: none;
  }
  #main .widgetarea-sidebar-left .submenu-list.open {
    display: block;
  }
}
#main .page-people {
  display: flex;
}
#main .page-people .page-title {
  margin-bottom: 0;
}
#main .page-people .people-info {
  width: 275px;
  margin-right: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 30px;
}
#main .page-people .people-job-title {
  color: #837032;
  font-weight: 400;
  font-size: 30px;
  margin-top: 0;
  text-transform: unset;
}
#main .page-people .people-contact {
  background-color: #e6e8e9;
  border-radius: 4px;
  padding: 15px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#main .page-people .people-contact svg {
  width: 1em;
  height: 1em;
  text-align: center;
  margin-right: 3.3333333333px;
}

@media (max-width: 1000px) {
  #main .page-people {
    flex-direction: column;
  }
  #main .page-people .people-info {
    margin-right: 0;
  }
}
#main .same-category-post-item {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}
#main .same-category-post-item:not(:first-of-type) {
  margin-top: 20px;
}
#main .same-category-post-item .post-title {
  font-size: 16px;
  text-decoration: none;
}
#main .same-category-post-item .post-date {
  font-style: normal;
  color: #717c7d;
  margin: 0;
  font-size: 16px;
}

#main .uncc-contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#main .uncc-contact-form-notice {
  padding: 20px;
  border: 2px solid #a49665;
  background-color: #f9f8f5;
  margin: 30px 0;
}
#main .uncc-contact-form .form-element {
  flex-grow: 1;
}
#main .uncc-contact-form .form-element label {
  display: block;
  margin-bottom: 3.3333333333px;
}
#main .uncc-contact-form .form-element label span {
  color: #802f2d;
}
#main .uncc-contact-form .form-element input {
  width: 100%;
}
#main .uncc-contact-form .form-select, #main .uncc-contact-form .form-textarea {
  flex-basis: 100%;
}
#main .uncc-contact-form .form-verification {
  display: inline-flex;
  flex-grow: 0;
}
#main .uncc-contact-form .form-verification-wrapper {
  background-color: #eeeff0;
  border: 1px solid #101820;
  border-radius: 5px;
  padding: 20px;
}
#main .uncc-contact-form .form-verification-input input {
  text-align: center;
}
#main .uncc-contact-form .form-select {
  display: flex;
  flex-direction: column;
}
#main .uncc-contact-form .form-select select {
  width: 100%;
}
#main .uncc-contact-form .form-textarea textarea {
  width: 100%;
  min-height: 200px;
}
#main .uncc-contact-form .form-submit {
  text-align: center;
  display: flex;
  flex-basis: 100%;
}
#main .uncc-contact-form .form-submit input[type=submit] {
  display: inline-flex;
  width: auto;
  height: auto;
  border-radius: 1.25em;
  background-color: #005035;
  padding: 0.5em 1.25em;
  color: #ffffff;
  font-size: 1.25em;
  font-family: "neusa-next-std-condensed", sans-serif;
}
#main .uncc-contact-form .form-submit input[type=submit]:hover {
  background-color: #a49665;
  color: #101820;
  transition: 0.2s all;
  text-decoration: none;
  cursor: pointer;
}

#respond div {
  border: 2px solid;
  padding: 20px;
  font-size: 0.8em;
  margin-bottom: 20px;
}
#respond div.success {
  border-color: #005035;
  color: #005035;
  background-color: rgba(0, 80, 53, 0.2);
}
#respond div.error {
  border-color: #802f2d;
  color: #802f2d;
  background-color: rgba(128, 47, 45, 0.2);
}

#main .uncc-login-logout {
  background-color: #005035;
  display: block;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  border-bottom: none;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  padding-right: 30px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-align: center;
  font-weight: 400;
}
#main .uncc-login-logout:hover {
  color: #c0b795;
}
#main .uncc-login-logout::before {
  font-family: "Font Awesome 5 Free";
  content: "\f023";
  display: block;
  padding: 30px;
  font-weight: 900;
  background-color: #a49665;
  color: #005035;
  margin-right: 30px;
  transition: all 0.3s;
}

.page-404 {
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 0 !important;
}
.page-404-content {
  background: #e6e8e9;
  width: 600px;
  max-width: 100%;
  padding: 80px;
  margin: 80px;
}
.page-404-title {
  margin-top: 0 !important;
}
.page-404-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: space-around;
  margin: 30px 0 !important;
}
.page-404-button {
  display: inline-flex;
  padding: 8px 16px;
  border: 3px solid #a49665;
  border-radius: 50px;
  background: #005035;
  color: #ffffff !important;
  text-decoration: none !important;
}
.page-404-button:hover {
  color: #101820 !important;
  background: #a49665 !important;
}
.page-404-button-link {
  border: none !important;
  background: none !important;
  color: #005035 !important;
  text-decoration: underline !important;
  font-family: "neusa-next-std", sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 1.5 !important;
  cursor: pointer !important;
}
.page-404-button-link:hover {
  color: #837032 !important;
}

@media screen and (max-width: 600px) {
  .page-404-content {
    padding: 30px 15px;
    margin: 0;
  }
}
.archive #main .taxonomy-description {
  margin-top: -20px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 16px;
}

.clt-spinner {
  color: #101820;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.clt-spinner div {
  transform-origin: 40px 40px;
  animation: clt-spinner 1.2s linear infinite;
}
.clt-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #101820;
}
.clt-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.clt-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.clt-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.clt-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.clt-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.clt-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.clt-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.clt-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.clt-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.clt-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.clt-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.clt-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes clt-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#main .post-password-form {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: auto;
  padding: 30px;
  background-color: #eeeff0;
  border-radius: 8px;
}
#main .post-password-form > p:first-of-type {
  margin-top: 0;
}
#main .post-password-form > p:last-of-type {
  margin: 0;
}
#main .post-password-form > p:last-of-type label,
#main .post-password-form > p:last-of-type input[type=password] {
  display: block;
  width: 100%;
}
#main .post-password-form > p:last-of-type label {
  font-size: 1.8rem;
}
#main .post-password-form > p:last-of-type input[type=password] {
  margin-top: 5px;
}
#main .post-password-form > p:last-of-type input[type=submit] {
  margin-top: 20px;
}/*# sourceMappingURL=styles.css.map */