/****** FILE: themes/lgs/css/print.css *****/
@media only print {
  header, footer, nav.main-nav, video, footer, .utility-bar, .subscribe, .footer-bar, .flex-video {
    display: none !important; }
  * {
    color: #333333 !important; }
  body {
    font-size: 14px; }
  .typography h1 {
    font-size: 2em;
    margin-bottom: 16px; }
  .typography h2 {
    font-size: 1.6em;
    margin-bottom: 14px; }
  .typography h3 {
    font-size: 1.4em;
    margin-bottom: 12px; }
  .typography h4 {
    font-size: 1.2em; }
  .typography p, .typography a, .typography ul, .typography ul li, .typography ol, .typography ol li {
    font-size: 14px !important;
    line-height: 1.4;
    border: none;
    margin: 10px 0; }
    .typography p.introduction, .typography a.introduction, .typography ul.introduction, .typography ul li.introduction, .typography ol.introduction, .typography ol li.introduction {
      font-size: 1.25em !important;
      line-height: 1.2; }
  .typography ul, .typography ol {
    margin-left: 10px; }
  .typography blockquote {
    border: 0px !important; }
  .typography aside {
    margin: 20px; }
  .typography aside.green {
    border: 1px solid #92ad7f; }
  .typography aside.purple {
    border: 1px solid #4b3048; }
  .accordion .accordion-title {
    padding: 0px !important;
    font-size: 16px !important;
    font-weight: bold  !important; }
  .accordion .is-active > .accordion-title::before, .accordion .accordion-title::before {
    display: none !important; }
  a.button.primary {
    background-color: #4b7838 !important;
    border-color: #4b7838 !important;
    color: #ffffff !important;
    background-image: none !important; }
  a.button.secondary {
    background-color: #4B3048 !important;
    border-color: #4B3048 !important;
    color: #ffffff !important;
    background-image: none !important; }
  table thead tr,
  table tbody tr {
    font-size: 13px !important;
    padding: 5px 5px; }
    table thead tr td, table thead tr th,
    table tbody tr td,
    table tbody tr th {
      padding: 5px 5px;
      font-size: 13px !important; }
  .responsive-tabel-wrapper {
    position: initial !important; }
    .responsive-tabel-wrapper .headcol {
      width: auto;
      position: initial !important; }
  .responsive {
    overflow-x: initial !important;
    margin-left: 0;
    max-width: initial !important; }
  table thead tr th, table thead tr td {
    color: #FFFFFF !important; } }


