@charset "UTF-8";
.two-column-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .two-column-grid {
    grid-template-columns: 1fr;
  }
}

.flex-justify-content-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-justify-content-start {
  display: flex;
  justify-content: start;
  align-items: center;
}

.hide-results {
  display: none !important;
}

.show-results {
  display: block !important;
}

.dual-display {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .dual-display {
    grid-template-columns: 1fr;
  }
}

.single-display {
  width: 100%;
}
.single-display li {
  max-width: 100%;
}

.other-search ul li {
  padding: 0 0 20px 0;
}

h2.news-events-title {
  margin: 0;
}

li.news-events-item {
  padding: 15px 0 !important;
}
li.news-events-item:first-child {
  padding: 0 0 15px 0;
}

a.search-results-link {
  font-size: 1.25rem;
  color: #44819D;
  font-weight: bold;
  transition: all 300ms;
}
a.search-results-link:hover {
  color: #000;
}

li.systems-item {
  display: flex;
  gap: 1rem;
  align-items: center;
}
li.systems-item a {
  font-size: 22px;
  color: #44819d;
  font-weight: bold;
  padding: 0 0 5px 0;
  display: inline-block;
}

a.top-result {
  font-size: 1.25rem;
  color: #44819D;
  font-weight: bold;
  transition: all 300ms;
  position: relative;
}
a.top-result:hover {
  color: #000;
}
@media (min-width: 768px) {
  a.top-result:before {
    content: "✭";
    position: absolute;
    inset: 2px auto auto -21px;
    background: #000;
    color: #fff;
    font-size: 0.75rem;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
  }
}

.empty-search-input {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}

.other-search {
  padding: 0;
  margin: 0;
  border: none;
}

.news-event-search {
  width: 100%;
}

body.search-results .search-page h2,
body.search-no-results .search-page h2 {
  font-size: 1.5rem;
}
body.search-results .search-page h3,
body.search-no-results .search-page h3 {
  font-size: 1.25rem;
  margin: 0 0 5px 0;
}
body.search-results .search-page p,
body.search-no-results .search-page p {
  line-height: 1.4;
  padding: 0;
}

body.search-no-results h2 {
  margin: 2rem 0 0 0;
}

.news-event-search ul {
  padding: 0;
}

@media (max-width: 767px) {
  .s-title {
    margin: 0 0 1rem 0;
  }
}

.system-search-listing li {
  max-width: 100%;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.search-result-head {
  display: grid;
  grid-template-columns: 25% 75%;
  align-items: center;
}
@media (max-width: 767px) {
  .search-result-head {
    grid-template-columns: 1fr;
  }
}

#search-form {
  display: grid;
  grid-template-columns: 75% 25%;
  width: 100%;
}
@media (min-width: 768px) {
  #search-form {
    border-left: 2px solid black;
    padding: 0 0 0 1.5rem;
  }
}
@media (max-width: 767px) {
  #search-form {
    grid-template-columns: 1fr;
  }
}

#search-input {
  font-size: 1.5rem;
  max-width: 100%;
  padding: 1rem;
  margin: 0;
}

#search-submit {
  transition: all 300ms;
}

.no-divider {
  display: block;
}
.no-divider #search-form {
  padding: 0;
}
@media (min-width: 768px) {
  .no-divider #search-form {
    border: none !important;
  }
}

section.related-links {
  margin: 50px 0 0 0;
  display: grid;
  gap: 25px;
}
section.related-links a.related-link-column {
  text-align: left;
  transition: all 300ms;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px;
  background: #80a1b633;
  color: #000;
}
section.related-links a.related-link-column:hover {
  background: #80a3b7;
}
section.related-links a.related-link-column h5 {
  margin: 0 0 5px 0;
}
section.related-links a.related-link-column img.icon {
  width: 50px;
}
section.related-links a.related-link-column .content {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.column-span-1 {
  grid-template-columns: 1fr;
}

.column-span-2 {
  grid-template-columns: repeat(2, 1fr);
}

.column-span-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  section.related-links {
    display: none;
  }
}
section#form-success {
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 5rem 2rem;
  gap: 3rem;
  position: relative;
}
section#form-success .overlay {
  height: 100%;
  width: 100%;
  background: rgba(128, 163, 183, 0.5);
  position: absolute;
  z-index: 1;
}
section#form-success .left-column {
  display: flex;
  justify-content: end;
  align-items: center;
  z-index: 2;
}
section#form-success .left-column .content {
  background: #44819D;
  padding: 2rem;
  text-align: center;
  max-width: 600px;
}
section#form-success .left-column .content h1 {
  font-size: 3.75rem;
  color: #fff;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
