/*!
Theme Name:   Customer Assistance Program
Theme URI:    http://cap.phila.gov/start
Description:  
Author:       PWD Digital
Author URI:   http://example.com
Template:     pwd-base
Version:      0.1
Text Domain:  pwd-child
*/
#header {
  height: 70px;
  width: 100%;
  background-color: #064066;
  padding: 0.1px;
}
#header .container {
  margin: 0 auto;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .container:after {
  content: unset;
}
#header .container a#header-logo {
  display: inline-block;
  padding: 0.5em;
  float: left;
}
#header .container a#header-logo img {
  max-height: 2.5em;
  border: 0;
}
#header .container #language-nav {
  float: right;
}
#header .container #language-nav .menu {
  margin: 0.5em;
  font-size: 0.9em;
  color: white;
  white-space: nowrap;
}
#header .container #language-nav .menu li a {
  text-decoration: none;
  font-weight: bold;
  color: #65BBFF;
}
#header .container #language-nav .menu li a:hover, #header .container #language-nav .menu li a:focus {
  text-decoration: underline;
}
#header .container #language-nav .menu li.current-menu-item a, #header .container #language-nav .menu li.current-menu-ancestor a, #header .container #language-nav .menu li.current-page-item a, #header .container #language-nav .menu li.current-page-ancestor a {
  color: white;
  font-weight: normal;
}
#header .container #language-nav .menu li.current-menu-item, #header .container #language-nav .menu li.current-page-item {
  pointer-events: none;
}
#header .container #language-nav .menu li span.separator {
  font-size: 135%;
  font-weight: 100;
  vertical-align: -0.1em;
}
#header .container #language-nav .menu li:last-child span.separator {
  display: none;
}

/* FOOTER */
footer {
  clear: both;
  background-color: #064066;
  color: white;
  text-align: center;
}

#support-footer {
  font-size: 90%;
  padding-bottom: 4em;
  margin-bottom: -2em;
}

#logos-footer {
  box-shadow: 0px -0.25em 1em 0.3em rgba(0, 0, 0, 0.2);
  padding: 2em 1em;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 9;
}
#logos-footer a img {
  width: 100%;
  max-width: 12em;
  height: auto;
  border: 0;
}

div.ls-debug-bar:after {
  display: inline-block;
  content: "child theme activated";
}

*, html, body {
  margin: 0;
  padding: 0;
  font-family: "BrixSans", sans-serif;
}

input, textarea, keygen, select {
  background: none;
  border: none;
  font: 100% "BrixSans", Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  outline: none;
  outline-style: none;
  outline-offset: 0;
}

/* Base Structure */
main {
  position: relative;
}
main p.back-link, main p.breadcrumbs {
  position: absolute;
  top: 0;
}
main p.back-link a, main p.breadcrumbs a {
  color: #2176d2;
}
main p.back-link a, main p.back-link span, main p.breadcrumbs a, main p.breadcrumbs span {
  display: inline-block;
  margin: 0 0.25em;
}
main p.back-link a span.srt, main p.breadcrumbs a span.srt {
  display: none;
}
main p.back-link {
  margin-top: 0.5em;
}

.container {
  max-width: 1500px;
}

h1 {
  margin-top: 0.75em;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.1;
  font-weight: 600;
  border-bottom: 0;
  color: #064066;
}

h2 {
  font-size: 1.6em;
}

p {
  line-height: 1.25;
}
p.intro {
  max-width: 33em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 750px) {
  h1 {
    font-size: 2.8em;
  }
  h2 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2.25em;
  }
}
.has-dark-blue-color {
  color: #064066 !important;
}

.has-dark-blue-background-color {
  background-color: #064066 !important;
}

.has-soft-gray-color {
  color: #D1DBE2 !important;
}

.has-soft-gray-background-color {
  background-color: #D1DBE2 !important;
}

/* Ways to Apply */
#ways {
  color: #064066;
  font-size: 0.9em;
}
@media (min-width: 900px) {
  #ways .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
#ways .wp-block-column#mail {
  min-width: 14em;
}
#ways .wp-block-column#online {
  flex-shrink: 1.05 !important;
}
#ways .wp-block-column#rep {
  min-width: 17em;
  flex-shrink: 0.96 !important;
}
#ways .wp-block-column a {
  display: block;
  margin: 1em 0.5em;
  padding: 0.75em;
  background: white;
  border: 0px solid #000000;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 2px rgb(222, 222, 222);
  transition: 0.4s;
  text-align: center;
  text-decoration: none;
  color: #064066;
  font-weight: normal;
}
@media (min-width: 900px) {
  #ways .wp-block-column a {
    margin: 0.87em;
  }
}
@media (min-width: 1200px) {
  #ways .wp-block-column a {
    margin: 1em;
  }
}
#ways .wp-block-column a:hover {
  background-color: #D1DBE2;
  box-shadow: none;
  cursor: pointer;
}
#ways .wp-block-column a img {
  max-width: 4em;
  max-height: 3.5em;
  color: #064066;
  margin: 1em;
}
#ways .wp-block-column a h4 {
  font-size: 130%;
  margin: 0;
}
#ways .wp-block-column a p {
  margin: 0.75em 0;
}

/* Application Checklist */
#checklist_box {
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  border: 0 solid #000000;
  font-size: 0.9em;
  padding: 0.25em 1em;
}
@media (min-width: 900px) {
  #checklist_box {
    padding: 0.75em 1.5em;
  }
}
#checklist_box > ul {
  list-style: none;
}
#checklist_box > ul > li {
  margin-top: 1em;
  margin: 2rem 0;
  padding: 0;
  position: relative;
  text-align: left;
}
#checklist_box > ul > li:before {
  content: " ";
  display: block;
  width: 0.85em;
  height: 0.85em;
  border: 2px solid;
  position: absolute;
  left: -1.5em;
  top: 0.2em;
  background: rgba(255, 255, 255, 0.2);
}
#checklist_box > ul > li > strong {
  display: block;
  font-size: 1.15em;
}
#checklist_box > ul > li ul {
  list-style: disc;
  padding-left: 1.25em;
}
#checklist_box > ul > li ul em {
  font-style: normal;
  font-size: 0.8em;
  font-weight: 800;
}
#checklist_box > ul > li ul li {
  padding: 0.15em 0 0;
}

.popholder {
  display: inline-block;
}
.popholder #help {
  text-align: center;
  border-radius: 1em;
  padding: 0 0.38em 0 0.35em;
  background-color: #2176d2;
  color: #ffffff;
  text-decoration: none;
}
.popholder img {
  display: none;
}
.popholder:hover img, .popholder:focus img, .popholder:active img {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 900px;
  max-height: unset;
  border: 3px solid #2176d2;
  border-radius: 1em;
  z-index: 999;
  box-shadow: 1px 3px 7px;
}

/* Maintenance / 404 */
#maintain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3em;
  padding: 3rem;
  text-align: center;
  color: #064066;
}

#maintain img {
  width: 100px;
}

#maintain h1 {
  font-size: 2em;
}

#maintain h2 {
  font-size: 1.2rem;
  margin-top: 1em;
  margin-top: 1rem;
}

.maintain-support {
  margin: 3em;
  margin: 3rem;
  text-align: center;
}

.maintain-support h3 {
  font-size: 1.7rem;
}

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