/*
SITE FONTS
font-family: 'Albert Sans', sans-serif;(300,400,500)
font-family: 'Lato', sans-serif;(300,400,700)
*/

* {box-sizing: border-box;}
body {
  /* GMF : Logo Variables */
  --gmf-logo-icon-width: 34px;
  --gmf-logo-icon-height: 34px;
  --gmf-logo-icon-primary-color: #005596;
  --gmf-logo-icon-secondary-color: #00A3E0;
  --gmf-logo-icon-border-color: #FEFEFE;
  --gmf-logo-text-width: 152px;
  --gmf-logo-text-height: 34px;
  --gmf-logo-text-primary-color: #FEFEFE;
  --gmf-logo-text-secondary-color: #003057;
  --gmf-logo-icon-bg-color: transparent;

  /* GMF : Button Variables */
  --button-opacity: 0.85;
  --button-border-color: #00A3E0;
  --button-cube-bg-color: #00A3E0;
  --button-primary-bg-color: #00223E;
  --button-primary-font-color: #FFFFFF;
  /* --button-primary-border-color: #00A3E0; */
  --button-secondary-bg-color: rgba(176,176,176,0.3);
  --button-secondary-font-color: #003057;
  --button-secondary-alt-font-color: #FFFFFF;
  --button-sponsor-icon-color: #FFFFFE;
  --button-sponsor-bg-color: rgba(176,176,176,0.3);
  --button-sponsor-font-color: #FFFFFF;
  --button-bucket-font-color: #003057;
  --button-bucket-bg-color: #FFFFFF;
  /* --button-bucket-border-color: #003057; */
  --button-skip-alt-color: #00223E;
  --button-skip-alt-bg-color: #FFFFFF;
  /* --button-primary-font-color: #FFFFFF; */

  /* GMF : User Actions Variables */
  --button-user-actions-size: 31px;
  --button-user-actions-bg-color: #003057;
  --button-user-login-bg-color: #003057;
  --button-user-actions-icon-color: #FFFFFF;
  --button-user-actions-border-color: #8299AC;
  --top-search-bg-color: #003057;
  --top-search-input-width: 250px;
  --image-filter: initial;

  --unordered-list-marker-bg-color: #00A3E0;

  /* GMF : Theme Color Variables */
  --body-bg-color: #FCFCFC;
  --theme-primary-color: #044E8A;
  --accessibility-icon-width: 19px;
  --accessibility-icon-height: 19px;
  --accessibility-icon-color: #FFFFFF;
  --action-bucket-bg-color: #EDF7FC;
  --action-bucket-curve-bg-color: #E7F1F6;
  --theme-headline-color: #003057;
  --theme-color-1: #003057;
  --theme-color-2: #002746;
  --theme-color-3: #01406E;
  --theme-color-4: #00A3E0;
  --theme-color-5: #011F38;
  --theme-color-6: #325978;
  --theme-color-7: #279989;
  --optional-color-1: #AA0061;
  --optional-color-2: #279989;
  --optional-color-3: #F4A81D;
  --optional-color-4: #7A4282;
  --optional-color-5: #F9423A;
  --optional-color-6: #7B736B;
  --bread-crumbs-bg-color: #FEFEFE;
  --full-section-content-bg-color: #FFFFFF;
  --full-section-panel-bg-color: #F9FBFC;
  --focus-target-shadow: 0 0 10px 3px #00A3E0;
  --focus-target-bg-color: rgba(0,163,224,0.2);
  --input-bg-color: #FDFDFD;
  --input-border-color: #979797;
  --section-filter-item-bg-color: rgba(221, 221, 221, 0);
  --section-filter-item-active-bg-color: rgba(221, 221, 221, 0.3);

  /* GMF : Curve Element Variables */
  --curve-element-height: 100px;
  --curve-element-position: -86px;
  --curve-element-sm-height: 60px;
  --curve-element-sm-position: -49px;
  --curve-element-sm-extra-position: calc(var(--curve-element-sm-position) - 16px);
  --curve-element-extra-color-1: #C1E4F0;
  --curve-element-extra-color-2: #F5FAFF;
  --curve-element-extra-position-1: calc(var(--curve-element-position) - 29px);
  --curve-element-extra-position-2: calc(var(--curve-element-position) + 24px);
  --curve-element-border-gradient-color-1: var(--theme-color-4);
  --curve-element-border-gradient-color-2: var(--theme-color-1);
  --curve-element-bottom-border-color: #E2E2E2;

  /* GMF : Page Variables */
  --body-padding: 46px;
  --header-hub-height: calc(var(--gmf-logo-icon-height) + (var(--header-hub-padding) * 2));
  --header-hub-padding: 14px;
  --header-hub-padding-bottom: 35px;
  --header-hub-orb-size: 6px;
  --header-hub-orb-opacity: 0.3;
  --header-hover-screen-bg-color: rgba(0,0,0,0.5);
  --content-body-width: 100%;
  --content-body-tertiary-width: calc(100% - (var(--right-sidebar-width) + 95px));
  --page-banner-bg-color: var(--theme-color-4);
  --right-sidebar-width: 250px;
  --right-sidebar-bg-color: #EDF7FC;
  --right-sidebar-top-line-bg-color: var(--theme-color-4);
  --accordion-border-color: #DBDBDB;
  --accordion-label-bg-color: #E5E5E5;
  --accordion-article-bg-color: #F7F7F7;
  --social-icons-bg-color: #FFFFFF;
  --social-icons-opacity: 0.7;

  /* GMF : Font Variables */
  --font-body-color: #656565;
  --font-intro-color: #000000;
  --font-secondary-color: #FFFFFF;
  --font-pullquote-author-color: #5E5E5E;
  --font-link-color: #044E8A;/* TODO: update this to #044E8A or #007FAD (was #003057) */

  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  --font-h1-size: 60px;
  --font-h1-weight: 700;
  --font-h1-line-height: 62px;
  /*--------------------------------------------*/
  --font-h2-size: 39px;
  --font-h2-weight: 400;
  --font-h2-line-height: 40px;
  /*--------------------------------------------*/
  --font-h3-size: 27px;
  --font-h3-weight: 400;
  --font-h3-line-height: 30px;
  /*--------------------------------------------*/
  --font-h4-size: 20px;
  --font-h4-weight: 700;
  --font-h4-line-height: 24px;
  /*--------------------------------------------*/
  --font-h5-size: 10px;
  --font-h5-weight: 700;
  --font-h5-line-height: 14px;
  /*--------------------------------------------*/
  --font-h6-size: 15px;
  --font-h6-weight: 700;
  --font-h6-line-height: 19px;
  /*--------------------------------------------*/
  --font-button-size: 13px;
  --font-button-weight: 700;
  --font-button-line-height: 18px;
  /*--------------------------------------------*/
  --font-body-size: 18px;
  --font-body-weight: 300;
  --font-body-line-height: 26px;
  /*--------------------------------------------*/
  --font-body-intro-size: 21px;
  --font-body-intro-weight: 300;
  --font-body-intro-line-height: 29px;
  /*--------------------------------------------*/
  --font-blockquote-size: 22px;
  --font-blockquote-weight: 400;
  --font-blockquote-line-height: 28px;
  /*--------------------------------------------*/
  --font-pullquote-author-size: 17px;
  --font-pullquote-author-weight: 300;
  --font-pullquote-author-line-height: 21px;
  --font-pullquote-details-size: 10px;
  --font-pullquote-details-weight: 300;
  --font-pullquote-details-line-height: 14px;
  /* non-blackquote version */
  --font-body-pullquote-header-size: 26px;
  --font-body-pullquote-header-weight: 700;
  --font-body-pullquote-header-line-height: 35px;
  --font-body-pullquote-size: 18px;
  --font-body-pullquote-weight: 400;
  --font-body-pullquote-line-height: 22px;
  --font-body-pullquote-author-size: 17px;
  --font-body-pullquote-author-weight: 300;
  --font-body-pullquote-author-line-height: 21px;
  /*--------------------------------------------*/
  --font-label-size: 16px;
  --font-label-weight: 500;
  --font-label-line-height: 24px;
  --font-input-size: 16px;
  --font-input-weight: 400;
  --font-input-line-height: 18px;
  --font-input-search-size: 15px;
  --font-input-search-weight: 400;
  --font-input-search-line-height: 18px;
  /*--------------------------------------------*/
  --font-accordion-label-size: 18px;
  --font-accordion-label-weight: 300;
  --font-accordion-label-line-height: 24px;
  /*--------------------------------------------*/
  --font-figcaption-size: 14px;
  --font-figcaption-weight: 300;
  --font-figcaption-line-height: 16px;
  /*--------------------------------------------*/
  --font-main-navigation-size: 14px;
  --font-main-navigation-weight: 400;
  --font-main-navigation-line-height: 16px;
  --font-main-navigation-color: #FFFFFF;
  --font-main-navigation-opacity: 0.7;
  /*--------------------------------------------*/
  --font-utility-navigation-size: 15px;
  --font-utility-navigation-weight: 300;
  --font-utility-navigation-line-height: 26px;
  --font-utility-navigation-color: #FFFFFF;
  --font-utility-navigation-opacity: 0.8;
  /*--------------------------------------------*/
  --font-navigation-dropdown-size: 13px;
  --font-navigation-dropdown-weight: 400;
  --font-navigation-dropdown-line-height: 18px;
  --font-navigation-dropdown-opacity: 0.6;
  /*--------------------------------------------*/
  --font-accessibility-color: #FFFFFF;
  /*--------------------------------------------*/
  --font-section-header-size: 25px;
  --font-section-header-weight: 700;
  --font-section-header-line-height: 27px;
  /*--------------------------------------------*/
  --font-campaign-header-size: 30px;
  --font-campaign-header-weight: 700;
  --font-campaign-header-line-height: 32px;
  --font-campaign-body-size: 15px;
  --font-campaign-body-weight: 300;
  --font-campaign-body-line-height: 18px;
  --font-campaign-body-opacity: 0.6;
  --font-campaign-body-first-size: 18px;
  --font-campaign-body-first-weight: 300;
  --font-campaign-body-first-line-height: 21px;
  --font-campaign-body-first-opacity: 0.8;
  /*--------------------------------------------*/
  --font-full-section-header-size: 39px;
  --font-full-section-header-weight: 700;
  --font-full-section-header-line-height: 40px;
  --font-full-section-body-size: 18px;
  --font-full-section-body-weight: 400;
  --font-full-section-body-line-height: 21px;
  --font-full-section-list-size: 16px;
  --font-full-section-list-weight: 400;
  --font-full-section-list-line-height: 22px;
  /*--------------------------------------------*/
  --font-tab-section-label-size: 25px;
  --font-tab-section-label-weight: 700;
  --font-tab-section-label-line-height: 27px;
  /*--------------------------------------------*/
  --font-tile-section-filter-item-size: 14px;
  --font-tile-section-filter-item-weight: 300;
  --font-tile-section-filter-item-line-height: 16px;
  /*--------------------------------------------*/
  --font-action-bucket-header-size: 26px;
  --font-action-bucket-header-weight: 700;
  --font-action-bucket-header-line-height: 28px;
  /*--------------------------------------------*/
  --font-lineage-item-header-size: 20px;
  --font-lineage-item-header-weight: 400;
  --font-lineage-item-header-line-height: 24px;
  --font-lineage-item-body-size: 16px;
  --font-lineage-item-body-weight: 300;
  --font-lineage-item-body-line-height: 18px;
  /*--------------------------------------------*/
  --font-blog-tag-size: 12px;
  --font-blog-tag-weight: 400;
  --font-blog-tag-line-height: 14px;
  /*--------------------------------------------*/
  /*
  --font-right-sidebar-body-size: 13px;
  --font-right-sidebar-body-weight: 300;
  --font-right-sidebar-body-line-height: 17px;
  */
  /*--------------------------------------------*/
  /* --font-multi-section-size: 18px; */
  /* --font-multi-section-weight: 300; */
  --font-multi-section-line-height: 22px;
  /*--------------------------------------------*/
  --font-footer-header-size: 15px;
  --font-footer-header-weight: 700;
  --font-footer-header-line-height: 14px;
  --font-footer-credits-link-color: #FFFFFF;
  --font-footer-credits-opacity: 0.7;
  --font-footer-body-size: 12px;
  --font-footer-body-weight: 300;
  --font-footer-body-line-height: 14px;
  --font-footer-list-size: 14px;
  --font-footer-list-weight: 300;
  --font-footer-list-line-height: 16px;
  --font-footer-list-opacity: 0.6;

  /* GMF : Campaign Panel Variables */
  --campaign-slide-content-height: 260px;
  --campaign-slide-media-height: 515px;
  --campaign-single-panel-width: auto;
  --campaign-double-panel-width: 383px;
  --campaign-triple-panel-width: 309px;
  --campaign-panel-bg-color-1: #012E53;
  --campaign-panel-bg-color-2: #012B4E;
  --swiper-pagination-bullet-width: 11px;
  --swiper-pagination-bullet-height: 11px;
  --swiper-pagination-bullet-inactive-color: #FFFFFF;
  --swiper-pagination-color: #00A3E0;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
}

body.bigger-text {
  /* --header-hub-orb-size: 16px; */
  --font-h1-size: 62px;
  --font-h1-line-height: 64px;
  --font-h2-size: 41px;
  --font-h2-line-height: 43px;
  --font-h3-size: 29px;
  --font-h3-line-height: 32px;
  --font-h4-size: 22px;
  --font-h4-line-height: 26px;
  --font-h5-size: 12px;
  --font-h5-line-height: 16px;
  --font-h6-size: 17px;
  --font-h6-line-height: 21px;
  --font-button-size: 15px;
  --font-button-line-height: 20px;
  --font-body-size: 20px;
  --font-body-line-height: 28px;
  --font-body-intro-size: 23px;
  --font-body-intro-line-height: 31px;
  --font-blockquote-size: 24px;
  --font-blockquote-line-height: 30px;
  --font-pullquote-author-size: 19px;
  --font-pullquote-author-line-height: 23px;
  --font-pullquote-details-size: 12px;
  --font-pullquote-details-line-height: 16px;
  --font-label-size: 18px;
  --font-label-line-height: 26px;
  --font-input-size: 18px;
  --font-input-line-height: 20px;
  --font-input-search-size: 17px;
  --font-input-search-line-height: 20px;
  --font-accordion-label-size: 20px;
  --font-accordion-label-line-height: 26px;
  --font-figcaption-size: 16px;
  --font-figcaption-line-height: 18px;
  --font-main-navigation-size: 16px;
  --font-main-navigation-line-height: 18px;
  --font-utility-navigation-size: 17px;
  --font-utility-navigation-line-height: 28px;
  --font-navigation-dropdown-size: 15px;
  --font-navigation-dropdown-line-height: 20px;
  --font-section-header-size: 27px;
  --font-section-header-line-height: 29px;
  --font-campaign-header-size: 32px;
  --font-campaign-header-line-height: 34px;
  --font-campaign-body-size: 17px;
  --font-campaign-body-line-height: 20px;
  --font-campaign-body-first-size: 19px;
  --font-campaign-body-first-line-height: 22px;
  --font-full-section-header-size: 41px;
  --font-full-section-header-line-height: 42px;
  --font-full-section-body-size: 20px;
  --font-full-section-body-line-height: 23px;
  --font-full-section-list-size: 18px;
  --font-full-section-list-line-height: 24px;
  --font-tab-section-label-size: 27px;
  --font-tab-section-label-line-height: 29px;
  --font-tile-section-filter-item-size: 16px;
  --font-tile-section-filter-item-line-height: 18px;
  --font-action-bucket-header-size: 28px;
  --font-action-bucket-header-line-height: 30px;
  --font-lineage-item-header-size: 22px;
  --font-lineage-item-header-line-height: 26px;
  --font-lineage-item-body-size: 18px;
  --font-lineage-item-body-line-height: 20px;
  --font-blog-tag-size: 14px;
  --font-blog-tag-line-height: 16px;
  --font-footer-header-size: 17px;
  --font-footer-header-line-height: 16px;
  --font-footer-body-size: 14px;
  --font-footer-body-line-height: 16px;
  --font-footer-list-size: 16px;
  --font-footer-list-line-height: 18px;
}
body.bigger-text header ul.main-nav-orbs li {
  margin-bottom: 38px;
}
body.dark-mode {
  --gmf-logo-text-secondary-color: #FEFEFE;
  --button-primary-bg-color: #008EC2;
  --button-cube-bg-color: #003057;
  --button-primary-border-color: #FFFFFF;
  --button-secondary-bg-color: rgba(255,255,255,1);
  --button-secondary-font-color: #003057;
  --button-bucket-bg-color: #111111;
  --button-bucket-border-color: #004985;
  --button-user-actions-bg-color: #004985;
  --top-search-bg-color: #004985;
  --button-user-actions-icon-color: #FEFEFE;
  --button-user-actions-border-color: #111111;
  --body-bg-color: #1D1D1D;
  /*   --action-bucket-bg-color: #131313; */
  /*   --action-bucket-curve-bg-color: #000000; */
  --action-bucket-bg-color: #0B3651;
  --action-bucket-curve-bg-color: #132D3A;
  --theme-primary-color: #043862;
  --theme-headline-color: #FFFFFF;
  --theme-color-1: #001F38;
  --theme-color-2: #001629;
  --theme-color-3: #002D4D;
  --theme-color-4: #008EC2;
  --theme-color-5: #010B13;
  --theme-color-6: #7AA6C7;
  --theme-color-7: #33C7B3;
  --optional-color-1: #F00088;
  --optional-color-2: #33C7B3;
  --optional-color-4: #AC66B2;
  --bread-crumbs-bg-color: #1D1D1D;
  --full-section-content-bg-color: #111111;
  --full-section-panel-bg-color: #1D1D1D;
  --input-bg-color: #1E1E1E;
  --curve-element-bottom-border-color: #212121;
  --font-body-color: #FFFFFF;
  --font-intro-color: #FFFFFF;
  --font-pullquote-author-color: #FFFFFF;
  --campaign-panel-bg-color-1: #001C33;
  --campaign-panel-bg-color-2: #00192E;
}
/* body.dark-mode .campaign-swiper a.button-like {} */
body.desaturate {
  --theme-primary-color: #3E3E3E;
  --gmf-logo-icon-primary-color: #434343;
  --gmf-logo-icon-secondary-color: #797979;
  --gmf-logo-text-secondary-color: #262626;
  --button-primary-bg-color: #1B1B1B;
  --button-primary-border-color: #797979;
  --button-secondary-font-color: #262626;
  --button-bucket-border-color: #262626;
  --button-user-actions-bg-color: #262626;
  --button-user-login-bg-color: #262626;
  --button-user-actions-border-color: #949494;
  --image-filter: grayscale(1);
  /* --font-body-color: #656565; */
  /* --font-pullquote-author-color: #5E5E5E; */
  --theme-headline-color: #262626;
  --theme-color-1: #262626;
  --theme-color-2: #1F1F1F;
  --theme-color-3: #2C2C2C;
  --theme-color-4: #797979;
  --theme-color-5: #191919;
  --theme-color-6: #515151;
  --theme-color-7: #757575;
  --optional-color-1: #3E3E3E;
  --optional-color-2: #757575;
  --optional-color-3: #AFAFAF;
  --optional-color-4: #5A5A5A;
  --optional-color-5: #787878;
  /* --focus-target-shadow: 0 0 10px 3px #797979; */
  --curve-element-extra-color-1: #DBDBDB;
  --curve-element-extra-color-2: #F9F9F9;
  --swiper-pagination-color: #797979;
  --campaign-panel-bg-color-1: #252525;
  --campaign-panel-bg-color-2: #222222;
}
body.desaturate .main-content {
	filter: grayscale(1);
}
body.highlight-links {
  --gmf-logo-icon-bg-color: #F4F41D;
  --gmf-logo-text-primary-color: #000000;
  --accessibility-icon-color: #F4F41D;
  --button-primary-bg-color: #F4F41D;
  --button-primary-font-color: #000000;
  --button-primary-border-color: #000000;
  --button-secondary-bg-color: #F4F41D;
  --button-secondary-font-color: #000000;
  --button-secondary-alt-font-color: #000000;
  --button-sponsor-icon-color: #000000;
  --button-sponsor-bg-color: #F4F41D;
  --button-bucket-bg-color: #000000;
  --button-bucket-border-color: #F4F41D;
  --button-user-actions-bg-color: #F4F41D;
  --button-user-actions-icon-color: #000000;
  --button-user-actions-border-color: #8299AC;
  --font-main-navigation-color: #000000;
  --font-utility-navigation-color: #000000;
  --font-accessibility-color: #000000;
  --social-icons-bg-color: #F4F41D;
  --font-footer-credits-link-color: #000000;
  --font-footer-credits-link-opacity: 1;
}
body.highlight-links a {
  background-color: #F4F41D;
  color: #000000;
}
body.high-contrast {
  --header-hub-orb-opacity: 1;
  --button-opacity: 1;
  --button-sponsor-bg-color: rgba(176,176,176,1);
  --button-sponsor-icon-color: #00223E;
  --button-sponsor-font-color: #00223E;
  --optional-color-1: #990057;
  --optional-color-2: #185D57;
  --optional-color-3: #744E06;
  --optional-color-4: #6F3A73;
  --optional-color-5: #9C0F07;
  --font-body-weight: 400;
  --font-main-navigation-opacity: 1;
  --font-utility-navigation-opacity: 1;
  --font-navigation-dropdown-opacity: 1;
  --font-campaign-body-opacity: 1;
  --font-campaign-body-first-opacity: 1;
  --font-footer-list-opacity: 1;
  --font-footer-credits-opacity: 1;
  --social-icons-opacity: 1;
}
footer .footer-hub {
  --gmf-logo-icon-width: 49px;
  --gmf-logo-icon-height: 49px;
  --gmf-logo-text-width: 219px;
  --gmf-logo-text-height: 49px;
}



  

/* alert-block css */
.alert-block {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.alert-block.hidden {
	display: none;
}
.alert-block .alert-block-bkgd {
	width: 100%;
	height: 100%;
	background-color: var(--header-hover-screen-bg-color);
}
.alert-block .alert-block-content {
	max-width: 720px;
	min-width: 720px;
	padding: 30px;
	background-color: var(--body-bg-color);
	border: 4px solid var(--theme-color-4);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	position: fixed;
	top: 10%;
	left: calc(50% - (720px / 2));
	z-index: 1000;
}
.alert-block .alert-block-content .close {
	color: #000;
	font-size: 22px;
  font-weight: 300;
	position: absolute;
	top: 10px;
	right: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 800px) {
  .alert-block .alert-block-content {
    width: calc(100% - 60px);
    min-width: unset;
    max-height: calc(100% - 25px);
    top: 15px;
    left: 30px;
    overflow: scroll;
  }
  .alert-block .alert-block-content .close {
    position: fixed;
    top: 21px;
    right: 43px;
  }
}

@media only screen and (max-width: 450px) {
  .alert-block .alert-block-content {
    width: calc(100% - 20px);
    height: calc(100% - 25px);
    max-height: none;
    padding: 35px 20px 15px 15px;
    top: 15px;
    left: 10px;
    overflow: scroll;
  }
  .alert-block .alert-block-content .close {
    top: 15px;
    right: 17px;
  }
}
/* end alert-block css */

/* start byte_content types css */
/*
.byte_content_embargo {
  background-color: #FF8800 !important;
  box-shadow: 0 0 3px #ccc !important;
}
*/
.byte_content_postpone {
  display: none !important;
}
/* .byte_content_review {} */
/*
img.byte_img_embargo {
  box-shadow: 5px 5px 1px 2px #FF8800, 5px 5px 3px 2px #ccc !important;
}
*/
/* img.byte_img_postpone {} */
img.byte_img_review {
  display: none !important;
}
/* end byte_content types css */

.news-article hr {
  clear:both;
  opacity: .5;
}

table {
  max-width: 100%;
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 65%) 0 center,linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 65%) 100% center; */
  /* background-repeat: no-repeat; */
  /* background-size: 8px 100%, 8px 100%; */
  background-color: var(--right-sidebar-bg-color);
  outline: none;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
  position: relative;

  --font-body-size: 15px;
  --font-body-line-height: 17px;
}
table p {
  margin: 0;
}
table .h6-like {
  color: var(--font-intro-color);
}
table td, table th {
  padding: 15px 20px;
  border: 1px solid transparent;
  border-top: none;
  border-bottom-color: var(--input-border-color);
}
table td:first-of-type {
  border-left-color: var(--input-border-color);
}
table td:last-of-type {
  border-right-color: var(--input-border-color);
}
/* table tr {} */
table th {
  background-color: var(--theme-color-1);
  border-color: var(--theme-color-1);
  color: var(--font-secondary-color);
}
table th .h6-like {
  color: var(--font-secondary-color);
}
table th p {
  color: var(--font-secondary-color);
}
/* disable-styles edits */
table.disable-styles {
  background-color: transparent;
}
table.disable-styles td, table.disable-styles th {
  padding: 0;
  border: none;
}
/* table td:first-of-type, table td:last-of-type {} */

