@charset "UTF-8";
/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
* {
  box-sizing: border-box;
}

p {
  max-width: 54rem;
}

.global-footer-area {
  color: #FAFAFA;
}
.global-footer-area .gform_wrapper .gfield_required {
  color: #191919 !important;
}

.partner-with-us .wp-bootstrap-blocks-container {
  display: flex;
  justify-content: end;
}
.partner-with-us .wp-block-group__inner-container {
  padding: 0 2rem 2rem 2rem;
}
.partner-with-us .wp-block-group {
  max-width: 588px;
}

.cjn-widget-area .card {
  background: #191919;
  color: #fff;
}

/**
 * Layout
 */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.standard-grid {
  display: grid;
  gap: 0 1rem;
  grid-template-columns: [full-start] calc(50vw - 720px) [main-start] minmax(0, 1fr) [main-end] calc(50vw - 720px) [full-end];
  width: 100%;
}
@media (min-width: 1344px) {
  .standard-grid {
    gap: 0 1.5rem;
  }
}

.standard-grid > * {
  grid-column: main;
}

.row {
  align-items: flex-start;
}

.profile-photo-column {
  flex-shrink: 0;
}

.gform_wrapper {
  max-width: 680px;
}
.gform_wrapper .gform_heading {
  margin-bottom: 3rem;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper input {
  border: 1px solid #747474;
  font-size: 1.125rem;
}
.gform_wrapper .gfield_required {
  color: #fff !important;
}
.gform_wrapper .gfield_label > .gfield_required {
  float: left;
}
.gform_wrapper .gfield_label > .gfield_required::before {
  color: #FFC627;
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.375rem;
  font-weight: 900;
}
.gform_wrapper input[type=submit] {
  display: inline-block;
  font-weight: 700;
  color: #191919;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1rem;
  -moz-border-radius: 400rem;
  border-radius: 400rem;
  -webkit-transition: 30ms ease-in-out;
  -o-transition: 30ms ease-in-out;
  -moz-transition: 30ms ease-in-out;
  transition: 30ms ease-in-out;
  background: #FFC627 !important;
  color: #191919 !important;
  padding-left: 2rem !important;
}
@media (min-width: 1024px) {
  .gform_wrapper input[type=submit]:hover {
    transform: scale(1.05);
  }
}

/**
 * Hide Stay Connected Form Title on Landing Page
 */
.page-id-551 .gform_title {
  display: none;
}

/** 
 * UDS Pager Fix
 */
span.page-link {
  padding-left: 12px;
  padding-right: 12px;
}

.pagination {
  justify-content: center;
}

/**
 * Custom Style Classes
 */
.is-style-intro {
  font-size: 1.5rem;
  margin-top: 3rem;
}

.is-style-padded {
  padding: 2rem !important;
}
.is-style-padded *:first-child {
  margin-top: 0;
}

.is-style-round-image .wp-block-media-text__media {
  aspect-ratio: 1/1;
  border-radius: 100%;
  max-width: 480px;
  max-height: 480px;
  overflow: hidden;
}
.is-style-round-image .wp-block-media-text__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.is-style-round-image .wp-block-media-text__content {
  position: relative;
}
.is-style-round-image .wp-block-media-text__content h2 {
  font-size: clamp(48px, 5vw, 60px);
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .is-style-round-image .wp-block-media-text__content h2 {
    position: relative;
    left: -60%;
    margin-bottom: 3rem;
    width: 180%;
  }
}
.is-style-round-image .wp-block-media-text__content p {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

ul.is-style-light-sidebar-links {
  list-style: none;
  margin: 0;
  padding-left: 0;
  border: 1px solid #D0D0D0;
  border-bottom: none;
  max-width: 282px;
  padding: 0;
}
ul.is-style-light-sidebar-links li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.is-style-light-sidebar-links li::before {
  content: "";
  display: none;
}
ul.is-style-light-sidebar-links a {
  border-bottom: 1px solid #D0D0D0;
  color: #191919;
  display: block;
  margin: 0;
  padding: 0.65rem 1.25rem;
  text-decoration: none;
}
ul.is-style-light-sidebar-links a:hover {
  text-decoration: underline;
}

.card img {
  object-fit: cover;
  width: 100%;
  min-height: 252px;
}

.admin-bar #asu-header + div, .admin-bar #asu-header + main {
  margin-top: 145px;
}
@media (min-width: 1024px) {
  .admin-bar #asu-header + div, .admin-bar #asu-header + main {
    margin-top: 177px;
  }
}

/**
 * Core Gutenberg Block Styles
 */
.wp-block-embed {
  margin: 3rem 0;
}

.wp-block-quote.is-style-default {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
  margin-left: 1rem;
  max-width: 60%;
}

