@charset "UTF-8";
.far, .fab, .fal, .fa, .fas, .fad {
  font-family: "Font Awesome 5 Pro";
}

/* ----- ROOT FONT SIZE / REMs ----- */
html {
  font-size: 13px;
  /* calc(((100vh + 100vw) / 2) * 0.006 + 9px); */
}

body {
  font-size: 16px;
  line-height: 1.5;
}

a:hover,
a:focus,
a:active {
  color: #325274 !important;
  background-color: unset !important;
}

@media (min-width: 480px) {
  html {
    font-size: 13.5px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 14.5px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 15.5px;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 16.5px;
  }
}
@media (min-width: 2000px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 2300px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 2500px) {
  html {
    font-size: 19px;
  }
}
@media (min-width: 3000px) {
  html {
    font-size: 20px;
  }
}
body.user-anonymous,
#s4-bodyContainer {
  /* Don't apply font to SharePoint UI when logged in */
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  color: #353535;
}

.material-icons {
  font-family: "Material Icons" !important;
}

/* ----- CONTAINERS + SCAFFOLDING ----- */
main {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #F2F2F2;
}

:not(#x) .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
@media (min-width: 85rem) {
  :not(#x) .container {
    padding: 0;
    margin-left: calc((100vw - 82rem) / 2);
    margin-right: calc((100vw - 82rem) / 2);
  }
}
@media (min-width: 85rem) {
  :not(#x) .container {
    margin-left: calc((100vw - 82rem) / 2);
    margin-right: calc((100vw - 82rem) / 2);
  }
}

.container {
  padding: 58px 68px 48px !important;
  background-color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .container {
    padding: 48px !important;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 3rem 2rem !important;
  }
}
@media screen and (max-width: 499px) {
  .container {
    padding: 2rem 1rem !important;
  }
}

.or-decontain {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 85rem) {
  .or-decontain {
    margin-left: calc((100vw - 82rem) / -2);
    margin-right: calc((100vw - 82rem) / -2);
  }
}
@media (min-width: 85rem) {
  .or-decontain {
    margin-left: calc((100vw - 82rem) / -2);
    margin-right: calc((100vw - 82rem) / -2);
  }
}

.or-container-narrow {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
@media (min-width: 51rem) {
  .or-container-narrow {
    padding: 0;
    margin-left: calc((100vw - 48rem) / 2);
    margin-right: calc((100vw - 48rem) / 2);
  }
}

body.sp2016.user-authenticated {
  overflow: hidden;
}

body.sp2016.modal-open {
  overflow: hidden;
}

:not(#x) .or-home main {
  padding-top: 0;
  padding-bottom: 0;
}
:not(#x) .or-home main > .container {
  padding-right: 0;
  padding-left: 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
:not(#x) .or-home main > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
:not(#x) .or-home main > .container > .row > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

/* ----- BASE HEADING STYLES ----- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-left: 0;
  margin-right: 0;
}
h1.ms-webpart-titleText,
h2.ms-webpart-titleText,
h3.ms-webpart-titleText,
h4.ms-webpart-titleText,
h5.ms-webpart-titleText,
h6.ms-webpart-titleText {
  font-size: 1rem !important;
}

h1,
h2:not(.or-accordion-panel h2, .flipcard-back-heading h2),
h3:not(.flipcard h3, .ctas-info-img-grid h3, navigation-block h3),
h4,
h5,
h6,
.or-h1, .or-page-title .or-h2,
.or-h3,
.or-h4,
.or-h5,
.or-h6 {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-weight: 500;
  color: #325274 !important;
}

header h1 {
  font-size: 2.5rem;
}

.or-header-content-row,
.or-breadcrumbs {
  display: none;
}

.or-header {
  display: none;
  height: 300px;
  background-color: transparent;
  background-position: center 65%;
  background-attachment: unset;
  box-shadow: 0 2px 2px -1px #88816E;
}
@media screen and (max-width: 767px) {
  .or-header {
    height: 150px;
  }
}

.or-header .or-header-overlay {
  background: transparent;
}

.or-header-content {
  margin-top: 275px;
}
@media screen and (max-width: 767px) {
  .or-header-content {
    margin-top: 125px;
  }
}

.citation {
  font-size: 10px;
  color: white;
  padding: 0 5px;
  background-color: rgba(128, 128, 128, 0.5);
  border-radius: 5px;
  width: fit-content;
}

@media screen and (min-width: 1200px) {
  .agency-left-nav .ms-rtestate-field > * {
    margin-left: 1rem !important;
  }
}
@media (min-width: 992px) {
  html .or-side-navigation {
    margin-top: 8px !important;
  }
}
main h1:not(.or-page-title),
main h2:not(.additional-block section:first-child h2, cta-hero-slideshow .carousel-slide h2),
main h3:not(.agency-left-nav .flipcard-front-content h3),
main .or-h1,
main .or-h2,
main .or-h3,
header h1:not(.or-page-title),
header h2:not(.additional-block section:first-child h2, cta-hero-slideshow .carousel-slide h2),
header h3:not(.agency-left-nav .flipcard-front-content h3),
header .or-h1,
header .or-h2,
header .or-h3,
html .ms-WPBody h1:not(.or-page-title),
html .ms-WPBody h2:not(.additional-block section:first-child h2, cta-hero-slideshow .carousel-slide h2),
html .ms-WPBody h3:not(.agency-left-nav .flipcard-front-content h3),
html .ms-WPBody .or-h1,
html .ms-WPBody .or-h2,
html .ms-WPBody .or-h3,
html .ms-TPBody h1:not(.or-page-title),
html .ms-TPBody h2:not(.additional-block section:first-child h2, cta-hero-slideshow .carousel-slide h2),
html .ms-TPBody h3:not(.agency-left-nav .flipcard-front-content h3),
html .ms-TPBody .or-h1,
html .ms-TPBody .or-h2,
html .ms-TPBody .or-h3,
.ms-rtestate-field h1:not(.or-page-title),
.ms-rtestate-field h2:not(.additional-block section:first-child h2, cta-hero-slideshow .carousel-slide h2),
.ms-rtestate-field h3:not(.agency-left-nav .flipcard-front-content h3),
.ms-rtestate-field .or-h1,
.ms-rtestate-field .or-h2,
.ms-rtestate-field .or-h3 {
  margin-top: 1em;
  margin-bottom: 0 !important;
  font-weight: 600 !important;
  line-height: 1.5;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main h4,
main h5,
main h6,
main .or-h4,
main .or-h5,
main .or-h6,
header h4,
header h5,
header h6,
header .or-h4,
header .or-h5,
header .or-h6,
html .ms-WPBody h4,
html .ms-WPBody h5,
html .ms-WPBody h6,
html .ms-WPBody .or-h4,
html .ms-WPBody .or-h5,
html .ms-WPBody .or-h6,
html .ms-TPBody h4,
html .ms-TPBody h5,
html .ms-TPBody h6,
html .ms-TPBody .or-h4,
html .ms-TPBody .or-h5,
html .ms-TPBody .or-h6,
.ms-rtestate-field h4,
.ms-rtestate-field h5,
.ms-rtestate-field h6,
.ms-rtestate-field .or-h4,
.ms-rtestate-field .or-h5,
.ms-rtestate-field .or-h6 {
  margin-top: 0.8em !important;
  margin-bottom: 0 !important;
  font-weight: 500;
}
main th,
header th,
html .ms-WPBody th,
html .ms-TPBody th,
.ms-rtestate-field th {
  font-weight: 500;
}
main .or-page-title,
header .or-page-title,
html .ms-WPBody .or-page-title,
html .ms-TPBody .or-page-title,
.ms-rtestate-field .or-page-title {
  padding-bottom: 0.7em;
  font-weight: 600;
  border-bottom: none !important;
}
main h1,
main .or-h1,
header h1,
header .or-h1,
html .ms-WPBody h1,
html .ms-WPBody .or-h1,
html .ms-TPBody h1,
html .ms-TPBody .or-h1,
.ms-rtestate-field h1,
.ms-rtestate-field .or-h1 {
  font-size: 32px;
}
main h2,
main .or-h2,
header h2,
header .or-h2,
html .ms-WPBody h2,
html .ms-WPBody .or-h2,
html .ms-TPBody h2,
html .ms-TPBody .or-h2,
.ms-rtestate-field h2,
.ms-rtestate-field .or-h2 {
  font-size: 2.34rem;
  font-size: 28px;
}
main h3,
main .or-h3,
header h3,
header .or-h3,
html .ms-WPBody h3,
html .ms-WPBody .or-h3,
html .ms-TPBody h3,
html .ms-TPBody .or-h3,
.ms-rtestate-field h3,
.ms-rtestate-field .or-h3 {
  font-size: 2.025rem;
  font-size: 24px;
}
main h4,
main .or-h4,
header h4,
header .or-h4,
html .ms-WPBody h4,
html .ms-WPBody .or-h4,
html .ms-TPBody h4,
html .ms-TPBody .or-h4,
.ms-rtestate-field h4,
.ms-rtestate-field .or-h4 {
  font-size: 1.62rem;
  font-size: 20px;
}
main h5,
main .or-h5,
header h5,
header .or-h5,
html .ms-WPBody h5,
html .ms-WPBody .or-h5,
html .ms-TPBody h5,
html .ms-TPBody .or-h5,
.ms-rtestate-field h5,
.ms-rtestate-field .or-h5 {
  font-size: 1.35rem;
  font-size: 18px;
}
main h6,
main .or-h6,
header h6,
header .or-h6,
html .ms-WPBody h6,
html .ms-WPBody .or-h6,
html .ms-TPBody h6,
html .ms-TPBody .or-h6,
.ms-rtestate-field h6,
.ms-rtestate-field .or-h6 {
  font-size: 1.08rem;
  font-size: 16px;
}
main .or-heading-alt,
header .or-heading-alt,
html .ms-WPBody .or-heading-alt,
html .ms-TPBody .or-heading-alt,
.ms-rtestate-field .or-heading-alt {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h1.or-heading-alt,
main .or-h1.or-heading-alt,
header h1.or-heading-alt,
header .or-h1.or-heading-alt,
html .ms-WPBody h1.or-heading-alt,
html .ms-WPBody .or-h1.or-heading-alt,
html .ms-TPBody h1.or-heading-alt,
html .ms-TPBody .or-h1.or-heading-alt,
.ms-rtestate-field h1.or-heading-alt,
.ms-rtestate-field .or-h1.or-heading-alt {
  font-size: 2.72rem;
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h2.or-heading-alt,
main .or-h2.or-heading-alt,
header h2.or-heading-alt,
header .or-h2.or-heading-alt,
html .ms-WPBody h2.or-heading-alt,
html .ms-WPBody .or-h2.or-heading-alt,
html .ms-TPBody h2.or-heading-alt,
html .ms-TPBody .or-h2.or-heading-alt,
.ms-rtestate-field h2.or-heading-alt,
.ms-rtestate-field .or-h2.or-heading-alt {
  font-size: 1.65rem;
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h3.or-heading-alt,
header h3.or-heading-alt,
html .ms-WPBody h3.or-heading-alt,
html .ms-TPBody h3.or-heading-alt,
.ms-rtestate-field h3.or-heading-alt {
  font-size: 1.35rem;
  margin-top: 1em;
  margin-bottom: 1em;
}
main h4.or-heading-alt,
main h5.or-heading-alt,
main h6.or-heading-alt,
main .or-h4.or-heading-alt,
main .or-h5.or-heading-alt,
main .or-h6.or-heading-alt,
header h4.or-heading-alt,
header h5.or-heading-alt,
header h6.or-heading-alt,
header .or-h4.or-heading-alt,
header .or-h5.or-heading-alt,
header .or-h6.or-heading-alt,
html .ms-WPBody h4.or-heading-alt,
html .ms-WPBody h5.or-heading-alt,
html .ms-WPBody h6.or-heading-alt,
html .ms-WPBody .or-h4.or-heading-alt,
html .ms-WPBody .or-h5.or-heading-alt,
html .ms-WPBody .or-h6.or-heading-alt,
html .ms-TPBody h4.or-heading-alt,
html .ms-TPBody h5.or-heading-alt,
html .ms-TPBody h6.or-heading-alt,
html .ms-TPBody .or-h4.or-heading-alt,
html .ms-TPBody .or-h5.or-heading-alt,
html .ms-TPBody .or-h6.or-heading-alt,
.ms-rtestate-field h4.or-heading-alt,
.ms-rtestate-field h5.or-heading-alt,
.ms-rtestate-field h6.or-heading-alt,
.ms-rtestate-field .or-h4.or-heading-alt,
.ms-rtestate-field .or-h5.or-heading-alt,
.ms-rtestate-field .or-h6.or-heading-alt {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
main h4.or-heading-alt,
main .or-h4.or-heading-alt,
header h4.or-heading-alt,
header .or-h4.or-heading-alt,
html .ms-WPBody h4.or-heading-alt,
html .ms-WPBody .or-h4.or-heading-alt,
html .ms-TPBody h4.or-heading-alt,
html .ms-TPBody .or-h4.or-heading-alt,
.ms-rtestate-field h4.or-heading-alt,
.ms-rtestate-field .or-h4.or-heading-alt {
  font-size: 1.125rem;
}
main h5.or-heading-alt,
main .or-h5.or-heading-alt,
header h5.or-heading-alt,
header .or-h5.or-heading-alt,
html .ms-WPBody h5.or-heading-alt,
html .ms-WPBody .or-h5.or-heading-alt,
html .ms-TPBody h5.or-heading-alt,
html .ms-TPBody .or-h5.or-heading-alt,
.ms-rtestate-field h5.or-heading-alt,
.ms-rtestate-field .or-h5.or-heading-alt {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
main h6.or-heading-alt,
main .or-h6.or-heading-alt,
header h6.or-heading-alt,
header .or-h6.or-heading-alt,
html .ms-WPBody h6.or-heading-alt,
html .ms-WPBody .or-h6.or-heading-alt,
html .ms-TPBody h6.or-heading-alt,
html .ms-TPBody .or-h6.or-heading-alt,
.ms-rtestate-field h6.or-heading-alt,
.ms-rtestate-field .or-h6.or-heading-alt {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
main .lead,
header .lead,
html .ms-WPBody .lead,
html .ms-TPBody .lead,
.ms-rtestate-field .lead {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}
main p,
header p,
html .ms-WPBody p,
html .ms-TPBody p,
.ms-rtestate-field p {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  line-height: inherit;
}
main .ms-rtestate-field,
header .ms-rtestate-field,
html .ms-WPBody .ms-rtestate-field,
html .ms-TPBody .ms-rtestate-field,
.ms-rtestate-field .ms-rtestate-field {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 18px;
}
main .ms-rtestate-field .or-intro,
header .ms-rtestate-field .or-intro,
html .ms-WPBody .ms-rtestate-field .or-intro,
html .ms-TPBody .ms-rtestate-field .or-intro,
.ms-rtestate-field .ms-rtestate-field .or-intro {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  color: #7B7475;
  font-size: 24px;
  line-height: 1.5;
}
main .ms-rtestate-field a:not(a:has(.highlighted-link)),
header .ms-rtestate-field a:not(a:has(.highlighted-link)),
html .ms-WPBody .ms-rtestate-field a:not(a:has(.highlighted-link)),
html .ms-TPBody .ms-rtestate-field a:not(a:has(.highlighted-link)),
.ms-rtestate-field .ms-rtestate-field a:not(a:has(.highlighted-link)) {
  color: #325274;
}
main .ms-rtestate-field a:not(a:has(.highlighted-link)):visited,
header .ms-rtestate-field a:not(a:has(.highlighted-link)):visited,
html .ms-WPBody .ms-rtestate-field a:not(a:has(.highlighted-link)):visited,
html .ms-TPBody .ms-rtestate-field a:not(a:has(.highlighted-link)):visited,
.ms-rtestate-field .ms-rtestate-field a:not(a:has(.highlighted-link)):visited {
  color: #7d1950;
}
main .ms-rtestate-field section:first-child h2,
header .ms-rtestate-field section:first-child h2,
html .ms-WPBody .ms-rtestate-field section:first-child h2,
html .ms-TPBody .ms-rtestate-field section:first-child h2,
.ms-rtestate-field .ms-rtestate-field section:first-child h2 {
  margin-top: 0.9em !important;
}
main .ms-rtestate-field ul,
main .ms-rtestate-field ol,
header .ms-rtestate-field ul,
header .ms-rtestate-field ol,
html .ms-WPBody .ms-rtestate-field ul,
html .ms-WPBody .ms-rtestate-field ol,
html .ms-TPBody .ms-rtestate-field ul,
html .ms-TPBody .ms-rtestate-field ol,
.ms-rtestate-field .ms-rtestate-field ul,
.ms-rtestate-field .ms-rtestate-field ol {
  padding-left: 1.5rem !important;
  margin-bottom: 1rem;
}
main .ms-rtestate-field ul li:not(.or-data-tables-pagination li, .nav-category-list li),
main .ms-rtestate-field ol li:not(.or-data-tables-pagination li, .nav-category-list li),
header .ms-rtestate-field ul li:not(.or-data-tables-pagination li, .nav-category-list li),
header .ms-rtestate-field ol li:not(.or-data-tables-pagination li, .nav-category-list li),
html .ms-WPBody .ms-rtestate-field ul li:not(.or-data-tables-pagination li, .nav-category-list li),
html .ms-WPBody .ms-rtestate-field ol li:not(.or-data-tables-pagination li, .nav-category-list li),
html .ms-TPBody .ms-rtestate-field ul li:not(.or-data-tables-pagination li, .nav-category-list li),
html .ms-TPBody .ms-rtestate-field ol li:not(.or-data-tables-pagination li, .nav-category-list li),
.ms-rtestate-field .ms-rtestate-field ul li:not(.or-data-tables-pagination li, .nav-category-list li),
.ms-rtestate-field .ms-rtestate-field ol li:not(.or-data-tables-pagination li, .nav-category-list li) {
  padding: 0 !important;
}
main .ms-rtestate-field .highlighted-link,
header .ms-rtestate-field .highlighted-link,
html .ms-WPBody .ms-rtestate-field .highlighted-link,
html .ms-TPBody .ms-rtestate-field .highlighted-link,
.ms-rtestate-field .ms-rtestate-field .highlighted-link {
  display: inline-block;
  padding: 0.5rem 6rem 0.5rem 1rem;
  margin: 1rem 0;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  background-image: url("/highered/SiteAssets/link-bg.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  width: auto !important;
  text-align: left;
  background-size: 32px !important;
  border-radius: 1em;
  font-size: 18px;
}
main .ms-rtestate-field .highlighted-link.or-btn-primary,
header .ms-rtestate-field .highlighted-link.or-btn-primary,
html .ms-WPBody .ms-rtestate-field .highlighted-link.or-btn-primary,
html .ms-TPBody .ms-rtestate-field .highlighted-link.or-btn-primary,
.ms-rtestate-field .ms-rtestate-field .highlighted-link.or-btn-primary {
  background-color: #abc7af !important;
  border: 3px solid #6E9E75 !important;
}
main .ms-rtestate-field .highlighted-link.or-btn-primary:hover,
header .ms-rtestate-field .highlighted-link.or-btn-primary:hover,
html .ms-WPBody .ms-rtestate-field .highlighted-link.or-btn-primary:hover,
html .ms-TPBody .ms-rtestate-field .highlighted-link.or-btn-primary:hover,
.ms-rtestate-field .ms-rtestate-field .highlighted-link.or-btn-primary:hover {
  background-color: #8db292 !important;
}
main .ms-rtestate-field .highlighted-link.or-btn-primary:active,
header .ms-rtestate-field .highlighted-link.or-btn-primary:active,
html .ms-WPBody .ms-rtestate-field .highlighted-link.or-btn-primary:active,
html .ms-TPBody .ms-rtestate-field .highlighted-link.or-btn-primary:active,
.ms-rtestate-field .ms-rtestate-field .highlighted-link.or-btn-primary:active {
  background-color: #8db292 !important;
}
main .ms-rtestate-field .highlighted-link.or-btn-secondary,
header .ms-rtestate-field .highlighted-link.or-btn-secondary,
html .ms-WPBody .ms-rtestate-field .highlighted-link.or-btn-secondary,
html .ms-TPBody .ms-rtestate-field .highlighted-link.or-btn-secondary,
.ms-rtestate-field .ms-rtestate-field .highlighted-link.or-btn-secondary {
  background-color: #9ccfd3 !important;
  border: 3px solid #56ACB3 !important;
}
main .ms-rtestate-field .highlighted-link.or-btn-secondary:hover,
header .ms-rtestate-field .highlighted-link.or-btn-secondary:hover,
html .ms-WPBody .ms-rtestate-field .highlighted-link.or-btn-secondary:hover,
html .ms-TPBody .ms-rtestate-field .highlighted-link.or-btn-secondary:hover,
.ms-rtestate-field .ms-rtestate-field .highlighted-link.or-btn-secondary:hover {
  background-color: #56ACB3 !important;
}
main .ms-rtestate-field .highlighted-link.or-btn-secondary:active,
header .ms-rtestate-field .highlighted-link.or-btn-secondary:active,
html .ms-WPBody .ms-rtestate-field .highlighted-link.or-btn-secondary:active,
html .ms-TPBody .ms-rtestate-field .highlighted-link.or-btn-secondary:active,
.ms-rtestate-field .ms-rtestate-field .highlighted-link.or-btn-secondary:active {
  background-color: #56ACB3 !important;
}
main .ms-rtestate-field .highlighted-link.or-btn-light,
header .ms-rtestate-field .highlighted-link.or-btn-light,
html .ms-WPBody .ms-rtestate-field .highlighted-link.or-btn-light,
html .ms-TPBody .ms-rtestate-field .highlighted-link.or-btn-light,
.ms-rtestate-field .ms-rtestate-field .highlighted-link.or-btn-light {
  background-color: #fcf2ca !important;
  border: 3px solid #F7DB69 !important;
}
main .ms-rtestate-field .highlighted-link.or-btn-light:hover,
header .ms-rtestate-field .highlighted-link.or-btn-light:hover,
html .ms-WPBody .ms-rtestate-field .highlighted-link.or-btn-light:hover,
html .ms-TPBody .ms-rtestate-field .highlighted-link.or-btn-light:hover,
.ms-rtestate-field .ms-rtestate-field .highlighted-link.or-btn-light:hover {
  background-color: #F7DB69 !important;
}
main .ms-rtestate-field .highlighted-link.or-btn-light:active,
header .ms-rtestate-field .highlighted-link.or-btn-light:active,
html .ms-WPBody .ms-rtestate-field .highlighted-link.or-btn-light:active,
html .ms-TPBody .ms-rtestate-field .highlighted-link.or-btn-light:active,
.ms-rtestate-field .ms-rtestate-field .highlighted-link.or-btn-light:active {
  background-color: #F7DB69 !important;
}
main .ms-rtestate-field .highlighted-link.white,
header .ms-rtestate-field .highlighted-link.white,
html .ms-WPBody .ms-rtestate-field .highlighted-link.white,
html .ms-TPBody .ms-rtestate-field .highlighted-link.white,
.ms-rtestate-field .ms-rtestate-field .highlighted-link.white {
  color: white !important;
  background-image: url("/highered/SiteAssets/link-bg-white.svg") !important;
}
main .ms-rtestate-field .additional-block-2,
header .ms-rtestate-field .additional-block-2,
html .ms-WPBody .ms-rtestate-field .additional-block-2,
html .ms-TPBody .ms-rtestate-field .additional-block-2,
.ms-rtestate-field .ms-rtestate-field .additional-block-2 {
  margin-top: 3rem;
  padding: 0 1.5rem 1.5rem;
  border: solid thin lightgrey;
  border-radius: 6px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.04), 0 8px 8px rgba(0, 0, 0, 0.04), 0 16px 16px rgba(0, 0, 0, 0.04);
}
main .ms-rtestate-field .additional-block,
header .ms-rtestate-field .additional-block,
html .ms-WPBody .ms-rtestate-field .additional-block,
html .ms-TPBody .ms-rtestate-field .additional-block,
.ms-rtestate-field .ms-rtestate-field .additional-block {
  border-top-color: #88816E;
  border-top-style: solid;
  border-top-width: 3px;
  margin-top: 45px;
}
main .ms-rtestate-field .section-break,
header .ms-rtestate-field .section-break,
html .ms-WPBody .ms-rtestate-field .section-break,
html .ms-TPBody .ms-rtestate-field .section-break,
.ms-rtestate-field .ms-rtestate-field .section-break {
  border: 0;
  background-color: transparent;
  height: 0;
  margin: 4rem auto 1.5rem;
  text-align: center;
  width: 100%;
}
main .ms-rtestate-field .section-break:before, main .ms-rtestate-field .section-break:after,
header .ms-rtestate-field .section-break:before,
header .ms-rtestate-field .section-break:after,
html .ms-WPBody .ms-rtestate-field .section-break:before,
html .ms-WPBody .ms-rtestate-field .section-break:after,
html .ms-TPBody .ms-rtestate-field .section-break:before,
html .ms-TPBody .ms-rtestate-field .section-break:after,
.ms-rtestate-field .ms-rtestate-field .section-break:before,
.ms-rtestate-field .ms-rtestate-field .section-break:after {
  background-color: #5A5A46;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 7%;
}
main .ms-rtestate-field .section-break:before,
header .ms-rtestate-field .section-break:before,
html .ms-WPBody .ms-rtestate-field .section-break:before,
html .ms-TPBody .ms-rtestate-field .section-break:before,
.ms-rtestate-field .ms-rtestate-field .section-break:before {
  transform: rotate(10deg);
}
main .ms-rtestate-field .section-break:after,
header .ms-rtestate-field .section-break:after,
html .ms-WPBody .ms-rtestate-field .section-break:after,
html .ms-TPBody .ms-rtestate-field .section-break:after,
.ms-rtestate-field .ms-rtestate-field .section-break:after {
  transform: rotate(-10deg);
}
main ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu),
main ol:not(.or-breadcrumbs),
header ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu),
header ol:not(.or-breadcrumbs),
html .ms-WPBody ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu),
html .ms-WPBody ol:not(.or-breadcrumbs),
html .ms-TPBody ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu),
html .ms-TPBody ol:not(.or-breadcrumbs),
.ms-rtestate-field ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu),
.ms-rtestate-field ol:not(.or-breadcrumbs) {
  margin-bottom: 1.5em;
}
main ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) li,
main ol:not(.or-breadcrumbs) li,
header ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) li,
header ol:not(.or-breadcrumbs) li,
html .ms-WPBody ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) li,
html .ms-WPBody ol:not(.or-breadcrumbs) li,
html .ms-TPBody ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) li,
html .ms-TPBody ol:not(.or-breadcrumbs) li,
.ms-rtestate-field ul:not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) li,
.ms-rtestate-field ol:not(.or-breadcrumbs) li {
  padding-left: 1rem;
  margin-bottom: 0.5em;
}
main .table > thead > tr > th,
main .table > tbody > tr > th,
main .table > tfoot > tr > th,
main .table > thead > tr > td,
main .table > tbody > tr > td,
main .table > tfoot > tr > td,
header .table > thead > tr > th,
header .table > tbody > tr > th,
header .table > tfoot > tr > th,
header .table > thead > tr > td,
header .table > tbody > tr > td,
header .table > tfoot > tr > td,
html .ms-WPBody .table > thead > tr > th,
html .ms-WPBody .table > tbody > tr > th,
html .ms-WPBody .table > tfoot > tr > th,
html .ms-WPBody .table > thead > tr > td,
html .ms-WPBody .table > tbody > tr > td,
html .ms-WPBody .table > tfoot > tr > td,
html .ms-TPBody .table > thead > tr > th,
html .ms-TPBody .table > tbody > tr > th,
html .ms-TPBody .table > tfoot > tr > th,
html .ms-TPBody .table > thead > tr > td,
html .ms-TPBody .table > tbody > tr > td,
html .ms-TPBody .table > tfoot > tr > td,
.ms-rtestate-field .table > thead > tr > th,
.ms-rtestate-field .table > tbody > tr > th,
.ms-rtestate-field .table > tfoot > tr > th,
.ms-rtestate-field .table > thead > tr > td,
.ms-rtestate-field .table > tbody > tr > td,
.ms-rtestate-field .table > tfoot > tr > td {
  padding: 1rem;
}
main .table-condensed > thead > tr > th,
main .table-condensed > tbody > tr > th,
main .table-condensed > tfoot > tr > th,
main .table-condensed > thead > tr > td,
main .table-condensed > tbody > tr > td,
main .table-condensed > tfoot > tr > td,
header .table-condensed > thead > tr > th,
header .table-condensed > tbody > tr > th,
header .table-condensed > tfoot > tr > th,
header .table-condensed > thead > tr > td,
header .table-condensed > tbody > tr > td,
header .table-condensed > tfoot > tr > td,
html .ms-WPBody .table-condensed > thead > tr > th,
html .ms-WPBody .table-condensed > tbody > tr > th,
html .ms-WPBody .table-condensed > tfoot > tr > th,
html .ms-WPBody .table-condensed > thead > tr > td,
html .ms-WPBody .table-condensed > tbody > tr > td,
html .ms-WPBody .table-condensed > tfoot > tr > td,
html .ms-TPBody .table-condensed > thead > tr > th,
html .ms-TPBody .table-condensed > tbody > tr > th,
html .ms-TPBody .table-condensed > tfoot > tr > th,
html .ms-TPBody .table-condensed > thead > tr > td,
html .ms-TPBody .table-condensed > tbody > tr > td,
html .ms-TPBody .table-condensed > tfoot > tr > td,
.ms-rtestate-field .table-condensed > thead > tr > th,
.ms-rtestate-field .table-condensed > tbody > tr > th,
.ms-rtestate-field .table-condensed > tfoot > tr > th,
.ms-rtestate-field .table-condensed > thead > tr > td,
.ms-rtestate-field .table-condensed > tbody > tr > td,
.ms-rtestate-field .table-condensed > tfoot > tr > td {
  padding: 0.8rem 0.5rem;
}
main :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]),
header :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]),
html .ms-WPBody :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]),
html .ms-TPBody :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]),
.ms-rtestate-field :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]) {
  box-shadow: none;
  border-radius: 0.6rem;
  font-size: 1.08rem;
  line-height: 2.2rem;
  padding: 0.5rem 1rem;
}
main :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]):not(textarea),
header :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]):not(textarea),
html .ms-WPBody :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]):not(textarea),
html .ms-TPBody :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]):not(textarea),
.ms-rtestate-field :not(.or-data-tables-toolbar-search):not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > .form-control:not([id^=ctl]):not(textarea) {
  height: 3rem;
}
main *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]),
header *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]),
html .ms-WPBody *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]),
html .ms-TPBody *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]),
.ms-rtestate-field *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]) {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 3.1rem !important;
  cursor: pointer;
  background: calc(100% - 0.9rem) center/1.3rem auto no-repeat url("/delc/programs/PublishingImages/chevron-down.svg"), var(--white);
  transition: background-color 0.3s ease;
}
main *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):hover,
header *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):hover,
html .ms-WPBody *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):hover,
html .ms-TPBody *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):hover,
.ms-rtestate-field *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):hover {
  background-color: var(--gray-96);
}
main *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):disabled,
header *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):disabled,
html .ms-WPBody *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):disabled,
html .ms-TPBody *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):disabled,
.ms-rtestate-field *:not(.or-filter-editor-pane-section):not(.or-data-tables-page-length-control) > *:not(.or-filter-editor-pane-section) > select.form-control:not([id^=ctl]):disabled {
  background-color: var(--gray-96);
}

.border-left-orange, .border-left {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 4px solid #F26A45;
  border-left: 4px solid #6E9E75;
}

ul.border-left-orange, ul.border-left {
  list-style-type: none;
}

footer {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 20px;
}
footer .social-block a:first-child {
  display: flex;
  justify-content: center;
}
footer .social-block img {
  height: 50px;
}

.additional-block-heading {
  display: flex;
  margin-bottom: 1rem;
}

.green-icon, .orange-icon, .blue-icon, .ocean-icon, .dark-blue-icon, .teal-icon, .red-icon, .magenta-icon, .yellow-icon {
  height: 60px;
  width: 60px;
  margin-right: 1.2rem !important;
  margin-top: 1rem !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.green-icon i[class^=fa-], .green-icon i[class*=fa-], .orange-icon i[class^=fa-], .orange-icon i[class*=fa-], .blue-icon i[class^=fa-], .blue-icon i[class*=fa-], .ocean-icon i[class^=fa-], .ocean-icon i[class*=fa-], .dark-blue-icon i[class^=fa-], .dark-blue-icon i[class*=fa-], .teal-icon i[class^=fa-], .teal-icon i[class*=fa-], .red-icon i[class^=fa-], .red-icon i[class*=fa-], .magenta-icon i[class^=fa-], .magenta-icon i[class*=fa-], .yellow-icon i[class^=fa-], .yellow-icon i[class*=fa-] {
  margin: auto;
  color: white;
  padding-left: 5px;
}

.green-icon {
  background-color: #6E9E75;
}

.orange-icon {
  background-color: #F26A45;
}

.blue-icon {
  background-color: #325274;
}

.ocean-icon {
  background-color: #33797E;
}

.teal-icon {
  background-color: #56ACB3;
}

.red-icon {
  background-color: #8F2C37;
}

.magenta-icon {
  background-color: #A8216B;
}

.yellow-icon {
  background-color: #F7DB69;
}

.or-fit-cover {
  width: 100%;
  height: auto;
}
.or-fit-cover.or-fit-wide {
  width: auto;
  height: 100%;
}

main li ul {
  margin-bottom: 0 !important;
  margin-top: 9px !important;
}

.agency-home main {
  background-color: white;
}
.agency-home main .container {
  margin: 0 !important;
  padding: 0 !important;
}
.agency-home .col-md-12 {
  min-height: 0 !important;
  padding: 0 !important;
}
.agency-home .ms-rtestate-read {
  margin-left: 0 !important;
  padding: 0 !important;
}
.agency-home image-slider {
  height: 20rem !important;
}
.agency-home .row {
  margin-left: 0;
  margin-right: 0;
}
.agency-home .contained {
  margin-left: 0 !important;
}
.agency-home .contained h1, .agency-home .contained h2, .agency-home .contained nav-img-reveal-grid, .agency-home .contained .ad-blocks-wrapper, .agency-home .contained flipping-card:not(.reasearch-flip-card flipping-card), .agency-home .contained .helpfulPoll {
  margin-left: 11% !important;
  margin-right: 11% !important;
}
@media screen and (max-width: 992px) {
  .agency-home .contained h1, .agency-home .contained h2, .agency-home .contained nav-img-reveal-grid, .agency-home .contained .ad-blocks-wrapper, .agency-home .contained flipping-card:not(.reasearch-flip-card flipping-card), .agency-home .contained .helpfulPoll {
    margin-left: 7% !important;
    margin-right: 7% !important;
  }
}
@media screen and (max-width: 768px) {
  .agency-home .contained h1, .agency-home .contained h2, .agency-home .contained nav-img-reveal-grid, .agency-home .contained .ad-blocks-wrapper, .agency-home .contained flipping-card:not(.reasearch-flip-card flipping-card), .agency-home .contained .helpfulPoll {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }
}

main a, main a:focus, main a:hover, main a:active, main a:visited,
footer a,
footer a:focus,
footer a:hover,
footer a:active,
footer a:visited,
.alert a,
.alert a:focus,
.alert a:hover,
.alert a:active,
.alert a:visited {
  color: unset;
  text-decoration: unset;
  text-decoration-style: unset;
}

a.btn:focus,
button.btn:focus,
a:focus,
.btn:focus,
.dropdown-toggle:focus {
  outline: unset;
}

:not(#x) *:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -2px;
  outline-color: inherit;
}

main p, main ul, main ol, main td {
  /* v These should only apply to uls v */
}
main p:not(.or-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) a:not(.or-link-reset):not(.btn):not(.or-btn):not(.or-calendar-event-link)[href], main ul:not(.or-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) a:not(.or-link-reset):not(.btn):not(.or-btn):not(.or-calendar-event-link)[href], main ol:not(.or-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) a:not(.or-link-reset):not(.btn):not(.or-btn):not(.or-calendar-event-link)[href], main td:not(.or-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) a:not(.or-link-reset):not(.btn):not(.or-btn):not(.or-calendar-event-link)[href] {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  padding: 0 0.12rem;
  transition: text-decoration-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
main p:not(.or-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) a:not(.or-link-reset):not(.btn):not(.or-btn):not(.or-calendar-event-link)[href]:focus, main ul:not(.or-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) a:not(.or-link-reset):not(.btn):not(.or-btn):not(.or-calendar-event-link)[href]:focus, main ol:not(.or-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) a:not(.or-link-reset):not(.btn):not(.or-btn):not(.or-calendar-event-link)[href]:focus, main td:not(.or-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) a:not(.or-link-reset):not(.btn):not(.or-btn):not(.or-calendar-event-link)[href]:focus {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -2px;
  outline-color: inherit;
}
main p:not(.or-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) a:not(.or-link-reset):not(.btn):not(.or-btn):not(.or-calendar-event-link)[href]:hover, main ul:not(.or-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) a:not(.or-link-reset):not(.btn):not(.or-btn):not(.or-calendar-event-link)[href]:hover, main ol:not(.or-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) a:not(.or-link-reset):not(.btn):not(.or-btn):not(.or-calendar-event-link)[href]:hover, main td:not(.or-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) a:not(.or-link-reset):not(.btn):not(.or-btn):not(.or-calendar-event-link)[href]:hover {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  text-decoration-color: transparent;
  color: inherit;
  background-color: hsla(var(--black-h), var(--black-s), var(--black-l), 0.045);
}
main .or-section-reverse p, main .or-section-reverse ul, main .or-section-reverse ol, main .or-section-reverse td {
  /* v These should only apply to uls v */
}
main .or-section-reverse p:not(.or-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) a:not(.or-link-reset):not(.btn):not(.or-btn):not(.or-calendar-event-link)[href], main .or-section-reverse ul:not(.or-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) a:not(.or-link-reset):not(.btn):not(.or-btn):not(.or-calendar-event-link)[href], main .or-section-reverse ol:not(.or-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) a:not(.or-link-reset):not(.btn):not(.or-btn):not(.or-calendar-event-link)[href], main .or-section-reverse td:not(.or-link-reset):not(.dropdown-menu):not(.or-filter-editor-columns):not(.or-data-tables-pagination):not(.ms-core-menu-list):not(.nav):not(.or-side-navigation-submenu) a:not(.or-link-reset):not(.btn):not(.or-btn):not(.or-calendar-event-link)[href] {
  color: inherit;
}

.or-link {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  padding: 0 0.12rem;
  transition: text-decoration-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
.or-link:focus {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -2px;
  outline-color: inherit;
}
.or-link:hover {
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  text-decoration-color: transparent;
  color: inherit;
  background-color: hsla(var(--black-h), var(--black-s), var(--black-l), 0.045);
}

h1 + ol, h1 + ul, h2 + ol, h2 + ul, h3 + ol, h3 + ul, h4 + ol, h4 + ul, h5 + ol, h5 + ul, h6 + ol, h6 + ul {
  margin-top: 20px;
}

.or-section-row {
  display: flex;
  flex-wrap: wrap;
}
.or-section-row > * {
  flex: 1 1 auto;
}
@media (min-width: 850px) {
  .or-section-row {
    flex-wrap: nowrap;
  }
  .or-section-row > * {
    flex: 0 0 50%;
  }
}
.or-section-row.or-section-row-outline > * {
  border-bottom: solid var(--white) 1px;
}
.or-section-row.or-section-row-outline > *:first-child {
  border-top: solid var(--white) 1px;
}
@media (min-width: 850px) {
  .or-section-row.or-section-row-outline > * {
    border: solid var(--white) 1px;
    border-left: none;
  }
  .or-section-row.or-section-row-outline > *:first-child {
    border-left: solid var(--white) 1px;
  }
}

.or-section-row-2 {
  display: flex;
  flex-wrap: wrap;
}
.or-section-row-2 > * {
  flex: 1 1 auto;
}
@media (min-width: 850px) {
  .or-section-row-2 {
    flex-wrap: nowrap;
  }
  .or-section-row-2 > * {
    flex: 0 0 50%;
  }
}
.or-section-row-2.or-section-row-outline > * {
  border-bottom: solid var(--white) 1px;
}
.or-section-row-2.or-section-row-outline > *:first-child {
  border-top: solid var(--white) 1px;
}
@media (min-width: 850px) {
  .or-section-row-2.or-section-row-outline > * {
    border: solid var(--white) 1px;
    border-left: none;
  }
  .or-section-row-2.or-section-row-outline > *:first-child {
    border-left: solid var(--white) 1px;
  }
}

.or-section-row-3 {
  display: flex;
  flex-wrap: wrap;
}
.or-section-row-3 > * {
  flex: 1 1 auto;
}
@media (min-width: 1000px) {
  .or-section-row-3 {
    flex-wrap: nowrap;
  }
  .or-section-row-3 > * {
    flex: 0 0 33.333%;
  }
}
.or-section-row-3.or-section-row-outline > * {
  border-bottom: solid var(--white) 1px;
}
.or-section-row-3.or-section-row-outline > *:first-child {
  border-top: solid var(--white) 1px;
}
@media (min-width: 1000px) {
  .or-section-row-3.or-section-row-outline > * {
    border: solid var(--white) 1px;
    border-left: none;
  }
  .or-section-row-3.or-section-row-outline > *:first-child {
    border-left: solid var(--white) 1px;
  }
}

.or-section, or-header-section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.or-section .or-section-bg, .or-section .or-header-bg, or-header-section .or-section-bg, or-header-section .or-header-bg {
  background: url(/delc/PublishingImages/placeholder-image-1.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.or-section .or-section-bg .or-bg-layer-grayscale, .or-section .or-header-bg .or-bg-layer-grayscale, or-header-section .or-section-bg .or-bg-layer-grayscale, or-header-section .or-header-bg .or-bg-layer-grayscale {
  filter: grayscale(100%);
}
.or-section .or-section-bg .or-bg-layer, .or-section .or-header-bg .or-bg-layer, or-header-section .or-section-bg .or-bg-layer, or-header-section .or-header-bg .or-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 46, 85, 0.4);
}
.or-section .or-section-bg .or-bg-layer > img, .or-section .or-header-bg .or-bg-layer > img, or-header-section .or-section-bg .or-bg-layer > img, or-header-section .or-header-bg .or-bg-layer > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.or-section .or-section-bg .or-bg-layer > img.or-img-top-center, .or-section .or-header-bg .or-bg-layer > img.or-img-top-center, or-header-section .or-section-bg .or-bg-layer > img.or-img-top-center, or-header-section .or-header-bg .or-bg-layer > img.or-img-top-center {
  top: 0;
  transform: translateX(-50%);
}
.or-section .or-section-bg .or-overlay-black-10, .or-section .or-header-bg .or-overlay-black-10, or-header-section .or-section-bg .or-overlay-black-10, or-header-section .or-header-bg .or-overlay-black-10 {
  background: rgba(0, 0, 0, 0.1);
}
.or-section .or-section-bg .or-overlay-black-15, .or-section .or-header-bg .or-overlay-black-15, or-header-section .or-section-bg .or-overlay-black-15, or-header-section .or-header-bg .or-overlay-black-15 {
  background: rgba(0, 0, 0, 0.15);
}
.or-section .or-section-bg .or-overlay-black-20, .or-section .or-header-bg .or-overlay-black-20, or-header-section .or-section-bg .or-overlay-black-20, or-header-section .or-header-bg .or-overlay-black-20 {
  background: rgba(0, 0, 0, 0.2);
}
.or-section .or-section-bg .or-overlay-black-25, .or-section .or-header-bg .or-overlay-black-25, or-header-section .or-section-bg .or-overlay-black-25, or-header-section .or-header-bg .or-overlay-black-25 {
  background: rgba(0, 0, 0, 0.25);
}
.or-section .or-section-bg .or-overlay-black-30, .or-section .or-header-bg .or-overlay-black-30, or-header-section .or-section-bg .or-overlay-black-30, or-header-section .or-header-bg .or-overlay-black-30 {
  background: rgba(0, 0, 0, 0.3);
}
.or-section .or-section-bg .or-overlay-black-35, .or-section .or-header-bg .or-overlay-black-35, or-header-section .or-section-bg .or-overlay-black-35, or-header-section .or-header-bg .or-overlay-black-35 {
  background: rgba(0, 0, 0, 0.35);
}
.or-section .or-section-bg .or-overlay-black-40, .or-section .or-header-bg .or-overlay-black-40, or-header-section .or-section-bg .or-overlay-black-40, or-header-section .or-header-bg .or-overlay-black-40 {
  background: rgba(0, 0, 0, 0.4);
}
.or-section .or-section-bg .or-overlay-black-45, .or-section .or-header-bg .or-overlay-black-45, or-header-section .or-section-bg .or-overlay-black-45, or-header-section .or-header-bg .or-overlay-black-45 {
  background: rgba(0, 0, 0, 0.45);
}
.or-section .or-section-bg .or-overlay-black-50, .or-section .or-header-bg .or-overlay-black-50, or-header-section .or-section-bg .or-overlay-black-50, or-header-section .or-header-bg .or-overlay-black-50 {
  background: rgba(0, 0, 0, 0.5);
}
.or-section .or-section-bg .or-overlay-black-55, .or-section .or-header-bg .or-overlay-black-55, or-header-section .or-section-bg .or-overlay-black-55, or-header-section .or-header-bg .or-overlay-black-55 {
  background: rgba(0, 0, 0, 0.55);
}
.or-section .or-section-bg .or-overlay-black-60, .or-section .or-header-bg .or-overlay-black-60, or-header-section .or-section-bg .or-overlay-black-60, or-header-section .or-header-bg .or-overlay-black-60 {
  background: rgba(0, 0, 0, 0.6);
}
.or-section .or-section-bg .or-overlay-black-65, .or-section .or-header-bg .or-overlay-black-65, or-header-section .or-section-bg .or-overlay-black-65, or-header-section .or-header-bg .or-overlay-black-65 {
  background: rgba(0, 0, 0, 0.65);
}
.or-section .or-section-bg .or-overlay-black-70, .or-section .or-header-bg .or-overlay-black-70, or-header-section .or-section-bg .or-overlay-black-70, or-header-section .or-header-bg .or-overlay-black-70 {
  background: rgba(0, 0, 0, 0.7);
}
.or-section .or-section-bg .or-overlay-black-75, .or-section .or-header-bg .or-overlay-black-75, or-header-section .or-section-bg .or-overlay-black-75, or-header-section .or-header-bg .or-overlay-black-75 {
  background: rgba(0, 0, 0, 0.75);
}
.or-section .or-section-bg .or-overlay-black-80, .or-section .or-header-bg .or-overlay-black-80, or-header-section .or-section-bg .or-overlay-black-80, or-header-section .or-header-bg .or-overlay-black-80 {
  background: rgba(0, 0, 0, 0.8);
}
.or-section .or-section-bg .or-overlay-black-85, .or-section .or-header-bg .or-overlay-black-85, or-header-section .or-section-bg .or-overlay-black-85, or-header-section .or-header-bg .or-overlay-black-85 {
  background: rgba(0, 0, 0, 0.85);
}
.or-section .or-section-bg .or-overlay-black-90, .or-section .or-header-bg .or-overlay-black-90, or-header-section .or-section-bg .or-overlay-black-90, or-header-section .or-header-bg .or-overlay-black-90 {
  background: rgba(0, 0, 0, 0.9);
}
.or-section .or-section-bg .or-overlay-black-95, .or-section .or-header-bg .or-overlay-black-95, or-header-section .or-section-bg .or-overlay-black-95, or-header-section .or-header-bg .or-overlay-black-95 {
  background: rgba(0, 0, 0, 0.95);
}
.or-section .or-section-bg .or-overlay-black-100, .or-section .or-header-bg .or-overlay-black-100, or-header-section .or-section-bg .or-overlay-black-100, or-header-section .or-header-bg .or-overlay-black-100 {
  background: black;
}
.or-section .or-section-bg .or-overlay-black-60, .or-section .or-header-bg .or-overlay-black-60, or-header-section .or-section-bg .or-overlay-black-60, or-header-section .or-header-bg .or-overlay-black-60 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.or-section .or-section-bg .or-overlay-black-70, .or-section .or-header-bg .or-overlay-black-70, or-header-section .or-section-bg .or-overlay-black-70, or-header-section .or-header-bg .or-overlay-black-70 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.or-section .or-section-bg .or-overlay-green-80, .or-section .or-header-bg .or-overlay-green-80, or-header-section .or-section-bg .or-overlay-green-80, or-header-section .or-header-bg .or-overlay-green-80 {
  background: rgba(27, 109, 74, 0.9);
}
.or-section .or-section-bg .or-overlay-white-90, .or-section .or-header-bg .or-overlay-white-90, or-header-section .or-section-bg .or-overlay-white-90, or-header-section .or-header-bg .or-overlay-white-90 {
  background: rgba(216, 241, 249, 0.9);
}
.or-section .or-section-bg .or-bg-overlay-green-0-80, .or-section .or-header-bg .or-bg-overlay-green-0-80, or-header-section .or-section-bg .or-bg-overlay-green-0-80, or-header-section .or-header-bg .or-bg-overlay-green-0-80 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 68, 52, 0.85);
}
.or-section .or-section-bg .or-bg-overlay-white-80, .or-section .or-header-bg .or-bg-overlay-white-80, or-header-section .or-section-bg .or-bg-overlay-white-80, or-header-section .or-header-bg .or-bg-overlay-white-80 {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
}
.or-section .or-section-bg .or-overlay-blue-85, .or-section .or-header-bg .or-overlay-blue-85, or-header-section .or-section-bg .or-overlay-blue-85, or-header-section .or-header-bg .or-overlay-blue-85 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #002E55;
  transform: translate(-50%, -50%);
}
.or-section .container, or-header-section .container {
  position: relative;
}
.or-section .or-container-padded, or-header-section .or-container-padded {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
.or-section.or-section-centered, or-header-section.or-section-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.or-section.or-section-grey, or-header-section.or-section-grey {
  background: var(--gray-94);
}
.or-section.or-section-reverse, or-header-section.or-section-reverse {
  color: white;
}
.or-section.or-section-no-padding, or-header-section.or-section-no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.or-section.or-section-no-padding-top, or-header-section.or-section-no-padding-top {
  padding-top: 0;
}
.or-section.or-section-big, or-header-section.or-section-big {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.or-section.or-section-bigger, or-header-section.or-section-bigger {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.or-section.or-section-biggest, or-header-section.or-section-biggest {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.or-section.or-section-smaller, or-header-section.or-section-smaller {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.or-section.or-section-rounded, or-header-section.or-section-rounded {
  border-radius: 0.4rem;
  overflow: hidden;
}

div > #suiteBarDelta {
  display: none;
}

#suiteBarTop {
  z-index: 200;
}

#s4-ribbonrow {
  z-index: 100;
}

.or-video-16-9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.or-video-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
  font-size: calc((100vh + 100vw) / 2 * 0.006 + 9px);
  color: #325274;
}

footer {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 16px;
  background-color: white;
  background-image: url("/highered/SiteAssets/footer-bg-hats.svg");
  background-repeat: no-repeat;
  background-position: 75% top;
  background-size: auto 100%;
  border-top: solid 3px #88816E;
  box-shadow: none !important;
}
footer li {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  footer li {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}
@media screen and (max-width: 991px) {
  footer {
    background-size: 50% auto;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    background-position: 45% top;
  }
}
@media screen and (max-width: 599px) {
  footer {
    background-position: left top;
    background-size: 60% auto;
  }
}
footer .container {
  padding: 10px 0 30px !important;
  background-color: transparent;
}
footer .container div.row {
  display: flex;
  flex-wrap: wrap;
}
footer .container div.row:first-child {
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  footer .container div.row:first-child {
    flex-direction: column;
  }
}
footer .container div.row:nth-child(3) br {
  display: none;
}
@media screen and (max-width: 1399px) {
  footer .container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 767px) {
  footer .container {
    padding-top: 1rem !important;
  }
}
footer .col-sm-3:first-child {
  width: 56%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .col-sm-3:first-child ul {
  margin-top: 0 !important;
}
@media screen and (max-width: 1279px) {
  footer .col-sm-3:first-child {
    width: 60%;
  }
}
@media screen and (max-width: 1199px) {
  footer .col-sm-3:first-child {
    width: 65%;
  }
}
@media screen and (max-width: 1099px) {
  footer .col-sm-3:first-child {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  footer .col-sm-3:first-child {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  footer .col-sm-3:first-child {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  footer .col-sm-3:first-child .center-left {
    max-width: 160px;
  }
}
@media screen and (max-width: 599px) {
  footer .col-sm-3:first-child {
    width: 100%;
    order: 2;
  }
}
footer .col-sm-3:nth-child(2) {
  width: 44%;
}
@media screen and (max-width: 1279px) {
  footer .col-sm-3:nth-child(2) {
    width: 40%;
  }
}
@media screen and (max-width: 1199px) {
  footer .col-sm-3:nth-child(2) {
    width: 35%;
  }
}
@media screen and (max-width: 1099px) {
  footer .col-sm-3:nth-child(2) {
    width: 30%;
  }
}
@media screen and (max-width: 991px) {
  footer .col-sm-3:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  footer .col-sm-3:nth-child(2) {
    width: 100%;
    order: 1;
  }
}
footer .hecc-footer-right-container {
  text-align: right;
}
footer .hecc-footer-right-container .footer-hecc-title {
  color: #4b8159;
  font-size: 28px !important;
  margin-bottom: 0.5rem;
  line-height: 1.2 !important;
}
@media screen and (max-width: 899px) {
  footer .hecc-footer-right-container .footer-hecc-title {
    margin: 0 10px 1.5rem;
  }
}
footer .col-sm-3:nth-child(3), footer .col-sm-3:last-child {
  width: 100%;
}
footer .col-sm-3:nth-child(3) ul, footer .col-sm-3:last-child ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 899px) {
  footer .col-sm-3:nth-child(3) ul, footer .col-sm-3:last-child ul {
    margin-top: 1rem;
  }
}
footer .col-sm-3:nth-child(3) ul li, footer .col-sm-3:last-child ul li {
  margin: 0 4px;
}
footer .col-sm-3:last-child {
  margin-top: 0;
}
footer .col-sm-3:last-child li {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
@media screen and (max-width: 599px) {
  footer .col-sm-3:last-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  footer .col-sm-3:last-child li {
    width: 100%;
  }
}
footer .col-sm-3:last-child .or-footer-link-oregon-department-of-veteran-s-affairs {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
@media screen and (max-width: 767px) {
  footer .col-sm-3:last-child {
    order: 4;
  }
}
footer .col-sm-3:nth-child(3) {
  margin-top: 0;
}
footer .col-sm-3:nth-child(3) p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  footer .col-sm-3:nth-child(3) {
    width: 100% !important;
    order: 3;
  }
}
footer h3 {
  display: none;
}
footer a {
  text-decoration: underline;
}
footer li {
  border-bottom: none;
  margin: 0 !important;
}

.or-accordion-list {
  margin-top: 1rem;
}
.or-accordion-list .or-accordion-panel {
  border: solid 2px #B7DFF7;
}
.or-accordion-list .btn.or-accordion-panel-btn {
  white-space: wrap !important;
  text-wrap: wrap !important;
}
.or-accordion-list .or-accordion-panel,
.or-accordion-list .or-accordion-panel-btn {
  border-radius: 1em;
  min-height: 40px;
  white-space: wrap !important;
}
.or-accordion-list .or-accordion-panel .panel-heading,
.or-accordion-list .or-accordion-panel-btn .panel-heading {
  padding: 0 !important;
}
.or-accordion-list .or-accordion-panel .panel-heading .or-accordion-heading .or-accordion-heading-collapse::before,
.or-accordion-list .or-accordion-panel-btn .panel-heading .or-accordion-heading .or-accordion-heading-collapse::before {
  color: #56ACB3;
}
.or-accordion-list .or-accordion-panel .panel-heading .or-accordion-heading .panel-title,
.or-accordion-list .or-accordion-panel-btn .panel-heading .or-accordion-heading .panel-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 1%;
  font-family: Tahoma, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: normal !important;
  color: #353535 !important;
}
.or-accordion-list .or-accordion-panel .panel-heading .or-accordion-heading .or-accordion-heading-title p,
.or-accordion-list .or-accordion-panel-btn .panel-heading .or-accordion-heading .or-accordion-heading-title p {
  white-space: wrap !important;
  text-wrap: wrap !important;
  line-height: 1.5;
}
.or-accordion-list .or-accordion-panel .panel-body,
.or-accordion-list .or-accordion-panel-btn .panel-body {
  border-radius: 1em;
  background: transparent;
  box-shadow: none;
}
.or-accordion-list .or-accordion-panel .panel-body p,
.or-accordion-list .or-accordion-panel-btn .panel-body p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.or-accordion-list .or-accordion-panel-btn:not(.or-accordion-panel-btn.collapsed) .panel-title {
  font-weight: 600 !important;
}
.or-accordion-list .or-accordion-panel-btn.collapsed .panel-title {
  font-weight: 500 !important;
}

.green-accordion .or-accordion-list .or-accordion-panel {
  border: solid 2px #a1d1a8 !important;
}
.green-accordion .or-accordion-list .or-accordion-panel .panel-heading .or-accordion-heading .or-accordion-heading-collapse::before {
  color: #4b8159 !important;
}

.or-accordion-heading-collapse::before {
  margin-top: 4px;
  margin-bottom: 0;
}

.or-btn:not(.btn-link) {
  padding: 0.5rem 2rem;
  font-weight: 500;
  align-items: center;
  text-align: center;
  margin: 10px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif !important;
  text-decoration: none;
  width: fit-content;
  border-radius: 6px;
}
.or-btn:not(.btn-link):focus {
  outline-style: solid !important;
  outline-width: 3px !important;
  outline-offset: 4px !important;
  outline-color: #325274 !important;
}

.or-btn-primary {
  background-color: #7EA981;
  color: #000000 !important;
  border: 3px solid #7EA981;
}
.or-btn-primary:focus {
  background-color: #abc7af !important;
  color: #000000 !important;
}
.or-btn-primary:hover {
  background-color: #abc7af !important;
  border: 3px solid #7EA981;
  color: #000000 !important;
}
.or-btn-primary:active {
  background-color: #abc7af !important;
}
.or-btn-primary i {
  margin-right: 10px;
}

.or-btn-secondary {
  background-color: #72B9C0;
  color: #000000 !important;
  border: 3px solid #72B9C0;
}
.or-btn-secondary:focus {
  background-color: #9ccfd3 !important;
  color: #353535 !important;
}
.or-btn-secondary:hover {
  background-color: #9ccfd3 !important;
  border: 3px solid #72B9C0;
  color: #353535 !important;
}
.or-btn-secondary:active {
  background-color: #9ccfd3 !important;
}
.or-btn-secondary i {
  margin-right: 10px;
}

.or-btn-tertiary {
  background-color: #88816E;
  color: #000000 !important;
  border: 3px solid #88816E;
}
.or-btn-tertiary:focus {
  background-color: #b7b2a5 !important;
  color: #353535 !important;
}
.or-btn-tertiary:hover {
  background-color: #b7b2a5 !important;
  border: 3px solid #88816E;
  color: #353535 !important;
}
.or-btn-tertiary:active {
  background-color: #b7b2a5 !important;
}
.or-btn-tertiary i {
  margin-right: 10px;
}

.or-btn-alert {
  background-color: #D93754;
  color: #000000 !important;
  border: 3px solid #D93754;
}
.or-btn-alert:focus {
  background-color: #e98d9d !important;
  color: #353535 !important;
}
.or-btn-alert:hover {
  background-color: #e98d9d !important;
  border: 3px solid #D93754;
  color: #353535 !important;
}
.or-btn-alert:active {
  background-color: #e98d9d !important;
}
.or-btn-alert i {
  margin-right: 10px;
}

.or-btn-inverse {
  background-color: #cccccc;
  color: #000000 !important;
  border: 3px solid #cccccc;
}
.or-btn-inverse:focus {
  background-color: #FFFFFF !important;
  color: #353535 !important;
}
.or-btn-inverse:hover {
  background-color: #FFFFFF !important;
  border: 3px solid #cccccc;
  color: #353535 !important;
}
.or-btn-inverse:active {
  background-color: #FFFFFF !important;
}
.or-btn-inverse i {
  margin-right: 10px;
}

.or-btn-light {
  background-color: #F7DB69;
  color: #000000 !important;
  border: 3px solid #F7DB69;
}
.or-btn-light:focus {
  background-color: #fcf2ca !important;
  color: #353535 !important;
}
.or-btn-light:hover {
  background-color: #fcf2ca !important;
  border: 3px solid #F7DB69;
  color: #353535 !important;
}
.or-btn-light:active {
  background-color: #fcf2ca !important;
}
.or-btn-light i {
  margin-right: 10px;
}

.or-btn-highlight {
  background-color: #B7DFF7;
  color: #000000 !important;
  border: 3px solid #B7DFF7;
}
.or-btn-highlight:focus {
  background-color: white !important;
  color: #353535 !important;
}
.or-btn-highlight:hover {
  background-color: white !important;
  border: 3px solid #B7DFF7;
  color: #353535 !important;
}
.or-btn-highlight:active {
  background-color: white !important;
}
.or-btn-highlight i {
  margin-right: 10px;
}

.or-btn-white {
  background-color: #FFFFFF;
  color: black !important;
  border: 3px solid #FFFFFF;
  border-radius: 15px !important;
  font-size: 15px;
  font-weight: 700;
}
.or-btn-white:focus {
  background-color: white !important;
  color: #353535 !important;
}
.or-btn-white:hover {
  background-color: white !important;
  border: 3px solid #F2F2F2;
  color: #353535 !important;
}
.or-btn-white:active {
  background-color: white !important;
}
.or-btn-white i {
  margin-right: 10px;
}

@media screen and (min-width: 1200px) {
  .or-side-navigation {
    margin-right: 1rem;
  }
  .or-side-navigation :not(#x) *:focus {
    outline-offset: 0 !important;
  }
}
.or-side-navigation :not(#x) *:focus {
  outline-offset: 0 !important;
}

.or-side-navigation *:not(.material-icons) {
  font-size: 18px !important;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif !important;
  border: none !important;
  font-weight: 400 !important;
  line-height: 1.3;
}

.or-side-navigation ul .or-side-navigation-current > a {
  color: #33797E;
  border-color: #33797E;
}

.or-side-navigation > ul > .or-side-navigation-parent > a,
.or-side-navigation ul li .or-side-navigation-unlinked-item {
  text-transform: unset !important;
  letter-spacing: normal !important;
}

.or-side-navigation-parent {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.or-side-navigation-parent > a {
  padding-right: 2.5rem !important;
}

.or-side-navigation-submenu {
  padding-left: 1.5rem;
  margin-top: 0 !important;
  width: calc(100% - 0.3rem);
}
.or-side-navigation-submenu ul li a {
  padding: 8px 15px !important;
}

.or-side-navigation-parent + li:not(.or-side-navigation-parent) {
  padding-top: 0 !important;
}

.or-navbar {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  margin: 0 !important;
  padding: 0;
  border-bottom: solid 3px #88816E;
}
@media (max-width: 991.98px) {
  .or-navbar {
    justify-content: unset;
  }
}
.or-navbar nav {
  flex-grow: 1;
  margin-top: 1.2rem;
}
@media (max-width: 1149px) {
  .or-navbar nav {
    margin-top: 1rem;
  }
}
@media (max-width: 1019px) {
  .or-navbar nav {
    margin-top: 0.4rem;
  }
}
@media (max-width: 899px) {
  .or-navbar nav {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .or-navbar .or-navigation-list {
    display: flex;
    justify-content: space-evenly;
    width: calc(100% - 60px);
  }
}
.or-navbar .or-navigation-list .dropdown:first-child .dropdown-menu {
  border: solid 3px #6E9E75;
}
.or-navbar .or-navigation-list .dropdown:first-child .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(110, 158, 117, 0.6);
}
.or-navbar .or-navigation-list .dropdown:nth-child(2) .dropdown-menu {
  border: solid 3px #56ACB3;
}
.or-navbar .or-navigation-list .dropdown:nth-child(2) .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(86, 172, 179, 0.6);
}
.or-navbar .or-navigation-list .dropdown:nth-child(3) .dropdown-menu {
  border: solid 3px #F7DB69;
}
.or-navbar .or-navigation-list .dropdown:nth-child(3) .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(247, 219, 105, 0.6);
}
.or-navbar .or-navigation-list .dropdown:nth-child(4) .dropdown-menu {
  border: solid 3px #F26A45;
}
.or-navbar .or-navigation-list .dropdown:nth-child(4) .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(242, 106, 69, 0.6);
}
@media (min-width: 768px) {
  .or-navbar .or-navigation-list > li {
    text-align: center;
  }
}
.or-navbar .or-navigation-list > li a {
  color: #353535;
  font-size: 18px;
  padding: 0.5rem 0.2rem 0.5rem 0.5rem;
}
@media (max-width: 1219px) {
  .or-navbar .or-navigation-list > li a {
    font-size: 18px;
  }
}
@media (max-width: 899px) {
  .or-navbar .or-navigation-list > li a {
    padding: 0.2rem 0.5rem;
  }
}
.or-navbar .or-navigation-list > li .dropdown-menu {
  max-height: 600px;
  overflow-y: auto;
  padding: 0.5rem;
  border-radius: 12px;
  right: 0;
  left: unset;
}
.or-navbar .or-navigation-list > li .dropdown-menu a {
  padding: 0.4rem 0.5rem;
  font-size: 18px !important;
}
@media (max-width: 767px) {
  .or-navbar .or-navigation-list > li .dropdown-menu > li, .or-navbar .or-navigation-list > li .dropdown-menu > li > a {
    max-width: 100%;
    word-break: normal !important;
    white-space: normal !important;
  }
}
.or-navbar .or-navigation-list > li .dropdown-menu::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.or-navbar .or-navigation-list > li .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.or-navbar .or-navigation-list > li .material-icons {
  color: #6E9E75;
}
.or-navbar .or-navigation-list .dropdown-toggle {
  border-radius: 12px;
}
.or-navbar .or-navigation-label {
  color: #353535;
}
.or-navbar .hecc-navbar-brand {
  padding: 1rem 0.3rem 1rem 1.5rem;
}
@media (min-width: 1300px) {
  .or-navbar .hecc-navbar-brand {
    padding: 1rem 0.3rem 1rem 2rem;
  }
}
@media (min-width: 1400px) {
  .or-navbar .hecc-navbar-brand {
    padding: 1rem 1rem 1rem 4rem;
  }
}
.or-navbar .hecc-navbar-brand img {
  max-height: 110px;
  max-width: 230px;
}
@media (max-width: 899px) {
  .or-navbar .hecc-navbar-brand {
    padding: 1rem 1rem 1rem 2rem;
  }
}
@media (max-width: 399px) {
  .or-navbar .hecc-navbar-brand {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
  .or-navbar .hecc-navbar-brand img {
    width: 60%;
  }
}
.or-navbar .fa-search, .or-navbar .fa-bars {
  color: #000000 !important;
  font-weight: bold;
}
@media (max-width: 767px) {
  .or-navbar .fa-search, .or-navbar .fa-bars {
    margin-top: 0.5rem;
  }
}

.or-navbar-search-wrapper {
  height: calc(100% - 2px) !important;
  background-color: #FFFFFF;
  z-index: 1031;
}
.or-navbar-search-wrapper #oregonSearchBar, .or-navbar-search-wrapper .or-navbar-search-submit-button {
  background-color: #FFFFFF;
}
.or-navbar-search-wrapper .fa-times, .or-navbar-search-wrapper #oregonSearchBar, .or-navbar-search-wrapper .or-navbar-search-input::placeholder {
  color: #000000 !important;
}
.or-navbar-search-wrapper .search-button {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .or-navbar-search-wrapper .search-button {
    margin-top: 2.9rem;
  }
}
@media (max-width: 399px) {
  .or-navbar-search-wrapper .search-button {
    margin-top: 0.8rem;
  }
}

.or-navbar-search-submit-button {
  background-color: #7EA981;
}
.or-navbar-search-submit-button:focus, .or-navbar-search-submit-button:hover, .or-navbar-search-submit-button:active {
  background-color: #abc7af !important;
}

.or-navbar-search-close-button {
  padding: 0 !important;
  background-color: #FFFFFF;
  color: #F2F2F2 !important;
}

.or-navbar-search-close-button:focus, .or-navbar-search-close-button:hover, .or-navbar-search-close-button:active {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}
.or-navbar-search-close-button:focus > *, .or-navbar-search-close-button:hover > *, .or-navbar-search-close-button:active > * {
  color: #000000 !important;
}

.or-navbar-search-close-button:focus {
  outline: solid 2px #344032 !important;
}

.navbar-offcanvas {
  z-index: unset !important;
}
@media (max-width: 767px) {
  .navbar-offcanvas {
    background-color: #FFFFFF;
    background-image: none;
    box-shadow: none;
    border-left: solid 3px #88816E;
  }
}

.ms-rteTable-default {
  border: 1px solid #ddd;
}

.ms-rteTable-default > thead > tr > td, .ms-rteTable-default > tbody > tr > td, .ms-rteTable-default > tfoot > tr > td {
  border: 1px solid #ddd;
}

table:not(table.gsc-input) {
  margin-top: 1rem;
  max-width: 100% !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
table:not(table.gsc-input) th,
table:not(table.gsc-input) td {
  padding: 0.5rem !important;
}
table:not(table.gsc-input) thead, table:not(table.gsc-input) .ms-rteTableHeaderRow-default {
  background-color: #fcf2ca;
}
table:not(table.gsc-input) thead th, table:not(table.gsc-input) .ms-rteTableHeaderRow-default th {
  font-weight: 600 !important;
}
table:not(table.gsc-input) tbody > tr > th,
table:not(table.gsc-input) tfoot > tr > th,
table:not(table.gsc-input) tbody > tr > td,
table:not(table.gsc-input) tfoot > tr > td {
  border-left: none !important;
  border-right: none !important;
}
table:not(table.gsc-input) tbody > tr {
  border-top: none !important;
}
table:not(table.gsc-input) thead > tr > th, table:not(table.gsc-input) .ms-rteTableHeaderRow-default > tr > th thead > tr > td,
table:not(table.gsc-input) .ms-rteTableHeaderRow-default > tr > th {
  color: #353535;
  border: none !important;
}
table:not(table.gsc-input) .fa-plus {
  font-weight: 500;
}
table:not(table.gsc-input) p {
  line-height: 1.5;
}

html table.dataTable.dtr-column > tbody > tr.parent td.control,
html table.dataTable.dtr-column.table-bordered > tbody > tr.parent td.control {
  background-color: #B7DFF7;
  border-color: #B7DFF7;
}

tr th {
  vertical-align: top !important;
}

flipping-card {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.flipcard {
  flex: 0 0 auto;
  margin-bottom: 2rem;
  perspective: 3600px;
  height: 500px;
  color: #325274;
}
.flipcard h2, .flipcard h3, .flipcard h4 {
  font-family: Tahoma, Arial, sans-serif !important;
  font-weight: 500 !important;
}
.flipcard .citation {
  position: absolute;
  color: white !important;
  left: 0.4rem;
  bottom: -2rem;
  z-index: 1;
}

@media (min-width: 992px) {
  .flipcard {
    margin-left: 2rem;
    width: calc((100% - 4rem) / 3);
  }
  .full-width-page flipping-card {
    justify-content: space-between;
  }
  .flipcard:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 699px) and (max-width: 991px) {
  .flipcard {
    margin-left: 1.5rem;
    width: calc((100% - 1.5rem) / 2);
  }
  .flipcard:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  .flipcard {
    margin-left: 1.5rem;
    width: calc((100% - 3rem) / 3);
  }
  .agency-left-nav .flipcard {
    margin-left: 1.5rem;
    width: calc((100% - 1.5rem) / 2);
  }
  .agency-left-nav .flipcard:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (max-width: 698px) {
  .flipcard {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .full-width-page .flipcard {
    width: calc((100% - 6rem) / 3);
  }
}
.flipcard-front {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(0deg);
  transition: transform 0.7s ease, background-color 0.3s ease;
  transform-style: preserve-3d;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.04), 0 8px 8px rgba(0, 0, 0, 0.04), 0 16px 16px rgba(0, 0, 0, 0.04);
}
.flipcard-front:focus-within {
  outline: #325274 solid 3px !important;
}
.flipcard-front h2, .flipcard-front h3, .flipcard-front h4 {
  font-size: 20px !important;
  padding: 1rem !important;
}

.flipcard-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  transition: transform 0.7s ease;
  transform-style: preserve-3d;
  border-radius: 6px;
  height: 100%;
  background-color: #33797E;
  background-repeat: repeat-x;
  background-position: bottom -25px center;
  background-size: 135%;
  color: #FFFFFF;
  z-index: -1;
}
.flipcard-back h2, .flipcard-back h3, .flipcard-back h4 {
  margin-top: 0.5rem !important;
  width: 85%;
  color: #FFFFFF !important;
  font-size: 20px !important;
}
.flipcard-back a:hover, .flipcard-back a:focus, .flipcard-back a:active {
  color: #FFFFFF !important;
}
.flipcard-back a:focus {
  outline-color: #FFFFFF !important;
}
.flipcard-back li a:after, .flipcard-back a:after {
  color: white !important;
}

.flipcard-back-content {
  margin-top: 1rem;
}
.flipcard-back-content a:not(ul li a) {
  font-weight: 600;
}
.flipcard-back-content a:not(ul li a)::before {
  content: "→ ";
  font-size: 24px;
}
.flipcard-back-content ul {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.flipcard-back-content-container {
  width: 100%;
  height: 100%;
  padding: 1rem 1.5rem;
  overflow: auto;
}
.flipcard-back-content-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.flipcard-back-content-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.flipcard-back-heading h2, .flipcard-back-heading h3, .flipcard-back-heading h4 {
  margin-bottom: 0.75rem !important;
  font-weight: 600 !important;
}

.flipcard-cover-photo {
  position: relative;
  flex: 0 0 auto;
  width: auto;
  padding-top: 170%; /* The height of the cover photo */
  margin: 0;
  margin-bottom: 0;
  overflow: hidden;
  background: black;
}

.flipcard-cover-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

@supports (object-fit: cover) {
  .flipcard-cover-photo img {
    top: 0;
    left: 0;
    height: 100%;
    transform: none;
    object-fit: cover;
  }
}
.fl-title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.flipcard-front-content h3, .flipcard-front-content h2, .flipcard-front-content h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 1.2rem 1rem;
  background: #FFFFFF;
  color: #353535 !important;
  line-height: 1.5;
}

.flipcard-back-content * {
  color: #FFFFFF !important;
}

.flipcard-button-open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent !important;
  border: none;
}

.flipcard-button-open .flipcard-flip-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  text-shadow: 0px 1px 3px rgba(134, 119, 25, 0.8);
  color: #fff;
}

.flipcard-button-close {
  position: absolute;
  top: 0rem;
  right: 0rem;
  font-size: 2.5rem;
  z-index: 1;
  background: transparent !important;
  border: none;
  padding: 1.2rem !important;
  line-height: 0.5;
}

.flipcard-button-link {
  position: absolute;
  font-weight: bold;
  z-index: 1;
  background: transparent !important;
  border: none;
  padding: 1.2rem !important;
  line-height: 0.5;
  bottom: 3rem;
  left: 12px;
}

.flipcard-is-open .flipcard-front {
  transform: rotateY(-180deg);
  z-index: -1;
}

.flipcard-is-open .flipcard-back {
  transform: rotateY(0deg);
  z-index: 0;
}

.agency-home .flipcard h2, .agency-home .flipcard h3, .agency-home .flipcard h4 {
  line-height: 2rem !important;
  color: #353535;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif !important;
}

.agency-left-nav .flipcard-front-content h2, .agency-left-nav .flipcard-front-content h3, .agency-left-nav .flipcard-front-content h4 {
  font-weight: 500 !important;
}

.flipcard-back-content h3, .flipcard-back-content h2, .flipcard-back-content h4 {
  font-family: Tahoma, Arial, sans-serif !important;
}

.navblock-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 106%;
  margin-left: -3.6%;
  margin-top: 2.5rem;
}

navigation-block {
  display: inline-block;
  flex-basis: calc(50% - 2px);
  color: black;
}
@media screen and (max-width: 767px) {
  navigation-block {
    flex-basis: calc(100% - 2px);
  }
}

.navblock-section {
  position: relative;
  padding: 1rem 8% 2rem;
  width: 100%;
}
.navblock-section h3 {
  color: black !important;
  font-weight: 600 !important;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif !important;
}
@media screen and (max-width: 991px) {
  .navblock-section {
    padding: 1rem 10% 2rem;
  }
}

.navblock-section-centered {
  display: flex;
  justify-content: center;
  position: relative;
  height: 100%;
}

:not(#x) .link-list {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-left: 0 !important;
}
:not(#x) .link-list li {
  margin: 0;
  padding: 0;
}
:not(#x) .link-list li a {
  position: relative;
  display: block;
  text-decoration: none !important;
  padding: 1rem 3rem 1rem 0.5rem;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  border-bottom: 0.1rem #325274 solid;
  text-align: left;
  background-color: transparent;
  color: inherit !important;
  border-radius: 0;
  font-size: 18px !important;
}
:not(#x) .link-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: #325274;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease;
}
:not(#x) .link-list li a:hover::before {
  transform: scaleX(1);
}
:not(#x) .link-list li a::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  font-size: 1.3em;
  transform: translateY(-50%);
}
:not(#x) .link-list li a .btn {
  word-wrap: normal;
}
:not(#x) .link-list li:last-of-type a {
  border-bottom: none;
}

.back-sky {
  background-color: #56ACB3;
}

.back-blueberry {
  background-color: #325274;
}

.navblock-dark *, .dark * {
  color: white !important;
}
.navblock-dark :not(#x) .link-list li a, .dark :not(#x) .link-list li a {
  border-bottom: 0.1rem #FFFFFF solid !important;
}
.navblock-dark :not(#x) .link-list li a::before, .dark :not(#x) .link-list li a::before {
  background-color: #FFFFFF !important;
}

.bordered navigation-block {
  border: solid thin white;
}

meetings {
  margin-top: 1.5rem;
}
meetings h3 {
  margin: 0 0 1rem 0 !important;
}
meetings p {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 1rem !important;
}
meetings .margin-bottom-20 {
  margin-bottom: 20px !important;
}
meetings .margin-bottom-40 {
  margin-bottom: 40px !important;
}
meetings .w-125 {
  width: 125px;
}
meetings .card {
  padding: 2rem 1rem;
  border-radius: 10px;
  margin: 0.75rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
meetings .card h2 {
  margin-top: 0 !important;
}
meetings .card ul {
  padding-left: 20px !important;
  margin-bottom: 10px !important;
}
meetings .nav-tabs, meetings .nav-tabs > li.active > a, meetings .nav-tabs > li.active > a:hover, meetings .nav-tabs > li.active > a:focus {
  border-radius: 1em 1em 0 0 !important;
}
meetings .panel-default {
  border-radius: 1em !important;
}
meetings .nav-tabs, meetings .nav-tabs > li.active > a, meetings .nav-tabs > li.active > a:hover, meetings .nav-tabs > li.active > a:focus, meetings .panel-default {
  border-color: #B7DFF7;
  border-width: 2px;
}
meetings .nav-tabs > li.active > a, meetings .nav-tabs > li.active > a:hover, meetings .nav-tabs > li.active > a:focus {
  border-bottom: none !important;
}
meetings .panel-title[aria-expanded=true] {
  font-weight: 600;
}
meetings .panel-title {
  font-size: 18px !important;
}
meetings .tab-content > .active {
  border-radius: 1em;
}

.green-meetings .nav-tabs, .green-meetings .nav-tabs > li.active > a, .green-meetings .nav-tabs > li.active > a:hover, .green-meetings .nav-tabs > li.active > a:focus, .green-meetings .panel-default {
  border-color: #abc7af !important;
}

.magenta-meetings .nav-tabs, .magenta-meetings .nav-tabs > li.active > a, .magenta-meetings .nav-tabs > li.active > a:hover, .magenta-meetings .nav-tabs > li.active > a:focus, .magenta-meetings .panel-default {
  border-color: #dd529e !important;
}

.red-meetings .nav-tabs, .red-meetings .nav-tabs > li.active > a, .red-meetings .nav-tabs > li.active > a:hover, .red-meetings .nav-tabs > li.active > a:focus, .red-meetings .panel-default {
  border-color: #e98d9d !important;
}

.teal-meetings .nav-tabs, .teal-meetings .nav-tabs > li.active > a, .teal-meetings .nav-tabs > li.active > a:hover, .teal-meetings .nav-tabs > li.active > a:focus, .teal-meetings .panel-default {
  border-color: #9ccfd3 !important;
}

.dark-blue-meetings .nav-tabs, .dark-blue-meetings .nav-tabs > li.active > a, .dark-blue-meetings .nav-tabs > li.active > a:hover, .dark-blue-meetings .nav-tabs > li.active > a:focus, .dark-blue-meetings .panel-default {
  border-color: #325274 !important;
}

or-event-collapsable {
  border-radius: 1em;
}
or-event-collapsable .meeting-resource-list {
  padding-top: 10px;
}
or-event-collapsable .meeting-resource-list li {
  margin-bottom: 0.3em !important;
}
or-event-collapsable .bold {
  font-weight: bold;
}
or-event-collapsable .inline {
  display: inline !important;
}
or-event-collapsable .margin-left-20 {
  margin-left: 20px !important;
}
or-event-collapsable .display-flex {
  display: flex;
}
or-event-collapsable .alert {
  margin-bottom: 0px;
  padding: 10px 15px;
}
or-event-collapsable .margin-right-20 {
  margin-right: 20px;
}
or-event-collapsable .margin-bottom-5 {
  margin-bottom: 5px;
}
or-event-collapsable .margin-bottom-20 {
  margin-bottom: 20px !important;
}
or-event-collapsable .margin-bottom-10 {
  margin-bottom: 10px !important;
}
or-event-collapsable .margin-top-10 {
  margin-top: 10px;
}
or-event-collapsable .materials a, or-event-collapsable .agenda a, or-event-collapsable .minutes a {
  line-height: 1.7;
}
or-event-collapsable .details-p {
  width: calc(100% - 125px);
  word-break: break-word;
}
or-event-collapsable .details-p p {
  padding-bottom: 3px !important;
}

.region-map-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.region-map-wrapper .region-map-block {
  width: 100%;
}
@media (min-width: 992px) {
  .region-map-wrapper .region-map-block {
    width: 49% !important;
  }
}

region-map {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 80%;
}
@media (max-width: 991px) {
  region-map {
    padding-top: 60%;
  }
}
region-map > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
region-map path {
  cursor: pointer;
}

.amcharts-Label-group text {
  font-size: 0.67rem;
  transition: fill 0.22s ease;
}
@media (min-width: 480px) {
  .amcharts-Label-group text {
    font-size: 0.8rem;
  }
}

.amcharts-MapImage:not(.region-map-label-hover):not(.region-map-label-highlighted) .amcharts-Label-group text {
  fill: #325274 !important;
}

.amcharts-Polygon {
  transition: fill 0.18s ease;
}

.amcharts-MapObject:not(.region-map-county-polygon-hover):not(.region-map-county-polygon-highlighted) {
  fill: #c3dcca !important;
}

.carousel-pause-button:not(:focus):not(:active):not(:hover) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

image-slider {
  display: block;
  height: 30rem;
}
image-slider ol li {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
image-slider .carousel {
  height: 100%;
}
image-slider .carousel .carousel-inner {
  height: 100%;
}
image-slider .carousel .carousel-inner a {
  height: 100%;
}
image-slider .carousel .carousel-inner a img {
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
}
image-slider a {
  color: white !important;
  opacity: 1 !important;
}
image-slider a .glyphicon {
  font-size: 2.8rem !important;
  margin-top: 0 !important;
  transform: translateY(-50%) !important;
}
image-slider .citation {
  position: absolute;
  left: 2rem;
  bottom: 0.5rem;
  margin: 0 !important;
  z-index: 100;
}
image-slider .carousel-prev, image-slider .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 8rem;
  background: center/contain no-repeat url("/highered/PublishingImages/carousel-arrow-left.svg");
  border: none;
  color: white;
}
image-slider .carousel-next {
  right: 3rem;
  transform: translateY(-50%) scaleX(-1);
}
image-slider .carousel-prev {
  left: 3rem;
}
@media screen and (max-width: 991px) {
  image-slider .carousel-next,
  image-slider .carousel-prev {
    width: 2.5rem;
    height: 6rem;
  }
  image-slider .carousel-next {
    right: 2rem;
  }
}
@media screen and (max-width: 991px) and (max-width: 499px) {
  image-slider .carousel-next {
    right: 1rem;
  }
}
@media screen and (max-width: 991px) {
  image-slider .carousel-prev {
    left: 2rem;
  }
}
@media screen and (max-width: 991px) and (max-width: 499px) {
  image-slider .carousel-prev {
    left: 1rem;
  }
}
image-slider .carousel-prev:focus, image-slider .carousel-next:focus {
  outline: solid 2px white !important;
}

ctas-info-img-grid {
  margin-top: 1.5rem !important;
  border: solid 2px white;
}
ctas-info-img-grid * {
  color: white !important;
}
ctas-info-img-grid .ctas-info-img-grid-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
ctas-info-img-grid .ctas-info-img-grid-description {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif !important;
}
ctas-info-img-grid .ctas-info-img-grid-description ul {
  margin-bottom: 0.5rem !important;
}
ctas-info-img-grid h2, ctas-info-img-grid h3 {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif !important;
}
ctas-info-img-grid .ctas-info-img-grid {
  width: 50%;
  min-height: 300px;
  position: relative;
  padding: 0 2rem 1rem;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  border: solid 1px white;
}
@media screen and (max-width: 767px) {
  ctas-info-img-grid .ctas-info-img-grid {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  ctas-info-img-grid .ctas-info-img-grid {
    padding: 0 1.5rem 1rem !important;
  }
}
ctas-info-img-grid .ctas-info-img-grid .ctas-info-img-grid-text-inner {
  margin-bottom: 4.5rem !important;
  padding-left: 1rem;
  border-left: solid 1px white;
}
ctas-info-img-grid .ctas-info-img-grid .ctas-info-img-grid-text-inner .ctas-info-img-grid-title {
  line-height: 1.3 !important;
}
ctas-info-img-grid .ctas-info-img-grid:hover, ctas-info-img-grid .ctas-info-img-grid:has(a:focus) {
  box-shadow: inset 0 0 0 1000px rgba(74, 130, 96, 0.9) !important;
}
ctas-info-img-grid .ctas-info-img-grid:hover .citation, ctas-info-img-grid .ctas-info-img-grid:has(a:focus) .citation {
  display: none;
}
ctas-info-img-grid .ctas-info-img-grid:hover .ctas-info-img-grid-text-inner, ctas-info-img-grid .ctas-info-img-grid:has(a:focus) .ctas-info-img-grid-text-inner {
  background: none !important;
}
@media screen and (min-width: 768px) {
  ctas-info-img-grid .ctas-info-img-grid:first-child {
    border-top-left-radius: 0.8rem !important;
  }
  ctas-info-img-grid .ctas-info-img-grid:nth-child(2) {
    border-top-right-radius: 0.8rem !important;
  }
  ctas-info-img-grid .ctas-info-img-grid:nth-last-child(2) {
    border-bottom-left-radius: 0.8rem !important;
  }
  ctas-info-img-grid .ctas-info-img-grid:last-child {
    border-bottom-right-radius: 0.8rem !important;
  }
}
ctas-info-img-grid .ctas-info-img-grids-btn {
  position: absolute;
  bottom: 1rem;
}
ctas-info-img-grid .ctas-info-img-grids-btn:focus {
  outline-color: white !important;
}
ctas-info-img-grid .citation {
  display: inline-block;
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  margin: 0 !important;
  color: white !important;
}
ctas-info-img-grid a[href$=pdf], ctas-info-img-grid a[href$=PDF],
ctas-info-img-grid a[href$=doc], ctas-info-img-grid a[href$=DOC],
ctas-info-img-grid a[href$=docx], ctas-info-img-grid a[href$=DOCX],
ctas-info-img-grid a[href$=xls], ctas-info-img-grid a[href$=XLS],
ctas-info-img-grid a[href$=xlsx], ctas-info-img-grid a[href$=XLSX] {
  padding-right: 0 !important;
  position: initial;
}
ctas-info-img-grid a[href$=pdf] .ctas-info-img-grids-btn, ctas-info-img-grid a[href$=PDF] .ctas-info-img-grids-btn,
ctas-info-img-grid a[href$=doc] .ctas-info-img-grids-btn, ctas-info-img-grid a[href$=DOC] .ctas-info-img-grids-btn,
ctas-info-img-grid a[href$=docx] .ctas-info-img-grids-btn, ctas-info-img-grid a[href$=DOCX] .ctas-info-img-grids-btn,
ctas-info-img-grid a[href$=xls] .ctas-info-img-grids-btn, ctas-info-img-grid a[href$=XLS] .ctas-info-img-grids-btn,
ctas-info-img-grid a[href$=xlsx] .ctas-info-img-grids-btn, ctas-info-img-grid a[href$=XLSX] .ctas-info-img-grids-btn {
  padding-right: 2.5rem !important;
}
ctas-info-img-grid a[href$=pdf] .ctas-info-img-grids-btn:after, ctas-info-img-grid a[href$=PDF] .ctas-info-img-grids-btn:after,
ctas-info-img-grid a[href$=doc] .ctas-info-img-grids-btn:after, ctas-info-img-grid a[href$=DOC] .ctas-info-img-grids-btn:after,
ctas-info-img-grid a[href$=docx] .ctas-info-img-grids-btn:after, ctas-info-img-grid a[href$=DOCX] .ctas-info-img-grids-btn:after,
ctas-info-img-grid a[href$=xls] .ctas-info-img-grids-btn:after, ctas-info-img-grid a[href$=XLS] .ctas-info-img-grids-btn:after,
ctas-info-img-grid a[href$=xlsx] .ctas-info-img-grids-btn:after, ctas-info-img-grid a[href$=XLSX] .ctas-info-img-grids-btn:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #312522;
  right: 1rem;
  bottom: 0.65rem;
}
ctas-info-img-grid a[href$=pdf]:after, ctas-info-img-grid a[href$=PDF]:after,
ctas-info-img-grid a[href$=doc]:after, ctas-info-img-grid a[href$=DOC]:after,
ctas-info-img-grid a[href$=docx]:after, ctas-info-img-grid a[href$=DOCX]:after,
ctas-info-img-grid a[href$=xls]:after, ctas-info-img-grid a[href$=XLS]:after,
ctas-info-img-grid a[href$=xlsx]:after, ctas-info-img-grid a[href$=XLSX]:after {
  content: "";
  padding-right: 0 !important;
  right: 0 !important;
}
ctas-info-img-grid a[href$=pdf] .ctas-info-img-grids-btn:after, ctas-info-img-grid a[href$=PDF] .ctas-info-img-grids-btn:after {
  content: "\f1c1";
}
ctas-info-img-grid a[href$=doc] .ctas-info-img-grids-btn:after, ctas-info-img-grid a[href$=DOC] .ctas-info-img-grids-btn:after, ctas-info-img-grid a[href$=docX] .ctas-info-img-grids-btn:after, ctas-info-img-grid a[href$=DOCX] .ctas-info-img-grids-btn:after {
  content: "\f1c2";
}
ctas-info-img-grid a[href$=xls] .ctas-info-img-grids-btn:after, ctas-info-img-grid a[href$=XLS] .ctas-info-img-grids-btn:after, ctas-info-img-grid a[href$=xlsX] .ctas-info-img-grids-btn:after, ctas-info-img-grid a[href$=XLSX] .ctas-info-img-grids-btn:after {
  content: "\f1c3";
}

region-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem 1rem;
  margin-top: 3rem;
  border: solid medium #88816E;
  border-radius: 12px;
  max-height: 500px;
  min-height: 300px;
  max-width: 100%;
  overflow: auto;
}
region-details .card-icon {
  width: 4rem;
  height: 4rem;
  color: white;
  border-radius: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.78rem;
  font-style: unset;
  font-weight: 600;
}
region-details h4.card-title {
  font-size: 1.7rem !important;
}
region-details .inner-wrapper {
  width: 100%;
}
region-details .item-card {
  width: 100%;
  background: white;
  margin-bottom: 50px;
}
region-details .item-card p {
  margin: 8px 0px;
}
region-details .item-card .card-link {
  margin-bottom: 2rem;
}
region-details ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
region-details ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.county-select-heading {
  margin-bottom: 30px;
}
.county-select-heading > * {
  margin-bottom: 30px;
}

nav-img-reveal-grid {
  margin-top: 2rem;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
  display: block;
  border-radius: 0.5rem;
}
nav-img-reveal-grid .or-top-service-grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
nav-img-reveal-grid .or-top-service-grid > * {
  flex: 0 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  nav-img-reveal-grid .or-top-service-grid > * {
    margin-top: 0.2rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  nav-img-reveal-grid .or-top-service-grid > * {
    width: calc((100% - (0.2rem * 1)) / 2);
  }
  nav-img-reveal-grid .or-top-service-grid > *:not(:nth-of-type(2n+1)) {
    margin-left: 0.2rem;
  }
  nav-img-reveal-grid .or-top-service-grid > *:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    margin-top: 0.2rem;
  }
}
@media (min-width: 992px) {
  nav-img-reveal-grid .or-top-service-grid > * {
    width: calc((100% - (0.2rem * 2)) / 3);
  }
  nav-img-reveal-grid .or-top-service-grid > *:not(:nth-of-type(3n+1)) {
    margin-left: 0.2rem;
  }
  nav-img-reveal-grid .or-top-service-grid > *:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
    margin-top: 0.2rem;
  }
}
nav-img-reveal-grid .or-top-service {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  color: white;
  padding: 2rem;
}
@media (max-width: 480px) {
  nav-img-reveal-grid .or-top-service {
    align-items: center;
  }
  nav-img-reveal-grid .or-top-service h3 {
    text-align: center;
  }
}
@media (min-width: 769px) {
  nav-img-reveal-grid .or-top-service:hover .or-top-service-bg img {
    filter: none;
  }
  nav-img-reveal-grid .or-top-service:hover .or-top-service-bg::after {
    background: rgba(0, 0, 0, 0.45);
    color: white;
  }
}
nav-img-reveal-grid .or-top-service:focus, nav-img-reveal-grid .or-top-service:active {
  outline: solid 2px #325274 !important;
  outline-offset: 2px !important;
}
nav-img-reveal-grid .or-top-service[href$=pdf]:after, nav-img-reveal-grid .or-top-service[href$=PDF]:after {
  color: transparent;
}
nav-img-reveal-grid .or-top-service:hover[href$=pdf]:after, nav-img-reveal-grid .or-top-service:hover[href$=PDF]:after {
  color: white !important;
}
nav-img-reveal-grid .or-top-service .or-top-service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
nav-img-reveal-grid .or-top-service .or-top-service-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0%) contrast(200%);
  transform: translate(-50%, -50%);
  transition: filter 0.45s ease;
}
nav-img-reveal-grid .or-top-service .or-top-service-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(152, 210, 215, 0.9);
  transition: background-color 0.45s ease;
}
nav-img-reveal-grid .or-top-service .or-top-service-content {
  position: relative;
  width: 100%;
  color: white;
}
nav-img-reveal-grid .or-top-service .or-top-service-content h3 {
  font-weight: 800;
  transition: transform 0.45s ease;
  color: #000000 !important;
  margin-top: 0 !important;
}
nav-img-reveal-grid .or-top-service .or-top-service-content p {
  margin-bottom: 0.3rem;
  opacity: 0;
  transition: transform 0.45s ease, opacity 0.45s ease;
  font-size: 18px !important;
}
@media (max-width: 768px) {
  nav-img-reveal-grid .or-top-service .or-top-service-content h3, nav-img-reveal-grid .or-top-service .or-top-service-content p {
    opacity: 1;
    color: black;
    transform: none;
  }
}
@media (min-width: 768px) {
  nav-img-reveal-grid .or-top-service .or-top-service-content h3, nav-img-reveal-grid .or-top-service .or-top-service-content p {
    transform: translateY(2rem);
  }
}
@media (min-width: 769px) {
  nav-img-reveal-grid .or-top-service:hover .or-top-service-content h3, nav-img-reveal-grid .or-top-service:focus .or-top-service-content h3 {
    color: #ffffff !important;
    transform: none;
  }
  nav-img-reveal-grid .or-top-service:hover .or-top-service-content p, nav-img-reveal-grid .or-top-service:focus .or-top-service-content p {
    opacity: 1;
    transform: none;
  }
}

