.agency-background {
  background: url("/assets/mayorspeu/images/content/hero/heroBg.jpg") no-repeat center/auto 100%, #1266a2;
}

.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: #095897 !important;
}

.subheader {
  background: #095897 !important;
  background: linear-gradient(to bottom, #095897 0%, #095897 100%) !important;
  min-height: 0px;
}

.subheader a {
  background: #f37c3f !important;
}

.subheader a.main-filter-category, .subheader a.main-filter-category:link, .subheader a.main-filter-category:visited {
  background-color: #095897 !important;
  border: 1px solid white !important;
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.08) 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 white !important;
  background-color: white !important;
  color: #095897;
  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: #000000;
}

/* 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: #095897;
  -webkit-text-decoration: underline solid #095897;
  text-decoration: underline solid #095897;
}

.agencies-about-links ul li a {
  border-color: #f37c3f !important;
}

.agencies-about-links ul li a:hover {
  color: #095897;
  -webkit-text-decoration: underline solid #095897;
  text-decoration: underline solid #095897;
}

a, a:link, a:visited {
  color: #095897;
}

.about-description a:not(.btn):not(.peu-btn) {
  -webkit-text-decoration: solid underline currentColor;
  text-decoration: solid underline currentColor;
}

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

.module-agency-columns h4, .module-header h2, .about-description h1, .about-description h2, .about-description h3, .about-description h4, .about-description h5, .about-description h6 {
  color: #095897;
}

.about-description a:not(.btn):not(.peu-btn):hover, .content-info-inner a:hover, .about-description a:not(.btn):not(.peu-btn):focus, .content-info-inner a:focus {
  -webkit-text-decoration: underline solid #095897;
  text-decoration: underline solid #095897;
  color: #095897;
}

.peu-index-list {
  margin: 1.5rem 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.peu-index-list h2 {
  line-height: 1.25;
  font-size: 1.75rem;
}

.peu-index-list *, .peu-index-list *::before, .peu-index-list *::after, .peu-index-list::before, .peu-index-list::after, .peu-index-list {
  box-sizing: border-box;
}

.peu-index-list > li {
  flex: 0 0 100%;
  display: flex;
  flex-flow: column nowrap;
  max-width: 35rem;
  margin: 1.5rem auto;
  padding: 1rem;
  border-radius: 0.5em;
  background: linear-gradient(-45deg, rgba(9, 88, 151, 0.25) 0%, rgba(0, 0, 0, 0) 75%);
}

@media (min-width: 1050px) {
  .peu-index-list > li {
    flex: 0 0 calc(50% - 0.75rem);
  }
  .peu-index-list > li:nth-of-type(even) {
    margin-left: 1.5rem;
  }
  .peu-index-list > li h2 {
    min-height: 2.5em;
  }
}
.peu-index-list > li span:not(.img-wrap) {
  flex: 1 0 auto;
  display: flex;
  flex-flow: column nowrap;
}

.peu-index-list > li p {
  flex: 1 0 auto;
  margin-bottom: 3rem;
}

.peu-index-list .img-wrap {
  flex: 0 0 auto;
  width: 100%;
  display: block;
  border-bottom: 1px solid #095897;
  padding-bottom: 1rem;
}

.peu-index-list .img-wrap img {
  width: auto;
  max-height: 2.75rem;
  height: 2.75rem;
  margin: 0 auto;
}

.peu-btn {
  background: #31476d;
  padding: 1rem 1.25rem;
  font-size: 18px;
  line-height: 1.3;
  display: inline-block;
  border-radius: 0.25rem;
  color: white !important;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
}

.peu-btn:hover, .peu-btn:focus {
  background: black;
  color: white !important;
  box-shadow: 0 0 0 0 transparent;
}

.peu-btn:hover::after, .peu-btn:focus::after {
  transform: scale(1.5) translateX(25%);
}

.peu-btn:active {
  background: black !important;
  color: white !important;
}

.arrow-right {
  position: relative;
}

.arrow-right::after {
  content: "";
  width: 0;
  transition: transform 0.3s ease-in-out 0s;
  height: 0;
  position: relative;
  display: inline-block;
  border: 0.375em solid transparent;
  border-left-color: currentColor;
  margin-left: 0.75em;
}

.social-media-icons {
  display: flex;
  flex-flow: row wrap;
}

.social-media-icons a {
  background: #095897;
  display: block;
  flex: 0 0 auto;
  font-weight: 700;
  color: white;
  border-radius: 0.25em;
  padding: 0.5rem;
  transition: all 0.3s ease-in-out 0s;
}

.social-media-icons a:hover, .social-media-icons a:focus {
  background: black;
  color: white !important;
  -webkit-text-decoration: solid underline currentColor !important;
  text-decoration: solid underline currentColor !important;
}

.social-media-icons a ~ a {
  margin-left: 0.5rem;
}

.social-media-icons img {
  max-width: 5rem;
  display: block;
  margin: 0 auto;
}

#agencies-index .social-media-icons img {
  max-width: 2rem;
}

#agencies-index .social-media-icons {
  gap: 0.5rem;
  position: relative;
  width: 100%;
}

#agencies-index .social-media-icons a {
  position: relative;
  flex: 1 0 0%;
  text-align: center;
}

#agencies-index .social-media-icons a ~ a {
  margin-left: 0;
}

.social-media-icons a:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #0a5796;
}

#w1618758540020 a.img-link:focus {
  outline-offset: -1px;
}

#w1456871101034 img {
  width: auto;
}


.about-description :is(h1, h2, h3, h4, h5, h6):first-child, .about-description :is(h1, h2, h3, h4, h5, h6).sr-only:first-child + :is(h1, h2, h3, h4, h5, h6) {
  margin-block: 0 1rem;
}

.about-description :is(h1, h2, h3, h4, h5, h6):is(:not(.sr-only)) + :is(h1, h2, h3, h4, h5, h6) {
  margin-block-start: -0.5rem;
}

.about-description :is(h1, h2, h3, h4, h5, h6):is(.sr-only) + :is(h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
}

.about-description :is(p) > .peu-btn:only-child {
  margin-block: 2rem 1rem;
}

.about-description :is(p):where(:not(:first-child)) {
  margin-block: 1rem;
}

ul.peuCards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  justify-content: center;
}
ul.peuCards > li {
  flex: 1 1 200px;
  max-inline-size: 225px;
  box-shadow: 0 0 0 1px #959595;
}
ul.peuCards ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 3rem 0.5rem 2rem;
}
ul.peuCards ul li + li {
  margin-block-start: 1.5rem;
}
ul.peuCards ul a {
  color: #000;
}

[id=agencies-index] .photoHeader:is(h1, h2, h3, h4, h5, h6, #id) {
  font-size: 1.75rem;
  line-height: 1.125;
  text-align: center;
  color: #fff;
  position: relative;
  aspect-ratio: 1;
  display: grid;
  grid-template: 1fr/1fr;
  background: #0065b7;
  background: #0a5796;
  place-items: center;
  border-radius: 100%;
  margin: 0;
}
[id=agencies-index] .photoHeader:is(h1, h2, h3, h4, h5, h6, #id) > * {
  grid-column: 1;
  grid-row: 1;
}
[id=agencies-index] .photoHeader:is(h1, h2, h3, h4, h5, h6, #id) > img {
  border-radius: inherit;
  grid-column: 1;
  grid-row: 1;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(2);
  opacity: 0.5;
  mix-blend-mode: soft-light;
}
[id=agencies-index] .photoHeader:is(h1, h2, h3, h4, h5, h6, #id) > span {
  z-index: 2;
}

.about-description :is(h1, h2, h3, h4, h5, h6).photoHeader {
  display: grid;
  grid-template: auto auto 1fr/3rem 1fr;
}
.about-description :is(h1, h2, h3, h4, h5, h6).photoHeader > img {
  grid-column: 1/3;
  grid-row: 1/4;
}
.about-description :is(h1, h2, h3, h4, h5, h6).photoHeader > span {
  display: block;
  padding: 0.5em;
  font-size: var(--headerFontSize, 1.5rem);
  inline-size: fit-content;
  line-height: 1;
}
.about-description :is(h1, h2, h3, h4, h5, h6).photoHeader > span:first-of-type {
  grid-row: 1;
  grid-column: 1/3;
  background: var(--headerColor2, #00538B);
  color: var(--headerColor1, #fff);
}
.about-description :is(h1, h2, h3, h4, h5, h6).photoHeader > span:last-of-type {
  grid-row: 2;
  grid-column: 2;
  background: var(--headerColor1, #fff);
  color: var(--headerColor2, #00538B);
}

#w1727064688056,
#w1727064688056 *,
#w1727064688026,
#w1727064688026 *,
#w1727064688055,
#w1727064688055 * {
  box-sizing: border-box;
  overflow: visible;
}
#w1727064688056 .row.bg-highlighted,
#w1727064688026 .row.bg-highlighted,
#w1727064688055 .row.bg-highlighted {
  background: #fff;
}
#w1727064688056 .module-agency-columns .text-padding,
#w1727064688026 .module-agency-columns .text-padding,
#w1727064688055 .module-agency-columns .text-padding {
  padding: 0;
}

#w1727064688055 {
  background: #ddd;
}
#w1727064688055,
#w1727064688055 *,
#w1727064688055 .row-bg-highlighted {
  background: #ddd;
}

.peuSocialIcons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
  justify-content: space-between;
  margin-block: 2rem;
}
.peuSocialIcons li:has(.fa-twitterx) a {
  color: #fff;
  background: #000;
}
.peuSocialIcons li:has(.fa-twitterx) a span {
  background: url('data:image/svg+xml,<svg viewBox="0 0 1200 1227" fill="ffffff" preserveAspectRatio="xMinYMid meeet" xmlns="http://www.w3.org/2000/svg"><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="white"/></svg>');
  display: block;
  block-size: 0.75em;
  aspect-ratio: 1;
}
.peuSocialIcons li:has(.fa-facebook-f) a {
  color: #fff;
  background: #007dbd;
}
.peuSocialIcons li:has(.fa-linkedin) a {
  background: #007dbb;
  color: #007dbb;
}
.peuSocialIcons li:has(.fa-linkedin) a .fab {
  transform: scale(1.2);
  background: linear-gradient(to top, #fff, #fff) no-repeat center/85% 85%;
}
.peuSocialIcons li:has(.fa-instagram) a {
  background: #777677;
  color: #fff;
}
.peuSocialIcons a {
  font-size: 3rem;
  aspect-ratio: 1;
  inline-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
  transition: all 0.3s ease 0s;
}
.peuSocialIcons a:hover, .peuSocialIcons a:active, .peuSocialIcons a:focus, .peuSocialIcons a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent;
  text-decoration: none;
}
.peuSocialIcons a:focus-visible {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #31476d;
}

[id=agencies-index] .iframeFull {
  display: block;
  inline-size: 100%;
  aspect-ratio: 16/9;
  block-size: auto;
  margin-block: 1rem;
}
[id=agencies-index] #main {
  margin-bottom: 0px;
}
[id=agencies-index] .peu-btn {
  display: block;
  inline-size: 100%;
}
[id=agencies-index] .peu-btn + .peu-btn {
  margin-block-start: 2rem;
}
@media only screen and (min-width: 768px) {
  [id=agencies-index] footer {
    position: static;
  }
  [id=agencies-index] .main {
    padding-bottom: 0;
  }
}

#w1727064688056 div .span6 {
  height: 470px !important;
}

.white-text {
  color: #fff !important;
}

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