body {
  margin: 0;
  padding: 0;
  font-family: 'Albert Sans', sans-serif; 
  background-color: var(--body-bg-color);
}
h1, .h1-like {
  margin: 0 0 15px 0;
  color: var(--theme-headline-color);
  font-family: 'Lato', sans-serif;
  font-size: var(--font-h1-size);
  font-weight: var(--font-h1-weight);
  line-height: var(--font-h1-line-height);
}
h2, .h2-like {
  margin: 10px 0;
  color: var(--theme-headline-color);
  font-family: 'Lato', sans-serif;
  font-size: var(--font-h2-size);
  font-weight: var(--font-h2-weight);
  line-height: var(--font-h2-line-height);
}
h3, .h3-like {
  margin: 5px 0;
  color: var(--theme-headline-color);
  font-family: 'Lato', sans-serif;
  font-size: var(--font-h3-size);
  font-weight: var(--font-h3-weight);
  line-height: var(--font-h3-line-height);
}
h3.small-caps {
  margin: 5px 0;
  color: var(--font-body-color);
  font-family: 'Albert Sans', sans-serif;
  font-size: var(--font-body-size);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
  text-transform: uppercase;
}
h4, .h4-like {
  margin: 0 0 3px 0;
  color: var(--theme-headline-color);
  font-family: 'Lato', sans-serif;
  font-size: var(--font-h4-size);
  font-weight: var(--font-h4-weight);
  line-height: var(--font-h4-line-height);;
}
h5, .h5-like {
  margin: 20px 0 5px 0;
  color: var(--theme-color-6);
  font-family: 'Lato', sans-serif;
  font-size: var(--font-h5-size);
  font-weight: var(--font-h5-weight);
  line-height: var(--font-h5-line-height);
  letter-spacing: 1px;
  text-transform: uppercase;
}
h5:before, .h5-like:before {
  content: "";
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0;
  background-color: var(--theme-color-4);
  display: inline-block;
}
h5.alt:before, .h5-like.alt:before {
  display: none;
}
h6, .h6-like {
  margin: 5px 0;
  font-size: var(--font-h6-size);
  font-weight: var(--font-h6-weight);
  line-height: var(--font-h6-line-height);
}
.styled:before {
  content: "";
  width: 46px;
  height: 9px;
  margin: 0 0 12px 0;
  background-image: url('/assets/images/gmf_curve_heading.svg');
  background-repeat: no-repeat;
  background-size: cover;
  filter: var(--image-filter);
  display: block;
}
a {
  text-decoration: none;
  transition: color .3s;
}
a:focus {
  box-shadow: var(--focus-target-shadow);
}
button, a.button-like, input[type="submit"] {
  padding: 9px 10px;
  background-color: var(--button-primary-bg-color);
  border: 0.5px solid var(--button-border-color);
  color: var(--button-primary-font-color);
  opacity: var(--button-opacity);
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: var(--font-button-size);
  font-weight: var(--font-button-weight);
  line-height: var(--font-button-line-height);
  text-decoration: none;
  transition: opacity .3s;
  cursor: pointer;
}
button:before, a.button-like:before, input[type="submit"]:before {
  content: "";
  width: 15px;
  height: 15px;
  margin: 0 10px -2px 0;
  background-color: var(--button-cube-bg-color);
  display: inline-block;
}
button:hover, a.button-like:hover, button:focus, a.button-like:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  opacity: 1;
}
button:focus, a.button-like:focus, input[type="submit"]:focus {
  box-shadow: var(--focus-target-shadow);
}
button.alt:before, a.button-like.alt:before {
  display: none;
}
/* skip edits */
a.button-like.skip {
  opacity: 0;
  position: fixed;
  top: calc(var(--header-hub-padding) - 1px);
  left: calc(var(--header-hub-padding) - 1px);
  z-index: 100;
  transition: opacity .3s;
  pointer-events: none;
}
a.button-like.skip.alt {
  background-color: var(--button-skip-alt-bg-color);
  color: var(--button-skip-alt-color);
}
a.button-like.skip:focus {
  opacity: 1;
}
/* secondary edits */
button.secondary, a.button-like.secondary {
  background-color: var(--button-secondary-bg-color);
  color: var(--button-secondary-font-color);
}
button.secondary.alt:before, a.button-like.secondary.alt:before {
  display: none;
}
/* bucket edits */

button.bucket, a.button-like.bucket {
  background-color: var(--button-bucket-bg-color);
  /* border-color: var(--button-bucket-border-color); */
  color: var(--button-bucket-font-color);
}
button.bucket:before, a.button-like.bucket:before {
  display: none;
}
/* sponsor edits */
button.sponsor, a.button-like.sponsor {
  background-color: var(--button-sponsor-bg-color);
  color: var(--button-sponsor-font-color);
}
button.sponsor:before, a.button-like.sponsor:before {
  display: none;
}
button.sponsor svg, a.button-like.sponsor svg {
  margin: 0 6px -7px 0;
}
ul, ol {
  margin: 0;
  padding: 0 0 0 20px;
  color: var(--font-body-color);
  font-family: 'Albert Sans', sans-serif;
  font-size: var(--font-body-size);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
}
ul {
  padding: 0;
  list-style-type: none;
}
ul li, ol li {
  /* display: block; */
  position: relative;
}
ol li::marker {
  color: var(--theme-color-4);
}
p {
  margin: 10px 0;
  color: var(--font-body-color);
  font-family: 'Albert Sans', sans-serif;
  font-size: var(--font-body-size);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
}
.intro p, p.intro {
  margin: 15px 0 37px 0;
  color: var(--font-intro-color);
  font-family: 'Lato', sans-serif;
  font-size: var(--font-body-intro-size);
  font-weight: var(--font-body-intro-weight);
  line-height: var(--font-body-intro-line-height);
}
p.split {
  column-count: 2;
}
a.return-to {
  margin: 20px 0 0 0;
  padding: 0 0 2px 0;
  color: var(--theme-headline-color);
  border-bottom: 1px solid var(--theme-headline-color);
  font-weight: 500;
  display: inline-block;
}
blockquote {
  margin: 25px 0;
  padding: 15px 0 15px 26px;
  position: relative;
}
blockquote:before {
  content: "";
  width: 6px;
  height: 100%;
  background-image: linear-gradient(180deg, var(--theme-primary-color), var(--theme-color-4));
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
blockquote p {
  padding: 0 13px;
  color: var(--theme-headline-color);
  font-family: 'Lato', sans-serif;
  font-size: var(--font-blockquote-size);
  font-weight: var(--font-blockquote-weight);
  line-height: var(--font-blockquote-line-height);
  position: relative;
}
blockquote p:before, blockquote p:after {
  content: "";
  width: 10px;
  height: 10px;
  margin: 0 3px 0 0;
  background-image: url('/assets/images/gmf_pullquote_quote.png');
  background-repeat: no-repeat;
  background-size: 99%;
  background-position: center;
  filter: var(--image-filter);
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
}
blockquote p:after {
  margin: 0 0 0 3px;
  position: relative;
  top: -9px;
  transform: scale(-1);
}
blockquote p.pullquote-author {
  margin: 0;
  padding: 0 18px;
  color: var(--font-pullquote-author-color);
  font-size: var(--font-pullquote-author-size);
  font-weight: var(--font-pullquote-author-weight);
  line-height: var(--font-pullquote-author-line-height);
}
blockquote p.pullquote-details {
  margin: 3px 0 0 0;
  padding: 0 18px;
  opacity: 0.8;
  color: var(--font-body-color);
  font-size: var(--font-pullquote-details-size);
  font-weight: var(--font-pullquote-details-weight);
  line-height: var(--font-pullquote-details-line-height);
  letter-spacing: 1px;
  text-transform: uppercase;
}
blockquote p.pullquote-details:before, blockquote p.pullquote-details:after, blockquote p.pullquote-author:before, blockquote p.pullquote-author:after {display: none;}
label {
  color: var(--font-body-color);
  font-size: var(--font-label-size);
  font-weight: var(--font-label-weight);
  line-height: var(--font-label-line-height);
  display: block;
}
input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="date"], input[type="time"], input[type="phone"], textarea {
  margin: 0;
  padding: 11px 6px;
  background-color: var(--input-bg-color);
  border: 0.5px solid var(--input-border-color);
  font-family: 'Albert Sans', sans-serif;
  font-size: var(--font-input-size);
  font-weight: var(--font-input-weight);
  line-height: var(--font-input-line-height);
}
select {
	margin: 0;
    padding: 11px 6px;
    background-color: var(--input-bg-color);
    border: 0.5px solid var(--input-border-color);
    font-family: 'Albert Sans', sans-serif;
    font-size: var(--font-input-size);
    font-weight: var(--font-input-weight);
    line-height: var(--font-input-line-height);
}
form {
  opacity: 1;
  transition: opacity .3s;
}
form.submitting {
  opacity: 0.4;
  pointer-events: none;
}
form fieldset {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}
form legend {
  margin: 10px 0 10px -5px;
  padding-top: 20px;
  color: var(--theme-headline-color);
  font-family: 'Lato', sans-serif;
  font-size: var(--font-h2-size);
  font-weight: var(--font-h2-weight);
  line-height: var(--font-h2-line-height);
}
form legend:first-of-type {
  padding-top: 0;
}
form fieldset .field-row {
  /* margin-left: -4px; */
  margin: 0 0 13px 0;
  display: flex;
  /* flex-wrap: wrap; */
}
form fieldset .field-row .field-container {
  width: 100%;
  margin: 0 8px 0 0;
}
form fieldset .field-row .field-container input[type="text"],
form fieldset .field-row .field-container input[type="number"],
form fieldset .field-row .field-container input[type="password"],
form fieldset .field-row .field-container input[type="email"],
form fieldset .field-row .field-container input[type="date"],
form fieldset .field-row .field-container input[type="time"],
form fieldset .field-row .field-container input[type="phone"],
form fieldset .field-row .field-container textarea {
  width: 100%;
}
form fieldset .field-row .field-container:last-of-type {
  margin: 0;
}

.spacer {
  margin: 0 0 35px 0;
  display: block;
}

.line-break {/* used to wrap line for flexed containers */
  width: 100%;
  height: 0;
  display: block;
}

.parallax-media {
  /* background-position: 50% 0%; */
  background-position: 50% 50%;
  background-size: 110%;
}

.hidden, .tablet, .mobile {
  visibility: hidden;
  display: none;
  position: absolute;
  left: -100vw;
}

.o-bg-color-default {
  background-color: var(--theme-color-1);
}
.o-bg-color-1 {
  background-color: var(--optional-color-1);
}
.o-bg-color-2 {
  background-color: var(--optional-color-2);
}
.o-bg-color-3 {
  background-color: var(--optional-color-3);
}
.o-bg-color-4 {
  background-color: var(--optional-color-4);
}
.o-bg-color-5 {
  background-color: var(--optional-color-5);
}
.o-bg-color-6 {
  background-color: var(--theme-color-4);
}
.o-bg-color-7 {
  background-color: var(--optional-color-6);
}

/* acc-container */
.main-content .acc-container {
  margin: 35px 0;
}
/*
.main-content .acc-container p {
  margin: 0;
}
*/
.main-content .acc-container label {
  margin: 5px 0;
  padding: 9px 14px;
  background-color: var(--accordion-label-bg-color);
  border: 1px solid var(--accordion-border-color);
  opacity: 0.8;
  font-size: var(--font-accordion-label-size);
  font-weight: var(--font-accordion-label-weight);
  line-height: var(--font-accordion-label-line-height);
  display: block;
  position: relative;
  z-index: 10;
  cursor: pointer;
  transition: opacity .3s ease-out, background-color .3s;
}
.main-content .acc-container label:hover{
  opacity: 1;
}
.main-content .acc-container input:checked + label, .main-content .acc-container input:checked + label:hover{
  opacity: 1;
}
.main-content .acc-container label:before {
  content: "";
  width: 15px;
  height: 8px;
  background-image: url('/assets/images/gmf_accordion_arrow.svg');
  background-repeat: no-repeat;
  background-size: cover;
  filter: var(--image-filter);
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 5;
}
.main-content .acc-container label:after {
  display: none;
}
.main-content .acc-container input:checked + label:before {
  transform: rotate(180deg);
}
/* hide checkboxes */
.main-content .acc-container input{
  display: none;
}
/* actual article */
.main-content .acc-container article {
  overflow: hidden;
  height: 0;
  width: 100%;
  /* margin: 0; */
  /* padding: 0; */
  /* padding: 48px 14px 9px 14px; */
  background-color: transparent;
  border: 1px solid transparent;
  position: relative;
  z-index: 5;
}
/* article when input checked, open */
.main-content .acc-container input:checked ~ article{
  height: auto;
  margin: -42px 0 0 0;
  padding: 51px 14px 14px 14px;
  background-color: var(--accordion-article-bg-color);
  border: 1px solid var(--accordion-border-color);
}

.site-logo {
  position: relative;
  z-index: 20;
}
.site-logo:before {
  content: "";
  width: calc(var(--gmf-logo-icon-width) + 2px);
  height: calc(var(--gmf-logo-icon-height) + 2px);
  background-color: var(--gmf-logo-icon-border-color);
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;

  display: none;/* TODO: delete these styles if not needed */
}
.site-logo:after {/* this is used as a background-color for the .site-logo (mainly used for the highlight-links) */
  content: "";
  width: calc(100% + var(--gmf-logo-text-width));
  height: calc(var(--gmf-logo-icon-height) + 2px);
  background-color: var(--gmf-logo-icon-bg-color);
  display: block;
  position: absolute;
  top: calc(var(--header-hub-padding) - 1px);
  left: calc(var(--header-hub-padding) - 1px);
  z-index: 1;
  /* opacity: 0.5; */
  transition: width .3s, left .3s;
}
.site-logo .logo-icon {
  width: var(--gmf-logo-icon-width);
  height: var(--gmf-logo-icon-height);
  position: relative;
  z-index: 5;
}
.site-logo .logo-text {
  width: var(--gmf-logo-text-width);
  height: var(--gmf-logo-text-height);
  position: relative;
  z-index: 5;
}
.site-logo .logo-link {
  width: calc(100% + var(--gmf-logo-text-width));
  height: calc(var(--gmf-logo-icon-height) + 2px);
  opacity: 0;
  display: block;
  position: absolute;
  top: calc(var(--header-hub-padding) - 1px);
  left: calc(var(--header-hub-padding) - 1px);
  z-index: 20;
}

input:focus {
  box-shadow: var(--focus-target-shadow);
}

.img_right_25 {
  float: right;
  width: 25%;
  margin: 10px 0 10px 24px;
  clear: right;
}
.img_right_50 {
  float: right;
  width: 50%;
  margin: 10px 0 10px 24px;
  clear: right;
}
.img_right_native {
  float: right;
  max-width: 100%;
  width: auto;
  margin: 10px 0 10px 24px;
  clear: right;
}
.img_left_25 {
  float: left;
  width: 25%;
  margin: 10px 24px 10px 0;
  clear: left;
}
.img_left_50 {
  float: left;
  width: 50%;
  margin: 10px 24px 10px 0;
  clear: left;
}
.img_left_native {
  float: left;
  max-width: 100%;
  width: auto;
  margin: 10px 24px 10px 0;
  clear: left;
}
.img_native_block {
    max-width: 100%;
}
figure img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
figure figcaption {
  margin: 5px 0 0 0;
  font-size: var(--font-figcaption-size);
  font-weight: var(--font-figcaption-weight);
  line-height: var(--font-figcaption-line-height);
  text-align: center;
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ HEADER STYLES(desktop) \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
header {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
header .header-hub .site-logo {
  height: var(--gmf-logo-icon-height);
  padding: var(--header-hub-padding);
  background-color: var(--theme-primary-color);
}
header .header-hub .site-logo:before {
  top: calc(var(--header-hub-padding) - 1px);
  left: calc(var(--header-hub-padding) - 1px);
}
header .header-hub .site-logo .logo-text {
  opacity: 1;
  position: absolute;
  top: var(--header-hub-padding);
  left: calc(100% + 12px);
  z-index: 15;
  /* transition: opacity .3s, top .3s; */
  transition: opacity .3s;
}
/*///////// site scroll edits /////////*/
header.hide-logo-text .header-hub .site-logo:after {
  width: var(--gmf-logo-icon-width);
}
header.show-breadcrumbs .header-hub .site-logo:after {
  width: calc(100% + var(--gmf-logo-text-width));
}
header.hide-breadcrumbs .header-hub .site-logo:after {
  width: var(--gmf-logo-icon-width);
}
header.hide-logo-text .header-hub .site-logo .logo-text {/* this state animates the text to fading-in/out without positioning animation */
  opacity: 0;
  top: calc((var(--header-hub-padding) + var(--gmf-logo-text-height)) * -1);
  transition: opacity .3s .1s, top 0s .4s;
}
header.hide-logo-text.logo-text-hiding .header-hub .site-logo .logo-text {/* this state animates the text to position up while fading-out */
  transition: opacity .3s .1s, top .3s;
}
header.show-breadcrumbs.hide-breadcrumbs .header-hub .site-logo .logo-text {/* this state animates the text to position up without fade-in (so it moves up with the breadcrumps panel) */
  top: calc((var(--header-hub-padding) + var(--gmf-logo-text-height)) * -1);
  transition: top .3s;
}
header.show-breadcrumbs.hide-breadcrumbs.panel-hovered .header-hub .site-logo .logo-text, header.hide-logo-text.panel-hovered .header-hub .site-logo .logo-text {/* this state prevents the text from hiding */
  opacity: 1;
  top: var(--header-hub-padding);
}
header.show-breadcrumbs .header-hub .site-logo .logo-text {/* this state moves down the text (so it moves down with the breadcrumps panel) */
  opacity: 1;
  top: var(--header-hub-padding);
}
header.header-enabled.panel-hovered .header-hub .site-logo .logo-text, header .header-hub:focus-within .site-logo .logo-text {/* this fades-in the text */
  opacity: 1;
  top: var(--header-hub-padding);
  transition: opacity .3s;
}
/* update the site-logo text to secondary color - when breadcrumps are revealed */
header.show-breadcrumbs .header-hub .site-logo .logo-text g, header.show-breadcrumbs .header-hub .site-logo .logo-text path, header.show-breadcrumbs .header-hub .site-logo .logo-text polygon {
  fill: var(--gmf-logo-text-secondary-color);
}
header.header-enabled.panel-hovered .header-hub .site-logo .logo-text g, header.header-enabled.panel-hovered .header-hub .site-logo .logo-text path, header.header-enabled.panel-hovered .header-hub .site-logo .logo-text polygon {
  fill: var(--gmf-logo-text-primary-color);
}
header.panel-hovered .header-hub .site-logo .logo-text g,
header.panel-hovered .header-hub .site-logo .logo-text path,
header.panel-hovered .header-hub .site-logo .logo-text polygon,
header .header-hub:focus-within .site-logo .logo-text g,
header .header-hub:focus-within .site-logo .logo-text path,
header .header-hub:focus-within .site-logo .logo-text polygon {
  fill: var(--gmf-logo-text-primary-color);
  /* transition: fill .3s .1s; */
}
header.hide-logo-text .header-panel.user-actions {
  opacity: 0;
  top: calc((var(--gmf-logo-text-height) + (var(--header-hub-padding) * 2)) * -1);
  transition: opacity .3s .1s, top .3s;
}
header.show-breadcrumbs .header-panel.user-actions {
  opacity: 1;
  top: 0;
  transition: opacity .3s, top .3s;
}
header.show-breadcrumbs.hide-breadcrumbs .header-panel.user-actions {
  top: calc((var(--gmf-logo-text-height) + (var(--header-hub-padding) * 2)) * -1);
  transition: top .3s;
}
/*/////////////////////////////////////*/

/*///////// 01.02.23 header hover edits /////////*/
header {
  transition: background-color .3s;
}
header.test .header-panel .panel-toggle-area {
  pointer-events: none;
}
/* header-hovered state - edits all header "SOME" elements to "allow" hover (menus shouldn't be allowed to be opened yet. only after the header-enabled state is added should the remaining elements work on hover again) */
header.header-hovered {
  /* --theme-primary-color: var(--theme-color-4); */
}
header.header-hovered .header-panel {
  pointer-events: none;
}
/*
header.header-hovered .header-panel .panel-content:after {
  opacity: 0;
}
*/
header.header-hovered .header-panel.toggled .panel-content, header.header-hovered .header-panel .panel-content:hover, header.header-hovered .header-panel .panel-content:focus-within {
  margin-top: 100vh;
  transition: margin 0s .35s;
}
header.header-hovered .header-panel .panel-content,
header.header-hovered .header-panel .panel-content:hover,
header.header-hovered .header-panel.toggled .panel-content,
header.header-hovered .header-panel .panel-content:focus-within,
header.header-hovered .header-panel .panel-content:focus-within:after,
header.header-hovered .header-panel .panel-toggle-area,
header.header-hovered .site-accessibility,
header.header-hovered ul.main-nav-orbs {
  pointer-events: none;
}
header.header-hovered .header-panel .panel-toggle-area {
  pointer-events: none;
}
/* header-disabled state - edits all header elements to "NOT allow" hover (so the header may close fully before the user can reopen it) */
header.header-disabled {
  pointer-events: none;
  /* --theme-primary-color: red; */
  animation: header-disabled-closing-timer 1s linear;
}
header.header-disabled .header-panel {
  pointer-events: none;
}
header.header-disabled .header-menu {
  pointer-events: none;
}
header.header-disabled .header-hub {
  pointer-events: none;
}
/*
header.header-disabled .header-panel .panel-content:after {
  opacity: 0;
}
*/
header.header-disabled .header-panel.toggled .panel-content, header.header-disabled .header-panel .panel-content:hover, header.header-disabled .header-panel .panel-content:focus-within {
  margin-top: 100vh;
  /* pointer-events: none; */
  transition: margin 0s .35s;
}
header.header-disabled .header-panel .panel-content,
header.header-disabled .header-panel .panel-content:hover,
header.header-disabled .header-panel.toggled .panel-content,
header.header-disabled .header-panel .panel-content:focus-within,
header.header-disabled .header-panel .panel-content:focus-within:after,
header.header-disabled .header-panel .panel-toggle-area,
header.header-disabled .site-accessibility,
header.header-disabled ul.main-nav-orbs {
  /* opacity: 0; */
  pointer-events: none;
}
/* header-enabled state - edits all header elements to "allow" hover (the hover styles should work as normal while this state is attached) */
header.header-enabled {
  /* --theme-primary-color: green; */
}
/*
header.header-enabled .header-panel {
  pointer-events: all;
}
*/
header.header-enabled .header-panel.toggled .panel-content, header.header-enabled .header-panel .panel-content:hover, header.header-enabled .header-panel .panel-content:focus-within {
  margin-top: 0;
  transition: margin 0s 0s;
}
header.header-enabled .header-panel .panel-content,
header.header-enabled .header-panel .panel-content:hover,
header.header-enabled .header-panel.toggled .panel-content,
header.header-enabled .header-panel .panel-content:focus-within,
header.header-enabled .header-panel .panel-content:focus-within:after,
header.header-enabled .header-panel .panel-toggle-area,
header.header-enabled .site-accessibility,
header.header-enabled ul.main-nav-orbs {
  pointer-events: all;
}


/* panel-closing */
/* panel-opening */
header.header-disabled .header-panel .panel-content {/* margin-top */
  animation: panel-closing-timer .5s linear;
}
header .header-panel .panel-content:before {}/* scaleX */
header .header-panel .main-navigation ul li {}/* opacity */
header .header-panel .utility-navigation {}/* opacity */

@keyframes panel-closing-timer {
  0%   {}
  100% {}
}
/*///////////////////////////////////////*/

header .header-hub {
  height: 100%;
}
header .header-menu {
  height: 100%;
  /*padding: 14px 14px 35px 14px;*/
  padding: var(--header-hub-padding);
  padding-bottom: var(--header-hub-padding-bottom);
  background-color: var(--theme-primary-color);
  position: relative;
  z-index: 10;
}
header ul.main-nav-orbs {
  width: 100%;
  /* height is used to push .site-accessibility down to the bottom of header .header-menu element */
  height: calc(100% - (30px + 20px + 36px));/* 30px(site-logo height), 20px(.site-accessibility height), 36px(margin between .site-logo and .main-nav-orbs) */
  margin-top: 36px;
  padding-top: 0.25px;
  display: flex;
  flex-direction: column;
}
/* header-panel.navigation edits */
header .header-panel.navigation .main-nav-orbs-container {
  width: 0;
  position: absolute;
  top: calc(var(--header-hub-padding) + var(--gmf-logo-icon-height) + (36px - 18px));
  left: 0;
}
header .header-panel.navigation ul.main-nav-orbs {
  margin: 18px 0;
  height: auto;
}
header .header-panel.navigation ul.main-nav-orbs li {
  opacity: 0;
  visibility: hidden;
}
header ul.main-nav-orbs li {
  width: var(--header-hub-orb-size);
  height: var(--header-hub-orb-size);
  margin: 0 auto;
  margin-bottom: 36px;
  background-color: var(--accessibility-icon-color);
  border-radius: 50%;
  opacity: var(--header-hub-orb-opacity);
  transition: opacity .3s;
}
header ul.main-nav-orbs li:last-of-type {
  margin-bottom: 0;
}
header ul.main-nav-orbs li:hover, header ul.main-nav-orbs li.active {
  opacity: 1;
}
header .site-accessibility {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
header .site-accessibility:before {
  content: "";
  border-top: 8px solid transparent;
  border-left: 8px solid var(--accessibility-icon-color);
  border-bottom: 8px solid transparent;
  position: absolute;
  top: calc(50% - 8px);
  left: calc(var(--header-hub-padding) * -1);
}
header .site-accessibility .link-area {
  width: calc(100% + (var(--header-hub-padding) * 2));
  height: calc(100% + 36px);/* add 36px to match .panel-toggle-area margin */
  background-color: red;
  opacity: 0.3;
  display: block;
  position: absolute;
  top: -18px;
  left: calc(var(--header-hub-padding) * -1);
  z-index: 1;
}
header .header-panel {
  height: 100%;
  padding-top: calc(var(--gmf-logo-text-height) + var(--header-hub-padding));
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 15;
  pointer-events: none;
}
header .header-panel .panel-toggle-area {
  width: calc(var(--gmf-logo-icon-width) + (var(--header-hub-padding) * 2));
  height: 100%;
  /* background-color: red; */
  background-color: transparent;
  /* opacity: 0; */
  display: block;
  position: absolute;
  top: 0;
  left: calc((var(--gmf-logo-icon-width) + (var(--header-hub-padding) * 2)) * -1);
  z-index: 10;
  transition: background-color .3s;
}
header .header-panel .panel-toggle-area.mobile {
  display: none;
}
header .header-panel .kebab-menu {
  width: 100%;
  padding: 24px 0;
  /* background-color: blueviolet; */
  /* opacity: 0.4; */
  display: flex;
  justify-content: center;
  position: absolute;
  top: calc(100vh - (var(--gmf-logo-icon-height) + var(--accessibility-icon-height) + 79px + (var(--header-hub-padding) * 3)));/* 79px is accounting for other elements padding */
  /* bottom: -51px; */
}
header .header-panel .kebab-menu .dot {
  width: calc(var(--header-hub-orb-size) - 2px);
  height: calc(var(--header-hub-orb-size) - 2px);
  margin: 0 2px;
  background-color: var(--accessibility-icon-color);
  border-radius: 50%;
  display: block;
}
header .header-panel .panel-content {
  min-width: 250px;
  margin-top: 100vh;
  /* background-color: orange; */
  /* opacity: 0.5; */
  transition: margin 0s .35s;
  pointer-events: all;
}
.header-panel.toggled .panel-content, .header-panel .panel-content:hover, .header-panel .panel-content:focus-within {
  margin-top: 0;
  transition: margin 0s 0s;
}
header .header-panel .panel-content:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--theme-color-1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .2s .15s;
}
header .header-panel.toggled .panel-content:before, header .header-panel .panel-content:hover:before, header .header-panel .panel-content:focus-within:before {
  transform: scaleX(1);
}
header .header-panel .panel-content:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--header-hover-screen-bg-color);
  opacity: 0;
  display: block;
  position: fixed;
  top: 0;
  left: calc((var(--header-hub-padding) * 2) + var(--gmf-logo-icon-width));
  /* z-index: 1; */
  transform: scaleX(0);
  transition: opacity .35s;
  pointer-events: none;
}
header .header-panel.toggled .panel-content:after, header .header-panel .panel-content:hover:after, header .header-panel .panel-content:focus-within:after {
  opacity: 1;
  transform: scaleX(1);
}
header .header-panel ul li a.list-item-tap-area {
  z-index: 0;
}
header .header-panel ul li.dropdown-included a.list-item-tap-area {
  z-index: 99;
}