section#form-success .left-column .content p {
  color: #fff;
  padding: 0;
  font-weight: bold;
}
section#form-success .left-column .content a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
section#form-success .right-column {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
section#form-success .right-column img.asset {
  width: 300px;
  -webkit-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.3);
}
section#form-success .right-column #asset-download {
  display: none;
}
@media (max-width: 991px) {
  section#form-success {
    grid-template-columns: 1fr;
  }
  section#form-success .left-column {
    justify-content: center;
  }
  section#form-success .left-column .content {
    padding: 1.5rem;
  }
  section#form-success .left-column .content h1 {
    font-size: 2.5rem;
  }
  section#form-success .right-column img.asset {
    width: 250px;
  }
}

section#blog-archive #blog-header {
  border-bottom: 1px solid #707070;
  padding: 0 0 2rem 0;
  margin: 0 0 4rem 0;
}
section#blog-archive #blog-header h5 {
  font-size: 1.375rem;
  text-transform: uppercase;
  margin: 0 1rem 0 0;
}
section#blog-archive #blog-header .blog-filter {
  width: 50%;
}
@media (max-width: 991px) {
  section#blog-archive #blog-header .blog-filter {
    width: 100%;
  }
}
section#blog-archive #blog-header .resource-filter-select {
  cursor: pointer;
}
section#blog-archive #resource-loadmore {
  margin: 0 0 1rem 0;
  display: flex;
  justify-content: center;
}
section#blog-archive #resource-loadmore .load-more-btn {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  background: #44819D;
  color: #fff;
  padding: 1rem 2rem;
}
section#blog-archive #resource-loadmore .load-more-btn:hover {
  background: #000;
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  to {
    transform: scale(1);
  }
}
section#blog-archive .loader {
  position: fixed;
  z-index: 99999;
  background: rgba(127, 160, 182, 0.55);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#blog-archive .loader .logo-loader {
  width: 300px;
  max-height: 100px;
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

body.single-post .apss-social-share {
  float: none;
  display: flex;
  justify-content: flex-end;
}

body.page-template-privacy-policy main {
  max-width: 1000px;
  margin: 90px auto 50px auto;
  padding: 0 15px;
}
body.page-template-privacy-policy main h1 {
  transition: all 400ms;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccb;
  padding: 0 0 25px 0;
  margin: 0 0 35px 0;
}
body.page-template-privacy-policy main h4 {
  text-transform: uppercase;
  transition: all 400ms;
  line-height: 1.5;
}
body.page-template-privacy-policy main p {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 0 1rem 0;
}
body.page-template-privacy-policy main a {
  color: #44819D;
  font-weight: bold;
}
body.page-template-privacy-policy main ul {
  list-style-type: disc;
  padding: 0 0 1rem 1rem;
}
body.page-template-privacy-policy main ul li {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 0 0.25rem 0;
}
@media (max-width: 991px) {
  body.page-template-privacy-policy main {
    padding: 0 35px;
    margin: 50px auto;
  }
  body.page-template-privacy-policy main h1 {
    font-size: 30px;
    padding: 0 0 5px 0;
    margin: 0 0 25px 0;
    line-height: 1.15;
  }
  body.page-template-privacy-policy main h4 {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  body.page-template-privacy-policy main {
    padding: 0 25px;
    margin: 25px auto 25px auto;
  }
}

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