.workforce-page nav-img-reveal-grid .or-top-service-content h3, .workforce-page nav-img-reveal-grid .or-top-service-content p {
  transform: translateY(1.5rem);
}

.engage-page nav-img-reveal-grid, .pe-default-page nav-img-reveal-grid {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.04), 0 8px 8px rgba(0, 0, 0, 0.04), 0 16px 16px rgba(0, 0, 0, 0.04) !important;
}
.engage-page nav-img-reveal-grid .or-top-service-content, .pe-default-page nav-img-reveal-grid .or-top-service-content {
  min-height: 100%;
}
.engage-page nav-img-reveal-grid .or-top-service-content h3, .pe-default-page nav-img-reveal-grid .or-top-service-content h3 {
  font-size: 20px !important;
}
.engage-page nav-img-reveal-grid .or-top-service .or-top-service-bg::after, .pe-default-page nav-img-reveal-grid .or-top-service .or-top-service-bg::after {
  background: rgba(161, 209, 168, 0.8) !important;
}
@media (min-width: 769px) {
  .engage-page nav-img-reveal-grid .or-top-service:hover .or-top-service-bg::after, .pe-default-page nav-img-reveal-grid .or-top-service:hover .or-top-service-bg::after {
    background: rgba(0, 0, 0, 0.45) !important;
  }
}

