/* 
 * msg 
*/

/*
:root
   {
      --hx-font-family: 'Barlow Condensed';
      --hx-font-weight: 500;
      --p-font-family: 'Barlow Condensed';
      --p-font-weight: 300;
      --strong-font-family: 'Barlow Condensed';
      --strong-font-weight: 500;
      --a-font-family: 'Barlow Condensed';
      --a-font-weight: 500;
      
      --label-font-family: 'Barlow Condensed';
      --label-font-weight: 300;
      --btn-font-family: 'Barlow Condensed';
      --btn-font-weight: 500;
   }
:root
   {
      --short-popup-c-one: #006171;
      --short-popup-c-two: #000000;
      --short-popup-bg-overlay: rgba(0, 0, 0, 0.5);
      --short-popup-bg-box: #ffffff;
   }
*/ 
   
.short_popup .c-one
   {
      color: var(--short-popup-c-one);
   }
.short_popup .c-two
   {
      color: var(--short-popup-c-two);
   }
.short_popup .box-type-full
   {
      background-color: var(--short-popup-bg-box);
   }
.short_popup
   {
      background-color: var(--short-popup-bg-overlay);
      font-family: var(--p-font-family);
      font-style: normal;
      font-weight: var(--p-font-weight);
      font-size: 1.25rem;
      line-height: 1.75rem;
   }
.short_popup .box-title
   {
      font-family: var(--hx-font-family);
      font-style: normal;
      font-weight: var(--hx-font-weight);
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      font-size: 1.5rem;
   }
.short_popup .messages__list
   {
      font-family: var(--p-font-family);
      font-style: normal;
      font-weight: var(--p-font-weight);
      font-size: 1.25rem;
      line-height: 1.75rem;
   }
.short_popup > div
   {
      max-width: 600px;
      padding: 1rem 2rem;
   }
/* default drupal msg */
.messages
   {
      display: none;
   }