/** Navigation **/
/* .navbar > .container {
  position: relative;
} */

/** Body **/
/* p img.align-left {
  margin-right: 10px;
} */
/* p iframe {
  margin: 0 auto;
  display: block;
} */

/** Image **/
/* .field--type-image img {
  margin: 0;
} */

/** Views **/
/* .view .more-link {
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
} */

/** Blog **/
/* .timestamp .field--name-field-author {
  margin-left: 8px;
}
.timestamp .field--name-field-author:before {
  content: '-';
  margin-right: 8px;
} */

/** Table **/
/* table {
  width: 100% !important;
}
table thead th {
  padding: 12px 4px;
}
table td {
  vertical-align: top;
  padding: 8px 4px;
} */

/** Search popup **/
/* .search-popup .search-close {
  display: inline-block;
  background: url(../images/icons-sprite-sheet.svg) -168px -168px no-repeat;
  background-size: auto;
  background-size: 288px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 40px;
  top: 10%;
  text-indent: -99999999px;
} */

/** Image with Caption **/
/* figure figcaption {
  margin-top: 0;
  display: inline-block;
}
figure figcaption:before, figure figcaption span:before {
  content: none;
} */

/** Image with Link **/
/* .field--name-field-contents .card-group {
  font-size: 1.45rem;
  font-weight: 300;
  font-style: italic;
  line-height: 2em;
} */

/** Side by side image **/
/* .field--name-field-contents > .field__item, .field--name-field-contents > .field__items > .field__item {
  padding-bottom: 3rem;
} */
/* .paragraph.paragraph--type--side-image .gallery-images .field {
  margin-bottom: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */
/* .paragraph.paragraph--type--side-image .gallery-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraph--type--side-image .field--name-field-label {
  text-align: center;
  text-decoration: none;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  opacity: 0.5;
} */
/* .paragraph--type--side-image .field--name-field-label:before {
  content: '';
  background: url(../images/icons-sprite-sheet.svg) -48px -32px no-repeat;
  -webkit-background-size: 192px 192px;
  background-size: 192px;
  width: 16px;
  height: 1rem;
  display: inline-block;
  margin: auto 0.25rem auto 0;
} */

/** Media **/
/* @media(min-width:768px) {
  .paragraph.paragraph--type--side-image .gallery-images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr);
    grid-template-columns: repeat(2,1fr);
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
@media(min-width:975px) {
  .paragraph.paragraph--type--side-image {
    margin: 0 -16.15%;
  }
} */