@media (max-width: 768px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
/**
 * Theme Color Loop
 */
.has-black-color, .has-black-color a {
  color: rgba(0, 0, 0, 0.75);
  transition: all 0.25s ease-in-out;
}
.has-black-color:hover, .has-black-color a:hover {
  opacity: 0.9;
}

.has-r-black-background-color {
  color: #fff;
  position: relative;
}
.has-r-black-background-color:before {
  background-color: rgba(0, 0, 0, 0.75);
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.has-r-black-background-color h1, .has-r-black-background-color h2, .has-r-black-background-color h3, .has-r-black-background-color h4, .has-r-black-background-color h5, .has-r-black-background-color h6, .has-r-black-background-color p, .has-r-black-background-color ul, .has-r-black-background-color ol, .has-r-black-background-color a {
  color: #fff;
}
.has-r-black-background-color .has-red-color {
  color: #8C1D40;
}

.has-black-border-color {
  border: 2px solid rgba(0, 0, 0, 0.75);
}

.has-black-border {
  border-color: rgba(0, 0, 0, 0.75);
}

.has-red-color, .has-red-color a {
  color: #D32737;
  transition: all 0.25s ease-in-out;
}
.has-red-color:hover, .has-red-color a:hover {
  opacity: 0.9;
}

.has-r-red-background-color {
  color: #fff;
  position: relative;
}
.has-r-red-background-color:before {
  background-color: #D32737;
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.has-r-red-background-color h1, .has-r-red-background-color h2, .has-r-red-background-color h3, .has-r-red-background-color h4, .has-r-red-background-color h5, .has-r-red-background-color h6, .has-r-red-background-color p, .has-r-red-background-color ul, .has-r-red-background-color ol, .has-r-red-background-color a {
  color: #fff;
}
.has-r-red-background-color .has-red-color {
  color: #8C1D40;
}

.has-red-border-color {
  border: 2px solid #D32737;
}

.has-red-border {
  border-color: #D32737;
}

.has-gray-dark-color, .has-gray-dark-color a {
  color: #555;
  transition: all 0.25s ease-in-out;
}
.has-gray-dark-color:hover, .has-gray-dark-color a:hover {
  opacity: 0.9;
}

.has-r-gray-dark-background-color {
  color: #fff;
  position: relative;
}
.has-r-gray-dark-background-color:before {
  background-color: #555;
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.has-r-gray-dark-background-color h1, .has-r-gray-dark-background-color h2, .has-r-gray-dark-background-color h3, .has-r-gray-dark-background-color h4, .has-r-gray-dark-background-color h5, .has-r-gray-dark-background-color h6, .has-r-gray-dark-background-color p, .has-r-gray-dark-background-color ul, .has-r-gray-dark-background-color ol, .has-r-gray-dark-background-color a {
  color: #fff;
}
.has-r-gray-dark-background-color .has-red-color {
  color: #8C1D40;
}

.has-gray-dark-border-color {
  border: 2px solid #555;
}

.has-gray-dark-border {
  border-color: #555;
}

.has-transparent-color, .has-transparent-color a {
  color: transparent;
  transition: all 0.25s ease-in-out;
}
.has-transparent-color:hover, .has-transparent-color a:hover {
  opacity: 0.9;
}

.has-r-transparent-background-color {
  color: #191919;
  position: relative;
}
.has-r-transparent-background-color:before {
  background-color: transparent;
  content: " ";
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.has-transparent-border-color {
  border: 2px solid transparent;
}

.has-transparent-border {
  border-color: transparent;
}

.has-white-color, .has-white-color a {
  color: #ffffff;
  transition: all 0.25s ease-in-out;
}
.has-white-color:hover, .has-white-color a:hover {
  opacity: 0.9;
}

.has-r-white-background-color {
  color: #191919;
  position: relative;
}
.has-r-white-background-color:before {
  background-color: #ffffff;
  content: " ";
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.has-white-border-color {
  border: 2px solid #ffffff;
}

.has-white-border {
  border-color: #ffffff;
}

.has-gray-light-color, .has-gray-light-color a {
  color: #f2f2f2;
  transition: all 0.25s ease-in-out;
}
.has-gray-light-color:hover, .has-gray-light-color a:hover {
  opacity: 0.9;
}

.has-r-gray-light-background-color {
  color: #191919;
  position: relative;
}
.has-r-gray-light-background-color:before {
  background-color: #f2f2f2;
  content: " ";
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.has-gray-light-border-color {
  border: 2px solid #f2f2f2;
}

.has-gray-light-border {
  border-color: #f2f2f2;
}

.home .home-intro {
  padding-top: 5rem;
}
.home .wp-block-query {
  margin-top: 3rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .home .wp-block-query {
    margin-top: 1rem;
  }
}
.home .wp-block-post {
  margin-bottom: 1.5rem;
}
.home .wp-block-post h3 {
  margin-top: 0;
}
.home .wp-block-post-excerpt__more-link {
  display: inline-block;
  font-weight: 700;
  color: #191919;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1rem;
  -moz-border-radius: 400rem;
  border-radius: 400rem;
  -webkit-transition: 30ms ease-in-out;
  -o-transition: 30ms ease-in-out;
  -moz-transition: 30ms ease-in-out;
  transition: 30ms ease-in-out;
  background-color: #8C1D40;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
@media (min-width: 1024px) {
  .home .wp-block-post-excerpt__more-link:hover {
    transform: scale(1.05);
  }
}

body.error404 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  justify-content: space-between;
}
body.error404 main {
  margin-top: 150px;
}
body.error404 main p a {
  text-decoration: none;
  color: #8C1D40;
  transition: all 0.25s ease-in-out;
}
body.error404 main p a:hover {
  color: #771936;
}
body.error404 main p a svg {
  margin-right: 0.25rem;
}

.single-news .news-content {
  display: grid;
  grid-auto-flow: row;
  gap: 3.75rem;
}
@media (min-width: 768px) {
  .single-news .news-content {
    grid-auto-flow: column;
    grid-template-columns: 1fr 0.4fr;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .single-news .news-content {
    gap: 4rem;
  }
}
.single-news .news-heading {
  margin-top: 14rem;
}
.single-news .news-heading p.is-style-small-subheading {
  color: #8C1D40;
  margin-bottom: 3.4rem;
}
.single-news .news-heading p.is-style-small-subheading a {
  color: #8C1D40;
  text-decoration: none;
}
.single-news .news-heading p.is-style-small-subheading a:hover .fa-arrow-left {
  left: -0.5rem;
}
.single-news .news-heading p.is-style-small-subheading a .fa-arrow-left {
  transition: all 0.25s ease-out;
  position: relative;
  left: 0;
}
.single-news .news-heading .news-date {
  font-size: 1.0625rem;
  margin-bottom: 0.5rem;
}
.single-news .news-heading h1.news-title {
  color: #8C1D40;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 1;
  margin-bottom: 3.7rem;
  max-width: 40rem;
}
@media (min-width: 768px) {
  .single-news .news-heading h1.news-title {
    font-size: 2.5rem;
  }
}
.single-news aside .news-thumb {
  margin-bottom: 4rem;
}
.single-news aside .news-thumb img {
  width: 100%;
}
.single-news aside .news-thumb a {
  text-decoration: none;
}
.single-news aside .news-thumb p {
  font-style: italic;
  margin: 0.5rem 0 0 0;
}
.single-news aside a {
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.single-news aside a:hover {
  color: #8C1D40;
}
.single-news aside p {
  font-size: 1.0625rem;
}
.single-news aside hr {
  border: none;
  border-bottom: 1px solid #191919;
  margin-bottom: 1rem;
}
.single-news aside .wp-block-columns {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  gap: 1rem;
  margin-bottom: 0;
}
.single-news aside .wp-block-columns .wp-block-column {
  margin: 0;
}
.single-news aside .share-dialog {
  display: grid;
  grid-auto-flow: column;
  border-top: 1px solid #000000;
  padding-top: 1rem;
  gap: 1rem;
}
.single-news aside .share-dialog .is-style-icon-caption {
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.single-news aside .share-dialog a {
  color: #8C1D40;
  font-size: 1.125rem;
  justify-self: end;
}
.single-news .news-footer {
  grid-column: full;
  margin-top: 4rem;
}

.single-tribe_events #page-title {
  display: none;
}
.single-tribe_events .uds-story-hero {
  margin: 0;
}
.single-tribe_events #tribe-events-pg-template {
  background: #fff;
  margin: 0 auto;
  margin-top: -128px;
  padding: 2rem;
  width: clamp(1px, 100%, 1200px);
}
.single-tribe_events #tribe-events-content {
  margin: 0 auto;
  max-width: 995px;
}
.single-tribe_events .tribe-events-back {
  text-transform: uppercase;
}
.single-tribe_events .tribe-events-notices {
  background: #ffc627;
  border: none;
  border-radius: 0;
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
  text-shadow: none;
}
.single-tribe_events h1.tribe-events-single-event-title {
  font-size: 3rem !important;
  line-height: 3.25rem !important;
  letter-spacing: -0.105rem !important;
}
.single-tribe_events .tribe-events-single-event-description {
  margin-bottom: 5rem;
}

.blog .row, .category .row {
  align-items: stretch;
}

.page-id-48 .profile.profile-type-standard .profile-row {
  border: none;
}
