body {
    font-size: 16px;
    font-weight: 400;
    color: #52656d;
}

a, .acg-btn--link {
    font-weight: 600;
}


/* H1 and Hero Baner */
h1, .acg-hero__heading, .acg-type-display--large {
    font-size: 54px;
    font-weight: 600;
}

.acg-hero__subtitle {
    font-size: 20px;
}

h2 {
    
    font-size: 40px;
    font-weight:600;
}

/* This may be a mistake. Removing .acg-card_heading to test.
h3, .acg-card__heading {
    font-size: 32px;
    font-weight:600;
}
*/

h3 {
    font-size: 32px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    font-weight:600;
}

h5 {
    font-size: 20px;
    font-weight:600;
}

h6 {
    font-size: 1em;
    font-weight: 600;
}


/* Condensed Accordion */
.acg-accordion__toggle__heading, .acg-type-body--large {
    font-size: 20px;
    font-weight: 900;
}   

/* Featured Card */
.acg-card, .acg-card--summary,  .acg-card--border, .acg-card--featured .acg-card__desc {
    font-size: 16px
}

/* Standard Card */
.acg-card, .acg-card--summary, .acg-card--border .acg-card__desc {
    font-size: 14px;
}

/* Tabs */
.acg-tab {
    font-weight: 900;
}

/* Table Styles */

.wp-block-table th {
    font-size: .875em;
}

.wp-block-table.is-style-stripes th {
    background-color: #dee0e2;
}

.wp-block-table.is-style-stripes tr {
    border-top: none;
    border-left: none;
    border-right: none;
}
.wp-block-table thead tr {
    border-top: none;
    border-left: none;
    border-right: none;
}

td:nth-child(1) {  
    font-weight: bold;
  }


  /* Blue */
    .wp-block-table.is-style-stripes.blue tbody tr:nth-child(2n+1) {
    background-color: #def3fa;
    }

    .wp-block-table.is-style-stripes.blue th {
    background-color: #0057b8;
    color: white;
    }
    
    .wp-block-table.is-style-stripes.blue td {
    border-bottom: 2px solid #5bc2e7;
    }


  /* Green */
  .wp-block-table.is-style-stripes.green tbody tr:nth-child(2n+1) {
    background-color: #f6f9ea;
  }

  .wp-block-table.is-style-stripes.green th {
    background-color: #99c23c;
    color: #333f48;
  }
  
  .wp-block-table.is-style-stripes.green td {
    border-bottom: 2px solid #99c23c;
  }


  /* Aqua */
  .wp-block-table.is-style-stripes.aqua tbody tr:nth-child(2n+1) {
    background-color: #def3fa;
  }

  .wp-block-table.is-style-stripes.aqua th {
    background-color: #9fdbf1;
    color: #0057b8;
  }
  
  .wp-block-table.is-style-stripes.aqua td {
    border-bottom: 2px solid #5bc2e7;
  }


/* Eyebrows */
.acg-card--contact .acg-card__eyebrow {
    color: #6C767A;
}

.acg-card--insights__alt .acg-card__eyebrow {
    color: #6C767A;
}

.is-style-insights .wp-block-latest-posts__post-author, .is-style-insights .wp-block-latest-posts__post-date {
    color: #6C767A;
}

.acg-form__input::placeholder {
    color: #6C767A;
    opacity: 1.0;
}

.acg-featured-content-grid .acg-card__eyebrow, .acg-product-grid--alt .acg-card__eyebrow {
    color: #6C767A;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #333f48 !important;
}

.wp-block-column {
	margin-bottom: 24px !important;
}

@media (max-width: 782px) {

    .acg-sticky-links__wrapper {
        display: none;
    }

}