@import url('https://fonts.googleapis.com/css2?family=Merriweather&family=Open+Sans:wght@400;700&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* =====================================================
   GLOBAL / BASE
   ===================================================== */

*, *::before, *::after{
  box-sizing: border-box;
}

html, body{
  overscroll-behavior-x: none;
}

/* 
html {
  scroll-padding-top: 170px;
}
 */
body{
  line-height: 1.6em;
}

body, div, span, p{
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

div, p, span{
  font-family: 'Open Sans', Arial, sans-serif;
}

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

h1, h2, h3, h4, h5, h6{
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1.4em;
  color: #000000;
}

h1{
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  color: #2b2b2b;
}

h2{
  color: #2b2b2b;
  font-size: 20px;
  font-weight: bold;
}

h3{
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 14px;
  color: #2b2b2b;
  line-height: 1.3;
}

a{
  color: #000000;
  text-decoration: none;
}

a:hover{
  color: #333333;
  text-decoration: underline;
}

a:visited{
  color: #999999;
  text-decoration: none;
}

/* =====================================================
   PAGE WRAPPERS
   ===================================================== */

.page-section{
  margin-top: 0;
  padding-bottom: 30px;
  text-align: left;
}

.project-page h1,
.page-section h1{
  text-align: left;
}

.project-page h1 {
  color: #000000;
  font-size: 25px;
  text-align: left;
}

.contact h1{
  margin-bottom: 10px;
  text-align: left;
  font-size: 25px;
}

/* Extra room so last FAQ anchors can scroll high enough */
/* 
.project-page{
  padding-bottom: 320px;
}
 */

/* =====================================================
   GENERIC MEDIA / CAPTIONS
   ===================================================== */

.site-logo{
  width: 100%;
  max-width: 160px;
  height: auto;
  display: block;
  position: relative;
  top: 0;
}

.bio-caption{
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 10px;
  color: #666666;
  background: none;
  border: none;
  display: block;
  width: 100%;
}

.bio-photo-block{
  max-width: 240px;
  width: 100%;
  margin: 0;
}

.bio-photo-block img{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.img-caption{
  font-family: 'Ubuntu Mono', monospace;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  background-color: #eeeeee;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  padding: 7px;
}

.thumb-caption a{
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.1em;
  color: #000000;
}

.thumb-caption a:hover{
  color: red;
}

.thumb-caption a:visited,
.thumb-caption a:link{
  color: #000000;
}

/* =====================================================
   FOOTER
   ===================================================== */

.footer-bar{
  background: #000;
  color: #fff;
  width: 100%;
  display: block;
  margin-top: 40px;
}

.footer-inner{
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
}

.footer-bar a{
  color: #fff;
  text-decoration: none;
}

.footer-bar a:hover,
.footer-bar a:focus{
  text-decoration: underline;
}

/* =====================================================
   HAMBURGER
   ===================================================== */

.hamburger{
  display: none;
  cursor: pointer;
  padding: 10px 3%;
  text-align: right;
  color: #000;
  line-height: 0;
}

.hamburger:hover{
  color: red;
}

.hamburger svg{
  width: 28px;
  height: 28px;
  display: block;
}

.hamburger line{
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

/* =====================================================
   RHYTHM
   ===================================================== */

:root{
  --section-top: 34px;
  --section-bottom: 22px;
  --section-top-tight: 24px;
  --section-bottom-tight: 16px;
}

.section-pad{
  padding: var(--section-top) 0 var(--section-bottom);
}

.section-pad-tight{
  padding: var(--section-top-tight) 0 var(--section-bottom-tight);
}

/* =====================================================
   IDENTITY STRIP / MAIN NAV
   ===================================================== */

.identity-bar{
  background: #000;
  color: #fff;
}

.identity-seperator{
  font-size: 25px;
  color: red;
}

/* Remove Bootstrap gutters just for header bars */
.identity-bar .container,
.mainnav .container,
.identity-bar .container-fluid,
.mainnav .container-fluid{
  padding-left: 0;
  padding-right: 0;
}

.identity-inner{
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px 14px;
}

.identity-copy{
  position: relative;
  top: -2px;
  line-height: 1;
}

.identity-inner,
.mainnav-links{
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.identity-name{
  font-weight: 800;
  letter-spacing: .08em;
  color: #fff;
  font-size: 20px;
}

.identity-sub{
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

.nav-wrapper{
  background: #000000;
}
.nav-wrapper {
  position: relative;
  z-index: 1000;
}
.mainnav{
  background: #fff;
  padding: 10px 0;
  text-align: left;
}

.mainnav a{
  margin: 0;
}

.mainnav-links{
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 30px;
  text-align: left;
}


.mainnav-links a,
.mainnav-links a:link,
.mainnav-links a:visited,
.mainnav-links a:hover,
.mainnav-links a:focus,
.mainnav-links a:active{
  display: inline-block;
  padding: 8px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #c00;
}

.mainnav-links a:hover,
.mainnav-links a:focus{
  color: #a00;
  text-decoration: none;
}

.mainnav-links a.tel,
.mainnav-links a[href^="tel:"]{
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}

/* =====================================================
   FAQ SUBMENU + ANCHOR BEHAVIOR
   ===================================================== */


/* =====================================================
   HERO
   ===================================================== */

.hero .hero-h1{
  line-height: 1.05;
  margin-bottom: 6px;
  margin-right: 20px;
}

.bi-hero{
  margin: 20px 0 40px;
}

.hero-figure{
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
}

.hero-img{
  display: block;
  width: 100%;
  height: auto;
}

.hero-overlay{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 22px 20px;
  z-index: 2;
  color: #fff;
}

.hero-overlay::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58%;
  z-index: -1;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.68),
    rgba(0,0,0,0.00)
  );
}

.hero-overlay h1.hero-h1{
  margin: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-size: 28px;
  color: rgba(255,255,255,0.92);
  text-shadow: 0 1px 10px rgba(0,0,0,0.22);
}

.hero-overlay .hero-subhead{
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255,255,255,0.86);
  max-width: 60ch;
  opacity: 0.9;
  text-shadow: 0 1px 6px rgba(0,0,0,0.25);
}

.hero{
  padding: 24px 0 16px;
}

.hero-row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hero-image{
  text-align: center;
}

.hero-image img{
  display: block;
  width: 100%;
  height: auto;
  margin: 40px auto 24px;
}

img.bill{
  width: 100%;
  max-width: 160px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.hero-points{
  list-style: circle;
  padding-left: 18px;
  margin: 0;
}

.hero-points li{
  margin-bottom: 10px;
}

/* =====================================================
   PORTFOLIO GRID
   ===================================================== */

.portfolio-grid{
  margin: 30px -10px 0;
}

.portfolio-item{
  float: left;
  width: 25%;
  padding: 0 10px 30px;
  box-sizing: border-box;
}

.portfolio-item figure{
  margin: 0;
}

.portfolio-item img{
  width: 100%;
  height: auto;
  display: block;
}

.portfolio-caption{
  margin-top: 10px;
}

.portfolio-caption h3{
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.3;
}

.portfolio-caption p{
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.portfolio-link{
  text-decoration: none;
  color: inherit;
}

.portfolio-link:hover .portfolio-caption h3{
  text-decoration: underline;
}

ul.portfolio-grid{
  margin: 30px -10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

ul.portfolio-grid > li.portfolio-item{
  box-sizing: border-box;
  padding: 0 10px 30px;
  flex: 0 0 25%;
  max-width: 25%;
  float: none;
  clear: none;
}

@media (max-width: 1199px){
  .portfolio-item{
    width: 33.333%;
  }

  ul.portfolio-grid > li.portfolio-item{
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 767px){
  .portfolio-item{
    width: 50%;
  }

  ul.portfolio-grid > li.portfolio-item{
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 479px){
  .portfolio-item{
    width: 100%;
  }

  ul.portfolio-grid > li.portfolio-item{
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* =====================================================
   LEGACY / UTILITY
   ===================================================== */

.sub-sub-heading{
  font-weight: bold;
}

.row-spacer{
  margin-top: 30px;
}

.contact{
  line-height: 175%;
}

.med-copy{
  text-align: left;
}

.med-copy-images{
  font-size: 16px;
  text-align: center;
}

.bread-on{
  text-align: left !important;
  margin-bottom: 10px;
  font-size: 13px !important;
  font-weight: bold;
}

.bread-on a,
.bread-on a:hover,
.bread-on a:visited,
.bread-on a:link,
.bread-off{
  color: #000000 !important;
  font-size: inherit;
  font-weight: inherit;
}

.breadcrumbs,
.bread-on,
.bread-off{
  margin-bottom: 10px;
}

.cta{
  margin: 20px 0;
}

a.cta-button{
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff !important;
  background-color: red;
  text-decoration: none !important;
  border-radius: 8px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.25);
  opacity: 0.8;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    filter 0.25s ease;
}

a.cta-button:hover,
a.cta-button:focus{
  opacity: 1;
  filter: brightness(1.1);
  transform: scale(1.05);
  text-decoration: none !important;
}

a.cta-button:visited{
  color: #ffffff !important;
}

a.contact-link,
a.contact-link:link,
a.contact-link:visited,
a.contact-link:hover,
a.contact-link:active,
a.contact-link:focus{
  color: red !important;
  text-decoration: none;
}

a.contact-link:visited{
  color: #333333;
}

a.back-to-top,
a.back-to-top:link,
a.back-to-top:visited{
  color: red !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-block;
  padding: 2px 4px;
  opacity: 0.9;
  transition:
    color 0.25s ease,
    opacity 0.25s ease,
    transform 0.25s ease,
    filter 0.25s ease;
}

a.back-to-top:hover,
a.back-to-top:focus,
a.back-to-top:hover::before,
a.back-to-top:focus::before{
  opacity: 1 !important;
  color: red !important;
  filter: brightness(1.1);
  transform: none;
  text-decoration: underline !important;
}

.back-to-top{
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: red;
}

.back-to-top-spaced{
  margin-bottom: 80px;
}

.back-to-top:hover{
  text-decoration: underline;
}

.darts-head,
.darts-subhead{
  margin-left: 3%;
}

.darts-head{
  font-size: 20px;
  letter-spacing: .5em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.darts-subhead{
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: .35em;
  font-size: 16px;
  text-align: center;
}

.on-target{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}

.benefit-images{
  text-align: center;
}

.caption{
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.client{
  font-size: 12px;
}

.side-item{
  width: 100%;
  margin-top: 30px;
  float: right;
  margin-left: 20px;
}

.ad-label{
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #666;
}

/* =====================================================
   BENEFITS / SERVICES / EXPERIENCE
   ===================================================== */

ul.benefits-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

ul.benefits-list > li.benefit-item{
  box-sizing: border-box;
  padding: 0;
  width: calc(25% - 15px);
}

@media (max-width: 991px){
  ul.benefits-list > li.benefit-item{
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px){
  ul.benefits-list > li.benefit-item{
    width: 100%;
  }
}

.services-block{
  padding: 30px 0 10px;
}

.services-title{
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 16px;
  font-weight: 700;
  color: #2b2b2b;
}

.services-intro{
  margin: 0 0 18px;
  max-width: 820px;
}

ul.services-list{
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

ul.services-list > li{
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding: 16px;
  margin: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

ul.services-list > li > strong{
  display: block;
  font-weight: 700;
  margin: 0 0 8px;
  font-size: 16px;
}

ul.services-list > li > ul{
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

ul.services-list > li > ul > li{
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.45em;
}

ul.experience-list{
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

ul.experience-list > li{
  width: calc(25% - 15px);
  box-sizing: border-box;
  padding: 0;
}

ul.experience-list > li > strong{
  display: block;
  margin-bottom: 6px;
}

ul.experience-list ul{
  padding-left: 18px;
}

@media (max-width: 991px){
  ul.experience-list > li{
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px){
  ul.experience-list > li{
    width: 100%;
  }
}

/* =====================================================
   FEES
   ===================================================== */

#fees ol{
  padding-left: 20px;
}

#fees li{
  margin-bottom: 10px;
}

/* =====================================================
   FIGURE / PROJECT PAGE
   ===================================================== */

.portfolio-item figure,
.project-page figure{
  background: #f3f3f3;
  border: 1px solid #dddddd;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

.portfolio-item figure img,
.project-page figure img{
  display: block;
  width: 100%;
  height: auto;
}

.project-page .sub-sub-heading{
  border-bottom: 1px solid #dddddd;
  padding-bottom: 6px;
  margin-bottom: 15px; 
}

.project-caption p{
  margin: 0 0 8px 0;
  font-size: 14px !important;
  line-height: 1.5;
}

.project-caption p:last-child{
  margin-bottom: 0;
}

/* =====================================================
   INTRO UTILITIES
   ===================================================== */

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

.intro-row .side-item{
  float: none;
  margin-left: 0;
  width: 100%;
  height: auto;
  display: block;
}
/* ===== FAQ submenu: minimal test state ===== */

body.faq-page--locked .bread-on {
  margin-bottom: 18px;
}

body.faq-page--locked .bread-off {
  margin-bottom: 0;
}

/* =====================================================
   FAQ SUBMENU + ANCHOR BEHAVIOR
   ===================================================== */



.submenu {
  margin: 0 0 30px;
  padding: 12px 14px;
  background: #fafafa;
  border: 1px solid #ececec;
  border-left: 3px solid red;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.submenu a,
.submenu a:link,
.submenu a:visited {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 6px;
  color: #000000;
  text-decoration: none;
}

.submenu a:hover,
.submenu a:focus {
  color: red;
  text-decoration: none;
}

 

.faq-scroll-buffer {
  height: 420px;
}

@media (max-width: 575px) {
  .submenu a {
    display: block;
    margin: 5px 0;
  }
}
@media (min-width: 768px){
  .intro-content-row{
    display: flex;
    align-items: flex-start;
  }

  .intro-content-row > [class*="col-"]{
    float: none;
  }

  .intro-content-row .side-item{
    margin-top: 0;
  }
}

@media (min-width: 768px){
  .intro-content-row .col-sm-4{
    display: flex;
    justify-content: flex-start;
  }

  .intro-content-row .side-item{
    margin-left: 0;
    margin-right: auto;
  }
}

@media (min-width: 992px){
  .identity-inner,
  .mainnav-links{
    width: 83.33333333%;
    max-width: none;
    margin-left: 8.33333333%;
    margin-right: 8.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* =====================================================
   FAQ PAGE: LOCKED NAV + LOCAL SUBMENU
   ===================================================== */
   
body.faq-page--locked .faq-top-jump,
body.faq-page--locked .faq-top-jump:link,
body.faq-page--locked .faq-top-jump:visited {
  background: none;
  border: 0;
  color: red !important;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-left: 12px;
  padding: 2px 6px;
  cursor: pointer;
  flex: 0 0 auto;
}
body.faq-page--locked h3[id] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 8px 12px;
  border-left: 3px solid red;
  border-radius: 2px;
  margin: 30px 0 14px;
}
body.faq-page--locked .faq-top-jump {
  background: none;
  border: 0;
  color: red;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-left: 12px;
  padding: 2px 6px;
  cursor: pointer;
  flex: 0 0 auto;
}

/* Add + icon */
body.faq-page--locked summary.faq-question {
  display: block;
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-left: 26px;
  margin: 0;
}

body.faq-page--locked summary.faq-question::-webkit-details-marker {
  display: none;
}
body.faq-page--locked .faq-top-jump:hover,
body.faq-page--locked .faq-top-jump:focus {
  color: #a00 !important;
  text-decoration: none !important;
  outline: none;
}

body.faq-page--locked .faq-page-intro::before,
body.faq-page--locked .faq-page-intro *::before {
  content: none !important;
}
body.faq-page--locked summary.faq-question::-webkit-details-marker {
  display: none;
}
body.faq-page--locked summary.faq-question::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
body.faq-page--locked .faq-fixed-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  background: #fff;
}

body.faq-page--locked .identity-bar {
  position: relative;
  z-index: 1102;
}
body.faq-page--locked .faq-answer {
  margin-top: 10px;
  padding: 12px 0;
  border-top: 1px solid #e5e5e5;
}
body.faq-page--locked .faq-item {
  margin: 0 0 12px;
}
@media (hover: hover) {
  body.faq-page--locked summary.faq-question:hover {
    background: #fafafa;
  }
}

body.faq-page--locked summary.faq-question {
  padding: 10px 12px 10px 34px;
  line-height: 1.35;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

body.faq-page--locked summary.faq-question::before {
  left: 10px;
  top: 10px;
}

body.faq-page--locked .faq-item[open] summary.faq-question {
  border-bottom-color: #dddddd;
}
/* =====================================================
   FAQ PAGE: LOCKED NAV + LOCAL SUBMENU
   ===================================================== */


@media (max-width: 575px) {
  body.faq-page--locked .submenu a {
    display: block;
    margin: 5px 0;
  }
}
/* Mobile H1 + subhead refinement */
@media (max-width: 767px) {

  h1 {
    font-size: 28px;       /* was 40px */
    line-height: 1.25em;
    margin-bottom: 10px;   /* tighter space below H1 */
  }

  .hero-overlay p,
  .hero-overlay h2 {
    margin-top: 0;         /* removes extra gap above subhead */
  }

}
/* Home page hero type adjustment on mobile */
@media (max-width: 767px) {

@media (max-width: 767px) {

  .hero-overlay h1,
  .hero-overlay h1 span,
  #home .hero-overlay h1,
  body.home .hero-overlay h1 {
    font-size: 22px !important;
    line-height: 1.2 !important;
    margin-bottom: 6px !important;
  }

}

  .hero-overlay p,
  .hero-overlay h2,
  #home .hero-overlay p,
  #home .hero-overlay h2,
  body.home .hero-overlay p,
  body.home .hero-overlay h2 {
    margin-top: 0 !important;
  }

}/* Mobile: stack Contact + phone neatly */
@media (max-width: 767px) {

  .contact,
  .contact a,
  .contact-link {
    float: none !important;
    position: static !important;
    display: inline-block;
    margin-right: 8px;   /* small breathing room between items */
  }

}
.hamburger {
  display: none;
}

@media (max-width: 767px) {
  .hamburger {
    display: block;
    width: 34px;
    height: 34px;
    margin: 10px 0 8px 0;
    cursor: pointer;
  }

  .hamburger svg {
    width: 30px;
    height: 30px;
    display: block;
  }

  .hamburger line {
    stroke: #000;
    stroke-width: 3;
    stroke-linecap: round;
  }
}
.hamburger {
  position: relative;
  z-index: 2000;
}
@media (max-width: 767px) {

  #mainnav {
    display: none;
  }

  #mainnav.active {
    display: block;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }

  #mainnav.active .mainnav-links {
    display: block;
    padding: 8px 15px;
  }

  #mainnav.active .mainnav-links a,
  #mainnav.active .mainnav-links a.tel {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
  }

  #mainnav.active .mainnav-links a.tel {
    margin-left: 0;
    white-space: normal;
  }

  #mainnav.active .mainnav-links a:last-child {
    border-bottom: 0;
  }

} 