header .header-panel .main-navigation {
  position: relative;
  z-index: 15;
}
header .header-panel .main-navigation ul {
  font-family: 'Lato', sans-serif;
}
header .header-panel .main-navigation ul li {
  padding: 13px;
  padding-right: 0;
  background-color: transparent;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  position: relative;
  transition: background-color .3s, opacity .2s .08s ease-out;
}
.header-panel.toggled .panel-content .main-navigation ul li, .header-panel .panel-content:hover .main-navigation ul li, .header-panel .panel-content:focus-within .main-navigation ul li {
  opacity: 1;
}
.header-panel.toggled .panel-content .main-navigation ul li:nth-of-type(2), .header-panel .panel-content:hover .main-navigation ul li:nth-of-type(2), .header-panel .panel-content:focus-within .main-navigation ul li:nth-of-type(2) {
  transition: background-color .3s, opacity .2s .11s ease-out;
}
.header-panel.toggled .panel-content .main-navigation ul li:nth-of-type(3), .header-panel .panel-content:hover .main-navigation ul li:nth-of-type(3), .header-panel .panel-content:focus-within .main-navigation ul li:nth-of-type(3) {
  transition: background-color .3s, opacity .2s .14s ease-out;
}
.header-panel.toggled .panel-content .main-navigation ul li:nth-of-type(4), .header-panel .panel-content:hover .main-navigation ul li:nth-of-type(4), .header-panel .panel-content:focus-within .main-navigation ul li:nth-of-type(4) {
  transition: background-color .3s, opacity .2s .17s ease-out;
}
.header-panel.toggled .panel-content .main-navigation ul li:nth-of-type(5), .header-panel .panel-content:hover .main-navigation ul li:nth-of-type(5), .header-panel .panel-content:focus-within .main-navigation ul li:nth-of-type(5) {
  transition: background-color .3s, opacity .2s .20s ease-out;
}
.header-panel.toggled .panel-content .main-navigation ul li:nth-of-type(6), .header-panel .panel-content:hover .main-navigation ul li:nth-of-type(6), .header-panel .panel-content:focus-within .main-navigation ul li:nth-of-type(6) {
  transition: background-color .3s, opacity .2s .23s ease-out;
}
.header-panel.toggled .panel-content .main-navigation ul li:nth-of-type(7), .header-panel .panel-content:hover .main-navigation ul li:nth-of-type(7), .header-panel .panel-content:focus-within .main-navigation ul li:nth-of-type(7) {
  transition: background-color .3s, opacity .2s .26s ease-out;
}
header .header-panel .main-navigation ul li:before {
  content: "";
  width: var(--header-hub-orb-size);
  height: var(--header-hub-orb-size);
  background-color: var(--accessibility-icon-color);
  border-radius: 50%;
  opacity: 0;
  display: none;
  position: absolute;
  left: calc(((var(--header-hub-orb-size) + var(--header-hub-padding) + 14px) * -1));
  transition: opacity .3s;
}
header .header-panel .main-navigation ul li:after {
  content: "";
  height: 0;
  margin: 0 12px 0 14px;
  /* margin: 0 0 0 13px; */
  border-top: 4px solid transparent;
  border-left: 4px solid var(--gmf-logo-icon-border-color);
  border-bottom: 4px solid transparent;
  /*
  border-top: 6px solid transparent;
  border-left: 6px solid var(--gmf-logo-icon-border-color);
  border-bottom: 6px solid transparent;
  opacity: calc(var(--font-main-navigation-opacity) + .1);
  */
  opacity: 0;
  display: none;
  transform: translateX(-20px);
  transition: opacity .2s, transform .2s;
}
header .header-panel .main-navigation ul li.dropdown-included:after {
  display: block;
}
header .header-panel .main-navigation ul li a {
  opacity: var(--font-main-navigation-opacity);
  color: var(--font-main-navigation-color);
  font-size: var(--font-main-navigation-size);
  font-weight: var(--font-main-navigation-weight);
  line-height: var(--font-main-navigation-line-height);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 5;
  transition: opacity .3s;
}
header .header-panel .main-navigation > ul > li > a {
  transition-delay: 300ms; /* trying to get the landing page navigation to seem more like a link */
}
header .header-panel .main-navigation ul li a.list-item-link {
  background-color: transparent;
}
header .header-panel .main-navigation ul li a.list-item-link-area {
  width: calc((100% - 21px) + (var(--gmf-logo-icon-width) + (var(--header-hub-padding) * 2)));
  /* width: calc(100% - 21px); */
  height: 100%;
  /* background-color: aqua; */
  display: block;
  position: absolute;
  top: 0;
  left: calc((var(--gmf-logo-icon-width) + (var(--header-hub-padding) * 2)) * -1);
  /* left: 0; */
  z-index: 1;
}
header .header-panel .main-navigation ul li .list-item-tap-area {
  /* width: calc((100% - 21px) + (var(--gmf-logo-icon-width) + (var(--header-hub-padding) * 2))); */
  width: calc(var(--gmf-logo-icon-width) + (var(--header-hub-padding) * 2));
  height: 100%;
  /* background-color: lime; */
  opacity: var(--font-main-navigation-opacity);
  display: block;/* is hidden when on non-touch devices */
  position: absolute;
  top: 0;
  left: calc((var(--gmf-logo-icon-width) + (var(--header-hub-padding) * 2)) * -1);
  /* left: 0; */
  z-index: 2;
}
/* .main-navigation ul li -> hover/focus styles */
header .header-panel .main-navigation ul li:hover, header .header-panel .main-navigation ul li:focus-within {
  background-color: var(--theme-color-2);
}
header .header-panel .main-navigation ul li:hover::before, header .header-panel .main-navigation ul li:focus-within::before {
  opacity: 1;
}
.header-panel.toggled .panel-content .main-navigation ul li:before, .header-panel .panel-content:hover .main-navigation ul li:before, .header-panel .panel-content:focus-within .main-navigation ul li:before {
  display: block;
}
header .header-panel.toggled .panel-content .main-navigation ul li:after, header .header-panel .panel-content:hover .main-navigation ul li:after, header .header-panel .panel-content:focus-within .main-navigation ul li:after {
  opacity: calc(var(--font-main-navigation-opacity) + .1);
  transform: translateX(0px);
  transition: opacity .3s, transform .3s ease-out;
}
header .header-panel.toggled .panel-content .main-navigation ul li:hover:after, header .header-panel .panel-content:hover .main-navigation ul li:hover:after, header .header-panel .panel-content:focus-within .main-navigation ul li:focus-within:after {
  opacity: 1;
}
header .header-panel .main-navigation ul li:hover a, header .header-panel .main-navigation ul li:focus-within a {
  opacity: 1;
}

header .header-panel .utility-navigation {
  padding: 8px 0 6px 0;
  background-color: var(--theme-color-3);
  opacity: 0;
  transition: opacity .2s;
  position: relative;
  z-index: 15;
}
.header-panel.toggled .panel-content .utility-navigation, .header-panel .panel-content:hover .utility-navigation, .header-panel .panel-content:focus-within .utility-navigation {
  opacity: 1;
  transition: opacity .2s .29s ease-out;
}
header .header-panel ul.utility-navigation-list li {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  position: relative;
  transition: background-color .3s;
}
header .header-panel ul.utility-navigation-list li:before {
  content: "";
  position: absolute;
}
header .header-panel ul.utility-navigation-list li:after {
  content: "";
  height: 0;
  margin: 0 12px;
  /*
  border-top: 8px solid transparent;
  border-left: 8px solid var(--gmf-logo-icon-border-color);
  border-bottom: 8px solid transparent;
  */
  border-top: 4px solid transparent;
  border-left: 4px solid var(--gmf-logo-icon-border-color);
  border-bottom: 4px solid transparent;
  opacity: 0;
  display: none;
  transform: translateX(-20px);
  transition: opacity .2s, transform .2s;
}
header .header-panel ul.utility-navigation-list li.dropdown-included:after {
  display: block;
}
header .header-panel ul.utility-navigation-list li a {
  width: 100%;
  padding: 9px 0 9px 12px;
  opacity: var(--font-utility-navigation-opacity);
  color: var(--font-utility-navigation-color);
  font-size: var(--font-utility-navigation-size);
  font-weight: var(--font-utility-navigation-weight);
  line-height: var(--font-utility-navigation-line-height);
  transition: opacity .3s;
}
header .header-panel ul.utility-navigation-list li a.list-item-link {
  background-color: transparent;
  position: relative;
  z-index: 5;
}
header .header-panel ul.utility-navigation-list li a.list-item-link-area {
  width: 100%;
  height: 100%;
  display: block;
  /* background-color: transparent; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* .utility-navigation ul li -> hover styles */
header .header-panel ul.utility-navigation-list li:hover {
  background-color: var(--theme-color-2);
}
header .header-panel.toggled .panel-content .utility-navigation ul li:after, header .header-panel .panel-content:hover .utility-navigation ul li:after, header .header-panel .panel-content:focus-within .utility-navigation ul li:after {
  opacity: var(--font-utility-navigation-opacity);
  transform: translateX(0px);
  transition: opacity .3s, transform .3s ease-out;
}
header .header-panel.toggled .panel-content .utility-navigation ul li:hover:after, header .header-panel .panel-content:hover .utility-navigation ul li:hover:after, header .header-panel .panel-content:focus-within .utility-navigation ul li:focus-within:after {
  opacity: 1;
}
header .header-panel ul.utility-navigation-list li:hover a, header .header-panel ul.utility-navigation-list li:focus-within a {
  opacity: 1;
}
header .header-panel ul.utility-navigation-list li .list-dropdown .list li a:hover, header .header-panel ul.utility-navigation-list li .list-dropdown .list li a:focus {
  opacity: 1;
}

header .header-panel li:hover .list-dropdown, header .header-panel li:focus-within .list-dropdown {
  opacity: 1;
  left: 100%;
  transform: scaleX(100%);
  transition: opacity .2s .1s, transform .3s;
}

header .header-panel .list-dropdown {
  width: 100%;
  background-color: var(--theme-color-2);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  transform: scaleX(0%);
  transform-origin: 0 50%;
  transition: opacity .2s, transform .2s ease-out;
}
header .header-panel .list-dropdown ul.list {
  opacity: 0;
  transition: opacity .2s .2s ease-out;
}
header .header-panel li:hover .list-dropdown ul.list, header .header-panel li:focus-within .list-dropdown ul.list {
  opacity: 1;
}
header .header-panel .list-dropdown ul.list li {
  padding: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  position: relative;
  transition: background-color .3s;
}
header .header-panel .list-dropdown ul.list li:after {
  display: none;
}
header .header-panel .list-dropdown ul.list li:before {
  width: calc(100% - 24px);
  height: 1px;
  background-color: var(--theme-color-4);
  border: none;
  opacity: .15;
  left: 12px;
  bottom: 0;
  z-index: 1;
}
header .header-panel .list-dropdown ul.list li a {
  width: 100%;
  padding: 12px;
  opacity: var(--font-navigation-dropdown-opacity);
  font-size: var(--font-navigation-dropdown-size);
  font-weight: var(--font-navigation-dropdown-weight);
  line-height: var(--font-navigation-dropdown-line-height);
  text-transform: initial;
  letter-spacing: initial;
  white-space: initial;
}
header .header-panel .list-dropdown ul.list li a:hover, header .header-panel .list-dropdown ul.list li a:focus {
  opacity: 1;
}
header .header-panel ul.utility-navigation-list li .list-dropdown .list li a {
  opacity: 0.6;
}
header .header-panel .list-dropdown ul.list li.dropdown-included {
  display: flex;
  /* flex-direction: column; */
  align-items: initial;
  flex-wrap: wrap;
}
header .header-panel .list-dropdown ul.list li.dropdown-included a {
  width: calc(100% - 24px);
  order: 0;
}

label.dropdown-toggle-label {
  width: 24px;
  /* background-color: lime; */
  opacity: var(--font-navigation-dropdown-opacity);
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  position: relative;
  transition: opacity .3s;
  cursor: pointer;
}
label.dropdown-toggle-label:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--gmf-logo-icon-border-color);
  display: block;
}
label.dropdown-toggle-label:hover {
  opacity: 1;
}
input.dropdown-toggle:checked ~ label.dropdown-toggle-label {
  opacity: 1;
  transform: rotate(180deg);
}
input.dropdown-toggle {
  opacity: 0;
  position: absolute;
  left: -9999px;
  pointer-events: none;
}
input.dropdown-toggle ~ .list-dropdown {
  grid-template-rows: 0fr;
}
input.dropdown-toggle:checked ~ .list-dropdown {
  grid-template-rows: 1fr;
}
input.dropdown-toggle ~ ul.list {
  visibility: hidden;
}
input.dropdown-toggle:checked ~ ul.list {
  visibility: visible;
}

header .header-panel .list-dropdown ul.list li .list-dropdown {
  width: 100%;
  display: grid;
  order: 2;
  position: relative;
  left: auto;
  transition: grid-template-rows .2s ease-out;
  transform: initial;
  overflow: hidden;
}
header .header-panel .list-dropdown ul.list li .list-dropdown:focus-within {
  grid-template-rows: 1fr;
}
header .header-panel .list-dropdown ul.list li .list-dropdown ul.list {
  min-height: 0;
  transition: visibility 1s;
}
header .header-panel .list-dropdown ul.list li .list-dropdown ul.list li {}
header .header-panel .list-dropdown ul.list li .list-dropdown ul.list li:before {
  display: none;
}
header .header-panel .list-dropdown ul.list li .list-dropdown ul.list li a {
  width: 100%;
  padding: 8px 32px;
  transition: opacity .3s, background-color .3s;
}

header .header-panel .search-input {
  padding: 0 6px;
  position: relative;
}
header .header-panel .search-input label {
  text-indent: -9999px;
  display: inline-block;
  position: absolute;
}
header .header-panel .search-input input[type="text"] {
  width: 100%;
  padding: 6px 6px 4px 6px;
  background-color: var(--theme-color-2);
  border: none;
  color: var(--font-secondary-color);
  position: relative;
  z-index: 5;
}
header .header-panel .search-input input[type="text"]::placeholder {
  opacity: 0.9;
  color: var(--font-secondary-color);
}
header .header-panel .search-input button {
  padding: 5px 10px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  position: absolute;
  right: 6px;
  z-index: 10;
}
header .header-panel .search-input button:before {
  display: none;
}
header .header-panel .search-input .search-results {
  width: 100%;
  min-height: 0;
  /* min-height: 75px; */
  /* margin-top: -17px; */
  padding: 0 10px;
  background-color: var(--button-user-login-bg-color);
  opacity: 0;
  /* display: none; */
  color: var(--font-secondary-color);
  box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
  /* gap: 30px; */
  /* grid-template-columns: repeat(auto-fit, minmax(406px, 1fr)); */
  position: relative;
  z-index: 1;
  transition: min-height .3s, margin .3s, padding .3s, opacity .3s;
  pointer-events: none;
  overflow-y: scroll;

  --search-loading-icon-size: 20px;
  --search-loading-icon-position: calc(50% - (var(--search-loading-icon-size) / 2));
}
header .header-panel .search-input .search-results:before, header .header-panel .search-input .search-results:after {
  display: none;
  position: absolute;
}
header .header-panel .search-input .search-results:before {
  content: "";
  width: var(--search-loading-icon-size);
  height: var(--search-loading-icon-size);
  background-color: var(--button-user-login-bg-color);
  border: 1px solid var(--button-user-login-bg-color);
  border-bottom-color: var(--button-user-actions-border-color);
  border-radius: 50%;
  top: var(--search-loading-icon-position);
  left: var(--search-loading-icon-position);
  transform-origin: 50% 50%;
  animation: search-spinner .8s infinite linear;
}
header .header-panel .search-input .search-results:after {
  content: "Searching Site";
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  top: calc(var(--search-loading-icon-position) + 5px);
  /* left: calc(var(--search-loading-icon-position) + var(--search-loading-icon-size) + 5px); */
  left: 0;
  text-align: center;
}
header .header-panel .search-input .search-results .h5-like {
  color: var(--font-secondary-color);
}
header .header-panel .search-input .search-results .search-bar-item {
  color: var(--font-secondary-color);
  font-size: 14px;
  /* font-weight: 300; */
  line-height: 16px;
  text-decoration: underline;
}
header .header-panel .search-input .search-results .meta-info, header .header-panel .search-input .search-results .full-results {
  color: var(--font-secondary-color);
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  display: block;
}
header .header-panel .search-input .search-results .result {
  margin-bottom: 10px;
}
header .header-panel .search-input .search-results .result:last-of-type {
  margin-bottom: 20px;
}
header .header-panel .search-input .search-results .full-search-results {
  width: 100%;
  padding: 0 10px;
  background-color: var(--button-user-login-bg-color);
  position: relative;
  z-index: 5;
}
header .header-panel .search-input .search-results .row {
  width: 100%;
  padding: 0 10px;
}
/* show-search edits */
header .header-panel .search-input.show-search {
  max-width: var(--top-search-input-width);
  left: 0;
  overflow: initial;
  transition: max-width .3s, left .3s;
}
header .header-panel .search-input.show-search input.onsite-search-input {
  /* width: 250px; */
  opacity: 1;
}
/* searching edits */
header .header-panel .search-input.searching .search-results {
  min-height: 75px;
  margin-top: -17px;
  /* padding: 25px 10px 10px 10px; */
  padding: 25px 0 10px 0;
  opacity: 1;
  pointer-events: all;
}
header .header-panel .search-input.searching .search-results:before, header .header-panel .search-input.searching .search-results:after {
  display: block;
}
/* show-results edits */
header .header-panel .search-input .search-results.show-results:before, header .header-panel .search-input .search-results.show-results:after {
  display: none;
}
/* blur-results edits */
header .header-panel .search-input.blur-results .search-results:before, header .header-panel .search-input.blur-results .search-results:after {
  display: block;
}
/* direct-link result edits */
header .header-panel .search-input .search-results .direct-link {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 5px 10px;
  background-color: var(--theme-color-4);
}
header .header-panel .search-input .search-results .direct-link .h4-like {
  margin: 0;
  /* padding: 10px 5px; */
  color: var(--font-secondary-color);
  display: block;
}
header .header-panel .search-input .search-results .direct-link .search-bar-item {
  text-decoration: none;
}


