/****** Blocks: White Text on Blue Background ******/
DIV.iac-color-white-on-blue {
  background-color: blue;
  background-color: var(--gtweb-navy-blue);
  color: white;
}

/*DIV.iac-color-white-on-blue:not(.layout-builder-block) { */
DIV.iac-color-white-on-blue {
  padding: 16px 16px;
}

BODY DIV.iac-color-white-on-blue H2,
BODY DIV.iac-color-white-on-blue H3,
BODY DIV.iac-color-white-on-blue H4,
BODY DIV.iac-color-white-on-blue H5,
BODY DIV.iac-color-white-on-blue H6 {
  color: white;
  border-top: none;
  margin-top: 0;
}

DIV.iac-color-white-on-blue A,
DIV.iac-color-white-on-blue A:link,
DIV.iac-color-white-on-blue A:visited {
  color: #d0d0d0;
  border-bottom-color: #d0d0d0;
}


DIV.iac-color-white-on-blue A:focus,
DIV.iac-color-white-on-blue A:hover {
  color: #e0e0e0;
  border-bottom-color: #e0e0e0;
}


/****** Blocks: White Text on Dark Grey Background ******/
DIV.iac-color-white-on-grey {
  background-color: #262626;  background-color: var(--gtweb-sitefooter-grey);
  color: white;
}

/* DIV.iac-color-white-on-grey:not(.layout-builder-block) { */
DIV.iac-color-white-on-grey {
  padding: 16px 16px;
}

BODY DIV.iac-color-white-on-grey H2,
BODY DIV.iac-color-white-on-grey H3,
BODY DIV.iac-color-white-on-grey H4,
BODY DIV.iac-color-white-on-grey H5,
BODY DIV.iac-color-white-on-grey H6 {
  color: white;
  border-top: none;
  margin-top: 0;
}

DIV.iac-color-white-on-grey A,
DIV.iac-color-white-on-grey A:link {
  color: #d0d0d0; color: var(--gtweb-darklink-blue);
  border-bottom-color: #d0d0d0; color: var(--gtweb-darklink-blue);
}

DIV.iac-color-white-on-grey A:focus,
DIV.iac-color-white-on-grey A:hover {
  color: #e0e0e0; color: var(--gtweb-darklinkhover-blue);
  border-bottom-color: #e0e0e0; color: var(--gtweb-darklinkhover-blue);
}

DIV.iac-color-white-on-grey A:visited {
  color: #e0e0e0; color: var(--gtweb-darklinkvisit-mauve);
  border-bottom-color: #e0e0e0; color: var(--gtweb-darklinkvisit-mauve);
}


/****** Blocks: Black Text on Tech Gold Background ******/
DIV.iac-color-black-on-gold {
  background-color: #dddddd;  background-color: var(--gtweb-primary-gold);
  color: var(--gtweb-black-text);
}

/*DIV.iac-color-black-on-gold:not(.layout-builder-block) { */
DIV.iac-color-black-on-gold {
  padding: 16px 16px;
}

BODY DIV.iac-color-black-on-gold H2,
BODY DIV.iac-color-black-on-gold H3,
BODY DIV.iac-color-black-on-gold H4,
BODY DIV.iac-color-black-on-gold H5,
BODY DIV.iac-color-black-on-gold H6 {
  color: var(--gtweb-black-text);
  border-top: none;
  margin-top: 0;
}

DIV.iac-color-black-on-gold A,
DIV.iac-color-black-on-gold A:link {
  color: #004f9f; color: var(--gtweb-link-blue);
  border-bottom-color: #004f9f; border-bottom-color: var(--gtweb-link-blue);
}

DIV.iac-color-black-on-gold A:focus,
DIV.iac-color-black-on-gold A:hover {
  color: #1879db; color: var(--gtweb-linkhover-blue);
  border-bottom-color: #1879db; border-bottom-color: var(--gtweb-linkhover-blue);
}

DIV.iac-color-black-on-gold A:visited {
  color: #004f9f; color: var(--gtweb-linkvisit-mauve);
  border-bottom-color: #004f9f; border-bottom-color: var(--gtweb-linkvisit-mauve);
}

/*-- Change Gold Buttons to Blue Buttons when on Gold Background --*/

BODY DIV.iac-color-black-on-gold P.gt-button-gold A {
  background-color: #00254c;  background-color: var(--gtweb-navy-blue);
  color: #e0e0e0 !important;
}

