@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap);
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}

@media (max-width: 768px) {
  #one-philly-home-page {
    position: relative;
  }
}
#one-philly-home-page h1, #one-philly-home-page h2, #one-philly-home-page h3, #one-philly-home-page h4, #one-philly-home-page h5, #one-philly-home-page h6 {
  font-family: "Montserrat-Bold", "Montserrat Bold", "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 0;
}
#one-philly-home-page h2 {
  font-size: 3.75rem;
  line-height: 4rem;
}
#one-philly-home-page .phila-header {
  position: relative;
}
#one-philly-home-page .phila-header .header-background img {
  width: 100%;
}
#one-philly-home-page .phila-header .header-text {
  padding: 0px 0px 1rem 1rem;
  font-family: "Montserrat-Black", "Montserrat Black", "Montserrat", sans-serif;
  font-weight: 900;
  color: #ffffff;
  text-align: left;
  line-height: 6rem;
  font-size: 5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  #one-philly-home-page .phila-header .header-text {
    padding: 0 0.5rem;
    font-size: 3.5rem;
    text-align: center;
    margin-top: -5rem;
    line-height: 4rem;
    position: relative;
  }
}
#one-philly-home-page .phila-header .header-images img {
  width: 100%;
  height: auto;
}
#one-philly-home-page .phila-header .header-images .header-image-1,
#one-philly-home-page .phila-header .header-images .header-image-2,
#one-philly-home-page .phila-header .header-images .header-image-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
}
#one-philly-home-page .phila-header .header-images .header-image-2 {
  top: 16%;
  right: 25%;
}
#one-philly-home-page .phila-header .header-images .header-image-3 {
  top: 55%;
  right: 16%;
}
@media screen and (min-width: 1050px) and (max-width: 1365px) {
  #one-philly-home-page .phila-header .header-images .header-image-1 {
    width: 40%;
  }
  #one-philly-home-page .phila-header .header-images .header-image-2 {
    right: 20%;
    width: 30%;
  }
  #one-philly-home-page .phila-header .header-images .header-image-3 {
    width: 19%;
    top: 46%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1050px) {
  #one-philly-home-page .phila-header .header-images .header-image-1 {
    width: 39%;
  }
  #one-philly-home-page .phila-header .header-images .header-image-2 {
    width: 27%;
    top: 2%;
    right: 31%;
  }
  #one-philly-home-page .phila-header .header-images .header-image-3 {
    width: 22%;
    top: 16%;
    right: 20%;
  }
}
@media (max-width: 768px) {
  #one-philly-home-page .phila-header .header-images .header-image-1 {
    width: 60%;
  }
  #one-philly-home-page .phila-header .header-images .header-image-2 {
    width: 50%;
    top: 3%;
    right: 49%;
  }
  #one-philly-home-page .phila-header .header-images .header-image-3 {
    width: 34%;
    top: 16%;
    right: 33%;
  }
}
#one-philly-home-page .phila-header .slideshow-controls {
  position: absolute;
  top: 40rem;
  right: 0;
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
}
#one-philly-home-page .phila-header .slideshow-controls button {
  background-color: #fff;
  color: #0f4d90;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1050px) {
  #one-philly-home-page .phila-header .slideshow-controls {
    top: 33rem;
  }
}
@media (max-width: 480px) {
  #one-philly-home-page .phila-header .slideshow-controls {
    display: none;
  }
}
#one-philly-home-page .service-status {
  font-family: "Open Sans", sans-serif;
  margin: 0 auto;
}
#one-philly-home-page .service-status .date-divider {
  height: 35px;
  border-bottom: 10px solid #2176d2;
  text-align: center;
  margin-bottom: 82px;
}
@media (max-width: 768px) {
  #one-philly-home-page .service-status .date-divider {
    border: none;
    height: auto;
    margin-bottom: 2rem;
  }
}
#one-philly-home-page .service-status .date {
  background-color: #ffffff;
  padding: 0 1rem;
  margin-top: 10px;
  position: relative;
  top: -15px;
  display: inline-block;
}
@media (max-width: 768px) {
  #one-philly-home-page .service-status .date {
    font-size: 3.5rem;
  }
}
#one-philly-home-page .service-status .service-updates {
  padding-top: 2rem;
  padding-bottom: 5rem;
  width: 100rem;
}
#one-philly-home-page .service-status .service-updates i {
  margin-right: 10px;
}
#one-philly-home-page .service-status .service-updates .header {
  font-size: 24px;
  font-weight: 650;
  padding-bottom: 8px;
}
#one-philly-home-page .service-status .service-updates .update-1 {
  border-right: 2px solid #cfcfcf;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  #one-philly-home-page .service-status .service-updates .update-1 {
    margin-bottom: 2rem;
    border: none;
    padding-right: 0.5357142857rem;
  }
}
#one-philly-home-page .service-status .service-updates .update-2 {
  padding-left: 3rem;
}
@media (max-width: 768px) {
  #one-philly-home-page .service-status .service-updates .update-2 {
    padding-left: 0.5357142857rem;
  }
}
#one-philly-home-page .service-status .service-updates .content {
  font-size: 20px;
  font-weight: 400;
}
#one-philly-home-page .tools {
  margin-bottom: 5.25rem;
}
#one-philly-home-page .tools .tools-grid .top-row .tool-grid-item:nth-child(even), #one-philly-home-page .tools .tools-grid .bottom-row .tool-grid-item:nth-child(even) {
  background-color: #0f4d90;
}
#one-philly-home-page .tools .tools-grid .top-row .tool-grid-item:nth-child(odd), #one-philly-home-page .tools .tools-grid .bottom-row .tool-grid-item:nth-child(odd) {
  background-color: #2176d2;
}
#one-philly-home-page .tools .tools-grid .tool-grid-item .image-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
#one-philly-home-page .tools .tools-grid .tool-grid-item .image-container:hover {
  cursor: pointer;
}
#one-philly-home-page .tools .tools-grid .tool-grid-item img {
  width: 100%;
}
#one-philly-home-page .tools .tools-grid .tool-grid-item .title {
  font-family: "Montserrat-Bold", "Montserrat Bold", "Montserrat", sans-serif;
  position: absolute;
  font-weight: 700;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: start;
  font-size: 2rem;
  color: #fff;
  padding: 0 3rem 1rem 1.5rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #one-philly-home-page .tools .tools-grid .tool-grid-item .title span {
    background: #0f4d90;
  }
}
@media (max-width: 920px) {
  #one-philly-home-page .tools .tools-grid .tool-grid-item {
    width: 100%;
  }
  #one-philly-home-page .tools .tools-grid .tool-grid-item.cell {
    flex: unset;
  }
  #one-philly-home-page .tools .tools-grid .tool-grid-item .title {
    line-height: 2rem;
    width: 100%;
    display: block;
    position: relative;
    text-shadow: none;
    padding: 0;
  }
  #one-philly-home-page .tools .tools-grid .tool-grid-item .image-container {
    padding: 2rem;
  }
  #one-philly-home-page .tools .tools-grid .tool-grid-item img {
    display: none;
  }
  #one-philly-home-page .tools .tools-grid .tool-grid-item a {
    text-decoration: none;
  }
  #one-philly-home-page .tools .tools-grid .tool-grid-item a .inverted-title {
    color: white;
  }
  #one-philly-home-page .tools .tools-grid .tool-grid-item a:hover {
    color: white;
  }
}
#one-philly-home-page .tools .grid-container .button {
  margin-top: 26px;
}
#one-philly-home-page .featured {
  font-family: "Open Sans", sans-serif;
  background-color: #f0f0f0;
  padding: 3rem 0 5rem 0;
}
#one-philly-home-page .featured hr {
  margin: 0 auto;
  border: 5px solid #2176d2;
}
#one-philly-home-page .featured .featured-grid {
  margin: 0 auto;
}
#one-philly-home-page .featured .featured-grid .featured-content {
  background-color: white;
  padding-left: 1.5rem;
}
#one-philly-home-page .featured .featured-grid .date-published {
  color: #444;
}
#one-philly-home-page .featured .featured-grid .featured-item {
  margin: 3rem 0;
}
#one-philly-home-page .featured .featured-grid .featured-item img {
  height: 100%;
}
#one-philly-home-page .featured .featured-grid .post-label {
  font-family: "Open Sans Semibold", "Open Sans", sans-serif;
  color: #0f4d90;
  font-size: 30px;
  font-weight: 700;
}
#one-philly-home-page .featured .featured-grid img {
  max-width: auto;
  width: 100%;
}
#one-philly-home-page .featured .featured-grid a.faux-card:hover {
  cursor: pointer;
}
#one-philly-home-page .featured .featured-grid a.faux-card:hover img {
  opacity: 0.4;
}
#one-philly-home-page .featured .featured-grid a.faux-card:hover .featured-content {
  background-color: #0f4d90;
}
#one-philly-home-page .featured .featured-grid a.faux-card:hover .post-label {
  color: #fff;
}
#one-philly-home-page .featured .featured-grid a.faux-card:hover .date-published {
  color: #fff;
}
#one-philly-home-page .clean-green {
  font-family: "Montserrat-Bold", "Montserrat Bold", "Montserrat", sans-serif;
  margin: 0 auto;
  text-align: center;
  padding: 6.25rem 0;
}
#one-philly-home-page .clean-green .content {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  font-size: 20px;
}
#one-philly-home-page .clean-green .numbers-grid i {
  color: #f99300;
  font-size: 40px;
}
#one-philly-home-page .clean-green .numbers-grid .number {
  font-size: 50px;
  font-weight: 650;
}
#one-philly-home-page .clean-green .numbers-grid .dot {
  height: 12px;
  width: 12px;
  background-color: #444;
  border-radius: 50%;
  display: inline-block;
}
#one-philly-home-page .clean-green .numbers-grid .description {
  font-weight: 650;
}
#one-philly-home-page .divider {
  height: 10px;
  background-color: #f99300;
}
#one-philly-home-page .services {
  font-family: "Montserrat-Bold", "Montserrat Bold", "Montserrat", sans-serif;
  background-color: #0f4d90;
}
#one-philly-home-page .services .services-list {
  margin: 0 auto;
}
#one-philly-home-page .services .services-list .services-header {
  color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
