﻿@font-face {
  font-family: 'Bagnard';
  src: url("fonts/Bagnard.eot");
  src: url("fonts/Bagnard.eot?#iefix") format("embedded-opentype"), url("fonts/Bagnard.woff2") format("woff2"), url("fonts/Bagnard.woff") format("woff"), url("fonts/Bagnard.ttf") format("truetype"), url("fonts/Bagnard.svg#Bagnard") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.required label:after {
  content: "*";
  color: #e24747; }

.wait {
  display: none; }

.validation-summary-errors {
  margin-top: 20px;
  color: red;
  color: #e24747; }
  .validation-summary-errors ul, .validation-summary-errors ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    color: #e24747; }
  .validation-summary-errors ul li {
    font-family: 'Vesper Libre', serif;
    padding-bottom: 16px;
    border-radius: 4px;
    line-height: 23px;
    padding-top: 20px;
    font-size: 18px;
    background-color: #e24747;
    color: white;
    margin-bottom: 10px;
    padding-left: 50px;
    background-image: url(../images/close_white_icon.svg);
    background-repeat: no-repeat;
    background-position: 20px center; }

.newsitems div img {
  width: 100%; }

.alert p {
  margin: 0; }
