/**
 * @file
 * Visual styles for fields.
 */




/**
 * ===== FIELD =====
 */

/**/
.field {}

/**/
.field__label {
  font-weight: 400;
  margin-bottom: 0.5rem;
}

/**/
h2.field__label,
h3.field__label,
h4.field__label {
  font-size: 1.0rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

/**/
.field--label-inline .field__label,
.field--label-inline .field__items {}

/**/
.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {}

/**/
[dir="rtl"] .field--label-inline .field__label,
[dir="rtl"] .field--label-inline .field__items {}

/**/
.field--label-inline .field__label::after {
  content: ':';
}




/**
 * ===== FIELD TYPES =====
 */



/**
 * address
 */
.field--type-address {}




/**
 * daterange
 */
.field--type-daterange {}

/**/
.field--type-daterange .field__label {}

/**/
.field--type-daterange .field__item {}

/**/
.field--type-daterange time {
  display: inline-block;
}
.field--type-daterange time:first-child {}
.field--type-daterange time:last-child {}
.field--type-daterange time:first-child:last-child {}




/**
 * datetime
 */
.field--type-datetime {}

/**/
.field--type-datetime .field__label {}

/**/
.field--type-datetime .field__item {}

/**/
.field--type-datetime time {
  display: inline-block;
}




/**
 * email
 */
.field--type-email {}

/**/
.field--type-email .field__item {}

/**/
.field--type-email a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.field--type-email a:hover {}




/**
 * entity-reference
 */
.field--type-entity-reference {
  margin: 0;
}

/**/
.field--type-entity-reference.gui--type-er--tags {}
.field--type-entity-reference.gui--type-er--tags ul {}
.field--type-entity-reference.gui--type-er--tags li {
  display: inline-block;
}
.field--type-entity-reference.gui--type-er--tags a {
  background-color: var(--site--main--color--03-01);
  color: var(--site--body--link-color--02);
  display: inline-block;
  padding: 0.25rem 0.75rem;
  /**/
  transition: 
    background-color 0.4s ease;
}




/**
 * file
 */
.field--type-file {}

/**/
.field--type-file .field__item {
  margin: 0 0 0.25rem 0;
}

/**/
.field--type-file span {
  display: none;
}
.field--type-file span.file {
  display: block;
}

/**/
.field--type-file a {
  background-color: var(--site--main--color--05-02);
  background-image: url("../../img/gui/gui-file/gui-file-download-33445F.svg");
  background-position: left 0.75rem center;
  background-repeat: no-repeat;
  background-size: 24px;
  color: var(--site--body--link-color--02);
  display: block;
  font-weight: 600;
  padding: 0.5rem 0.75rem 0.5rem calc(0.75rem + 24px + 0.75rem);
  /**/
  transition: 
    background-color 0.4s ease;
}
.field--type-file a:hover {
  background-color: var(--site--main--color--05-03);
}




/**
 * image
 */
.field--type-image {}




/**
 * link
 */
.field--type-link {}

/**/
.field--type-link .field__item {
  margin: 0 0 0.25rem 0;
}

/**/
.field--type-link a {
  background-color: var(--site--main--color--05-02);
  background-image: url("../../img/gui/gui-link/gui-link-33445F.svg");
  background-position: left 0.75rem center;
  background-repeat: no-repeat;
  background-size: 24px;
  color: var(--site--body--link-color--02);
  display: block;
  font-weight: 600;
  padding: 0.5rem 0.75rem 0.5rem calc(0.75rem + 24px + 0.75rem);
  /**/
  transition: 
    background-color 0.4s ease;
}
.field--type-link a:hover {
  background-color: var(--site--main--color--05-03);
}


/**/
.field--type-link.gui--type-link--cta a {
  background-color: var(--site--main--color--05-02);
  /**/
  background-image: url("../../img/gui/gui-direction/gui-direction-arrow-default-right-33445F.svg");
  background-position: right 1.25rem center;
  background-repeat: no-repeat;
  background-size: 32px;
  /**/
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
  color: var(--site--body--link-color--02);
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.0;
  padding: 0.75rem calc(1.0rem + 32px + 1.25rem) 0.75rem 1.0rem;
  /**/
  transition: 
    background-color 0.4s ease, background-position 0.2s ease;
}
.field--type-link.gui--type-link--cta a:hover {
  background-color: var(--site--main--color--05-03);
  background-position: right 1.0rem center;
}

/**/
.group-section-aside .field--type-link.gui--type-link--cta a {
  display: block;
}


/* @media */
@media only screen and (min-width: 1024px) {
  /**/
  .field--type-link.gui--type-link--cta a {
    background-position: right 1.75rem center;
    padding: 1.0rem calc(1.0rem + 32px + 1.75rem) 1.0rem 1.5rem;
  }
  /**/
  .field--type-link.gui--type-link--cta a:hover {
    background-position: right 1.5rem center;
  }
}




/**
 * telephone
 */
.field--type-telephone {}

/**/
.field--type-telephone .field__item {}

/**/
.field--type-telephone a {
  display: block;
}
.field--type-telephone a:hover {}




/**
 * text-long
 */
.field--type-text-long {}

/**/
.field--type-text-long .field__item h2,
.field--type-text-long .field__item h3,
.field--type-text-long .field__item h4,
.field--type-text-long .field__item h5 {
  margin: 1.5rem 0 0.75rem 0;
}
.field--type-text-long .field__item h2:first-child,
.field--type-text-long .field__item h3:first-child {
  margin-top: 0;
}

/**/
.field--type-text-long .field__item h2 {
  text-transform: uppercase;
  text-transform: none;
  letter-spacing: 0.05rem;
  letter-spacing: 0;
}

/**/
.field--type-text-long .field__item a {
  border-bottom: 1px solid var(--site--body--link-color--02);
  color: var(--site--body--link-color--02);
}
.field--type-text-long .field__item a:hover {}

/**/
.field--type-text-long .field__item ol {
  list-style-position: outside;
  margin: 0 0 0.75rem 2.5rem;
}
.field--type-text-long .field__item ol li {
  list-style-type: decimal-leading-zero;
}

/**/
.field--type-text-long .field__item ul {
  list-style-position: outside;
  margin: 0 0 0.75rem 2.5rem;
}
.field--type-text-long .field__item ul li {
  list-style-type: square;
}


/* @media */
@media only screen and (min-width: 1024px) {
  /**/
  .field--type-text-long .field__item h2 {
    font-size: 2.25rem;
    line-height: 1.1;
  }
}




/**
 * FIELD GLOBAL DISPLAY FLEX
 * field-global-display-flex
 */




/**
 * custom-gui-list
 */
.field-global-display-flex {}


/**/
.field-global-display-flex.field__items {
  list-style: none;
}
.field-global-display-flex.field__items > .field__item {
  margin-bottom: 4%;
}


/* @media */
@media screen and (min-width:768px) {
  .field-global-display-flex.field__items {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -1.5%;
  }
  .field-global-display-flex.field__items > .field__label {
    margin: 1.5rem;
    width: 100%;
  }
  .field-global-display-flex.field__items > .field__item {
    margin: 1.5%;
    width: 47%;
  }
}


/* @media */
@media screen and (min-width:1024px) {
  /**/
  .field-global-display-flex-3.field__items > .field__item,
  .field-global-display-flex-4.field__items > .field__item {
    width: 30.333333%;
  }
}


/* @media */
@media screen and (min-width:1200px) {
  /**/
  .field-global-display-flex-4.field__items > .field__item {
    width: 22%;
  }
}