@import url("/assets/home/css/modules/font-awesome/css/font-awesome.min.css");
.agency-background {
  background-color: #0A5796;
}

/* Extend the btn-submit from global, to add padding and auto width */
.btn-submit {
  width: auto !important;
  padding: 0px 20px 0px 20px !important;
}

.cecm-staff-image {
  width: 200px !important;
  height: 200px !important;
}

.cecm-staff-image-4col {
  width: 150px !important;
  height: 150px !important;
}

.cecm-staff-image-3col {
  width: 200px !important;
  height: 200px !important;
}

.container-header {
  background-color: #0A5796;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
}

.container-content {
  margin-top: 10px;
  margin-bottom: 20px;
}

.agency-content-padding {
  background-color: #FFFFFF;
  padding: 20px 20px 20px 20px;
}

.agency-logo-center {
  text-align: center;
}

.about-description {
  width: 100% !important;
}

.agency-top-padding {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.agency-top-shadow {
  -ms-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
  box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
}

#nav .active {
  background: #0A5796 !important;
}

.subheader {
  background: #0A5796 !important;
  min-height: 0px;
}

.subheader a {
  background: #0A5796 !important;
}

.subheader a.main-filter-category,
.subheader a.main-filter-category:link,
.subheader a.main-filter-category:visited {
  background-color: #084678 !important;
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 33.84%, rgba(0, 0, 0, 0.05) 42.85%, rgba(255, 255, 255, 0.05) 56.4%, rgba(255, 255, 255, 0.05) 66.67%, rgba(255, 255, 255, 0.05) 100%) !important;
}

.subheader a.main-filter-category:hover,
.subheader a.main-filter-category:active,
.subheader a.main-filter-category.active {
  border: 1px solid #fff !important;
  background-color: #0A5796 !important;
  background-image: none !important;
}

.agency-bottom-margin {
  margin-bottom: 20px;
}

.agency-home-resources-padding-ul li {
  padding: 20px 0 15px !important;
}

.agencies-index-ul li a {
  color: #0A5796;
}

/* line 20, by-the-number.scss */
.column.span3 {
  margin: 0 2% 30px 0;
}

@media (max-width: 767px) {
  /* line 20, by-the-number.scss */
  .column.span3 {
    width: 48%;
  }
}
/* line 26, by-the-number.scss */
.column.span3:last-child {
  margin: 0;
}

sup {
  font-size: 12px;
}

a.connect-link {
  background-color: #36add5 !important;
}

a.connect-link:hover {
  background-color: #0a5796 !important;
}

.agencies-about-links ul li.active a {
  color: #0a5796;
  text-decoration: underline;
}

a, a:link, a:visited {
  color: #0a5796;
  font-weight: bold;
}

.main-content-width {
  width: 100% !important;
  margin: 0px 0px 20px;
}

.entry {
  margin: 10px 0px 10px 0px;
  background-color: #efefef;
  padding: 15px;
}

.pagination {
  text-align: right;
}

table.sortable th {
  cursor: pointer;
}

.accordion-container {
  border: 1px solid #0A5796;
  border-radius: 5px;
  margin: 20px 0px 20px 0px;
  overflow: hidden;
}

.accordion-header {
  background-color: #0A5796;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
}

.accordion-content {
  display: none;
  padding: 5px;
}

/* Custom agency unit styles */
.agencyWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
}

.agencyUnit {
  flex-basis: calc(50% - .75rem);
  margin: 0.75rem 0 3rem 0;
  display: flex;
  flex-flow: row wrap;
  border-radius: 5px;
  background: #fafafa;
  position: relative;
  box-shadow: inset 0 0 0 1px #ddd;
}

.agencyUnit::before {
  content: "";
  width: 75%;
  height: 30%;
  transform-origin: top left;
  bottom: 0;
  left: 1px;
  background: red;
  position: absolute;
  transform: rotate(-4deg);
  border-radius: 5px;
  box-shadow: 6px 5px 15px 0 rgba(0, 0, 0, 0.35);
  z-index: -1;
}

.agencyUnit::after {
  content: "";
  width: 75%;
  height: 30%;
  transform-origin: top right;
  bottom: 0;
  right: 1px;
  background: red;
  position: absolute;
  transform: rotate(4deg);
  border-radius: 5px;
  box-shadow: -6px 5px 15px 0 rgba(0, 0, 0, 0.35);
  z-index: -1;
}

.agencyUnit .agency-container-header {
  padding: 0.5rem 0.5rem 0rem 0.5rem;
  align-self: flex-start !important;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0;
  display: flex;
  margin: 0;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  font-size: 1.5rem;
  line-height: 1.25;
}

.agency-container-header small {
  display: block;
  flex-basis: 100%;
  line-height: 1;
  padding: 0 0 0.5rem 0;
  margin-bottom: 0.5rem;
  align-self: center;
  color: #777677;
  color: #0a5796;
  font-weight: 700;
  order: -1;
  background: linear-gradient(to top, #ccc 1px, transparent 1px);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  margin: 0 !important;
  padding: 0.5rem 0rem 0.75rem 0rem;
  transform: scale(1);
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.5rem !important;
}

.agency-container-header small::Before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -0.5rem;
  top: -0.5rem;
  top: -0.5rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: calc(100% + 1rem);
  height: calc(100% + .5rem);
  background-color: #777677;
  background: #084678 !important;
  z-index: -1;
}