BODY DIV.iac-color-black-on-gold P.gt-button-gold A:focus,
BODY DIV.iac-color-black-on-gold P.gt-button-gold A:hover {
  background-color: #00153c;  background-color: var(--gtweb-navy-darkblue);
  border: dotted 1px #e0e0e0;
}


/****** Blocks: Black Text on Light Grey Background ******/
DIV.iac-color-black-on-grey {
  background-color: #dddddd;  background-color: var(--gtweb-pimile-light);
  color: var(--gtweb-black-text);
}

/* DIV.iac-color-black-on-grey:not(.layout-builder-block) { */
DIV.iac-color-black-on-grey {
  padding: 16px 16px;
}

BODY DIV.iac-color-black-on-grey H2,
BODY DIV.iac-color-black-on-grey H3,
BODY DIV.iac-color-black-on-grey H4,
BODY DIV.iac-color-black-on-grey H5,
BODY DIV.iac-color-black-on-grey H6 {
  color: var(--gtweb-black-text);
  border-top: none;
  margin-top: 0;
}

DIV.iac-color-black-on-grey A,
DIV.iac-color-black-on-grey A:link {
  color: #004f9f; color: var(--gtweb-link-blue);
  border-bottom-color: #004f9f; border-bottom-color: var(--gtweb-link-blue);
}

DIV.iac-color-black-on-grey A:focus,
DIV.iac-color-black-on-grey A:hover {
  color: #1879db; color: var(--gtweb-linkhover-blue);
  border-bottom-color: #1879db; border-bottom-color: var(--gtweb-linkhover-blue);
}

DIV.iac-color-black-on-grey A:visited {
  color: #004f9f; color: var(--gtweb-linkvisit-mauve);
  border-bottom-color: #004f9f; border-bottom-color: var(--gtweb-linkvisit-mauve);
}


/****** Blocks: H2 Headings that are Links ******/
BODY DIV.iac-color-white-on-blue A H2,
BODY DIV.iac-color-white-on-blue A H3 {
  color: #d0d0d0;
}

BODY DIV.iac-color-white-on-grey A H2,
BODY DIV.iac-color-white-on-grey A H3 {
  color: #d0d0d0; color: var(--gtweb-darklink-blue);
}

BODY DIV.iac-color-white-on-blue A:hover H2,
BODY DIV.iac-color-white-on-blue A:focus H2,
BODY DIV.iac-color-white-on-blue A:hover H3,
BODY DIV.iac-color-white-on-blue A:focus H3 {
  color: #e0e0e0;
}

BODY DIV.iac-color-white-on-grey A:hover H2,
BODY DIV.iac-color-white-on-grey A:focus H2,
BODY DIV.iac-color-white-on-grey A:hover H3,
BODY DIV.iac-color-white-on-grey A:focus H3 {
  color: #e0e0e0; color: var(--gtweb-darklinkhover-blue);
}

BODY DIV.iac-color-white-on-blue A:visited H2,
BODY DIV.iac-color-white-on-blue A:visited H3,
BODY DIV.iac-color-white-on-grey A:visited H2,
BODY DIV.iac-color-white-on-grey A:visited H3 {
  color: #e0e0e0; color: var(--gtweb-darklinkvisit-mauve);
}

BODY DIV.iac-color-black-on-gold A H2,
BODY DIV.iac-color-black-on-grey A H2,
BODY DIV.iac-color-black-on-gold A H3,
BODY DIV.iac-color-black-on-grey A H3 {
  color: var(--gtweb-link-blue);
}

BODY DIV.iac-color-black-on-gold A:hover H2,
BODY DIV.iac-color-black-on-gold A:focus H2,
BODY DIV.iac-color-black-on-grey A:hover H2,
BODY DIV.iac-color-black-on-grey A:focus H2,
BODY DIV.iac-color-black-on-gold A:hover H3,
BODY DIV.iac-color-black-on-gold A:focus H3,
BODY DIV.iac-color-black-on-grey A:hover H3,
BODY DIV.iac-color-black-on-grey A:focus H3 {
  color: var(--gtweb-linkhover-blue);
}

BODY DIV.iac-color-black-on-gold A:visited H2,
BODY DIV.iac-color-black-on-grey A:visited H2,
BODY DIV.iac-color-black-on-gold A:visited H3,
BODY DIV.iac-color-black-on-grey A:visited H3 {
  color: var(--gtweb-linkvisit-mauve);
}

/*== Blockquotes ==*/

