@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/*!
 * Copyright (c) dotcentric | http://www.dotcentric.co.uk
 */

/**!
 * Base Styles
 */

* {
	font-weight: normal !important;
}

.fc-dark-green {
	color: #005961;
}

.bg-dark-green {
	background-color: #005961;
}

.fc-light-green {
	color: #74e0c1;
}

.bg-light-green {
	background-color: #74e0c1;
}

.fc-very-light-green {
	color: #eafbf6;
}

.bg-very-light-green {
	background: #eafbf6;
}

.fs-16 {
	font-size: 16px;
}

.fs-20 {
	font-size: 20px;
}

html,
body {
	height: 100%;
	color: #111111;
	font-family: 'Gotham book', Arial, sans-serif;
	line-height: 1.35;
}

body {
	position: relative;
	min-width: 320px;
	background: #d1d3d4;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.js *[data-href] {
	cursor: pointer;
}

.js .js-expand {
	position: relative;
	z-index: 101;
}

.js .js-expand:after {
	position: absolute;
	display: block;
	content: '';
	right: 15px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -9px;
	border: 5px solid transparent;
	border-bottom-color: #111111;
}

.js .js-expand.is-collapsed:after {
	margin-top: -3px;
	border-bottom-color: transparent;
	border-top-color: #111111;
}

.no-js .is-js {
	display: none !important;
	visibility: hidden;
}

@media only screen {
	.is-print {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
}

.container {
	width: auto !important;
	min-width: 280px;
}

.container > .row {
	margin: 0 -15px 20px;
}

.container > .row:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 991px) {
	.container .row > [class*='col-'] {
		margin-bottom: 20px;
	}
	.container .row > [class*='col-']:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}
}

.modal {
	z-index: 6001;
}

.modal-backdrop {
	z-index: 6000;
}

.modal-close {
	z-index: 6010;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
	position: absolute;
	top: 10px;
	right: 20px;
	width: 40px;
	height: 40px;
	padding: 10px;
	background: transparent;
	outline: none;
	border: none;
	display: none;
}

.modal .modal-close {
	display: block;
}

.modal-close svg {
	width: 20px;
	height: 20px;
	fill: #31006f;
}

.modal-close:hover svg {
	fill: #d72882;
}

.lt-ie9 .modal-close,
.no-inline-svg .modal-close {
	background: #666d70;
}

.lt-ie9 .modal-close:hover,
.no-inline-svg .modal-close:hover {
	background: #d72882;
}

@media screen and (max-width: 767px) {
	.modal-close {
		top: 5px;
		right: 5px;
	}
}

.media {
	margin-top: 0;
}

.media p:last-child {
	margin-bottom: 0;
}

.media > .pull-left {
	margin-right: 15px;
}

.media > .pull-right {
	margin-left: 15px;
}

.list-group {
	border-color: #d1d3d4;
	border-radius: 0;
}

.list-group-item {
	border-color: #d1d3d4;
	border-radius: 0 !important;
}

.well {
	box-shadow: none;
	background-color: #eff0f0;
	border-color: #d1d3d4;
	border-radius: 0;
}

.header-notice .notice {
	background: #fbe9f2;
}

.alert {
	border-radius: 0;
}

.alert p {
	font-size: 14px;
}

.alert-error {
	color: #ffffff;
	border: 0;
	background-color: #d00000;
}

.alert-danger {
	color: #d00000;
	border-color: #d00000;
	background-color: rgba(214, 63, 2, 0.1);
	border-width: 2px;
}

.aside {
	background-color: #eafbf6;
	margin-bottom: 15px;
	padding: 15px;
}

.aside:last-child {
	margin-bottom: 0;
}

.aside p {
	font-size: 16px;
}

.aside .btn-block {
	max-width: 280px;
}

.aside .prose .small {
	font-size: 14px;
}

.aside .prose .pull-left {
	clear: left;
	max-width: 30px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.aside-thumb {
	margin: 5px 0;
}

.module {
	margin-bottom: 20px;
}

.module:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.aside {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
		border-left: 0;
		border-right: 0;
	}
}

a {
	color: #31006f;
	-webkit-transition: color 100ms ease;
	transition: color 100ms ease;
}

a:hover,
a:focus {
	color: #d72882;
}

.prose h1 {
	color: #111111;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
	margin-top: 0;
}

/*
.main h1 a,
.main h2 a,
.main h3 a,
.main h4 a,
.main h5 a,
.main h6 a,
.main .h1 a,
.main .h2 a,
.main .h3 a,
.main .h4 a,
.main .h5 a,
.main .h6 a {
    text-decoration: none !important;
    color: #31006F !important;
}
*/
/* 
.main h1 a:hover,
.main h1 a:focus,
.main h2 a:hover,
.main h2 a:focus,
.main h3 a:hover,
.main h3 a:focus,
.main h4 a:hover,
.main h4 a:focus,
.main h5 a:hover,
.main h5 a:focus,
.main h6 a:hover,
.main h6 a:focus,
.main .h1 a:hover,
.main .h1 a:focus,
.main .h2 a:hover,
.main .h2 a:focus,
.main .h3 a:hover,
.main .h3 a:focus,
.main .h4 a:hover,
.main .h4 a:focus,
.main .h5 a:hover,
.main .h5 a:focus,
.main .h6 a:hover,
.main .h6 a:focus {
	color: #31006f !important;
} */

/* h1 time,
h1 strong,
h2 time,
h2 strong,
h3 time,
h3 strong,
h4 time,
h4 strong,
h5 time,
h5 strong,
h6 time,
h6 strong,
.h1 time,
.h1 strong,
.h2 time,
.h2 strong,
.h3 time,
.h3 strong,
.h4 time,
.h4 strong,
.h5 time,
.h5 strong,
.h6 time,
.h6 strong {
	color: #666d70;
} */

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 18px;
}

p {
	font-size: 18px;
}

p:last-child {
	margin-bottom: 0;
}

.more-link,
.return-link {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}

.more-link span,
.return-link span {
	display: inline-block;
	text-decoration: underline;
}

.more-link:hover,
.return-link:hover,
.more-line:hover span,
.return-link:hover span {
	text-decoration: none;
}

.learnmore li:hover .more-link,
.learnmore li:hover .return-link,
.learnmore li:hover .more-line span,
.learnmore li:hover .return-link span {
	text-decoration: none;
}

.more-link svg,
.return-link svg {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	fill: #d72882;
}

.w-link:before,
.xl-link:before,
.pdf-link:before,
.external-link:before,
.html-link:before,
.arrow-link:before {
	display: inline-block;
	vertical-align: top;
	font-size: inherit;
	content: '';
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
	margin-right: 6px;
	width: 18px;
}

.arrow-link:before {
	background-image: url('/static/img/refresh/chevron.svg');
	background-size: 12px 12px;
}

.no-svg .arrow-link:before {
	background-image: url('/static/img/refresh/chevron.png');
}

.w-link:before {
	background-image: url('/static/img/files/w.svg');
}

.no-svg .w-link:before {
	background-image: url('/static/img/files/w.png');
}

.xl-link:before {
	background-image: url('/static/img/files/xl.svg');
}

.no-svg .xl-link:before {
	background-image: url('/static/img/files/xl.png');
}

.pdf-link:before {
	background-image: url('/static/img/refresh/pdf-icon-pink.svg');
}

.share .pdf-link:before {
	background-image: url('/static/img/refresh/pdf2.svg');
}

.no-svg .pdf-link:before {
	background-image: url('/static/img/files/pdf.png');
}

.html-link:before {
	background-image: url('/static/img/refresh/read-icon.svg');
	width: 27px;
	height: 20px;
}

.no-svg .html-link:before {
	background-image: url('/static/img/files/pdf.png');
}

.external-link:before {
	background-image: url('/static/img/refresh/open-window-icon-pink.svg');
}
.external-link:hover:before {
	background-image: url('/static/img/refresh/open-window-icon-dark.svg');
}

.pl-0 {
	padding-left: 0 !important;
}

.lead {
	@apply mb-4 lg:mb-6 lg:text-[20px];
}

*[class*='col-'] > .lead {
	margin-bottom: 20px;
}

small {
	font-size: 14px;
}

time + h1,
time + h2,
time + h3 {
	margin-top: 10px !important;
}

.prose {
	margin-bottom: 30px;
}

.prose p {
	@apply mb-4 lg:text-[18px] leading-[150%];
}

.prose a {
	@apply text-secondary hover:text-primary;
}

.prose h1,
.prose h2,
.prose h3 {
	@apply text-xl leading-[150%] lg:text-[26px] lg:leading-[140%];
}

.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
	@apply mb-4;
}

.prose ul + h2 {
	@apply mt-8 lg:mt-12;
}

.prose:last-child {
	margin-bottom: 0;
}

.prose ul.related-page {
	@apply !p-0;
}

.prose > ul:not([class]),
.prose > ol:not([class]) {
	font-size: 18px;
	clear: both;
}

.prose ul {
  list-style: disc;
  padding-left: 24px;
}


.searched-list .prose a {
	text-decoration: none;
}

.searched-list .prose a:hover,
.searched-list .prose a:focus {
	text-decoration: underline;
}

.prose .media {
	margin: 20px 0;
}

.prose img {
	margin-bottom: 15px;
}

.prose img.pull-left {
	margin-right: 15px;
	max-width: 40%;
}

.prose img.pull-right {
	margin-left: 15px;
	max-width: 40%;
}

.prose img.media-object {
	margin-bottom: 0;
}

hr {
	border-color: #d1d3d4;
}

.hr-bold {
	background: #eff0f0;
	margin: 30px 0;
	height: 5px;
	border: 0;
}

.hr-medium {
	background: #b2b6b7;
	margin: 30px 0;
	height: 2px;
	border: 0;
}

.prose table,
.table {
	margin: 20px 0;
	font-size: 14px;
}

.prose table p,
.prose table ul,
.prose table ol,
.table p,
.table ul,
.table ol {
	font-size: 14px;
}

.prose table a,
.table a {
	text-decoration: underline;
}

.prose table a:hover,
.prose table a:focus,
.table a:hover,
.table a:focus {
	text-decoration: none;
}

.prose table .more-link,
.table .more-link {
	text-decoration: none;
}

.prose table > thead > tr > th,
.prose table > thead > tr > td,
.prose table > tbody > tr > th,
.prose table > tbody > tr > td,
.prose table > tfoot > tr > th,
.prose table > tfoot > tr > td,
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.4;
	vertical-align: top;
	border-top: 1px solid #d1d3d4;
}

/* .prose table > thead,
.table > thead {
	color: #ffffff;
	background: #666d70;
} */

.prose table .th-light,
.table .th-light {
	color: #111111;
	background: #eff0f0;
}

.prose table .th-dark,
.table .th-dark {
	color: #ffffff;
	background: #666d70;
}

.prose table > thead > tr > th,
.table > thead > tr > th {
	vertical-align: top;
}

.table-responsive {
	margin: 20px 0;
}

.table-responsive .table {
	margin: 0;
}

.prose table,
.table-bordered {
	border: 1px solid #d1d3d4;
}

