.SilverStripe\\Blog\\Model\\BlogPost .first-section__top-part {
	min-height: 460px;
}
.bg-0 {
  background-color: #c22127;
}
.bg-1 {
  background-color: #4d7d3a;
}
.bg-2 {
  background-color: #eee300;
}
.use-house-colours .bg-0 {
  background-color: #48aa49;
}
.use-house-colours .bg-1 {
  background-color: #8e2e86;
}
.use-house-colours .bg-2 {
  background-color: #254190;
}
.use-house-colours .bg-3 {
  background-color: #c22127;
}
.slick-slide {
  height: auto;
}
.sponsorselement .slick-slide img {
    border-radius: 118px;
}
hr {
    height: 2px;
    background-color: #707070;
    margin-top: 20px;
}
.news-summary p {
  margin-top: 25px;
  color: #000000;
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.section .header__lower-part, .current .header__lower-part {
	/* opacity: 1; */
}
.textelement ul li {
    color: #000000;
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    list-style: disc;
    margin-left: 14px;
}
.testimonialsliderelement {
	overflow: hidden;
}
.nh .textelement .second-section {
	background-color: #FFF;
	background-image: none;
}
.second-section__person-info img.little-image {
    width: 148px;
    height: 160px;
		margin-right: 15px;
}
.second-section__person-info img {
    width: auto;
    height: auto;
}
img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}
img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 10px 20px;
}
img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
strong {
	font-weight: bold;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fullwidthvideoelement .second-section__person-info {
	display: block;
}
.textelement a {
	color: #707070;
}
.textelement .second-section__person-info h2, .textelement .second-section__person-info h3 {
	font-family: "Trebuchet MS";
}
.textelement .second-section__person-info h2 {
	font-family: Rough;
	font-size: 32px;
}
.textelement .second-section__person-info h3 {
	font-size: 18px;
	font-weight: bold;
}
.textelement .second-section__person-info h4 {
	font-size: 16px;
	text-transform: uppercase;
}
.textelement .second-section__person-info p {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0px;
}
.section__text span.bigp {
	font-size: 18px;
	font-weight: normal;
	font-family: 'Trebuchet MS';
}
.second-section__person-info-text {
    margin-left: 0px;
}
.header__top-list-wrap {
    max-width: 500px;
}
.third-section__img img {
    height: inherit;
}
.break {
  flex-basis: 100%;
  height: 0;
}
.mobile {
	display: none;
}
h1,h2 {
	text-transform: uppercase;
}
.article__text-wrap {
	font-family: Trebuchet MS;
}
.footer__list-main-link {
    font-family: "Trebuchet MS";
}
.textelement a.red-btn {
    color: #FFF;
		padding: 13px 15px 13px;
}
.section__header h3 {
	font-size: 46px;
}
.article__text-wrap a {
	font-family: "Trebuchet MS";
}
.mosaicelement .third-section__content h3 {
    top: 178px;
    font-size: 62px;
}
.page-3 .contact-man-section__left-part span {
	border: 0px;
}
.section__header.header-grey h3 {
	text-transform: uppercase;
}
table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
	margin: 10px 0px 30px 0px;
}

th, td {
  padding: 20px;
}

tbody tr:nth-child(odd) {
  background-color: #e1e1e1;
}

tbody tr:nth-child(even) {
  background-color: #eee;
}
@media screen and (max-width: 500px) {
	.second-section__person-info img.little-image {
	    display: block;
	    margin: 0 auto;
	    margin-bottom: 15px;
	}
}

@media screen and (max-width: 500px) {
	.first-section__bottom-list-wrap ul li a {
	    width: 110px;
	    font-size: 12px;
	}
	.header__top-list-wrap ul {
		display: block;
	}
	.header__top-list-wrap ul li {
		display: inline-block;
		margin: 10px 5px;
	}
	.mobile {
		display: inline-block;
	}
	.header__top-other {
		display: none;
	}
	.facebook-link {
		vertical-align: super;
	}
	.header__top-list-wrap, .header__top-other {
		margin-bottom: 10px;
	}
	.facebook-link {
		margin-left: 0px;
	}
}

@media screen and (max-width: 768px) {
	.second-section__person-info-text {
	    text-align: left;
	}
}
