/* New fonts */
* {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400 !important;
}

b,
strong,
.ac-table__header * {
	font-weight: 700 !important;
}

.h1,
h1,
.cta__copy {
	font-family: 'Bitter', serif !important;
	font-weight: 700 !important;
}

h2,
.h2,
h2 *,
table thead,
table th,
legend,
h3,
.h3,
h3 *,
h4,
.h4,
h4 *,
h5,
.h5,
h5 *,
.ac-form__title,
.ac-result__title,
.ac-table__header,
.ac-breakdown-header__subtitle,
.ac-breakdown-header__accreditation,
.ac-table__title,
.comment-list-item__name {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700 !important;
}

/* Resetting letter spacing */
*:not(.social-links .social-links__link, .aag-result__label--status) {
	letter-spacing: normal !important;
}
@media only screen and (min-width: 769px) {
	.top-image-area__cta .cta__copy {
		font-size: 1.275em !important;
	}
}

.comments-wrapper {
	background: #f7f7f7;
	border-top: 4px solid #2c4e69;
	padding: 24px 24px 0;
}

@media only screen and (max-width: 768px) {
	.EPiServerForms .comments-wrapper .Form__Status .Form__Success__Message h2,
	.comments-wrapper p {
		margin-left: 0;
	}
}

.comments-wrapper input {
	border-color: #cccccc !important;
	padding: 9px 16px;
	margin-bottom: 25px;
}

.textarea-wrapper {
	margin-bottom: 17px;
}

.textarea-wrapper textarea {
	border-color: #cccccc !important;
	padding: 9px 16px;
	margin-bottom: 5px;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.comments-list-item {
	position: relative;
	min-height: 90px;
	padding: 20px;
	padding-left: 90px;
	background: #fff;
	margin-bottom: 22px;
}

.comments-list-item__circle {
	background: #f7f7f7;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 20px;
	left: 20px;
}

.comments-list-item p {
	margin: 0;
}
p.comments-list-item__date {
	margin: 0 0 8px;
	line-height: normal;
}

.comment-list-item__name {
	font-weight: bold;
}

#comments-sort {
	max-width: 200px;
	border-color: #cccccc;
	padding: 3px 5px;
	margin-bottom: 22px;
	font-size: 16px;
}

.load-more-comments {
	margin: 0 auto 25px;
	background: #2c4e69;
	color: #fff;
	display: block;
}

.load-more-comments:hover,
.load-more-comments:focus {
	background: #233e53;
	color: #fff;
}

.load-more-comments::after {
	content: '';
	background: url('/src/img/plus.png') no-repeat;
	display: inline-block;
	display: inline-block;
	width: 14px;
	height: 14px;
	z-index: 1;
	margin-left: 8px;
	position: relative;
	top: 2px;
}

.load-more-comments:hover::after,
.load-more-comments:focus::after {
	width: 14px;
}

.comment-success {
	background: #fff;
	border: 2px solid #2c4e69;
	border-left-width: 6px;
	padding: 11px 16px;
}

.d-none {
	display: none;
}

.textarea-wrapper .error {
	float: right;
	color: #c8102e;
	margin: 0;
}

.textarea-comment {
	width: 100%;
	margin-bottom: 15px;
}

.textarea-comment:focus {
	background: #fff;
}

section.aag__pagination-and-share div.gsc-cursor.js-pagination-container {
	display: block;
}

.top-image-area--a1 .top-image-area__header {
	background: none;
	position: relative;
}

.top-image-area--a1 .top-image-area__header .btn--about-us {
	z-index: 1;
}

.top-image-area--a1 .top-image-area__header:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+0,0.8+100 */
	background: rgba(0, 0, 0, 0.65);
	border: 1px solid #000;
	border-top: 0;
	border-bottom: 0;
	z-index: -1;
	max-width: 625px;
}

@media (max-width: 767px) {
	.top-image-area--a1 .top-image-area__header:after {
		border: 0;
		max-width: none;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0.1+100 */
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(
			top,
			rgba(0, 0, 0, 0.8) 0%,
			rgba(0, 0, 0, 0.1) 100%
		); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.8) 0%,
			rgba(0, 0, 0, 0.1) 100%
		); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#1a000000',GradientType=0 ); /* IE6-9 */
	}
}

@media (max-width: 549px) {
	.top-image-area--a1 .top-image-area__header {
		border-bottom: 1px solid #000 !important;
	}
	.top-image-area--a1 .top-image-area__header:after {
		display: none !important;
	}
	.btn--about-us:hover:after {
		width: 0 !important;
	}
	.global-header .account span a {
		font-size: 12px;
	}

	.global-header .account {
		top: 0;
	}
	.global-header .search-box {
		max-width: 240px;
	}

	p {
		line-height: 22px;
	}
	.top-image-area {
		margin-bottom: 16px;
	}

	.top-image-area__img img {
		height: auto;
	}
}
@media (min-width: 550px) and (max-width: 767px) {
	.top-image-area__img {
		height: 100% !important;
	}
	.top-image-area__img img {
		position: absolute;
		width: auto;
		max-width: none;
		height: 100%;
	}
	.top-image-area {
		position: relative;
	}

	.top-image-area--a1 .top-image-area__header:after {
		display: block;
		content: '';
	}
}

@media (min-width: 670px) and (max-width: 767px) {
	.top-image-area__img img {
		width: 100%;
		height: auto;
	}
}

@media (min-width: 550px) {
	.top-image-area__header h1,
	.top-image-area__header p {
		color: white;
	}
	.global-header .account span a {
		font-size: 16px;
	}
	.global-header .account {
		top: 10px;
	}
	.global-header .search-box {
		max-width: 220px;
	}
	p {
		line-height: 24px;
	}
	.top-image-area {
		margin-bottom: 3em;
	}
	.top-image-area__header {
		min-height: 370px;
	}
}

@media (max-width: 950px) {
	.layout-a2 .layout-a2__col-b {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.layout-a2 .layout-a2__col-a {
		float: none;
	}
}


.global-message {
  text-align: center;
}
.global-message__inner {
  padding: 5px;
}

.global-message .content-block {
  margin: 0;
}