    @import url('https://fonts.googleapis.com/css?family=Open+Sans');

    * {
      font-family: 'Open Sans', sans-serif;
    }

@media print {    
    .no-print, .no-print * {
        display: none !important;
    }
}

    h1,h2,h3,h4,h5,h6,b,strong,.light {
      margin-bottom: 0px!important;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
    }

    .light {
      font-size: 24px!important;
     }

    .l-section {
      padding: 2rem 1rem 0 1rem!important;
    }

    main.js-page-main .l-section {
      padding: 1.5rem 0!important;
    }

    body footer {
      display: none;
    }

    div .l-flex-cell l-flex-cell--66 {
      display: none;
    }

    h4, h5, .h5 {
      font-size: 18px!important;
     }

    .t-default .l-section--blue-bg-only, body [class$="--default"] .l-section--blue-bg-only {
       display: none;
    }

    .l-flex-cell--66 {
      display:none;
    }

    .scroll-nav {
      display: none;
    }

    input, textarea, button, select, label, a, .c-accordion__button, .c-accordion__button *, .c-accordion, .c-accordion * {
      -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