#one-philly-home-page .services .services-list .services-column {
  float: left;
  width: calc(33.333% - 3rem);
  margin-right: 3rem;
  border-bottom: 1px solid white;
  padding: 1rem 0 1rem 0;
}
#one-philly-home-page .services .services-list .services-row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1144px) {
  #one-philly-home-page .services .services-list .services-column {
    width: 100%;
    margin-right: 0;
  }
}
#one-philly-home-page .services .services-list .services-row a {
  text-decoration: none;
}
#one-philly-home-page .services .services-list .services-row a .service-container {
  color: #fff;
}
#one-philly-home-page .services .services-list .services-row a .service-container:hover {
  color: #37d4f2;
}
#one-philly-home-page .services .services-list .services-row .service-title {
  font-size: 18px;
  font-weight: 600;
  max-width: 35px;
}
#one-philly-home-page .services .services-list .services-row i {
  float: right;
  position: relative;
  top: 6px;
}
#one-philly-home-page .services .services-list .services-row hr {
  margin: 14px 0;
  border-bottom: 2px solid #cfcfcf;
}
#one-philly-home-page .services .services-list a.content-type-services {
  background-color: #fff;
  color: #0f4d90;
}
#one-philly-home-page .services .services-list a.content-type-services:hover {
  background-color: #444;
  color: #fff;
}
#one-philly-home-page a.content-type-mayor {
  background-color: #fff;
  color: #0f4d90;
}
#one-philly-home-page a.content-type-mayor:hover {
  background-color: #444;
  color: #fff;
}
#one-philly-home-page .stay-connected {
  background-color: #25cef7;
}
#one-philly-home-page .stay-connected .content-type-form {
  background-color: #444444;
  color: #fff;
  text-align: center;
}
#one-philly-home-page .stay-connected .button:hover {
  background-color: #fff;
  color: #0f4d90;
}
#one-philly-home-page .stay-connected .subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: normal;
}
#one-philly-home-page .pop-services {
  background-color: #f0f0f0;
}
#one-philly-home-page .pop-services .header {
  padding-top: 4rem;
}
#one-philly-home-page .pop-services hr {
  margin: 0 auto;
  border: 5px solid #2176d2;
}
#one-philly-home-page .pop-services .services-grid .service-container {
  background-color: #fff;
  text-align: center;
  min-height: 272px;
  display: block;
}
@media (max-width: 768px) {
  #one-philly-home-page .pop-services .services-grid .service-container {
    min-height: auto;
    text-align: left;
  }
}
#one-philly-home-page .pop-services .services-grid i {
  color: #0f4d90;
  font-size: 6rem;
}
@media (max-width: 768px) {
  #one-philly-home-page .pop-services .services-grid i {
    font-size: 2.5rem;
  }
}
#one-philly-home-page .pop-services .services-grid a {
  text-decoration: none;
  font-weight: normal;
}
#one-philly-home-page .pop-services .services-grid .service-title {
  margin-top: 1rem;
  font-family: "Open Sans Semibold", "Open Sans", sans-serif;
  font-weight: 700;
  color: #0f4d90;
  font-size: 1.75rem;
  line-height: 1.75rem;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  #one-philly-home-page .pop-services .services-grid .service-title {
    display: inline-block;
    margin-top: 0;
    padding-left: 1rem;
  }
}
#one-philly-home-page .pop-services .services-grid .service-container:hover {
  background-color: #0f4d90;
  color: #fff;
}
#one-philly-home-page .pop-services .services-grid .service-container:hover i {
  color: #fff;
}
#one-philly-home-page .pop-services .services-grid .service-container:hover .service-title {
  color: #fff;
}
#one-philly-home-page .button-padding {
  padding-top: 2.5rem;
}
#one-philly-home-page .philly311 {
  background-color: #daedfe;
  background-image: url(https://www.phila.gov/assets/images/website/311-phone.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 3.75rem;
}
@media (max-width: 768px) {
  #one-philly-home-page .philly311 {
    background-image: none;
    text-align: center;
  }
}
#one-philly-home-page .philly311 .title {
  color: #444444;
}
#one-philly-home-page .philly311 .subtitle {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}
#one-philly-home-page .philly311 .button {
  position: relative;
  min-width: 320px;
}
#one-philly-home-page .mayor {
  background-color: #2176d2;
  position: relative;
}
@media (max-width: 1049px) {
  #one-philly-home-page .mayor {
    margin-top: 3rem;
  }
  #one-philly-home-page .mayor .mayor-text {
    position: relative;
    top: -6rem;
  }
}
#one-philly-home-page .mayor .image-container {
  position: absolute;
  top: -4rem;
}
@media (max-width: 1049px) {
  #one-philly-home-page .mayor .image-container {
    position: relative;
    top: -6rem;
  }
}
#one-philly-home-page .mayor .title {
  color: #ffffff;
}
#one-philly-home-page .mayor .subtitle {
  font-size: 20px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}