DIV.entry-content BLOCKQUOTE, /* For WordPress */
BODY.cke_editable BLOCKQUOTE,
DIV.text-formatted BLOCKQUOTE,
DIV.node DIV.content BLOCKQUOTE {
  border-left: 1px solid #333;
  margin: 1.0rem 0.25rem 1.0rem 0.25rem;
  padding: 0.5rem 1rem 0.5rem 1.4rem;
  font-size: 1rem;
}

@media (prefers-color-scheme: dark) {
  DIV.entry-content BLOCKQUOTE, /* For WordPress */
  BODY.cke_editable BLOCKQUOTE,
  DIV.text-formatted BLOCKQUOTE,
  DIV.node DIV.content BLOCKQUOTE {
    border-left-color: #dddddd;
  }
}

DIV.iac-color-white-on-blue BLOCKQUOTE,
DIV.iac-color-white-on-grey BLOCKQUOTE {
  border-left-color: white;
}

DIV.iac-color-black-on-gold BLOCKQUOTE,
DIV.iac-color-black-on-grey BLOCKQUOTE {
  border-left-color: black;   border-left-color: var(--gtweb-black-text);
}



DIV.entry-content BLOCKQUOTE P, /* For WordPress */
BODY.cke_editable BLOCKQUOTE P,
DIV.text-formatted BLOCKQUOTE P,
DIV.node DIV.content BLOCKQUOTE P {
  position: relative;
  margin: 0;
}

DIV.entry-content BLOCKQUOTE P + P, /* For WordPress */
BODY.cke_editable BLOCKQUOTE P + P,
DIV.text-formatted BLOCKQUOTE P + P,
DIV.node DIV.content BLOCKQUOTE P + P {
  margin-top: 12px;
}

DIV.entry-content BLOCKQUOTE P:first-child::before, /* For WordPress */
BODY.cke_editable BLOCKQUOTE P:first-child::before,
DIV.text-formatted BLOCKQUOTE P:first-child::before,
DIV.node DIV.content BLOCKQUOTE P:first-child::before {
  content: '\201c';
  font-size: 1.5rem;
  font-family: "Helvetica", "Arial", "sans-serif";
  margin-left: -8px;
  line-height: 0;
}

DIV.entry-content BLOCKQUOTE P:first-child::after, /* For WordPress */
BODY.cke_editable BLOCKQUOTE P:last-child::after,
DIV.text-formatted BLOCKQUOTE P:last-child::after,
DIV.node DIV.content BLOCKQUOTE P:last-child::after {
  content: '\201d';
  font-size: 1.5rem;
  font-family: "Helvetica", "Arial", "sans-serif";
  line-height: 0;
}

/*== GT Buttons:  Blue on Gold, White on Blue, White on Dark Grey - CKEditor Styles ==*/

P.gt-button-gold:not(:first-child),
P.gt-button-blue:not(:first-child),
P.gt-button-grey:not(:first-child) {
  margin-top: 20px;
}


/* Kill the margin when CK Editor displays a sample of P.gt-button-gold
   And color the CK Editor Sample Correctly */
UL.cke_panel_list P.gt-button-gold,
UL.cke_panel_list P.gt-button-blue,
UL.cke_panel_list P.gt-button-grey {
  margin-top: 0;
  padding: 6px 18px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  border: dotted 1px transparent;
  border-radius: 3px;
}

UL.cke_panel_list P.gt-button-gold {
  background-color: #b3a369;  background-color: var(--gtweb-primary-gold);
  color: #303030;  color: var(--gtweb-black-text);
}

UL.cke_panel_list P.gt-button-blue {
  background-color: #00254c;  background-color: var(--gtweb-navy-blue);
  color: #e0e0e0;
}

UL.cke_panel_list P.gt-button-grey {
  background-color: #545454;
  color: #e0e0e0;
}

/*-- Standard Definitions for All Button Types --*/

@media all and (max-width: 450px) {
  P.gt-button-gold A,
  P.gt-button-grey A,
  P.gt-button-blue A {
    font-size: 85%;
  }
}

BODY BUTTON.gt-button-gold,
BODY BUTTON.gt-button-grey,
BODY BUTTON.gt-button-blue,
BODY P.gt-button-gold A,
BODY P.gt-button-grey A,
BODY P.gt-button-blue A {
  display: inline-block;
  margin: 0 8px 10px 0;
  padding: 6px 18px;
  white-space: nowrap;
  transition: background .2s ease-in-out;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  border: dotted 1px transparent;
  border-radius: 3px;
  font-weight: 500;
}

/*-- Metalic Gold Buttons: Black Text on Metalic Gold Background --*/

BUTTON.gt-button-gold,
P.gt-button-gold A {
  background-color: #d0d0d0;  background-color: var(--gtweb-primary-gold);
  color: #000000 !important;
}