header .header-panel.bread-crumbs {
  width: 100vw;
  height: calc(var(--gmf-logo-text-height) + (var(--header-hub-padding) * 2));
  padding: var(--header-hub-padding) 0 0 0;
  padding-left: calc(var(--gmf-logo-icon-width) + var(--gmf-logo-text-width) + 42px + (var(--header-hub-padding) * 2));
  background-color: var(--bread-crumbs-bg-color);
  box-shadow: 0 1px 3px rgba(0,0,0,0.2); 
  top: calc((var(--gmf-logo-text-height) + (var(--header-hub-padding) * 2)) * -1);
  left: 0;
  z-index: 5;
  transform: initial;
  /* transform-origin: 50% 0; */
  transition: top .3s;
  pointer-events: all;
}
header.show-breadcrumbs .header-panel.bread-crumbs {
  /* transform: scaleY(1); */
  top: 0;
}
header.hide-breadcrumbs .header-panel.bread-crumbs {
  /* transform: scaleY(0); */
  top: calc((var(--gmf-logo-text-height) + (var(--header-hub-padding) * 2)) * -1);
}
header .header-panel.bread-crumbs ul {
  width: 100%;
  color: var(--font-intro-color);
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  position: relative;
}
header .header-panel.bread-crumbs ul:before {
  content: "";
  width: 1px;
  height: 100%;
  /* margin: 0 15px 0 0; */
  background-color: var(--font-body-color);
  display: block;
  position: absolute;
  left: -15px;
  opacity: 0.2;
}
header .header-panel.bread-crumbs ul li {
  font-size: 14px;
  line-height: 16px;
  opacity: 0.3;
}
header .header-panel.bread-crumbs ul li:last-of-type {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.6;
}
header .header-panel.bread-crumbs ul li a {
  color: var(--font-intro-color);
}
header .header-panel.bread-crumbs ul li a:hover {
  text-decoration: underline;
}

/*///////// header-panel -> navigation edits /////////*/
header .header-panel.navigation {
  padding-top: calc((var(--gmf-logo-text-height) + var(--header-hub-padding)) + 18px);
}

/*///////// header-panel -> accessibility edits /////////*/
.accessibility-icon {
  width: var(--accessibility-icon-width);
  height: var(--accessibility-icon-height);
}
header .header-panel.accessibility .site-accessibility {
  width: auto;
  padding: 18px 0;
  position: absolute;
  bottom: calc(var(--header-hub-padding-bottom) - 18px);
  left: 0;
}
header .header-panel.accessibility .site-accessibility .accessibility-icon {
  --accessibility-icon-width: 0;
  opacity: 0;
  visibility: hidden;
}
header .header-panel.accessibility .site-accessibility:before {
  display: none;
}
header .header-panel.accessibility .access-options {
  padding: 13px;
  opacity: 0;
  position: relative;
  z-index: 15;
  transition: opacity .2s;
}
.header-panel.toggled.accessibility .panel-content .access-options, .header-panel.accessibility .panel-content:hover .access-options, .header-panel.accessibility .panel-content:focus-within .access-options {
  opacity: 1;
  transition: opacity .3s .15s;
}
.header-panel.accessibility .access-options .access-section {
  margin: 0 0 20px 0;
}
.header-panel.accessibility .access-options .access-section:last-of-type {
  margin: 0;
}
.header-panel.accessibility .access-options .option-heading {
  color: var(--font-secondary-color);
}
.header-panel.accessibility .access-options .option {
  padding: 3px 0;
  background-color: transparent;
  display: flex;
}
.header-panel.accessibility .access-options .option .icon {
  width: 23px;
  height: 23px;
  margin: 0 5px 0 0;
  background-color: var(--theme-color-4);
  color: var(--font-secondary-color);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .3s;
}
.header-panel.accessibility .access-options .option.active .icon {
  background-color: var(--optional-color-1);
}
.header-panel.accessibility .access-options .option p {
  margin: 0;
  color: var(--font-accessibility-color);
}
.header-panel.accessibility .access-options .option button {
  margin: 0;
  color: var(--font-accessibility-color);
}
.header-panel.accessibility .access-options .option.active button {
  --button-border-color: var(--optional-color-1);
  --button-cube-bg-color: var(--optional-color-1);
}

/*///////// header-panel -> user action edits /////////*/
header .header-panel.user-actions {
  height: calc(var(--gmf-logo-text-height) + (var(--header-hub-padding) * 2));
  padding: 14px 14px 0 0;
  background-color: transparent;
  display: flex;
  position: fixed;
  left: auto;
  right: 0;
  z-index: 5;
  transform: initial;
  transition: top .3s;
  pointer-events: all;
}
header .header-panel.user-actions button {
  width: var(--button-user-actions-size);
  height: var(--button-user-actions-size);
  margin: 0 9px 0 0;
  padding: 0;
  background-color: var(--button-user-actions-bg-color);
  border: 0.25px solid var(--button-user-actions-border-color);
  border-radius: 50%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
/*
header .header-panel.user-actions button:last-of-type {
  margin: 0;
}
*/
header .header-panel.user-actions button:before {
  display: none;
}
header .header-panel.user-actions button svg.icon-close {
  display: none;
}
/* show-search edits */
header .header-panel.user-actions button.show-search svg {
  display: none;
}
header .header-panel.user-actions button.show-search svg.icon-close {
  display: block;
}
/* user-login-dropdown styles */
header .header-panel .user-login {
  position: relative;
}
header .header-panel .user-login button {
  margin: 0;
  position: relative;
  z-index: 15;
}
header .header-panel .user-login button svg.icon-close {
  display: none;
}
header.show-user-logins .header-panel .user-login button svg {/* hide the default user icon when the header has the "show-user-logins" state */
  display: none;
}
header.show-user-logins .header-panel .user-login button svg.icon-close {/* reveal the close icon when the header has the "show-user-logins" state */
  display: block;
}
header .header-panel .user-login .user-login-dropdown {
  width: 151px;
  padding: 10px;
  background-color: var(--button-user-login-bg-color);
  /* border-radius: 0 15px 0 0; */
  border-radius: 15px 15px 0 0;
  box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  transition: opacity .2s, transform .2s ease-out;
  pointer-events: none;
}
header .header-panel .user-login .user-login-dropdown .h5-like {
  width: 100%;
  margin: 0 0 6px 0;
  padding-bottom: 10px;
  border-bottom: 0.25px solid var(--button-user-actions-border-color);
  color: var(--font-secondary-color);
  display: block;
}
header.show-user-logins .header-panel .user-login .user-login-dropdown {/* reveal the .user-login-dropdown when the header has the "show-user-logins" state */
  opacity: 1;
  pointer-events: all;
}
/*
header .header-panel .user-login .user-login-dropdown .user-login-close {
  position: absolute;
  top: 0;
  right: 0;
}
*/
header .header-panel .user-login .user-login-dropdown .user-login-link {
  margin-bottom: 6px;
  opacity: 0.8;
  color: var(--font-secondary-color);
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  display: block;
  transition: opacity .3s;
}
body.highlight-links header .header-panel .user-login .user-login-dropdown .user-login-link {
  color: #000;
}
header .header-panel .user-login .user-login-dropdown .user-login-link:after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-image: url('/assets/images/gmf_offsite_link_icon.svg');
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
a[href^="http://"]:not([href*="greatermilwaukeefoundation.org"]):not(.skip-offsite):after,
a[href^="https://"]:not([href*="greatermilwaukeefoundation.org"]):not(.skip-offsite):after {
  filter: invert(1);
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-image: url('/assets/images/gmf_offsite_link_icon.svg');
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
body.dark-mode a[href^="http://"]:not([href*="greatermilwaukeefoundation.org"]):after,
body.dark-mode a[href^="https://"]:not([href*="greatermilwaukeefoundation.org"]):after {
  filter: invert(0);
}
.footer-info.links a[href^="http://"]:not([href*="greatermilwaukeefoundation.org"]):after,
.footer-info.links a[href^="https://"]:not([href*="greatermilwaukeefoundation.org"]):after {
  filter: invert(0);
}

header .header-panel .user-login .user-login-dropdown .user-login-link:hover {
  opacity: 1;
}
header .header-panel .user-login .user-login-dropdown .user-login-link:last-of-type {
  margin-bottom: 0;
}


.top-search-input {
  max-width: 0;
  height: var(--button-user-actions-size);
  margin-right: calc((var(--button-user-actions-size)) * -1);
  background-color: var(--top-search-bg-color);
  border-radius: 15px;
  position: relative;
  left: -14px;
  transition: max-width .3s, left .3s .1s;
  overflow: hidden;
}
.top-search-input:before {
  content: "";
  width: calc(var(--button-user-actions-size) - 2px);
  height: calc(var(--button-user-actions-size) - 2px);
  background-color: transparent;
  border: 1px solid var(--top-search-bg-color);
  border-bottom-color: var(--button-user-actions-border-color);
  border-radius: 50%;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  transform-origin: 50% 50%;
  transition: opacity;
  transition-duration: 0s;
  animation: search-spinner .8s infinite linear;
  pointer-events: none;
}
.top-search-input label {
  text-indent: -9999px;
  display: inline-block;
  position: absolute;
}
.top-search-input form {
  height: 100%;
  position: relative;
  z-index: 5;
}
.top-search-input input.onsite-search-input {
  width: 250px;
  height: 100%;
  padding: 6px calc(var(--button-user-actions-size) + 8px) 4px 8px;
  background-color: var(--top-search-bg-color);
  border: none;
  border-radius: 25px;
  opacity: 0;
  color: var(--font-secondary-color);
  font-size: var(--font-input-search-size);
  font-weight: var(--font-input-search-weight);
  line-height: var(--font-input-search-line-height);
  /* position: relative; */
  /* z-index: 1; */
  transition: opacity .3s .2s;
}
input.onsite-search-input:focus {
  border: transparent;
  outline: transparent;
}
.top-search-input .search-results {
  width: 100%;
  min-height: 75px;
  margin-top: -17px;
  padding: 0;
  background-color: var(--top-search-bg-color);
  opacity: 0;
  color: var(--font-secondary-color);
  box-shadow: 0 1px 5px -1px rgba(0,0,0,0.4);
  position: relative;
  z-index: 1;
  transition: padding .3s, opacity .3s;
  pointer-events: none;
}
.top-search-input .search-results:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--top-search-bg-color);
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  transition: opacity .3s;
}
@keyframes search-spinner {
  0%   {transform: rotate(0deg);}
  50%  {transform: rotate(180deg);}
  100% {transform: rotate(360deg);}
}
.top-search-input .search-results .h5-like {
  color: var(--font-secondary-color);
}
.top-search-input .search-results .search-bar-item {
  color: var(--font-secondary-color);
  font-size: 14px;
  /* font-weight: 300; */
  line-height: 16px;
  text-decoration: underline;
}
body.highlight-links .top-search-input .search-results .search-bar-item {
  color: #000;
}
.top-search-input .search-results .meta-info, .top-search-input .search-results .full-results {
  color: var(--font-secondary-color);
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  display: block;
}
.top-search-input .search-results .row {
  padding: 0 10px;
}
.top-search-input .search-results .row .result {
  margin-bottom: 10px;
}
.top-search-input .search-results .row .result:last-of-type {
  margin-bottom: 20px;
}
.top-search-input .search-results .full-search-results {
  width: 100%;
  padding: 0 10px;
  background-color: var(--top-search-bg-color);
  position: relative;
  z-index: 5;
}
/* show-search edits */
.top-search-input.show-search {
  max-width: var(--top-search-input-width);
  left: 0;
  overflow: initial;
  transition: max-width .3s, left .3s;
}
.top-search-input.show-search input.onsite-search-input {
  /* width: 250px; */
  opacity: 1;
}
/* searching edits */
.top-search-input.searching:before {
  opacity: 1;
  transition-duration: .3s;
}
/*
.top-search-input.searching .search-results {
  padding: 25px 10px 10px 10px;
  opacity: 1;
  pointer-events: all;
}
.top-search-input.searching .search-results:before, .top-search-input.searching .search-results:after {
  display: block;
}
*/
/* show-results edits */
.top-search-input.show-results:before {
  opacity: 0;
}
.top-search-input.show-results .search-results {
  /* padding: 25px 10px 10px 10px; */
  padding: 25px 0 10px 0;
  opacity: 1;
  pointer-events: all;
}
/* blur-results edits */
.top-search-input.blur-results:before {
  opacity: 1;
  transition-duration: .3s;
}
.top-search-input.blur-results .search-results:before {
  opacity: 0.6;
}
/* direct-link result edits */
.top-search-input .search-results .direct-link {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 5px 10px;
  background-color: var(--theme-color-4);
}
.top-search-input .search-results .direct-link .h4-like {
  margin: 0;
  /* padding: 10px 5px; */
  color: var(--font-secondary-color);
  display: inline-block;
}
body.highlight-links .top-search-input .search-results .direct-link .h4-like {
  color: #000;
}
.top-search-input .search-results .direct-link .search-bar-item {
  display: block;
  text-decoration: none;
}


.o-color-1 {
  --button-cube-bg-color: var(--optional-color-1);
  --button-border-color: var(--optional-color-1);
  --unordered-list-marker-bg-color: var(--optional-color-1);
  --page-banner-bg-color: var(--optional-color-1);
  --right-sidebar-top-line-bg-color: var(--optional-color-1);
  --curve-element-border-gradient-color-2: var(--optional-color-1);
}
.o-color-2 {
  --button-cube-bg-color: var(--optional-color-2);
  --button-border-color: var(--optional-color-2);
  --unordered-list-marker-bg-color: var(--optional-color-2);
  --page-banner-bg-color: var(--optional-color-2);
  --right-sidebar-top-line-bg-color: var(--optional-color-2);
  --curve-element-border-gradient-color-2: var(--optional-color-2);
}
.o-color-3 {
  --button-cube-bg-color: var(--optional-color-3);
  --button-border-color: var(--optional-color-3);
  --unordered-list-marker-bg-color: var(--optional-color-3);
  --page-banner-bg-color: var(--optional-color-3);
  --right-sidebar-top-line-bg-color: var(--optional-color-3);
  --curve-element-border-gradient-color-2: var(--optional-color-3);
}
.o-color-4 {
  --button-cube-bg-color: var(--optional-color-4);
  --button-border-color: var(--optional-color-4);
  --unordered-list-marker-bg-color: var(--optional-color-4);
  --page-banner-bg-color: var(--optional-color-4);
  --right-sidebar-top-line-bg-color: var(--optional-color-4);
  --curve-element-border-gradient-color-2: var(--optional-color-4);
}
.o-color-5 {
  --button-cube-bg-color: var(--optional-color-5);
  --button-border-color: var(--optional-color-5);
  --unordered-list-marker-bg-color: var(--optional-color-5);
  --page-banner-bg-color: var(--optional-color-5);
  --right-sidebar-top-line-bg-color: var(--optional-color-5);
  --curve-element-border-gradient-color-2: var(--optional-color-5);
}
/*/////////////////////////////////////////////////////*/

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ BODY STYLES(desktop) \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.main-content {
  width: 100%;
  /* min-height: 68vh; */
  padding-left: calc((var(--header-hub-padding) * 2) + var(--gmf-logo-icon-width));
}
.main-content.tertiary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-content .body {
  width: var(--content-body-width);
  /* max-width: 1120px; */
  max-width: 1440px;
  min-height: 25vh;
  padding: 0 var(--body-padding);
}
.main-content.home .body {
  max-width: none;
}
.main-content.tertiary .body {
  width: var(--content-body-tertiary-width);
  margin-top: 50px;
  padding-right: 0;
}
.main-content .below-body.body,
.main-content.tertiary .below-body.body {
  width: var(--content-body-width);
  min-height: auto;
  padding: 0 var(--body-padding);
}
.main-content.no-sidebar .body {
  width: var(--content-body-width);
  padding: 0 var(--body-padding);
}
.main-content .body .page-preheader {
  margin-bottom: 10px;
  display: block;
}
.main-content .body h1 {
  margin-bottom: 30px;
}
.main-content .body a, .right-sidebar .sidebar-item a {
  color: var(--font-link-color);
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.dark-mode .main-content .body a, body.dark-mode .right-sidebar .sidebar-item a {
  color: var(--accordion-article-bg-color);
}
.main-content .body a.return-to {
  text-decoration: none;
}
.main-content .body button, .main-content .body a.button-like {
  color: var(--button-primary-font-color);
  text-decoration: none;
}
.main-content .body button.secondary, .main-content .body a.button-like.secondary {
  color: var(--button-secondary-font-color);
}
.main-content .body img {
  max-width: 100%;
  height: auto;
  filter: var(--image-filter);
}
.main-content table {
  margin-bottom: 50px;
}
/* .main-content .body .lineage-container {
  display: none;
} */
.body ul, .body ol {
  margin: 0 0 25px 0;
  padding-left: 15px;
}
.body li {
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
  position: relative;
}
.body li:last-of-type {
  margin: 0;
}
.body ol li {
  padding: 0;
}
.body ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--unordered-list-marker-bg-color);
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}
.body .pullquote {
  width: calc(100% - 31px);
  padding: 47px;
  margin-left: 31px;/* 25px + 6px :before */
  background-color: var(--action-bucket-bg-color);
  color: var(--theme-headline-color);
  font-size: var(--font-body-pullquote-size);
  font-weight: var(--font-body-pullquote-weight);
  line-height: var(--font-body-pullquote-line-height);
  display: block;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* align-items: center; */
  position: relative;
}
.body .pullquote:before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: var(--theme-color-4);
  background-image: linear-gradient(180deg, var(--theme-color-4), var(--optional-color-3));
  display: block;
  position: absolute;
  top: 0;
  left: -31px;
}
/*
.body .pullquote br {
  display: none;
}
*/
.body .pullquote-header {
  margin-bottom: 10px;
  font-size: var(--font-body-pullquote-header-size);
  font-weight: var(--font-body-pullquote-header-weight);
  line-height: var(--font-body-pullquote-header-line-height);
  display: block;
}
.body .pullquote-header {}
.body .pullquote-author {
  /* width: 100%; */
  margin-top: 6px;
  font-size: var(--font-body-pullquote-author-size);
  font-weight: var(--font-body-pullquote-author-weight);
  line-height: var(--font-body-pullquote-author-line-height);
  display: block;
}
.body .pullquote-section {
  display: flex;
  gap: 15px;
  align-items: center;
}
.body .pullquote-section p {
  margin: 0;
  color: var(--theme-headline-color);
  font-size: var(--font-body-pullquote-size);
  font-weight: var(--font-body-pullquote-weight);
  line-height: var(--font-body-pullquote-line-height);
}
.body .pullquote-section .pullquote-author.title {
  margin: 0;
}
  