#one-philly-home-page .mayor .content-type-services {
  background-color: #fff;
  color: #0f4d90;
}
#one-philly-home-page .city-council {
  background-color: #f0f0f0;
}
#one-philly-home-page .city-council .first-member {
  padding-top: 6rem;
  margin-bottom: 3rem;
}
#one-philly-home-page .city-council hr {
  margin: 0 auto;
  border: 5px solid #2176d2;
}
#one-philly-home-page .city-council .name {
  font-weight: 700;
}
#one-philly-home-page .city-council .member-container {
  background-color: #fff;
  margin: 5rem 0;
  text-decoration: none;
}
@media (max-width: 768px) {
  #one-philly-home-page .city-council .member-container {
    margin: 0;
  }
}
#one-philly-home-page .city-council .member-container .headshot {
  height: 100%;
  position: relative;
}
#one-philly-home-page .city-council .member-container img {
  position: absolute;
  top: -4rem;
}
@media (max-width: 768px) {
  #one-philly-home-page .city-council .member-container img {
    position: relative;
    top: 0;
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
#one-philly-home-page .city-council .member-container .content {
  color: #444;
  text-decoration: none;
  padding: 3rem 2rem;
}
#one-philly-home-page .city-council .member-container .content:hover {
  color: #fff;
}
@media (max-width: 768px) {
  #one-philly-home-page .city-council .member-container .content {
    padding: 2rem 1rem;
    text-align: center;
  }
}
#one-philly-home-page .city-council .member-container .name {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-family: "Montserrat-Bold", "Montserrat Bold", "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  #one-philly-home-page .city-council .member-container .name {
    font-size: 2.5rem;
  }
}
#one-philly-home-page .city-council .member-container .district, #one-philly-home-page .city-council .member-container .designation {
  font-size: 2rem;
}
#one-philly-home-page .city-council .member-container .button {
  background-color: #0f4d90;
  color: #fff;
}
#one-philly-home-page .city-council a.content-card {
  display: block;
  text-decoration: none;
}
@media (max-width: 768px) {
  #one-philly-home-page .city-council a.content-card {
    display: flex;
    text-align: left !important;
  }
  #one-philly-home-page .city-council a.content-card .info {
    padding: 2rem 1rem 4rem 1rem;
  }
}
#one-philly-home-page .city-council .member-container:hover {
  background-color: #2176d2;
  color: #fff;
}
#one-philly-home-page .city-council .member-container:hover .button {
  background-color: #fff;
  color: #0f4d90;
}
#one-philly-home-page .city-council .members-grid {
  margin: 0 auto;
}
#one-philly-home-page .city-council .members-grid .member-wrap {
  display: flex;
}
#one-philly-home-page .city-council .members-grid .content-card {
  background-color: #fff;
  text-align: center;
  margin: 0 auto 3rem auto;
  position: relative;
}
#one-philly-home-page .city-council .members-grid .content-card .button {
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 100%;
  background-color: #0f4d90;
  color: #fff;
}
#one-philly-home-page .city-council .members-grid .content-card:hover {
  background-color: #2176d2;
  color: #fff;
}
#one-philly-home-page .mayor-city-council {
  background-color: #f0f0f0;
}
#one-philly-home-page .mayor-city-council hr {
  margin: 0 auto;
  border: 5px solid #2176d2;
}
#one-philly-home-page .mayor-city-council .name {
  font-weight: 700;
}
#one-philly-home-page .mayor-city-council .member-container {
  background-color: #fff;
  margin: 5rem 0;
  text-decoration: none;
}
@media (max-width: 768px) {
  #one-philly-home-page .mayor-city-council .member-container {
    margin: 0;
  }
}
#one-philly-home-page .mayor-city-council .member-container .headshot {
  height: 100%;
  position: relative;
}
#one-philly-home-page .mayor-city-council .member-container img {
  position: absolute;
  top: -4rem;
}
@media (max-width: 768px) {
  #one-philly-home-page .mayor-city-council .member-container img {
    position: relative;
    top: 0;
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
#one-philly-home-page .mayor-city-council .member-container .content {
  color: #444;
  text-decoration: none;
  padding: 3rem 2rem;
}
#one-philly-home-page .mayor-city-council .member-container .content:hover {
  color: #fff;
}
@media (max-width: 768px) {
  #one-philly-home-page .mayor-city-council .member-container .content {
    padding: 2rem 1rem;
    text-align: center;
  }
}
#one-philly-home-page .mayor-city-council .member-container .name {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-family: "Montserrat-Bold", "Montserrat Bold", "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  #one-philly-home-page .mayor-city-council .member-container .name {
    font-size: 2.5rem;
  }
}
#one-philly-home-page .mayor-city-council .member-container .district, #one-philly-home-page .mayor-city-council .member-container .designation {
  font-size: 2rem;
}
#one-philly-home-page .mayor-city-council .member-container .button {
  background-color: #0f4d90;
  color: #fff;
}
#one-philly-home-page .mayor-city-council a.content-card {
  display: block;
  text-decoration: none;
  font-weight: normal !important;
}
@media (max-width: 768px) {
  #one-philly-home-page .mayor-city-council a.content-card {
    display: flex;
    text-align: left !important;
  }
  #one-philly-home-page .mayor-city-council a.content-card .info {
    padding: 2rem 1rem 4rem 1rem;
  }
}
#one-philly-home-page .mayor-city-council .member-container:hover {
  background-color: #2176d2;
  color: #fff;
}
#one-philly-home-page .mayor-city-council .member-container:hover .button {
  background-color: #fff;
  color: #0f4d90;
}
#one-philly-home-page .mayor-city-council .members-grid {
  margin: 0 auto;
}
#one-philly-home-page .mayor-city-council .members-grid .member-wrap {
  display: flex;
}
#one-philly-home-page .mayor-city-council .members-grid .content-card {
  background-color: #fff;
  text-align: center;
  margin: 0 auto 3rem auto;
  position: relative;
  color: #000000;
}
#one-philly-home-page .mayor-city-council .members-grid .content-card .button {
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 100%;
  background-color: #0f4d90;
  color: #fff;
}
#one-philly-home-page .mayor-city-council .members-grid .content-card:hover {
  background-color: #2176d2;
  color: #fff;
}
#one-philly-home-page .mayor-city-council .padding-right-only {
  padding-right: 1rem;
}
#one-philly-home-page .mayor-city-council .padding-left-only {
  padding-left: 1rem;
}
#one-philly-home-page .mayor-city-council .padding-left-right {
  padding: 0 1rem;
}
#one-philly-home-page .cta-label {
  color: #ffffff;
  margin: 6.5rem auto;
}
#one-philly-home-page .cta-label .content {
  padding: 3rem;
}
#one-philly-home-page .cta-label .content a:hover {
  background-color: #444;
  color: white;
}
#one-philly-home-page .cta-label .container {
  position: relative;
  background-color: #2176d2;
}
#one-philly-home-page .cta-label .container .img-container {
  display: inline-block;
  vertical-align: middle;
  height: 150%;
  position: absolute;
  top: -3rem;
  right: 7rem;
}
@media (max-width: 768px) {
  #one-philly-home-page .cta-label .container .img-container {
    display: none;
  }
}
#one-philly-home-page .cta-label .container .subtitle {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}
#one-philly-home-page .cta-label .container .button {
  background-color: #fff;
  color: #0f4d90;
}
#one-philly-home-page a.animate i {
  transition: transform 250ms;
}
#one-philly-home-page a.animate:hover i {
  transform: translateX(-10px);
}
#one-philly-home-page .project-status h2 {
  margin: 0;
  font-weight: 650;
  color: #444444;
  font-size: 32px !important;
}
#one-philly-home-page .project-status .status-description {
  color: #444444;
  font-size: 16px;
}
#one-philly-home-page .project-status .status-list {
  display: flex;
}
#one-philly-home-page .project-status .status-item {
  background-color: #f0f0f0;
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
  display: flex;
  flex: 1;
}
#one-philly-home-page .project-status .status-item:first-child {
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 50%, 0% 0%);
}
#one-philly-home-page .project-status .status-item:last-child {
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0 0);
}
#one-philly-home-page .project-status .status-item:not(:first-child) {
  margin-left: -30px !important;
}
#one-philly-home-page .project-status .status-item:not(:first-child) .status-title {
  padding-left: 1.5rem;
}
#one-philly-home-page .project-status .status-item.active {
  background-color: #0a4c8a;
  z-index: 1;
}
#one-philly-home-page .project-status .status-item.active .status-title, #one-philly-home-page .project-status .status-item.active i {
  color: #ffffff;
}
#one-philly-home-page .project-status .green {
  background-color: #b9f2b1;
}
#one-philly-home-page .project-status .status-title {
  font-size: 16px;
  font-weight: 650;
  color: #444444;
}
#one-philly-home-page .project-status i {
  color: #0a4c8a;
}
#one-philly-home-page .project-status .info-icon {
  margin-left: 8px;
  cursor: pointer;
  color: #004a8d;
}