BUTTON.gt-button-gold:focus,
BUTTON.gt-button-gold:hover,
P.gt-button-gold A:focus,
P.gt-button-gold A:hover {
  background-color: #eeeeee;  background-color: var(--gtweb-accent-gold);
  border: dotted 1px black;
}

/*-- Grey Buttons: Bright White Text on Grey Background --*/

P.gt-button-grey A {
  background-color: #3b3b3b;
  color: #ffffff !important;
}

P.gt-button-grey A:focus,
P.gt-button-grey A:hover {
  background-color: #545454;
  border: dotted 1px #ffffff;
}

@media (prefers-color-scheme: dark) {
  P.gt-button-grey A {
    background-color: #d0d0d0;
    color: #000000 !important;
  }

  P.gt-button-grey A:focus,
  P.gt-button-grey A:hover {
    background-color: #c0c0c0;
    border: dotted 1px #303030;
  }
}


/*-- Blue Buttons: Dimmed White Text on Navy Blue Background --*/

P.gt-button-blue A {
  background-color: #00254c;  background-color: var(--gtweb-navy-blue);
  color: #e0e0e0 !important;
}

P.gt-button-blue A:focus,
P.gt-button-blue A:hover {
  background-color: #00153c;  background-color: var(--gtweb-navy-darkblue);
  border: dotted 1px #e0e0e0;
}

/*== GT Standardized Heading Sizes and Formats ==*/

/* Editor Mode: Hide text format options for headings */

DIV.field--name-field-heading.field--widget-text-textfield DIV.filter-wrapper {
  display: none;
}

/* General Heading Display Rules */

H1, H2, H3, H4, H5, H6 {
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  margin: 0 0 0.3em 0;
}

H1:first-child H2:first-child H3:first-child H4:first-child H5:first-child H6:first-child {
  margin-top: .5em;
}

H1,
H1.page-title {
  font-size: 2.5rem;
}

BODY H2.gt-standard,
DIV.entry-content H2,  /* For WordPress */
DIV.block > H2,
DIV.text-formatted H2,
DIV#content H2,
UL.cke_panel_list H2,
BODY.cke_editable H2 {
  font-size: 2.12rem;
  margin-bottom: 0.3em;
}

BODY H3.gt-standard,
DIV.entry-content H3,  /* For WordPress */
DIV.block > H3,
DIV.text-formatted H3,
DIV.node DIV.content H3,
UL.cke_panel_list H3,
BODY.cke_editable H3 {
  font-size: 1.75rem;
}

BODY H4.gt-standard,
DIV.entry-content H4,  /* For WordPress */
DIV.text-formatted H4,
DIV.node DIV.content H4,
UL.cke_panel_list H4,
BODY.cke_editable H4 {
  font-size: 1.3rem;
}

BODY H5.gt-standard,
DIV.entry-content H5,  /* For WordPress */
DIV.text-formatted H5,
DIV.node DIV.content H5,
UL.cke_panel_list H5,
BODY.cke_editable H5 {
  font-size: 1.2rem;
  text-transform: none;
  letter-spacing: normal;
}

BODY H6.gt-standard,
DIV.entry-content H6,  /* For WordPress */
DIV.text-formatted H6,
DIV.node DIV.content H6,
UL.cke_panel_list H6,
BODY.cke_editable H6 {
  font-size: 1.1rem;
  text-transform: none;
  letter-spacing: normal;
}

/* Colors and Borders */

DIV.block > H2,
.gt-heading-gold-bar {
  border-top: 10px solid #e8eae7;
  color: #303030;  color: var(--gtweb-heading-gold);
}
@media (prefers-color-scheme: dark) {
  DIV.block > H2,
  .gt-heading-gold-bar {
    color: #D0D0D0;  color: var(--gtweb-primary-gold);
  }
}

.gt-heading-gold {
  padding: 0;
  color: #303030;  color: var(--gtweb-heading-gold);
}
@media (prefers-color-scheme: dark) {
  .gt-heading-gold {
    color: #D0D0D0;  color: var(--gtweb-primary-gold);
  }
}

.gt-heading-blue {
  padding: 0;
  color: #303030;  color: var(--gtweb-black-text);
  border-bottom: solid 4px;
  border-color: var(--gtweb-navy-blue);
} 

.gt-heading-grey {
  padding: 0;
  color: #303030;  color: var(--gtweb-black-text);
  border-bottom: solid 4px;
  border-color: var(--gtweb-sitefooter-grey);
}