.prose table > thead > tr > th,
.prose table > thead > tr > td,
.prose table > tbody > tr > th,
.prose table > tbody > tr > td,
.prose table > tfoot > tr > th,
.prose table > tfoot > tr > td,
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
	border: 1px solid #d1d3d4;
}

.prose table > thead > tr > th,
.prose table > thead > tr > td,
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 1px;
	border-color: #d1d3d4;
}

.prose table > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > td {
	background: transparent;
}

.prose table > tbody > tr:nth-child(even),
.prose table > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even),
.table-striped > tbody > tr:nth-child(even) > td {
	background: #ebfbf6;
}

@media screen and (min-width: 992px) {
	.prose table,
	.table {
		font-size: 16px;
	}
	.prose table p,
	.prose table ul,
	.prose table ol,
	.table p,
	.table ul,
	.table ol {
		font-size: 16px;
	}
	.prose table thead,
	.table thead {
		font-size: 16px;
	}
	.table-small {
		font-size: 14px;
	}
	.table-small p,
	.table-small ul,
	.table-small ol,
	.table-small .th-light {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.table.is-responsive thead,
	.table.is-responsive tbody,
	.table.is-responsive th,
	.table.is-responsive td,
	.table.is-responsive tr {
		display: block;
	}
	.table.is-responsive thead {
		display: none;
	}
	.table.is-responsive.table-striped td {
		background: #ffffff;
	}
	.table.is-responsive.table-striped .th-dark td,
	.table.is-responsive.table-striped .th-light td {
		background: transparent;
	}
	.table.is-responsive tr {
		border-bottom: 1px solid #d1d3d4;
	}
	.table.is-responsive tr:last-child {
		border-bottom: 0;
	}
	.table.is-responsive td {
		position: relative;
		width: 100%;
		border: 0;
		border-bottom: 1px solid #d1d3d4;
		white-space: normal;
		text-align: left;
	}
	.table.is-responsive td:last-child {
		border-bottom: 0;
	}
	.table.is-responsive td[data-title] {
		width: 100%;
		padding-right: 0;
		padding-left: 35%;
		overflow: hidden;
	}
	.table.is-responsive td[data-title]:before {
		z-index: 100;
		position: relative;
		display: block;
		float: left;
		width: 53.84615%;
		margin-left: -53.84615%;
		margin-top: -8px;
		margin-bottom: -8px;
		height: 100%;
		padding: 8px 16px 8px 8px;
		text-align: left;
		content: attr(data-title);
	}
	.table.is-responsive td[data-title]:after {
		position: absolute;
		display: block;
		content: '';
		top: 0;
		left: 0;
		bottom: 0;
		right: 65%;
		margin-right: 8px;
		background: #eff0f0;
		border-right: 1px solid #d1d3d4;
	}
}

.file {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 22px;
}

.btn .file {
	margin-right: 4px;
}

.file-sprite {
	display: inline-block;
	vertical-align: top;
	width: 23px;
	height: 24px;
}

.file-icon {
	display: block;
	width: 18px;
	height: 22px;
	margin-left: 8px;
	fill: #111111;
}

.file-reversed .file-icon {
	fill: #ffffff;
}

.file-text {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	display: block;
	padding: 1px 2px;
	top: 8px;
	left: 0;
	height: 10px;
	font-size: 9px;
	line-height: 10px;
	min-width: 16px;
	font-family: sans-serif;
	text-transform: uppercase;
	background: #666d70;
	color: #ffffff;
}

.file-pdf .file-text {
	background: #ff0000;
}

.file-w .file-text {
	background: #0084b3;
}

.file-xl .file-text {
	background: #438516;
}

.tags {
	margin: 15px 0;
}

.tags:last-child {
	margin-bottom: 0;
}

.tags p {
	display: inline;
	margin: 0;
}

.tags p + ul {
	margin-left: 5px;
}

.tags ul {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

.tags li {
	display: inline;
	margin: 0;
}

.tags a {
	display: inline-block;
	background: #eff0f0;
	border: 1px solid #d1d3d4;
	border-radius: 10px;
	padding: 4px 8px;
	line-height: 1;
	font-size: 14px;
	text-decoration: none !important;
	color: #31006f;
}

.tags a:hover {
	color: #31006f;
}

.required {
	color: #b44113;
}

/* .btn:hover,
.btn:focus {
	opacity: 0.8;
	outline: none;
	border: none;
} */

.btn-flat {
	color: #31006f;
	background: #fff;
}

.btn-flat:before {
	display: inline-block;
	content: '';
	background: url('/static/img/refresh/chevron.svg') no-repeat;
	transform: rotate(180deg);
	background-size: contain;
	width: 8px;
	height: 14px;
	margin-right: 7px;
}

.btn-flat:hover,
.btn-flat:focus {
	background: #fff;
	color: #31006f;
	opacity: 1;
	text-decoration: underline;
}

.btn-default {
	background-color: #eff0f0;
}

.btn-primary {
	background-color: #d72882;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #31006f;
}

.btn-secondary {
	background-color: #74e0c1;
	color: #111111;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background-color: #ffffff;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #d72882;
	border-color: #d72882;
}

.btn-block svg,
.btn-block img {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	fill: #ffffff;
	margin: -2px 2px 0 -6px;
}

.btn-secondary.btn-block svg {
	fill: #111111;
}

.btn-primary.btn-block svg {
	fill: #ffffff;
}

.btn-block img {
	margin: 0;
}

.btn-rss {
	background-color: #b44113 !important;
}

.btn-rss svg,
.btn-rss img {
	width: 25px;
}

.btn-more {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	padding: 10px 15px;
	text-align: center;
	color: #111111;
	border: 1px solid #c6dab9;
	background-color: #ebfbf6;
}

.btn-more em {
	color: #111111;
	font-weight: normal;
	font-style: normal;
}

.btn-more img {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.btn-more:hover {
	color: #111111;
	background-color: #74e0c1;
}

.btn-more:hover em {
	color: #111111;
}

.btn-more.is-loading {
	color: #111111;
	background-color: #74e0c1;
}

.btn-more.is-loading em {
	color: #111111;
}

.help-block {
	font-size: 14px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #d00000;
}

.form {
	font-size: 16px;
}

.form.module {
	margin-bottom: 30px;
}

.form > .alert {
	margin: 0;
}

.form > .alert + .alert {
	border-top: 0;
}

.form > .alert + .form-body {
	border-top: 0;
}

.form-body {
	padding: 15px;
	border: 1px solid #d1d3d4;
}

.form-body + .form-footer {
	border-top: 0;
}

.form-body + .alert {
	margin-top: -1px;
}

.form-body + .notice {
	margin-top: -1px;
}

.form-body > .form-group {
	margin-bottom: 15px;
}

.form-body > .form-group:last-child {
	margin-bottom: 0;
}

.form-footer {
	overflow: hidden;
	border: 1px solid #d1d3d4;
	padding: 15px;
}

.form-footer + .alert {
	margin-top: -1px;
}

.form-footer .pull-left {
	font-size: 16px;
	margin: 10px 0 0 0;
}

.radio-group .radio {
	display: inline-block;
	margin-right: 15px;
}

.checkbox-group .checkbox {
	display: inline-block;
	margin-right: 15px;
}

.form-control:not(#search-results-sort-by) {
	border-radius: 0;
	border-color: #666d70;
	height: 48px;
	color: #111111;
}

.form-control.search-ftp {
	height: auto;
	font-size: 14px;
}

.form-control:not(#search-results-sort-by):focus {
	border-width: 1px;
	border-color: #111 !important;
	box-shadow: none;
}

.form-control.has-error,
.has-error .form-control {
	border-color: #d00000;
	background-color: #fae5e5;
	border-width: 2px;
}

.form-control + .error {
	margin-top: 5px;
}

.form-placeholder-label {
	display: none;
	margin: 0;
}

.lt-ie9 .form-placeholder-label,
.lt-ie10 .form-placeholder-label {
	display: block;
	line-height: 18px;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 20px;
}

@media screen and (min-width: 768px) {
	.btn-block {
		padding: 10px 16px;
		font-size: 18px;
		line-height: 20px;
	}
}

.confirm-form {
	*zoom: 1;
	padding: 20px;
}

.confirm-form:before,
.confirm-form:after {
	content: '';
	display: table;
}

.confirm-form:after {
	clear: both;
}

.confirm-form .form-title {
	font-size: 18px;
	margin-bottom: 20px;
	padding-right: 30px;
	line-height: 25px;
}

.form-title {
	color: #31006f;
	font-weight: normal;
}

.confirm-form .notice-toggle {
	position: absolute;
	display: block;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
}

.confirm-form .notice-toggle svg {
	width: 20px;
	height: 20px;
	fill: #666d70;
}

.confirm-form .notice {
	margin-bottom: 20px;
	display: none;
}

.no-js .confirm-form .notice,
.no-js .confirm-form .notice-toggle {
	display: none !important;
	visibility: hidden;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.confirm-form {
		padding: 30px;
		border-bottom: 1px solid #d1d3d4;
		background-color: #eff0f0;
	}
	[class*='col-'] > .confirm-form {
		margin-left: -30px;
		margin-right: -30px;
	}
	.confirm-form .notice-toggle {
		top: 30px;
	}
	.confirm-form .btn-block,
	.confirm-form .form-group {
		width: 25%;
		float: left;
		margin: 0;
	}
	.lt-ie10 .confirm-form .btn-block {
		margin-top: 18px;
	}
	.confirm-form .form-group {
		padding-right: 5px;
	}
	.confirm-form .form-control {
		height: 40px;
		font-size: 16px;
		line-height: 26px;
	}
	.confirm-form .form-control.has-error {
		line-height: 24px;
	}
}

@media screen and (max-width: 767px) {
	.confirm-form {
		padding: 20px 15px;
		border-bottom: 1px solid #d1d3d4;
	}
	[class*='col-'] > .confirm-form {
		margin-left: -15px;
		margin-right: -15px;
	}
	.confirm-form .form-title {
		font-size: 18px;
	}
}

@media screen and (min-width: 992px) {
	.confirm-form {
		position: relative;
		background: #ffffff;
		background: rgba(255, 255, 255, 0.8);
	}
	.confirm-form .notice-toggle {
		position: absolute;
		top: 20px;
		left: 20px;
		right: auto;
	}
	.confirm-form .notice {
		position: absolute;
		top: 0;
		right: 100%;
		width: 450px;
		margin-right: 15px;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	}
	.confirm-form .notice:after {
		position: absolute;
		display: block;
		content: '';
		top: 15px;
		left: 100%;
		width: 0;
		height: 0;
		border-left: 15px solid #fffbcc;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
	}
	.confirm-form .form-title {
		padding-right: 0;
		padding-left: 30px;
	}
}

@media screen and (min-width: 768px) {
	.inline-form .form-body {
		display: table;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.inline-form .form-control {
		height: 40px;
		font-size: 16px;
		line-height: 26px;
	}
	.inline-form .form-control.has-error {
		line-height: 24px;
	}
	.inline-form .form-group {
		display: table-cell;
		vertical-align: top;
		padding: 0 5px;
	}
	.inline-form .form-group:last-child {
		vertical-align: bottom;
	}
}

@media screen and (min-width: 768px) {
	.programmes-form .form-body {
		display: table;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.programmes-form .form-group {
		width: 50%;
		float: left;
		padding: 0 5px;
	}
	.programmes-form .form-control {
		height: 40px;
		font-size: 16px;
		line-height: 26px;
	}
	.programmes-form .form-control.has-error {
		line-height: 24px;
	}
	.programmes-form-country {
		width: 30% !important;
	}
	.programmes-form-institution {
		width: 70% !important;
	}
	.programmes-form-qualification {
		width: 80% !important;
	}
	.programmes-form-submit {
		width: 20% !important;
		margin-top: 35px;
	}
}

.employer-form {
	*zoom: 1;
}

.employer-form:before,
.employer-form:after {
	content: '';
	display: table;
}

.employer-form:after {
	clear: both;
}

.employer-form .form-body {
	padding: 0;
}

.employer-form .form-body + .btn-more {
	margin-top: -1px;
}

.employer-form ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 0;
}

.employer-form li {
	overflow: hidden;
	padding: 0;
	border-bottom: 1px solid #d1d3d4;
}

.employer-form li:last-child {
	border-bottom: 0;
}

.employer-form .form-header {
	display: block;
	margin: 0;
	padding: 10px 15px;
	font-size: 18px;
	background: #eff0f0;
}

.employer-form .form-header span {
	white-space: nowrap;
	font-size: 14px;
	color: #666d70;
}

.employer-form .form-control {
	margin: 5px 15px;
	width: auto;
}

.employer-form .form-date {
	overflow: hidden;
}

.employer-form .form-date .form-control {
	float: left;
	max-width: 40px;
	margin-right: 5px;
	padding: 6px;
}

.employer-form .form-date .form-control + .form-control {
	margin-left: 0;
}

.employer-form .form-date .form-control:last-child {
	max-width: 60px;
}

.employer-form .form-group {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

.employer-form .form-group:nth-child(odd) {
	clear: left;
}

.employer-form .form-pin {
	width: 40%;
}

.employer-form .form-date {
	width: 60%;
}

.employer-form .btn-more {
	clear: both;
	text-align: left;
}

.no-js .employer-form .btn-more {
	display: none;
}

.employer-form .btn-primary {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.employer-form .form-body {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 15px;
		border-left: 0;
		border-right: 0;
	}
	.employer-form .form-pin .form-control {
		max-width: 100px;
	}
}

@media screen and (min-width: 768px) {
	.employer-form .form-control {
		height: 40px;
		font-size: 16px;
		line-height: 26px;
	}
	.employer-form .form-control.has-error {
		line-height: 24px;
	}
	.employer-form .form-date .form-control {
		max-width: 50px;
	}
	.employer-form .form-date .form-control:last-child {
		max-width: 70px;
	}
	.employer-form .btn-primary {
		float: right;
		max-width: 150px;
	}
}

.logout-form {
	background: #438516;
}

.logout-form .btn-block,
.logout-form .form-group {
	width: auto;
	float: none;
}

.logout-form .form-group {
	overflow: hidden;
	padding: 5px;
	margin: 0;
}

.logout-form .form-group p {
	margin: 5px 10px;
	line-height: 20px;
	color: #ffffff;
}

.logout-form .btn-block {
	float: right;
	margin: 0;
	color: #31006f;
	background-color: #ffffff;
	min-width: 20%;
}

.logout-form .btn-block:hover {
	color: #d72882;
}

@media screen and (min-width: 768px) {
	.logout-form .form-group p {
		float: left;
		line-height: 30px;
	}
}

.carousel h3 {
	color: #005961;
}

.carousel h3.carousel-title {
	color: #fff;
}

.js .carousel .owl-carousel {
	cursor: pointer;
}

.carousel .owl-carousel {
	margin: 20px 0 30px 0;
}

.no-js .carousel .owl-carousel {
	display: block;
	padding: 0 !important;
}

.no-js .carousel .owl-carousel .carousel-item + .carousel-item {
	display: none;
}

.carousel .owl-buttons {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 14.43299%;
}

.carousel .owl-prev,
.carousel .owl-next {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	float: left;
	width: 50%;
	height: 0;
	padding-bottom: 42.85714%;
	border: 1px solid #d1d3d4;
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 21px 18px;
	background-image: url('/static/img/refresh/arrow-no-circle.svg');
}

.carousel .owl-prev {
	transform: rotate(180deg);
}

.lt-ie9 .carousel .owl-prev,
.no-svg .carousel .owl-prev {
	background-image: url('/static/img/carousel-prev.png');
}

.lt-ie9 .carousel .owl-next,
.no-svg .carousel .owl-next {
	background-image: url('/static/img/carousel-next.png');
}

.carousel .owl-page {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.carousel .owl-pagination {
	position: absolute;
	top: 20px;
	left: 30px;
	line-height: 12px;
}

.carousel .owl-page {
	margin-right: 8px;
}

.carousel .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: 1px solid #ffffff;
}

.carousel .owl-page.active span {
	background: #ffffff;
}

.carousel-item {
	color: #ffffff;
	overflow: hidden;
	position: relative;
	background: #6571b3;
}

.carousel-image {
	width: 67%;
	float: right;
}

.carousel-title {
	line-height: 1;
	margin-bottom: 5px;
}

.carousel-overlay {
	position: absolute;
	float: left;
	width: 33%;
	height: 100%;
	background: #8917a6;
}

.carousel-overlay * {
	color: #ffffff;
}

.carousel-text {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0 30px;
	color: #ffffff;
}

.carousel-link {
	position: absolute;
	left: 30px;
	bottom: 20px;
	color: #ffffff;
}

.carousel-link svg {
	fill: #ffffff;
}

.carousel-link:hover {
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.carousel .owl-next {
		border-left: 0;
	}
	.flexbox .carousel-text {
		top: 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (min-width: 992px) {
	.carousel-title {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	.carousel .owl-carousel {
		padding-top: 50px;
	}
	.carousel .owl-controls {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 50px;
		background: #ffffff;
		border: 1px solid #d1d3d4;
	}
	.carousel .owl-pagination {
		position: relative;
		top: 0;
		left: 0;
		margin: 19px auto 0 auto;
		text-align: center;
	}
	.carousel .owl-page {
		margin: 0 4px;
	}
	.carousel .owl-page span {
		border-color: #b2b6b7;
	}
	.carousel .owl-buttons {
		position: static;
		width: auto;
	}
	.carousel .owl-prev,
	.carousel .owl-next {
		position: absolute;
		top: 0;
		width: 60px;
		height: 100%;
		padding: 0;
		border: 0;
	}
	.carousel .owl-prev {
		left: 0;
		border-right: 1px solid #d1d3d4;
	}
	.carousel .owl-next {
		right: 0;
		border-left: 1px solid #d1d3d4;
	}
	.carousel-image {
		width: 100%;
		float: none;
	}
	.carousel-overlay {
		position: relative;
		float: none;
		width: 100%;
		padding: 15px;
	}
	.carousel-text {
		position: relative;
		float: none;
		top: auto;
		left: auto;
		padding: 0;
		margin-bottom: 10px;
	}
	.carousel-link {
		position: relative;
		left: auto;
		bottom: auto;
	}
}

/**!
 * Module: Hub
 */

.hub {
	border-top: 1px solid #d1d3d4;
}

.hub .media {
	margin: 0;
}

.hub .media-body {
	padding: 20px 20px 20px 0;
}

@media screen and (max-width: 767px) {
	.hub .media-body {
		padding: 20px 10px;
	}
}

.hub .media-heading {
	margin-bottom: 16px;
	color: #31006f;
}

.hub .media-heading a {
	color: #31006f;
}
.hub .media-heading a:hover {
	color: #31006f !important;
}

.hub p {
	padding-left: 22px;
}

.hub .media-heading:before {
	vertical-align: baseline;
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	background: 0 center url('/static/img/refresh/chevron.svg') no-repeat;
	background-size: 19px 17px;
}

.hub .media-object {
	max-width: 220px;
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	[class*='col-'] > .hub {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media screen and (max-width: 991px) {
	.hub .media-object {
		display: none !important;
		visibility: hidden;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.hub .media-body {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 992px) {
	.hub {
		border: 0;
		margin: 0;
	}
	.hub .media {
		border-top: 1px solid #d1d3d4;
	}
	.js .hub .media {
		background-color: #ffffff;
		-webkit-transition: background-color 150ms ease;
		transition: background-color 150ms ease;
	}
}

/**!
 * Module: Latest News
 */

.news-icon {
	width: 91px;
	height: 91px;
}

.latest a {
	color: #31006f;
	margin-bottom: 0;
	line-height: 1.35;
	font-size: 18px;
	text-decoration: underline;
}

.latest a:hover,
.latest a:focus {
	color: #d72882;
	text-decoration: underline;
}

.latest .media {
	margin: 20px 0;
}

.latest .media img:hover {
	cursor: pointer;
}

.latest .media-object {
	margin-right: 15px;
	max-width: 145px;
}

.latest .media-heading {
	font-size: 18px;
	color: #8917a6;
	display: block;
}

.latest-title {
	margin-bottom: 20px;
}

.latest-title svg {
	display: inline-block;
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 767px) {
	.latest .media {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
		border-bottom: 1px solid #d1d3d4;
	}
	.latest .media:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}
	.latest .media-object {
		display: none !important;
		visibility: hidden;
	}
}

/**!
 * Module: Learn More
 */

.learnmore h2,
.learnmore h3 {
	margin-bottom: 20px;
	color: #005961;
}

.learnmore ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

.learnmore img {
	border-top: 8px solid #495ad4;
	margin-bottom: 10px;
}

.js .learnmore li:hover img {
	border-top: 8px solid #d72882;
}

.learnmore li {
	margin-bottom: 20px;
}

.learnmore li a {
	color: #31006f;
}

.learnmore li:last-child {
	border-right: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.learnmore li:nth-child(odd) {
		clear: left;
	}
	.learnmore li:nth-child(even) {
		float: right;
	}
}

@media screen and (min-width: 992px) {
	.learnmore li {
		border-right: 1px solid #b2b6b7;
	}
}

/**!
 * Module: News in Brief
 */

.news ul {
	list-style: none;
	padding: 0;
}

.news li {
	margin-bottom: 15px;
}

.news-title {
	margin-bottom: 15px;
}

.news-title svg {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.news-categories {
	padding: 0;
	background: none;
}

.news-categories .h4 {
	margin: 20px 15px;
}

.news-categories ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	color: #31006f;
	background: #ffffff;
}

.news-categories li {
	padding: 0;
	margin: 0;
	border-top: 1px solid #d1d3d4;
}

.news-categories li.is-last a,
.news-categories li:last-child a {
	padding-left: 15px;
}

.news-categories li.is-last a:before,
.news-categories li:last-child a:before {
	display: none;
}

.news-categories a {
	display: block;
	padding: 10px 15px 10px 30px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: normal;
	color: #171717;
}

.news-categories a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 15px;
	height: 16px;
	background: url('/static/img/refresh/chevron.svg') 0 center no-repeat;
	background-size: auto 12px;
	margin-left: -15px;
}

.news-categories a span {
	color: #666d70;
}

.news-categories a:hover {
	color: inherit;
	text-decoration: underline;
	color: #8917a6;
}

.news-categories a:focus {
	color: inherit;
	text-decoration: underline;
}

/**!
 * Module: Notice
 */

.notice {
	padding: 15px;
	background: #fffbcc;
	border: none;
	border-left: 16px solid #feea00;
}

.notice hr {
	margin: 15px -15px;
	border-color: #d1d3d4;
}

.notice ul {
	padding-left: 15px;
}

.notice li {
	margin-bottom: 5px;
}

.notice li:last-child {
	margin-bottom: 0;
}

.notice ul,
.notice ol,
.notice p {
	font-size: 14px !important;
}

.notice p {
  margin-bottom: 15px;
}

.notice ul:last-child,
.notice ol:last-child,
.notice p:last-child {
	margin-bottom: 0;
}

.notice-body {
	padding: 15px 15px;
	margin: -15px -15px;
	background: #fffbcc;
	border-bottom: 1px solid #d1d3d4;
}

.notice-body a {
	color: #111111;
	text-decoration: underline;
}

.notice-body a:hover,
.notice-body a:focus {
	color: #111111;
	text-decoration: none !important;
}

.notice-body + .notice-body {
	margin-top: 15px;
}

.notice-body:last-child {
	border-bottom: 0;
}

.notice-title {
	font-size: 24px;
	margin-bottom: 10px;
}

.notice-title svg,
.notice-title img {
	vertical-align: -2px;
	display: inline-block;
	fill: #111111;
	width: 20px;
	height: 20px;
}

.notice-title img {
	vertical-align: top;
	display: inline;
}

.notice-icon {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	fill: #111111;
}

.notice-error {
	background: #fbebe5;
	border-color: #b44113;
}

.notice-error ul,
.notice-error ol,
.notice-error p {
	font-size: 18px !important;
}

/**!
 * Module: Paginated
 */

.pagination > .active > a {
	color: #111111;
	background-color: #d1d3d4;
}

.pagination > li > a {
	color: #31006f;
	border-radius: 0 !important;
	background-color: #eff0f0;
	border-color: #d1d3d4 !important;
	-webkit-transition: background-color 150ms ease;
	transition: background-color 150ms ease;
}

.pagination > li > a:hover {
	color: #d72882 !important;
	background-color: #ffffff !important;
}

.paginated-overflow {
	position: relative;
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.paginated-overflow .pagination {
	display: table;
}

.paginated-overflow .pagination li {
	display: table-cell;
}

.paginated-overflow .pagination li > a {
	display: block;
	float: none;
}

.paginated {
	*zoom: 1;
	background: #eff0f0;
	border: 1px solid #d1d3d4;
}

.paginated:before,
.paginated:after {
	content: '';
	display: table;
}

.paginated:after {
	clear: both;
}

.paginated p {
	margin: 0;
	padding: 0 15px;
	line-height: 45px;
}

.paginated .pagination {
	display: block;
	margin: 0;
}

.paginated .pagination > li > a {
	border-top: 0;
	border-bottom: 0;
}

@media screen and (max-width: 767px) {
	.paginated .pagination {
		width: 100%;
		border-top: 1px solid #d1d3d4;
	}
	.paginated .pagination > li > a:last-child,
	.paginated .pagination > li > a:first-child {
		border-left: 0;
	}
}

@media screen and (min-width: 768px) {
	.paginated p {
		float: left;
	}
	.paginated .pagination {
		float: right;
		margin: 0;
	}
	.paginated .pagination > li > a:last-child {
		border-right: 0;
	}
}

/**!
 * Module: Practitioner
 */

.practitioner {
	clear: both;
	overflow: hidden;
	margin: 20px 0;
}

.practitioner .media {
	clear: both;
	border-top: 0;
	margin-bottom: 20px;
}

.practitioner .table {
	margin: 0;
}

.practitioner .table th {
	color: #111111;
	background-color: #eff0f0;
}

.practitioner .table th:last-child {
	white-space: nowrap;
}

.practitioner .table + .table {
	border-top: 0;
}

.practitioner .table-responsive {
	margin: 15px 0 0 0;
}

.main-employer .practitioner {
	margin: 0;
}

.practitioner-meta {
	*zoom: 1;
}

.practitioner-meta:before,
.practitioner-meta:after {
	content: '';
	display: table;
}

.practitioner-meta:after {
	clear: both;
}

.practitioner-meta dl {
	display: block;
	font-size: 18px;
	padding: 15px;
	margin: 0;
	border: 1px solid #d1d3d4;
}

.practitioner-meta dl dt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.practitioner-status-positive {
	background-color: #ecf3e7;
}

.practitioner-status-positive .lead {
	color: #438516;
}

.practitioner-status-negative {
	background-color: #fbebe5;
}

.practitioner-status-caution {
	background-color: #fff3e5;
}

.practitioner-status {
	padding: 20px;
	border: 1px solid #d1d3d4;
}

.practitioner-status .media-object,
.practitioner-status .media-body {
	margin-top: 5px;
}

.practitioner-status .lead {
	margin-bottom: 0;
}

.practitioner-status + .practitioner-status {
	margin-top: -20px;
}

@media screen and (max-width: 767px) {
	.practitioner-meta dl:not(:last-of-type) {
		border-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.practitioner-meta {
		display: table;
		width: 100%;
		border: 1px solid #d1d3d4;
	}
	.practitioner-meta dl {
		display: table-cell;
		width: 50%;
		border: 0;
		border-right: 1px solid #d1d3d4;
	}
	.practitioner-meta dl:last-child {
		border-right: 0;
	}
}

/**!
 * Module: Programme
 */

.programme {
	clear: both;
	overflow: hidden;
	margin: 20px 0;
}

.programme dl {
	display: block;
	font-size: 18px;
	padding: 15px;
	margin: 0;
	border: 1px solid #d1d3d4;
	word-wrap: break-word;
	word-break: break-word;
}

.programme dl:not(:last-of-type) {
	border-bottom: 0;
}

.programme dl dt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/**!
 * Module: Records
 */

.records dl {
	overflow: hidden;
	margin: 0;
	padding: 15px;
	border: 1px solid #d1d3d4;
}

.records dl:nth-of-type(even) {
	background-color: #eff0f0;
}

.records dl + dl {
	border-top: 0;
}

.records dt,
.records dd {
	display: block;
	float: left;
}

.records dt {
	clear: left;
	margin-right: 5px;
}

.records dt:after {
	content: ':';
}

.records dd {
	margin-bottom: 5px;
}

.records dd:last-child {
	margin-bottom: 0;
}

.records-title {
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.records dl {
		margin-left: -15px;
		margin-right: -15px;
		border-left: 0;
		border-right: 0;
	}
	.records .btn-more {
		margin-top: 15px;
	}
}

/**!
 * Module: Register
 */

.results {
	margin-bottom: 30px;
}

.results .more-link {
	font-size: inherit;
	color: #31006f;
}

.results .more-link svg {
	fill: #d72882;
}

.results .more-link span {
	display: inline;
}

.results .more-link:hover {
	color: #d72882;
}

.results .table {
	margin: 0;
	border: 1px solid #d1d3d4;
}

.results .table + .btn-more {
	margin-top: -1px;
}

.results .paginated {
	margin-top: 20px;
}

.results-col-institution {
	width: 25%;
}

.results-col-qualification {
	width: 55%;
}

.results-col-details {
	width: 20%;
}

.results-title {
	margin-bottom: 20px;
}

.results-negative {
	background-color: #fbebe5 !important;
}

.results-status {
	overflow: hidden;
}

.results-status svg {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
}

.results-status svg img {
	width: 20px;
	height: 20px;
}

@media screen and (min-width: 768px) {
	.results th:last-child,
	.results td:last-child {
		text-align: right;
	}
	.results-status svg {
		width: 30px;
		height: 30px;
	}
	.results-status svg img {
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width: 767px) {
	.results .table {
		display: block;
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
		max-width: none;
		border-left: 0;
		border-right: 0;
	}
	.results tbody {
		display: block;
	}
	.results tr {
		display: block;
		padding: 5px 15px;
		border-bottom: 1px solid #d1d3d4;
	}
	.results tr:last-child {
		border-bottom: 0;
	}
	.results td {
		position: relative;
		display: block;
		padding: 5px 0 5px 100px !important;
		border: 0 !important;
		line-height: 20px;
	}
	.results td:before {
		content: attr(data-label);
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		padding: 5px 0;
		line-height: 20px;
	}
	.results td:last-child a {
		color: #d72882;
	}
}

/**!
 * Module: Searched
 */

.searched-header {
	overflow: hidden;
	padding: 15px 30px;
	border: 1px solid #d1d3d4;
	background-color: #ebfbf6;
}

.searched-header + .searched-list {
	border-top: 0;
}

.searched-meta {
	margin-bottom: 5px;
}

.searched-meta h1,
.searched-meta h2 {
	margin: 0;
}

.searched-meta * {
	vertical-align: top;
	display: inline-block;
	line-height: 35px;
}

.searched-meta-advanced svg {
	vertical-align: baseline;
	display: inline-block;
	width: 10px;
	height: 10px;
	fill: #d72882;
}

.searched-filters {
	overflow: hidden;
}

.searched-filters .form-group {
	display: block;
	margin: 0 0 10px 0;
}

.searched-filters .form-group:last-child {
	margin: 0;
}

.searched-list {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #d1d3d4;
}

.searched-list + .btn-more {
	margin-top: -1px;
}

.searched-item {
	border-bottom: 1px solid #d1d3d4;
	padding: 15px 30px;
	margin: 0;
}

.searched-item:last-child {
	border-bottom: 0;
}

.searched-link {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.searched-link a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
}

@media screen and (min-width: 768px) {
	.searched-header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.searched-meta {
		float: left;
		margin-bottom: 0;
	}
	.searched-meta-advanced {
		margin-left: 15px;
	}
	.searched-filters {
		float: right;
	}
	.searched-filters .form-group {
		float: left;
		margin: 0 10px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.searched .btn-more {
		margin-top: 15px;
	}
	.searched-meta-advanced {
		display: block;
		margin: 0;
	}
	.searched-list,
	.searched-header {
		margin-left: -15px;
		margin-right: -15px;
		border-left: 0;
		border-right: 0;
	}
	.searched-item,
	.searched-header {
		padding: 15px;
	}
}

/**!
 * Module: Sections
 */

.sections > ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	background: #eff0f0;
	border: 1px solid #d1d3d4;
	font-size: 20px;
}

h1 + .sections > ul,
h2 + .sections > ul {
	margin-top: 10px;
}

.sections a {
	display: inline-block;
	padding: 6px 0;
}

.sections a:before {
	display: inline-block;
	content: '';
	width: 15px;
	height: 15px;
	background: url('/static/img/arrow-right--magenta.svg') 0 center no-repeat;
	background-size: auto 12px;
}

.sections li {
	border-bottom: 1px solid #d1d3d4;
}

.sections li:last-child {
	border-bottom: 0;
}

.sections > ul > li > a {
	display: block;
	background-color: #ffffff;
	padding-left: 20px;
}

.sections > ul > li > ul:first-child {
	border-top: 0;
	padding: 0 15px;
}

.sections ul ul {
	list-style: none;
	margin: 0;
	padding: 0 40px;
	border-top: 1px solid #d1d3d4;
}

.sections ul ul ul {
	font-size: 18px;
	padding: 0 0 0 20px;
	margin-bottom: 6px;
}

.sections ul ul ul a {
	padding-top: 3px;
	padding-bottom: 3px;
}

.sections ul ul ul ul {
	font-weight: normal;
}

.sections-title + ul {
	margin-top: 10px;
}

.sections-title a {
	padding: 0;
	color: #d72882;
}

.sections-title a:before {
	width: 20px;
	height: 20px;
	background-size: auto 20px;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	.sections > ul {
		margin-left: -15px;
		margin-right: -15px;
		border-left: 0;
		border-right: 0;
	}
	.sections > ul ul {
		padding: 0 20px;
	}
}

/**!
 * Module: Share
 */

.heading-share {
	margin-bottom: 0;
}

.share .list-group {
	margin-bottom: 0;
}

.heading-share + .share {
	margin-top: 10px;
}

.share .list-group {
	border: none;
}

.share .list-group-item {
	padding: 10px 0 0;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	white-space: nowrap;
	border: none;
}

.share .list-group-item:last-child {
	color: #111111;
}

.share svg,
.share img {
	vertical-align: top;
	display: inline-block;
	width: 25px;
	height: 20px;
	margin-right: 5px;
	fill: #31006f;
}

.share .print-toolbox img {
	width: 30px;
	height: 27px;
}

.share .file {
	margin-right: 5px;
	margin-left: -2px;
}

.share .file-sprite {
	margin-right: 2px;
}

.share a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #31006f;
}

.share a:hover {
	text-decoration: underline;
}

.share-small .list-group-item {
	padding: 5px 0;
	border-width: 0;
	border-bottom-width: 1px;
	height: auto !important;
}

.share-small .list-group-item:last-child {
	border-bottom: 0;
}

.share-small svg {
	vertical-align: middle;
	width: 15px;
	height: 15px;
}

.main-employer-results .share {
	margin-top: 15px;
}

.print-toolbox .list-group-item {
	border: none;
	padding: 0;
	margin-right: 20px;
	font-size: 18px;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.share .list-group {
		display: table;
	}
	.share .list-group-item {
		display: table-cell;
		vertical-align: top;
	}
	.share .share-updated {
		width: 100%;
		text-align: right;
		border-left: 0;
	}
	.flexbox .share .list-group {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.flexbox .share .list-group-item {
		display: block;
		line-height: 20px;
		height: 42px;
	}
	.flexbox .share .share-updated {
		width: auto;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: 14px;
		font-family: 'Gotham book', Arial, sans-serif;
	}
	.share-small .list-group-item {
		padding: 0 10px;
		border-bottom: 0;
	}
	.share-small .list-group-item:not(:last-child) {
		border-right: 1px solid #d1d3d4 !important;
	}
	.share-small .list-group-item:first-child {
		padding-left: 0;
	}
	.share-small .list-group-item:last-child {
		padding-right: 0;
	}
	.modal .heading-share {
		padding-top: 30px;
	}
	.modal .heading-share + .share {
		position: absolute;
		top: -10px;
		left: 15px;
		margin: 0;
	}
	.main-employer-results .share {
		margin-top: -31px;
		float: right;
	}
}

@media screen and (min-width: 992px) {
	.heading-share + .share {
		margin-top: -37px;
		float: right;
		top: 0 !important;
	}
}

/**!
 * Module: Signpost
 */

.signpost h2 {
	margin-bottom: 10px;
	font-weight: normal;
	color: #31006f;
}

.signpost ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.signpost li {
	border-bottom: 1px solid #74e0c1;
	padding: 0;
	font-size: 18px;
	line-height: 25px;
	border-radius: 0;
}

.signpost li a {
	position: relative;
	display: block;
	padding: 15px;
	padding-right: 60px;
	color: #ffffff;
	background: #00749b;
	-webkit-transition: background-color 150ms ease;
	transition: background-color 150ms ease;
}

.signpost li a:hover {
	background: #015d7b;
	text-decoration: none;
}

.signpost li a:after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	right: 15px;
	width: 40px;
	height: 100%;
	background: url('/static/img/refresh/arrow-right-green.svg') center center no-repeat;
	background-size: 40px 40px;
}

@media screen and (min-width: 768px) {
	.signpost a {
		min-height: 80px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.signpost ul {
		overflow: hidden;
		margin-left: -5px;
		margin-right: -5px;
	}
	.signpost li {
		float: left;
		width: 50%;
		padding-right: 5px;
	}
	.signpost li:nth-child(odd) {
		clear: left;
	}
	.signpost li:nth-child(even) {
		float: right;
	}
}

@media screen and (max-width: 767px) {
	.signpost h2 {
		padding: 10px 15px;
		margin-bottom: 5px;
	}
	.signpost ul,
	.signpost h2 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.lt-ie9 .signpost a {
	min-height: 50px;
}

/**!
 * Module: Social
 */

.btn-twitter,
.btn-facebook,
.btn-pinterest,
.btn-linkedin {
	width: 90px;
	padding: 10px 0;
}

.btn-twitter svg,
.btn-twitter img,
.btn-facebook svg,
.btn-facebook img,
.btn-pinterest svg,
.btn-pinterest img,
.btn-linkedin svg,
.btn-linkedin img {
	display: block;
	fill: #ffffff;
	margin: 0 auto;
	height: 25px;
}

.btn-twitter {
	background: #2aa7de !important;
}

.btn-twitter svg,
.btn-twitter img {
	width: 31px;
}

.btn-facebook {
	background: #3e5b97 !important;
}

.btn-facebook svg,
.btn-facebook img {
	width: 13px;
}

.btn-pinterest {
	background: #c3282d !important;
}

.btn-pinterest svg,
.btn-pinterest img {
	width: 22px;
}

.btn-linkedin {
	background: #4393cc !important;
}

.btn-linkedin svg,
.btn-linkedin img {
	width: 31px;
}

.social {
	*zoom: 1;
}

.social:before,
.social:after {
	content: '';
	display: table;
}

.social:after {
	clear: both;
}

.social .btn {
	margin-right: 5px;
	margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
	.social.aside .btn {
		display: block;
		float: left;
		max-width: 100px;
		width: 48%;
		margin-right: 2%;
		margin-bottom: 5px;
		width: calc(50% - 5px);
		margin-right: calc(1px + 4px);
	}
	.social.aside .btn:nth-child(odd) {
		margin-right: 0;
	}
}

/**!
 * Module: Stats
 */

.stats ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.stats li {
	margin-bottom: 15px;
	overflow: hidden;
}

.stats-title {
	font-size: 24px;
	line-height: 25px;
	margin-bottom: 15px;
}

.stats-header {
	overflow: hidden;
	margin: -16px !important;
	margin-bottom: 15px !important;
	padding: 15px 16px;
	color: #ffffff;
	background: #00749b;
}

.stats-header svg {
	fill: #74e0c1;
	width: 100px;
	height: 100px;
	margin-top: -30px;
	margin-bottom: 2px;
}

.stats-header span {
	display: block;
}

.stats-number {
	display: block;
	color: #00749b;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 5px;
}

.stats-group {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.stats-group:after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	top: 100%;
	margin-top: -2px;
	background: #d1d3d4;
}

.stats-group:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.stats-group:last-child:after {
	display: none;
}

.stats .media-object {
	max-width: 80px;
}

@media screen and (max-width: 767px) {
}

@media screen and (min-width: 768px) {
	.module.stats {
		display: table;
		width: 100%;
		height: 100%;
		padding: 24px 0;
		border: 2px solid #d1d3d4;
	}
	.module.stats .media-object {
		float: none !important;
		margin-bottom: 10px;
	}
	.module.stats .stats-group {
		display: table-cell;
		width: 33.33%;
		height: 100%;
		margin: 0;
		padding: 0 30px;
		border-right: 4px solid #d1d3d4;
	}
	.module.stats .stats-group:last-child {
		border-right: 0;
	}
	.module.stats .stats-group:after {
		display: none;
	}
}

/**!
 * Module: Subnav
 */

.subnav {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.8);
	margin-bottom: 15px;
}

.subnav h2 {
	display: block;
	margin: 0;
	font-size: 24px;
	line-height: 22px;
	color: #005961;
	padding: 32px 15px 32px 0;
	margin-bottom: 0px;
	background: #fff;
	border-top: 1px solid #005961;
}

.main-home .subnav h2 {
	background-color: #ebfbf6;
	padding: 32px 15px;
	border-top: none;
}

.subnav ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	color: #31006f;
}

.subnav li {
	padding: 0;
	margin: 0;
	border-top: 1px solid #005961;
}

.subnav a {
	display: block;
	padding: 18px 15px 18px 30px;
	font-size: 16px;
	line-height: 1.3;
	background: #ebfbf6;
	color: #111111;
}

.subnav a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 15px;
	height: 16px;
	background: url('/static/img/refresh/chevron.svg') center 4px no-repeat;
	background-size: auto 12px;
	margin-left: -15px;
}

.subnav a.is-current {
	background-color: #74e0c1 !important;
	text-decoration: underline;
}

.subnav a:focus,
.subnav a:hover {
	color: inherit;
	text-decoration: none;
	color: #111111;
}

.subnav a:hover {
	background-color: rgba(116, 224, 193, 0.3);
}

.subnav ul ul a {
	padding-left: 45px;
	font-weight: normal;
}

.subnav ul ul ul a {
	padding-left: 60px;
}

/**!
 * Navigation
 */

/*!
 * dotcentric-nav (NMC theme)
 * http://www.dotcentric.co.uk
 * Copyright (c) dotcentric 2014
 */

.dcnav-main {
	background: #fff;
}

.dcnav {
	z-index: 5000;
	width: 100%;
	color: #ffffff;
}

.dcnav-wrapper {
	background: #495ad4;
}

.dcnav-link,
.dcnav-back,
.dcnav-close {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
	background: #e5e5e1;
	border: none;
	border-radius: 0;
	padding: 15px;
	color: #3d85cc;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
}

.dcnav-link:hover,
.dcnav-back:hover,
.dcnav-close:hover {
	text-decoration: none;
}
/* 
.dcnav-link:after,
.dcnav-back:after,
.dcnav-close:after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 30px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
} */

.dcnav-link {
	color: #ffffff;
	padding: 12px 20px;
	background: #495ad4;
}

@media screen and (min-width: 992px) {
	.dcnav-item .dcnav-menu .dcnav-link {
		color: #495ad4;
		background: transparent;
	}
}

.dcnav-link:hover {
	color: #ffffff;
	background: #00838f;
	text-decoration: none;
}

.dcnav-link:not([href]) {
	color: #ffffff;
}

.dcnav-back {
	background-color: #31006f !important;
}

.dcnav-back:after {
	left: 4px !important;
	right: auto !important;
	background-image: url('/static/img/refresh/chevron-white.svg') !important;
	transform: rotate(180deg);
	content: '';
	display: block;
	position: absolute;
	display: block;
	content: '';
	top: 0;
	width: 30px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
}

.dcnav-close {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 55px;
	height: 54px;
	color: #ffffff;
	background: transparent;
	padding: 0;
	outline: 0;
	border: 0;
}

.dcnav-close:after {
	display: none !important;
	background: none !important;
}

.dcnav-close span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.dcnav-close svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	margin: 16px;
	fill: #ffffff;
	-webkit-transition: fill 100ms ease;
	transition: fill 100ms ease;
}

.dcnav-close:hover {
	color: #00838f;
	background: transparent;
	text-decoration: none;
}

.dcnav-close:hover svg {
	fill: #ffffff;
}

.no-svg .dcnav-close {
	background: url('../img/close.png') center center no-repeat;
}

.dcnav-title > .dcnav-link:not([href]) {
	color: #797c80;
	cursor: default;
}

.dcnav-title img {
	display: none;
}

.dcnav-feature {
	position: relative;
	border-top: 0 !important;
	border-bottom: 0 !important;
	background: #31006f;
}

@media screen and (min-width: 768px) {
	.dcnav-feature {
		float: left;
		clear: none !important;
		width: 50%;
	}

	.dcnav-feature:nth-of-type(1) {
		width: 52%;
		border-right: 1px solid rgba(255, 255, 255, 0.3);
	}

	.dcnav-feature:nth-of-type(2) {
		width: 48%;
	}
}

.dcnav-feature svg {
	float: left;
	width: 26px;
	height: 30px;
	margin-right: 10px;
	fill: #ffffff;
}

.dcnav-feature a {
	display: block;
	height: 70px;
	padding: 15px 0 0 15px;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.dcnav-feature a {
		padding: 15px 44px 15px 15px;
		height: auto;
	}
	.dcnav-feature a .icon {
		position: absolute;
		right: 10px;
	}
}
.dcnav-feature a:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.dcnav-feature {
		display: none !important;
		visibility: hidden;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.dcnav-feature + .dcnav-item {
		border-top: 1px solid rgba(0, 183, 198, 0.3) !important;
	}
}

.dcnav-listen {
	position: absolute;
	display: block;
	top: 15px;
	right: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	fill: #ffffff;
}

.dcnav-listen:focus,
.dcnav-listen:hover {
	color: #ffffff;
	text-decoration: none;
}

.dcnav-listen svg,
.dcnav-listen img {
	display: inline-block;
	vertical-align: -2px;
	width: 18px;
	height: 15px;
}

@media screen and (min-width: 768px) {
	.dcnav-listen {
		display: none !important;
		visibility: hidden;
	}
}

@media screen and (max-width: 991px) {
	.dcnav-root {
		-webkit-transition-duration: 400ms;
		transition-duration: 400ms;
	}
	.dcnav {
		background: #495ad4;
		-webkit-transition-duration: 400ms;
		transition-duration: 400ms;
	}
	.dcnav.is-effect-push:after,
	.dcnav.is-effect-behind:after {
		pointer-events: none;
		position: absolute;
		display: block;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		width: 15px;
		height: 100%;
		background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
		background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
	}
	.dcnav-wrapper {
		top: 160px;
		width: 100% !important;
		min-width: 0 !important;
	}
	.dcnav-link {
		width: 100%;
	}
	.dcnav-link:hover {
		background: #31006f;
	}
	.dcnav-back {
		border-bottom: 1px solid rgba(0, 183, 198, 0.3);
	}
	.dcnav-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
	.dcnav-item:first-child {
		border-top: 1px solid rgba(0, 183, 198, 0.3);
	}
	.dcnav-item.is-parent > .dcnav-link {
		padding-right: 30px;
	}
	.dcnav-item.is-parent > .dcnav-link:after {
		right: 9px;
		left: auto;
		background-image: url('/static/img/refresh/chevron-white.svg');
		content: '';
		display: block;
		position: absolute;
		display: block;
		content: '';
		top: 0;
		width: 30px;
		height: 44px;
		background-repeat: no-repeat;
		background-position: center center;
		pointer-events: none;
	}
	.dcnav-item .dcnav-menu .dcnav-link {
		padding-left: 30px;
	}
	.dcnav-item .dcnav-menu .dcnav-title .dcnav-link {
		padding-left: 15px;
	}
	.no-js .dcnav {
		display: none !important;
		visibility: hidden;
	}

	.dcnav-menu .header-search {
		display: none;
	}
}

/*!
 * dotcentric-nav (desktop)
 */

@media screen and (min-width: 992px) {
	.dcnav {
		position: relative;
		z-index: 999;
	}
	.dcnav-item {
		border: 0 !important;
	}
	.dcnav-item .dcnav-item:hover {
		background: transparent !important;
	}
	.dcnav-wrapper {
		padding: 0 15px;
	}
	.dcnav-wrapper > .dcnav-menu {
		max-width: 970px;
		margin: 0 auto;
	}
	.flexbox .dcnav-wrapper > .dcnav-menu {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-right: 50px;
	}
	.dcnav-wrapper > .dcnav-menu > .dcnav-item {
		border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
	}
	.flexbox .dcnav-wrapper > .dcnav-menu > .dcnav-item {
		-webkit-flex: auto;
		-ms-flex: auto;
		flex: auto;
	}
	.flexbox .dcnav-wrapper > .dcnav-menu > .dcnav-item > .dcnav-link {
		text-align: center;
		white-space: nowrap;
	}
	/* .dcnav-wrapper > .dcnav-menu > .dcnav-item.is-current {
		background-color: #00838f;
	} */
	.dcnav-wrapper > .dcnav-menu > .dcnav-item.is-current:hover {
		background-color: #eff0f0;
	}

	.dcnav-wrapper > .dcnav-menu > .dcnav-item.is-current:hover button.drop {
		background-image: url('/static/img/refresh/chevron.svg');
		transform: rotate(270deg);
	}

	.dcnav-menu:before,
	.dcnav-menu:after {
		content: '';
		display: table;
	}
	.dcnav-menu:after {
		clear: both;
	}
	.dcnav-link {
		height: 40px;
		padding: 10px 15px;
		background: transparent;
		transition: none;
	}
	.dcnav-link:hover {
		background: transparent;
	}
	.dcnav-item {
		position: relative;
		display: block;
		float: left;
		border-bottom: 0;
		background: transparent;
	}
	.dcnav-item .dcnav-item {
		position: static;
		float: none;
	}
	.dcnav-item .dcnav-item .dcnav-link {
		height: auto;
	}
	.dcnav-item .dcnav-item .dcnav-link:hover,
	.dcnav-item .dcnav-item .dcnav-link:focus {
		text-decoration: underline;
		color: #d72882;
	}
	.dcnav-item .dcnav-item .dcnav-link:focus {
		outline-offset: -3px !important;
	}
	.dcnav-item .dcnav-item .dcnav-link:after {
		display: none;
	}
	.dcnav-item .dcnav-item .dcnav-link:before {
		position: absolute;
		display: inline-block;
		vertical-align: middle;
		height: 10px;
		width: 15px;
		background-image: url('/static/img/refresh/chevron.svg');
		background-position: left center;
		background-size: auto 100%;
		content: '';
		top: 15px;
		left: 15px;
		background-repeat: no-repeat;
		pointer-events: none;
	}
	.dcnav-item .dcnav-menu {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 200px;
		padding: 20px 0;
		background: #eff0f0;
		border: 1px solid #d1d3d4;
		border-top: 0;
	}
	.dcnav-item .dcnav-menu .dcnav-menu {
		display: none !important;
	}
	.dcnav-item:hover,
	.dcnav-item .dcnav-link.active {
		background: #eff0f0;
	}
	.dcnav-item:hover .dcnav-link,
	.dcnav-item .dcnav-link.active,
	.dcnav-link.active + .dcnav-menu .dcnav-link {
		color: #31006f;
	}
	.dcnav-item:hover > .dcnav-menu,
	.dcnav-link.active + .dcnav-menu {
		display: block;
	}
	.csscolumns .dcnav-item.is-mega {
		position: static;
	}
	.csscolumns .dcnav-item.is-mega > .dcnav-menu > .dcnav-item:first-child {
		display: block !important;
		position: absolute;
		overflow: hidden;
		top: 20px;
		left: 30px;
		width: calc(30% - 45px);
		height: calc(100% - 40px);
	}
	.csscolumns .dcnav-item.is-mega > .dcnav-menu > .dcnav-item:first-child .dcnav-title {
		display: block !important;
		position: absolute;
		width: 100%;
		max-height: 100%;
		padding-bottom: 40px;
		color: #ffffff;
	}
	.csscolumns .dcnav-item.is-mega > .dcnav-menu > .dcnav-item:first-child .dcnav-title img {
		display: block;
		border: 3px solid #d72882;
		border-bottom: 0;
	}
	.csscolumns .dcnav-item.is-mega > .dcnav-menu > .dcnav-item:first-child .dcnav-title .dcnav-link {
		position: absolute;
		bottom: 0;
		width: 100%;
		color: #ffffff;
		background: #d72882;
	}
	.csscolumns .dcnav-item.is-mega > .dcnav-menu > .dcnav-item:first-child .dcnav-title .dcnav-link:before {
		background-image: url(/static/img/refresh/chevron-white.svg);
	}

	.csscolumns .dcnav-item.is-mega > .dcnav-menu > .dcnav-item:first-child .dcnav-title .dcnav-link:focus {
		outline-color: #31006f !important;
		outline-offset: -3px !important;
	}
	.csscolumns .dcnav-item.is-mega > .dcnav-menu > .dcnav-item:first-child .dcnav-title .dcnav-link:hover {
		color: #ffffff;
	}
	.csscolumns .dcnav-item.is-mega > .dcnav-menu > .dcnav-item:first-child .dcnav-title .dcnav-link:after {
		position: static;
		display: inline-block;
		vertical-align: middle;
		height: 10px;
		width: 15px;
		background-image: url('/static/img/arrow-right.svg');
		background-position: right center;
		background-size: auto 100%;
	}
	.csscolumns .dcnav-item.is-mega > .dcnav-menu {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.csscolumns .dcnav-item.is-mega > .dcnav-menu > .dcnav-item {
		border-right: 0 !important;
	}
	.csscolumns .dcnav-item.is-mega > .dcnav-menu > .dcnav-item:first-child ~ .dcnav-item {
		display: block;
	}
	.csscolumns .dcnav-item.is-mega .dcnav-menu {
		padding-left: 30%;
		width: 100%;
		min-height: 240px;
	}
}

/**!
 * Global Elements
 */

.header {
	z-index: 1000;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
}

.header .container {
	background: #ffffff;
}

.header .row {
	position: relative;
	padding: 0 15px;
	height: 140px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.header .row {
		height: 160px;
	}
}

@media screen and (max-width: 767px) {
	.header {
		position: fixed;
		border-bottom: 1px solid #d1d3d4;
	}
	.header .row {
		height: 55px;
	}
	.iOS.js-focus .header {
		position: absolute;
	}
}

@media screen and (min-width: 992px) {
	.header {
		overflow: visible;
	}
}

.header-notice {
	z-index: 101;
	position: relative;
}

.header-notice .notice {
	padding-left: 0;
	padding-right: 0;
	border-left: 0;
	border-right: 0;
}

.header-notice .prose {
	overflow: hidden;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.header-notice {
		top: 160px;
	}
	.header-notice [class*='col-']:not(:last-child) {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
	.header-notice {
		top: 0;

		.btn {
			text-align: center;
			padding: 6px 10px;
		}
	}
}

.logo {
	width: 302px;
	height: 67px;
	margin: 30px 0;
}

.logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.logo a:focus {
	outline-offset: 1px !important;
}

.logo {
	background-image: url('/static/img/refresh/logo-color-side.svg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 302px 67px;
}

.logo.logo--form {
	background-image: url('/static/img/refresh/logo-white-on-top.svg');
	background-size: 140px 120px;
	width: 140px;
	height: 120px;
}

@media screen and (max-width: 1199px) {
	.logo.logo--form {
		margin: 20px 0;
		height: 83px;
		background-size: contain;
	}
}

.logo img {
	display: none;
}

.icon-24 {
	width: 24px;
	height: 24px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.logo {
		width: 176px;
		height: 70px;
		margin: 25px 0;
		background-size: 173px 71px;
	}
}

@media screen and (max-width: 767px) {
	.logo {
		width: 164px;
		height: 40px;
		margin: 10px 0 0 52px;
		background-size: 157px 35px;
	}
}

.header-links {
	display: table;
	position: absolute;
	top: 0;
	right: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 0;
}

.header-links li {
	display: table-cell;
	*display: inline;
}

.header-links li:last-child {
	border-right: 0;
}

.header-links a {
	display: block;
	*display: inline;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px;
	white-space: nowrap;
	color: #31006f;
	text-decoration: underline;
}

.header-links a:hover,
.header-links a:focus {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.header-links {
		display: none !important;
		visibility: hidden;
	}
}

.header-feature {
	position: absolute;
	top: 60px;
	right: 15px;
}

.header-feature a {
	position: relative;
	display: block;
	float: left;
	color: #31006f;
	padding-right: 35px;
	font-size: 18px;
}

.header-feature a span:not(.icon) {
	color: #31006f;
}

.header-feature a:hover {
	text-decoration: underline;
}

.header-feature a:hover .header-title {
	color: #31006f;
	text-decoration: underline;
}

.header-feature .icon {
	position: absolute;
	top: 50%;
	right: 0;
	width: 24px;
	height: 24px;
	fill: #8917a6;
	transform: translateY(-50%);
}

.header-feature img {
	width: auto;
}

.header-feature .header-title {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	color: #d72882;
	white-space: nowrap;
	text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.header-feature {
		top: 50px;
	}
}

@media screen and (max-width: 767px) {
	.header-feature {
		display: none !important;
		visibility: hidden;
	}
}

.header-register {
	margin-left: 36px;
}

.header-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.header-nav,
.header-search {
	position: absolute;
	display: block;
	width: 55px;
	height: 54px;
	color: #ffffff;
}

.header-nav svg,
.header-search svg,
.header-search img {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 22px;
	margin: 16px 14px;
	fill: #31006f;
	-webkit-transition: fill 100ms ease;
	transition: fill 100ms ease;
	pointer-events: none;
}

.header-nav:hover,
.header-search:hover {
	color: #ffffff;
	text-decoration: none;
}

.header-nav {
	left: 0;
}

.no-svg .header-nav {
	background: url('../img/nav.png') center center no-repeat;
}

.header-search {
	right: 0;
}

.no-svg .header-search {
	background: url('../img/search.png') center center no-repeat;
}

.header-bar .header-search {
	display: none;
}

@media screen and (max-width: 767px) {
	.header-nav span,
	.header-search span {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.header-nav {
		border-right: 1px solid #d1d3d4;
	}
	.header-search {
		border-left: 1px solid #d1d3d4;
	}
	.header-bar .header-search {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.header {
		-webkit-transition: left 400ms ease;
		transition: left 400ms ease;
	}
	.dcnav-root.is-nav .header {
		left: 260px;
	}
	.dcnav-wrapper {
		top: 55px;
	}
	.dcnav-wrapper > .dcnav-menu {
		border-top: 0;
	}
}

.header-search .header-search__img {
	display: none;
}
.header-search .header-search__img--active {
	display: block;
}

@media screen and (min-width: 768px) {
	.header {
		position: relative;
	}
	.header-bar {
		background: #495ad4;
		top: auto;
		bottom: 0;
		left: -15px;
		right: -15px;
		width: auto;
		height: 40px;
	}
	.header-nav,
	.header-search {
		height: 40px;
		font-size: 18px;
		line-height: 40px;
	}
	.header-nav svg,
	.header-search svg,
	.header-search img {
		margin: 8px;
		fill: #ffffff;
	}
	.header-nav {
		left: 22px;
		width: auto;
		padding-left: 40px;
	}
	.header-nav:hover,
	.header-nav:focus {
		color: #fff;
	}
	.header-nav:hover svg {
		fill: #fff;
	}
	.header-search {
		right: 30px;
		width: 50px;
	}
	.header-search svg,
	.header-search img {
		left: 5px;
	}
	.header-search:focus,
	.header-search.is-active {
		background: #eff0f0;
	}
	.header-search .header-search__img {
		display: block;
	}
	.header-search .header-search__img--active {
		display: none;
	}
	.header-search.is-active .header-search__img,
	.header-search:focus .header-search__img {
		display: none;
	}
	.header-search.is-active .header-search__img--active,
	.header-search:focus .header-search__img--active {
		display: block;
	}

	.header-search:focus svg,
	.header-search.is-active svg {
		fill: #31006f;
	}
	.header-search span {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
}

@media screen and (min-width: 992px) {
	.header {
		position: relative;
		height: auto;
		min-height: 140px;
	}
	.header .container {
		height: auto;
		min-height: 140px;
	}
	.lt-ie9 .header .container {
		height: 140px;
	}
	.header-bar {
		height: 0;
		top: 100%;
		left: 15px;
		right: 15px;
		bottom: auto;
		background: transparent;
	}
	.header-search {
		right: 0;
	}
	.header-nav {
		display: none !important;
		visibility: hidden;
	}
}

.footer {
	position: relative;
	color: #ffffff;
	z-index: 100;
}

footer .footer-learn-link a {
	color: #ffffff;
}

.footer a {
	color: #ffffff;
}

.footer .container {
	background: #495ad4;
}

.footer-text {
	padding: 50px 0 12px;
}

.footer-text__item {
	font-size: 38px;
	display: block;
	color: #ffffff;
	line-height: 1.3;
}

/* .footer-text__item--1 {
	color: #327fef;
}

.footer-text__item--2 {
	color: #db3c8e;
}

.footer-text__item--3 {
	color: #74e0c1;
} */

.footer-prose {
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 20px 0;
}

.footer-prose p:last-child {
	margin-bottom: 0;
}

.footer-social,
.footer-primary,
.footer-secondary {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-primary {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 30px;
}

.footer-primary li {
	position: relative;
	display: block;
}

.footer-primary img {
	position: absolute;
	width: 15px;
	height: 15px;
	fill: #ffffff;
}

.footer-primary a {
	display: block;
	padding: 10px;
	text-decoration: underline;
}

.footer-primary a:hover,
.footer-primary a:focus {
	text-decoration: none;
}

.footer-secondary {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}

.footer-secondary li {
	margin-bottom: 10px;
}

.footer-social {
	display: table;
	clear: left;
	margin-bottom: 20px;
}

.footer-social li {
	display: table-cell;
}

.footer-twitter,
.footer-facebook {
	display: block;
	height: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 20px;
}

.footer-twitter svg,
.footer-facebook svg {
	width: 100%;
	height: 40px;
	fill: #ffffff;
}

.footer-twitter {
	width: 50px;
}

.footer-facebook {
	width: 20px;
}

.footer-small {
	clear: both;
	margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
	.footer-primary {
		margin-left: -30px;
		margin-right: -30px;
		border-top: 1px solid rgba(0, 183, 198, 0.3);
		line-height: 30px;
	}
	.footer-primary li {
		border-bottom: 1px solid rgba(0, 183, 198, 0.3);
	}
	.footer-primary img {
		top: 17px;
		right: 20px;
	}
	.footer-primary a {
		padding: 10px 40px 10px 30px;
	}
}

@media screen and (max-width: 767px) {
	.footer-primary {
		margin-left: -15px;
		margin-right: -15px;
	}
	.footer-primary img {
		right: 10px;
	}
	.footer-primary a {
		padding-left: 15px;
	}
}

@media screen and (min-width: 768px) {
	.footer-prose {
		font-size: 24px;
		line-height: 30px;
		padding: 0px 0 20px;
	}
	.footer-social {
		float: left;
		margin-bottom: 30px;
	}
	.footer-secondary {
		clear: both;
		width: 100%;
		font-size: 14px;
		line-height: 25px;
	}
	.footer-secondary li {
		display: inline-block;
		margin-right: 30px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 992px) {
	.footer-prose {
		padding: 60px 0 20px;
	}

	.footer-text {
		float: left;
		width: 25%;
		padding-right: 20px;
	}
	.footer-prose {
		float: left;
		width: 35%;
	}
	.footer-primary {
		float: right;
		width: 40%;
		margin: 0;
		padding: 55px 0 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.footer-primary li {
		float: left;
		width: 42%;
		padding-left: 8%;
	}
	.footer-primary img {
		top: 12px;
		fill: #d72882;
	}
	.footer-primary a {
		padding-left: 20px;
	}
}

.search .container {
	padding: 0 15px;
}

.search .form-group {
	position: relative;
	margin: 0 auto;
	padding: 20px;
	padding-right: 100px;
	max-width: 970px;
	background: #eff0f0;
	border: 1px solid #d1d3d4;
}

.search-icon {
	display: none;
	fill: #31006f;
}

.search-criteria:focus + .search-icon {
	fill: #d72882;
}

.search-criteria:valid {
	background-color: #fbfccc;
}

.search-submit {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 100px;
	line-height: 22px;
}

@media screen and (min-width: 768px) {
	.search .container {
		padding: 0 30px;
	}
	.search .form-group {
		padding-right: 140px;
	}
	.search-icon {
		display: block;
		position: absolute;
		top: 32px;
		left: 32px;
		width: 20px;
		height: 20px;
	}
	.search-criteria {
		padding-left: 40px;
		height: 45px;
		font-size: 18px;
		line-height: 33px;
	}
	.search-submit {
		width: 120px;
		height: 45px;
		font-size: 18px;
		line-height: 33px;
	}
}

.js .is-nav .search,
.js .is-nav-active .search {
	display: none !important;
}

.js .search {
	z-index: 200;
	position: absolute;
	width: 100%;
	top: -999px;
	display: none;
}

.js .search.is-active {
	top: 0;
	display: block;
}

.js .search .form-group {
	border-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.js .search.is-active {
		top: 0px;
	}
	.header-bar .header-search {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.js .search {
		position: fixed;
	}
	.js .search.is-active {
		top: 55px;
	}
	.js .search .container {
		padding: 0;
	}
	.js .search .form-group {
		border-left: 0;
		border-right: 0;
	}
	.js.iOS .search {
		position: absolute;
	}
}

.no-js .search > .container {
	padding: 30px;
	background: #eff0f0;
}

@media screen and (max-width: 767px) {
	.no-js .search > .container {
		padding: 15px;
	}
}

.banner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1500px;
	background: #ffffff;
}

.banner.banner-large {
	background: #31006f;
}

.banner-container {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7));
}

.no-cssgradients .banner-container {
	background: transparent url('/static/img/banner-fade.png') left bottom repeat-x;
	background-size: 100% 100%;
}

.banner-large .banner-container {
	top: 40%;
}

.banner-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 15px;
	padding-top: 0;
}

.banner-title {
	color: #ffffff;
	text-shadow: 1px 1px 4px black;
	filter: progid: DXImageTransform.Microsoft.Shadow(color=#000000, strength=2, direction=135);
}

.banner-large .banner-title {
	position: relative;
	z-index: 101;
	max-width: 300px;
}

.banner-image {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 -20px 40px rgba(0, 0, 0, 0.3);
}

.main-home .banner-image {
	background-position: left top;
}

.banner-download .banner-title {
	margin-bottom: 30px;
}

.banner-download .btn-default {
	color: #ffffff;
	background: transparent;
}

.banner-download .btn-default:hover {
	text-decoration: underline;
	opacity: 1;
}

.banner-download .btn-default small {
	opacity: 0.8;
}

.banner-download-aside {
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 33.333%;
	width: calc(33.333% - 40px);
	padding: 15px 15px 0 15px;
	background: rgba(255, 255, 255, 0.8);
}

.banner-form {
	position: relative;
}

.banner-form .form-control {
	border-color: #d1d3d4;
}

@media screen and (max-width: 1199px) {
  .banner-content {
		padding: 0 24px 30px;
	}
}
@media screen and (min-width: 1200px) {
  .banner-content {
		padding: 0 0 30px;
	}
}

@media screen and (min-width: 768px) {
	.banner-image {
		padding-bottom: 30%;
	}
	
	.banner-title {
		font-size: 30px;
		line-height: 1;
	}
	.banner-large .banner-title {
		font-size: 34px;
		max-width: 700px;
		line-height: 1.2;
	}
	.banner-download .banner-title {
		max-width: 500px;
	}
}

@media screen and (min-width: 992px) {
	.banner-image {
		height: 200px;
		padding-bottom: 10%;
	}
	.banner-large .banner-image {
		height: 260px;
		padding-bottom: 12%;
	}
	.banner-download .banner-content {
		padding-bottom: 4%;
	}
	.banner-title {
		font-size: 40px;
		max-width: 70%;
	}
	.banner-large .banner-title {
		font-size: 36px;
		line-height: 41px;
		max-width: 50%;
	}
	.banner-large.banner-download .banner-title {
		max-width: 50%;
	}
	.banner-form {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
	}
	.banner-form .col-md-12 {
		z-index: 102;
		width: 33.33333%;
		float: right;
	}
}

@media screen and (max-width: 767px) {
	.banner-large .banner-image {
		min-height: 200px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.banner-form {
		background: #ffffff;
	}
	.banner-download .banner-title {
		margin-bottom: 15px;
	}
	.banner-download .btn-primary {
		width: auto;
		display: block;
	}
	.banner-download .btn-default {
		padding: 0;
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
	.banner-download-aside {
		display: none !important;
		visibility: hidden;
	}
}

/* .main {
	position: relative;
	margin: 0;
	background: transparent;
	overflow-x: hidden;
} */
/* 
.main > .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #ffffff;
} */
/* 
.main > .container + .container {
	background: #ebfbf6;
} */
/* 
@media screen and (max-width: 767px) {
	.main {
		padding-top: 55px;
	}
}

@media screen and (min-width: 992px) {
	.main {
		padding-top: 0;
	}
} */

.main-single {
	padding-top: 0 !important;
	min-height: 100%;
	background: #ffffff;
}

.main-single > .container {
	padding-top: 0;
}

.main-search .search {
	position: absolute !important;
	display: block !important;
	visibility: visible !important;
	top: 0;
	width: 100%;
	background: transparent;
}

.main-search .search > .container {
	padding: 0 !important;
}

.js .is-nav .main-search .search,
.js .is-nav-active .main-search .search {
	position: absolute !important;
	display: block !important;
	visibility: visible !important;
}

.lt-ie9 .main-search .search .form-group {
	width: 970px;
	max-width: none;
}

@media screen and (max-width: 991px) {
	.main-search .search {
		top: 0px !important;
	}
}

.main-home .latest {
	margin-bottom: 30px;
}

.main-home .latest h2 {
	color: #005961;
}

.main-home .signpost {
	margin-bottom: 5px;
}

.modal .main-programme,
.modal .main-practitioner {
	padding-top: 0 !important;
	overflow: hidden;
}

.modal .main-programme .breadcrumb,
.modal .main-programme .breadcrumb-wrapper,
.modal .main-practitioner .breadcrumb,
.modal .main-practitioner .breadcrumb-wrapper {
	display: none !important;
	visibility: hidden;
}

.modal .main-programme .return-link,
.modal .main-practitioner .return-link {
	display: none !important;
	visibility: hidden;
}

.main-practitioner .practitioner table th:last-child,
.main-practitioner .practitioner table td:last-child {
	width: 20%;
}

.main-employer-results .practitioner table th,
.main-employer-results .practitioner table td {
	width: 33%;
}

.main-employer-results .practitioner-meta + .table,
.main-employer-results .practitioner-meta + .table-responsive {
	margin-top: -1px;
}

.main-news .module.social {
	margin-bottom: 40px;
}

.main-news h1 + time {
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.main-hub .aside {
		margin-bottom: 0;
	}
	.main-hub .aside + .aside {
		border-top: 0;
	}
	.main-hub .aside.news,
	.main-hub .aside.subscribe {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.main-hub .aside.social {
		display: none !important;
		visibility: hidden;
	}
	.main-home .banner-container {
		padding-bottom: 40% !important;
	}
}

@media screen and (max-width: 991px) {
	.main-home .banner-container {
		min-height: 200px;
		height: 0;
		top: 0;
		bottom: auto;
		padding-bottom: 30%;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% 60%;
	}
	.main-home .learnmore {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
}

@media screen and (min-width: 768px) {
	.main-hub .aside {
		margin-bottom: 20px;
	}
	.main-register .results td {
		vertical-align: middle !important;
	}
	.main-programmes .results tbody td {
		padding: 16px 8px;
	}
	.main-programme .breadcrumb-wrapper,
	.main-practitioner .breadcrumb-wrapper {
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 992px) {
	.main-home .banner + .container > .row:first-child {
		margin-bottom: 0;
	}
	.main-home .signpost {
		margin-top: -25px;
	}
	.main-home .signpost h2 {
		padding: 25px 15px;
		margin-bottom: 5px;
		background: #d1d3d4;
	}
	.main .banner + .container > .row:first-child .subnav:first-child {
		margin-top: -106px;
	}
}

/**!
 * jQuery Cookie Cuttr
 */

/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies {
	width: 100%;
	padding: 10px 5%;
	background: #31006f;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #00838f;
}

.cc-cookies a,
.cc-cookies a:hover {
	color: #fff;
	text-decoration: underline;
}

.cc-cookies a:hover {
	text-decoration: none;
}

.cc-overlay {
	height: 100%;
	padding-top: 25%;
}

.cc-cookies-error {
	float: left;
	width: 90%;
	text-align: center;
	margin: 1em 0 2em 0;
	background: #fff;
	padding: 2em 5%;
	border: 1px solid #ccc;
	font-size: 18px;
	color: #333;
}

.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #7daf3b;
	padding: 0.5em 0.75em;
	margin: 0 0.5em;
	-webkit-transition: background 100ms ease;
	transition: background 100ms ease;
}

.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
	background: #af3b3b;
	margin-left: 0.5em;
}

.cc-cookies a.cc-cookie-accept {
	background: #d72882;
}

.cc-cookies a.cc-cookie-reset {
	background: #f15b00;
}

.cc-cookies a:hover.cc-cookie-accept,
.cc-cookies-error a:hover.cc-cookie-accept,
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies-error a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset {
	background: #00838f;
}

.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
	display: block;
	margin-top: 1em;
}

.cc-cookies.cc-discreet {
	width: auto;
	padding: 0.5em 1em;
	left: auto;
	top: auto;
}

.cc-cookies.cc-discreet a.cc-cookie-reset {
	background: none;
	text-shadow: none;
	padding: 0;
	text-decoration: underline;
}

.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.cc-cookies {
		z-index: 99999;
		position: absolute;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-transition: left 400ms ease;
		transition: left 400ms ease;
	}
	.dcnav-root.is-nav .cc-cookies {
		left: 260px;
	}
	.cc-cookies a.cc-cookie-accept,
	.cc-cookies a.cc-cookie-decline,
	.cc-cookies a.cc-cookie-reset {
		display: block;
		max-width: 300px;
		margin: 1em auto;
	}
}

.mobile-inline-block {
	display: inline-block;
}

.desktop-inline-block {
	display: none;
}

@media (min-width: 768px) {
	.mobile-inline-block {
		display: none;
	}

	.desktop-inline-block {
		display: inline-block;
	}
}

#CybotCookiebotDialog {
	background: #00749b !important;
	box-shadow: 2px 2px 14px 2px #ccc !important;
	font-family: 'Gotham book', Arial, sans-serif !important;
	color: #fff !important;
}

#CybotCookiebotDialog a {
	color: #fff !important;
}

#CybotCookiebotDialogBodyContentTitle {
	color: #fff !important;
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink,
#CybotCookiebotDialogBodyLevelDetailsButton {
	color: #fff !important;
}

#CybotCookiebotDialog a#CybotCookiebotDialogBodyButtonAccept {
	background: #74e0c1 !important;
	border-color: #74e0c1 !important;
	color: #111 !important;
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink,
#CybotCookiebotDialogBodyLevelDetailsButton {
	background-image: none !important;
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink:after,
#CybotCookiebotDialogBodyLevelDetailsButton:after {
	content: '';
	background: url(/static/img/refresh/chevron-white.svg) no-repeat 8px 0px !important;
	transform: rotate(90deg) !important;
	width: 18px;
	height: 15px;
	display: inline-block;
}

#CybotCookiebotDialogDetail {
	background: #00749b !important;
}

.CybotCookiebotDialogDetailBodyContentTabsItemSelected,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes,
#CybotCookiebotDialogDetailBodyContentIABv2Tabs,
#CybotCookiebotDialogDetailFooter,
.CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected,
.CybotCookiebotDialogDetailBodyContentIABv2TabSelected,
#CybotCookiebotDialogDetailBodyContent {
	background: #00749b !important;
}

.CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected,
.CybotCookiebotDialogDetailBodyContentIABv2TabSelected,
.CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected:first-child {
	border-color: #cccccc !important;
}

.CybotCookiebotDialogDetailBodyContentCookieContainerTypes,
.CybotCookiebotDialogDetailBodyContentIABv2Tab,
.CybotCookiebotDialogDetailBodyContentTabsItem,
.CybotCookiebotDialogDetailBodyContentCookieTypeTable thead td,
.CybotCookiebotDialogDetailBodyContentCookieTypeTable thead th {
	background-color: #015d7b !important;
}

.no-border {
	border: none !important;
}

.m-0 {
	margin: 0 !important;
}

.inline-block {
	display: inline-block;
}
