@charset "UTF-8";
/*
Theme Name: WHI
Theme URI: https://dc-whi.org/
Author: the Design Foundry
Author URI: https://thedesignfoundry.net/
Description: 
Tested up to: 7.0
Requires at least: 4.7
Requires PHP: 5.2.4
Version: 2.0
License: 
License URI: 
Text Domain: twentynineteen
Tags: 

 */

    /* defaults */
 
 body {
   font-size: 62.5%;
   font-family: "Montserrat", sans-serif;
   line-height: 0px;
   margin: 0px;
   padding: 0px;
 }
 
 a img {
   border: 0px;
 }
 
 a {
   text-decoration: none;
   color: var(--accent);
 }
 
  .entry .entry-content p {
    line-height: 1.5;
  }
 
 
 
 
 :root {
    --accent-gradient: linear-gradient(90deg,rgba(169, 54, 112, 1) 0%, rgba(36, 48, 99, 1) 100%);
    --accent-lt: #f4e5ec;
    --accent: #a93670;
    --secondary: #243063;
  } 
  
  
 /* Text meant only for screen readers. */
 .screen-reader-text {
   border: 0;
   clip-path: inset(50%);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute !important;
   width: 1px;
   /* Many screen reader and browser combinations announce broken words as they would appear visually. */
   word-wrap: normal !important;
   word-break: normal !important;
 }
 
 .screen-reader-text:focus {
   background-color: #f1f1f1;
   border-radius: 3px;
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   clip-path: none;
   color: #21759b;
   display: block;
   font-size: 0.875rem;
   font-weight: bold;
   height: auto;
   left: 5px;
   line-height: normal;
   padding: 15px 23px 14px;
   text-decoration: none;
   top: 5px;
   width: auto;
   z-index: 100000;
   /* Above WP toolbar. */
 }
 
 .contain {
   max-width: 1200px;
   padding: 0 50px;
   box-sizing: border-box;
   margin: 0 auto;
 }
 
 /* Do not show the outline on the skip link target. */
 #content[tabindex="-1"]:focus {
   outline: 0;
 }
 
 #page {
   position: relative;
 }
 
 ul#featuredlinks {
   position: fixed;
   bottom: 20px;
   left: 50%;
   transform: translate(-50%, -50%);
   list-style: none;
   padding: 0;
   margin: 0;
   display: flex;
   justify-content: center;
   background: var(--accent-gradient);
   border-radius: 20px;
   width: 80%;
   -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.19); 
   box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.19);
   z-index: 1000;
 }
 
 ul#featuredlinks li {
   color: #fff;
   line-height: 1.1;
   font-size: 1.5em;
   margin: 0;
   text-transform: uppercase;
   padding: 10px 0;
 }
 
 ul#featuredlinks li a {
   color: #fff;
   padding: 0px 20px;
   display: block;
   text-align: center;
   border-right: 1px solid #fff;
   transition: all .3s;
 }
 
 ul#featuredlinks li:last-of-type a {
   border-right: none;
 }
 
 ul#featuredlinks li a:hover {
   color: #ffc;
   font-weight: 600;
 }
 
 footer {
   background-image: url(https://dc-whi.org/manage/wp-content/uploads/2026/07/footerbg.jpg);
   background-repeat: no-repeat;
   background-size: 100% auto;
   background-position: center top;
   background-color: #faf1f6;
   padding-top: 100px;
   padding-bottom: 110px;
 }
 
 footer .contain {
     display: grid;
     grid-gap: 0px;
     grid-template-columns: 330px 1fr;
     column-gap: 40px;
     grid-template-rows: auto;
     grid-template-areas: 
     "footerlogo footerlocs";
     position: relative;
     align-items: center;
 }
 
 footer ul {
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
   align-items: start;
 }
 
 footer ul li {
   width: 29%;
   margin: 0 2%;
   padding-left: 20px;
   border-left: 2px solid var(--accent);
   color: var(--secondary);
   line-height: 1.5;
   font-size: 1.5em;
 }
 
 footer ul li strong {
   color: var(--accent);
 }
 
 footer {
 }
 
 footer .meta img {
   display: block;
   max-width: 250px;
   height: auto;
   margin-bottom: 10px;
 }
 
 footer .meta p {
   line-height: 1.4;
   margin: 0 0 0 15px;
   font-size: 1.3em;
 }
 
 .schedule {
   background-image: url(https://dc-whi.org/manage/wp-content/uploads/2026/07/social_bg.jpg);
   background-repeat: no-repeat;
   background-size: 100% auto;
   background-position: center top;
   padding-top: 50px;
   padding-bottom: 0px;
 }
 
 .schedule .contain {
     display: grid;
     grid-gap: 0px;
     grid-template-columns: .4fr .6fr;
     column-gap: 40px;
     grid-template-rows: auto;
     grid-template-areas: 
     "scheddesc schedsub"
     "schedlinks schedsub";
     position: relative;
     row-gap: 30px;
 }
 
 .schedule .contain h3 {
   grid-area: schedsub;
   text-transform: uppercase;
   font-weight: 400;
   text-align: center;
   font-size: 4.5em;
   color: var(--secondary);
   font-family: "Montserrat", sans-serif;
   line-height: 1;
   padding-top: 140px;
   background-image: url(https://dc-whi.org/manage/wp-content/uploads/2026/07/calendar.svg);
   background-size: auto 130px;
   background-position: right 120px top;
   background-repeat: no-repeat;
   align-self: center;
 }
 
 .schedule .contain h3 strong {
   font-weight: 900;
   display: block;
   color: var(--accent);
   font-size: 187%;
 }
 
 .schedule .contain .desc {
   grid-area: scheddesc;
   align-self: end;
 }
 
 .schedule .contain .desc p {
   font-size: 2em;
   line-height: 1.4;
   margin: 0;
   color: var(--secondary);
 }
 
 .schedule .contain ul {
   grid-area: schedlinks;
   list-style: none;
   margin: 0;
   padding: 0;
 }
 
 .schedule .contain ul li {
   padding-bottom: 10px;
 }
 
 .schedule .contain ul li a {
   display: inline-block;
   padding: 10px 20px;
   background-color: var(--accent);
   color: #fff;
   text-transform: uppercase;
   font-size: 2.2em;
   line-height: 1;
   border-radius: 10px;
   font-weight: 500;
   transition: all .3s;
 }
 
 .schedule .contain ul li a:hover {
   background-color: var(--secondary);
 }
 
 .schedule .contain ul li a::after {
   content: '\25B6';
   color: var(--secondary);
   padding-left: 12px;
   transition: all .3s;
 }
 
 .schedule .contain ul li a:hover::after {
   color: var(--accent);
 }
 
 .site-header {
   padding: 0;
 }
 
 header, header.site-header {
   background-color: #f0f1f5;
   background-image: url(https://dc-whiorg.stage.site/wp-content/uploads/2026/08/header_bg.jpg);
   background-repeat: no-repeat;
   background-size: 100% auto;
   background-position: center bottom;
   padding-bottom: 11%;
   padding-top: 30px;
 }
 
 .home header, .home header.site-header {
   background-color: transparent;
   background-image: url(https://dc-whiorg.stage.site/wp-content/uploads/2026/08/header_bg.svg);
   z-index: 100;
   position: relative;
   margin: 0;
 }
 
 header .contain {
     display: grid;
     grid-gap: 0px;
     grid-template-columns: 363px 1fr;
     column-gap: 40px;
     grid-template-rows: auto;
     grid-template-areas: 
     "mainlogo secondary"
     "mainlogo mainnav";
     position: relative;
 }
 
 header nav#site-navigation {
   grid-area: mainnav;
 }
 
 header h1 {
   grid-area: mainlogo;
   background-size: contain;
   background-repeat: no-repeat;
   width: 100%;
   position: relative;
 }
 
 header h1 a {
   display: block;
   text-indent: -9000px;
   line-height: 0;
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
 }
 
 header ul.secondarylinks {
   grid-area: secondary;
 }
 
 nav#site-navigation {
   text-align: right;
 }
 nav#site-navigation ul {
   text-align: right;
   list-style: none;
   display: flex;
   justify-content: right;
   text-align: left;
   padding: 0;
   margin: 0;
    position: relative;
 }
 
 nav#site-navigation ul li {
   font-family: "Montserrat", sans-serif;
   font-size: 1.7em;
   font-weight: 600;
   line-height: 1.3;
   color: var(--secondary) !important;
   position: relative;
 }
 
 nav#site-navigation ul li li {
   font-size: 100%;
 }
 
 nav#site-navigation ul li a {
   display: block;
   color: var(--secondary) !important;
   padding: 5px 10px !important;
 }
  
  nav#site-navigation ul li a:hover {
    color: var(--accent) !important;
  }
 
 nav#site-navigation ul > li.menu-item-has-children > a::after {
   content: '+';
   color: var(--accent);
   margin-left: 3px;
   transition: rotate 0.3s ease-in-out;
   rotate: 0deg; 
   display: inline-block;
 }
  
  nav#site-navigation ul > li.menu-item-has-children:hover > a::after {
    rotate: 45deg; 
  }
 
 nav#site-navigation ul > li ul.sub-menu {
   display: none;
   position: absolute;
   left: 0;
   top: 100%;
   width: 150px;
   background-color: rgba(255,255,255,.9);
   -webkit-box-shadow: 0px 3px 9px 5px rgba(0,0,0,0.06); 
   box-shadow: 0px 3px 9px 5px rgba(0,0,0,0.06);
   z-index: 500;
 }
  
  nav#site-navigation ul > li:hover ul.sub-menu {
    display: block;
  }
  
  nav#site-navigation ul > li ul.sub-menu li {
    font-size: 85%;
    border-bottom: 1px solid #f2f2f2;
  }
  
  nav#site-navigation ul > li ul.sub-menu li a {
    padding: 8px 15px !important;
  }
  
  nav#site-navigation ul > li#menu-item-4512 ul.sub-menu {
    columns: 3;
    column-gap: 20px;
    column-rule: 1px solid var(--accent-lt);
    width: 500px;
    padding: 20px;
  }
  
  nav#site-navigation ul > li#menu-item-4512 ul.sub-menu li {
    break-inside: avoid;
  }
  
  header ul.secondarylinks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    padding-bottom: 15px;
  }
  
  header ul.secondarylinks li {
    padding-left: 10px;
  }
  
  header ul.secondarylinks li > a {
    display: block;
    padding: 8px 8px;
    background-color: var(--accent);
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1.3;
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: left 9px bottom;
    padding-left: 45px;
  }
  
  header ul.secondarylinks li:nth-of-type(2) > a {
    background-position: left 9px center;
    background-size: auto 70%;
    padding-left: 40px;
  }
  
  article {
    padding-bottom: 60px;
  }
  
  article h2.entry-title {
    font-size: 7em;
    font-weight: 400;
    line-height: 1.4;
    margin: -50px 0 .35em 0;
    text-align: center;
    color: var(--accent);
  }
  
  article p, article li {
    font-size: 1.7em;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: .5em;
  }
  
  .testimonial .contain {
     display: grid;
     grid-gap: 0px;
     grid-template-columns: .7fr .3fr;
     column-gap: 70px;
     grid-template-rows: auto;
     grid-template-areas: 
     "testsh testsh"
     "testquote testcta";
     position: relative;
     padding-top: 60px;
     border-top: 2px solid var(--accent);
     margin-top: 30px;
     align-items: center;
     padding-bottom: 15px;
  }
  
  .testimonial .contain .cta {
    padding-left: 70px;
    border-left: 2px solid var(--accent);
    grid-area: testcta;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .testimonial .contain h3 {
    grid-area: testsh;
    text-align: center;
    letter-spacing: .25em;
    color: var(--accent);
    text-transform: uppercase;
    font-size: 2.2em;
    margin-bottom: 40px;
    font-weight: 700;
    
  }
  
.testimonial .contain .quote {
  grid-area: testquote;
}

.testimonial .contain .quote p {
  font-family: "Source Serif 4", serif;
  color: #4d4d4d;
  font-size: 2.5em;
  font-style: italic;
  line-height: 1.5;
  margin: 0;
  text-align: right;
}

.testimonial .contain h6 {
  text-align: right;
  color: var(--secondary);
  font-size: 1.7em;
  line-height: 1.4;
  margin: 20px 0 0 0;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonial .contain h6 strong {
  font-size: 135%;
  color: var(--accent);
}

.testimonial .contain h6 strong::before {
  content: '\2013';
  padding-right: 3px;
}

.testimonial .contain .cta p {
  font-size: 2.5em;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}

.testimonial .contain .cta p a {
  color: var(--accent);
  font-weight: 600;
  transition: all .3s;
}

.testimonial .contain .cta p a:hover {
  color: var(--secondary);
}

.testimonial .contain .cta p a::after {
  content: '\25B6';
  color: #fff;
  background-color: var(--accent);
  border-radius: 50%;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  clear: both;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  transition: all .3s;
}

.testimonial .contain .cta p:hover a::after {
  background-color: var(--secondary);
}

#ninja-slider {
  padding: 0 !important;
  margin-top: -10% !important;
  z-index: 50;
   position: relative;
}

#ninja-slider ul {
  margin: 0 !important;
}