.authorization-page nav-img-reveal-grid {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.04), 0 8px 8px rgba(0, 0, 0, 0.04), 0 16px 16px rgba(0, 0, 0, 0.04) !important;
}
.authorization-page nav-img-reveal-grid .or-top-service-content {
  min-height: 100%;
}
.authorization-page nav-img-reveal-grid .or-top-service .or-top-service-bg::after {
  background: rgba(161, 209, 168, 0.8) !important;
}
@media (min-width: 769px) {
  .authorization-page nav-img-reveal-grid .or-top-service:hover .or-top-service-bg::after {
    background: rgba(0, 0, 0, 0.45) !important;
  }
}

.snapshots-page nav-img-reveal-grid, .initiatives-page nav-img-reveal-grid {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.04), 0 8px 8px rgba(0, 0, 0, 0.04), 0 16px 16px rgba(0, 0, 0, 0.04) !important;
}
.snapshots-page nav-img-reveal-grid .or-top-service-content, .initiatives-page nav-img-reveal-grid .or-top-service-content {
  min-height: 100%;
}
.snapshots-page nav-img-reveal-grid .or-top-service-content h3, .initiatives-page nav-img-reveal-grid .or-top-service-content h3 {
  font-size: 20px !important;
}
@media (min-width: 769px) {
  .snapshots-page nav-img-reveal-grid .or-top-service-content h3, .snapshots-page nav-img-reveal-grid .or-top-service-content p, .initiatives-page nav-img-reveal-grid .or-top-service-content h3, .initiatives-page nav-img-reveal-grid .or-top-service-content p {
    transform: translateY(1.5rem);
  }
}
.snapshots-page .green-top-service .or-top-service .or-top-service-bg::after, .initiatives-page .green-top-service .or-top-service .or-top-service-bg::after {
  background: rgba(161, 209, 168, 0.8) !important;
}
@media (min-width: 769px) {
  .snapshots-page .green-top-service .or-top-service:hover .or-top-service-bg::after, .initiatives-page .green-top-service .or-top-service:hover .or-top-service-bg::after {
    background: rgba(0, 0, 0, 0.45) !important;
  }
}
.snapshots-page .yellow-top-service .or-top-service .or-top-service-bg::after, .initiatives-page .yellow-top-service .or-top-service .or-top-service-bg::after {
  background: rgba(249, 226, 135, 0.8) !important;
}
@media (min-width: 769px) {
  .snapshots-page .yellow-top-service .or-top-service:hover .or-top-service-bg::after, .initiatives-page .yellow-top-service .or-top-service:hover .or-top-service-bg::after {
    background: rgba(0, 0, 0, 0.45) !important;
  }
}

