/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*
 * Grid parameter defaults
 * These are used to customize the grid layout
 * Feel free to overwrite them as necessary
 */
/* this is all from Bootstrap */
/* ==========================================================================
   Author's custom global styles
   ========================================================================== */
#container {
  max-width: 1176px;
  width: 100%;
  padding: 24px 24px 78px;
  margin: 0 auto;
}

#footer .footer__dept--container {
  max-width: 1176px;
  padding: 0 24px;
  width: 100%;
  margin: 0 auto;
}

.footer__dept--links-wrapper > ul#menu-footer-menu > li > a:hover {
  background-color: transparent;
  outline: none;
  color: #fff;
}

/* Component Library Footer Nav override */
.footer__dept--links ul {
  width: 100%;
}

.footer__dept--links-wrapper > ul#menu-footer-menu {
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__dept--links-wrapper > ul#menu-footer-menu > li {
  flex-basis: 48%;
}

.footer__dept--links-wrapper > ul#menu-footer-menu > li,
.footer__dept--links-wrapper > ul#menu-footer-menu > li ul > li a {
  white-space: normal;
}

@media (min-width: 600px) {
  .footer__dept--links-wrapper > ul#menu-footer-menu > li {
    flex-basis: 50%;
  }
  .footer__dept--links-wrapper > ul#menu-footer-menu {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .footer__dept--logo {
    max-width: 35%;
  }
  .footer__dept--links ul {
    margin-right: 1rem;
    /* width: 40vw; */
  }
}
@media only screen and (min-width: 1024px) {
  .footer__dept--logo {
    max-width: 30%;
  }
  .footer__dept--info {
    margin-right: 125px;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__dept--logo {
    max-width: 30%;
  }
}
.page-id-2906 div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row .wpforms-layout-column-33 {
  width: 37.5%;
}
.page-id-2906 div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row .wpforms-layout-column-33:last-child {
  width: 25%;
}
@media only screen and (max-width: 600px) {
  .page-id-2906 div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row .wpforms-layout-column-33:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .page-id-2906 div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row .wpforms-layout-column-33 {
    width: 100%;
  }
}
.page-id-2906 div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row .wpforms-layout-column-33 .wpforms-field-label {
  white-space: nowrap;
}
.page-id-2906 .wpforms-container .wpforms-form .wpforms-field-label {
  font-weight: normal;
}
.page-id-2906 ul li::before {
  display: none;
}
.page-id-2906 div.wpforms-container-full input[type=text],
.page-id-2906 div.wpforms-container-full input[type=email],
.page-id-2906 div.wpforms-container-full select,
.page-id-2906 div.wpforms-container-full textarea {
  border-radius: 4px;
  background: #F2F2F2;
}
.page-id-2906 div.wpforms-container-full .wpforms-field-label-inline {
  cursor: pointer;
}
.page-id-2906 div.wpforms-container-full input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  top: 9px;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.page-id-2906 div.wpforms-container-full input[type=checkbox]:focus {
  outline: none;
}
.page-id-2906 div.wpforms-container-full input[type=checkbox]::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 2px;
  background: #FFF;
  display: inline-block;
  border: 1px solid #666666;
}
.page-id-2906 div.wpforms-container-full input[type=checkbox]:checked::after {
  content: "";
  border-top: none;
  border-right: none;
  display: block;
  height: 14px;
  width: 20px;
  border-left: 4px solid #00598c;
  border-bottom: 4px solid #00598c;
  background-color: transparent;
  transform: translate(0, 1px) scale(0.7) rotate(-45deg);
  left: 3px;
  top: 3px;
  position: absolute;
}
.page-id-2906 div.wpforms-container-full input[type=checkbox].wpforms-error {
  border: none;
}
.page-id-2906 div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label {
  line-height: 1.5;
  padding-inline-start: 18px;
}
.page-id-2906 div.wpforms-container-full select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.41L10.59 -6.16331e-08L6 4.58L1.41 -4.62904e-07L-6.16331e-08 1.41L6 7.41L12 1.41Z' fill='%23333333'/%3E%3C/svg%3E");
  background-size: 0.8rem;
  background-repeat: no-repeat;
  background-position: right 1.375rem center;
}
.page-id-2906 div.wpforms-container-full .wpforms-field-limit-text {
  margin-top: 12px;
}
.page-id-2906 div.wpforms-container-full .wpforms-form button[type=submit] {
  margin-top: 36px;
  background-color: #00598c;
  color: #FFF;
  height: 41px;
  border-radius: 4px;
  font-weight: bold;
  line-height: 16px;
}
.page-id-2906 div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #00598c;
}
.page-id-2906 div.wpforms-container-full #wpforms-2952-field_16 li {
  display: grid;
  grid-template-columns: 25px 1fr;
}
.page-id-2906 div.wpforms-container-full #wpforms-2952-field_16_1 {
  top: 5px;
}

#coffee-evcp {
  max-width: 1176px;
  padding: 0px 24px 64px;
  margin: 0 auto;
  overflow: auto;
}
@media (max-width: breakpoint-min(md)) {
  #coffee-evcp {
    display: flex;
    flex-direction: column-reverse;
  }
}
#coffee-evcp .col {
  padding-top: 16px;
}
#coffee-evcp .col:first-child {
  padding-top: 16px;
}
#coffee-evcp .col:first-child h2 {
  margin-top: 72px;
}
@media (max-width: breakpoint-min(md)) {
  #coffee-evcp .col:first-child h2 {
    margin-top: 0px;
  }
}
#coffee-evcp .col:last-child {
  text-align: right;
}
#coffee-evcp .col:last-child .img-container {
  padding-left: 36px;
}
@media (max-width: breakpoint-min(md)) {
  #coffee-evcp .col:last-child .img-container {
    padding-left: 0px;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}