#ninja-slider li {
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ninja-slider li p {
  margin: 0;
  font-size: 3em;
  display: inline-block;
  padding: 10px 13px;
  background-color: rgba(255,255,255,.6);
  color: var(--accent);
  letter-spacing: .125em;
  text-transform: uppercase;
  max-width: 80%;
  text-align: center;
}

#ninja-slider li p strong {
  color: var(--secondary);
  font-weight: 900;
}

#ninja-slider #ninja-slider-pager {
  display: none;
}

.pitchouter {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 4%;
  background-image: url(https://dc-whiorg.stage.site/wp-content/uploads/2026/08/pitch_top.svg);
  margin-top: -4%;
  position: relative;
  z-index:  100;
}

.pitchmiddle {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 5.6%;
  background-image: url(https://dc-whiorg.stage.site/wp-content/uploads/2026/08/pitch_bottom.svg);
}

.pitchinner {
  background-color: #f3e4eb;
  padding: 30px;
}

.pitchinner .contain {
   display: grid;
   grid-gap: 0px;
   grid-template-columns: .4fr .6fr;
   column-gap: 10px;
   grid-template-rows: auto;
   grid-template-areas: 
   "pitchlogo pitchtext";
   align-items: center;
}

.pitchinner .contain img {
  grid-area: pitchlogo;
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.pitchinner .contain .text {
  grid-area: pitchtext;
}

.pitchinner .contain .text p {
  font-size: 2em;
  line-height: 1.5;
  color: var(--secondary);
}

.home .schedule {
  background-image: none;
}

.home .meettheteam .contain {
   display: grid;
   grid-gap: 0px;
   grid-template-columns: .45fr .55fr;
   column-gap: 60px;
   grid-template-rows: auto;
   grid-template-areas: 
   "teamintro collage";
   position: relative;
   align-items: center;
   padding-top: 50px;
   padding-bottom: 50px;
}

.home .meettheteam .text {
  grid-area: teamintro;
}

.home .meettheteam .text h6 {
  font-size: 2.75em;
  line-height: 1.2;
  margin: 0 0 10px 0;
  font-weight: 600;
  color: var(--accent);
  text-transform: uppercase;
}

.home .meettheteam .text h3 {
  font-size: 11em;
  line-height: .9;
  margin: 0 0 25px 0;
  font-weight: 400;
  color: var(--secondary);
  text-transform: uppercase;
}

.home .meettheteam .text h3 strong {
  font-weight: 900;
  color: var(--accent);
}

.home .meettheteam .text p {
  font-size: 1.7em;
  line-height: 1.7;
  margin: 0 0 0px 0;
  font-weight: 500;
}

.home .collage {
  padding-bottom: 100%;
  grid-area: collage;
   position: relative;
   height: 0;
}

.home .collage .collageinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.home .collage .team {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-position: center top;
  border: 4px solid #fff;
}

.home .collage .team.team1 {
  width: 75%;
  height: 75%;
}

.home .collage .team.team2, .home .collage .team.team3 {
  width: 33%;
  height: 33%;
  position: absolute;
}

.home .collage .team.team4, .home .collage .team.team5 {
  width: 25%;
  height: 25%;
  position: absolute;
}

.home .collage .team.team2 {
  right: 20px;
  top: 0;
}

.home .collage .team.team3 {
  left: 20px;
  bottom: 0;
}

.home .collage .team.team4 {
  right: 0;
  top: 35%;
}

.home .collage .team.team5 {
  left: 0;
  top: 45%;
}

.promo .contain {
  padding: 70px 0 0 0;
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: repeat(9, 70px);
}

.promo.left .image {
  grid-column: 1 / 9;
  grid-row: 1 / 10;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  position: relative;
  border-radius: 20px;
}

.promo.left .text {
  grid-column: 8 / 14;
  grid-row: 2 / 9;
  background-color: rgba(36, 48, 99, 0.896);
  border-radius: 20px;
  padding: 50px;
  box-sizing: border-box;
  background-position: center center;
  overflow: auto;
}

.promo.right .image {
  grid-column: 5 / 13;
  grid-row: 1 / 10;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  position: relative;
  border-radius: 20px;
}

.promo.right .text {
  grid-column: 1 / 6;
  grid-row: 2 / 9;
  background-color: rgba(36, 48, 99, 0.896);
  border-radius: 20px;
  padding: 50px;
  box-sizing: border-box;
  background-position: center center;
  overflow: auto;
}

.promo .text h3 {
  color: #ce8cad;
  font-weight: 400;
  font-size: 5em;
  line-height: 1.1;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.promo .text h4 {
  color: #ce8cad;
  font-weight: 900;
  font-size: 3em;
  line-height: 1.1;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.promo .text h3 strong {
  font-weight: 700;
}

.promo .text p {
  color: #fff;
  font-size: 1.7em;
  line-height: 1.4;
  margin: 0 0 .5em 0;
}

.connected {
   display: grid;
   grid-gap: 0px;
   grid-template-columns: .5fr .5fr;
   column-gap: 0px;
   grid-template-rows: auto;
   grid-template-areas: 
   "connectintro connectsocial";
   padding-top: 50px;
}

.connected .intro {
  text-align: right;
  background: var(--accent-gradient);
  grid-area: connectintro;
  padding: 40px;
  position: relative;
}

.connected .intro h3 {
  color: #fff;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.1;
  margin: 0;
}

.connected .intro h3 strong {
  font-weight: 700;
  display: block;
}

.connected .intro h3  {
  font-weight: 400;
  font-size: 7em;
  line-height: .9;
  color: #ce8cad;
  text-transform: uppercase;
  margin: 0;
}

.connected .intro h4 {
  font-weight: 500;
  font-size: 2em;
  line-height: 1.1;
  color: #fff;
  margin: 5px 0 0 0;
}

.connected .intro .minicontain {
  max-width: 600px;
  padding: 0 0 0 50px;
  box-sizing: border-box;
  margin: 0 0 0 auto; 
  text-align: left;
}

.connected .social {
  text-align: left;
  grid-area: connectsocial;
  padding: 40px;
}

.connected .social .minicontain {
  max-width: 600px;
  padding: 0 50px 0 0;
  box-sizing: border-box;
  margin: 0 auto 0 0 ; 
}

.connected .social h4 {
  font-weight: 400;
  font-size: 5em;
  line-height: 1;
  color: var(--secondary);
  margin: 0px 0 10px 2%;
  text-transform: uppercase;
}

.connected .social h4 strong {
  font-weight: 700;
}

.connected .social .minicontain ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.connected .social .minicontain ul li {
  width: 14.6%;
  margin: 2% 1%;;
  text-align: center;
}

.connected .social .minicontain ul li img {
  max-width: 100%;
  max-height: 50px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.connected .intro .frm_forms {
  position: absolute;
  right: -20px;
  bottom: -50px;
}

.connected .intro .frm_forms .frm_fields_container {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.with_frm_style .frm_submit {
  padding-top: 16px;
}



.connected .intro .with_frm_style input[type=email] {
  border-radius: 0;
}

.connected .intro .frm_style_formidable-style.with_frm_style .frm_submit button {
}

.connected .intro .frm_style_formidable-style.with_frm_style .frm_submit {
 position: relative; 
}

.connected .intro .frm_style_formidable-style.with_frm_style .frm_submit button {
 color: #fff;
 background-color: var(--accent);
 position: relative; 
 border: 0;
 border-radius: 0;
 outline: none;
 box-shadow: none;
 margin: 0;
 padding-top: 10px;
 padding-bottom: 10px;
}

.connected .intro .frm_form_fields .frm_fields_container {
   grid-gap: 0;
 }
 
 .mobile .mobilehead {
   background-image: url(https://dc-whi.org/manage/wp-content/uploads/2026/07/mobilebg.jpg);
   background-size: cover;
   background-position: center center;
   padding: 50px 0;
 }
 
 .mobile .mobilehead .contain {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: .4fr .25fr .35fr;
    column-gap: 60px;
    grid-template-rows: auto;
    grid-template-areas: 
    "mobiletitle mobilephoto mobilemeta";
    align-items: center;
 }
 
 .mobile h3 {
   grid-area: mobiletitle;
   text-transform: uppercase;
   font-weight: 400;
   font-size: 4em;
   color: var(--secondary);
   line-height: 1;
   margin: 0;
 }
 
 .mobile h3 strong {
   font-size: 200%;
   font-weight: 800;
   color: var(--accent);
   line-height: .9;
 }
 
 .mobile .mobilephoto {
   grid-area: mobilephoto;
   height: 0;
   padding-bottom: 100%;
   border-radius: 50%;
 }
 
 .mobile .meta {
   grid-area: mobilemeta;
 }
 
 .mobile .meta p {
   font-size: 2.5em;
   line-height: 1.4;
 }
 
 .servicesout {
   background-image: url(https://dc-whi.org/manage/wp-content/uploads/2026/07/servtop.svg);
   background-size: 100% auto;
   background-position: center top 40px;
   background-repeat: no-repeat;
   padding-top: calc(6.38% + 40px);
 }
 
 .single-locations .servicesout {
	width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
 }
 
 .servicesmid {
    background-image: url(https://dc-whi.org/manage/wp-content/uploads/2026/07/servbottom.svg);
     background-size: 100% auto;
     background-position: center bottom;
      background-repeat: no-repeat;
     padding-bottom: 7.3%;
 }
 
 .servicesin {
   background-color: #f0f1f3;
 }
 
 .servicesin ul {
   list-style: none;
   padding: 0;
   margin: 0;
   display: flex;
   flex-wrap: wrap;
 }
 
 .servicesin ul li {
   width: 21%;
   margin: 2% 2% 0 2%;
 }
 
 .servicesin ul li h4 {
   font-size: 1.5em;
   line-height: 1.1;
   margin: 0 0 10px 0;
   font-weight: 500;
   color: var(--accent);
 }
 
 .servicesin ul li h4 span, ul.servicelist li h3 span {
   display: block;
   font-size: 275%;
 }
  
  .servicesin ul li p {
    font-size: .9em;
    line-height: 1.2 !important;
    margin: 0;
    font-weight: 400;
    color: #333;
  }
  
.single-locations .servicesin .head {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: .5fr .35fr .15fr;
  column-gap: 0px;
  grid-template-rows: auto;
  grid-template-areas: 
  "servhdln1 servhd servhdln2";
  align-items: center;
    position: absolute;
    top: -40px;
    width: 100%;
}
  
.servicesin .head {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: .2fr .25fr .55fr;
  column-gap: 0px;
  grid-template-rows: auto;
  grid-template-areas: 
  "servhdln1 servhd servhdln2";
  align-items: center;
}

.servicesin .head .line, .servicesin .head .line2 {
  border-bottom: 4px solid var(--accent);
}

.servicesin .head .line {
  grid-area: servhdln1;
}

.servicesin .head .line2 {
  grid-area: servhdln2;
}
  
.servicesin h3 {
  grid-area: servhd;
  background: var(--accent-gradient);
  color: #fff;
  font-size: 4.5em;
  line-height: 1;
  padding: 10px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.single-locations .servicesin h3 {
	font-size: 4.25em;
}

.servicesin h3 strong, .servicesin h3 span {
  font-weight: 800;
  color: #ce8cad;
  font-size: 175%;
}

.home .servicesin h3 strong {
  font-size: 250%;
}

.servicesin h3 span {
	display: block;
}



.single-locations .locmeta {
     display: grid;
     grid-gap: 0px;
     grid-template-columns: .45fr .55fr;
     column-gap: 40px;
     grid-template-rows: auto;
     grid-template-areas: 
     "locmetaphoto locmetatext";
     position: relative;
     align-items: center;
     padding-bottom: 100px;
}

.single-locations .locmeta .locphoto {
	grid-area: locmetaphoto;
    width: 80%;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
}

.single-locations .locmeta .locphoto div {
	padding-bottom: 100%;
}

.single-locations .locmeta .description {
	grid-area: locmetatext;
}

.single-locations .peoplehere h3 {
     display: grid;
     grid-gap: 0px;
     grid-template-columns: auto 1fr;
     column-gap: 40px;
     grid-template-rows: auto;
     grid-template-areas: 
     "locpeopleh1 locpeopleline"
     "locpeopleh2 locpeopleh2";
     position: relative;
     align-items: center;
     font-size: 8em;
     text-transform: uppercase;
     line-height: 1;
}

.single-locations .peoplehere h3 strong {
	grid-area: locpeopleh1;
    color: var(--accent);
}

.single-locations .peoplehere h3 span {
	grid-area: locpeopleline;
    display: block;
    width: 100%;
    border-bottom: 2px solid var(--accent);
}

.single-locations .peoplehere h3 em {
	grid-area: locpeopleh2;
    font-style: normal;
    color: var(--secondary);
    font-size: 75%;
    font-weight: 300;
}

.single-locations .peoplehere ul {
	List-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.single-locations .peoplehere ul li {
	width: calc(25% - 45px);
    text-align: center;
}

.single-locations .peoplehere ul li .locpersphoto, .page-template-providerslist .persn .locpersphoto {
	border-radius: 50%;
    width: 100%;
    background-size: cover;
    background-position: center top;
    border: 4px solid #fff;
    box-siziing: border-box;
    transition: all .3s;
}

.single-locations .peoplehere ul li:hover .locpersphoto, .page-template-providerslist .persn:hover .locpersphoto {
    border: 4px solid var(--secondary);
}

.single-locations .peoplehere ul li .locpersphoto div, .page-template-providerslist .persn .locpersphoto div {
	padding-bottom: 100%;
}

.single-locations .peoplehere ul li a {
	display: block;
}

.single-locations .peoplehere ul li h4 {
	text-transform: uppercase;
    color: var(--secondary);
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.1;
    margin: 20px 0 5px 0;
}

.single-locations .peoplehere ul li h5 {
    color: var(--secondary);
    font-weight: 500;
    font-size: 1em;
    line-height: 1.2;
    margin: 0 0 8px 0;
}

.single-locations .peoplehere ul li p {
	text-transform: lowercase;
	font-weight: 500;
    font-size: .9em;
    line-height: 1.2;
    margin: 0 0 5px 0;
    display: inline-block;
    color: #fff;
    background-color: var(--accent);
    padding: 5px 5px;
    transition: all .3s;
}

.single-locations .peoplehere ul li:hover p {
	background-color: var(--secondary);
}

.timeandplace {
  padding: 70px 0 35px 0;
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: repeat(9, 70px);
}

.timeandplace .acf-map {
  grid-column: 1 / 11;
  grid-row: 1 / 10;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  position: relative;
  border-radius: 20px;
}

.timeandplace .details {
  grid-column: 10 / 14;
  grid-row: 2 / 9;
  background-color: rgba(36, 48, 99, 0.896);
  border-radius: 20px;
  padding: 30px 40px;
  box-sizing: border-box;
  background-position: center center;
  overflow: auto;
  background-color: rgba(36, 48, 99, .9);
  overflow: auto;
}

.timeandplace .details p {
	color: #fff;
    margin: 0 0 10px 0;
}

.timeandplace .details p a {
   color: #fff;
   transition: all .3s;
}

.timeandplace .details p a:hover {
	color: var(--accent-lt);
}

.timeandplace .details h4 {
	color: var(--accent-lt);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1;
    margin: 30px 0 10px 0;
}

.servicelist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.servicelist > li {
  width: 19%;
  margin: 2% 3%;
  padding: 0;
  box-sizing: border-box;
}

.servicelist > li h3 {
  font-size: 1.5em;
  line-height: 1.1;
  margin: 0 0 10px 0;
  font-weight: 500;
  color: var(--accent);
}

.servicelist > li h3 + p {
  font-size: 1em;
}

.servicelist > li p.locs {
  font-size: 1em;
  font-weight: 600;
  font-style: italic;
  margin: 0 0 5px 0;
}

.servicelist > li ul, .servicelist > li ul li {
  font-size: 1em;
  margin: 5px 0 0px 0;
  padding: 0;
  list-style: none;
}

.servicelist a {
  transition: all .3s;
}

.servicelist a:hover {
  color: var(--secondary);
}

.servicelocations {
  background-color: var(--accent-lt);
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.servicelocations ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.servicelocations ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px dotted var(--accent);
}

.servicelocations ul li:last-of-type {
  border-bottom: 0;
}

.servicelocations ul li a {
  padding: 8px 0px;
  display: block;
}

.servicelocations p {
  font-weight: 600;
  text-align: center;
}

.locserv p {
  font-weight: 600;
  text-align: left;
}

.loclist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.loclist > li {
  padding: 40px 0;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: .38fr .28fr .33fr;
  column-gap: 40px;
  grid-template-rows: auto;
  grid-template-areas: 
  "loctitle loctitle loctitle"
  "seeall seeall seeall"
  "locserv locadd lochours";
  position: relative;
  border-bottom: 1px solid var(--accent-lt);
  font-size: 1em;
}

.loclist > li:last-of-type {
  border-bottom: 0px;
}

.loclist > li h3 {
  font-size: 3em;
  text-align: center;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin: 0 0 .25em 0;
  grid-area: loctitle;
}

.loclist li .locserv {
  grid-area: locserv;
}

.loclist li .locaddress {
  grid-area: locadd;
}

.loclist li .lochours {
  grid-area: lochours;
  justify-self: right;
  text-align: right;
}

.locserv ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.locserv ul li {
  margin: 0;
  padding: 0;
}

.locserv a {
  transition: all .3s;
}

.locserv a:hover {
  color: var(--secondary);
}

.locseeall {
  text-align: center;
  grid-area: seeall;
  margin: 0 0 20px 0;
}

.locseeall a::before {
  content: '\2192';
  padding-right: 3px;
}

.allpersons {
  
  list-style: none;
  margin: 0;
  padding: 0;
}

.allpersons > li {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0px 0;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}

.allpersons > li:nth-of-type(even) {
  background-color: #faf1f6;
  background-image: url(https://dc-whi.org/manage/wp-content/uploads/2026/07/footerbg.jpg);
  padding-top: 100px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.allpersons > li:nth-of-type(even) > div {
  background-image: url(https://dc-whi.org/manage/wp-content/uploads/2026/08/peoplebg.jpg);
  padding-bottom: 100px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.persons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.allpersons > li h3 {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .25em;
  text-align: center;
  font-size: 1.3em;
}

.allpersons > li > div > .contain > p {
  text-align: center;
  font-size: 1em;
  line-height: 1.3;
  margin: 0 0 .5em 0;
}

.persons li {
  width: 19%;
  margin: 2% 3%;
  text-align: center;
}

.persons li h4 {
  font-size: .7em;
  line-height: 1.3;
  margin: 10px 0 0em 0; 
  font-weight: 500;
}

.persons li h5 {
  font-size: .6em;
  line-height: 1.3;
  margin: 0 0 .5em 0; 
  font-weight: 400;
  color: var(--secondary);
  font-style: italic;
}

.provfullbio {
  font-size: .6em;
}

.provfullbio::before {
  content: '(';
}

.provfullbio::after {
  content: ')';
}

.peoplecollection ul li {
  width: calc(19%);
    text-align: center;
}

.peoplecollection ul li .locpersphoto {
  border-radius: 50%;
    width: 100%;
    background-size: cover;
    background-position: center top;
    border: 4px solid #fff;
    box-siziing: border-box;
    transition: all .3s;
}

.peoplecollection ul li:hover a .locpersphoto {
    border: 4px solid var(--secondary);
}

.peoplecollection ul li .locpersphoto div {
  padding-bottom: 100%;
}

.peoplecollection ul li a {
  display: block;
}

.peoplecollection ul li h4 {
  text-transform: uppercase;
    color: var(--secondary);
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.1;
    margin: 20px 0 5px 0;
}

.peoplecollection ul li h5 {
    color: var(--secondary);
    font-weight: 500;
    font-size: 1em;
    line-height: 1.2;
    margin: 0 0 8px 0;
}

.peoplecollection ul li p {
  text-transform: lowercase;
  font-weight: 500;
    font-size: .9em;
    line-height: 1.2;
    margin: 0 0 5px 0;
    display: inline-block;
    padding: 5px 5px;
    transition: all .3s;
}

.photogall {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.photogall li {
  width: 19%;
  margin: 2%;
  position: relative;
}

.photogall.triple li {
  width: 27%;
}

.photogall.double li {
  width: 44%;
}

.photogall.single li {
  width: 94%;
}

.photogall .gallimgout {
  width: 100%;
  position: relative;
}

.photogall .gallimgout .gallimgin {
  padding-bottom: 100%;
  height: 0;
  position: relative;
}

.photogall .gallimgout .gallimgin a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9000px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5%;
}

.general > div {
  padding: 40px 0px;
  border-bottom: 1px solid #eee;
}

.general > div:last-of-type {
  border-bottom: 0px;
}

.general .section h3.gensubtitle, .single-services .general .simpletext h3 {
  text-align: center;
  text-transform: uppercase;
  color: var(--secondary);
  font-size: 3em;
  line-height: 1.3;
  margin: 0 0 .75em 0;
  font-weight: 400;
  letter-spacing: .125em;
}

.single-services .column h3, .general .column h3 {
  text-align: left;
  text-transform: uppercase;
  color: var(--secondary);
  font-size: 3em;
  line-height: 1.3;
  margin: 0 0 .75em 0;
  font-weight: 400;
  letter-spacing: normal;
}

.photogall li p.caption {
  padding-top: 15px;
  font-size: 1em;
  line-height: 1.3;
  margin: 0;
  font-weight: 500;
  color: var(--secondary);
  font-style: italic;
}

.cta {
  display: grid;
  grid-gap: 0px;
  grid-template-columns: .55fr .45fr;
  column-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: 
  "ctadesc ctabutton"; 
  align-items: center;
}

.cta p {
  grid-area: ctadesc;  
}

.cta a.ctabutton {
  grid-area: ctabutton;
  line-height: 1.3;
  font-size: 3em;
  margin: 0 auto 15px auto;
  border-radius: 25px;
  padding: 20px;
  text-align: center;
  border: 5px solid #fff;
  transition: all .3s;
  max-width: 90%;
}

.cta a.ctabutton:hover {
  border: 5px solid #ddd;
}

.section.pullquote p.quote {
  font-family: "Source Serif 4", serif;
  text-align: center;
  font-style: italic;
  color: var(--accent);
  font-size: 6em;
  line-height: 1.1;
  margin: 0;
  font-weight: 500;
}

.section.pullquote p.quote::before {
  content: '\201C';
}

.section.pullquote p.quote::after {
  content: '\201D';
}

.section.pullquote p.quoteauthor {
  text-align: right;
  color: var(--accent);
  font-size: 2.5em;
  line-height: 1.1;
  margin: 20px 15% 0 0;
}

.section.pullquote p.quoteauthor::before {
  content: '\2013';
  padding-right: 5px;
  color: var(--secondary);
}

.section.fwimage {
  background-size: cover;
  background-position: center center;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}

.section.scode .contain {
  text-align: center;
}

.section {
  width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
  text-align: center;
}

.section .contain {
  text-align: left;
}

.general > div:first-of-type {
  padding-top: 0;
}

#gform_wrapper_5 {
  position: absolute;
  right: -25px;
  bottom: -35px;
}

#gform_wrapper_5 .gform_heading {
  display: none;
}

#gform_wrapper_5 form {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}

#gform_wrapper_5 form input[type=submit] {
 color: #fff;
 background-color: var(--accent);
 position: relative; 
 border: 0;
 border-radius: 0;
 outline: none;
 box-shadow: none;
 margin: 0;
 padding-top: 10px;
 padding-bottom: 10px;
}

#gform_wrapper_5 .gform_footer {
  margin: 0;
}

.peoplecollection ul li p.outsidepositions {
  text-transform: none;
  font-size: 80%;
  color: #888;
}

.singlepersphoto {
  width: 200px;
  max-width: 33%;
  float: right;
  margin: 3px 0 30px 40px;
  background-size: cover;
  background-position: center top;
}

.singlepersphoto > div {
  padding-bottom: 140%;
}

.single-people h3.jobtitle {
  text-align: center;
  font-size: 3em;
  line-height: 1.1;
  margin: -20px 0 1em 0;
  color: var(--accent);
  font-weight: 400;
}

.clr {
  position: relative;
  clear: both;
}

.st_multicols {
  display: flex;
  gap: 60px;
}

.st_multicols > div {
  flex: 1 1 0;
  min-width: 0;
}

.section img.alignnone {
  max-width: 100%;
  height: auto;
}

.section img.alignright {
  float: right;
  max-width: 45%;
  height: auto;
  margin: 3px 0 30px 40px;
}

.section img.inline {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}

.servicelocations .locs span {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 2px solid #fff;
}

.servicelocations .locs span:first-of-type {
  padding-left: 10px;
  margin-left: 0px;
  border-left: none;
}

.section h4 {
    font-size: 2.2em;
    line-height: 1.3;
    margin: 0 0 .5em 0; 
    font-weight: 400;
    color: var(--secondary);
}

.rescontrol p p {
  font-size: 100%;
}



.section h4 {
    font-size: 2.2em;
    line-height: 1.3;
    margin: 0 0 .5em 0; 
    font-weight: 400;
    color: var(--secondary);
}

.page-template-faq article .contain > h3 {
  font-size: 3.5em;
  line-height: 1.3;
  margin: 0 0 .75em 0; 
  font-weight: 400;
  text-align: center;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .125em;
}

.page-template-faq article .contain h4 {
  font-size: 2em;
  line-height: 1.3;
  margin: 0 0 .5em 0; 
  font-weight: 400;
  text-align: left;
  color: var(--accent);
}

.page-template-faq article .contain > h3::before {
  border-top: 1px solid var(--accent);
  display: block;
  width: 70%;
  margin: 50px auto 40px auto;
  content: '\00A0';
  height: 0;
}

.page-template-faq .ui-accordion .ui-accordion-header {
  border: 0;
  border-radius: 0;
  background-color: var(--accent-lt);
  color: var(--accent);
  font-size: 1.8em;
  line-height: 1.1;
  padding: .75em .5em .75em .7em;
}

.page-template-faq .ui-accordion .ui-accordion-header .ui-icon {
  background: none;
}

.page-template-faq .ui-accordion .ui-accordion-header::before {
   content: '+';
  color: var(--accent);
  margin-right: 3px;
  transition: rotate 0.3s ease-in-out;
  rotate: 0deg; 
  display: inline-block;
}

.page-template-faq .ui-accordion .ui-accordion-header:hover::before {
  rotate: 45deg; 
}


.page-template-faq .ui-accordion .ui-accordion-header.ui-state-active::before {
   transition: all 0s;
   rotate: 45deg; 
 }
 
 .page-template-faq .ui-accordion .ui-accordion-header.ui-state-active:hover::before {
   rotate: 45deg; 
 }

body .ui-widget-content a {
  color: var(--accent);
}

.page-template-faq #accordion2.ui-accordion .ui-accordion-header::before {
  color: var(--secondary);
}

.page-template-faq #accordion2.ui-accordion .ui-accordion-header {
  color: var(--secondary);
  background-color: #dfe4f6;
}



.tels span {
  display: block;
}

.timeandplace .details .lhours p {
  margin: 0 0 0 20px;
  text-indent: -20px;
}

.loclist li .lochours p {
  text-wrap: balance;
  margin: 0 0 0 20px;
  text-indent: -20px;
}

.general .section h3:not(.gensubtitle) {
  text-align: left;
  text-transform: uppercase;
  color: var(--secondary);
  font-size: 2.5em;
  line-height: 1.3;
  margin: .75em 0 .5em 0;
  font-weight: 700;
  letter-spacing: .125em;
}

.providesservicesat {
  text-align: center;
  font-weight: 600;
}

.providesservicesat span::before {
  content: ', ';
}

.providesservicesat span:last-of-type::before {
  content: ' and ';
}

.providesservicesat span:first-of-type::before {
  content: none;
}

.conloclist {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.conloclist li {
  flex-grow: 1;
  flex-shrink: 1;
  width: 30%;
}

.conloclist li p {
  font-size: 1em;
  line-height: 1.3;
  margin: 0 0 .5em 0;
}

.conlocphoto {
  width: 80%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
}

.conlocphoto div {
  padding-bottom: 100%;
}

ul.jobtypes {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.jobtypes > li {
  padding: 0;
  margin: 0 0 40px 0;
  display: grid;
  grid-template-columns: 50% 50%;
  row-gap: 30px;
  column-gap: 60px;
  grid-template-rows: auto;
  grid-template-areas: 
  "jtypelabel jtypelabel"
  "jtypedesc jtypelisting";
}

ul.jobtypes > li h3 {
  grid-area: jtypelabel;
  font-size: 2.5em;
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 400;
  line-height: 1;
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
  grid-template-rows: auto;
  grid-template-areas: 
  "jtypelable jtypelableline";
}

ul.jobtypes > li h3 span:first-of-type {
  grid-area: jtypelable;
}

ul.jobtypes > li h3 span:last-of-type {
  grid-area: jtypelableline;
  border-bottom: 2px dotted var(--secondary);
}

ul.jobtypes li .typedesc {
  grid-area: jtypedesc;
}

ul.jobtypes li .typedesc p {
  font-size: 1em;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 .5em 0;
}

ul.jobtypes li .positions {
  grid-area: jtypelisting;
}

ul.jobtypes li img {
  grid-area: jtypelisting;
}

article .positions .ui-accordion-header {
  background-color: var(--accent-lt);
  border: 0;
  border-radius: 0;
  color: var(--accent);
}

article .positions .ui-accordion-header .ui-icon {
  background: none;
}

article .positions .ui-accordion-header::before {
   content: '+';
  color: var(--accent);
  margin-right: 3px;
  transition: rotate 0.3s ease-in-out;
  rotate: 0deg; 
  display: inline-block;
}

article .positions .ui-accordion-header:hover::before {
  rotate: 45deg; 
}


article .positions .ui-accordion-header.ui-state-active::before {
   transition: all 0s;
   rotate: 45deg; 
 }
 
article .positions .ui-accordion-header.ui-state-active:hover::before {
   rotate: 45deg; 
 }
 
article .positions .ui-accordion-content p, article .positions .ui-accordion-content ul, article .positions .ui-accordion-content ol  {
  font-size: 1em;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 .5em 0;
 }
  
article .positions .ui-accordion-content li  {
   font-size: 1em;
   color: #333;
   font-weight: 400;
   line-height: 1.5;
   margin: 0 0 0   0;
  }
  
  
   
   article .positions .ui-accordion-content h3  {
     font-size: 1.4em;
     color: var(--accent);
     font-weight: 700;
     line-height: 1.5;
     margin: 0 0 .5em 0;
    }
    
  article .positions .ui-accordion-content h4  {
    font-size: 1em;
    color: var(--accent);
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 .5em 0;
   }
   .locmeta * {
       display: none;
   }