.main-content.home .body {
  padding: 0;
}
.section-head {
  width: 100%;
  margin: 0 0 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section-head .h1-like {
  margin: 0;
  font-size: var(--font-section-header-size);
  font-weight: var(--font-section-header-weight);
  line-height: var(--font-section-header-line-height);
}

bs_editable {
  margin: 0 0 50px 0;
  display: block;
}

/*////////////////// CURVE element styles //////////////////*/
.curved-element {
  background-color: var(--theme-color-1);/* color-1 is the default */
  position: relative;
  /* top: -30px; */
}
.curved-element:before, .curved-element:after {
  content: "";
  width: 100%;
  background-color: var(--theme-color-1);/* color-1 is the default */
  display: block;
  position: absolute;
  left: 0;
}
.curved-element:before {/* curve itself */
  height: var(--curve-element-height);/* curve's clip-path was created with height of 100px (changing the height will alter the curve's clip-path) */
  /* top: -86px; */
  top: var(--curve-element-position);
  z-index: 10;
  clip-path: url(#myCurve3);
}
.curved-element:after {/* curve element background (hides run-off from curve elements) */
  height: 100%;
  background-color: var(--theme-color-1);/* color-1 is the default */
  top: 0;
  z-index: 10;
}
/* .curved-element.curve-top {} */
.curved-element h1, .curved-element .h1-like, .curved-element h2, .curved-element h3, .curved-element h4, .curved-element h5, .curved-element .h5-like, .curved-element img, .curved-element p, .curved-element a, .curved-element ul {
  position: relative;
  z-index: 20;
}
.curved-element .curved-element-bottom {
  width: 100%;
  height: var(--curve-element-height);/* curve's clip-path was created with height of 100px (changing the height will alter the curve's clip-path) */
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.curved-element .curved-element-bottom:before, .curved-element .curved-element-bottom:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  transform: scale(-1);
  clip-path: url(#myCurve3);
}
.curved-element .curved-element-bottom:before {/* curve itself for bottom of element */
  background-color: var(--theme-color-1);/* color-1 is the default */
  bottom: var(--curve-element-position);
  z-index: 10;
}
.curved-element .curved-element-bottom:after {/* curve border itself for bottom of element */
  background-color: var(--curve-element-bottom-border-color);
  bottom: calc(var(--curve-element-position) - 1px);
  z-index: 9;
}
/*///////// .curve-bottom edits /////////*/
.curved-element.curve-bottom {
  margin-bottom: 16px;/* margin is added to offset the extra color hanging at the bottom of the element */
}
.curved-element.curve-bottom:before,
.curved-element.curve-bottom:after {
  top: auto;
  bottom: 0;
  z-index: 35;
}
.curved-element.curve-bottom:after {/* height and bottom are adjusted to help hide any .curved-element-extra assets */
  height: 16px;
  bottom: -16px;
}
.curved-element.curve-bottom .curved-element-border {
  top: auto;
  bottom: 3px;
  z-index: 30;
}
.curved-element.curve-bottom .curved-element-extra {
  top: auto;
  bottom: 0;
  z-index: 25;
}
.curved-element.curve-bottom .curved-element-extra:before {
  top: auto;
  bottom: 24px;
}
.curved-element.curve-bottom .curved-element-extra:after {/* this -16px offset is hidden by .curved-element.curve-bottom:after */
  top: auto;
  bottom: -16px;
}
/*///////////////////////////////////////*/
/*///////// .curved-element-border edits /////////*/
.curved-element .curved-element-border {
  width: 100%;
  height: var(--curve-element-height);/* curve's clip-path was created with height of 100px (changing the height will alter the curve's clip-path) */
  background-image: linear-gradient(90deg, var(--curve-element-border-gradient-color-1), var(--curve-element-border-gradient-color-2) 35%);/* --theme-color-1 & 4 is default */
  display: block;
  position: absolute;
  top: calc(var(--curve-element-position) - 5px);
  left: 0;
  z-index: 5;
  clip-path: url(#myCurve3);
}
/*///////// .curved-element-extra edits /////////*/
.curved-element .curved-element-extra {
  width: 100%;
  height: var(--curve-element-height);/* curve's clip-path was created with height of 100px (changing the height will alter the curve's clip-path) */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.curved-element .curved-element-extra:before, .curved-element .curved-element-extra:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, var(--curve-element-extra-color-1), var(--curve-element-extra-color-2));
  display: block;
  position: absolute;
  left: 0;
  clip-path: url(#myCurve3);
}
.curved-element .curved-element-extra:before {
  opacity: 0.45;
  /* top: -113px; */
  top: var(--curve-element-extra-position-1);
}
.curved-element .curved-element-extra:after {
  opacity: 0.2;
  display: none;
  /* top: -62px; */
  top: var(--curve-element-extra-position-2);
  transform: scaleX(-1);
}
.curved-element .curved-element-extra.double:after {
  display: block;
}
/*//////////////////////////////////////////////////////////*/

/*////////////////// SEARCH container styles //////////////////*/
.search-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.result-head h2, .result-head .h2-like {
  margin: 25px 0;
  /* font-size: 35px; */
  /* line-height: 40px; */
}
.search-page-search {
  width: 100%;
  margin-bottom: 20px;
}
.search-page-search form {
  margin: 0;
}
.search-page-search .search-results-count {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  display: block;
}
.search-page-search input[type="text"] {
  width: 314px;
  padding: 9px 6px;
}
.search-col-full {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 15px;
  background-color: var(--theme-color-4);
  /* border: 1px solid var(--theme-color-1); */
}
.search-col-full h3 {
  margin: 0 0 7px 0;
  padding: 0 0 7px 0;
  color: var(--font-secondary-color);
  border-bottom: 1px solid var(--theme-color-1);
}
.search-col-full a.result {
  color: var(--font-secondary-color);
  text-decoration: none;
  /* font-size:  */
}
.search-col-full p {
  margin: 0;
  color: var(--font-secondary-color);
}
.search-col-left {
  width: calc(50% - 15px);
}
.search-col-right {
  width: calc(50% - 15px);
}
.search-results-container {
  display: grid;
}
.search-results-container p {
  margin: 5px 0 0 0;
  font-size: 14px;
  line-height: 18px;
}
.search-results-container .results-container .result:after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background-color: var(--input-border-color);
  display: block;
}
.search-results-container .results-container .result:last-of-type:after {
  background-color: transparent;
}
/*/////////////////////////////////////////////////////////////*/

/*////////////////// PAGE banner styles //////////////////*/
.page-banner {
  width: 100%;
}
.page-banner:before, .page-banner:after {
  background-color: var(--body-bg-color);
}
.page-banner .banner-media {/* instead of using a <img> element, we're using the page_image as a background-image to avoid image stretching */
  width: 100%;
  max-width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--page-banner-bg-color);
  display: block;
}
.page-banner.simple .banner-media {
  height: 190px;
  display: block;
}
/*
.main-content.tertiary .page-banner .banner-media {
  max-height: 290px;
}
*/
/*////////////////////////////////////////////////////////*/

/*////////////////// CAMPAIGN swiper styles //////////////////*/
.campaign-swiper {}
.main-content .body .campaign-swiper a.button-like {
  color: var(--button-secondary-alt-font-color);
}
.campaign-swiper .slide-pagination-container {
  width: 100%;
  min-height: 39px;
  padding: 0 39px 20px 39px;
  background-color: var(--theme-color-1);
  position: relative;
  z-index: 20;
}
.campaign-swiper .slide-pagination-container .swiper-pagination {
  text-align: initial;
  position: relative;
  top: 0;
}
.campaign-swiper .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid var(--swiper-pagination-bullet-inactive-color);
}
.campaign-swiper .swiper-wrapper {
  background-color: var(--theme-color-5);
}
.campaign-swiper .slide {}
.campaign-swiper .slide .slide-media {
  width: 100%;
  min-height: var(--campaign-slide-media-height);
  background-repeat: no-repeat;
  /* background-position: center; */
  /* background-size: cover; */
  filter: var(--image-filter);
}
.campaign-swiper .slide .slide-media.show-on-mobile {
  display: none;
}
.campaign-swiper .slide .slide-content {
  height: var(--campaign-slide-content-height);
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
}
.campaign-swiper .slide .slide-content .h1-like {
  width: 100%;
  /* max-height: calc(var(--font-campaign-header-line-height) * 2); */
  max-height: calc(var(--font-campaign-header-line-height) * 2 + (23px));/* offset the max-height by 23px padding-top */
  /* min-height: calc(var(--font-campaign-header-line-height) * 2 + (23px)); */
  margin: 0 0 8px 0;
  padding: 23px 39px 2px 39px;
  color: var(--font-secondary-color);
  font-size: var(--font-campaign-header-size);
  font-weight: var(--font-campaign-header-weight);
  line-height: var(--font-campaign-header-line-height);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.campaign-swiper .slide .slide-content .h1-like.styled {
  max-height: calc(var(--font-campaign-header-line-height) * 2 + (9px + 12px + 23px));/* offset the max-height by the style curve(9px height, 12px margin, 23px padding-top) */
}
.campaign-swiper .slide .slide-content .h1-like.styled:before {
  margin: 0;
  position: absolute;
  top: 0;
  left: 39px;
}
.campaign-swiper .slide .slide-content .h5-like {
  margin: 0 0 5px 0;
  color: var(--font-secondary-color);
}
.campaign-swiper .slide .slide-content p {
  color: var(--font-secondary-color);
}
.campaign-swiper .slide .slide-content .content-panels {
  width: 100%;
  /* padding: 0 32px 23px 32px; */
  display: flex;
  position: relative;
  z-index: 20;
}
.campaign-swiper .slide .slide-content .content-panels .panel {
  width: var(--campaign-single-panel-width);
  padding: 0 32px 23px 32px;
}
.campaign-swiper .slide .slide-content .content-panels .panel p {
  max-height: calc(var(--font-campaign-body-line-height) * 4);
  margin: 0;
  opacity: var(--font-campaign-body-opacity);
  font-size: var(--font-campaign-body-size);
  font-weight: var(--font-campaign-body-weight);
  line-height: var(--font-campaign-body-line-height);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.campaign-swiper .slide .slide-content .content-panels .panel a.button-like {
  margin: 10px 0 0 0;
}
.campaign-swiper .slide .slide-content .content-panels .panel:first-of-type {
  padding: 0 39px 23px 39px;
}
.campaign-swiper .slide .slide-content .content-panels .panel:first-of-type p {
  max-height: calc(var(--font-campaign-body-first-line-height) * 4);
  opacity: var(--font-campaign-body-first-opacity);
  font-size: var(--font-campaign-body-first-size);
  font-weight: var(--font-campaign-body-first-weight);
  line-height: var(--font-campaign-body-first-line-height);
  /* -webkit-line-clamp: 3; */
}
/* multi-panel edits */
.campaign-swiper .slide.double-panel .slide-content .content-panels .panel {
  width: var(--campaign-double-panel-width);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.campaign-swiper .slide.triple-panel .slide-content .content-panels .panel {
  width: var(--campaign-triple-panel-width);
}
.campaign-swiper .slide.double-panel .slide-content:before, .campaign-swiper .slide.double-panel .slide-content:after, .slide.double-panel .slide-pagination-container {
  background-image: linear-gradient(90deg, var(--theme-color-1) calc(100% - var(--campaign-double-panel-width)), var(--campaign-panel-bg-color-1) calc(100% - var(--campaign-double-panel-width)));
}
.campaign-swiper .slide.triple-panel .slide-content:before, .campaign-swiper .slide.triple-panel .slide-content:after, .campaign-swiper .slide.triple-panel .slide-pagination-container {
  background-image: linear-gradient(90deg, var(--theme-color-1) calc(100% - (var(--campaign-triple-panel-width) * 2)), var(--campaign-panel-bg-color-1) calc(100% - (var(--campaign-triple-panel-width) * 2)), var(--campaign-panel-bg-color-1) calc(100% - var(--campaign-triple-panel-width)),var(--campaign-panel-bg-color-2) calc(100% - var(--campaign-triple-panel-width)));
}
.campaign-swiper .slide.single-panel .slide-content .h1-like {
  width: 100%;
}
.campaign-swiper .slide.single-panel .slide-content .h1-like, .campaign-swiper .slide.single-panel .slide-content .content-panels .panel:first-of-type {
  width: 100%;
}
.campaign-swiper .slide.double-panel .slide-content .h1-like, .campaign-swiper .slide.double-panel .slide-content .content-panels .panel:first-of-type {
  width: calc(100% - var(--campaign-double-panel-width));
}
.campaign-swiper .slide.triple-panel .slide-content .h1-like, .campaign-swiper .slide.triple-panel .slide-content .content-panels .panel:first-of-type {
  width: calc(100% - (var(--campaign-triple-panel-width) * 2));
}
.campaign-swiper .slide.triple-panel .slide-content .content-panels .panel p {
  max-height: calc(var(--font-campaign-body-first-line-height) * 3);
  -webkit-line-clamp: 3;
}




/*/////////////// initial-animate/viewport-load animations ///////////////*/
@keyframes fade-in {
  0%   {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-left-to-right {
  0%   {
    opacity: 0;
    left: -15px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fade-in-downward {
  0%   {
    opacity: 0;
    top: -5px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.header-hub.initial-animate .site-logo:before, .header-hub.initial-animate .site-logo .logo-icon, .header-hub.initial-animate .site-logo .logo-text {
  opacity: 0;
  transform: translate(0, -5px);
  transition: opacity 1s, transform 1s;
  transition-timing-function: ease-out;
}
.header-hub.initial-animate ul.main-nav-orbs li {
  opacity: 0;
  top: -5px;
  transition: opacity 1s, top 1s;
}
.header-hub.initial-animate .header-panel .kebab-menu {
  opacity: 0;
  transform: translate(0, -5px);
  transition: opacity 1s, transform 1s;
  transition-timing-function: ease-out;
}
.header-hub.initial-animate .site-accessibility:before {
  opacity: 0;
  left: calc((var(--header-hub-padding) + 10px) * -1);
  transition: opacity 1s, left 1s;
  transition-timing-function: ease-out;
}
.header-hub.initial-animate .accessibility-icon {
  opacity: 0;
  position: relative;
}
.page-banner.viewport-load .banner-media {
  opacity: 0;
}
.campaign-swiper.initial-animate .slide .slide-media {
  opacity: 0;
  position: relative;
}
.campaign-swiper.initial-animate .slide .slide-content .h1-like {
  opacity: 0;
  position: relative;
}
.campaign-swiper.initial-animate .slide .slide-content .content-panels .panel {
  opacity: 0;
  position: relative;
}
.full-section .section-media.viewport-load, .full-section .section-body.viewport-load .content, .full-section .section-body.viewport-load .side-panel {
  opacity: 0;
  position: relative;
}
.tab-section.viewport-load .section-tabs .tab-toggle-label, .tab-section.viewport-load .tab-body .tab-media, .tab-section.viewport-load .tab-body .tab-content {
  opacity: 0;
  position: relative;
}
.tile-section.viewport-load .section-head {
  opacity: 0;
  position: relative;
}
.tile-section.viewport-load .tiles .tile {
  opacity: 0;
}
.action-bucket.viewport-load {
  opacity: 0;
}
footer.viewport-load .site-logo, footer.viewport-load .footer-info, footer .footer-credits.viewport-load {
  opacity: 0;
  position: relative;
}

/* site-loaded/element-initialized animations edits */

.page-banner.viewport-load.element-initialized .banner-media {
  animation: fade-in 1s forwards ease-out;
}
.full-section .section-media.viewport-load.element-initialized {
  animation: fade-in 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  /* animation-delay: .3s; */
}
.full-section .section-body.viewport-load.element-initialized .content, .full-section .section-body.viewport-load.element-initialized .side-panel {
  animation: fade-in-left-to-right 1s;
  animation-fill-mode: forwards;
  /* animation-delay: .3s; */
}
.full-section .section-body.viewport-load.element-initialized .content {
  animation-delay: .1s;
}
.full-section .section-body.viewport-load.element-initialized .side-panel {
  animation-delay: .2s;
}
.site-loaded .header-hub.initial-animate .site-logo .logo-icon, .site-loaded .header-hub.initial-animate .site-logo .logo-text {
  opacity: 1;
  transform: translate(0, 0);
}
.site-loaded .header-hub.initial-animate ul.main-nav-orbs li {
  /* animation: fade-in-downward 1s forwards; */
  /* animation-delay: .2s; */
  /* animation-timing-function: ease-out; */
  opacity: var(--header-hub-orb-opacity);
  top: 0;
  transition-delay: .2s;
  transition-timing-function: ease-out;
}
.site-loaded .header-hub.initial-animate ul.main-nav-orbs li:nth-of-type(2) {
  transition-delay: .3s;
}
.site-loaded .header-hub.initial-animate ul.main-nav-orbs li:nth-of-type(3) {
  transition-delay: .4s;
}
.site-loaded .header-hub.initial-animate ul.main-nav-orbs li:nth-of-type(4) {
  transition-delay: .5s;
}
.site-loaded .header-hub.initial-animate ul.main-nav-orbs li:nth-of-type(5) {
  transition-delay: .6s;
}
.site-loaded .header-hub.initial-animate ul.main-nav-orbs li:nth-of-type(6) {
  transition-delay: .7s;
}
.site-loaded .header-hub.initial-animate ul.main-nav-orbs li:nth-of-type(7) {
  transition-delay: .8s;
}
.site-loaded .header-hub.initial-animate .header-panel .kebab-menu {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 1s;
}
.site-loaded .header-hub.initial-animate .site-accessibility:before {
  opacity: 1;
  left: calc(var(--header-hub-padding) * -1);
  transition-delay: 1.4s;
}
.site-loaded .header-hub.initial-animate .accessibility-icon {
  animation: fade-in-downward 1s forwards;
  animation-delay: 1.2s;
  animation-timing-function: ease-out;
}
.site-loaded .campaign-swiper.initial-animate .slide .slide-media {
  animation: fade-in 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.site-loaded .campaign-swiper.initial-animate .slide .slide-content .h1-like {
  animation: fade-in-left-to-right 1s;
  animation-fill-mode: forwards;
  animation-delay: .3s;
}
.site-loaded .campaign-swiper.initial-animate .slide .slide-content .content-panels .panel {
  animation: fade-in-left-to-right 1s;
  animation-fill-mode: forwards;
  animation-delay: .3s;
}
.site-loaded .campaign-swiper.initial-animate .slide .slide-content .content-panels .panel:nth-of-type(2) {
  animation-delay: .4s;
}
.site-loaded .campaign-swiper.initial-animate .slide .slide-content .content-panels .panel:nth-of-type(3) {
  animation-delay: .5s;
}
.site-loaded .full-section.initial-animate .section-body .content {
  animation: fade-in-left-to-right 1s;
  animation-fill-mode: forwards;
  animation-delay: .3s;
}
.site-loaded .full-section.initial-animate .section-body .side-panel {
  animation: fade-in-left-to-right 1s;
  animation-fill-mode: forwards;
  animation-delay: .4s;
}
.tab-section.viewport-load.element-initialized .section-tabs .tab-toggle-label {
  animation: fade-in-left-to-right 1s;
  animation-fill-mode: forwards;
  animation-delay: .1s;
}
.tab-section.viewport-load.element-initialized .section-tabs .tab-toggle-label:nth-of-type(2) {
  animation-delay: .2s;
}
.tab-section.viewport-load.element-initialized .section-tabs .tab-toggle-label:nth-of-type(3) {
  animation-delay: .3s;
}
.tab-section.viewport-load.element-initialized .section-tabs .tab-toggle-label:nth-of-type(4) {
  animation-delay: .4s;
}
.tab-section.viewport-load.element-initialized .tab-body .tab-media, .tab-section.viewport-load.element-initialized .tab-body .tab-content {
  animation: fade-in 1s;
  animation-fill-mode: forwards;
  animation-delay: .5s;
}
.tab-section.viewport-load.element-initialized .tab-body .tab-content {
  animation-delay: .7s;
}
.tile-section.viewport-load.element-initialized .section-head, .tile-section.viewport-load.element-initialized .tiles .tile {
  animation: fade-in-left-to-right 1s;
  animation-fill-mode: forwards;
}
.tile-section.viewport-load.element-initialized .tiles .tile {
  animation-delay: .4s;
}
.tile-section.viewport-load.element-initialized .tiles .tile:nth-of-type(2) {
  animation-delay: .5s;
}
.tile-section.viewport-load.element-initialized .tiles .tile:nth-of-type(3) {
  animation-delay: .6s;
}
.tile-section.viewport-load.element-initialized .tiles .tile:nth-of-type(4) {
  animation-delay: .7s;
}
.tile-section.viewport-load.element-initialized .tiles .tile:nth-of-type(5) {
  animation-delay: .8s;
}
.action-bucket.viewport-load.element-initialized {
  animation: fade-in 1s;
  animation-fill-mode: forwards;
  animation-delay: .1s;
}
footer.viewport-load.element-initialized .site-logo, footer.viewport-load.element-initialized .footer-info, footer.viewport-load.element-initialized .footer-credits {
  animation: fade-in-left-to-right 1s forwards;
  animation-delay: .1s;
}
footer.viewport-load.element-initialized .footer-info:last-of-type {
  animation-delay: .3s;
}
footer .footer-credits.viewport-load.element-initialized {
  animation: fade-in-left-to-right 1s forwards;
  animation-delay: .1s;
}
/*////////////////////////////////////////////////////////////*/

/*////////////////// FULL section styles //////////////////*/
.full-section {
  width: 100%;
}
.full-section .curved-element {
  background-color: var(--full-section-content-bg-color);
}
.full-section .curved-element-bottom:before {/* curve itself for bottom of element */
  background-color: transparent;
  /* background-image: linear-gradient(90deg, var(--full-section-content-bg-color) 70%, var(--full-section-panel-bg-color) 70%); */
  background-image: linear-gradient(270deg, var(--full-section-content-bg-color) calc(100% - 380px),  var(--full-section-panel-bg-color) calc(100% - 380px));
}
.full-section .heading {
  margin: 0 0 7px 0;
  display: inline-block;
  font-size: var(--font-full-section-header-size);
  font-weight: var(--font-full-section-header-weight);
  line-height: var(--font-full-section-header-line-height);
}
.full-section .heading:before {
  content: "";
  width: calc(100% + 5px);
  height: 5px;
  margin: 0 0 5px 0;
  background-image: linear-gradient(90deg, var(--curve-element-border-gradient-color-1), var(--curve-element-border-gradient-color-2) 35%);
  display: block;
}
.full-section p {
  color: var(--font-intro-color);
  font-size: var(--font-full-section-body-size);
  font-weight: var(--font-full-section-body-weight);
  line-height: var(--font-full-section-body-line-height);
}
.main-content .full-section ul, .main-content .full-section ol {
  margin: 0 0 15px 0;
}
.main-content .full-section ul li {
  margin: 0 0 3px 0;
  padding: 0 0 0 15px;
  color: var(--font-intro-color);
  font-size: var(--font-full-section-list-size);
  font-weight: var(--font-full-section-list-weight);
  line-height: var(--font-full-section-list-line-height);
}
.main-content .full-section ul li:last-of-type {
  margin: 0;
}
.main-content .full-section ul li:before {
  width: 8px;
  height: 8px;
  top: 5px;
}

.full-section .section-media {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  /* background-size: cover; */
  /* background-position: center; */
}
.full-section video.section-media {
  height: auto;
}
.full-section .section-body {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.full-section .section-body:before, .full-section .section-body:after {
  background-image: linear-gradient(90deg, var(--full-section-content-bg-color) calc(100% - 380px), var(--full-section-panel-bg-color) calc(100% - 380px) );
}
.full-section .section-body .content {
  width: calc(100% - 380px);
  padding: 50px calc(var(--body-padding) - 4px);
  position: relative;
  z-index: 15;
}
.full-section .section-body .side-panel {
  width: 380px;
  padding: 50px calc(var(--body-padding) + 1px);
  position: relative;
  z-index: 15;
}
/*/////////////////////////////////////////////////////////*/

/*////////////////// TAB section styles //////////////////*/
.tab-section {
  width: 100%;
  /* margin: 100px 0 0 0; */
  padding: 144px calc(var(--body-padding) - 16px) 60px calc(var(--body-padding) - 16px);
  /* background-color: var(--body-bg-color); */
  /* background-color: red; */
}
.tab-section h3 {
  margin: 0 0 5px 0;
}
.tab-section p {
  margin: 0 0 8px 0;
  opacity: 0.9;
  color: var(--font-intro-color);
}
.tab-section .section-tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
} 
.tab-section .section-tabs .tab-toggle {
  opacity: 0;
  position: absolute;
}
.tab-section .section-tabs .tab-toggle-label {
  margin: 0 25px 0 0;
  border: 2px solid transparent;
  border-radius: 5px;
  color: var(--theme-headline-color);
  font-family: 'Lato', sans-serif;
  font-size: var(--font-tab-section-label-size);
  font-weight: var(--font-tab-section-label-weight);
  line-height: var(--font-tab-section-label-line-height);
  cursor: pointer;
  position: relative;
}
.tab-section .section-tabs .tab-toggle-label:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: transparent;
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.tab-section .section-tabs .tab-toggle-label.styled {/* this is to compensate for the styled curve above the label */
  margin-top: -21px;
}
.tab-section .section-tabs .tab-toggle-label:last-of-type {
  margin: 0;
}
.tab-body {
  width: 100%;
  /* height: 250px; */
  margin: 20px 0 0 0;
  /* background-color: #ccc; */
  display: none;
  align-items: flex-start;
  order: 99;
}
.tab-body a.button-like {
  margin: 0 3px 8px 0;
}
.tab-body .tab-media {
  max-width: 569px;
  margin: 0 28px 0 0;
}
.tab-body .tab-content {
  width: calc(100% - 569px);
  padding: 12px 0 0 0;
  position: relative;
}
.tab-body .tab-content:before, .tab-body .tab-content:after {
  content: "";
  width: 100%;
  height: 31px;
  background-color: var(--theme-color-4);
  clip-path: url(#myCurve3);
  display: block;
  position: relative;
  z-index: 1;
  transform: scale(-1);
}
.tab-body .tab-content:after {
  background-color: var(--body-bg-color);
  /* background-color: blue; */
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 5;
}
input.tab-toggle:focus + label.tab-toggle-label {
  border-color: var(--theme-color-4);
}
input.tab-toggle:checked + label.tab-toggle-label:after {
  background-color: var(--theme-color-1);
}
input.tab-toggle:checked + label.tab-toggle-label + .tab-body {
  display: flex;
}
input.tab-toggle:checked + label.tab-toggle-label + .tab-body {
  display: flex;
}
input.tab-toggle:checked + button + .tab-body {
  display: flex;
}
/*////////////////////////////////////////////////////////*/

/*////////////////// TILE section styles //////////////////*/
.body .drop-filter {
  /* width: 208px; */
  justify-self: flex-end;
  position: relative;
  --font-label-weight: 500;
}
.body select.drop-filter {
  /* width: 100%; */
  padding: 5px 10px;
  padding-right: 30px;
  /* padding: 5px 35px 5px 10px; */
  background-color: var(--input-bg-color);
  border: 0.5px solid var(--input-border-color);
  /* border-bottom: 0.5px solid transparent; */
  color: var(--theme-headline-color);
  font-family: 'Lato', sans-serif;
  font-size: var(--font-label-size);
  font-weight: var(--font-label-weight);
  line-height: var(--font-label-line-height);
  box-shadow: none;
  display: block;
  cursor: pointer;

  /* overflow: hidden; */
  -webkit-appearance: none;
  border-radius: unset;
  position: relative;
}
.body .drop-filter .drop-filter-toggle {
  opacity: 0;
  position: absolute;
  left: -9999px;
  pointer-events: none;
}
.body .drop-filter .drop-filter-label {
  width: 100%;
  padding: 5px 10px;
  padding-right: 30px;
  /* padding: 5px 35px 5px 10px; */
  background-color: var(--input-bg-color);
  border: 0.5px solid var(--input-border-color);
  border-bottom: 0.5px solid transparent;
  color: var(--theme-headline-color);
  font-family: 'Lato', sans-serif;
  cursor: pointer;
  overflow: hidden;
}
.body .drop-filter .drop-filter-dropdown {
  width: 100%;
  display: grid;
  overflow: hidden;
  transition: grid-template-rows .2s ease-out;
  position: absolute;
  z-index: 15;
}
.body .drop-filter .drop-filter-dropdown-arrow {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 5;
  pointer-events: none;
}
.body .drop-filter .drop-filter-dropdown .tile-section-filter {
  max-height: 260px;
  min-height: 0;
  margin: 0;
  padding: 0;
  background-color: var(--input-bg-color);
  border: 0.5px solid var(--input-border-color);
  display: initial;
  transition: visibility 1s;
  overflow-y: scroll;
}
.body .drop-filter .drop-filter-dropdown .tile-section-filter li {
  margin: 0;
}
.body .drop-filter .drop-filter-dropdown .tile-section-filter li a {
  padding: 9px 10px;
  border: none;
  border-radius: initial;
  text-decoration: none;
}
.body .drop-filter .drop-filter-dropdown .tile-section-filter li a:focus {
  background-color: var(--focus-target-bg-color);
}
.body .drop-filter .drop-filter-dropdown .tile-section-filter li:after {
  content: "";
  width: calc(100% - 18px);
  height: 0.5px;
  margin: 0 auto;
  background-color: var(--theme-headline-color);
  display: block;
}
.body .drop-filter .drop-filter-dropdown .tile-section-filter li:last-of-type:after {
  display: none;
}
.body .drop-filter .drop-filter-dropdown ul.tile-section-filter:after {
  display: none;
}
input.drop-filter-toggle ~ .drop-filter-dropdown {
  grid-template-rows: 0fr;
}
input.drop-filter-toggle ~ .drop-filter-dropdown:focus-within, input.drop-filter-toggle:checked ~ .drop-filter-dropdown {
  grid-template-rows: 1fr;
}
.drop-filter-dropdown:focus-within ~ .drop-filter-dropdown-arrow, input.drop-filter-toggle:checked ~ .drop-filter-dropdown-arrow {
  transform: scaleY(-1);
}
/* bubble-styled edits */
.body .drop-filter.bubble-styled {
  width: 150px;
  left: -2px;
}
.body .drop-filter.bubble-styled .drop-filter-label {
  padding: 9px 13px;
  /* background-color: var(--section-filter-item-bg-color); */
  border-color: var(--theme-color-4);
  border-radius: 18px;
  color: var(--theme-headline-color);
  font-family: 'Albert Sans', sans-serif;
  font-size: var(--font-tile-section-filter-item-size);
  font-weight: var(--font-tile-section-filter-item-weight);
  line-height: var(--font-tile-section-filter-item-line-height);
  text-align: center;
  text-decoration: none;
  /* display: block; */
  /* transition: background-color .3s; */
}
.body .drop-filter.bubble-styled .drop-filter-dropdown {
  width: 200px;
  padding-left: 5px;
  padding-right: 5px;
  /* padding: 0; */
  /* background-color: var(--section-filter-item-active-bg-color); */
  top: 100%;
  left: calc(50% - 100px);
  transition: padding .3s, grid-template-rows .2s ease-out;
}
.body .drop-filter.bubble-styled .drop-filter-dropdown:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  /* border-bottom: 10px solid var(--input-border-color); */
  border-bottom: 10px solid var(--theme-color-4);
  display: block;
  position: absolute;
  /* top: 0; */
  left: calc(50% - 10px);
}
.body .drop-filter.bubble-styled .drop-filter-dropdown:after {
  content: "";
  /* width: calc(100% + 10px); */
  width: calc(100% - 2px);
  height: calc(100% - 11px);
  /* background-color: var(--button-secondary-bg-color); */
  background-color: var(--theme-color-1);
  /* border: 0.5px solid var(--input-border-color); */
  border: 1px solid var(--theme-color-4);
  display: block;
  position: absolute;
  bottom: 0;
  /* left: calc((5px / 2) * -1); */
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.body .drop-filter.bubble-styled .drop-filter-dropdown .tile-section-filter {
  background-color: transparent;
  border: none;
  display: flex;
  gap: 5px;
  top: 5px;
  position: relative;
  z-index: 5;
}
.body .drop-filter.bubble-styled .drop-filter-dropdown .tile-section-filter li:after {
  display: none;
}
.body .drop-filter.bubble-styled .drop-filter-dropdown .tile-section-filter li a {
  padding: 5px;
  /* background-color: var(--section-filter-item-bg-color); */
  background-color: var(--input-bg-color);
  border: 0.5px solid var(--theme-color-4);
  border-radius: 18px;
}
input.drop-filter-toggle ~ .bubble-filter-dropdown:focus-within, input.drop-filter-toggle:checked ~ .bubble-filter-dropdown {
  padding: 10px 5px;
}


.body .tile-section-filters-top {
  width: 100%;
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  /* align-items: flex-start; */
  justify-content: space-between;
}
.body .tile-section-filters-top:after {
  content: "";
  width: 100%;
  height: 0.5px;
  margin: 20px 0 35px 10px;
  background-color: var(--input-border-color);
  display: block;
}
.body .tile-section-filters-top .tile-section-filter {
  margin: 0;
  padding: 0;
}
.body .tile-section-filters-top .tile-section-filter:after {
  display: none;
}
.body ul.tile-section-filter {
  margin: 20px 0 0 -5px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.body ul.tile-section-filter:after {
  content: "";
  width: 100%;
  height: 0.5px;
  margin: 20px 0 35px 10px;
  background-color: var(--input-border-color);
  display: block;
}
.body ul.tile-section-filter li {
  margin: 0 5px 5px 5px;
  padding: 0;
}
.body ul.tile-section-filter li:before {
  display: none;
}
.body ul.tile-section-filter li a, .body .drop-filter ul.tile-section-filter li a {
  padding: 9px 13px;
  background-color: var(--section-filter-item-bg-color);
  border: 0.5px solid var(--theme-color-4);
  border-radius: 18px;
  color: var(--theme-headline-color);
  font-size: var(--font-tile-section-filter-item-size);
  font-weight: var(--font-tile-section-filter-item-weight);
  line-height: var(--font-tile-section-filter-item-line-height);
  text-decoration: none;
  display: block;
  transition: background-color .3s;
}
.body ul.tile-section-filter li a:hover, .body ul.tile-section-filter li.active a, .body ul.tile-section-filter li a:focus {
  background-color: var(--section-filter-item-active-bg-color);
}

.tile-section {
  width: 100%;
  padding: 0 0 60px 0;
}
.tile-section p {
  color: var(--font-intro-color);
}
.tile-section .curved-element:before {
  background-color: var(--body-bg-color);
  /* top: -58px; */
  top: var(--curve-element-sm-position);
}
.tile-section .curved-element .curved-element-border {
  top: calc(var(--curve-element-sm-position) - 2px);
}
.tile-section .curved-element .curved-element-extra:before {
  /* top:-74px; */
  /* top: calc(var(--curve-element-sm-position) - 16px); */
  top: var(--curve-element-sm-extra-position);
}
.tile-section .curved-element:before, .tile-section .curved-element .curved-element-border, .tile-section .curved-element .curved-element-extra {
  height: var(--curve-element-sm-height);
}
.tile-section .tiles {
  width: 100%;
  display: flex;
  gap: 25px 35px;
  /* justify-content: space-between; */
}
.tile-section .tiles .tile {
  /* width: calc(); */
  width: calc((55% / 3) - 27px);
  max-width: 262px;
  position: relative;
}
.tile-section .tiles .tile a.link-cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 65;
}
.tile-section .tiles .tile .tile-media {
  /* width: 100%; */
  height: 206px;
  background-image: linear-gradient(180deg, var(--gmf-logo-icon-primary-color) 45%, var(--gmf-logo-icon-secondary-color) 45%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
}
.tile-section .tiles .tile .tile-media.placeholder:before, .tile-section .tiles .tile .tile-media.placeholder:after {
  content: "";
  width: 100%;
  height: 30px;
  background-color: var(--gmf-logo-icon-border-color);
  display: block;
  position: absolute;
  top: calc(45% + 1px);
  left: 0;
  z-index: 1;
  clip-path: url(#myCurve3);
  transform: scale(-1);
}
.tile-section .tiles .tile .tile-media.placeholder:after {
  background-color: var(--gmf-logo-icon-primary-color);
  top: 44%;
  z-index: 2;
}
.tile-section .tiles .tile .tile-content {
  padding: 0 12px;
  position: relative;
}
.tile-section .tiles .tile .tile-content:after {
  background-color: var(--body-bg-color);
}
/* main tile styles */
.tile-section .tiles .tile.main {
  width: calc(45% - 27px);
  max-width: none;
  /* max-width: 568px; */
}
.tile-section .tiles .tile.main .tile-media {
  height: 225px;
}
.tile-section .tiles .tile.main .h5-like {
  margin-top: 1px;
}
/* home styles */
.home .tile-section {
  /* padding: 0 30px 60px 30px; */
  padding: 0 calc(var(--body-padding) - 16px) 60px calc(var(--body-padding) - 16px);
  /* display: none; */
}
/* l-basic styles */
.tile-section.l-basic .tiles {
  flex-wrap: wrap;
}
.tile-section.l-basic .curved-element:before, .tile-section.l-basic .curved-element .curved-element-border, .tile-section.l-basic .curved-element .curved-element-extra {
  height: 30px;
}
.tile-section.l-basic .curved-element:before {
  top: -28px;
}
.tile-section.l-basic .curved-element .curved-element-border {
  top: -30px;
}
.tile-section.l-basic .curved-element .curved-element-extra:before {
  top: -35px;
}
.tile-section.l-basic .curved-element .curved-element-extra:after {
  top: -20px;
}
.tile-section.l-basic .tiles .tile {
  max-width: 195px;
  min-width: auto;
}
.tile-section.l-basic .tiles .tile .tile-media {
  height: 195px;
}
.tile-section.l-basic .tiles .tile .tile-media.placeholder {
  width: 195px;
  height: 195px;
  min-height: initial;
}
.tile-section.l-basic .tiles .tile .tile-content {
  padding: 0;
}
/* a.href edits */
.tile-section.l-basic .tiles a.tile {
  text-decoration: none;
}
/*/////////////////////////////////////////////////////////*/


/*////////////////// TIMELINE section styles //////////////////*/
.timeline-section {
  --timeline-year-width: 64px;
}
.timeline-section .timelines {
  margin-top: 25px;
  position: relative;
}
.timeline-section .timelines:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--theme-color-3);
  display: block;
  position: absolute;
  top: 0;
  left: calc(var(--timeline-year-width) - (1px / 2));
  z-index: 1;
}
.timeline-section .timelines .timeline {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.timeline-section .timelines .timeline .year {
  width: var(--timeline-year-width);
  padding-top: 13px;
  color: var(--font-body-color);
  font-size: 18px;
  line-height: 20px;
  display: block;
  position: relative;
}
.timeline-section .timelines .timeline .year:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--theme-color-4);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 15px;
  right: calc((15px / 2) * -1);
}
.timeline-section .timelines .timeline .content {
  width: calc(100% - (var(--timeline-year-width) + 42px));
  border: 1px solid var(--input-border-color);
  padding: 25px 20px;
  /* margin-top: 25px; */
  /* display: block; */
  position: relative;
}
.timeline-section .timelines .timeline .content:before, .timeline-section .timelines .timeline .content:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 15px solid var(--input-border-color);
  border-bottom: 8px solid transparent;
  display: block;
  position: absolute;
  top: 14px;
}
.timeline-section .timelines .timeline .content:before {
  left: -15px;
}
.timeline-section .timelines .timeline .content:after {
  border-right: 15px solid var(--body-bg-color);
  left: -13px;
}
/*/////////////////////////////////////////////////////////////*/

/*////////////////// STAFF section styles //////////////////*/
.staff-section {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.staff-section .staff-details {
  /* max-width: 364px; */
}
.staff-section .staff-details h1 {
  margin: 0 0 10px 0;
}
.staff-section .staff-details h3 {
  margin: 0 0 25px 0;
  color: var(--font-intro-color);
}
.staff-section .staff-details h4 {
  margin: 0 0 3px 0;
  color: var(--font-intro-color);
}
.staff-section .staff-details p {
  margin: 0 0 15px 0;
}
.staff-section .staff-details p.no-margin {
  margin: 0;
}
.staff-section .staff-details img {
  margin: 0 0 16px 0;
  display: block;
}
.staff-section .staff-content {
  width: calc(100% - (364px + 57px));
  /* margin: -15px 0 0 0; */
}
/* full edits */
.staff-section.full .staff-details {
  max-width: 364px;
  padding-top: 179px;
}
/*//////////////////////////////////////////////////////////*/

/*////////////////// NEWS section styles //////////////////*/
.news-section {
  width: 100%;
  /* margin: 0 0 50px 0; */
  display: flex;
  justify-content: space-between;
}
.news-section h2 {
  margin: 0;
}
.news-section .section-heading {
  width: 100%;
  max-width: 250px;
  /* padding: 7px 0 0 0; */
}
.news-section .section-heading p {
  font-family: 'Lato', sans-serif;
  color: var(--font-intro-color);
  line-height: var(--font-multi-section-line-height);
}
.news-section .section-content {
  width: calc(100% - (250px + 30px));/* 250px is to offset the .section-heading, while 30px is to add some extra space in between both section elements */
  padding: 27px 0 0 0;
}
.news-section .section-content:before {
  content: "";
  width: 100%;
  height: 6px;
  margin: 0 0 18px 0;
  background-image: linear-gradient(90deg, var(--theme-color-4), var(--theme-color-1));
  display: block;
}
/*
.news-section .section-content p {
  column-count: 2;
}
*/
/* simple edits */
.news-section.simple .section-heading {
  max-width: none;
}

/*////////////////// BUCKET styles //////////////////*/
.action-bucket {
  width: 100%;
  padding: 30px 0;
}
.action-bucket.alternate {
	--theme-headline-color: #000;
	--button-primary-bg-color: #DB5C37;
	--button-cube-bg-color: #fff;
	--button-border-color: var(--optional-color-3);
	--action-bucket-bg-color: #FDF6E6;
	--action-bucket-curve-bg-color: #FAEBE1;
}
.dark-mode .action-bucket.alternate {
	--theme-headline-color: #fff;
	--action-bucket-bg-color: #744F0B;
	--action-bucket-curve-bg-color: #5B2310;
}
.action-bucket .bucket-content {
  width: 100%;
  /* margin: 0 auto; */
  padding: 50px 0;
  background-color: var(--action-bucket-bg-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.action-bucket .bucket-content:before {
  content: "";
  width: 100%;
  height: 70%;
  background-color: var(--action-bucket-curve-bg-color);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  clip-path: url(#myCurve3);
}
.action-bucket .heading, .action-bucket p, .action-bucket a {
  position: relative;
  z-index: 5;
}
.action-bucket .heading {
  margin: 0 0 5px 0;
  font-size: var(--font-action-bucket-header-size);
  font-weight: var(--font-action-bucket-header-weight);
  line-height: var(--font-action-bucket-header-line-height);
}
.action-bucket p {
  max-width: 690px;
  margin: 0;
  color: var(--theme-headline-color);
  text-align: center;
}
.action-bucket a.button-like {
  margin: 10px 0 0 0;
}
/* home edits */
.main-content.home .action-bucket .bucket-content {
  width: calc(100% - (var(--body-padding) + 14px));
  margin: 0 auto;
}
/*///////////////////////////////////////////////////*/

/*////////////////// TABLE section styles //////////////////*/
.table-filters {
  width: 100%;
  margin: 0 0 25px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  --font-label-weight: 300;
}
.table-filters label {
  cursor: pointer;
}
.table-filters .search-filter {
  max-width: 180px;
  position: relative;
}
.table-filters .search-filter input[type="text"] {
  width: 100%;
  padding: 8px 30px 8px 6px;
}
.table-filters .search-filter .search-icon {
  position: absolute;
  top: calc(50% - 10px);
  right: 7px;
  pointer-events: none;
}
.table-filters .search-filter .search-close {
  font-weight: 700;
  text-decoration: none;
  display: none;
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
}
.table-filters .table-filter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.table-filters .table-filter label {
  white-space: nowrap;
}
.table-filters .table-filter select {
  width: 100%;
  padding: 5px 10px;
  padding-right: 30px;
  /* padding: 5px 35px 5px 10px; */
  background-color: var(--input-bg-color);
  border: 0.5px solid var(--input-border-color);
  /* border-bottom: 0.5px solid transparent; */
  color: var(--theme-headline-color);
  font-family: 'Lato', sans-serif;
  font-size: var(--font-label-size);
  /* font-weight: var(--font-label-weight); */
  line-height: var(--font-label-line-height);
}
/* grants min-width edits */
.table-filters .table-filter.counties-min-width .drop-filter {
  width: 130px;
}
.table-filters .table-filter.priority-areas-min-width .drop-filter {
  width: 210px;
}
.table-filters .table-filter.priority-areas-min-width select {
  width: 210px;
}
/* searching edits */
.table-filters .search-filter.searching .search-icon {
  display: none;
}
.table-filters .search-filter.searching .search-close {
  display: block;
}

.table-section {
  margin-top: 10px;
	margin-bottom: 70px;
  background-color: var(--right-sidebar-bg-color);
  position: relative;
}
.table-section:last-of-type {
  margin-bottom: 0;
}
.table-section:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--right-sidebar-bg-color);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.table-section .row {
  padding: 15px 20px;
  /* background-image: linear-gradient(to right, red 0%);  */
  display: flex;
  border: 1px solid var(--input-border-color);
  border-top: none;
}
.table-section .row a {
  text-decoration: none;
}
.table-section .row:first-of-type {
  background-color: var(--theme-color-1);
  border: none;
}
.table-section .row:first-of-type .column {
  opacity: 0.9;
  color: var(--font-secondary-color);
}
.table-section .row .column {
  width: 100%;
  padding-right: 40px;
  --font-body-size: 15px;
  --font-body-line-height: 17px;
}
.table-section .row .column {}
/* no-entries-found edits */
.table-section .row.no-entries-found {
  display: none;
}
.table-section.no-entries-found .row.no-entries-found {
  display: flex;
}
/* filtered-out edits */
.table-section .row.filtered-out {
  visibility: hidden;
  display: none;
  /* opacity: 0.3; */
}
/* grants edits */
.table-section.grants {}
.table-section.grants .row .column {
  padding-right: 0;
}
.table-section.grants .row .column:first-of-type {
  max-width: none;
  padding-right: 40px;
}
.table-section.grants .row .column:nth-of-type(2) {
  max-width: 265px;
  padding-right: 40px;
}
.table-section.grants .row .column:nth-of-type(3) {
  max-width: 120px;
}
.table-section.grants .row .column:nth-of-type(4) {
  max-width: 140px;
}
.table-section.grants .row .column:nth-of-type(5) {
  max-width: 95px;
}
/*//////////////////////////////////////////////////////////*/

/*////////////////// LINEAGE container styles //////////////////*/
.lineage-container {
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}
.lineage-container .h2-like {
  width: 100%;
  max-width: 250px;
  margin: 0;
  /* padding: 7px 0 0 0; */
}
.lineage-container p {
  margin: 0;
  font-size: var(--font-lineage-item-body-size);
  font-weight: var(--font-lineage-item-body-weight);
  line-height: var(--font-lineage-item-body-line-height);
}
.lineage-container a.button-like {
  margin: 10px 0 0 0;
}
.lineage-container .lineage-items {
  width: calc(100% - (250px + 30px));
  /* margin: 0 0 0 -12px; */
  padding: 24px 0 0 0;
  display: grid;
  column-gap: 25px;
  row-gap: 48px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  position: relative;
}
.lineage-container .lineage-items:before {
  content: "";
  width: 100%;
  height: 6px;
  /* margin: 0 0 18px 12px; */
  background-image: linear-gradient(90deg, var(--theme-color-4), var(--theme-color-1));
  display: block;
  position: absolute;
}
.lineage-container .lineage-items .lineage-item {}
.lineage-container .lineage-items .lineage-item .heading {
  margin: 0 0 5px 0;
  font-size: var(--font-lineage-item-header-size);
  font-weight: var(--font-lineage-item-header-weight);
  line-height: var(--font-lineage-item-header-line-height);
  text-decoration: none;
  display: block;
}
.lineage-container .lineage-items .lineage-item .item-media {
  width: 100%;
  height: 115px;
  margin: 0 0 10px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
}
.lineage-container .lineage-items .lineage-item .item-media.placeholder {
  background-image: linear-gradient(180deg, var(--gmf-logo-icon-primary-color) 35%, var(--gmf-logo-icon-secondary-color) 35%);
  position: relative;
}
.lineage-container .lineage-items .lineage-item .item-media.placeholder:before, .lineage-container .lineage-items .lineage-item .item-media.placeholder:after {
  content: "";
  width: 100%;
  height: 30px;
  background-color: var(--gmf-logo-icon-border-color);
  display: block;
  position: absolute;
  top: calc(35% + 1px);
  left: 0;
  z-index: 1;
  clip-path: url(#myCurve3);
  transform: scale(-1);
}
.lineage-container .lineage-items .lineage-item .item-media.placeholder:after {
  background-color: var(--gmf-logo-icon-primary-color);
  top: 34%;
  z-index: 2;
}
/* tertiary edits */
.main-content.tertiary .lineage-container .lineage-items {
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}
/*//////////////////////////////////////////////////////////////*/

/*////////////////// BLOG block styles //////////////////*/
.blog-block {
  --font-body-size: 16px;
  /* --font-body-weight: 300; */
  --font-body-line-height: 20px;
}
.blog-block h3, .blog-block h4 {
  margin: 0 0 10px 0;
}
.blog-block h5 {
  margin: 0;
}
.blog-block p.blurb {
  margin-top: 5px;
}
.blog-block .block-articles {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  /* gap: 25px 37px; */
  gap: 35px;
}
.blog-block .block-articles:last-of-type {
  margin-bottom: 0;
}
.blog-block .block-articles .blog-item {
  /* width: 350px; */
  width: 262px;
  /* margin: 0 0 50px 0; */
}
.blog-block .block-articles .blog-item:last-of-type {
  margin: 0;
}
.blog-block .block-articles .blog-item a {
  display: inline-block;
}
.blog-block .block-articles .blog-item .blog-media {
  height: 232px;
  margin: 0 0 10px 0;
  position: relative;
}
.blog-block .block-articles .blog-item .blog-media a {
  width: 100%;
  height: 232px;
  /* margin: -40px 0 0 0; */
  /* margin: -25px 0 0 0; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: block;
}
.blog-block .block-articles .blog-item .blog-media .media-placeholder {
  width: 100%;
  height: 232px;
  background-image: linear-gradient(180deg, var(--gmf-logo-icon-primary-color) 40%, var(--gmf-logo-icon-secondary-color) 40%);
  display: block;
  position: relative;
}
.blog-block .block-articles .blog-item .blog-media .media-placeholder:before, .blog-block .block-articles .blog-item .blog-media .media-placeholder:after {
  content: "";
  width: 100%;
  height: 30px;
  background-color: var(--gmf-logo-icon-border-color);
  display: block;
  position: absolute;
  top: calc(40% + 1px);
  left: 0;
  z-index: 1;
  clip-path: url(#myCurve3);
  transform: scale(-1);
}
.blog-block .block-articles .blog-item .blog-media .media-placeholder:after {
  background-color: var(--gmf-logo-icon-primary-color);
  top: 39%;
  z-index: 2;
}
.blog-block .block-articles .blog-item .blog-media .blog-tags {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  position: absolute;
}
.blog-block .block-articles .blog-item .blog-media .blog-tags .blog-tag {
  padding: 6px 9px;
  border-radius: 18px;
  color: var(--font-secondary-color);
  font-size: var(--font-blog-tag-size);
  font-weight: var(--font-blog-tag-weight);
  line-height: var(--font-blog-tag-line-height);
  display: inline-block;
  position: relative;
  top: 10px;
  z-index: 5;
}
.blog-block .block-articles .blog-item .blog-media .blog-tags .blog-tag.all {
  /* position: relative; */
  visibility: hidden;
  pointer-events: none;
}
.blog-block .block-articles .blog-item .blog-heading {
  opacity: 0.9;
  text-decoration: none;
}
.blog-block .block-articles .blog-item .blog-heading:hover {
  opacity: 1;
}
/*///////////////////////////////////////////////////////*/

/*////////////////// GALLERY slider(s) styles //////////////////*/
/*////// gallery slider //////*/
.gallery-wrapper .gallery-slider-container {
  margin: 0;
  /* background-color: var(--button-primary-bg-color); */
  background-color: transparent;
}
.gallery-wrapper .gallery-slider-window {}
.gallery-wrapper .gallery-slider-window .gallery-slide {
  padding: 15px 0;
}
.main-content .gallery-wrapper .gallery-arrow {
  background-color: transparent;
  border: none;
  color: var(--font-link-color);
}
.main-content .gallery-wrapper .gallery-arrow:focus {
  box-shadow: inset 0 0 5px 3px #00A3E0;
}
.gallery-wrapper .gallery-arrow:before {
  display: none;
}
.gallery-wrapper .gallery-thumbnail:before {
  display: none;
}
.gallery-wrapper .slider-preview-line {
  /* background-color: var(--right-sidebar-bg-color); */
  background-color: transparent;
}
.gallery-wrapper .slider-preview-line .thumbnail-arrow {
  border: none;
  color: var(--font-link-color);
}
.gallery-wrapper .slider-preview-line .thumbnail-arrow:before {
  display: none;
}
.gallery-overlay .close-button {
  background-color: transparent;
  border: none;
}
.gallery-overlay .close-button:before {
  display: none;
}
.gallery-overlay .close-button:after {
  content: "X";
  color: #fff;
}
.gallery-wrapper .slider-preview-line .thumbnail-arrow:after {
  font-size: 24px;
}
/*////// gallery list //////*/
.gallery-wrapper .gallery-grid {
  gap: 5px;
}
/*////// gallery-overlay //////*/
.gallery-overlay .gallery-overlay-bg {
  margin: 0;
  background-color: var(--right-sidebar-bg-color);
  background-color: var(--theme-primary-color);
  border-radius: initial;
  opacity: 0.8;
}
.gallery-overlay figure {}
/*//////////////////////////////////////////////////////////////*/

.wysiwygs-accross {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.wysiwygs-accross > h2 {}
.wysiwygs-accross .wysiwygs {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.wysiwygs-accross .wysiwygs .wysiwyg {
  flex: 0 1 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.wysiwygs-accross .wysiwygs.one-per-row .wysiwyg {
  width: calc((100% / 1) - 10px);
  flex: 0 0 calc((100% / 1) - 10px);
}
.wysiwygs-accross .wysiwygs.two-per-row .wysiwyg {
  width: calc((100% / 2) - 10px);
  flex: 0 0 calc((100% / 2) - 10px);
}
.wysiwygs-accross .wysiwygs.three-per-row .wysiwyg {
  width: calc((100% / 3) - 10px);
  flex: 0 0 calc((100% / 3) - 10px);
}
.wysiwygs-accross .wysiwygs.four-per-row .wysiwyg {
  width: calc((100% / 4) - 10px);
  flex: 0 0 calc((100% / 4) - 10px);
}
.wysiwygs-accross .wysiwygs.five-per-row .wysiwyg {
  width: calc((100% / 5) - 10px);
  flex: 0 0 calc((100% / 5) - 10px);
}
.wysiwygs-accross .wysiwygs.six-per-row .wysiwyg {
  width: calc((100% / 6) - 10px);
  flex: 0 0 calc((100% / 6) - 10px);
}
.wysiwygs-accross .wysiwygs.seven-per-row .wysiwyg {
  width: calc((100% / 7) - 10px);
  flex: 0 0 calc((100% / 7) - 10px);
}
.wysiwygs-accross .wysiwygs.eight-per-row .wysiwyg {
  width: calc((100% / 8) - 10px);
  flex: 0 0 calc((100% / 8) - 10px);
}
.wysiwygs-accross .wysiwygs.nine-per-row .wysiwyg {
  width: calc((100% / 9) - 10px);
  flex: 0 0 calc((100% / 9) - 10px);
}
.wysiwygs-accross .wysiwygs.ten-per-row .wysiwyg {
  width: calc((100% / 10) - 10px);
  flex: 0 0 calc((100% / 10) - 10px);
}




.left-sidebar {}

.right-sidebar {
  width: 100%;
  max-width: var(--right-sidebar-width);
  margin-right: 48px;
  padding-top: 25px;
  --font-body-size: 13px;
  --font-body-weight: 300;
  --font-body-line-height: 17px;
}
.right-sidebar:before {
  content: "";
  width: 100%;
  height: 6px;
  margin: 0 0 25px 0;
  background-image: linear-gradient(90deg, var(--theme-color-4), var(--optional-color-3));
  display: block;
}
.right-sidebar h6 {
  margin: 0 0 3px 0;
}
.right-sidebar p {
  margin: 0 0 5px 0;
  /*
  font-size: var(--font-right-sidebar-body-size);
  font-weight: var(--font-right-sidebar-body-weight);
  line-height: var(--font-right-sidebar-body-line-height);
  */
}
.right-sidebar p.h6-like {
  margin: 0;
  font-size: var(--font-body-size);
  /* font-weight: var(--font-body-weight); */
  line-height: var(--font-body-line-height);
}
.right-sidebar button, .right-sidebar a.button-like {
  margin: 9px 0 0 0;
  color: var(--button-primary-font-color);
  text-decoration: none;
}
.right-sidebar button.secondary, .right-sidebar a.button-like.secondary {
  color: var(--button-secondary-font-color);
}
.right-sidebar button.bucket, .right-sidebar a.button-like.bucket {
  color: var(--button-bucket-font-color);
}
.right-sidebar img {
  max-width: 100%;
  margin-bottom: 3px;
}
.right-sidebar .sidebar-item {
	width: 100%;
  /* min-width: 250px; */
  margin-bottom: 25px;
  padding: 11px 10px;
  background-color: var(--right-sidebar-bg-color);
}
.right-sidebar .sidebar-item:last-of-type {
	margin-bottom: 0;
}
.right-sidebar .sidebar-item:before {
  content: "";
  width: 100%;
  height: 4.5px;
  margin: 0 0 7px 0;
  background-color: var(--right-sidebar-top-line-bg-color);
  display: block;
}
.right-sidebar .sidebar-item.media-included:before {
  display: none;
}
.right-sidebar .sidebar-item.action {
  max-width: 175px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.right-sidebar .sidebar-item.action .item-body {
	margin: 10px 0;
	text-align: center;
}

footer {
  width: 100%;
  margin-top: 250px;
  padding-left: calc((var(--header-hub-padding) * 2) + var(--gmf-logo-icon-width));
  background-color: var(--theme-color-1);
  position: relative;
}
footer:before, footer:after {
  content: "";
  width: 100%;
  height: var(--curve-element-height);
  display: block;
  clip-path: url('#myCurve3');
  position: absolute;
  top: var(--curve-element-position);
  left: 0;
}
footer:before {
  background-color: var(--theme-color-4);
  background-image: linear-gradient(90deg, var(--theme-color-1), var(--theme-color-4) 35%);
  /* top: -91px; */
  top: calc(var(--curve-element-position) - 5px);
  z-index: 1;
}
footer:after {
  background-color: var(--theme-color-1);
  z-index: 5;
}
footer h4 {
  margin: 0;
  color: var(--font-secondary-color);
  font-size: var(--font-footer-header-size);
  font-weight: var(--font-footer-header-weight);
  line-height: var(--font-footer-header-line-height);
}
footer .footer-hub {
  width: 100%;
  padding: 0 49px 85px 49px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: -15px;
  z-index: 10;
}
footer .site-logo {
  /* width: 100%; */
  margin: 0 0 35px 0;
  padding: 0 3px 0 0;
  position: relative;
}
footer .site-logo:after {
  width: 100%;
  height: 100%;
  top: -2px;
  left: -2px;
}
footer .site-logo .logo-icon {
  /* margin: 0 6px 0 0; */
  margin: 0 2px 0 0;
}
footer .site-logo .logo-link {
  width: 100%;
  height: 100%;
  /* background-color: red; */
  /* opacity: 0.4; */
  top: -2px;
  left: -2px;
}
footer .site-logo .logo-tagline {
  width: 124px;
  height: 33px;
  position: absolute;
  right: 5px;
  bottom: -29px;
}
footer .footer-info {
  width: 100%;
  /* max-width: 200px; */
  max-width: 250px;
  margin: 0 90px 0 0;
}
footer .footer-info:last-of-type {
  margin: 0;
}
footer .footer-info h4 {
  margin: 22px 0 0 0;
}
footer .footer-info p, footer .footer-info a {
  color: var(--font-secondary-color);
}
footer .footer-info ul {
  margin: 10px 0 0 0;
  color: var(--font-secondary-color);
  font-size: var(--font-footer-list-size);
  font-weight: var(--font-footer-list-weight);
  line-height: var(--font-footer-list-line-height);
  opacity: var(--font-footer-list-opacity);
}
footer .footer-info ul li {
  margin: 0 0 10px 0;
}
footer .footer-info ul li:last-of-type {
  margin: 0;
}
/* .footer-info (links edits) */
footer .footer-info.links {
  width: auto;
  max-width: none;
}
footer .footer-info.links ul {
  opacity: 1;
}
/* .footer-info ul (quicklinks edits) */
footer .footer-info ul.quicklinks {
  display: flex;
}
footer .footer-info ul.quicklinks li {
  margin: 0 15px 0 0;
}
footer .footer-info ul.quicklinks li:last-of-type {
  margin: 0;
}
/* .footer-info ul (social-links edits) */
footer .footer-info ul.social-links {
  display: flex;
  align-items: center;
}
footer .footer-info ul.social-links li {
  margin: 0 10px 0 0;
}
footer .footer-info ul.social-links li:last-of-type {
  margin: 0;
}
footer .footer-info ul.social-links li a {
  background-color: transparent;
  opacity: var(--social-icons-opacity);
  transition: opacity .3s;
}
footer .footer-info ul.social-links li a:hover {
  opacity: 1;
}

footer .footer-credits {
  width: 100%;
  padding: 11px 49px;
  background-color: var(--theme-color-5);
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
footer .footer-credits p, footer .footer-credits a {
  margin: 0;
  color: var(--font-secondary-color);
  font-size: var(--font-footer-body-size);
  font-weight: var(--font-footer-body-weight);
  line-height: var(--font-footer-body-line-height);
  text-decoration: none;
}
footer .footer-credits a {
  color: var(--font-footer-credits-link-color);
}
footer .footer-credits a:hover {
  text-decoration: underline;
}
footer .footer-credits ul li {
  line-height: 0;
}
footer .footer-credits .credit {
  opacity: var(--font-footer-credits-opacity);
}
footer .footer-credits .credit:last-of-type {}
footer .footer-credits .footer-navigation {
  opacity: var(--font-footer-credits-opacity);
  display: flex;
}
footer .footer-credits .footer-navigation li {
  margin: 0 30px 0 0;
}
footer .footer-credits .footer-navigation li:last-of-type {
  margin: 0;
}

/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {}

/* stylus-based screens */
@media (hover: none) and (pointer: fine) {}

/* Nintendo Wii controller, Microsoft Kinect */
@media (hover: hover) and (pointer: coarse) {}

/* mouse, touch pad */
@media (hover: hover) and (pointer: fine) {
  header .header-panel .main-navigation ul li .list-item-tap-area {
    display: none;
  }

  header .header-panel.toggled .panel-content .main-navigation ul li:after, header .header-panel .panel-content:hover .main-navigation ul li:after, header .header-panel .panel-content:focus-within .main-navigation ul li:after {
    opacity: 0;
    transform: translateX(-20px);
  }
  header .header-panel .panel-content .main-navigation ul li:hover:after, header .header-panel .panel-content .main-navigation ul li:focus-within:after {
    opacity: 1;
    transform: translateX(0px);
    transition: opacity .3s, transform .3s ease-out;
  }
  header .header-panel.toggled .panel-content .utility-navigation ul li:after, header .header-panel .panel-content:hover .utility-navigation ul li:after, header .header-panel .panel-content:focus-within .utility-navigation ul li:after {
    opacity: 0;
    transform: translateX(-20px);
  }
  header .header-panel .panel-content .utility-navigation ul li:hover:after, header .header-panel .panel-content .utility-navigation ul li:focus-within:after {
    opacity: 1;
    transform: translateX(0px);
    transition: opacity .3s, transform .3s ease-out;
  }
}

@media only screen and (max-height: 700px) {
  header .header-panel .utility-navigation .list-dropdown {
    top: auto;
    bottom: 0;
  }
  footer .footer-info ul.quicklinks {
	flex-wrap: wrap;
	gap: 15px 0;
  }
}

@media only screen and (max-width: 1281px) {
  .tile-section .tiles .tile {
    width: calc((55% / 2) - 27px);
    display: none;
  }
  .tile-section .tiles .tile:first-of-type, .tile-section .tiles .tile:nth-of-type(2), .tile-section .tiles .tile:nth-of-type(3) {
    display: block;
  }
  .tile-section .tiles .tile.main {
    width: calc(45% - 27px);
  }
  /* l-basic edits */
  .tile-section.l-basic .tiles .tile {
    display: block;
  }
  
  .full-section .section-media {
    height: 525px;
  }

  .main-content.tertiary .lineage-container .lineage-items {
    column-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
  }
}

@media only screen and (max-width: 1075px) {
  .full-section .section-media {
    height: 450px;
  }
}

@media only screen and (max-width: 1025px) {
  body {
    --body-padding: 40px;
    --curve-element-height: 70px;
    --curve-element-position: -54px;
    --curve-element-sm-height: 30px;
    --curve-element-sm-position: -31px;
    --curve-element-sm-extra-position: calc(var(--curve-element-sm-position) - 8px);
    --curve-element-extra-position-1: calc(var(--curve-element-position) - 22px);
    --curve-element-extra-position-2: calc(var(--curve-element-position) + 8px);
    --campaign-slide-media-height: 450px;
    --campaign-triple-panel-width: 25%;
  }

  .curved-element.curve-bottom .curved-element-extra:before {
    bottom: 21px;
  }

  .tab-body {
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .tab-body:before, .tab-body:after {
    content: "";
    width: 100%;
    height: 31px;
    background-color: var(--theme-color-4);
    clip-path: url(#myCurve3);
    display: block;
    position: relative;
    z-index: 1;
    transform: scale(-1);
  }
  .tab-body:after {
    background-color: var(--body-bg-color);
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 5;
  }
  .tab-body .tab-media {
    margin: 15px 0 0 0;
  }
  .tab-body .tab-content {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .tab-body .tab-content:before, .tab-body .tab-content:after {
    display: none;
  }

  .tile-section .tiles {
    gap: 25px 35px;
    justify-content: initial;
    overflow: scroll;
  }
  .tile-section .tiles .tile {
    width: 100%;
    min-width: 262px;
    display: block;
  }
  .tile-section .tiles .tile.main {
    width: 100%;
    min-width: 568px;
  }

  /* l-basic edits */
  .tile-section.l-basic .tiles {
    flex-wrap: wrap;
    overflow: initial;
  }
  .tile-section.l-basic .tiles .tile .tile-media {
    height: 195px;
  }

  .main-content.secondary .lineage-container .lineage-items {
    grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
  }
  .main-content.tertiary .lineage-container .lineage-items {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}

@media only screen and (max-width: 768px) {
  .desktop {
    visibility: hidden;
    display: none;
    position: absolute;
    left: 100vw;
  }
  .tablet {
    visibility: initial;
    display: block;
    position: relative;
    left: auto;
  }
}

@media only screen and (max-width: 825px) {
  body {
    --header-hub-padding: 10px;
    --header-hub-padding-bottom: 10px;
    --accessibility-icon-width: 22px;
    --accessibility-icon-height: 22px;
    --button-user-actions-size: var(--accessibility-icon-width);
    --button-user-actions-icon-color: var(--theme-primary-color);
    --button-user-actions-bg-color: #FFFFFF;
    --body-padding: 20px;
    --content-body-tertiary-width: 100%;
    --right-sidebar-width: 290px;
    /* --campaign-slide-content-height: 260px; */
    /* --campaign-slide-content-height: 294px; */
    --campaign-slide-content-height: 265px;
    --campaign-slide-media-height: 425px;
    --campaign-single-panel-width: 80vw;
    --campaign-double-panel-width: 300px;
    --campaign-triple-panel-width: 300px;
    --swiper-pagination-bullet-width: 15px;
    --swiper-pagination-bullet-height: 15px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
    --full-section-panel-bg-color: #F6F9FA;
  }

  .styled:before {
    margin-bottom: 6px;
  }

  .tablet, .hide-on-mobile {
    visibility: hidden;
    display: none;
    position: absolute;
    left: -100vw;
  }
  .mobile {
    visibility: initial;
    display: block;
    position: relative;
    left: auto;
  }
  .parallax-media {
    background-size: cover;
    background-position: center;
  }
  
  header {
/*     width: 100%; */
    width: 100vw;
    height: auto;
    top: 0;
    left: 0;
    z-index: 999;
    /* box-shadow: 0 1px 3px -1px #333; */
  }
  header .header-hub {
    padding: var(--header-hub-padding);
    background-color: var(--theme-primary-color);
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
  }
  header .header-hub .site-logo {
    padding: 0;
  }
  header .header-hub .site-logo:before {
    top: -1px;
    left: -1px;
  }
  header .header-hub .site-logo:after {
    width: calc(100% + var(--gmf-logo-text-width) + 12px);
    height: calc(var(--gmf-logo-icon-height));
    top: 0; 
    left: 0;
  }
  header .header-hub .site-logo .logo-link {
    width: calc(100% + var(--gmf-logo-text-width) + 12px);
    top: -1px;
    left: -1px;
  }
  header .header-hub .site-logo .logo-text {
    top: 0;
    left: calc(100% + 12px);
  }
  header.show-breadcrumbs .header-hub .site-logo .logo-text {
    top: 0;
  }
  header.show-breadcrumbs .header-hub .site-logo .logo-text g, header.show-breadcrumbs .header-hub .site-logo .logo-text path, header.show-breadcrumbs .header-hub .site-logo .logo-text polygon {
    fill: var(--gmf-logo-text-primary-color);
  }
  header .header-menu {
    padding: 0;
    /* padding-right: calc(var(--gmf-logo-icon-width) + (var(--header-hub-padding) * 2)); */
    padding-right: calc(var(--gmf-logo-icon-width) + (var(--header-hub-padding) * 2));
  }
  header .site-accessibility {
    margin-right: 10px;
    padding-top: 4px;
  }
  header .site-accessibility:before {
    content: "";
    border-top: 8px solid var(--accessibility-icon-color);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: none;
    top: calc((var(--header-hub-padding) * -1) - 10px);
  }
  .header-hub.initial-animate .site-accessibility:before {
    transition: opacity 1s, top 1s;
    left: calc(50% - 8px);
  }
  .site-loaded .header-hub.initial-animate .site-accessibility:before {
    top: calc(var(--header-hub-padding) * -1);
    left: calc(50% - 8px);
  }
  header .header-panel {
    width: 100%;
    height: 100vh;
    padding: 0;
    top: calc((var(--header-hub-padding) * 2) + var(--gmf-logo-icon-height));
    left: 0;
  }
  header .header-panel.bread-crumbs {
    padding: var(--header-hub-padding);
  }
  header.show-breadcrumbs .header-panel.bread-crumbs {
    top: 51px;
  }
  header.show-breadcrumbs .header-panel.bread-crumbs.no-lineage {
    display: none;
  }
  header .header-panel.accessibility .panel-content {
    overflow: hidden;
  }
  header .header-panel .panel-content {
    margin-top: 110vh;
  }
  .header-panel.toggled .panel-content {
    max-height: calc(100vh - ((var(--header-hub-padding) * 2) + var(--gmf-logo-icon-height)));
    overflow-y: scroll;
  }
  header .header-panel .panel-content:before {
    transform: scaleY(0);
    transform-origin: 50% 0;
  }
  header .header-panel .panel-content:after {
    display: none;
  }
  header .header-panel .panel-toggle-area {
    height: calc((var(--header-hub-padding) * 2) + var(--gmf-logo-icon-height));
    /* opacity: 0.5; */
    /* background-color: rgba(255,0,0,0.5); */
    top: calc(((var(--header-hub-padding) * 2) + var(--gmf-logo-icon-height)) * -1);
    left: auto;
    right: 0;
  }
  header .header-panel .list-dropdown ul.list li {
    align-items: flex-start;
  }
  header .header-panel .list-dropdown ul.list li a {
    width: auto;
    padding: 12px;
  }
  header .header-panel .list-dropdown ul.list li .list-dropdown ul.list li a {
    width: auto;
  }
  header .header-panel .kebab-menu {
    height: 100%;
    /* padding: var(--header-hub-padding); */
    padding: 0;
    /* background-color: blueviolet; */
    align-items: center;
    opacity: 1;
    top: auto;
  }
  header .header-panel .kebab-menu .dot {
    position: absolute;
    top: calc(50% - ((var(--header-hub-orb-size) - 2px) / 2));
    left: calc((50% - ((var(--header-hub-orb-size) - 2px) / 2)) - (var(--header-hub-orb-size) + 4px));
    transition: top .3s, left .3s;
    /* calc(var(--header-hub-orb-size) - 2px) */
  }
  header .header-panel .kebab-menu .dot:nth-of-type(2) {
    left: calc(50% - ((var(--header-hub-orb-size) - 2px) / 2));
  }
  header .header-panel .kebab-menu .dot:nth-of-type(3) {
    left: calc((50% - ((var(--header-hub-orb-size) - 2px) / 2)) + (var(--header-hub-orb-size) + 4px));
  }
  header .header-panel .kebab-menu .dot:nth-of-type(4) {
    left: calc((50% - ((var(--header-hub-orb-size) - 2px) / 2)) - (var(--header-hub-orb-size) + 4px));
  }
  header .header-panel .kebab-menu .dot:nth-of-type(5) {
    left: calc((50% - ((var(--header-hub-orb-size) - 2px) / 2)) + (var(--header-hub-orb-size) + 4px));
  }
  header .header-panel .kebab-menu .dot:nth-of-type(6) {/* top right - inner */
    left: calc((50% - ((var(--header-hub-orb-size) - 2px) / 2)) + (var(--header-hub-orb-size) + 4px));
  }
  header .header-panel .kebab-menu .dot:nth-of-type(9) {/* bottom right - inner */
    left: calc((50% - ((var(--header-hub-orb-size) - 2px) / 2)) + (var(--header-hub-orb-size) + 4px));
  }
  /* toggled edits */
  header .header-panel.toggled .kebab-menu .dot {/* bottom left - outer */
    top: calc(65% - ((var(--header-hub-orb-size) - 2px) / 2));
    left: calc((50% - ((var(--header-hub-orb-size) - 2px) / 2)) - (var(--header-hub-orb-size) + 4px));
  }
  header .header-panel.toggled .kebab-menu .dot:nth-of-type(2) {/* middle */
    top: calc(50% - ((var(--header-hub-orb-size) - 2px) / 2));
    left: calc(50% - ((var(--header-hub-orb-size) - 2px) / 2));
  }
  header .header-panel.toggled .kebab-menu .dot:nth-of-type(3) {/* bottom right - outer */
    top: calc(65% - ((var(--header-hub-orb-size) - 2px) / 2));
    left: calc((50% - ((var(--header-hub-orb-size) - 2px) / 2)) + (var(--header-hub-orb-size) + 4px));
  }
  header .header-panel.toggled .kebab-menu .dot:nth-of-type(4) {/* top left - outer */
    top: calc(35% - ((var(--header-hub-orb-size) - 2px) / 2));
    left: calc((50% - ((var(--header-hub-orb-size) - 2px) / 2)) - (var(--header-hub-orb-size) + 4px));
  }
  header .header-panel.toggled .kebab-menu .dot:nth-of-type(5) {/* top right - outer */
    top: calc(35% - ((var(--header-hub-orb-size) - 2px) / 2));
    left: calc((50% - ((var(--header-hub-orb-size) - 2px) / 2)) + (var(--header-hub-orb-size) + 4px));
  }
  header .header-panel.toggled .kebab-menu .dot:nth-of-type(6) {/* top right - inner */
    top: calc(43% - ((var(--header-hub-orb-size) - 2px) / 2));
    left: calc((40% - ((var(--header-hub-orb-size) - 2px) / 2)) + (var(--header-hub-orb-size) + 4px));
  }
  header .header-panel.toggled .kebab-menu .dot:nth-of-type(7) {/* top left - inner */
    top: calc(43% - ((var(--header-hub-orb-size) - 2px) / 2));
    left: calc((60% - ((var(--header-hub-orb-size) - 2px) / 2)) - (var(--header-hub-orb-size) + 4px));
  }
  header .header-panel.toggled .kebab-menu .dot:nth-of-type(8) {/* bottom left - inner */
    top: calc(58% - ((var(--header-hub-orb-size) - 2px) / 2));
    left: calc((60% - ((var(--header-hub-orb-size) - 2px) / 2)) - (var(--header-hub-orb-size) + 4px));
  }
  header .header-panel.toggled .kebab-menu .dot:nth-of-type(9) {/* bottom right - inner */
    top: calc(58% - ((var(--header-hub-orb-size) - 2px) / 2));
    left: calc((40% - ((var(--header-hub-orb-size) - 2px) / 2)) + (var(--header-hub-orb-size) + 4px));
  }
  .header-panel .panel-content:hover, .header-panel .panel-content:focus-within {
    margin-top: 100vh;
    transition: margin 0s .35s;
  }
  .header-panel.toggled .panel-content {
    margin-top: 0;
    transition: margin 0s 0s;
  }
  header .header-panel .panel-content:hover:before, header .header-panel .panel-content:focus-within:before {
    transform: scaleY(0);
  }
  header .header-panel .panel-content:before {
    opacity: 0;
    pointer-events: none;
  }
  header.panel-toggled .header-panel .panel-content:before {
    transform: scaleY(1);
  }
  header.panel-toggled .header-panel.toggled .panel-content:before {
    opacity: 1;
  }
  header .header-panel.toggled .panel-content .main-navigation ul li:after,
  header .header-panel .panel-content:hover .main-navigation ul li:after,
  header .header-panel .panel-content:focus-within .main-navigation ul li:after {
    opacity: calc(var(--font-main-navigation-opacity) + .1);
    transform: rotate(90deg);
    transition: none;
  }
  header .header-panel.toggled .panel-content .main-navigation ul li.toggled:after {
    opacity: 1;
    transform: rotate(-90deg);
  }
  header .header-panel .panel-content:hover .utility-navigation ul li:hover:after, header .header-panel .panel-content:focus-within .utility-navigation ul li:focus-within:after {
    opacity: var(--font-utility-navigation-opacity);
  }
  header .header-panel.toggled .panel-content .utility-navigation ul li.toggled:after {
    opacity: 1;
    transform: rotate(-90deg);
  }
  header .header-panel .main-navigation ul li.toggled a.list-item-link {
    opacity: 1;
  }
  header .header-panel li.toggled .list-dropdown {
    opacity: 1;
  }
  header .header-panel li.toggled .list-dropdown ul {
    opacity: 1;
  }
  .header-panel .panel-content:hover .main-navigation ul li, .header-panel .panel-content:focus-within .main-navigation ul li {
    opacity: 0;
  }
  .header-panel.toggled .panel-content .main-navigation ul li {
    opacity: 1;
  }
  .header-panel .panel-content .main-navigation {
    transition: opacity .2s ease-out;
  }
  .header-panel .panel-content:hover .main-navigation, .header-panel .panel-content:focus-within .main-navigation {
    opacity: 0;
    transition: opacity .2s ease-out;
  }
  .header-panel.toggled .panel-content .main-navigation {
    opacity: 1;
    transition: opacity 0s;
  }
  .header-panel .panel-content .utility-navigation {
    transition: opacity .2s ease-out;
  }
  .header-panel .panel-content:hover .utility-navigation, .header-panel .panel-content:focus-within .utility-navigation {
    opacity: 0;
    transition: opacity .2s ease-out;
  }
  .header-panel.toggled .panel-content .utility-navigation {
    opacity: 1;
    transition: opacity .2s .29s ease-out;
  }
  header .header-hub:hover .site-logo .logo-text, header .header-hub:focus-within .site-logo .logo-text {
    top: 0;
  }
  .header-panel .panel-content .panel-toggle-area, .header-panel .panel-content:focus-within .panel-toggle-area {
    opacity: 1;
  }
  header .header-panel li .list-dropdown, header .header-panel li:hover .list-dropdown, header .header-panel li:focus-within .list-dropdown {
    position: absolute;
    left: -9999px;
  }
  header .header-panel li.toggled .list-dropdown {
    position: relative;
    left: auto;
    transform: none;
  }
  header .header-panel .main-navigation ul li:hover, header .header-panel .main-navigation ul li:focus-within {
    background-color: transparent;
  }
  header .header-panel .main-navigation ul li.toggled {
    background-color: var(--theme-color-2);
  }
  header .header-panel ul.utility-navigation-list li:hover {
    background-color: transparent;
  }
  header .header-panel ul.utility-navigation-list li.toggled {
    background-color: var(--theme-color-2);
  }
  header .header-panel ul.utility-navigation-list li:hover a, header .header-panel ul.utility-navigation-list li:focus-within a {
    opacity: var(--font-utility-navigation-opacity);
  }
  header .header-panel ul.utility-navigation-list li.toggled a {
    opacity: 1;
  }
  header .header-panel .main-navigation ul li:hover a, header .header-panel .main-navigation ul li:focus-within a {
    opacity: var(--font-main-navigation-opacity);
  }
  header .header-panel .main-navigation ul li.toggled a {
    opacity: 1;
  }
  header .header-panel .utility-navigation ul li:hover a, header .header-panel .utility-navigation ul li:focus-within a {
    opacity: var(--font-main-navigation-opacity);
  }
  header .header-panel .utility-navigation ul li.toggled a {
    opacity: 1;
  }
  header .header-panel ul.utility-navigation-list li.toggled .list-dropdown .list li a {
    opacity: 1;
  }
  header .header-panel .main-navigation ul li {
    padding: 0 13px;
    flex-direction: column;
    align-items: flex-start;
  }
  header .header-panel .main-navigation ul li:after {
    border-top: 8px solid transparent;
    border-left: 8px solid var(--gmf-logo-icon-border-color);
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 14px;
    right: 10px;
  }
  header .header-panel .main-navigation ul li a.list-item-link {
    padding: 13px 0;
  }
  header .header-panel .main-navigation ul li a.list-item-link-area {
    display: none;
  }
  header .header-panel .main-navigation ul li .list-item-tap-area {
    width: 55px;
    height: 42px;
    display: none;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }
  header .header-panel .main-navigation ul li a.list-item-tap-area {
    display: block;
  }
  header .header-panel .utility-navigation ul li .list-item-tap-area {
    width: 55px;
    height: 42px;
    display: none;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }
  header .header-panel .utility-navigation ul li a.list-item-tap-area {
    display: block;
  }
  /* navigation edits */
  header .header-panel.navigation {
    padding: 0;
  }
  header .header-panel.navigation .main-nav-orbs-container {
    top: 0;
    left: auto;
    right: 0;
  }
  header .header-panel ul.utility-navigation-list li {
    flex-direction: column;
  }
  header .header-panel ul.utility-navigation-list li:after {
    border-top: 8px solid transparent;
    border-left: 8px solid var(--gmf-logo-icon-border-color);
    border-bottom: 8px solid transparent;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  header .header-panel.toggled .panel-content .utility-navigation ul li:after,
  header .header-panel .panel-content:hover .utility-navigation ul li:after,
  header .header-panel .panel-content:focus-within .utility-navigation ul li:after {
    opacity: var(--font-utility-navigation-opacity);
    transform: rotate(90deg);
    transition: none;
  }
  label.dropdown-toggle-label {
    position: absolute;
    top: 15px;
    right: 0;
  }
  /* user-action edits */
  header .header-panel.user-actions {
    padding: var(--header-hub-padding);
    padding-top: calc(var(--header-hub-padding) + 4px);
    right: calc(var(--gmf-logo-icon-width) + (var(--accessibility-icon-width) + 16px) + (var(--header-hub-padding) * 3));
    width: auto;
    top: 0;
    z-index: 10;
  }
  .header-panel.user-actions.initial-animate .user-login {
    opacity: 0;
  }
  .site-loaded .header-panel.user-actions.initial-animate .user-login {
    animation: fade-in-downward 1s forwards;
    animation-delay: 1s;
    animation-timing-function: ease-out;
  }
  header .header-panel.user-actions button svg {
    max-width: 11px;
  }
  /* accessibility edits */
  header .header-panel.accessibility .site-accessibility {
    width: 100%;
    padding: 0;
    top: calc(((var(--header-hub-padding) * 2) + var(--gmf-logo-icon-height)) * -1);
    bottom: auto;
  }
  header .header-panel.accessibility .site-accessibility .accessibility-icon {
    --accessibility-icon-height: 0;
  }
  .header-panel.accessibility .access-options .option {
    display: inline-block;
  }
  .header-panel.accessibility .panel-toggle-area {
    margin-right: calc(var(--gmf-logo-icon-width) + (var(--header-hub-padding) * 2));
    top: 0;
  }
  header .header-panel .panel-toggle-area.mobile {
    display: block;
  }
  .header-panel.accessibility .panel-content .access-options, .header-panel.accessibility .panel-content:hover .access-options, .header-panel.accessibility .panel-content:focus-within .access-options {
    opacity: 0;
    transition: opacity .2s 0s;
  }
  .header-panel.toggled.accessibility .panel-content .access-options {
    opacity: 1;
    transition: opacity .2s .15s;
  }

  .main-content {
    padding: var(--header-hub-height) 0 0 0;
    display: flex;
    flex-direction: column;
  }
  .main-content.tertiary .body {
    margin-top: 30px;
    padding: 0 var(--body-padding);
  }

  .main-content .body .wysiwygs-accross {
    padding: 15px 0;
  }

  .campaign-swiper .slide .slide-content .h1-like {
    margin: 0 0 10px 0;
    padding: 15px 15px 0 15px;
  }
  .campaign-swiper .slide .slide-media.show-on-mobile {
    display: block;
  }
  .campaign-swiper .slide .slide-content .h1-like.styled {
    max-height: calc(var(--font-campaign-header-line-height) * 2 + (9px + 12px + 23px));/* offset the max-height by the style curve(9px height, 12px margin, 23px padding-top) */
  }
  .campaign-swiper .slide .slide-content .h1-like.styled:before {
    left: 15px;
  }
  .campaign-swiper .slide .slide-content .h5-like {
    width: 100%;
    margin: 0;
  }
  .campaign-swiper .slide .slide-content .content-panels .panel {
    width: 100%;
    min-width: var(--campaign-single-panel-width);
    margin: 0;
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .campaign-swiper .slide .slide-content .content-panels .panel:first-of-type {
    padding: 10px 15px;
  }
  .campaign-swiper .slide .slide-content .content-panels .panel:nth-of-type(2) {
    min-width: var(--campaign-double-panel-width);
    background-color: var(--campaign-panel-bg-color-1);
  }
  .campaign-swiper .slide .slide-content .content-panels .panel:nth-of-type(3) {
    min-width: var(--campaign-triple-panel-width);
    background-color: var(--campaign-panel-bg-color-2);
  }
  .campaign-swiper .slide.buttons-panel .slide-content .content-panels .panel:nth-of-type(2) {
    background-color: var(--theme-color-1);
  }
  .campaign-swiper .slide .slide-pagination-container {
    padding: 10px 0;
  }
  .campaign-swiper .slide-pagination-container .swiper-pagination {
    text-align: center;
  }
  /* scroll panel edits */
  .campaign-swiper .slide.scroll .slide-content .content-panels {
    overflow-x: scroll;
  }
  /* multi panel edits */
  .campaign-swiper .slide.single-panel .slide-content .h1-like, .campaign-swiper .slide.double-panel .slide-content .h1-like, .campaign-swiper .slide.triple-panel .slide-content .h1-like {
    width: 100%;
  }
  .campaign-swiper .slide.buttons-panel .slide-content .content-panels .panel:nth-of-type(2) a.button-like {
    margin: 0 10px 0 0;
  }
  .campaign-swiper .slide.buttons-panel .slide-content .content-panels {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .campaign-swiper .slide.buttons-panel .slide-content .content-panels .panel:nth-of-type(2) {
    --campaign-double-panel-width: 100%;
    min-width: auto;
    flex-direction: row;
  }
  .campaign-swiper .slide.single-panel .slide-content .content-panels .panel {
    display: block;
  }
  .campaign-swiper .slide.single-panel .slide-content .content-panels .panel p {
    max-height: calc(var(--font-campaign-body-first-line-height) * 5);
    -webkit-line-clamp: 5;
  }
  .campaign-swiper .slide.double-panel .slide-content .content-panels .panel:first-of-type {
    width: 100%;
  }
  .campaign-swiper .slide.double-panel .slide-content:before, .campaign-swiper .slide.double-panel .slide-content:after, .campaign-swiper .slide.triple-panel .slide-content:before, .campaign-swiper .slide.triple-panel .slide-content:after {
    background-image: none;
    background-color: var(--theme-color-1);
  }
  .campaign-swiper .slide.double-panel .slide-pagination-container {
    background-image: none;
  }
  .campaign-swiper .slide.triple-panel .slide-content .content-panels .panel:first-of-type {
    width: 100%;
  }
  .campaign-swiper .slide.triple-panel .slide-content:before, .campaign-swiper .slide.triple-panel .slide-content:after, .campaign-swiper .slide.triple-panel .slide-pagination-container {
    background-image: none;
  }

  .full-section .section-media {
    height: 250px;
  }
  .full-section video.section-media {
    display: none;
  }
  .full-section .section-body {
    flex-wrap: wrap;
  }
  .full-section .section-body:before {
    background-image: none;
    background-color: var(--full-section-content-bg-color);
  }
  .full-section .section-body:after {
    display: none;
  }
  .full-section .section-body .content {
    width: 100%;
    padding: 15px var(--body-padding);
    background-color: var(--full-section-content-bg-color);
  }
  .full-section .section-body .side-panel {
    width: 100%;
    padding: 15px var(--body-padding) 30px var(--body-padding);
    background-color: var(--full-section-panel-bg-color);
  }

  .tab-section {
    padding: 45px var(--body-padding) 35px var(--body-padding);
  }
  .tab-section .section-tabs .tab-toggle-label.styled {/* this is to compensate for the styled curve above the label */
    margin-top: -15px;
  }
  .tab-section .section-tabs .tab-toggle-label {
    margin-bottom: 15px; 
  }

  .tile-section {
    padding: 0 0 60px 0;
  }
  .home .tile-section {
    padding: 0 var(--body-padding);
  }
  .tile-section .tiles .tile .tile-media {
    height: 210px;
  }
  .body .tile-section-filters-top {
    flex-direction: column;
  }
  .body .drop-filter {
    max-width: none;
    /* margin: 10px 0 0 0; */
  }

  .news-section {
    margin-top: 25px;
    flex-direction: column;
  }
  .news-section .section-heading {
    max-width: none;
    margin: 0;
  }
  .news-section .section-content {
    width: 100%;
  }
  .news-section .section-heading p {
    margin: 15px 0 0 0;
  }

  .blog-block .block-articles {
    gap: 0;
    justify-content: space-between;
  }
  .blog-block .block-articles .blog-item {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .staff-section {
    display: block;
  }
  .staff-section .staff-details {
    max-width: none;
    margin: 9px 20px 20px 0;
    float: left;
  }
  .staff-section .staff-content {
    width: 100%;
  }
  /* full edits */
  .staff-section.full .staff-details {
    max-width: none;
    padding: 0;
  }

  .table-filters {
    gap: 15px 10px;
  }
  .table-filters .search-filter {
    width: 100%;
    max-width: none;
    order: 1;
  }
  .table-filters .table-filter {
    width: 100%;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    order: 0;
  }
  .table-filters .drop-filter {
    width: 100%;
    margin: 0;
  }
  .table-section {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 65%) 0 center,linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 65%) 100% center;
    background-repeat: no-repeat;
    background-size: 8px 100%, 8px 100%;
    background-color: var(--right-sidebar-bg-color);
    overflow: scroll;
  }
  .table-section .row {
    min-width: 500px;
    padding: 10px;
    padding-right: 10px;
  }
  .table-section .row .column {
    padding-right: 20px;
    --font-h6-size: 13px;
    --font-h6-line-height: 15px;
    --font-body-size: 12px;
    --font-body-line-height: 14px;
  }
  .table-section .row .column p {
    margin: 5px 0;
  }
  .table-section.grants .row .column:first-of-type {
    padding: 0;
    padding-right: 10px;
  }
  .table-section.grants .row .column:nth-of-type(2) {
    padding: 0;
    padding-right: 10px;
  }

  .wysiwygs-accross .wysiwygs.one-per-row .wysiwyg {
    width: calc((100% / 1) - 10px);
    flex: 0 0 calc((100% / 1) - 10px);
  }
  .wysiwygs-accross .wysiwygs.two-per-row .wysiwyg,
  .wysiwygs-accross .wysiwygs.three-per-row .wysiwyg,
  .wysiwygs-accross .wysiwygs.four-per-row .wysiwyg,
  .wysiwygs-accross .wysiwygs.five-per-row .wysiwyg,
  .wysiwygs-accross .wysiwygs.six-per-row .wysiwyg,
  .wysiwygs-accross .wysiwygs.seven-per-row .wysiwyg,
  .wysiwygs-accross .wysiwygs.eight-per-row .wysiwyg,
  .wysiwygs-accross .wysiwygs.nine-per-row .wysiwyg,
  .wysiwygs-accross .wysiwygs.ten-per-row .wysiwyg {
    width: calc((100% / 2) - 10px);
    flex: 0 0 calc((100% / 2) - 10px);
  }

  table {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 65%) 0 center,linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 65%) 100% center;
    background-repeat: no-repeat;
    background-size: 8px 100%, 8px 100%;
    background-color: var(--right-sidebar-bg-color);
  }
  table tbody {
    overflow: scroll;
  }

  .action-bucket {
    padding: 35px 0;
  }

  .lineage-container {
    margin: 50px 0;
    flex-direction: column;
  }
  .lineage-container .h2-like {
    margin: 0 0 18px 0;
  }
  .lineage-container .lineage-items {
    width: 100%;
  }
  .main-content.tertiary .lineage-container .lineage-items {
    grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
  }

  .right-sidebar {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0 var(--body-padding);
    order: 2;
  }
  footer {
    margin-top: 105px;
    padding: 0;
  }
  footer .footer-hub {
    padding: 35px 49px 35px 49px;
  }
  footer .footer-info:first-of-type h4 {
    margin: 0;
  }
  footer .footer-info ul.social-links {
    margin: 0;
    margin-left: -10px;
  }
  footer .footer-info ul.social-links li {
    margin: 0;
  }
  footer .footer-info ul.social-links li a {
    padding: 10px;
    display: block;
  }
}

@media only screen and (max-width: 425px) {
  body {
    --body-padding: 20px;
    --curve-element-height: 32px;
    --curve-element-position: -30px;
    /* --curve-element-sm-height: 30px; */
    /* --curve-element-sm-position: -31px; */
    /* --curve-element-sm-extra-position: calc(var(--curve-element-sm-position) - 8px); */
    --curve-element-extra-position-1: calc(var(--curve-element-position) - 13px);
    --curve-element-extra-position-2: calc(var(--curve-element-position) + 3px);

    --font-h1-size: 42px;
    --font-h1-line-height: 44px;
    --font-h2-size: 28px;
    --font-h2-line-height: 29px;
    --font-h3-size: 24px;
    --font-h3-line-height: 28px;
    --font-h4-size: 18px;
    --font-h4-line-height: 22px;
    --font-body-size: 16px;
    --font-body-line-height: 18px;
    --font-body-intro-size: 18px;
    --font-body-intro-line-height: 26px;

    --font-campaign-header-size: 25px;
    --font-campaign-header-line-height: 28px;
    --font-full-section-header-size: 25px;
    --font-full-section-header-line-height: 25px;
    --font-full-section-body-size: 16px;
    --font-full-section-body-line-height: 18px;
    --font-full-section-list-size: 15px;
    --font-action-bucket-header-size: 22px;
    --font-action-bucket-header-line-height: 30px;

    --campaign-slide-media-height: 250px;
  }

  .main-content .body h1 {
    margin-bottom: 20px;
  }

  .curved-element.curve-bottom .curved-element-extra:before {
    bottom: 10px;;
  }

  .page-banner .banner-media {
    height: 250px;
  }
  .page-banner.simple .banner-media {
    height: 120px;
  }

  .campaign-swiper .slide .slide-content .content-panels .panel:first-of-type p {
    font-size: var(--font-campaign-body-size);
    font-weight: var(--font-campaign-body-weight);
    line-height: var(--font-campaign-body-line-height);
  }


  .full-section .section-media {
    height: 250px;
  }
  .full-section p {
    margin: 8px 0;
  }
  .main-content .full-section ul, .main-content .full-section ol {
    margin: 0 0 10px 0;
  }
  .main-content .full-section ul li {
    margin: 0;
  }

  .tile-section .tiles .tile.main {
    min-width: 262px;
    /* max-width: 262px; */
  }
  .tile-section.l-basic .tiles {
    gap: 25px 0;
    justify-content: space-between;
  }
  .tile-section.l-basic .tiles .tile {
    width: calc(50% - 10px);
  }
  .tile-section.l-basic .tiles .tile .tile-media.placeholder {
    width: 100%;
  }

  .action-bucket p {
    padding: 0 25px;
  }
  .action-bucket .bucket-content {
    padding: 25px 0;
  }

  .main-content.tertiary .lineage-container .lineage-items {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  footer {
    margin-top: 75px;
  }
  footer .footer-hub {
    padding: 35px 0;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    top: 0;
  }
  footer .site-logo {
    margin: 0 0 20px 0;
  }
  footer .footer-info {
    margin: 0;
  }
  footer .footer-info h4 {
    margin: 35px 0 0 0;
    text-align: center;
  }
  footer .footer-info ul {
    justify-content: center;
  }
  footer .footer-info ul li {
    margin: 0;
    text-align: center;
  }
  footer .footer-info ul.quicklinks {
    flex-direction: column;
  }
  footer .footer-info ul.quicklinks li {
    margin: 0 0 5px 0;
  }
  footer .footer-credits {
    padding: 17px 0 10px 0  ;
    flex-direction: column;
    align-items: center;
  }
  footer .footer-credits p, footer .footer-credits a {
    margin: 0 0 7px 0;
  }
  footer .footer-credits .footer-navigation {
    margin: 0 0 7px 0;
  }
}

@media only screen and (max-width: 350px) {
  header .header-menu {
    padding-right: 40px;
  }
  header .header-panel.user-actions {
    right: 80px;
  }
}