/*== Adjust the spacing around images ==*/

/* Add spacing around caption images */

FIGURE.caption {
  margin: 8px 0 16px 0;
}
FIGURE.caption.align-center {
  margin: 8px auto 16px auto;
}
FIGURE.caption.align-right {
  margin: 8px 0px 16px 20px;
}
FIGURE.caption.align-left {
  margin: 8px 20px 16px 0px;
}

/* Add spacing for floated images */

IMG.align-left,
SPAN.cke_widget_image.align-left {
  margin-right: 10px;
}

IMG.align-right,
SPAN.cke_widget_image.align-right {
  margin-left: 10px;
}

/*== Base Unordered List Styles ==*/

@media all and (min-width: 966px) {

  UL.list-column-2,
  DIV.text-formatted UL.list-column-2,
  DIV.region-content UL.list-column-2,
  UL.list-column-3,
  DIV.text-formatted UL.list-column-3,
  DIV.region-content UL.list-column-3,
  UL.list-column-4,
  DIV.text-formatted UL.list-column-4,
  DIV.region-content UL.list-column-4 {
    overflow: auto;
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }

  UL.list-column-2 > LI,
  UL.list-column-3 > LI,
  UL.list-column-4 > LI {
    box-sizing: border-box;
  }

}

/** Two Columns Starting at 966px Page Width **/

@media all and (min-width: 966px) {

  UL.list-column-2 > LI,
  UL.list-column-3 > LI,
  UL.list-column-4 > LI {
    flex: 1 1 48.8%;
    max-width: 48.8%;
  }

  @supports (display: grid) {

    UL.list-column-2,
    UL.list-column-3,
    UL.list-column-4,
    DIV.text-formatted UL.list-column-2,
    DIV.text-formatted UL.list-column-3,
    DIV.text-formatted UL.list-column-4,
    DIV.region-content UL.list-column-2,
    DIV.region-content UL.list-column-3,
    DIV.region-content UL.list-column-4 {
      display: grid;
      grid-template-columns: repeat(auto-fill, 48.8%);
      grid-gap: 0.8rem;
      justify-content: space-between;
    }

    UL.list-column-2 > LI,
    UL.list-column-3 > LI,
    UL.list-column-4 > LI {
      max-width: unset;
    }

  }

}

/** Three Columns Starting at 1040px **/

@media all and (min-width: 1040px) {

  UL.list-column-3 > LI,
  UL.list-column-4 > LI,
  UL.list-column-3 > LI,
  UL.list-column-4 > LI {
    flex: 1 1 31.8%;
    max-width: 31.8%;
  }

  @supports (display: grid) {

    UL.list-column-3,
    UL.list-column-4,
    DIV.text-formatted UL.list-column-3,
    DIV.text-formatted UL.list-column-4,
    DIV.region-content UL.list-column-3,
    DIV.region-content UL.list-column-4 {
      display: grid;
      grid-template-columns: repeat(auto-fill, 31.8%);
      grid-gap: 0.8rem;
      justify-content: space-between;
    }

    UL.list-column-3 > LI,
    UL.list-column-4 > LI {
      max-width: unset;
    }

  }

}

/** Four Columns Starting at 1100px **/

@media all and (min-width: 1100px) {

  UL.list-column-4 > LI {
    flex: 1 1 24%;
    max-width: 24%;
  }

  @supports (display: grid) {

    UL.list-column-4,
    DIV.text-formatted UL.list-column-4,
    DIV.region-content UL.list-column-4 {
      display: grid;
      grid-template-columns: repeat(auto-fill, 24%);
      grid-gap: 0.8rem;
      justify-content: space-between;
    }

    UL.list-column-4 > LI {
      max-width: unset;
    }

  }

}


/*== Base Ordered List Styles ==*/

@media all and (min-width: 966px) {

  OL.list-column-2,
  DIV.text-formatted OL.list-column-2,
  DIV.region-content OL.list-column-2,
  OL.list-column-3,
  DIV.text-formatted OL.list-column-3,
  DIV.region-content OL.list-column-3,
  OL.list-column-4,
  DIV.text-formatted OL.list-column-4,
  DIV.region-content OL.list-column-4 {
    overflow: auto;
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }

  OL.list-column-2 > LI,
  OL.list-column-3 > LI,
  OL.list-column-4 > LI {
    box-sizing: border-box;
  }

}

/** Two Columns Starting at 966px Page Width **/