card-slider {
  margin-top: 1.5rem !important;
}
card-slider .card-slider-container {
  background-color: #56ACB3;
}
card-slider .carousel-prev, card-slider .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 8rem;
  background: center/contain no-repeat url("/highered/PublishingImages/carousel-arrow-left.svg");
  border: none;
  color: white;
}
card-slider .carousel-next {
  right: 3rem;
  transform: translateY(-50%) scaleX(-1);
}
card-slider .carousel-prev {
  left: 3rem;
}
@media screen and (max-width: 991px) {
  card-slider .carousel-next,
  card-slider .carousel-prev {
    width: 2.5rem;
    height: 6rem;
  }
  card-slider .carousel-next {
    right: 2rem;
  }
}
@media screen and (max-width: 991px) and (max-width: 499px) {
  card-slider .carousel-next {
    right: 1rem;
  }
}
@media screen and (max-width: 991px) {
  card-slider .carousel-prev {
    left: 2rem;
  }
}
@media screen and (max-width: 991px) and (max-width: 499px) {
  card-slider .carousel-prev {
    left: 1rem;
  }
}
@media (max-width: 992px) {
  card-slider .fa-5x {
    font-size: 2em;
  }
  card-slider .slider-prev {
    left: 4rem;
  }
  card-slider .slider-next {
    right: 4rem;
  }
}
card-slider .featured-news-item {
  background: var(--white);
  border-radius: 2rem;
  padding: 2.5rem;
  height: 100%;
  display: flex;
  flex-flow: column;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
card-slider .featured-news-item .featured-news-icon {
  width: 4rem;
  height: 4rem;
  background: #F7DB69;
  color: dimgrey;
  border-radius: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.78rem;
  padding: 1.6rem;
  margin-right: 1.2rem;
}
card-slider .featured-news-item h3 {
  margin: 0 0 1em !important;
  color: #353535 !important;
}
card-slider .featured-news-item .card-body-text-wrapper {
  flex-grow: 1;
}
card-slider .featured-news-item .card-body-text {
  padding-left: 1.5rem;
  border-left: solid 1px grey;
  color: #353535 !important;
}
card-slider .featured-news-item .title-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
card-slider .featured-news-item .btn {
  display: block !important;
  margin: 1.2rem -2.5rem -2.5rem -2.5rem !important;
  border: 3px solid #F7DB69 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700 !important;
  padding: 15px 0;
  background-color: #F7DB69;
  color: #325274;
}
card-slider .featured-news-item .btn:hover {
  background-color: #fae799 !important;
  border-color: #fae799 !important;
}
card-slider .featured-news-item .btn:visited {
  color: #7d1950;
}

.pe-default-page card-slider .card-slider-container {
  background-color: #6E9E75;
}
.pe-default-page card-slider .featured-news-item .featured-news-icon {
  background: #F26A45;
  color: white;
}
.pe-default-page card-slider .featured-news-item .btn {
  border: 3px solid #F26A45 !important;
  background-color: #F26A45;
}
.pe-default-page card-slider .featured-news-item .btn:hover {
  background-color: #f59075 !important;
  border-color: #f59075 !important;
}

.agency-home card-slider .featured-news-item h3 {
  line-height: 2rem !important;
}

util-slider-card {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
util-slider-card:not(.slider-4) {
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  util-slider-card:not(.slider-4) {
    margin: 0;
  }
}
util-slider-card .slider-scroll-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
util-slider-card .slider-btn {
  margin-bottom: 20px;
}
util-slider-card .slider-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
util-slider-card .slider-content p {
  margin-bottom: 0.4em;
}
util-slider-card .fa-chevron-left, util-slider-card .fa-chevron-right {
  font-weight: 300 !important;
}

.slider-2 .slider-scroll-wrapper {
  display: flex;
  align-items: stretch;
  width: calc((100vw - 7.5rem) + ((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) * 2));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.slider-2 .slider-scroll-wrapper::-webkit-scrollbar {
  height: 0;
}
.slider-2 .slider-scroll-wrapper .slide {
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: calc(((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) + (((100vw - 7.5rem) - 0rem) / 1) + 1rem));
  padding-right: calc(1rem);
  padding-left: calc((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
  padding-bottom: 0.5rem;
  transition: opacity 0.6s ease;
}
.slider-2 .slider-scroll-wrapper .slide:not(.slide-visible) {
  opacity: 0.5;
}
.slider-2 .slider-scroll-wrapper .slide:not(:first-child) {
  margin-left: calc(0px - (((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
}
.slider-2 .slider-scroll-wrapper .slide:last-child {
  width: calc(((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) + (((100vw - 7.5rem) - 0rem) / 1) + (((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem)));
  padding-right: calc((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
}
@media (min-width: 62.5rem) {
  .slider-2 .slider-scroll-wrapper {
    display: flex;
    align-items: stretch;
    width: calc(55rem + (((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem) * 2));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .slider-2 .slider-scroll-wrapper::-webkit-scrollbar {
    height: 0;
  }
  .slider-2 .slider-scroll-wrapper .slide {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: calc((((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem) + ((55rem - 1.5rem) / 2) + 1.5rem));
    padding-right: calc(1.5rem);
    padding-left: calc(((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem));
    padding-bottom: 0.5rem;
    transition: opacity 0.6s ease;
  }
  .slider-2 .slider-scroll-wrapper .slide:not(.slide-visible) {
    opacity: 0.5;
  }
  .slider-2 .slider-scroll-wrapper .slide:not(:first-child) {
    margin-left: calc(0px - ((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem));
  }
  .slider-2 .slider-scroll-wrapper .slide:last-child {
    width: calc((((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem) + ((55rem - 1.5rem) / 2) + ((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem)));
    padding-right: calc(((((55rem - 1.5rem) / 2) * 0.5) + 1.5rem));
  }
}
@media (min-width: 77.5rem) {
  .slider-2 .slider-scroll-wrapper {
    display: flex;
    align-items: stretch;
    width: calc(70rem + (((((70rem - 2rem) / 2) * 0.5) + 2rem) * 2));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .slider-2 .slider-scroll-wrapper::-webkit-scrollbar {
    height: 0;
  }
  .slider-2 .slider-scroll-wrapper .slide {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: calc((((((70rem - 2rem) / 2) * 0.5) + 2rem) + ((70rem - 2rem) / 2) + 2rem));
    padding-right: calc(2rem);
    padding-left: calc(((((70rem - 2rem) / 2) * 0.5) + 2rem));
    padding-bottom: 0.5rem;
    transition: opacity 0.6s ease;
  }
  .slider-2 .slider-scroll-wrapper .slide:not(.slide-visible) {
    opacity: 0.5;
  }
  .slider-2 .slider-scroll-wrapper .slide:not(:first-child) {
    margin-left: calc(0px - ((((70rem - 2rem) / 2) * 0.5) + 2rem));
  }
  .slider-2 .slider-scroll-wrapper .slide:last-child {
    width: calc((((((70rem - 2rem) / 2) * 0.5) + 2rem) + ((70rem - 2rem) / 2) + ((((70rem - 2rem) / 2) * 0.5) + 2rem)));
    padding-right: calc(((((70rem - 2rem) / 2) * 0.5) + 2rem));
  }
}

.slider-3 .slider-scroll-wrapper {
  display: flex;
  align-items: stretch;
  width: calc((100vw - 7.5rem) + ((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) * 2));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.slider-3 .slider-scroll-wrapper::-webkit-scrollbar {
  height: 0;
}
.slider-3 .slider-scroll-wrapper .slide {
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: calc(((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) + (((100vw - 7.5rem) - 0rem) / 1) + 1rem));
  padding-right: calc(1rem);
  padding-left: calc((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
  padding-bottom: 0.5rem;
  transition: opacity 0.6s ease;
}
.slider-3 .slider-scroll-wrapper .slide:not(.slide-visible) {
  opacity: 0.5;
}
.slider-3 .slider-scroll-wrapper .slide:not(:first-child) {
  margin-left: calc(0px - (((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
}
.slider-3 .slider-scroll-wrapper .slide:last-child {
  width: calc(((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem) + (((100vw - 7.5rem) - 0rem) / 1) + (((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem)));
  padding-right: calc((((((100vw - 7.5rem) - 0rem) / 1) * 0.5) + 1rem));
}
@media (min-width: 42.5rem) {
  .slider-3 .slider-scroll-wrapper {
    display: flex;
    align-items: stretch;
    width: calc((100vw - 7.5rem) + ((((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem) * 2));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .slider-3 .slider-scroll-wrapper::-webkit-scrollbar {
    height: 0;
  }
  .slider-3 .slider-scroll-wrapper .slide {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: calc(((((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem) + (((100vw - 7.5rem) - 1.5rem) / 2) + 1.5rem));
    padding-right: calc(1.5rem);
    padding-left: calc((((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem));
    padding-bottom: 0.5rem;
    transition: opacity 0.6s ease;
  }
  .slider-3 .slider-scroll-wrapper .slide:not(.slide-visible) {
    opacity: 0.5;
  }
  .slider-3 .slider-scroll-wrapper .slide:not(:first-child) {
    margin-left: calc(0px - (((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem));
  }
  .slider-3 .slider-scroll-wrapper .slide:last-child {
    width: calc(((((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem) + (((100vw - 7.5rem) - 1.5rem) / 2) + (((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem)));
    padding-right: calc((((((100vw - 7.5rem) - 1.5rem) / 2) * 0.5) + 1.5rem));
  }
}
@media (min-width: 77.5rem) {
  .slider-3 .slider-scroll-wrapper {
    display: flex;
    align-items: stretch;
    width: calc(70rem + (((((70rem - 4rem) / 3) * 0.5) + 2rem) * 2));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .slider-3 .slider-scroll-wrapper::-webkit-scrollbar {
    height: 0;
  }
  .slider-3 .slider-scroll-wrapper .slide {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: calc((((((70rem - 4rem) / 3) * 0.5) + 2rem) + ((70rem - 4rem) / 3) + 2rem));
    padding-right: calc(2rem);
    padding-left: calc(((((70rem - 4rem) / 3) * 0.5) + 2rem));
    padding-bottom: 0.5rem;
    transition: opacity 0.6s ease;
  }
  .slider-3 .slider-scroll-wrapper .slide:not(.slide-visible) {
    opacity: 0.5;
  }
  .slider-3 .slider-scroll-wrapper .slide:not(:first-child) {
    margin-left: calc(0px - ((((70rem - 4rem) / 3) * 0.5) + 2rem));
  }
  .slider-3 .slider-scroll-wrapper .slide:last-child {
    width: calc((((((70rem - 4rem) / 3) * 0.5) + 2rem) + ((70rem - 4rem) / 3) + ((((70rem - 4rem) / 3) * 0.5) + 2rem)));
    padding-right: calc(((((70rem - 4rem) / 3) * 0.5) + 2rem));
  }
}

.slider-4 .slider-scroll-wrapper {
  display: flex;
  align-items: stretch;
  width: calc((100vw - 12rem) + ((((((100vw - 12rem) - 0rem) / 1) * 0.5) + 1rem) * 2));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.slider-4 .slider-scroll-wrapper::-webkit-scrollbar {
  height: 0;
}
.slider-4 .slider-scroll-wrapper .slide {
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: calc(((((((100vw - 12rem) - 0rem) / 1) * 0.5) + 1rem) + (((100vw - 12rem) - 0rem) / 1) + 1rem));
  padding-right: calc(1rem);
  padding-left: calc((((((100vw - 12rem) - 0rem) / 1) * 0.5) + 1rem));
  padding-bottom: 0.5rem;
  transition: opacity 0.6s ease;
}
.slider-4 .slider-scroll-wrapper .slide:not(.slide-visible) {
  opacity: 0.5;
}
.slider-4 .slider-scroll-wrapper .slide:not(:first-child) {
  margin-left: calc(0px - (((((100vw - 12rem) - 0rem) / 1) * 0.5) + 1rem));
}
.slider-4 .slider-scroll-wrapper .slide:last-child {
  width: calc(((((((100vw - 12rem) - 0rem) / 1) * 0.5) + 1rem) + (((100vw - 12rem) - 0rem) / 1) + (((((100vw - 12rem) - 0rem) / 1) * 0.5) + 1rem)));
  padding-right: calc((((((100vw - 12rem) - 0rem) / 1) * 0.5) + 1rem));
}
@media (min-width: 62.5rem) {
  .slider-4 .slider-scroll-wrapper {
    display: flex;
    align-items: stretch;
    width: calc(42rem + (((((42rem - 0rem) / 1) * 0.5) + 1.5rem) * 2));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .slider-4 .slider-scroll-wrapper::-webkit-scrollbar {
    height: 0;
  }
  .slider-4 .slider-scroll-wrapper .slide {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: calc((((((42rem - 0rem) / 1) * 0.5) + 1.5rem) + ((42rem - 0rem) / 1) + 1.5rem));
    padding-right: calc(1.5rem);
    padding-left: calc(((((42rem - 0rem) / 1) * 0.5) + 1.5rem));
    padding-bottom: 0.5rem;
    transition: opacity 0.6s ease;
  }
  .slider-4 .slider-scroll-wrapper .slide:not(.slide-visible) {
    opacity: 0.5;
  }
  .slider-4 .slider-scroll-wrapper .slide:not(:first-child) {
    margin-left: calc(0px - ((((42rem - 0rem) / 1) * 0.5) + 1.5rem));
  }
  .slider-4 .slider-scroll-wrapper .slide:last-child {
    width: calc((((((42rem - 0rem) / 1) * 0.5) + 1.5rem) + ((42rem - 0rem) / 1) + ((((42rem - 0rem) / 1) * 0.5) + 1.5rem)));
    padding-right: calc(((((42rem - 0rem) / 1) * 0.5) + 1.5rem));
  }
}
@media (min-width: 77.5rem) {
  .slider-4 .slider-scroll-wrapper {
    display: flex;
    align-items: stretch;
    width: calc(50rem + (((((50rem - 0rem) / 1) * 0.5) + 2rem) * 2));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 13%, black 87%, transparent 100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .slider-4 .slider-scroll-wrapper::-webkit-scrollbar {
    height: 0;
  }
  .slider-4 .slider-scroll-wrapper .slide {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: calc((((((50rem - 0rem) / 1) * 0.5) + 2rem) + ((50rem - 0rem) / 1) + 2rem));
    padding-right: calc(2rem);
    padding-left: calc(((((50rem - 0rem) / 1) * 0.5) + 2rem));
    padding-bottom: 0.5rem;
    transition: opacity 0.6s ease;
  }
  .slider-4 .slider-scroll-wrapper .slide:not(.slide-visible) {
    opacity: 0.5;
  }
  .slider-4 .slider-scroll-wrapper .slide:not(:first-child) {
    margin-left: calc(0px - ((((50rem - 0rem) / 1) * 0.5) + 2rem));
  }
  .slider-4 .slider-scroll-wrapper .slide:last-child {
    width: calc((((((50rem - 0rem) / 1) * 0.5) + 2rem) + ((50rem - 0rem) / 1) + ((((50rem - 0rem) / 1) * 0.5) + 2rem)));
    padding-right: calc(((((50rem - 0rem) / 1) * 0.5) + 2rem));
  }
}

.slider-prev {
  position: absolute;
  top: 50%;
  left: 6rem;
  transform: translateY(-50%);
  border: none;
  font-size: 1.5rem;
  background: transparent;
  color: var(--white);
  transition: opacity 0.3s ease;
}
.slider-prev:focus {
  outline-color: var(--white) !important;
}
.slider-prev:disabled {
  opacity: 0.2;
}
.slider-prev:active {
  background: transparent;
  color: #325274;
}
.slider-prev:hover {
  background: transparent;
  color: #325274;
}

.slider-next {
  position: absolute;
  top: 50%;
  right: 6rem;
  transform: translateY(-50%);
  border: none;
  font-size: 1.5rem;
  background: transparent;
  color: var(--white);
  transition: opacity 0.3s ease;
}
.slider-next:focus {
  outline-color: var(--white) !important;
}
.slider-next:disabled {
  opacity: 0.2;
}
.slider-next:active {
  background: transparent;
  color: #325274;
}
.slider-next:hover {
  background: transparent;
  color: #325274;
}

nav-category-list {
  display: flex;
  justify-content: center;
  color: #353535 !important;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  nav-category-list {
    margin-top: 0.5rem !important;
  }
}
nav-category-list .nav-category-list {
  width: 80%;
}
@media screen and (max-width: 991px) {
  nav-category-list .nav-category-list {
    width: 90% !important;
  }
}
nav-category-list .nav-category-list > div {
  padding: 0px 20px;
}
nav-category-list .nav-category-list a, nav-category-list .nav-category-list a:visited {
  font-size: 18px;
  color: #353535 !important;
  padding: 0.7rem 0 !important;
}
nav-category-list .nav-category-list li {
  border-top: 1px solid #F7DB69;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}
nav-category-list .nav-category-list h3 {
  color: #353535 !important;
  min-height: 72px;
}
@media screen and (max-width: 991px) {
  nav-category-list .nav-category-list h3 {
    min-height: unset !important;
  }
}
nav-category-list .nav-category-list ul {
  padding-left: 0 !important;
}

.nav-list-title {
  padding-bottom: 0.5rem;
  margin-top: 3rem !important;
}

.agency-home nav-category-list .nav-category-list h3 {
  line-height: 2rem !important;
}

news-item {
  display: block;
  overflow: hidden;
}
:not(#x) news-item > a:focus {
  outline-offset: -4px;
}

news-item .news-date {
  position: absolute;
  top: 0;
  left: 0;
  background: lightblue;
  color: black;
  z-index: 1;
  width: 6.5rem;
  padding: 1rem 0;
  text-align: center;
}
news-item .news-date i {
  display: block;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
news-item .news-date b {
  display: block;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 3.53rem;
  font-weight: 400;
  line-height: 0.9;
}
news-item .news-featured {
  position: relative;
  display: block;
  height: 15rem;
  margin: -2.5rem;
  margin-bottom: 0;
}
news-item .news-featured img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
news-item .news-featured::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
}
:not(#x) news-item h3 {
  margin-top: 6.6552rem;
}
:not(#x) news-item .news-featured + h3 {
  margin-top: 2.82rem;
}
:not(#x) news-item h3 {
  font-size: 1.88rem;
  line-height: 1.5;
  font-weight: 600;
}

news-item .news-item-footer {
  display: flex;
}
news-item .news-item-footer .news-item-readmore {
  color: inherit !important;
}
news-item .news-item-footer .news-source img {
  width: 6rem;
  height: auto;
}
news-item .news-item-footer .news-source span {
  padding: 0.5rem 1rem;
  background: darkblue;
  text-transform: uppercase;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.7em;
}

news-card-aggregator-feed {
  display: block;
  background-color: #002E55 !important;
}
news-card-aggregator-feed .news-aggregator-filter {
  margin-top: 2rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
}
news-card-aggregator-feed .news-aggregator-filter button {
  position: relative;
  border: none;
  background: transparent;
  margin: 0 0.1rem;
  padding: 0.4rem 1.2rem;
  padding-left: 0.8rem;
  font-size: 1.2rem;
  border-radius: 100rem;
  transition: background-color 0.5s ease;
}
news-card-aggregator-feed .news-aggregator-filter button > span {
  padding-right: 0.1rem;
  opacity: 0;
}
news-card-aggregator-feed .news-aggregator-filter button.active {
  background-color: darkblue;
}
news-card-aggregator-feed .news-aggregator-filter button.active > span {
  opacity: 1;
}
news-card-aggregator-feed .news-aggregator-grid {
  padding-top: 5rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
}
@media (max-width: 880px) {
  news-card-aggregator-feed .news-aggregator-grid {
    height: auto !important;
  }
}
news-card-aggregator-feed .news-aggregator-grid .news-aggregator-item {
  position: absolute;
  width: calc((100% - 2rem) / 2);
  margin-bottom: 2rem;
  transition: transform 0.8s ease;
}
news-card-aggregator-feed .news-aggregator-grid .news-aggregator-item[data-column="0"] {
  left: 0;
}
news-card-aggregator-feed .news-aggregator-grid .news-aggregator-item[data-column="1"] {
  left: calc(50% + 1rem);
}
@media (max-width: 880px) {
  news-card-aggregator-feed .news-aggregator-grid .news-aggregator-item {
    position: relative !important;
    width: 100%;
    top: auto !important;
  }
  news-card-aggregator-feed .news-aggregator-grid .news-aggregator-item[data-column="0"] {
    left: auto !important;
  }
  news-card-aggregator-feed .news-aggregator-grid .news-aggregator-item[data-column="1"] {
    left: auto !important;
  }
}
news-card-aggregator-feed .news-aggregator-grid .news-aggregator-item > a {
  position: relative;
  display: block;
  background: white;
  padding: 2.5rem;
  border: solid 1px #d6d6d6;
  overflow: hidden;
}
news-card-aggregator-feed .news-aggregator-grid .news-aggregator-item:hover {
  transform: translateY(-1rem);
}

search-input {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 1.1rem;
  z-index: 1;
}
.help search-input {
  max-width: 36rem;
  margin: 0 auto;
}

search-input input {
  height: auto;
  padding: 0.8rem 1.15rem;
  padding-left: 3.65rem;
  font-size: 1.28rem;
  box-shadow: none;
  width: 100%;
  color: var(--black);
  background-color: var(--white);
  border: none;
  border-radius: 0.4rem;
  border: solid medium #88816E;
}
search-input input:focus {
  outline-color: var(--white) !important;
}
search-input > .search-icon {
  color: var(--black);
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.65rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
search-input > button {
  position: absolute;
  top: 0rem;
  right: 0rem;
  font-size: 1.8rem;
  line-height: 0.8;
  z-index: 2;
  border: none;
  width: 3.65rem;
  height: 100%;
  background: none !important;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
}
search-input .search-results-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 16rem;
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  z-index: 1;
  background: var(--white);
}
search-input .search-results {
  width: 100%;
  height: 12rem;
  overflow-y: auto;
  background: var(-white);
  padding: 0;
  color: var(--black) !important;
  z-index: 1;
  text-align: left;
}
search-input .search-results .search-item {
  display: block;
  padding: 1.2rem;
  text-decoration: none !important;
  color: inherit !important;
}
search-input .search-results .search-item:hover {
  background: var(--gray-96);
}
search-input .search-results .search-item.selected {
  outline-style: solid;
  outline-offset: -0.4rem;
  outline-width: 0.2rem;
  outline-color: inherit;
}
search-input .search-results .search-item * {
  color: #353535 !important;
}
search-input .search-results .search-item-title {
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0;
}
search-input .search-results .highlight {
  background: yellow;
  color: var(--black-always) !important;
}
search-input .search-results-footer {
  position: absolute;
  bottom: 0;
  height: 4rem;
  left: 0;
  width: 100%;
  z-index: 1;
}
search-input .search-results-footer a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: stretch;
  padding: 1rem;
  border-top: solid 1px var(--gray-80);
  background: var(--white);
  color: var(--black) !important;
}
search-input .search-results-footer a:hover {
  background: var(--gray-96);
}
search-input .search-results-footer a.selected {
  outline-style: solid;
  outline-offset: -0.4rem;
  outline-width: 0.2rem;
  outline-color: inherit;
}
search-input .search-results-footer a span {
  background: var(--gray-93);
}

cta-hero-slideshow {
  position: relative;
  display: flex;
  flex-flow: column;
  min-height: calc(100vh - 200px) !important;
  border-bottom: solid 3px #88816E;
}
cta-hero-slideshow .transition-background {
  background-color: rgba(110, 158, 117, 0.3);
}
cta-hero-slideshow #carousel-sr {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffe0;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 1.2rem;
  display: flex;
  flex-flow: column;
}
cta-hero-slideshow #carousel-sr.carousel-sr-visible {
  padding: 2rem;
  border: solid black 0.5rem;
}
cta-hero-slideshow #carousel-sr:not(.carousel-sr-visible) {
  height: 0;
  overflow: hidden;
}
cta-hero-slideshow .carousel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
cta-hero-slideshow .carousel-bg .carousel-bg-color-overlay {
  position: absolute;
  top: 0;
  left: 62%;
  width: 38%;
  height: 100%;
  -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, black 50%);
  mask-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, black 50%);
  z-index: 3;
  transition: background-color 1s ease;
}
body.user-authenticated cta-hero-slideshow .carousel-bg .carousel-bg-color-overlay {
  -webkit-mask-image: initial;
  mask-image: initial;
  opacity: 0.9;
}

cta-hero-slideshow .carousel-bg .carousel-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
cta-hero-slideshow .carousel-bg .carousel-bg-image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.user-anonymous cta-hero-slideshow .carousel-bg .carousel-bg-image figure {
  opacity: 0;
  transition: opacity 1s ease;
}

@keyframes carousel-bg-fade-out {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body.user-authenticated cta-hero-slideshow .carousel-bg .carousel-bg-image figure {
  animation: 1s ease 0s 1 forwards carousel-bg-fade-out;
  will-change: opacity;
}

cta-hero-slideshow .carousel-bg .carousel-bg-image figure.carousel-bg-active {
  z-index: 1;
}
body.user-anonymous cta-hero-slideshow .carousel-bg .carousel-bg-image figure.carousel-bg-active {
  opacity: 1;
}

@keyframes carousel-bg-fade-in {
  0% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.user-authenticated cta-hero-slideshow .carousel-bg .carousel-bg-image figure.carousel-bg-active {
  animation: 1s ease 0s 1 forwards carousel-bg-fade-in;
}

cta-hero-slideshow .carousel-bg .carousel-bg-image figure img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
cta-hero-slideshow .carousel-bg .carousel-bg-image figure .citation {
  position: absolute;
  left: 1rem;
  bottom: 0.5rem;
}
cta-hero-slideshow .carousel-bg .carousel-bg-image .carousel-bg-image-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 46, 85, 0) 0%, #6E9E75 63.54%);
  mix-blend-mode: normal;
  z-index: 2;
}
cta-hero-slideshow #carousel-content {
  flex: 1 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem 0 3rem;
  min-width: 280px;
}
cta-hero-slideshow .carousel-slides {
  position: relative;
  width: 100%;
}
cta-hero-slideshow .carousel-slide {
  position: absolute;
  top: 50%;
  left: calc(64% - 11.5rem);
  width: calc(11.5rem + 38% - 11.5rem);
  height: auto;
  background: white;
  transform: translateY(-50%);
  padding: 2rem 2rem 1rem 2.5rem;
  overflow: hidden;
  border-top: 5px solid #4A3826;
  border-radius: 20px;
  will-change: opacity;
}
@media (max-width: 599px) {
  cta-hero-slideshow .carousel-slide {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  }
}
cta-hero-slideshow .carousel-slide:not(.carousel-slide-last-viewed):not(.carousel-slide-active) {
  opacity: 0;
}
cta-hero-slideshow .carousel-slide.carousel-slide-last-viewed {
  z-index: 1;
  animation: 1s ease-in 0s 1 both active-fadeout;
}
cta-hero-slideshow .carousel-slide.carousel-slide-last-viewed .carousel-pause {
  opacity: 0;
}
@keyframes active-fadeout {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
cta-hero-slideshow .carousel-slide.carousel-slide-active {
  z-index: 2;
  animation: 1s ease-out 0s 1 both active-fadein;
}
@keyframes active-fadein {
  0% {
    opacity: 0;
  }
  67% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
cta-hero-slideshow .carousel-slide h2 {
  display: inline-block;
  margin-top: 0 !important;
  margin-bottom: 1.2rem !important;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: solid 0.2rem #403636;
  transition: border-color 1s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
cta-hero-slideshow .carousel-slide .carousel-slide-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
cta-hero-slideshow .carousel-slide .carousel-slide-title .carousel-slide-icon {
  display: none;
  flex: 0 0 auto;
  margin-right: 1.5rem;
  width: 5.5rem;
  height: 5.5rem;
}
cta-hero-slideshow .carousel-slide .carousel-slide-title .carousel-slide-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
cta-hero-slideshow .carousel-slide .carousel-slide-title h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-style: normal;
  font-weight: 700;
  font-size: 42px !important;
  line-height: 45px !important;
  color: #4B8159 !important;
}
@media (max-width: 992px) {
  cta-hero-slideshow .carousel-slide .carousel-slide-title h3 {
    font-size: 36px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 599px) {
  cta-hero-slideshow .carousel-slide .carousel-slide-title h3 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
}
cta-hero-slideshow .carousel-slide .carousel-slide-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #4A3826;
}
cta-hero-slideshow .carousel-slide a {
  position: absolute;
  bottom: 20px;
  right: 30px;
  display: block;
  padding: 1.5rem 2rem;
  margin: 0 2rem 2rem 0;
  color: black;
  font-size: 1.18rem;
  line-height: 0.98;
  transition: background-color 1s ease;
}
cta-hero-slideshow .carousel-slide a span {
  margin-top: -0.2rem;
  margin-left: 1.1rem;
  font-size: 1.3em;
  vertical-align: middle;
}
cta-hero-slideshow .carousel-slide .carousel-pause {
  position: relative;
  width: 5rem;
  height: 5rem;
  margin: 1.5rem 0 1rem 0;
  transition: opacity 0.2s ease;
}
@media (max-width: 768px) {
  cta-hero-slideshow .carousel-slide .carousel-pause {
    margin: 0.5rem 0;
  }
}
cta-hero-slideshow .carousel-slide .carousel-pause button {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  color: #403636;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
}
cta-hero-slideshow .carousel-slide .carousel-pause .carousel-progress svg {
  width: 100%;
  height: 100%;
  display: block;
}
cta-hero-slideshow .carousel-slide .carousel-pause .carousel-progress circle {
  fill: none;
  stroke: #4A3826;
  stroke-width: 2;
  stroke-dasharray: 251.3272;
  stroke-dashoffset: 251.3272;
}
cta-hero-slideshow .btn-block {
  padding: 15px 50px !important;
  background-color: #4B8159;
  border-radius: 23px !important;
  font-weight: 700 !important;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF !important;
  border: solid 3px #4B8159;
}
@media (max-width: 768px) {
  cta-hero-slideshow .btn-block {
    padding: 15px 30px !important;
    margin: 0.5rem 0 !important;
  }
}
cta-hero-slideshow .btn-block:hover {
  background-color: #8db292 !important;
}
cta-hero-slideshow .btn-block:focus, cta-hero-slideshow .btn-block:active {
  background-color: #436347 !important;
}
cta-hero-slideshow .carousel-indicator {
  position: relative;
  display: inline-flex;
  left: calc(62% + 20vw);
  z-index: 2;
}
@media (max-width: 1025px) {
  cta-hero-slideshow .carousel-indicator {
    display: none;
    position: absolute;
    top: 20rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
cta-hero-slideshow .carousel-indicator > a {
  margin: 0 0.2rem;
  margin-top: 1rem;
  width: 1rem;
  height: 1rem;
  border: solid 0.1rem white;
  border-radius: 100rem;
  color: white;
}
cta-hero-slideshow .carousel-indicator > a.active {
  background-color: white;
}
cta-hero-slideshow .carousel-indicator > a:focus {
  outline-offset: 2px !important;
}
cta-hero-slideshow .carousel-prev,
cta-hero-slideshow .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 8rem;
  -webkit-mask-image: url("/highered/PublishingImages/carousel-arrow-left.svg");
  mask-image: url("/highered/PublishingImages/carousel-arrow-left.svg");
  mask-repeat: no-repeat;
  z-index: 3;
}
cta-hero-slideshow .carousel-prev:focus,
cta-hero-slideshow .carousel-next:focus {
  outline: solid 2px white !important;
}
cta-hero-slideshow .carousel-next {
  right: 3rem;
  transform: translateY(-50%) scaleX(-1);
}
cta-hero-slideshow .carousel-prev {
  left: 3rem;
}
@media (max-width: 999.98px) {
  cta-hero-slideshow {
    min-height: 0px;
  }
  cta-hero-slideshow .carousel-bg {
    width: 100%;
    height: 100%;
  }
  cta-hero-slideshow .carousel-bg .carousel-bg-image {
    width: 100%;
  }
  cta-hero-slideshow .carousel-bg .carousel-bg-color-overlay {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(100% - 35rem);
    -webkit-mask-image: none;
    mask-image: none;
  }
  cta-hero-slideshow #carousel-content {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 2rem;
  }
  cta-hero-slideshow #carousel-content .carousel-slide {
    position: absolute;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 2rem;
    padding-bottom: 1rem;
  }
  cta-hero-slideshow #carousel-content .carousel-slide .carousel-slide-title {
    margin-bottom: 1.2rem;
  }
  cta-hero-slideshow #carousel-content .carousel-slide .carousel-slide-title h4 {
    font-size: 2.4rem;
    line-height: 1;
  }
  cta-hero-slideshow #carousel-content .carousel-slide .carousel-slide-description {
    font-size: 1em;
  }
  cta-hero-slideshow #carousel-content .carousel-slide .carousel-pause {
    margin: 1rem 0 1rem 0;
  }
  cta-hero-slideshow .carousel-next,
  cta-hero-slideshow .carousel-prev {
    width: 2.5rem;
    height: 6rem;
  }
  cta-hero-slideshow .carousel-next {
    right: 2rem;
  }
}
@media (max-width: 999.98px) and (max-width: 499px) {
  cta-hero-slideshow .carousel-next {
    right: 1rem;
  }
}
@media (max-width: 999.98px) {
  cta-hero-slideshow .carousel-prev {
    left: 2rem;
  }
}
@media (max-width: 999.98px) and (max-width: 499px) {
  cta-hero-slideshow .carousel-prev {
    left: 1rem;
  }
}
cta-hero-slideshow .citation {
  display: inline-block;
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

home-top-services {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: -2rem;
  background-color: #F2F2F2;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #F2F2F2;
  --details-color: var(--black);
  --details-bg-color: #ffffff;
  --details-line-color: colors.$grey;
  padding: 5rem 11% 1rem !important;
}
@media screen and (max-width: 768px) {
  home-top-services {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
home-top-services .home-top-service {
  --background-color: #F2F2F2;
  flex: 0 0 auto;
}
home-top-services .home-top-service.expanded .home-top-service-tile {
  background: var(--details-bg-color);
}
home-top-services .home-top-service.expanded .home-top-service-tile:hover {
  background: var(--details-bg-color);
}
home-top-services .home-top-service .home-top-service-tile {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  border: none;
  border-top: 5px solid #6E9E75;
  border-radius: 15px;
  color: var(--black) !important;
}
home-top-services .home-top-service .home-top-service-tile:hover {
  background: var(--gray-97);
}
home-top-services .home-top-service .home-top-service-tile:focus {
  outline: solid 4px #325274 !important;
  outline-offset: 1px !important;
}
home-top-services .home-top-service .home-top-service-tile .home-top-service-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  width: 100%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
home-top-services .home-top-service .home-top-service-tile .home-top-service-image img {
  height: 100%;
  width: auto;
}
@media (min-width: 1570px) {
  home-top-services .home-top-service .home-top-service-tile .home-top-service-image img {
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
}
home-top-services .home-top-service .home-top-service-tile .home-top-service-image .citation {
  position: absolute;
  left: 0.5rem;
  bottom: 0.3rem;
  color: white;
}
home-top-services .home-top-service .home-top-service-tile .home-top-service-title {
  flex: 1;
  padding: 1.5rem 1.3rem;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  color: #353535;
}
home-top-services .home-top-service .home-top-service-tile .home-top-service-title .home-top-service-title-icon {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
home-top-services .home-top-service .home-top-service-tile .home-top-service-title .home-top-service-title-text {
  margin-left: 0.4rem;
}
home-top-services .home-top-service .home-top-service-tile .home-top-service-title svg {
  width: 10px !important;
  height: 21px !important;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  home-top-services .home-top-service .home-top-service-tile .home-top-service-title svg {
    width: 8px !important;
    height: 18px !important;
  }
}
@media (max-width: 768px) {
  home-top-services .home-top-service .home-top-service-tile .home-top-service-title {
    font-size: 24px;
  }
}
home-top-services .home-top-service .home-top-service-details {
  display: none;
  position: absolute;
  left: 0;
  padding: 2rem;
  margin: 2.8rem 11% 1rem 11%;
  width: 78%;
  border-radius: 0.4rem;
  background: #ffffff;
  color: var(--details-color);
  animation: 0.5s ease 0s 1 normal forwards top-service-links-fadein;
}
@keyframes top-service-links-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
home-top-services .home-top-service .home-top-service-details::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateX(-50%);
  border: solid 2rem transparent;
  border-top-width: 0;
  border-bottom-color: var(--details-bg-color);
}
@media screen and (max-width: 768px) {
  home-top-services .home-top-service .home-top-service-details {
    margin-left: 7% !important;
    margin-right: 7% !important;
    width: 86%;
    padding: 1.5rem;
  }
}
home-top-services .home-top-service .home-top-service-details .home-top-service-link-wrapper {
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 1rem;
}
home-top-services .home-top-service .home-top-service-details .home-top-service-details-list {
  position: relative;
}
@media (min-width: 768px) {
  home-top-services .home-top-service .home-top-service-details .home-top-service-details-list {
    columns: 2;
  }
  home-top-services .home-top-service .home-top-service-details .home-top-service-details-list::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 80%;
    width: 2px;
    top: 10%;
    background: #F2F2F2;
  }
}
@media (min-width: 768px) and (max-width: 999.98px) {
  home-top-services .home-top-service .home-top-service-details .home-top-service-details-list {
    column-gap: 2rem;
  }
  home-top-services .home-top-service .home-top-service-details .home-top-service-details-list::before {
    left: 50%;
  }
}
@media (min-width: 1000px) {
  home-top-services .home-top-service .home-top-service-details .home-top-service-details-list {
    column-gap: 5rem;
  }
  home-top-services .home-top-service .home-top-service-details .home-top-service-details-list::before {
    left: 50%;
  }
}
@media (max-width: 991px) {
  home-top-services .home-top-service .home-top-service-details .home-top-service-details-list::before {
    display: none;
  }
}
home-top-services .home-top-service .home-top-service-details .home-top-service-details-list a {
  page-break-inside: avoid;
  break-inside: avoid;
  display: flex;
  align-items: center;
  padding: 0.75rem;
  margin-bottom: 0.25rem;
  font-size: 20px;
  font-weight: 500;
  color: #353535 !important;
  border-radius: 0.4rem;
  text-decoration: none !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 768px) {
  home-top-services .home-top-service .home-top-service-details .home-top-service-details-list a {
    font-size: 18px;
  }
}
home-top-services .home-top-service .home-top-service-details .home-top-service-details-list a:focus, home-top-services .home-top-service .home-top-service-details .home-top-service-details-list a:active {
  outline: solid 2px #325274 !important;
  outline-offset: 4px;
}
home-top-services .home-top-service .home-top-service-details .home-top-service-details-list a .no-break {
  white-space: nowrap;
  word-break: keep-all;
}
home-top-services .home-top-service .home-top-service-details .home-top-service-details-list a .home-top-service-link {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif !important;
  color: #353535;
  text-decoration: underline;
}
home-top-services .home-top-service .home-top-service-details .home-top-service-details-list a .home-top-service-link:hover, home-top-services .home-top-service .home-top-service-details .home-top-service-details-list a .home-top-service-link:active {
  text-decoration: none;
}
home-top-services .home-top-service .home-top-service-details .home-top-service-details-list a:hover {
  background-color: hsla(var(--black-h), var(--black-s), var(--black-l), 0.1);
}
home-top-services .home-top-service .home-top-service-details .home-top-service-details-list a .home-top-service-link-description {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif !important;
  font-size: 16px;
  color: #353535;
}
home-top-services .home-top-service .home-top-service-details .home-top-service-details-buttons {
  margin-top: 2rem;
  text-align: center;
}
home-top-services .home-top-service .home-top-service-details .home-top-service-details-buttons .home-top-service-btn, home-top-services .home-top-service .home-top-service-details .home-top-service-details-buttons .btn {
  margin-bottom: 0 !important;
}
home-top-services .home-top-service.expanded .home-top-service-details {
  display: block;
}
home-top-services .home-top-service-icon {
  margin-right: 1rem;
  font-size: 1em;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  padding: 15px;
  border-radius: 100rem;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
}
home-top-services .home-top-service-icon:before {
  margin-top: 3px;
  font-size: 20px;
}
home-top-services .home-top-service:nth-child(5) .home-top-service-tile {
  border-top: 5px solid #56ACB3 !important;
}
home-top-services .home-top-service:nth-child(5) svg {
  stroke: #56ACB3 !important;
}
home-top-services .home-top-service:nth-child(5) .home-top-service-icon {
  background: #56ACB3 !important;
}
home-top-services .home-top-service:first-child svg {
  stroke: #6E9E75 !important;
}
home-top-services .home-top-service:first-child .home-top-service-icon {
  background: #6E9E75 !important;
}
home-top-services .home-top-service:nth-child(3) .home-top-service-tile {
  border-top: 5px solid #F7DB69 !important;
}
home-top-services .home-top-service:nth-child(3) svg {
  stroke: #F7DB69 !important;
}
home-top-services .home-top-service:nth-child(3) .home-top-service-icon {
  background: #F7DB69 !important;
  color: grey;
}
home-top-services .home-top-service:nth-child(7) .home-top-service-tile {
  border-top: 5px solid #F26A45 !important;
}
home-top-services .home-top-service:nth-child(7) svg {
  stroke: #F26A45 !important;
}
home-top-services .home-top-service:nth-child(7) .home-top-service-icon {
  background: #F26A45 !important;
}
home-top-services .home-top-service-details-placeholder {
  display: none;
  width: 100%;
}
@media (max-width: 599px) {
  home-top-services .home-top-service {
    width: calc((100% - 0rem) / 1);
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
  home-top-services .home-top-service:nth-child(2n+1) {
    margin-left: 0rem;
  }
  home-top-services .home-top-service.expanded + .home-top-service-details-placeholder:nth-child(2n) {
    display: block;
  }
  home-top-services .home-top-service:nth-child(2n+1) .home-top-service-details::before {
    top: calc(-2rem + 1px);
    left: 50%;
  }
}
@media (min-width: 599px) and (max-width: 999.98px) {
  home-top-services .home-top-service {
    width: calc((100% - 2rem) / 2);
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
  home-top-services .home-top-service:nth-child(4n+1) {
    margin-left: 0rem;
  }
  home-top-services .home-top-service.expanded + .home-top-service-details-placeholder:nth-child(4n) {
    display: block;
  }
  home-top-services .home-top-service:nth-child(4n+1) .home-top-service-details::before {
    top: calc(-2rem + 1px);
    left: 25%;
  }
  home-top-services .home-top-service.expanded + * + * + .home-top-service-details-placeholder:nth-child(4n) {
    display: block;
  }
  home-top-services .home-top-service:nth-child(4n+3) .home-top-service-details::before {
    top: calc(-2rem + 1px);
    left: 75%;
  }
}
@media (min-width: 1000px) {
  home-top-services .home-top-service {
    width: calc((100% - 2.5rem) / 2);
    margin-left: 2.5rem;
    margin-bottom: 2.5rem;
  }
  home-top-services .home-top-service:nth-child(4n+1) {
    margin-left: 0rem;
  }
  home-top-services .home-top-service.expanded + .home-top-service-details-placeholder:nth-child(4n) {
    display: block;
  }
  home-top-services .home-top-service:nth-child(4n+1) .home-top-service-details::before {
    top: calc(-2rem + 1px);
    left: 25%;
  }
  home-top-services .home-top-service.expanded + * + * + .home-top-service-details-placeholder:nth-child(4n) {
    display: block;
  }
  home-top-services .home-top-service:nth-child(4n+3) .home-top-service-details::before {
    top: calc(-2rem + 1px);
    left: 75%;
  }
}

#s4-bodyContainer {
  overflow: hidden;
}

.gdw_widget::-webkit-scrollbar, .images-grid::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.gdw_widget::-webkit-scrollbar-thumb, .images-grid::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.news-widget {
  padding: 0 2rem 1rem;
  border: solid medium #88816E;
  border-radius: 1em;
}

.news-aggregator .gdw_widget {
  font-family: "Trebuchet MS", Arial, sans-serif !important;
  max-height: 800px !important;
  margin-bottom: 2rem;
  margin-top: 0;
}
.news-aggregator .gdw_content {
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  text-align: left;
}
.news-aggregator .gdw_story {
  position: relative;
  float: left !important;
  width: calc((100% - 2rem) / 2);
  margin-bottom: 2rem !important;
  transition: transform 0.8s ease;
  background: white;
  padding: 2.5rem 2.5rem 1.5rem 2.5rem !important;
  border: solid 1px #d6d6d6;
  border-radius: 16px;
}
@media screen and (max-width: 599px) {
  .news-aggregator .gdw_story {
    width: 100%;
  }
}
.news-aggregator .gdw_story:nth-child(odd) {
  margin-right: 2rem !important;
}
.news-aggregator .gdw_story:hover {
  transform: translateY(-1rem);
}
.news-aggregator .gdw_story_title {
  margin-top: 5rem;
  font-family: "Trebuchet MS", Arial, sans-serif !important;
}
.news-aggregator .gdw_story_title a {
  color: #353535 !important;
}
.news-aggregator .pub_date {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  background: #6E9E75;
  color: white;
  width: 5.5rem;
  padding: 1rem 0 !important;
  text-align: center;
}
.news-aggregator .gdw_story_title {
  margin-bottom: 4rem;
  line-height: 1.5;
  font-weight: 500;
}
.news-aggregator .news-month, .news-aggregator .news-year {
  display: block;
  font-family: "Trebuchet MS", Arial, sans-serif !important;
  font-size: 0.88rem;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-style: normal;
  margin: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.news-aggregator .news-date {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 3rem;
  font-weight: 400;
  line-height: 0.9;
  font-family: "Trebuchet MS", Arial, sans-serif !important;
}
.news-aggregator .news-item-readmore {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  margin: 0 !important;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  font-size: 1.08rem;
  font-weight: 500;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  border: solid 0.16rem #88816E;
  text-decoration: none;
  line-height: 1.5;
  width: 150px;
  color: #353535 !important;
}
.news-aggregator .news-item-readmore:hover, .news-aggregator .news-item-readmore:active, .news-aggregator .news-item-readmore:focus {
  box-shadow: inset 0 0 0 1000px #F2F2F2 !important;
}

.images-grid {
  margin-top: 1rem;
  max-height: 450px;
  overflow-y: auto;
}
.images-grid .grid-image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  height: 200px;
  overflow-y: hidden;
}
.images-grid .grid-image img {
  width: calc(100% - 2rem);
  max-width: 300px !important;
}

.bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.aid-img {
  float: left;
  margin: 1.5rem;
  width: 120px;
}

.img-float-right {
  float: right;
  margin: 1rem;
  max-width: 100%;
}

.img-float-left {
  float: left;
  margin: 1rem 1rem 1rem 0;
  max-width: 100%;
}

.clearfix {
  clear: both;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 4px solid #F26A45;
}

#ex-1,
#ex-2,
#ex-3,
#ex-4,
#ex-5,
#ex-6 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: 1rem !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.dark-background {
  background-color: black;
}

.btn-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.icon-container {
  display: flex;
  justify-content: space-between;
}

.green {
  color: #6E9E75 !important;
}

.brown {
  color: #3F2500 !important;
}

.tan {
  color: #88816E !important;
}

.teal {
  color: #56ACB3 !important;
}

.olive {
  color: #5A5A46 !important;
}

.blue {
  color: #325274 !important;
}

.red {
  color: #8F2C37 !important;
}

.sky {
  color: #B7DFF7 !important;
}

.grass {
  color: #A4BA68 !important;
}

.aqua {
  color: #1496BC !important;
}

.yellow {
  color: #F7DB69 !important;
}

.orange {
  color: #F26A45 !important;
}

.scarlet {
  color: #D93754 !important;
}

.ocean {
  color: #33797E !important;
}

.magenta {
  color: #A8216B !important;
}

.white {
  color: #FFFFFF !important;
}

.grass-d {
  color: #6e813b !important;
}

.aqua-d {
  color: #0a4c60 !important;
}

.teal-d {
  color: #336c70 !important;
}

.heading-list-container .card {
  padding: 2rem 1rem;
}
.heading-list-container .card li {
  text-align: left;
}
.heading-list-container .card ul {
  margin-bottom: 0 !important;
}
.heading-list-container .card h3 {
  margin-top: 0 !important;
}
.heading-list-container .card .heading-row {
  display: flex;
  align-items: center;
}
.heading-list-container .card .heading-row .fa-stack-1x {
  top: -3px;
}
.heading-list-container .card .fa-stack {
  height: 1em !important;
}
.heading-list-container .card .heading-list {
  list-style: none;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  padding-left: 11px !important;
  line-height: 1.5em;
}

#OregonSideNavigation span.or-side-navigation-caret {
  color: #6E9E75;
}

iframe[title^=PowerBi] {
  height: 612px;
  width: 100%;
  margin: 2rem auto 0;
  border-radius: 1em;
  border-color: #88816E !important;
  border-width: 3px;
  border-style: solid;
}
@media screen and (max-width: 1024px) {
  iframe[title^=PowerBi] {
    height: 400px;
  }
}
@media screen and (max-width: 569px) {
  iframe[title^=PowerBi] {
    height: 300px;
  }
}

a:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}

a[href$=pdf], a[href$=PDF],
a[href$=doc], a[href$=DOC],
a[href$=docx], a[href$=DOCX],
a[href$=xls], a[href$=XLS],
a[href$=xlsx], a[href$=XLSX] {
  padding-right: 20px !important;
  position: relative;
}

a[href$=pdf].highlighted-link, a[href$=PDF].highlighted-link,
li a[href$=pdf].highlighted-link, li a[href$=PDF].highlighted-link,
a[href$=doc].highlighted-link, a[href$=DOC].highlighted-link,
li a[href$=doc].highlighted-link, li a[href$=DOC].highlighted-link,
a[href$=docx].highlighted-link, a[href$=DOCX].highlighted-link,
li a[href$=docx].highlighted-link, li a[href$=DOCX].highlighted-link,
a[href$=xls].highlighted-link, a[href$=XLS].highlighted-link,
li a[href$=xls].highlighted-link, li a[href$=XLS].highlighted-link,
a[href$=xlsx].highlighted-link, a[href$=XLSX].highlighted-link,
li a[href$=xlsx].highlighted-link, li a[href$=XLSX].highlighted-link {
  padding-right: 6rem !important;
}

a[href$=pdf]:after, a[href$=PDF]:after,
a[href$=doc]:after, a[href$=DOC]:after,
a[href$=docx]:after, a[href$=DOCX]:after,
a[href$=xls]:after, a[href$=XLS]:after,
a[href$=xlsx]:after, a[href$=XLSX]:after {
  color: #312522;
  padding-right: 21px;
  right: -20px;
  bottom: 0;
}

a[href$=pdf]:after, a[href$=PDF]:after,
li a[href$=pdf]:after, li a[href$=PDF]:after {
  content: "\f1c1";
}

a[href$=doc]:after, a[href$=DOC]:after,
a[href$=docx]:after, a[href$=DOCX]:after,
li a[href$=doc]:after, li a[href$=DOC]:after,
li a[href$=docx]:after, li a[href$=DOCX]:after {
  content: "\f1c2";
}

a[href$=xls]:after, a[href$=XLS]:after,
a[href$=xlsx]:after, a[href$=XLSX]:after,
li a[href$=xls]:after, li a[href$=XLS]:after,
li a[href$=xlsx]:after, li a[href$=XLSX]:after {
  content: "\f1c3";
}

li a[href$=pdf], li a[href$=PDF],
li a[href$=doc], li a[href$=DOC],
li a[href$=docx], li a[href$=DOCX],
li a[href$=xls], li a[href$=XLS],
li a[href$=xlsx], li a[href$=XLSX] {
  padding-left: inherit;
  padding-right: 20px;
  position: relative;
}

li a[href$=pdf]:after, li a[href$=PDF]:after,
li a[href$=doc]:after, li a[href$=DOC]:after,
li a[href$=docx]:after, li a[href$=DOCX]:after,
li a[href$=xls]:after, li a[href$=XLS]:after,
li a[href$=xlsx]:after, li a[href$=XLSX]:after {
  color: #312522;
  padding-right: 21px;
  right: -20px;
  bottom: 1px;
}

a[href$=pdf].highlighted-link:after, a[href$=PDF].highlighted-link:after,
li a[href$=pdf].highlighted-link:after, li a[href$=PDF].highlighted-link:after,
a[href$=doc].highlighted-link:after, a[href$=DOC].highlighted-link:after,
li a[href$=doc].highlighted-link:after, li a[href$=DOC].highlighted-link:after,
a[href$=docx].highlighted-link:after, a[href$=DOCX].highlighted-link:after,
li a[href$=docx].highlighted-link:after, li a[href$=DOCX].highlighted-link:after,
a[href$=xls].highlighted-link:after, a[href$=XLS].highlighted-link:after,
li a[href$=xls].highlighted-link:after, li a[href$=XLS].highlighted-link:after,
a[href$=xlsx].highlighted-link:after, a[href$=XLSX].highlighted-link:after,
li a[href$=xlsx].highlighted-link:after, li a[href$=XLSX].highlighted-link:after {
  padding-right: 5.9rem;
  bottom: 0.75rem;
}


/*Added 5/15/2024, accordion and nav-img-reveal-grid fixes */

nav-img-reveal-grid .or-top-service{
	min-height:240px
}

.ms-WPBody .or-accordion-list .or-accordion-panel h1, .ms-WPBody .or-accordion-list .or-accordion-panel h2, .ms-WPBody .or-accordion-list .or-accordion-panel h3, .ms-WPBody .or-accordion-list .or-accordion-panel h4, .ms-WPBody .or-accordion-list .or-accordion-panel h5, .ms-WPBody .or-accordion-list .or-accordion-panel h6{
  margin-top:0 !important;
  }