.v-popper--theme-info-tooltip .v-popper__inner {
  background-color: #444444;
  color: #ffffff;
  font-size: 16px;
  width: 343px;
  padding: 0.5rem;
  text-align: center;
}
.header-background[data-v-d4b7673c] {
  background-image: url("https://www.phila.gov/assets/images/website/header-bg.png");
  background-position: center top;
  background-size: 100% 100vh;
  height: 100vh;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
.header-background[data-v-d4b7673c] {
    background-size: 150% 75vh;
    background-position: center top;
    height: 75vh;
}
}
img.heroShow[data-v-d4b7673c] {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
img.heroHide[data-v-d4b7673c] {
  opacity: 0;
  transition: opacity 5s ease-in-out;
}
.announcements-container {
  margin-bottom: 32px;
}
.card.card--announcement {
  background: #f0f0f0;
  border-bottom: 5px solid #2176d2;
  margin-bottom: 32px;
  cursor: pointer;
}
.card.card--announcement:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}
.announcement-modal .vm--modal {
  padding: 20px;
  border-bottom: 5px #2176d2 solid;
  border-top: 5px solid #2176d2;
  height: auto !important;
  z-index: 999;
}
.announcement-modal .hide-modal-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  font-size: 20px;
  background-color: #fff;
  opacity: 0.8;
  z-index: 999;
  cursor: pointer;
}
.announcement-modal .hide-modal-btn:hover {
  color: #444;
}
a.press-release:hover .date-published {
  color: white;
}
.cta-label[data-v-6240714b] {
  overflow: visible;
}
.logo-img[data-v-6240714b] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-img img[data-v-6240714b] {
  width: 100%;
  height: auto;
  max-width: 350px;
  margin-top: -2rem;
  margin-bottom: -2rem;
}
#events .cta-label.mbs[data-v-6240714b] {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
#one-philly-home-page h2.title[data-v-6240714b] {
    font-size: 2rem;
    line-height: 2.5rem;
}
#one-philly-home-page .cta-label .container[data-v-6240714b] {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255) 25%, #2176d2 25%);
    background-color: transparent;
}
#one-philly-home-page .logo-img img[data-v-6240714b] {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.event-button[data-v-6240714b] {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
}
.events-header[data-v-c730ce82] {
  background-image: url("https://www.phila.gov/assets/images/website/events_page/header/Desktop/2026-header-Desktop.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 49%;
}
@media (max-width: 768px) {
.events-header[data-v-c730ce82] {
    background-image: url("https://www.phila.gov/assets/images/website/events_page/header/Mobile/2026-header-Mobile.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 130%;
}
}
.nav-links[data-v-c730ce82] {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 600;
  font-style: Semibold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.nav-links a[data-v-c730ce82] {
  text-decoration: none;
  padding: 0 20px;
}
.nav-links i[data-v-c730ce82] {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
.nav-links[data-v-c730ce82] {
    height: auto;
}
}
.headline-text[data-v-c730ce82] {
  color: #444;
  text-align: center;
  font-family: Montserrat;
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.75rem;
  max-width: 50rem;
  margin: 5rem auto 2rem auto !important;
  padding: 0.5rem;
}
.subhead-text[data-v-c730ce82] {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: Semibold;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
  margin: 0 auto 2rem auto !important;
  max-width: 1200px;
  padding: 1rem;
}
.mobile-nav-button[data-v-c730ce82] {
  background-color: #2176d2;
  color: white;
  cursor: pointer;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1rem 0rem;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
}
.mobile-nav-button span[data-v-c730ce82] {
  margin-left: 1rem;
}
.mobile-nav-button i[data-v-c730ce82] {
  align-self: center;
  margin-right: 1rem;
}
.mobile-nav-links[data-v-c730ce82] {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 2rem auto;
  width: 90%;
}
.mobile-nav-links a[data-v-c730ce82] {
  display: block;
  background-color: #F2F2F2;
  cursor: pointer;
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
}
.mobile-nav-links a[data-v-c730ce82]:hover {
  text-decoration: underline;
  background-color: #444;
  color: white;
}
.mobile-nav-links a[data-v-c730ce82] {
  text-decoration: none;
  color: black;
  font-family: Montserrat;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.ring-it-on[data-v-6a5df1ea] {
  overflow: visible;
  padding: 2rem;
  background-image: url("https://www.phila.gov/assets/images/website/events_page/ring_it_on/Desktop/2026-RINGIT-background-image.png");
  background-size: cover;
  background-position: center;
}

/* mobile logo */
.ring-it-on-logo img[data-v-6a5df1ea] {
  width: 100%;
  height: auto;
  max-width: 300px;
}

/* desktop logo */
.logo-desktop img[data-v-6a5df1ea] {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.ring-it-on-text[data-v-6a5df1ea] {
  z-index: 2;
  color: white;
  text-align: left;
  padding: 4rem 2rem 2rem 4rem;
}
.ring-it-on-text h1[data-v-6a5df1ea] {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 4.5rem;
  font-size: 4rem;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.ring-it-on-text p[data-v-6a5df1ea] {
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 2rem;
  max-width: 25rem;
}
.image-container a.button[data-v-6a5df1ea] {
  background-color: #fff;
  color: #0f4d90;
}
.image-container a.button[data-v-6a5df1ea]:hover {
  background-color: #444;
  color: #fff;
}
.ring-it-on-btn[data-v-6a5df1ea] {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
.ring-it-on .ring-it-on-text h1[data-v-6a5df1ea] {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: 3.5rem;
    font-size: 3rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
}
.ring-it-on .ring-it-on-text p[data-v-6a5df1ea] {
    font-family: "Open Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 2rem;
    max-width: 25rem;
}
}
@media screen and (max-width: 768px) {
.ring-it-on[data-v-6a5df1ea] {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255) 10%, #0F4D90 10%);
    height: auto;
    padding: 2rem 0;
    text-align: center;
}
.ring-it-on-btn[data-v-6a5df1ea] {
    margin-bottom: 0.5rem;
}
}
.photo-callout-block__img.cell img[data-v-6a5df1ea] {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.photo-callout-block__img.cell[data-v-6a5df1ea] {
  overflow: hidden;
  margin-bottom: 0;
  background-image: url("https://www.phila.gov/assets/images/website/events_page/2026-Vendors-Image.png");
  background-size: cover;
}
.photo-callout-block__txt[data-v-6a5df1ea] {
  padding: 2rem 1rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.photo-callout-block__txt.cell[data-v-6a5df1ea] {
    padding: 10px 10px;
}
}
#one-philly-home-page .news-press-releases #press-releases[data-v-770c649c] {
  background-color: white !important;
}
#one-philly-home-page .news-press-releases #press-releases .featured-press-release[data-v-770c649c] {
  background-color: #f0f0f0;
}
#one-philly-home-page .news-press-releases #press-releases .featured-press-release[data-v-770c649c]:hover {
  background-color: #0f4d90;
}
.header[data-v-1a01d546] {
  text-align: center;
}
.two-columns[data-v-1a01d546] {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  list-style-type: disc;
  padding: 0rem 5rem;
}
.two-columns li[data-v-1a01d546] {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 0.5rem;
  color: #000;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
.two-columns[data-v-1a01d546] {
    -moz-column-count: 1;
         column-count: 1;
    padding: 0rem 1rem;
}
}
.mobile-header[data-v-1a01d546] {
  background-color: #2176d2;
  color: white;
  cursor: pointer;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1rem 0rem;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
}
.mobile-header span[data-v-1a01d546] {
  margin-left: 1rem;
}
.mobile-header i[data-v-1a01d546] {
  align-self: center;
  margin-right: 1rem;
}
a.press-release:hover .date-published[data-v-8515f37e] {
  color: white;
}