@media all and (min-width: 966px) {

  OL.list-column-2 > LI,
  OL.list-column-3 > LI,
  OL.list-column-4 > LI {
    flex: 1 1 48.8%;
    max-width: 48.8%;
  }

  @supports (display: grid) {

    OL.list-column-2,
    OL.list-column-3,
    OL.list-column-4,
    DIV.text-formatted OL.list-column-2,
    DIV.text-formatted OL.list-column-3,
    DIV.text-formatted OL.list-column-4,
    DIV.region-content OL.list-column-2,
    DIV.region-content OL.list-column-3,
    DIV.region-content OL.list-column-4 {
      display: grid;
      grid-template-columns: repeat(auto-fill, 48.8%);
      grid-gap: 0.8rem;
      justify-content: space-between;
    }

    OL.list-column-2 > LI,
    OL.list-column-3 > LI,
    OL.list-column-4 > LI {
      max-width: unset;
    }

  }

}

/** Three Columns Starting at 1040px **/

@media all and (min-width: 1040px) {

  OL.list-column-3 > LI,
  OL.list-column-4 > LI,
  OL.list-column-3 > LI,
  OL.list-column-4 > LI {
    flex: 1 1 31.8%;
    max-width: 31.8%;
  }

  @supports (display: grid) {

    OL.list-column-3,
    OL.list-column-4,
    DIV.text-formatted OL.list-column-3,
    DIV.text-formatted OL.list-column-4,
    DIV.region-content OL.list-column-3,
    DIV.region-content OL.list-column-4 {
      display: grid;
      grid-template-columns: repeat(auto-fill, 31.8%);
      grid-gap: 0.8rem;
      justify-content: space-between;
    }

    OL.list-column-3 > LI,
    OL.list-column-4 > LI {
      max-width: unset;
    }

  }

}

/** Four Columns Starting at 1100px **/

@media all and (min-width: 1100px) {

  OL.list-column-4 > LI {
    flex: 1 1 24%;
    max-width: 24%;
  }

  @supports (display: grid) {

    OL.list-column-4,
    DIV.text-formatted OL.list-column-4,
    DIV.region-content OL.list-column-4 {
      display: grid;
      grid-template-columns: repeat(auto-fill, 24%);
      grid-gap: 0.8rem;
      justify-content: space-between;
    }

    OL.list-column-4 > LI {
      max-width: unset;
    }

  }

}

/*== Base Unordered List Styles ==*/

@media all and (min-width: 966px) {

  DIV.iac-lists-columns-2 > *,
  DIV.iac-lists-columns-3 > *,
  DIV.iac-lists-statscolumns-3 > *,
  DIV.iac-lists-columns-4 > *,
  DIV.iac-lists-statscolumns-4 > *,
  DIV.iac-lists-columns-5 > * {
    overflow: auto;
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }

  DIV.iac-lists-columns-2 > * > LI,
  DIV.iac-lists-columns-3 > * > LI,
  DIV.iac-lists-statscolumns-3 > * > LI,
  DIV.iac-lists-columns-4 > * > LI,
  DIV.iac-lists-statscolumns-4 > * > LI,
  DIV.iac-lists-columns-5 > * > LI {
    box-sizing: border-box;
  }

}

/** Two Columns Starting at 966px Page Width **/

@media all and (min-width: 966px) {

  DIV.iac-lists-columns-2 > * > LI,
  DIV.iac-lists-columns-3 > * > LI,
  DIV.iac-lists-statscolumns-3 > * > LI,
  DIV.iac-lists-columns-4 > * > LI,
  DIV.iac-lists-statscolumns-4 > * > LI,
  DIV.iac-lists-columns-5 > * > LI {
    flex: 1 1 48.8%;
    max-width: 48.8%;
  }

  @supports (display: grid) {

    DIV.iac-lists-columns-2 > *,
    DIV.iac-lists-columns-3 > *,
    DIV.iac-lists-statscolumns-3 > *,
    DIV.iac-lists-columns-4 > *,
    DIV.iac-lists-statscolumns-4 > *,
    DIV.iac-lists-columns-5 > * {
      display: grid;
      grid-template-columns: repeat(auto-fill, 48.8%);
      grid-gap: 0.8rem;
      justify-content: space-between;
    }

    DIV.iac-lists-columns-2 > * > LI,
    DIV.iac-lists-columns-3 > * > LI,
    DIV.iac-lists-statscolumns-3 > * > LI,
    DIV.iac-lists-columns-4 > * > LI,
    DIV.iac-lists-statscolumns-4 > * > LI,
    DIV.iac-lists-columns-5 > * > LI {
      max-width: unset;
    }

  }

}

/** Three Columns Starting at 1040px **/