.agencyUnit {
  display: inline-flex !important;
  flex-flow: column nowrap !important;
  position: relative;
  box-sizing: border-box;
  max-width: 25rem;
}

.agencyUnit .agency-container-content {
  display: flex !important;
  flex-flow: column nowrap !important;
  position: relative;
  padding: 0 0.5rem 0.5rem;
  align-self: flex-start !important;
  align-content: stretch !important;
  flex-grow: 1;
  overflow: hidden;
  transform: scale(1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.agencyUnit .agency-container-content p {
  flex-grow: 1;
  align-self: stretch !important;
  margin-bottom: 1.5rem;
  margin: 1rem 0 1.5rem 0;
  padding-top: 1rem;
  background: linear-gradient(to bottom, #ccc 1px, transparent 1px);
  position: relative;
}

.agencyUnit .agency-container-content p:first-of-type::before {
  content: "";
}

.agencyUnit .agency-container-content a {
  display: inline-block;
  margin: 1.5rem auto 1rem 0;
  align-self: flex-end !important;
  width: 100%;
  background: #0a5796 !important;
  color: #fff;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  border-radius: 3px;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  position: relative;
}

.agencyUnit .agency-container-content a::Before {
  content: "";
  position: absolute;
  width: calc(100% + 1rem);
  height: calc(100% + 3rem);
  background-color: #ddd;
  z-index: -1;
  left: -0.5rem;
  bottom: -1.5rem;
  background-color: #ddd;
  z-index: -1;
  left: -0.5rem;
}

.agency-container-content a:hover {
  background: #333 !important;
  color: #fff;
}

@media (max-width: 767px) {
  .agencyUnit {
    flex-basis: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.progressRow {
  display: flex;
  flex-flow: row nowrap;
  margin: 3rem 0;
  counter-reset: progressCounter;
  overflow-x: hidden;
  position: relative;
}

.progressRow::before {
  content: "";
  align-self: center;
  box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  height: 2.25rem;
  width: 100%;
  z-index: 9999999;
  pointer-events: none;
}

.progressRow a span {
  font-weight: 300;
  margin-right: 0.25rem;
  display: inline-block;
  vertical-align: top;
}

.progressRow a {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
  text-align: center;
  padding: 0.5rem 0.5rem;
  counter-increment: progressCounter;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  box-sizing: border-box;
}

.progressRow a:not(.active):hover, .progressRow a:not(.active):focus {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

.progressRow a.active {
  background: linear-gradient(to right, #042d4e 0%, #0a5796 30%) no-repeat left center/100% 100%;
  color: #fff;
  pointer-events: none;
}

.progressRow a.active::after {
  content: "";
  width: 1vw;
  height: 100%;
  position: absolute;
  background: url("/assets/cecm/images/content/arrow3.svg") no-repeat center center/100%;
  top: 0;
  right: calc( -1vw + 1px );
}

.progressRow a:not(.active) {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, #eee 15%, #eee 100%) no-repeat left center/100% 100%;
}

.progressRow a:not(.active)::after {
  content: "";
  width: 1vw;
  height: 100%;
  position: absolute;
  background: url("/assets/cecm/images/content/arrow3a.svg") no-repeat center center/100% !important;
  top: 0;
  right: calc( -1vw + 1px);
}

.progressRow > *:nth-of-type(1) {
  z-index: 99999 !important;
}

.progressRow > *:nth-of-type(2) {
  z-index: 88888 !important;
}

.progressRow > *:nth-of-type(3) {
  z-index: 77777 !important;
}

.progressRow > *:nth-of-type(4) {
  z-index: 66666 !important;
}

.progressRow > *:nth-of-type(5) {
  z-index: 55555 !important;
}

.progressRow > *:nth-of-type(6) {
  z-index: 44444 !important;
}

.progressRow > *:nth-of-type(7) {
  z-index: 33333 !important;
}

.progressRow > *:nth-of-type(8) {
  z-index: 22222 !important;
}

.progressRow > *:nth-of-type(9) {
  z-index: 11111 !important;
}

.progressRow > *:nth-of-type(10) {
  z-index: 9999 !important;
}

@media (max-width: 575px) {
  .progressRow {
    flex-flow: row wrap;
    box-shadow: none;
    /*        background:#ccc;*/
  }

  .progressRow a {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, #eee 20%, #eee 100%) no-repeat left center/calc(100% - 3rem) 100% !important;
    position: relative;
  }

  .progressRow a:nth-of-type(n+2)::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 20%) no-repeat left top/calc(100% - 2rem);
    z-index: 99999999;
    top: 0;
    left: 0;
  }

  .progressRow a.active {
    background: linear-gradient(to right, #042d4e 0%, #0a5796 30%) no-repeat left center/calc(100% - 3rem) 100% !important;
  }

  .progressRow a, .progressRow a.active {
    flex-basis: 100%;
    text-align: left;
  }

  .progressRow::before {
    display: none;
  }

  .progressRow a::after {
    right: 1.5rem !important;
    width: 1.5rem !important;
  }
}
#w1620951449220,
#w1620951449219 {
  box-sizing: border-box;
}
#w1620951449220 *,
#w1620951449220 *::before,
#w1620951449220 *::after,
#w1620951449219 *,
#w1620951449219 *::before,
#w1620951449219 *::after {
  box-sizing: border-box;
}
#w1620951449220 .agencies-index-panel,
#w1620951449219 .agencies-index-panel {
  height: auto;
}
#w1620951449220 .row.bg-highlighted,
#w1620951449219 .row.bg-highlighted {
  background: #fff;
}
#w1620951449220 .text-padding,
#w1620951449219 .text-padding {
  padding-inline: 0;
}
#w1620951449219 .module {
  margin-bottom: 0;
}
#w1620951449219 .text-padding {
  padding-bottom: 0;
}

