/* -------------------
BEGIN vbf-client
Sitecore Resource: 3f9db58e-52f0-4bda-b3cb-bd555f45f0da
-------------------*/
:root {
  --vbf-gradient: linear-gradient(45deg, #8a9eaa 0%, #acc6d5 100%);
  --vbf-primary-color: #e9e9e9;
  --vbf-secondary-color: #2d4452;
  --vbf-accent-color-1: #3b6e8f;
  --vbf-accent-color-2: #af5607db;
  --vbf-accent-color-3: #74ad93db;
  --vbf-accent-color-4: #af5607;
  --vbf-primary-text-color: #2d4452;
  --vbf-secondary-text-color: #3b6e8f;
  --vbf-inverted-text-color: #ffffff;
  --vbf-primary-button-color: #b8860b;
  --vbf-secondary-button-color: #3e97b7;
  --vbf-primary-link-color: #2d4452;

  --vbf-base-border-radius: 5px;
}





/* GLOBAL Items  */
input[type='submit'].submit,
.btn {
  color: var(--vbf-inverted-text-color);
}

.btn--secondary {
  color: var(--vbf-inverted-text-color);
}

/* LANDING PAGE  */

.vf24 .cta-static:nth-child(1) {
  background-color: var(--vbf-accent-color-1);
}

.vf24 .cta-static:nth-child(2) {
  background: var(--vbf-accent-color-2);
}

.vf24 .cta-static:nth-child(3) {
  background: var(--vbf-accent-color-3);
}

/* VENDOR FLOOR  PAGE */

.vf-ctr {
  background: var(--u-grayscale-ee);
}

.vf-area--inactive {
  background-color: var(--u-grayscale-aa);
  border-color: var(--u-grayscale-aa);
}

/* VENDOR LANDING PAGE  */

:is(.vc-ctr, .va-ctr) .section-title {
  color: var(--vbf-secondary-text-color);
}

.vc-option__label {
  color: var(--vbf-secondary-text-color);
}

/* VENDOR BOOTH PAGE   */

/* background color for Resource section  */
.va-resources {
  background: var(--u-grayscale-dd);
}

/* color/background color for Resource tiles */
.resources-opt {
  background: var(--u-grayscale-ff);
  color: var(--vbf-secondary-text-color);
}

.vf24 :is(.resource-body, .events-calendar-body) {
  background: var(--u-grayscale-ee);
}