@media all and (min-width: 1040px) {

  DIV.iac-lists-columns-3 > * > LI,
  DIV.iac-lists-statscolumns-3 > * > LI,
  DIV.iac-lists-columns-4 > * > LI,
  DIV.iac-lists-statscolumns-4 > * > LI,
  DIV.iac-lists-columns-5 > * > LI {
    flex: 1 1 31.8%;
    max-width: 31.8%;
  }

  @supports (display: grid) {

    DIV.iac-lists-columns-3 > *,
    DIV.iac-lists-statscolumns-3 > *,
    DIV.iac-lists-columns-4 > *,
    DIV.iac-lists-statscolumns-4 > *,
    DIV.iac-lists-columns-5 > * {
      display: grid;
      grid-template-columns: repeat(auto-fill, 31.8%);
      grid-gap: 0.8rem;
      justify-content: space-between;
    }

    DIV.iac-lists-columns-3 > * > LI,
    DIV.iac-lists-statscolumns-3 > * > LI,
    DIV.iac-lists-columns-4 > * > LI,
    DIV.iac-lists-statscolumns-4 > * > LI,
    DIV.iac-lists-columns-5 > * > LI {
      max-width: unset;
    }

  }

}

/** Four Columns Starting at 1100px **/

@media all and (min-width: 1100px) {

  DIV.iac-lists-columns-4 > * > LI,
  DIV.iac-lists-statscolumns-4 > * > LI,
  DIV.iac-lists-columns-5 > * > LI {
    flex: 1 1 24%;
    max-width: 24%;
  }

  @supports (display: grid) {

    DIV.iac-lists-columns-4 > *,
    DIV.iac-lists-statscolumns-4 > *,
    DIV.iac-lists-columns-5 > * {
      display: grid;
      grid-template-columns: repeat(auto-fill, 24%);
      grid-gap: 0.8rem;
      justify-content: space-between;
    }

    DIV.iac-lists-columns-4 > * > LI,
    DIV.iac-lists-statscolumns-4 > * > LI,
    DIV.iac-lists-columns-5 > * > LI {
      max-width: unset;
    }

  }

}

/** Five Columns Starting at 1100px **/

@media all and (min-width: 1100px) {

  DIV.iac-lists-columns-5 > * > LI {
    flex: 1 1 18.5%;
    max-width: 17.5%;
  }

  @supports (display: grid) {

    DIV.iac-lists-columns-5 > * {
      display: grid;
      grid-template-columns: repeat(auto-fill, 18.5%);
      grid-gap: 0.8rem;
      justify-content: space-between;
    }

    DIV.iac-lists-columns-5 > * > LI {
      max-width: unset;
    }

  }

}

/** Statistics Columns Item Formats **/

DIV.iac-lists-statscolumns-3 > UL,
DIV.iac-lists-statscolumns-4 > UL {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}


DIV.iac-lists-statscolumns-3 > UL > LI,
DIV.iac-lists-statscolumns-4 > UL > LI {
  background-color: #f0f0f0;  background-color: var(--gtweb-pimile-light);
  color: #303030;  color: var(--gtweb-black-text);
  padding-bottom: 8px;
  margin-bottom: 10px;
  text-align: center;
}
@media (prefers-color-scheme: dark) {
  BODY UL.iac-lists-statscolumns-3 > UL > LI,
  BODY UL.iac-lists-statscolumns-4 > UL > LI {
    background-color: #202020;  background-color: var(--gtweb-dark-pimile);
    color: #303030;  color: var(--gtweb-black-text);
  }
}

SPAN.iac-large-text,
BUTTON.ck.iac-large-text SPAN.ck-button__label {
  font-size: 220%;
  font-weight: bold;
}