#w1620951449219 .wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  row-gap: 1.5rem;
}
#w1620951449219 .wrapper > * {
  transition: all 0.2s ease 0s;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  flex: 0 0 45%;
  position: relative;
  background-color: #000;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.3;
  text-align: center;
  padding: 2rem;
}
#w1620951449219 .wrapper > *:last-child {
  margin-inline: auto;
}
#w1620951449219 .wrapper > *:hover, #w1620951449219 .wrapper > *:focus {
  background-color: #fff;
  color: #000;
  box-shadow: inset 0 0 0 0.2em currentColor;
}
#w1620951449219 .wrapper > *::before {
  content: "";
  width: 1px;
  height: 0;
  float: left;
  margin-left: -1px;
  padding-top: 100%;
}
#w1620951449219 .wrapper > *::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 750px) {
  #w1620951449219 .wrapper {
    flex-wrap: no-wrap;
    max-width: none;
    justify-content: space-between;
  }
  #w1620951449219 .wrapper > * {
    flex: 0 0 calc( 33.333% - 1rem);
    font-size: 2rem;
    margin: 0;
  }
  #w1620951449219 .wrapper > *:last-child {
    margin-inline: 0;
  }
}
@media (max-width: 570px) {
  #w1620951449219 .wrapper > * {
    flex: 0 0 45%;
    font-size: 1.25rem;
  }
}
@media (max-width: 390px) {
  #w1620951449219 .wrapper {
    max-inline-size: 250px;
    margin-inline: auto;
  }
  #w1620951449219 .wrapper > * {
    flex: 0 0 100%;
    font-size: 1.5rem;
  }
}

#w1620951449220 .agencies-no-scrolling {
  overflow: visible;
}
#w1620951449220 ul.resources {
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 1rem;
}

#w1620951449220 #ua-marathon-2024 ul.resources {
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  row-gap: 1rem;
}

#w1620951449220 ul.resources > *:not(.text) a {
  display: block;
  transition: all 0.2s ease 0s;
}
#w1620951449220 ul.resources > *:not(.text) a:hover, #w1620951449220 ul.resources > *:not(.text) a:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 4px #0a5796;
}
#w1620951449220 ul.resources .text {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#w1620951449220 ul.resources .text a {
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  box-shadow: inset 0 0 0 0.2em currentColor;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  text-align: center;
  text-transform: uppercase;
  padding-top: 33%;
  transition: all 0.2s ease 0s;
}
#w1620951449220 ul.resources .text a b {
  font-size: 2rem;
  line-height: 1;
  display: block;
  flex: 0 0 100%;
}
#w1620951449220 ul.resources .text a:hover, #w1620951449220 ul.resources .text a:focus {
  background-color: #000;
  color: #fff;
  box-shadow: inset 0 0 0 0.2em #000;
}
#w1620951449220 ul.resources .text::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 100%;
}
#w1620951449220 ul.resources .text::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 390px) {
  #w1620951449220 ul.resources {
    margin-inline: auto;
    max-inline-size: 250px;
  }
  #w1620951449220 ul.resources > * {
    flex: 0 0 100% !important;
    margin-inline: 0;
  }
}
@media (max-width: 749.9px) {
  #w1620951449220 ul.resources {
    justify-content: space-between;
  }
  #w1620951449220 ul.resources > * {
    flex: 0 0 48%;
  }
}
@media (min-width: 750px) {
  #w1620951449220 ul.resources > * {
    flex: 0 0 calc( 25% - 0.75rem);
  }
    
#w1620951449220 ul.resources > *:not(:nth-child(4n+1)) {
    -webkit-margin-start: 1rem;
    margin-inline-start: 1rem;
  }   



#w1620951449220 #dyker-heights-2025 ul.resources > * {
    flex: 0 0 calc( 30% - 0.25rem);
	margin-left: 1em;
  }

 
    
    
}



/*# sourceMappingURL=agency-styles.css.map */