SPAN.iac-giant-text {
  display: inline-block;
  clear: both;
  font-size: 750%;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

HTML BODY BUTTON.ck.iac-giant-text SPAN.ck.ck-button__label {
  font-size: 420%;
  line-height: 1;
}

/*== Drupal 8 Menu Block Formatting ==*/

ASIDE DIV.region NAV.block-menu {
  padding: 0;
  border: none;
  border-top: 4px solid var(--gtweb-primary-gold);
  border-bottom: 1px solid black;
}

ASIDE DIV.region NAV.block-menu DIV.content > UL.menu {
  padding-bottom: 8px;
}

ASIDE DIV.region NAV.block-menu DIV.content UL.menu UL.menu {
  padding-left: 8px;
}

ASIDE DIV.region NAV.block-menu UL.menu LI {
  padding: 4px 0;
}

ASIDE DIV.region NAV.block-menu UL.menu LI.menu-item--expanded {
  list-style-image: unset;
  list-style-type: none;
}

ASIDE DIV.region NAV.block-menu UL.menu A {
  padding: 0;
}

ASIDE DIV.region NAV.block-menu UL.menu A.active {
  font-weight: 500;
}

/*== Miscellaneus GT Stylings: Dictionary List w/H2s ==*/

P.gt-gray-border {
  border-top: 10px solid #e8eae7;
  padding-top: 8px;
}

@media (prefers-color-scheme: dark) {
  P.gt-gray-border {
    border-top: 10px solid #606060;
  }
}

/* Define a DIV type within which a long list of dictonary-like definitions can be added, each marked by an H2 element */

DIV.dictionary-list H2 {
  font-size: 110% !important;
}

BODY {
  -moz-osx-font-smoothing: grayscale;
}

/*== GT Sidebar Boxs - Blocks - Drupal 8 ==*/

BODY.path-frontpage DIV.region-sidebar-second {
  padding-top: 20px;
}

DIV.sidebar DIV.block-block-content,
DIV.sidebar DIV.block-views {
  margin-bottom: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
}

DIV.sidebar DIV.block-block-content > H2,
DIV.sidebar DIV.block-views > H2 {
  margin: 0;
  text-shadow: none;
}

/*== GT Sidebar Boxes - Nodes as Embedded Content - Drupal 8 ==*/

ARTICLE.node--type-sidebar-box DIV.node__content {
  background-color: #e0e0e0;
  padding: 0 8px;
  margin-bottom: 12px;
}

ARTICLE.node--type-sidebar-box DIV.node__content H2 {
  margin: 0 -8px 12px -8px;
  box-sizing: border-box;
  padding: 0;
  color: #303030;  color: var(--gtweb-black-text);
  border-bottom: solid 4px;
  border-color: #dddddd;  border-color: var(--gtweb-primary-gold);
}

/*== Table Headings (Set to Black on GT Gold) ==*/

DIV.node TABLE TH,
BODY.cke_editable TABLE TH,
DIV.text-formatted TABLE TH,
DIV.text-formatted TABLE TH A,
DIV.text-formatted TABLE TH A:link,
DIV.text-formatted TABLE TH A:visited,
BODY.cke_editable TABLE TH A,
BODY.cke_editable TABLE TH A:link,
BODY.cke_editable TABLE TH A:visited {
  background-color: #ffffff;  background-color: var(--gtweb-primary-gold);
  font-family: "Roboto Condensed";
  font-size: 130%;
  font-weight: 700;
  color: #303030;  color: var(--gtweb-black-text);
}

DIV.text-formatted TABLE TH A,
DIV.text-formatted TABLE TH A:link,
DIV.text-formatted TABLE TH A:visited,
BODY.cke_editable TABLE TH A,
BODY.cke_editable TABLE TH A:link,
BODY.cke_editable TABLE TH A:visited {
  border-bottom-color: white;
}

DIV.text-formatted TABLE TH A:hover,
DIV.text-formatted TABLE TH A:focus,
BODY.cke_editable TABLE TH A:hover,
BODY.cke_editable TABLE TH A:focus {
  color: #555555;
  border-bottom-color: #555555;
}

DIV.node TABLE TR,
BODY.cke_editable TABLE TR,
DIV.text-formatted TABLE TR {
  background-color: #f8f8f8;
}

DIV.node TABLE TR:nth-of-type(2n+1),
BODY.cke_editable TABLE TR:nth-of-type(2n+1),
DIV.text-formatted TABLE TR:nth-of-type(2n+1) {
  background-color: #d8d8d8;
}

@media (prefers-color-scheme: dark) {
  BODY TR TD, BODY TR TH {
    border: 1px solid #303030;
  }

  DIV.node TABLE TR,
  DIV.text-formatted TABLE TR {
    background-color: #181818;
    color: #d0d0d0;  color: var(--gtweb-dark-text);
  }
  
  DIV.node TABLE TR:nth-of-type(2n+1),
  DIV.text-formatted TABLE TR:nth-of-type(2n+1) {
    background-color: #383838;
    color: #d0d0d0;  color: var(--gtweb-dark-text);
  }
}

/*== GT Page Introduction Box ==*/

P.iac-introduction {
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0;
  font-weight: 500;
  font-size: 130%;
  line-height: 1.4;
  box-sizing: border-box;
}

UL.cke_panel_list P.iac-introduction {
  margin: 0;
}

