html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}

.row_page { padding: 1.25rem 0 .9375rem ; margin:10px;}
.row_page ul{list-style: none;}
.row_page ul li{width:60px; height:30px; float:left;}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}[hidden],template {
	display: none
}

a {
	background-color: transparent
}

a:active,a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,th {
	padding: 0
}

@media print {
	*,*:before,*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a,a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="#"]:after,a[href^="javascript:"]:after {
		content: ""
	}

	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	tr,img {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	p,h2,h3 {
		orphans: 3;
		widows: 3
	}

	h2,h3 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.btn>.caret,.dropup>.btn>.caret {
		border-top-color: #000 !important
	}

	.label {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td,.table th {
		background-color: #fff !important
	}

	.table-bordered th,.table-bordered td {
		border: 1px solid #ddd !important
	}
}

* {
	box-sizing: border-box
}

*:before,*:after {
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #d7dee1
}

input,button,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:hover,a:focus {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #d7dee1;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}[role="button"] {
	cursor: pointer
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px
}

.container:before,.container:after {
	content: " ";
	display: table
}

.container:after {
	clear: both
}

@media (min-width:768px) {
	.container {
		width: 768px
	}
}

@media (min-width:1010px) {
	.container {
		width: 1010px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1044px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px
}

.container-fluid:before,.container-fluid:after {
	content: " ";
	display: table
}

.container-fluid:after {
	clear: both
}

.row {
	margin-left: -10px;
	margin-right: -10px
}

.row:before,.row:after {
	content: " ";
	display: table
}

.row:after {
	clear: both
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
	float: left
}

.col-xs-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.33333%
}

.col-xs-pull-2 {
	right: 16.66667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.33333%
}

.col-xs-pull-5 {
	right: 41.66667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.33333%
}

.col-xs-pull-8 {
	right: 66.66667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.33333%
}

.col-xs-pull-11 {
	right: 91.66667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.33333%
}

.col-xs-push-2 {
	left: 16.66667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333%
}

.col-xs-push-5 {
	left: 41.66667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333%
}

.col-xs-push-8 {
	left: 66.66667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333%
}

.col-xs-push-11 {
	left: 91.66667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media (min-width:768px) {
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
		float: left
	}

	.col-sm-1 {
		width: 8.33333%
	}

	.col-sm-2 {
		width: 16.66667%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-4 {
		width: 33.33333%
	}

	.col-sm-5 {
		width: 41.66667%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7 {
		width: 58.33333%
	}

	.col-sm-8 {
		width: 66.66667%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-10 {
		width: 83.33333%
	}

	.col-sm-11 {
		width: 91.66667%
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-pull-1 {
		right: 8.33333%
	}

	.col-sm-pull-2 {
		right: 16.66667%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-4 {
		right: 33.33333%
	}

	.col-sm-pull-5 {
		right: 41.66667%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-7 {
		right: 58.33333%
	}

	.col-sm-pull-8 {
		right: 66.66667%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-10 {
		right: 83.33333%
	}

	.col-sm-pull-11 {
		right: 91.66667%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-push-1 {
		left: 8.33333%
	}

	.col-sm-push-2 {
		left: 16.66667%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-4 {
		left: 33.33333%
	}

	.col-sm-push-5 {
		left: 41.66667%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-7 {
		left: 58.33333%
	}

	.col-sm-push-8 {
		left: 66.66667%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-10 {
		left: 83.33333%
	}

	.col-sm-push-11 {
		left: 91.66667%
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}

	.col-sm-offset-1 {
		margin-left: 8.33333%
	}

	.col-sm-offset-2 {
		margin-left: 16.66667%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333%
	}

	.col-sm-offset-5 {
		margin-left: 41.66667%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333%
	}

	.col-sm-offset-8 {
		margin-left: 66.66667%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333%
	}

	.col-sm-offset-11 {
		margin-left: 91.66667%
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:1010px) {
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
		float: left
	}

	.col-md-1 {
		width: 8.33333%
	}

	.col-md-2 {
		width: 16.66667%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-4 {
		width: 33.33333%
	}

	.col-md-5 {
		width: 41.66667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7 {
		width: 58.33333%
	}

	.col-md-8 {
		width: 66.66667%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-10 {
		width: 83.33333%
	}

	.col-md-11 {
		width: 91.66667%
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-pull-1 {
		right: 8.33333%
	}

	.col-md-pull-2 {
		right: 16.66667%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-4 {
		right: 33.33333%
	}

	.col-md-pull-5 {
		right: 41.66667%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-7 {
		right: 58.33333%
	}

	.col-md-pull-8 {
		right: 66.66667%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-10 {
		right: 83.33333%
	}

	.col-md-pull-11 {
		right: 91.66667%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-push-1 {
		left: 8.33333%
	}

	.col-md-push-2 {
		left: 16.66667%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-4 {
		left: 33.33333%
	}

	.col-md-push-5 {
		left: 41.66667%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-7 {
		left: 58.33333%
	}

	.col-md-push-8 {
		left: 66.66667%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-10 {
		left: 83.33333%
	}

	.col-md-push-11 {
		left: 91.66667%
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-offset-0 {
		margin-left: 0
	}

	.col-md-offset-1 {
		margin-left: 2.33333%
	}

	.col-md-offset-2 {
		margin-left: 16.66667%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-4 {
		margin-left: 33.33333%
	}

	.col-md-offset-5 {
		margin-left: 41.66667%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-7 {
		margin-left: 58.33333%
	}

	.col-md-offset-8 {
		margin-left: 66.66667%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-10 {
		margin-left: 83.33333%
	}

	.col-md-offset-11 {
		margin-left: 91.66667%
	}

	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:1200px) {
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
		float: left
	}

	.col-lg-1 {
		width: 8.33333%
	}

	.col-lg-2 {
		width: 16.66667%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-4 {
		width: 33.33333%
	}

	.col-lg-5 {
		width: 41.66667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7 {
		width: 63%
	}

	.col-lg-8 {
		width: 66.66667%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-10 {
		width: 83.33333%
	}

	.col-lg-11 {
		width: 91.66667%
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-pull-1 {
		right: 8.33333%
	}

	.col-lg-pull-2 {
		right: 16.66667%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-4 {
		right: 33.33333%
	}

	.col-lg-pull-5 {
		right: 41.66667%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-7 {
		right: 58.33333%
	}

	.col-lg-pull-8 {
		right: 66.66667%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-10 {
		right: 83.33333%
	}

	.col-lg-pull-11 {
		right: 91.66667%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-push-1 {
		left: 8.33333%
	}

	.col-lg-push-2 {
		left: 16.66667%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-4 {
		left: 33.33333%
	}

	.col-lg-push-5 {
		left: 41.66667%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-7 {
		left: 58.33333%
	}

	.col-lg-push-8 {
		left: 66.66667%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-10 {
		left: 83.33333%
	}

	.col-lg-push-11 {
		left: 91.66667%
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}

	.col-lg-offset-1 {
		margin-left: 8.33333%
	}

	.col-lg-offset-2 {
		margin-left: 16.66667%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333%
	}

	.col-lg-offset-5 {
		margin-left: 41.66667%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333%
	}

	.col-lg-offset-8 {
		margin-left: 66.66667%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333%
	}

	.col-lg-offset-11 {
		margin-left: 91.66667%
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}
}

.clearfix:before,.clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width:device-width
}

.visible-xs {
	display: none !important
}

.visible-sm {
	display: none !important
}

.visible-md {
	display: none !important
}

.visible-lg {
	display: none !important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	th.visible-xs,td.visible-xs {
		display: table-cell !important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	th.visible-sm,td.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	th.visible-md,td.visible-md {
		display: table-cell !important
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	th.visible-lg,td.visible-lg {
		display: table-cell !important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	th.visible-print,td.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

@font-face {
	font-family:'FontAwesome';src:url(fonts/fontawesome-webfont.eot?v=4.7.0);src:url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:normal;font-style:normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scale(-1,1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	transform: scale(1,-1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-remove:before,.fa-close:before,.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-gear:before,.fa-cog:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-rotate-right:before,.fa-repeat:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-warning:before,.fa-exclamation-triangle:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-gears:before,.fa-cogs:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook-f:before,.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-feed:before,.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,.fa-users:before {
	content: ""
}

.fa-chain:before,.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,.fa-scissors:before {
	content: ""
}

.fa-copy:before,.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-save:before,.fa-floppy-o:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-unsorted:before,.fa-sort:before {
	content: ""
}

.fa-sort-down:before,.fa-sort-desc:before {
	content: ""
}

.fa-sort-up:before,.fa-sort-asc:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,.fa-undo:before {
	content: ""
}

.fa-legal:before,.fa-gavel:before {
	content: ""
}

.fa-dashboard:before,.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-flash:before,.fa-bolt:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-paste:before,.fa-clipboard:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-unlink:before,.fa-chain-broken:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
	content: ""
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
	content: ""
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
	content: ""
}

.fa-euro:before,.fa-eur:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,.fa-usd:before {
	content: ""
}

.fa-rupee:before,.fa-inr:before {
	content: ""
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
	content: ""
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
	content: ""
}

.fa-won:before,.fa-krw:before {
	content: ""
}

.fa-bitcoin:before,.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before,.fa-gratipay:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-turkish-lira:before,.fa-try:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.fa-space-shuttle:before {
	content: ""
}

.fa-slack:before {
	content: ""
}

.fa-envelope-square:before {
	content: ""
}

.fa-wordpress:before {
	content: ""
}

.fa-openid:before {
	content: ""
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
	content: ""
}

.fa-mortar-board:before,.fa-graduation-cap:before {
	content: ""
}

.fa-yahoo:before {
	content: ""
}

.fa-google:before {
	content: ""
}

.fa-reddit:before {
	content: ""
}

.fa-reddit-square:before {
	content: ""
}

.fa-stumbleupon-circle:before {
	content: ""
}

.fa-stumbleupon:before {
	content: ""
}

.fa-delicious:before {
	content: ""
}

.fa-digg:before {
	content: ""
}

.fa-pied-piper-pp:before {
	content: ""
}

.fa-pied-piper-alt:before {
	content: ""
}

.fa-drupal:before {
	content: ""
}

.fa-joomla:before {
	content: ""
}

.fa-language:before {
	content: ""
}

.fa-fax:before {
	content: ""
}

.fa-building:before {
	content: ""
}

.fa-child:before {
	content: ""
}

.fa-paw:before {
	content: ""
}

.fa-spoon:before {
	content: ""
}

.fa-cube:before {
	content: ""
}

.fa-cubes:before {
	content: ""
}

.fa-behance:before {
	content: ""
}

.fa-behance-square:before {
	content: ""
}

.fa-steam:before {
	content: ""
}

.fa-steam-square:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-automobile:before,.fa-car:before {
	content: ""
}

.fa-cab:before,.fa-taxi:before {
	content: ""
}

.fa-tree:before {
	content: ""
}

.fa-spotify:before {
	content: ""
}

.fa-deviantart:before {
	content: ""
}

.fa-soundcloud:before {
	content: ""
}

.fa-database:before {
	content: ""
}

.fa-file-pdf-o:before {
	content: ""
}

.fa-file-word-o:before {
	content: ""
}

.fa-file-excel-o:before {
	content: ""
}

.fa-file-powerpoint-o:before {
	content: ""
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
	content: ""
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
	content: ""
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
	content: ""
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: ""
}

.fa-file-code-o:before {
	content: ""
}

.fa-vine:before {
	content: ""
}

.fa-codepen:before {
	content: ""
}

.fa-jsfiddle:before {
	content: ""
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
	content: ""
}

.fa-circle-o-notch:before {
	content: ""
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
	content: ""
}

.fa-ge:before,.fa-empire:before {
	content: ""
}

.fa-git-square:before {
	content: ""
}

.fa-git:before {
	content: ""
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
	content: ""
}

.fa-tencent-weibo:before {
	content: ""
}

.fa-qq:before {
	content: ""
}

.fa-wechat:before,.fa-weixin:before {
	content: ""
}

.fa-send:before,.fa-paper-plane:before {
	content: ""
}

.fa-send-o:before,.fa-paper-plane-o:before {
	content: ""
}

.fa-history:before {
	content: ""
}

.fa-circle-thin:before {
	content: ""
}

.fa-header:before {
	content: ""
}

.fa-paragraph:before {
	content: ""
}

.fa-sliders:before {
	content: ""
}

.fa-share-alt:before {
	content: ""
}

.fa-share-alt-square:before {
	content: ""
}

.fa-bomb:before {
	content: ""
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
	content: ""
}

.fa-tty:before {
	content: ""
}

.fa-binoculars:before {
	content: ""
}

.fa-plug:before {
	content: ""
}

.fa-slideshare:before {
	content: ""
}

.fa-twitch:before {
	content: ""
}

.fa-yelp:before {
	content: ""
}

.fa-newspaper-o:before {
	content: ""
}

.fa-wifi:before {
	content: ""
}

.fa-calculator:before {
	content: ""
}

.fa-paypal:before {
	content: ""
}

.fa-google-wallet:before {
	content: ""
}

.fa-cc-visa:before {
	content: ""
}

.fa-cc-mastercard:before {
	content: ""
}

.fa-cc-discover:before {
	content: ""
}

.fa-cc-amex:before {
	content: ""
}

.fa-cc-paypal:before {
	content: ""
}

.fa-cc-stripe:before {
	content: ""
}

.fa-bell-slash:before {
	content: ""
}

.fa-bell-slash-o:before {
	content: ""
}

.fa-trash:before {
	content: ""
}

.fa-copyright:before {
	content: ""
}

.fa-at:before {
	content: ""
}

.fa-eyedropper:before {
	content: ""
}

.fa-paint-brush:before {
	content: ""
}

.fa-birthday-cake:before {
	content: ""
}

.fa-area-chart:before {
	content: ""
}

.fa-pie-chart:before {
	content: ""
}

.fa-line-chart:before {
	content: ""
}

.fa-lastfm:before {
	content: ""
}

.fa-lastfm-square:before {
	content: ""
}

.fa-toggle-off:before {
	content: ""
}

.fa-toggle-on:before {
	content: ""
}

.fa-bicycle:before {
	content: ""
}

.fa-bus:before {
	content: ""
}

.fa-ioxhost:before {
	content: ""
}

.fa-angellist:before {
	content: ""
}

.fa-cc:before {
	content: ""
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
	content: ""
}

.fa-meanpath:before {
	content: ""
}

.fa-buysellads:before {
	content: ""
}

.fa-connectdevelop:before {
	content: ""
}

.fa-dashcube:before {
	content: ""
}

.fa-forumbee:before {
	content: ""
}

.fa-leanpub:before {
	content: ""
}

.fa-sellsy:before {
	content: ""
}

.fa-shirtsinbulk:before {
	content: ""
}

.fa-simplybuilt:before {
	content: ""
}

.fa-skyatlas:before {
	content: ""
}

.fa-cart-plus:before {
	content: ""
}

.fa-cart-arrow-down:before {
	content: ""
}

.fa-diamond:before {
	content: ""
}

.fa-ship:before {
	content: ""
}

.fa-user-secret:before {
	content: ""
}

.fa-motorcycle:before {
	content: ""
}

.fa-street-view:before {
	content: ""
}

.fa-heartbeat:before {
	content: ""
}

.fa-venus:before {
	content: ""
}

.fa-mars:before {
	content: ""
}

.fa-mercury:before {
	content: ""
}

.fa-intersex:before,.fa-transgender:before {
	content: ""
}

.fa-transgender-alt:before {
	content: ""
}

.fa-venus-double:before {
	content: ""
}

.fa-mars-double:before {
	content: ""
}

.fa-venus-mars:before {
	content: ""
}

.fa-mars-stroke:before {
	content: ""
}

.fa-mars-stroke-v:before {
	content: ""
}

.fa-mars-stroke-h:before {
	content: ""
}

.fa-neuter:before {
	content: ""
}

.fa-genderless:before {
	content: ""
}

.fa-facebook-official:before {
	content: ""
}

.fa-pinterest-p:before {
	content: ""
}

.fa-whatsapp:before {
	content: ""
}

.fa-server:before {
	content: ""
}

.fa-user-plus:before {
	content: ""
}

.fa-user-times:before {
	content: ""
}

.fa-hotel:before,.fa-bed:before {
	content: ""
}

.fa-viacoin:before {
	content: ""
}

.fa-train:before {
	content: ""
}

.fa-subway:before {
	content: ""
}

.fa-medium:before {
	content: ""
}

.fa-yc:before,.fa-y-combinator:before {
	content: ""
}

.fa-optin-monster:before {
	content: ""
}

.fa-opencart:before {
	content: ""
}

.fa-expeditedssl:before {
	content: ""
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
	content: ""
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
	content: ""
}

.fa-battery-2:before,.fa-battery-half:before {
	content: ""
}

.fa-battery-1:before,.fa-battery-quarter:before {
	content: ""
}

.fa-battery-0:before,.fa-battery-empty:before {
	content: ""
}

.fa-mouse-pointer:before {
	content: ""
}

.fa-i-cursor:before {
	content: ""
}

.fa-object-group:before {
	content: ""
}

.fa-object-ungroup:before {
	content: ""
}

.fa-sticky-note:before {
	content: ""
}

.fa-sticky-note-o:before {
	content: ""
}

.fa-cc-jcb:before {
	content: ""
}

.fa-cc-diners-club:before {
	content: ""
}

.fa-clone:before {
	content: ""
}

.fa-balance-scale:before {
	content: ""
}

.fa-hourglass-o:before {
	content: ""
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
	content: ""
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
	content: ""
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
	content: ""
}

.fa-hourglass:before {
	content: ""
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
	content: ""
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
	content: ""
}

.fa-hand-scissors-o:before {
	content: ""
}

.fa-hand-lizard-o:before {
	content: ""
}

.fa-hand-spock-o:before {
	content: ""
}

.fa-hand-pointer-o:before {
	content: ""
}

.fa-hand-peace-o:before {
	content: ""
}

.fa-trademark:before {
	content: ""
}

.fa-registered:before {
	content: ""
}

.fa-creative-commons:before {
	content: ""
}

.fa-gg:before {
	content: ""
}

.fa-gg-circle:before {
	content: ""
}

.fa-tripadvisor:before {
	content: ""
}

.fa-odnoklassniki:before {
	content: ""
}

.fa-odnoklassniki-square:before {
	content: ""
}

.fa-get-pocket:before {
	content: ""
}

.fa-wikipedia-w:before {
	content: ""
}

.fa-safari:before {
	content: ""
}

.fa-chrome:before {
	content: ""
}

.fa-firefox:before {
	content: ""
}

.fa-opera:before {
	content: ""
}

.fa-internet-explorer:before {
	content: ""
}

.fa-tv:before,.fa-television:before {
	content: ""
}

.fa-contao:before {
	content: ""
}

.fa-500px:before {
	content: ""
}

.fa-amazon:before {
	content: ""
}

.fa-calendar-plus-o:before {
	content: ""
}

.fa-calendar-minus-o:before {
	content: ""
}

.fa-calendar-times-o:before {
	content: ""
}

.fa-calendar-check-o:before {
	content: ""
}

.fa-industry:before {
	content: ""
}

.fa-map-pin:before {
	content: ""
}

.fa-map-signs:before {
	content: ""
}

.fa-map-o:before {
	content: ""
}

.fa-map:before {
	content: ""
}

.fa-commenting:before {
	content: ""
}

.fa-commenting-o:before {
	content: ""
}

.fa-houzz:before {
	content: ""
}

.fa-vimeo:before {
	content: ""
}

.fa-black-tie:before {
	content: ""
}

.fa-fonticons:before {
	content: ""
}

.fa-reddit-alien:before {
	content: ""
}

.fa-edge:before {
	content: ""
}

.fa-credit-card-alt:before {
	content: ""
}

.fa-codiepie:before {
	content: ""
}

.fa-modx:before {
	content: ""
}

.fa-fort-awesome:before {
	content: ""
}

.fa-usb:before {
	content: ""
}

.fa-product-hunt:before {
	content: ""
}

.fa-mixcloud:before {
	content: ""
}

.fa-scribd:before {
	content: ""
}

.fa-pause-circle:before {
	content: ""
}

.fa-pause-circle-o:before {
	content: ""
}

.fa-stop-circle:before {
	content: ""
}

.fa-stop-circle-o:before {
	content: ""
}

.fa-shopping-bag:before {
	content: ""
}

.fa-shopping-basket:before {
	content: ""
}

.fa-hashtag:before {
	content: ""
}

.fa-bluetooth:before {
	content: ""
}

.fa-bluetooth-b:before {
	content: ""
}

.fa-percent:before {
	content: ""
}

.fa-gitlab:before {
	content: ""
}

.fa-wpbeginner:before {
	content: ""
}

.fa-wpforms:before {
	content: ""
}

.fa-envira:before {
	content: ""
}

.fa-universal-access:before {
	content: ""
}

.fa-wheelchair-alt:before {
	content: ""
}

.fa-question-circle-o:before {
	content: ""
}

.fa-blind:before {
	content: ""
}

.fa-audio-description:before {
	content: ""
}

.fa-volume-control-phone:before {
	content: ""
}

.fa-braille:before {
	content: ""
}

.fa-assistive-listening-systems:before {
	content: ""
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
	content: ""
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
	content: ""
}

.fa-glide:before {
	content: ""
}

.fa-glide-g:before {
	content: ""
}

.fa-signing:before,.fa-sign-language:before {
	content: ""
}

.fa-low-vision:before {
	content: ""
}

.fa-viadeo:before {
	content: ""
}

.fa-viadeo-square:before {
	content: ""
}

.fa-snapchat:before {
	content: ""
}

.fa-snapchat-ghost:before {
	content: ""
}

.fa-snapchat-square:before {
	content: ""
}

.fa-pied-piper:before {
	content: ""
}

.fa-first-order:before {
	content: ""
}

.fa-yoast:before {
	content: ""
}

.fa-themeisle:before {
	content: ""
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
	content: ""
}

.fa-fa:before,.fa-font-awesome:before {
	content: ""
}

.fa-handshake-o:before {
	content: ""
}

.fa-envelope-open:before {
	content: ""
}

.fa-envelope-open-o:before {
	content: ""
}

.fa-linode:before {
	content: ""
}

.fa-address-book:before {
	content: ""
}

.fa-address-book-o:before {
	content: ""
}

.fa-vcard:before,.fa-address-card:before {
	content: ""
}

.fa-vcard-o:before,.fa-address-card-o:before {
	content: ""
}

.fa-user-circle:before {
	content: ""
}

.fa-user-circle-o:before {
	content: ""
}

.fa-user-o:before {
	content: ""
}

.fa-id-badge:before {
	content: ""
}

.fa-drivers-license:before,.fa-id-card:before {
	content: ""
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
	content: ""
}

.fa-quora:before {
	content: ""
}

.fa-free-code-camp:before {
	content: ""
}

.fa-telegram:before {
	content: ""
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
	content: ""
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
	content: ""
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
	content: ""
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
	content: ""
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
	content: ""
}

.fa-shower:before {
	content: ""
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
	content: ""
}

.fa-podcast:before {
	content: ""
}

.fa-window-maximize:before {
	content: ""
}

.fa-window-minimize:before {
	content: ""
}

.fa-window-restore:before {
	content: ""
}

.fa-times-rectangle:before,.fa-window-close:before {
	content: ""
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
	content: ""
}

.fa-bandcamp:before {
	content: ""
}

.fa-grav:before {
	content: ""
}

.fa-etsy:before {
	content: ""
}

.fa-imdb:before {
	content: ""
}

.fa-ravelry:before {
	content: ""
}

.fa-eercast:before {
	content: ""
}

.fa-microchip:before {
	content: ""
}

.fa-snowflake-o:before {
	content: ""
}

.fa-superpowers:before {
	content: ""
}

.fa-wpexplorer:before {
	content: ""
}

.fa-meetup:before {
	content: ""
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.tiny-slider {
	overflow: hidden
}

.tiny-slider.ms-touch {
	overflow-x: scroll;
	overflow-y: hidden;
	-ms-overflow-style: none;
	-ms-scroll-chaining: none;
	-ms-scroll-snap-type: mandatory;
	-ms-scroll-snap-points-x: snapInterval(0,100%)
}

.tiny-content {
	position: relative;
	left: 0;
	transition: transform 0,height 0;
	overflow: hidden
}

.tiny-content:after {
	content: '';
	display: table;
	clear: both
}

.tiny-content>div,.tiny-content>li,.tiny-content>span,.tiny-content>a {
	float: left;
	box-sizing: border-box;
	overflow: hidden
}

.tiny-nav button {
	vertical-align: middle
}

.tiny-lazy {
	transition: opacity 0.6s;
	opacity: 0.6
}

.tiny-lazy.loaded {
	opacity: 1
}[hidden] {
	display: none !important
}[data-controls],[data-action],[data-slide] {
	cursor: pointer;
	border-width: 0;
	padding: 0
}

body {
	margin: 0;
	padding: 0;
	font-family: "Roboto",sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	max-width: 100%
}

hr {
	margin: 0 0 1em;
	background: none;
	border-bottom: solid 1px #b6b6b6
}

.main-content {
	background-color: #fff;
	clear: both
}

.full {
	clear: both
}

@media (max-width:767px) {
	body {
		background-color: #fff;
		padding-bottom: 50px
	}
}

@media (min-width:480px) {
	body {
		font-size: 14px;
		background-color: #fff
	}
}

@media (min-width:768px) {
	body {
		font-size: 16px;
		background-color: #d7dee1
	}
}

@media (min-width:1010px) {
	body {
		font-size: 16px;
		background-color: #d7dee1
	}
}

.clear {
	clear: both
}

.clear-l {
	clear: left
}

.clear-r {
	clear: right
}

@media (max-width:767px) {
	.clear-xs {
		clear: both
	}

	.clear-l-xs {
		clear: left
	}

	.clear-r-xs {
		clear: right
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-sm {
		clear: both
	}

	.clear-l-sm {
		clear: left
	}

	.clear-r-sm {
		clear: right
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-md {
		clear: both
	}

	.clear-l-md {
		clear: left
	}

	.clear-r-md {
		clear: right
	}
}

@media (min-width:1200px) {
	.clear-lg {
		clear: both
	}

	.clear-l-lg {
		clear: left
	}

	.clear-r-lg {
		clear: right
	}
}

.clear-child-2n-0:nth-child(2n+0) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-2n-0-xs:nth-child(2n+0) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-2n-0-sm:nth-child(2n+0) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-2n-0-md:nth-child(2n+0) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-2n-0-lg:nth-child(2n+0) {
		clear: left
	}
}

.clear-child-2n-1:nth-child(2n+1) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-2n-1-xs:nth-child(2n+1) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-2n-1-sm:nth-child(2n+1) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-2n-1-md:nth-child(2n+1) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-2n-1-lg:nth-child(2n+1) {
		clear: left
	}
}

.clear-child-2n-2:nth-child(2n+2) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-2n-2-xs:nth-child(2n+2) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-2n-2-sm:nth-child(2n+2) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-2n-2-md:nth-child(2n+2) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-2n-2-lg:nth-child(2n+2) {
		clear: left
	}
}

.clear-child-2n-3:nth-child(2n+3) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-2n-3-xs:nth-child(2n+3) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-2n-3-sm:nth-child(2n+3) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-2n-3-md:nth-child(2n+3) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-2n-3-lg:nth-child(2n+3) {
		clear: left
	}
}

.clear-child-2n-4:nth-child(2n+4) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-2n-4-xs:nth-child(2n+4) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-2n-4-sm:nth-child(2n+4) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-2n-4-md:nth-child(2n+4) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-2n-4-lg:nth-child(2n+4) {
		clear: left
	}
}

.clear-child-2n-5:nth-child(2n+5) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-2n-5-xs:nth-child(2n+5) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-2n-5-sm:nth-child(2n+5) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-2n-5-md:nth-child(2n+5) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-2n-5-lg:nth-child(2n+5) {
		clear: left
	}
}

.clear-child-3n-0:nth-child(3n+0) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-3n-0-xs:nth-child(3n+0) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-3n-0-sm:nth-child(3n+0) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-3n-0-md:nth-child(3n+0) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-3n-0-lg:nth-child(3n+0) {
		clear: left
	}
}

.clear-child-3n-1:nth-child(3n+1) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-3n-1-xs:nth-child(3n+1) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-3n-1-sm:nth-child(3n+1) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-3n-1-md:nth-child(3n+1) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-3n-1-lg:nth-child(3n+1) {
		clear: left
	}
}

.clear-child-3n-2:nth-child(3n+2) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-3n-2-xs:nth-child(3n+2) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-3n-2-sm:nth-child(3n+2) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-3n-2-md:nth-child(3n+2) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-3n-2-lg:nth-child(3n+2) {
		clear: left
	}
}

.clear-child-3n-3:nth-child(3n+3) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-3n-3-xs:nth-child(3n+3) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-3n-3-sm:nth-child(3n+3) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-3n-3-md:nth-child(3n+3) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-3n-3-lg:nth-child(3n+3) {
		clear: left
	}
}

.clear-child-3n-4:nth-child(3n+4) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-3n-4-xs:nth-child(3n+4) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-3n-4-sm:nth-child(3n+4) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-3n-4-md:nth-child(3n+4) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-3n-4-lg:nth-child(3n+4) {
		clear: left
	}
}

.clear-child-3n-5:nth-child(3n+5) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-3n-5-xs:nth-child(3n+5) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-3n-5-sm:nth-child(3n+5) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-3n-5-md:nth-child(3n+5) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-3n-5-lg:nth-child(3n+5) {
		clear: left
	}
}

.clear-child-4n-0:nth-child(4n+0) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-4n-0-xs:nth-child(4n+0) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-4n-0-sm:nth-child(4n+0) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-4n-0-md:nth-child(4n+0) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-4n-0-lg:nth-child(4n+0) {
		clear: left
	}
}

.clear-child-4n-1:nth-child(4n+1) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-4n-1-xs:nth-child(4n+1) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-4n-1-sm:nth-child(4n+1) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-4n-1-md:nth-child(4n+1) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-4n-1-lg:nth-child(4n+1) {
		clear: left
	}
}

.clear-child-4n-2:nth-child(4n+2) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-4n-2-xs:nth-child(4n+2) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-4n-2-sm:nth-child(4n+2) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-4n-2-md:nth-child(4n+2) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-4n-2-lg:nth-child(4n+2) {
		clear: left
	}
}

.clear-child-4n-3:nth-child(4n+3) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-4n-3-xs:nth-child(4n+3) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-4n-3-sm:nth-child(4n+3) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-4n-3-md:nth-child(4n+3) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-4n-3-lg:nth-child(4n+3) {
		clear: left
	}
}

.clear-child-4n-4:nth-child(4n+4) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-4n-4-xs:nth-child(4n+4) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-4n-4-sm:nth-child(4n+4) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-4n-4-md:nth-child(4n+4) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-4n-4-lg:nth-child(4n+4) {
		clear: left
	}
}

.clear-child-4n-5:nth-child(4n+5) {
	clear: left
}

@media (max-width:767px) {
	.clear-child-4n-5-xs:nth-child(4n+5) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-child-4n-5-sm:nth-child(4n+5) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-child-4n-5-md:nth-child(4n+5) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-child-4n-5-lg:nth-child(4n+5) {
		clear: left
	}
}

.clear-children-2n-0>:nth-child(2n+0) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-2n-0-xs>:nth-child(2n+0) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-2n-0-sm>:nth-child(2n+0) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-2n-0-md>:nth-child(2n+0) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-2n-0-lg>:nth-child(2n+0) {
		clear: left
	}
}

.clear-children-2n-1>:nth-child(2n+1) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-2n-1-xs>:nth-child(2n+1) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-2n-1-sm>:nth-child(2n+1) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-2n-1-md>:nth-child(2n+1) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-2n-1-lg>:nth-child(2n+1) {
		clear: left
	}
}

.clear-children-2n-2>:nth-child(2n+2) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-2n-2-xs>:nth-child(2n+2) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-2n-2-sm>:nth-child(2n+2) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-2n-2-md>:nth-child(2n+2) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-2n-2-lg>:nth-child(2n+2) {
		clear: left
	}
}

.clear-children-2n-3>:nth-child(2n+3) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-2n-3-xs>:nth-child(2n+3) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-2n-3-sm>:nth-child(2n+3) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-2n-3-md>:nth-child(2n+3) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-2n-3-lg>:nth-child(2n+3) {
		clear: left
	}
}

.clear-children-2n-4>:nth-child(2n+4) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-2n-4-xs>:nth-child(2n+4) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-2n-4-sm>:nth-child(2n+4) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-2n-4-md>:nth-child(2n+4) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-2n-4-lg>:nth-child(2n+4) {
		clear: left
	}
}

.clear-children-2n-5>:nth-child(2n+5) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-2n-5-xs>:nth-child(2n+5) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-2n-5-sm>:nth-child(2n+5) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-2n-5-md>:nth-child(2n+5) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-2n-5-lg>:nth-child(2n+5) {
		clear: left
	}
}

.clear-children-3n-0>:nth-child(3n+0) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-3n-0-xs>:nth-child(3n+0) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-3n-0-sm>:nth-child(3n+0) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-3n-0-md>:nth-child(3n+0) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-3n-0-lg>:nth-child(3n+0) {
		clear: left
	}
}

.clear-children-3n-1>:nth-child(3n+1) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-3n-1-xs>:nth-child(3n+1) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-3n-1-sm>:nth-child(3n+1) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-3n-1-md>:nth-child(3n+1) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-3n-1-lg>:nth-child(3n+1) {
		clear: left
	}
}

.clear-children-3n-2>:nth-child(3n+2) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-3n-2-xs>:nth-child(3n+2) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-3n-2-sm>:nth-child(3n+2) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-3n-2-md>:nth-child(3n+2) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-3n-2-lg>:nth-child(3n+2) {
		clear: left
	}
}

.clear-children-3n-3>:nth-child(3n+3) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-3n-3-xs>:nth-child(3n+3) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-3n-3-sm>:nth-child(3n+3) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-3n-3-md>:nth-child(3n+3) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-3n-3-lg>:nth-child(3n+3) {
		clear: left
	}
}

.clear-children-3n-4>:nth-child(3n+4) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-3n-4-xs>:nth-child(3n+4) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-3n-4-sm>:nth-child(3n+4) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-3n-4-md>:nth-child(3n+4) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-3n-4-lg>:nth-child(3n+4) {
		clear: left
	}
}

.clear-children-3n-5>:nth-child(3n+5) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-3n-5-xs>:nth-child(3n+5) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-3n-5-sm>:nth-child(3n+5) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-3n-5-md>:nth-child(3n+5) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-3n-5-lg>:nth-child(3n+5) {
		clear: left
	}
}

.clear-children-4n-0>:nth-child(4n+0) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-4n-0-xs>:nth-child(4n+0) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-4n-0-sm>:nth-child(4n+0) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-4n-0-md>:nth-child(4n+0) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-4n-0-lg>:nth-child(4n+0) {
		clear: left
	}
}

.clear-children-4n-1>:nth-child(4n+1) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-4n-1-xs>:nth-child(4n+1) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-4n-1-sm>:nth-child(4n+1) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-4n-1-md>:nth-child(4n+1) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-4n-1-lg>:nth-child(4n+1) {
		clear: left
	}
}

.clear-children-4n-2>:nth-child(4n+2) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-4n-2-xs>:nth-child(4n+2) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-4n-2-sm>:nth-child(4n+2) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-4n-2-md>:nth-child(4n+2) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-4n-2-lg>:nth-child(4n+2) {
		clear: left
	}
}

.clear-children-4n-3>:nth-child(4n+3) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-4n-3-xs>:nth-child(4n+3) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-4n-3-sm>:nth-child(4n+3) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-4n-3-md>:nth-child(4n+3) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-4n-3-lg>:nth-child(4n+3) {
		clear: left
	}
}

.clear-children-4n-4>:nth-child(4n+4) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-4n-4-xs>:nth-child(4n+4) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-4n-4-sm>:nth-child(4n+4) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-4n-4-md>:nth-child(4n+4) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-4n-4-lg>:nth-child(4n+4) {
		clear: left
	}
}

.clear-children-4n-5>:nth-child(4n+5) {
	clear: left
}

@media (max-width:767px) {
	.clear-children-4n-5-xs>:nth-child(4n+5) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.clear-children-4n-5-sm>:nth-child(4n+5) {
		clear: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.clear-children-4n-5-md>:nth-child(4n+5) {
		clear: left
	}
}

@media (min-width:1200px) {
	.clear-children-4n-5-lg>:nth-child(4n+5) {
		clear: left
	}
}

.padding-top {
	padding-top: 10px
}

.padding-bottom {
	padding-bottom: 10px
}

@media (max-width:767px) {
	.pull-right-xs {
		float: right
	}

	.pull-left-xs {
		float: left
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.pull-right-sm {
		float: right
	}

	.pull-left-sm {
		float: left
	}
}

@media (min-width:1010px) and (max-width:1199px) {
	.pull-right-md {
		float: right
	}

	.pull-left-md {
		float: left
	}
}

@media (min-width:1200px) {
	.pull-right-lg {
		float: right
	}

	.pull-left-lg {
		float: left
	}
}

h1 {
	margin: 0;
	font-size: 2em;
	font-family: "Lato",serif;
	font-weight: 700
}

h2 {
	margin: 0 0 .5em;
	font-size: 1.66em;
	font-family: "Lato",serif;
	font-weight: 700
}

h2 a {
	text-decoration: none
}

h2 a:hover {
	text-decoration: underline;
	color: inherit
}

h3 {
	margin: 0 0 .5em;
	font-size: 1.125em;
	font-family: "Lato",serif;
	font-weight: 700
}

h4 {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 .5em;
	font-family: "Lato",serif;
	font-weight: 700
}

p {
	margin: 0 0 1em;
	line-height: 1.4em
}

a {
	color: #000;
	text-decoration: underline
}

a:hover,a:focus {
	color: #000;
	text-decoration: none
}

address {
	margin-bottom: 1em;
	font-style: normal
}

.hero {
	margin-top: .5em;
	padding-left: 1em;
	font-size: 1.125em;
	border-left: solid 2px #c0232c
}

.text-primary {
	color: #c0232c
}

.text-primary:hover {
	color: #c0232c
}

.admin-error {
	margin: 10px;
	padding: 10px;
	font-size: 16px;
	background-color: #f00;
	color: #fff
}

.admin-error code {
	padding: 0 5px;
	font-family: monospace;
	background-color: #fff;
	color: #f00
}

.admin-info {
	position: relative;
	margin: 10px;
	padding: 22px 10px 10px;
	border: 2px dashed #c0232c;
	font-size: 16px;
	background-color: #ececec;
	color: #333
}

.admin-info::before {
	content: "ADMIN ONLY";
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	font-variant: small-caps;
	color: #c0232c
}

.advert-placeholder {
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	border: 1px solid #951b22;
	box-sizing: border-box;
	background-color: #c0232c;
	color: #f4e2e2;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase
}

.advert-placeholder-mpu,.advert-placeholder-double-mpu {
	width: 300px;
	height: 250px
}

.advert-placeholder-sticky-skyscraper {
	width: 160px;
	height: 600px
}

.advert-placeholder-guiton-weather {
	width: 320px;
	height: 50px
}

.advert-placeholder-fireplace {
	display: none
}

@media (max-width:767px) {
	.advert-placeholder-default-leaderboard,.advert-placeholder-top-leaderboard {
		width: 320px;
		height: 50px
	}
}

@media (min-width:768px) {
	.advert-placeholder-default-leaderboard,.advert-placeholder-top-leaderboard {
		width: 728px;
		height: 90px
	}
}

@media (min-width:1010px) {
	.advert-placeholder-default-leaderboard,.advert-placeholder-top-leaderboard {
		width: 970px;
		height: 90px
	}
}

.advertising {
	margin-bottom: 1em
}

.advertising-notice {
	font-size: .875em;
	font-style: italic
}

.block {
	margin-bottom: 1em;
	padding: 8px;
	background-color: #fff;
	word-wrap: break-word
}

.block-image {
	position: relative;
	display: block;
	width: 100%;height:100px;
	margin-bottom: 1em
}
.time{display:none;}
.block-image-container {
	padding-right: 0
}

.block-image-bottom-text .block-image-container {
	padding-right: 10px
}

.block-link {
	display: block;
	text-decoration: none
}

.block-link:before,.block-link:after {
	content: " ";
	display: table
}

.block-link:after {
	clear: both
}

.block-link:hover .block-title {
	text-decoration: underline
}

.block-meta {
	font-size: .875em;
	color: #666
}

.block-meta.highlighted-story-meta {
	color: #fff
}

.block-meta-tag:hover {
	text-decoration: underline
}

.block-list-item {
	margin-bottom: 10px
}

.block-list-item .block-meta {
	display: block;
	margin-bottom: 1em
}

.block-list-item:not(:last-child) {
	border-bottom: 1px solid #b6b6b6
}

.block-tag {
	display: inline-block;
	position: absolute;
	bottom: 4px;
	left: 4px;
	padding: 2px 8px;
	background-color: #555;
	color: #fff;
	font-size: .875em
}

.block-colour-news {
	border-left: 2px solid #c0232c
}

.block-colour-sport {
	border-left: 2px solid #65a30b
}

.block-colour-entertainment {
	border-left: 2px solid #9800b9;
	background-color: #2e013b
}

.block-colour-entertainment *,.block-colour-entertainment .block-link:hover {
	color: #fff
}

.block-colour-trusted-voices {
	background-color: #ececec
}

.block.no-image .block-title {
	font-size: 27px
}

@media (max-width:767px) {
	.block-list-item .block-image {
		display: none
	}
}

.button,.sub-form-form>button {
	display: inline-block;
	padding: 12px 16px;
	background-color: #b6b6b6;
	border: none;
	color: #fff;
	text-decoration: none;
	transition: background-color .1s;
	text-align: center;
	cursor: pointer;
	line-height: 1em
}

.button:hover,.sub-form-form>button:hover,.button:focus,.sub-form-form>button:focus {
	background-color: #9d9d9d;
	color: #fff
}

.button-small {
	padding: 6px 16px
}

.button-large {
	padding: 12px 32px
}

.button-full {
	width: 100%;
	box-sizing: border-box
}

.button-primary,.sub-form-form>button:last-child {
	background-color: #c0232c
}

.button-primary:hover,.sub-form-form>button:hover:last-child {
	background-color: #951b22
}

.button-dark {
	background-color: #666
}

.button-dark:hover {
	background-color: #4d4d4d
}

.button-white {
	background-color: #fff;
	color: #c0232c
}

.button-white:hover {
	background-color: #ececec;
	color: #c0232c
}

.button-disabled {
	background-color: #d1d1d1;
	color: #b6b6b6;
	cursor: default
}

.button-disabled:hover,.button-disabled:focus {
	background-color: #d1d1d1;
	color: #b6b6b6
}

.button-entertainment {
	background-color: #9800b9
}

.button-entertainment:hover {
	background-color: #2e013b
}

.button-outline {
	background-color: #fff;
	color: #c0232c;
	border: solid 3px #c0232c;
	box-sizing: border-box
}

.button-outline:hover,.button-outline:focus {
	background-color: #951b22;
	color: #fff
}

.button-icon {
	line-height: 1.5em
}

.button-icon:before,.button-icon:after {
	content: " ";
	display: table
}

.button-icon:after {
	clear: both
}

.button-icon i,.button-icon img,.button-icon svg {
	float: right;
	margin-left: 6px
}

.button-external {
	line-height: 1.5em
}

.button-external:before,.button-external:after {
	content: " ";
	display: table
}

.button-external:after {
	clear: both
}

.button-external::after {
	content: "";
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	margin-left: 6px;
	background-image: url(/pb/resources/img/icons/jep/interface-external-white.svg);
	background-size: 24px 24px
}

.button-photo {
	line-height: 1.5em
}

.button-photo:before,.button-photo:after {
	content: " ";
	display: table
}

.button-photo:after {
	clear: both
}

.button-photo::after {
	content: "";
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	margin-left: 6px;
	background-image: url(/pb/resources/img/icons/jep/interface-external-white.svg);
	background-size: 24px 24px
}

.button-submit {
	width: 100%
}

.button-upload-photo {
	line-height: 1.5em
}

.button-upload-photo:before,.button-upload-photo:after {
	content: " ";
	display: table
}

.button-upload-photo:after {
	clear: both
}

.button-upload-photo::after {
	content: "";
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	margin-left: 6px;
	background-image: url(/pb/resources/img/icons/jep/interface-upload-photo.svg);
	background-size: 24px 24px
}

.detailed-entertainment-card {
	margin-bottom: 1em;
	background-color: #353535
}

.detailed-entertainment-card-link {
	display: block;
	text-decoration: none
}

.detailed-entertainment-card-link:before,.detailed-entertainment-card-link:after {
	content: " ";
	display: table
}

.detailed-entertainment-card-link:after {
	clear: both
}

.detailed-entertainment-card-link:hover .detailed-entertainment-card-headline {
	text-decoration: underline
}

.detailed-entertainment-card-image {
	position: relative;
	padding: 10px
}

.detailed-entertainment-card-image img {
	display: block;
	width: 100%
}

.detailed-entertainment-card-image-tag {
	display: inline-block;
	position: absolute;
	bottom: 14px;
	left: 14px;
	padding: 2px 8px;
	background-color: #9800b9;
	color: #fff;
	font-size: .875em
}

.detailed-entertainment-card-tag {
	display: inline-block;
	padding: 2px 8px;
	margin: 16px 8px;
	margin-bottom: 0;
	background-color: #9800b9;
	color: #fff;
	font-size: .875em
}

.detailed-entertainment-card-info {
	padding: 8px;
	background-color: #666;
	color: #fff;
	font-size: .875em
}

.detailed-entertainment-card-info:before,.detailed-entertainment-card-info:after {
	content: " ";
	display: table
}

.detailed-entertainment-card-info:after {
	clear: both
}

.detailed-entertainment-card-info strong {
	display: block
}

.detailed-entertainment-card-header {
	padding: 16px 8px;
	color: #fff
}

.detailed-entertainment-card-medium:before,.detailed-entertainment-card-medium:after {
	content: " ";
	display: table
}

.detailed-entertainment-card-medium:after {
	clear: both
}

.detailed-entertainment-card-medium .detailed-entertainment-card-header-container {
	padding-left: 0
}

.detailed-entertainment-card-medium.no-image .detailed-entertainment-card-header-container {
	padding-left: 10px
}

.detailed-entertainment-card-medium.no-image .detailed-entertainment-card-headline {
	font-size: 27px
}

.detailed-entertainment-card-medium .detailed-entertainment-card-headline {
	margin-bottom: 0;
	font-size: .875em;
	font-weight: bold
}

.detailed-entertainment-card-medium .detailed-entertainment-card-info {
	clear: both;
	padding: 16px
}

.detailed-entertainment-card-large .detailed-entertainment-card-headline {
	margin-bottom: .5em;
	font-size: 1.125em
}

.detailed-entertainment-card-large.no-image .detailed-entertainment-card-headline {
	font-size: 27px;
	line-height: 1.1em;
	margin-bottom: 0
}

.detailed-entertainment-card-coloured {
	background-color: #2e013b
}

.detailed-entertainment-card-coloured .detailed-entertainment-card-info {
	background-color: #eee2f2;
	color: #000
}

.figure {
	margin: 0 0 1em;
	border: none;
	clear: left
}

.figure-image {
	display: block;
	width: 100%
}

.figure-caption {
	font-size: .875em;
	color: #666;
	line-height: 2em
}

@media (min-width:1010px) {
	.figure {
		margin-left: calc(-8.33333% + -40px)
	}
}

.flash-message {
	margin-bottom: 10px;
	background: #f4e2e2;
	padding: 14px 40px 14px 12px;
	width: 100%;
	position: relative;
	overflow: visible
}

.flash-message-container {
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 10px
}

.flash-message-text {
	display: table-cell;
	vertical-align: middle;
	margin: 0 10px 0 0;
	font-size: .875em
}

.flash-message-close {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 12px;
	font-size: .75em
}

input[type="text"],input[type="email"],input[type="search"],input[type="password"],input[type="date"],textarea,select {
	width: 100%;
	margin: 4px 0;
	padding: 8px 10px;
	background-color: #fff;
	border: solid 1px #d1d1d1;
	border-radius: 0;
	box-sizing: border-box;
	transition: border .2s;
	color: #000
}

input[type="text"]:focus,input[type="email"]:focus,input[type="search"]:focus,input[type="password"]:focus,input[type="date"]:focus,textarea:focus,select:focus {
	outline: 0;
	border-color: #000
}

input[type="text"]:disabled,input[type="email"]:disabled,input[type="search"]:disabled,input[type="password"]:disabled,input[type="date"]:disabled,textarea:disabled,select:disabled {
	background-color: #ececec;
	color: #666
}

input[type="text"]::-ms-expand,input[type="email"]::-ms-expand,input[type="search"]::-ms-expand,input[type="password"]::-ms-expand,input[type="date"]::-ms-expand,textarea::-ms-expand,select::-ms-expand {
	display: none
}

input[type="text"].with-error,input[type="email"].with-error,input[type="search"].with-error,input[type="password"].with-error,input[type="date"].with-error,textarea.with-error,select.with-error {
	border-color: #000
}

input[type="date"] {
	height: 42px;
	padding-right: 30px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000;
	box-sizing: border-box;
	background-image: url(/pb/resources/img/icons/jep/interface-calendar.svg);
	background-position: right 10px top 50%;
	background-size: 19px 16px;
	background-repeat: no-repeat
}

input[type="date"]:-webkit-clear-button {
	display: none;
	-webkit-appearance: none
}

textarea {
	resize: vertical
}

input[type="checkbox"],input[type="radio"] {
	margin-right: 10px
}

select {
	padding-right: 30px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(/pb/resources/img/icons/jep/interface-dropdown.svg);
	background-position: right 10px top 50%;
	background-repeat: no-repeat;
	background-size: 12px 7px
}

label {
	display: block;
	margin-bottom: .5em
}

sup {
	color: #c0232c
}

fieldset {
	margin: 0;
	padding: 0;
	border: none
}

.field {
	margin-bottom: 20px
}

.field.error input[type="text"],.field.error input[type="email"],.field.error input[type="password"],.field.error input[type="date"],.field.error textarea,.field.error select {
	border-color: #c0232c
}

.btn-toggle input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.btn-toggle input[type="checkbox"]:checked span {
	background-color: #c0232c
}

.btn-toggle input[type="checkbox"]:checked span::before {
	left: 34px
}

.btn-toggle span {
	display: block;
	position: relative;
	width: 60px;
	height: 32px;
	border-radius: 20px;
	background-color: #d1d1d1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: .2s
}

.btn-toggle span::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	left: 6px;
	top: 6px;
	background-color: #fff;
	transition: .2s
}

.icon-sport {
	display: inline-block;
	width: 20px;
	height: 16px;
	margin-bottom: -3px;
	background-image: url(/pb/resources/img/sprite-sport@2x.png);
	background-size: 115px 17px;
	background-position: 0 0;
	background-repeat: no-repeat
}

.icon-sport-red {
	background-position: -30px 0
}

.icon-sport-yellow {
	background-position: -63px 0
}

.icon-sport-sub {
	background-position: -94px 0
}

.image {
	display: block;
	margin-bottom: 1em;
	background-color: #ececec;
	text-decoration: none
}

.image:hover {
	background-color: #d1d1d1
}

.image-container {
	font-size: 0
}

.image-asset {
	display: block;
	width: 100%
}

.image-content {
	padding: 8px
}

.image-content-paragraph {
	margin: 0;
	font-size: .875em
}

.image-right-text .col-xs-6:first-child {
	padding-right: 0
}

.image-right-text .col-xs-6:last-child {
	padding-left: 0
}

.image-colour-entertainment {
	background-color: #2e013b
}

.image-colour-entertainment:hover {
	background-color: #9800b9
}

.image-colour-entertainment .image-content {
	color: #fff
}

.image.no-image .image-content-paragraph {
	font-size: 27px
}

.image-gallery-slider {
	position: relative;
	margin-left: 2000px
}

.image-gallery-slider.initialized {
	margin: auto
}

.image-gallery-slider-slide-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.image-gallery-slider-slide-image img {
	display: block;
	width: auto;
	max-height: 500px;
	margin: 0 auto
}

@media (max-height:600px) {
	.image-gallery-slider-slide-image img {
		max-height: 400px
	}
}

@media (max-height:500px) {
	.image-gallery-slider-slide-image img {
		max-height: 300px
	}
}

@media (max-height:300px) {
	.image-gallery-slider-slide-image img {
		max-height: 250px
	}
}

.image-gallery-slider-slide-caption {
	padding: 8px;
	color: #fff;
	background-color: #b6b6b6
}

.image-gallery-slider-slide-caption p {
	margin: 0
}

.image-gallery-slider .tiny-controls button[data-controls="prev"],.image-gallery-slider .tiny-controls button[data-controls="next"] {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -40px;
	width: 30px;
	height: 40px;
	z-index: 5;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url(/pb/resources/img/icons/jep/sprite@2x.png);
	background-position: -106px -188px;
	background-size: 180px 388px;
	background-repeat: no-repeat;
	background-color: transparent
}

.image-gallery-slider .tiny-controls button[data-controls="prev"]:focus,.image-gallery-slider .tiny-controls button[data-controls="next"]:focus {
	outline: 0
}

.image-gallery-slider .tiny-controls button[data-controls="next"] {
	left: auto;
	right: 10px;
	background-position: -153px -188px
}

.in-story-related-stories {
	padding-left: 0
}

.list,.link-list-default .link-list-links {
	list-style: none
}

.list li,.link-list-default .link-list-links li {
	position: relative
}

.list li::before,.link-list-default .link-list-links li::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	left: -20px;
	top: .5em;
	background-color: #b6b6b6
}

.list-numbered {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
	counter-reset: num-count
}

.list-numbered a {
	display: block;
	text-decoration: none
}

.list-numbered a:hover h4 {
	text-decoration: underline
}

.list-numbered-item {
	position: relative;
	padding: 10px 10px 10px 0px;
	counter-increment: num-count
}

.list-numbered-item:not(:last-child) {
	border-bottom: solid 1px #d1d1d1
}



.local-businesses-item-list-title {
	margin-bottom: 10px
}

.local-businesses-item-list-item {
	margin-bottom: 10px
}

.login-flow-promo {
	margin-bottom: 1em;
	padding: 8px 0;
	background-color: #ececec
}

.login-flow-promo:before,.login-flow-promo:after {
	content: " ";
	display: table
}

.login-flow-promo:after {
	clear: both
}

.login-flow-promo.call-to-action {
	background-color: #f4e2e2
}

.login-flow-promo.is-admin {
	display: block
}

.login-flow-promo.is-admin .login-flow-promo-form-email-input {
	display: block
}

.login-flow-promo-text {
	display: table-cell;
	vertical-align: middle;
	margin: 0 10px 0 0;
	font-size: .875em
}

.login-flow-promo-form {
	-ms-flex: 1;
	flex: 1;
	position: relative;
	padding-right: 100px;
	min-height: 48px
}

.login-flow-promo-form-email-input {
	padding-right: 16px
}

.login-flow-promo-form-submit-button {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%)
}

@media (min-width:768px) {
	.login-flow-promo-text {
		height: 48px
	}
}

.pagination {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	list-style: none
}

.pagination:before,.pagination:after {
	content: " ";
	display: table
}

.pagination:after {
	clear: both
}

.pagination-item {
	float: left;
	padding: 6px
}

.pagination-item-prev,.pagination-item-next {
	display: block;
	min-width: 26px;
	padding: 4px;
	text-align: center
}

.pagination-item-prev::before {
	content: "";
	display: inline-block;
	margin-right: 6px;
	margin-bottom: -3px;
	width: 9px;
	height: 14px;
	transform: rotate(180deg);
	background-image: url(/pb/resources/img/icons/jep/interface-arrow.svg);
	background-size: 9px 14px
}

.pagination-item-next::after {
	content: "";
	display: inline-block;
	margin-bottom: -3px;
	margin-left: 6px;
	width: 9px;
	height: 14px;
	background-image: url(/pb/resources/img/icons/jep/interface-arrow.svg);
	background-size: 9px 14px
}

.quote {
	position: relative;
	min-height: 120px;
	margin: 0 0 1em;
	padding: 1em 1em 1em 140px;
	background-color: #fff;
	box-sizing: border-box
}

.quote::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 100%;
	background-color: #d1d1d1
}

.quote::after {
	content: "";
	display: block;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-image: url(/pb/resources/img/icons/jep/sprite@2x.png);
	background-position: -228px -270px;
	background-repeat: no-repeat
}

.quote-text {
	font-style: italic;
	line-height: 1.75em
}

.quote-colour-entertainment {
	background-color: #2e013b;
	color: #fff
}

.quote-colour-entertainment::before {
	background-color: #9800b9
}

.quote-colour-news {
	background-color: #ececec
}

.quote-colour-news::before {
	background-color: #c0232c
}

.responsive-embed {
	margin: 0 0 1em
}

.responsive-embed * {
	max-width: 100%;
	margin: 0 auto
}

.responsive-video {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.section {
	padding: 10px 0
}

.section:before,.section:after {
	content: " ";
	display: table
}

.section:after {
	clear: both
}

.slider {
	width: 100%;
	position: relative;
	margin-bottom: 1em;
	padding: 0;
	list-style-type: none;
	overflow: hidden
}

.slider:before,.slider:after {
	content: " ";
	display: table
}

.slider:after {
	clear: both
}

.slider .slide:before,.slider .slide:after {
	content: " ";
	display: table
}

.slider .slide:after {
	clear: both
}

.tiny-slider {
	width: 100%
}

.news-slider .slide {
	height: auto
}

.news-slider .block {
	margin-bottom: 0
}

.news-slider-nav {
	float: right
}

.news-slider-next,.news-slider-prev {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url(/pb/resources/img/icons/jep/sprite@2x.png);
	background-color: #c0232c;
	background-repeat: no-repeat;
	background-position: 14px -23px
}

.news-slider-next:hover,.news-slider-prev:hover {
	background-color: #951b22
}

.news-slider-next:focus,.news-slider-prev:focus {
	outline: 0
}

.news-slider-next {
	background-position: -24px -23px
}

.tab {
	margin-bottom: 1em
}

.tab .tab-nav-tab {
	display: inline-block;
	padding: 10px;
	background-color: #fff;
	text-decoration: none;
	cursor: pointer
}

.tab .tab-nav-tab:not(.tab-nav-tab-is-active):hover {
	background-color: #b6b6b6
}

.tab .tab-nav-tab-is-active {
	background-color: #ececec
}

.tab .tab-content {
	padding: 10px;
	background-color: #ececec
}

.tab .tab-content-row {
	padding-bottom: 1em
}

@media (min-width:768px) {
	.tab-nav-tab {
		font-size: .875em
	}
}

@media (min-width:1010px) {
	.tab-nav-tab {
		font-size: 1em
	}
}

.tab-entertainment.is-loading .tab-content {
	display: none
}

.tab-entertainment .tab-nav:before,.tab-entertainment .tab-nav:after {
	content: " ";
	display: table
}

.tab-entertainment .tab-nav:after {
	clear: both
}

.tab-entertainment .tab-nav-tab {
	float: left;
	background-color: #9800b9;
	color: #fff
}

.tab-entertainment .tab-nav-tab:not(.tab-nav-tab-is-active):hover {
	background-color: #6e0086
}

.tab-entertainment .tab-nav-tab-is-active {
	background-color: #2e013b
}

.tab-entertainment .tab-content {
	background-color: #2e013b;
	color: #fff;
	min-height: 70px
}

.tab-entertainment .tab-content-meta {
	opacity: .6
}

.tab-entertainment .tab-content-row {
	padding-bottom: 1em
}

.tab-entertainment .tab-content-row:before,.tab-entertainment .tab-content-row:after {
	content: " ";
	display: table
}

.tab-entertainment .tab-content-row:after {
	clear: both
}

.tab-entertainment .tab-content-row:not(:last-child) {
	margin-bottom: 1em;
	border-bottom: solid 1px #4d0263
}

.tab-entertainment .block-link {
	color: #fff
}

.table {
	width: 100%;
	margin-bottom: 1em
}

.table-head {
	background-color: #ececec
}

.table-head svg {
	float: left;
	margin-right: 6px
}

.table tr,.table-row {
	border-bottom: 1px solid #b6b6b6
}

.table td,.table-column {
	padding: 8px 4px
}

.tag {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 8px;
	background-color: #000;
	text-decoration: none;
	color: #fff
}

.tag:hover {
	background-color: #666;
	color: #fff
}

.live-tag {
	display: inline-block;
	padding: 1px 4px;
	margin-right: 10px;
	background-color: #c0232c;
	color: #fff;
	font-size: .875em
}

.live-tag::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 6px 3px 0;
	border-radius: 50%;
	background-color: #fff
}

.dfp-fireplace-piece {
	display: block;
	width: 100%
}

.dfp-fireplace-piece-image {
	display: block;
	width: 100%
}

.dfp-fireplace-piece-left,.dfp-fireplace-piece-right {
	position: fixed;
	top: 0;
	width: 330px;
	height: 100vh;
	max-height: 1400px
}

@media (max-width:767px) {
	.dfp-fireplace {
		display: none
	}

	.dfp-fireplace-piece {
		display: none
	}
}

@media (min-width:768px) {
	.dfp-fireplace-piece-left {
		display: none
	}

	.dfp-fireplace-piece-right {
		left: 748px
	}

	.with-fireplace>.container {
		margin-left: -10px
	}
}

@media (min-width:768px) and (max-width:817px) {
	.dfp-fireplace-piece-right {
		left: 628px
	}

	.with-fireplace>.container {
		transform: scale(0.84375);
		transform-origin: top left
	}
}

@media (min-width:818px) and (max-width:868px) {
	.dfp-fireplace-piece-right {
		left: 676px
	}

	.with-fireplace>.container {
		transform: scale(0.90625);
		transform-origin: top left
	}
}

@media (min-width:1010px) {
	.dfp-fireplace-piece-right {
		left: 990px
	}
}

@media (min-width:1010px) and (max-width:1110px) {
	.dfp-fireplace-piece-right {
		left: 890px
	}

	.with-fireplace>.container {
		transform: scale(0.9);
		transform-origin: top left
	}
}

@media (min-width:1200px) {
	.dfp-fireplace-piece-left,.dfp-fireplace-piece-right {
		left: 50%
	}

	.dfp-fireplace-piece-left {
		display: block;
		margin-left: -842px
	}

	.dfp-fireplace-piece-right {
		margin-left: 512px
	}

	.with-fireplace>.container {
		margin-left: auto
	}
}

@media (min-width:1200px) and (max-width:1263px) {
	.dfp-fireplace-piece-left {
		margin-left: -802px
	}

	.dfp-fireplace-piece-right {
		margin-left: 472px
	}

	.with-fireplace>.container {
		transform: scale(0.92146);
		transform-origin: top center
	}
}

@media (max-width:767px) {
	.advert-leaderboard {
		width: 320px;
		height: 50px
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.advert-leaderboard {
		width: 728px;
		height: 90px
	}
}

@media (min-width:1010px) {
	.advert-leaderboard {
		width: 970px;
		min-height: 90px
	}
}

.advert-top-leaderboard {
	margin: 0 auto
}

.advert-top-leaderboard>div {
	text-align: center
}

.advert-placeholder-top-leaderboard {
	margin: 0 auto
}

@media (max-width:767px) {
	.advert-top-leaderboard {
		position: fixed;
		z-index: 100;
		bottom: 0;
		left: 50%;
		margin-left: -160px;
		transform: translateZ(1px)
	}
}

@media (min-width:768px) {
	.advert-top-leaderboard.fixed {
		position: fixed;
		z-index: 100;
		top: 0;
		left: 50%;
		transform: translateX(-50%)
	}
}

.advert-mpu {
	width: 300px;
	height: 250px
}

.sticky-skyscraper {
	display: none
}

@media (min-width:918px) and (max-width:1009px),(min-width:1160px) and (max-width:1199px),(min-width:1200px) {
	.sticky-skyscraper {
		display: block;
		position: fixed;
		top: 50%;
		left: 50%;
		width: 160px;
		height: 600px;
		margin-top: -300px
	}
}

@media (min-width:768px) {
	.sticky-skyscraper {
		margin-left: 374px
	}
}

@media (min-width:1010px) {
	.sticky-skyscraper {
		margin-left: 495px
	}
}

@media (min-width:1200px) {
	.sticky-skyscraper {
		margin-left: 512px
	}
}

@media (max-height:599px) {
	.sticky-skyscraper {
		display: none
	}
}

.pb-f-advert-dfp-sticky-skyscraper {
	width: 0;
	height: 0
}

.advert-double-mpu {
	width: 300px;
	min-height: 250px
}

.double-mpu-fallback {
	margin-top: 1em;
	display: none
}

.is-admin .double-mpu-fallback {
	display: block
}

.taboola-advert-unrelated-stories {
	margin-bottom: 1em;
	padding: 10px 10px;
	background-color: #006b95
}

.taboola-advert-unrelated-stories .syndicatedItem {
	padding: 8px !important;
	background-color: #fff !important
}

.taboola-advert-unrelated-stories .trc_rbox_header {
	color: #fff !important
}

.taboola-advert-unrelated-stories .logoDiv a span {
	color: #fff !important
}

.taboola-advert-related-stories {
	background-color: #ececec
}

.taboola-advert-default-styling {
	margin-bottom: 1em;
	padding: 10px 10px
}

@media (max-width:1009px) {
	.author-intro-image {
		padding-bottom: 10px
	}
}

.most-read {
	background: #ececec;
	padding: 10px
}

.site-archive-single-date {
	background: #fff;
	padding: 20px;
	margin-bottom: 10px
}

.site-archive-single-date-stories {
	padding-top: 10px
}

.site-archive-single-date-stories:before,.site-archive-single-date-stories:after {
	content: " ";
	display: table
}

.site-archive-single-date-stories:after {
	clear: both
}

@media (max-width:767px) {
	.site-archive-single-date-stories .block-title.side-by-side-extra-small {
		font-size: 1em;
		line-height: 1.2em;
		margin: 0 0 .5em
	}
}

.story-slider-header:before,.story-slider-header:after {
	content: " ";
	display: table
}

.story-slider-header:after {
	clear: both
}

.story-slider-style-default {
	margin: 0 -10px
}

.story-slider-style-trending-topics {
	background-color: #4d687f;
	margin-bottom: 1em;
	padding: 10px 0
}

.story-slider-style-trending-topics .story-slider-header h3,.story-slider-style-trending-topics .story-slider-header span {
	color: #fff
}

.full>.story-slider-style-trending-topics {
	margin-bottom: 10px
}

.full:first-child>.story-slider-style-trending-topics {
	margin-top: -10px
}

.full:last-child>.story-slider-style-trending-topics {
	margin-bottom: -10px
}

.search-results {
	margin: 0;
	padding: 0;
	margin-top: -10px
}

.search-results-title-container {
	background-color: #f4e2e2;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px
}

.search-results-page-title {
	color: #951b22;
	padding-left: 20px
}

.search-results-form {
	display: block;
	border-bottom: 1px solid #ccc;
	height: 62px
}

.search-results-form-label {
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 20px;
	color: #666
}

.search-results-form-control {
	border: none !important
}

.search-results-suggest {
	display: block;
	margin-right: 0;
	margin: 0 2em
}

.search-results-suggest-heading {
	text-align: center;
	color: #666
}

.search-results-suggest-col {
	margin: 0
}

.search-results-suggest-link {
	color: #353535;
	text-decoration: none;
	padding: 5px 15px
}

.search-results-suggest-inner-col {
	margin-top: -20px;
	padding: 20px;
	background: #f2f2f2;
	transition: .3s
}

.search-results-suggest-inner-col-title {
	margin: 0
}

.search-results-suggest-inner-col-description {
	padding-top: 5px
}

.search-results-suggest-inner-col:hover {
	margin-top: -23px;
	margin-bottom: 3px;
	transition: .3s;
	background: #f7f7f7
}

.search-results-suggest-button {
	background-color: #a1abba;
	color: #fff
}

.search-results-suggest-button:hover {
	background: #b1bccc
}

.search-results-stats-container {
	padding-left: 0
}

.search-results-stats-container-col {
	padding: 0
}

.search-results-stats-container-number {
	padding-left: 60px;
	padding-top: 2em;
	color: #666;
	text-align: left
}

.search-results-story-container {
	display: block
}

.search-results-story-container-main-link {
	display: block;
	text-decoration: none
}

.search-results-story-container-card {
	margin: 0 2em;
	position: relative;
	display: block;
	background-color: #fff;
	height: 100%;
	border-bottom: 2px solid #ececec;
	transition: .5s;
	padding: 10px
}

.search-results-story-container-card:hover {
	background: #f7f7f7;
	transition: .5s
}

.search-results-story-container-card:hover .anchor {
	color: #951b22;
	transition: .5s
}

.search-results-story-container-block {
	padding: 7px 0;
	margin: 0
}

.search-results-story-container-block-a {
	display: inline-block !important;
	text-decoration: none
}

.search-results-story-container-category-name {
	margin: 0;
	padding-top: 5px;
	list-style-type: none;
	padding: 2px 10px
}

.search-results-story-container-category-name.child-site-path {
	background-color: #ececec;
	color: #666
}

.search-results-story-container-category-name.second-child-site-path {
	background-color: #ececec;
	color: #666
}

.search-results-story-container-anchor {
	text-decoration: none;
	transition: .1s
}

.search-results-story-container-publish-date {
	color: #666
}

.search-results-pagination-container {
	margin-top: 10px
}

.search-results-pagination {
	padding-top: 20px;
	padding-right: 30px
}

.search-results-pagination-link {
	text-decoration: none
}

.search-results-pagination-next {
	position: relative;
	float: right;
	background: #c0232c;
	font-family: "Lato",serif;
	border: none;
	outline: none;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	margin-right: 1em
}

.search-results-pagination-btn-text {
	color: #fff
}

.search-results-no-result-container {
	padding: 50px
}

@media screen and (max-width:767px) {
	.search-results-form {
		height: 110px
	}

	.search-results-form-label {
		padding: 10px;
		margin: 0
	}

	.search-results-form-input-container {
		padding: 0;
		margin-top: -20px
	}

	.search-results-stats-container {
		padding: 0
	}

	.search-results-stats-container-col {
		padding: 0
	}

	.search-results-story-container-card {
		margin: 0
	}

	.search-results-suggest {
		margin: 0
	}

	.search-results-suggest-heading {
		padding-top: 30px
	}

	.search-results-pagination-container {
		padding-left: 30px
	}
}

.shipping-forecasts-today,.shipping-forecasts-tomorrow {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 20px
}

.shipping-forecasts-today-heading,.shipping-forecasts-tomorrow-heading {
	text-decoration: underline
}

.shipping-forecasts-today-info,.shipping-forecasts-tomorrow-info {
	margin-bottom: 10px
}

.guiton-weather-block {
	margin-bottom: 1em
}

.guiton-weather-block-header {
	padding: 10px;
	background-color: #c0232c;
	color: #fff
}

.guiton-weather-block-header-text {
	margin: 0
}

.guiton-weather-block-content {
	background-color: #fff;
	margin-bottom: 1em;
	padding: 0 10px
}

.guiton-weather-block-content-day {
	border-bottom: 1px solid #d1d1d1;
	float: left;
	padding: 10px 0;
	position: relative;
	width: 100%
}

.guiton-weather-block-content-day:first-child .guiton-weather-block-content-day-info-name {
	font-weight: 700
}

.guiton-weather-block-content-day:first-child .guiton-weather-block-content-day-info-icon {
	width: 75%
}

.guiton-weather-block-content-day:first-child .guiton-weather-block-content-day-temperature-value {
	font-size: 36px;
	font-weight: 700;
	margin: 0
}

.guiton-weather-block-content-day:first-child .guiton-weather-block-content-day-temperature-value.high {
	color: #b36363
}

.guiton-weather-block-content-day:first-child .guiton-weather-block-content-day-temperature-value.low {
	color: #6c6cbb
}

.guiton-weather-block-content-day-info {
	text-align: center;
	padding: 0
}

.guiton-weather-block-content-day-info-name {
	padding: 0;
	margin-bottom: 5px
}

.guiton-weather-block-content-day-info-icon {
	width: 40%
}

.guiton-weather-block-content-day-temperature {
	text-align: center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.guiton-weather-block-content-day-temperature-value {
	font-size: 20px;
	margin: 0
}

.guiton-weather-block-content-day-temperature-value.high {
	color: #b36363
}

.guiton-weather-block-content-day-temperature-value.low {
	color: #6c6cbb
}

.guiton-weather-block .weather-button {
	margin-bottom: 15px;
	float: right
}

.guiton-weather-block .advert-guiton-weather {
	width: 320px;
	height: 50px;
	margin: 0 auto
}

.guiton-weather-block .advert-placeholder-guiton-weather {
	margin: 0 auto
}

.guiton-weather-hub {
	background-color: #fff;
	margin-bottom: 25px
}

.guiton-weather-hub-week {
	overflow: hidden;
	background-color: #ececec
}

.guiton-weather-hub-week-button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: .3s;
	width: 15%
}

.guiton-weather-hub-week-button-icon {
	margin-bottom: 20px;
	height: 50px
}

.guiton-weather-hub-week-button-icon-img {
	width: 65%
}

.guiton-weather-hub-week-button.active {
	background-color: #fff
}

.guiton-weather-hub-week-button.active p {
	font-weight: 700
}

.guiton-weather-hub-week-button:hover {
	background-color: #fff
}

@media (max-width:767px) {
	.guiton-weather-hub-week-button {
		display: none
	}
}

.guiton-weather-hub-day-preview {
	background-color: #fff;
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	display: table;
	position: relative;
	float: none;
	padding: 10px 20px
}

@media (min-width:767px) {
	.guiton-weather-hub-day-preview {
		display: none
	}
}

.guiton-weather-hub-day-preview-day-name {
	display: table-cell;
	float: none;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	font-size: 1.5em
}

@media (max-width:767px) {
	.guiton-weather-hub-day-preview-day-name {
		font-size: 1em
	}
}

.guiton-weather-hub-day-preview-icon {
	display: table-cell;
	float: none;
	padding: 0;
	text-align: center;
	vertical-align: middle
}

.guiton-weather-hub-day-preview-icon-img {
	height: 35px
}

.guiton-weather-hub-day-preview-data {
	display: table-cell;
	float: none;
	padding: 0;
	vertical-align: middle;
	text-align: center
}

.guiton-weather-hub-day-preview-data-temperature {
	font-size: 21px
}

.guiton-weather-hub-day-preview-data-dropdown {
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px
}

.guiton-weather-hub-day:nth-child(7) .guiton-weather-hub-day-preview {
	border-bottom: 1px solid #ececec
}

@media (min-width:480px) {
	.guiton-weather-hub-day-content {
		display: none
	}

	.guiton-weather-hub-day-content.active {
		display: block
	}
}

@media (max-width:767px) {
	.guiton-weather-hub-day-content {
		display: block;
		max-height: 0;
		padding-right: 0;
		overflow: hidden;
		transition: max-height .3s ease
	}

	.guiton-weather-hub-day-content.open {
		display: block;
		max-height: 1000px
	}
}

.guiton-weather-hub-day-content-forecast {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px
}

.guiton-weather-hub-day-content-data {
	padding: 20px 10px 10px;
	display: inline-block
}

@media (max-width:767px) {
	.guiton-weather-hub-day-content-data {
		background: #ececec;
		text-align: center
	}
}

.guiton-weather-hub-day-content-data-label {
	font-size: .75em;
	color: #888;
	margin: 0;
	text-transform: uppercase
}

.guiton-weather-hub-day-content-data-value {
	font-size: 1.8em;
	line-height: 1.25em;
	margin-bottom: 10px
}

.guiton-weather-hub-day-content-data-value.high {
	color: #b36363;
	font-weight: 700
}

.guiton-weather-hub-day-content-data-value.low {
	color: #6c6cbb;
	font-weight: 700
}

.guiton-weather-hub-day-content-tides {
	color: #000;
	padding: 10px 20px 20px
}

.guiton-weather-hub-day-content-tides-table {
	float: none;
	width: 100%
}

.guiton-weather-hub-day-content-tides-time {
	font-weight: bold
}

.guiton-weather-hub-day-content-tides-high-low {
	text-transform: capitalize
}

.guiton-weather-hub-day-content-tides td {
	padding: 0
}

.guiton-weather-hub-last-updated {
	color: #666;
	display: block;
	padding: 20px
}

.event-masthead {
	position: relative;
	padding: 16px;
	margin-bottom: 1em;
	background-color: #2e013b
}

.event-masthead-title {
	color: #fff
}

.event-masthead-detail {
	position: relative;
	min-height: 40px;
	padding-left: 40px;
	vertical-align: middle;
	color: #fff
}

.event-masthead-detail-icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%)
}

.event-masthead-detail-text {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%)
}

.full:first-child>.event-masthead {
	margin-top: -11px
}

.events-search {
	margin-bottom: 1em
}

@media (max-width:767px) {
	.events-search-form .button,.events-search-form .sub-form-form>button {
		width: 100%
	}
}

.events-search-form-bar {
	padding: 10px;
	background-color: #2e013b
}

.events-search-form-bar:before,.events-search-form-bar:after {
	content: " ";
	display: table
}

.events-search-form-bar:after {
	clear: both
}

.events-search-form-bar input,.events-search-form-bar select {
	margin: 4px 0
}

.events-search-form-bar .button,.events-search-form-bar .sub-form-form>button {
	margin: 4px 0
}

.events-search-form-bar-add-events {
	color: #d1d1d1;
	font-size: .8em;
	font-style: italic;
	float: right;
	text-align: right
}

@media (max-width:1009px) {
	.events-search-form-bar-add-events {
		padding: 0;
		text-align: left
	}
}

.events-search-form-bar-add-events:hover {
	color: #d1d1d1;
	text-decoration: none
}

.events-search-form-full {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-image: url(/pb/resources/img/entertainment-header.jpg/?t=1);
	height: 380px
}

@media (min-width:1010px) {
	.events-search-form-full-bar {
		padding: 16px
	}
}

@media (max-width:1199px) {
	.events-search-form-full {
		height: 320px
	}
}

.events-search-form-full .entertainment-search-form-content {
	padding: 20px;
	width: 90%;
	position: absolute;
	bottom: 0;
	left: 5%;
	background-color: rgba(0,0,0,0.8)
}

.events-search-form-full .entertainment-search-form-content-date {
	height: 40px
}

.events-search-results {
	background-color: #fff;
	display: none;
	padding: 10px
}

.events-search-results-controls {
	display: none;
	text-align: right
}

.events-search-results-controls-prev,.events-search-results-controls-next {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url(/pb/resources/img/icons/jep/sprite@2x.png);
	background-color: #c0232c;
	background-repeat: no-repeat;
	background-position: 14px -23px
}

.events-search-results-controls-prev.disabled,.events-search-results-controls-next.disabled {
	background-color: #d1d1d1
}

.events-search-results-controls-next {
	background-position: -24px -23px
}

.full:first-child>.entertainment-search-form {
	margin-top: -11px
}

.single-event {
	margin-bottom: 1em
}

.single-event-map {
	position: relative;
	height: 0;
	padding-bottom: 75%;
	margin-bottom: 1em
}

.single-event-map iframe {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none
}

.single-event-image {
	display: block;
	width: 100%
}

.single-event-add-events {
	display: block;
	font-size: .8em;
	font-style: italic;
	text-align: right
}

.single-event-add-events:hover {
	text-decoration: none
}

.single-event .tab-content {
	position: relative;
	margin-top: -3px;
	padding: 10px;
	background-color: #fff;
	color: #000;
	border: 3px solid #2e013b;
	box-sizing: border-box;
	text-decoration: none;
	z-index: 2
}

.single-event .tab-nav:before,.single-event .tab-nav:after {
	content: " ";
	display: table
}

.single-event .tab-nav:after {
	clear: both
}

.single-event .tab-nav .tab-nav-tab {
	position: relative;
	float: left;
	width: 50%;
	padding: 10px;
	background-color: #2e013b;
	color: #fff;
	border: 3px solid #fff;
	box-sizing: border-box;
	text-decoration: none
}

.single-event .tab-nav .tab-nav-tab:not(.tab-nav-tab-is-active):hover {
	background-color: #9800b9
}

.single-event .tab-nav .tab-nav-tab.tab-nav-tab-is-active {
	position: relative;
	padding-top: 13px;
	background-color: #fff;
	color: #000;
	border-color: #2e013b;
	border-bottom: none;
	z-index: 3
}

.single-event .table-body .table-row {
	padding-left: 32px
}

.business-webcard-telephone-link {
	position: relative;
	display: block;
	padding: 5px
}

.business-webcard-telephone-link::after {
	content: "Reveal Number";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	text-align: center;
	background-color: #ececec
}

.business-webcard-telephone-link:hover::after {
	background-color: #d1d1d1
}

.business-webcard-telephone-link.revealed::after {
	display: none
}

.webcard-previews {
	background-color: #ececec
}

.webcard-previews-header {
	padding: 10px;
	color: #fff;
	background-color: #4d687f
}

.webcard-previews-header:before,.webcard-previews-header:after {
	content: " ";
	display: table
}

.webcard-previews-header:after {
	clear: both
}

.webcard-previews-title {
	margin: 0;
	font-size: 1.125em
}

.webcard-previews-description {
	margin: 0
}

@media (min-width:768px) {
	.webcard-previews-header-info {
		float: left
	}
}

@media (min-width:768px) {
	.webcard-previews-category-selector {
		float: right;
		width: auto
	}
}

.webcard-previews-webcards {
	padding: 20px 10px 0
}

.webcard-previews-webcards:before,.webcard-previews-webcards:after {
	content: " ";
	display: table
}

.webcard-previews-webcards:after {
	clear: both
}

.webcard-previews-webcard {
	display: block;
	margin-bottom: 20px;
	background-color: #fff;
	text-decoration: none
}

.webcard-previews-webcard-header {
	position: relative;
	padding: 5px 42px 5px 5px;
	background-color: #4d687f;
	color: #fff
}

.webcard-previews-webcard-header::after {
	content: "\f08e";
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 5px;
	font-size: 22px;
	line-height: 22px;
	font-family: FontAwesome;
	color: #c0232c;
	background-color: #fff
}

.webcard-previews-webcard-name {
	margin: 0;
	font-size: 1em
}

.webcard-previews-webcard-category {
	margin: 0
}

.webcard-previews-webcard-body {
	padding: 5px
}

.webcard-previews-webcard-phone,.webcard-previews-webcard-address {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0
}

.webcard-previews-webcard-phone::before,.webcard-previews-webcard-address::before {
	content: "\f095";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50px;
	padding: 5px 0;
	font-size: 22px;
	line-height: 22px;
	font-family: FontAwesome;
	color: #4d687f;
	text-align: center
}

.webcard-previews-webcard-phone::before {
	content: "\f095"
}

.webcard-previews-webcard-phone-revealer {
	padding: 5px;
	font-size: 1em;
	line-height: 1em;
	background-color: #ececec
}

.webcard-previews-webcard-phone-revealer:hover {
	background-color: #d1d1d1
}

.webcard-previews-webcard-address::before {
	content: "\f041"
}

.webcard-previews-webcard-address:nth-child(2) {
	border-top: 1px dashed #4d687f
}

@media (max-width:767px) {
	.webcard-previews.webcard-previews-style-local-hub-featured .webcard-previews-webcard-container:nth-child(1n+6) {
		display: none
	}
}

@media (min-width:768px) and (max-width:1009px) {
	.webcard-previews.webcard-previews-style-local-hub-featured .webcard-previews-webcard-container:nth-child(1n+9) {
		display: none
	}
}

@media (min-width:1010px) {
	.webcard-previews.webcard-previews-style-local-hub-featured .webcard-previews-webcard-container:nth-child(1n+10) {
		display: none
	}
}

.webcard-previews-controls {
	padding: 0 20px 20px;
	text-align: right
}

.webcard-previews-see-all-button {
	border-radius: 0;
	background-color: #4d687f
}

.webcard-previews-see-all-button:hover,.webcard-previews-see-all-button:focus {
	background-color: #2c3346
}

.webcard-previews-style-local-hub-featured {
	margin-bottom: 10px
}

.full>.webcard-previews {
	margin-top: -10px
}

.full>.webcard-previews-style-list {
	margin-bottom: -10px
}

.find-local-news {
	background-color: #c0232c;
	color: #fff
}

.find-local-news-auto-complete-input-suggestion-wrapper {
	position: relative;
	float: left;
	width: calc(100% - 84px)
}

.find-local-news-auto-complete-input-suggestion-wrapper:before,.find-local-news-auto-complete-input-suggestion-wrapper:after {
	content: " ";
	display: table
}

.find-local-news-auto-complete-input-suggestion-wrapper:after {
	clear: both
}

.find-local-news-auto-complete-input {
	display: block;
	box-sizing: border-box;
	height: 40px
}

.find-local-news-auto-complete-button {
	display: block;
	float: left;
	color: #000;
	width: 84px;
	margin: 4px 0;
	height: 40px
}

.find-local-news-auto-complete-button:hover {
	color: #000
}

.find-local-news-auto-complete-suggestions {
	position: absolute;
	z-index: 50;
	margin: -4px 1px 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ececec;
	box-sizing: border-box;
	width: calc(100% - 2px)
}

.find-local-news-auto-complete-suggestions li {
	border-bottom: 1px solid #ececec
}

.find-local-news-auto-complete-suggestions li.active {
	background-color: #ececec
}

.find-local-news-auto-complete-suggestions a {
	display: block;
	padding: 6px;
	text-decoration: none
}

.find-local-news-auto-complete-suggestions a:hover {
	background-color: #ececec
}

.local-hub-masthead-header {
	position: relative;
	margin-bottom: 1em;
	background-size: cover;
	background-position: center center
}

.local-hub-masthead-header-content {
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(102,102,102,0.55)
}

.local-hub-masthead-location {
	margin: 0;
	color: #fff;
	text-align: center
}

.local-hub-masthead-tabs {
	padding: 10px 0;
	margin-bottom: 1em;
	background-color: #ececec
}

.local-hub-masthead-tabs:before,.local-hub-masthead-tabs:after {
	content: " ";
	display: table
}

.local-hub-masthead-tabs:after {
	clear: both
}

.local-hub-masthead-tab {
	padding: 0
}

.local-hub-masthead-tab-link {
	display: block;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	border: solid 4px #ececec;
	font-size: .875em;
	box-sizing: border-box
}

.local-hub-masthead-tab-link:hover {
	background-color: #ececec;
	border-color: #fff
}

.local-hub-masthead-tab-content {
	float: none;
	margin: 0 auto
}

.local-hub-masthead-tab-icon-container {
	text-align: center
}

.local-hub-masthead-tab-icon {
	max-height: 54px
}

.local-hub-masthead-tab-name {
	display: block;
	height: 36px
}

@media (max-width:767px) {
	.local-hub-masthead-header {
		height: 240px
	}

	.local-hub-masthead-tabs {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch
	}

	.local-hub-masthead-tabs-scroller {
		width: 900px
	}

	.local-hub-masthead-tab {
		float: left;
		width: 140px
	}

	.local-hub-masthead-tab-link {
		padding: 8px
	}
}

@media (min-width:768px) {
	.local-hub-masthead-header {
		height: 380px
	}

	.local-hub-masthead-tab-link {
		padding: 6px
	}

	.local-hub-masthead-tab-icon {
		max-height: 40px
	}
}

@media (min-width:1010px) {
	.local-hub-masthead-tab-link {
		padding: 16px
	}
}

.local-hubs {
	margin-bottom: 25px
}

@media (max-width:767px) {
	.local-hubs {
		margin-bottom: 2em
	}
}

.local-hubs-title {
	text-decoration: none
}

.local-hubs-title:hover {
	text-decoration: underline
}

.local-hubs-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.local-hubs-list-item {
	display: inline
}

.local-hubs-list-item-link {
	text-decoration: none;
	line-height: 1.7em
}

.local-hubs-list-item-link:hover {
	text-decoration: underline
}

.primary-navigation:before,.primary-navigation:after {
	content: " ";
	display: table
}

.primary-navigation:after {
	clear: both
}

.primary-navigation-home-icon {
	color: #c0232c
}

.primary-navigation-home-text {
	display: none
}

.primary-navigation-links:before,.primary-navigation-links:after {
	content: " ";
	display: table
}

.primary-navigation-links:after {
	clear: both
}

.primary-navigation-link-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.primary-navigation-link {
	color: #000;
	font-size: 1em;
	text-decoration: none
}

.primary-navigation-link:hover {
	text-decoration: underline
}

.primary-navigation-link.active {
	background-color: #ececec
}

.primary-navigation-link-colour-sport.active {
	background-color: #d7fda1
}

.primary-navigation-link-colour-entertainment.active {
	background-color: #eee2f2
}

.primary-navigation-home {
	display: block;
	padding: 15px 8px
}

.primary-navigation-search-form {
	position: relative;
	display: inline-block
}

.primary-navigation-search-input[type="search"] {
	width: 80px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 8px 30px 8px 8px;
	border: solid 1px #d1d1d1;
	border-radius: 20px;
	transition: .2s;
	outline: none
}

.primary-navigation-search-button {
	position: absolute;
	right: 6px;
	top: 50%;
	display: block;
	width: 21px;
	height: 21px;
	margin-top: -10px;
	padding: 0;
	border: none;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url(/pb/resources/img/icons/jep/sprite@2x.png);
	background-size: 180px 388px;
	background-position: -70px -1px;
	background-repeat: no-repeat;
	background-color: transparent
}

@media (max-width:767px) {
	.primary-navigation-mobile-trigger {
		float: right;
		margin-top: 8px;
		margin-bottom: 17px;
		padding: 8px 12px;
		background-color: #c0232c;
		color: #fff;
		text-decoration: none
	}

	.primary-navigation-mobile-trigger:hover,.primary-navigation-mobile-trigger:focus {
		color: #fff
	}

	.primary-navigation-home-icon {
		display: none
	}

	.primary-navigation-home-text {
		display: inline-block
	}

	.primary-navigation-links {
		position: absolute;
		top: 100%;
		left: -200%;
		width: 300%;
		background-color: #c0232c;
		z-index: 9
	}

	.primary-navigation-links.open .primary-navigation-link-list-item {
		max-height: 64px
	}

	.primary-navigation-links.open .primary-navigation-search-mobile {
		display: block;
		padding: 6px 6px 12px
	}

	.primary-navigation-link {
		display: block;
		padding: 16px 10px;
		color: #fff;
		font-size: 1.125em
	}

	.primary-navigation-link.active {
		background-color: #951b22
	}

	.primary-navigation-link-list-item {
		max-height: 0;
		overflow: hidden;
		transition: .1s;
		width: 50%;
		float: left
	}

	.primary-navigation-search {
		display: none
	}

	.primary-navigation-search-form {
		width: 100%
	}

	.primary-navigation-search-input[type="search"] {
		width: 100%;
		font-size: 16px
	}
}

@media (min-width:768px) {
	.primary-navigation {
		position: relative;
		padding-right: 90px;
		padding-top: 24px
	}

	.primary-navigation-mobile-trigger {
		display: none
	}

	.primary-navigation-search {
		position: absolute;
		right: 0;
		top: 22px
	}

	.primary-navigation-search-input[type="search"] {
		margin: 0
	}

	.primary-navigation-search-input[type="search"]:focus {
		width: 140px
	}

	.primary-navigation-search-mobile {
		display: none
	}

	.primary-navigation-link-list {
		float: right
	}

	.primary-navigation-link-list-item {
		float: left;
		margin: 0;
		padding: 0
	}

	.primary-navigation-link {
		display: block;
		padding: 14px 8px;
		font-size: .875em
	}
}

@media (min-width:1010px) {
	.primary-navigation {
		padding-top: 22px
	}

	.primary-navigation-search {
		position: absolute;
		top: 50%;
		margin-top: -14px
	}

	.primary-navigation-link {
		padding: 15px 8px
	}
}

.secondary-navigation {
	margin: 0 -10px
}

.secondary-navigation-site {
	margin: 0;
	padding: 10px 0;
	font-size: 2em
}

.secondary-navigation-site-link,.secondary-navigation-site-link:hover {
	text-decoration: none
}

.secondary-navigation-links {
	margin: 0;
	padding: 0;
	list-style: none
}

.secondary-navigation-links:before,.secondary-navigation-links:after {
	content: " ";
	display: table
}

.secondary-navigation-links:after {
	clear: both
}

.secondary-navigation-link {
	text-decoration: none;
	font-size: 1em
}

.secondary-navigation-link:hover {
	text-decoration: underline
}

.secondary-navigation-link-container {
	line-height: 1.4em
}

.secondary-navigation-level-1 {
	background-color: #ececec
}

.secondary-navigation-level-1:before,.secondary-navigation-level-1:after {
	content: " ";
	display: table
}

.secondary-navigation-level-1:after {
	clear: both
}

.secondary-navigation-level-1 .secondary-navigation-links {
	clear: both;
	border-top: 4px solid #b6b6b6
}

.secondary-navigation-level-1 .secondary-navigation-link.active {
	background-color: #b6b6b6;
	color: #fff
}

.secondary-navigation-level-1 .secondary-navigation-link.active:hover {
	color: #fff;
	text-decoration: none
}

.secondary-navigation-level-2 {
	position: relative;
	background-color: #b6b6b6
}

.secondary-navigation-level-2:before,.secondary-navigation-level-2:after {
	content: " ";
	display: table
}

.secondary-navigation-level-2:after {
	clear: both
}

.secondary-navigation-level-2 .secondary-navigation-link {
	color: #fff
}

.secondary-navigation-find-news-button {
	padding: 10px
}

.secondary-navigation-colour-sport .secondary-navigation-site-link {
	color: #65a30b
}

.secondary-navigation-colour-sport .secondary-navigation-level-1 {
	background-color: #d7fda1
}

.secondary-navigation-colour-sport .secondary-navigation-level-1 .secondary-navigation-links {
	border-top-color: #65a30b
}

.secondary-navigation-colour-sport .secondary-navigation-level-1 .secondary-navigation-link.active {
	background-color: #65a30b
}

.secondary-navigation-colour-sport .secondary-navigation-level-2 {
	background-color: #65a30b
}

.secondary-navigation-colour-entertainment {
	position: relative
}

@media (min-width:768px) {
	.secondary-navigation-colour-entertainment::after {
		content: "";
		background-image: url(/pb/resources/img/native-monster-logo.png);
		position: absolute;
		top: 10px;
		right: 10px;
		display: block;
		background-size: 120px 35px;
		width: 120px;
		height: 35px
	}
}

.secondary-navigation-colour-entertainment .secondary-navigation-site-link {
	color: #2e013b
}

.secondary-navigation-colour-entertainment .secondary-navigation-level-1 {
	background-color: #eee2f2
}

.secondary-navigation-colour-entertainment .secondary-navigation-level-1 .secondary-navigation-links {
	border-top-color: #2e013b
}

.secondary-navigation-colour-entertainment .secondary-navigation-level-1 .secondary-navigation-link.active {
	background-color: #2e013b
}

.secondary-navigation-colour-entertainment .secondary-navigation-level-2 {
	background-color: #2e013b
}

.secondary-navigation-colour-news .secondary-navigation-site-link {
	color: #c0232c
}

.secondary-navigation-colour-news .secondary-navigation-level-1 .secondary-navigation-links {
	border-top-color: #c0232c
}

.secondary-navigation-colour-news .secondary-navigation-level-1 .secondary-navigation-link.active {
	background-color: #c0232c
}

.secondary-navigation-colour-news .secondary-navigation-level-2 {
	background-color: #c0232c
}

@media (max-width:767px) {
	.secondary-navigation-link-container {
		overflow: hidden
	}

	.secondary-navigation-link {
		display: block;
		padding: 10px
	}

	.secondary-navigation-more-link {
		display: none
	}

	.secondary-navigation-more-navigation {
		padding: 0;
		list-style-type: none
	}

	.secondary-navigation-site-link {
		font-size: 20px
	}

	.secondary-navigation-level-1 {
		position: relative;
		z-index: 1
	}

	.secondary-navigation-level-1 .secondary-navigation-dropdown-trigger {
		float: right;
		font-size: 12px;
		margin: 12px 0;
		padding: 8px 12px;
		background-color: #b6b6b6;
		color: #fff;
		text-decoration: none
	}

	.secondary-navigation-level-1 .secondary-navigation-links {
		display: block
	}

	.secondary-navigation-level-2 .secondary-navigation-dropdown-trigger {
		position: relative;
		display: block;
		padding: 8px 12px;
		background-color: #b6b6b6;
		text-decoration: none;
		color: #fff
	}

	.secondary-navigation-level-2 .secondary-navigation-dropdown-trigger svg {
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -2px
	}

	.secondary-navigation-level-2 .secondary-navigation-link.active {
		background-color: #666
	}

	.secondary-navigation-find-news-button-container {
		padding: 10px
	}

	.secondary-navigation-find-news-button {
		display: block
	}

	.secondary-navigation-colour-sport .secondary-navigation-dropdown-trigger {
		background-color: #65a30b
	}

	.secondary-navigation-colour-sport .secondary-navigation-link.active {
		background-color: #477308
	}

	.secondary-navigation-colour-entertainment .secondary-navigation-dropdown-trigger {
		background-color: #2e013b
	}

	.secondary-navigation-colour-entertainment .secondary-navigation-link.active {
		background-color: #070009
	}

	.secondary-navigation-colour-news .secondary-navigation-dropdown-trigger {
		background-color: #c0232c
	}

	.secondary-navigation-colour-news .secondary-navigation-link.active {
		background-color: #951b22
	}
}

@media (min-width:768px) {
	.secondary-navigation-link-container {
		float: left
	}

	.secondary-navigation-link {
		display: block;
		font-size: .875em
	}

	.secondary-navigation-more-link-container {
		position: relative
	}

	.secondary-navigation-more-link-container:hover .secondary-navigation-more-navigation-link-container {
		max-height: 40px
	}

	.secondary-navigation-more-link::after {
		content: "";
		display: inline-block;
		width: 11px;
		height: 7px;
		margin-left: 6px;
		background-size: 11px 7px;
		background-repeat: no-repeat
	}

	.secondary-navigation-more-navigation {
		position: absolute;
		z-index: 10;
		left: 0;
		top: 100%;
		min-width: 260px;
		padding: 0
	}

	.secondary-navigation-more-navigation-link-container {
		display: block;
		max-height: 0;
		overflow: hidden
	}

	.secondary-navigation-more-navigation-link.active {
		background-color: #fff;
		color: #000
	}

	.secondary-navigation-level-1 {
		border-bottom: solid 1px #b6b6b6
	}

	.secondary-navigation-level-1 .secondary-navigation-link {
		padding: 10px
	}

	.secondary-navigation-level-1 .secondary-navigation-more-link::after {
		background-image: url(/pb/resources/img/icons/jep/icon-dropdown.svg)
	}

	.secondary-navigation-level-1 .secondary-navigation-more-link.active::after {
		background-image: url(/pb/resources/img/icons/jep/icon-dropdown-w.svg)
	}

	.secondary-navigation-level-1 .secondary-navigation-more-navigation-link-container {
		background-color: #ececec
	}

	.secondary-navigation-level-2 .secondary-navigation-link {
		padding: 10px 10px 6px;
		border-bottom: 4px solid #b6b6b6
	}

	.secondary-navigation-level-2 .secondary-navigation-link.active {
		border-color: #fff
	}

	.secondary-navigation-level-2 .secondary-navigation-link.active:hover {
		text-decoration: none
	}

	.secondary-navigation-level-2 .secondary-navigation-more-link::after {
		background-image: url(/pb/resources/img/icons/jep/icon-dropdown-w.svg)
	}

	.secondary-navigation-level-2 .secondary-navigation-more-navigation-link-container {
		background-color: #b6b6b6
	}

	.secondary-navigation-find-news-button-container {
		float: right
	}

	.secondary-navigation-find-news-button {
		margin: 4px;
		font-size: .875em
	}

	.secondary-navigation-colour-sport .secondary-navigation-level-1 {
		border-bottom-color: #65a30b
	}

	.secondary-navigation-colour-sport .secondary-navigation-level-1 .secondary-navigation-more-navigation-link-container {
		background-color: #d7fda1
	}

	.secondary-navigation-colour-sport .secondary-navigation-level-2 .secondary-navigation-link {
		border-bottom-color: #65a30b
	}

	.secondary-navigation-colour-sport .secondary-navigation-level-2 .secondary-navigation-link.active {
		border-color: #fff
	}

	.secondary-navigation-colour-sport .secondary-navigation-level-2 .secondary-navigation-more-navigation-link-container {
		background-color: #65a30b
	}

	.secondary-navigation-colour-entertainment .secondary-navigation-level-1 {
		border-bottom-color: #2e013b
	}

	.secondary-navigation-colour-entertainment .secondary-navigation-level-1 .secondary-navigation-more-navigation-link-container {
		background-color: #eee2f2
	}

	.secondary-navigation-colour-entertainment .secondary-navigation-level-2 .secondary-navigation-link {
		border-bottom-color: #2e013b
	}

	.secondary-navigation-colour-entertainment .secondary-navigation-level-2 .secondary-navigation-link.active {
		border-color: #fff
	}

	.secondary-navigation-colour-entertainment .secondary-navigation-level-2 .secondary-navigation-more-navigation-link-container {
		background-color: #2e013b
	}

	.secondary-navigation-colour-news .secondary-navigation-level-1 {
		border-bottom-color: #c0232c
	}

	.secondary-navigation-colour-news .secondary-navigation-level-2 .secondary-navigation-link {
		border-bottom-color: #c0232c
	}

	.secondary-navigation-colour-news .secondary-navigation-level-2 .secondary-navigation-link.active {
		border-color: #fff
	}

	.secondary-navigation-colour-news .secondary-navigation-level-2 .secondary-navigation-more-navigation-link-container {
		background-color: #c0232c
	}
}

@media (min-width:1010px) {
	.secondary-navigation-link {
		font-size: 1em
	}

	.secondary-navigation-find-news-button {
		margin: 3px;
		font-size: 1em
	}
}

.competition-fixtures {
	margin-bottom: 1em
}

.competition-fixtures .fixtures-header {
	padding: 10px;
	background-color: #65a30b;
	color: #fff
}

.competition-fixtures .fixtures-header-field {
	margin-bottom: .5em
}

.competition-fixtures .fixtures-header-field:last-child {
	margin-bottom: 0
}

.competition-fixtures .fixtures-header-field select {
	text-transform: capitalize
}

.competition-fixtures .fixtures-header label {
	margin-bottom: 0
}

.competition-fixtures-list-wrapper {
	margin-bottom: 1em;
	background-color: #fff
}

.competition-fixtures-list-wrapper .advertising {
	padding-left: 10px
}

.competition-fixtures-list-wrapper .fixtures-date-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.competition-fixtures-list-wrapper .fixtures-date-list-head {
	padding: 6px;
	text-align: center;
	background-color: #d1d1d1
}

.competition-fixtures-list-wrapper .fixtures-date-list-fixture {
	text-align: center
}

.competition-fixtures-list-wrapper .fixtures-date-list-fixture:not(:last-child) {
	border-bottom: solid 1px #b6b6b6
}

.competition-fixtures-list-wrapper .fixtures-date-list-fixture:nth-child(even) {
	background-color: #f7f7f7
}

.competition-fixtures-list-wrapper .fixtures-date-list-fixture.highlighted {
	background-color: #d7fda1
}

.competition-fixtures-list-wrapper .fixtures-date-list-fixture span {
	padding: 0 8px;
	display: inline-block
}

.competition-fixtures-list-wrapper .fixtures-date-list-fixture .team-home {
	width: 40%;
	text-align: right;
	box-sizing: border-box
}

.competition-fixtures-list-wrapper .fixtures-date-list-fixture .team-away {
	width: 40%;
	text-align: left;
	box-sizing: border-box
}

.competition-fixtures-list-wrapper .fixtures-date-list-fixture .fixture-time {
	width: 16%;
	box-sizing: border-box
}

.competition-fixtures-list-wrapper .fixtures-date-list-fixture-link {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none
}

.competition-fixtures-list-wrapper .fixtures-date-list-fixture-link:hover {
	background-color: #ececec
}

.competition-fixtures.compact .fixtures-date-list-head,.competition-fixtures.compact .fixtures-date-list-fixture-link {
	padding-top: 3px;
	padding-bottom: 3px
}

.football-latest-results {
	margin-bottom: 1em
}

.football-latest-results-header {
	padding: 10px;
	background-color: #65a30b;
	color: #fff
}

.football-latest-results-header-field {
	margin-bottom: .5em
}

.football-latest-results-header-field:last-child {
	margin-bottom: 0
}

.football-latest-results-header-field .football-latest-results-league-selector {
	text-transform: capitalize
}

.football-latest-results-header label {
	margin-bottom: 0
}

.football-latest-results-content {
	margin-bottom: 1em;
	background-color: #fff
}

.football-latest-results-content-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.football-latest-results-content-list-head {
	padding: 6px;
	text-align: center;
	background-color: #d1d1d1
}

.football-latest-results-content-list-result {
	text-align: center
}

.football-latest-results-content-list-result.highlighted {
	background-color: #d7fda1
}

.football-latest-results-content-list-result:not(:last-child) {
	border-bottom: solid 1px #b6b6b6
}

.football-latest-results-content-list-result:nth-child(even) {
	background-color: #f7f7f7
}

.football-latest-results-content-list-result .football-latest-results-home-team-name,.football-latest-results-content-list-result .football-latest-results-away-team-name,.football-latest-results-content-list-result .football-latest-results-score {
	padding: 0 8px;
	display: inline-block;
	box-sizing: border-box
}

.football-latest-results-content-list-result .football-latest-results-home-team-name {
	width: 40%;
	text-align: right
}

.football-latest-results-content-list-result .football-latest-results-away-team-name {
	width: 40%;
	text-align: left
}

.football-latest-results-content-list-result .football-latest-results-score {
	width: 16%
}

.football-latest-results-content-list-result-link {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none
}

.football-latest-results-content-list-result-link:hover {
	background-color: #ececec
}

.football-latest-results.compact .football-latest-results-content-list-head,.football-latest-results.compact .football-latest-results-content-list-result-link {
	padding-top: 3px;
	padding-bottom: 3px
}

.league-table {
	margin-bottom: 1em
}

.league-table:before,.league-table:after {
	content: " ";
	display: table
}

.league-table:after {
	clear: both
}

.league-table-header.coloured {
	padding: 10px;
	background-color: #65a30b;
	color: #fff
}

.league-table-content {
	margin: 0;
	padding: 0;
	list-style: none
}

.league-table-row-header {
	font-size: .875em;
	background-color: #d1d1d1
}

.league-table-row-header:before,.league-table-row-header:after {
	content: " ";
	display: table
}

.league-table-row-header:after {
	clear: both
}

.league-table-row {
	font-size: .875em;
	border-bottom: solid 1px #d1d1d1
}

.league-table-row:before,.league-table-row:after {
	content: " ";
	display: table
}

.league-table-row:after {
	clear: both
}

.league-table-row:nth-child(even) {
	background-color: #f7f7f7
}

.league-table-row.active {
	background-color: #d7fda1
}

.league-table-position,.league-table-team {
	min-width: 24px;
	padding: 8px 4px;
	float: left
}

.league-table-position {
	text-align: center
}

.league-table-points,.league-table-goal-difference,.league-table-played {
	min-width: 24px;
	padding: 8px 4px;
	float: right;
	text-align: center
}

.league-table-show-full-trigger {
	float: right;
	margin-top: 1em
}

.live-scores {
	border: 1px solid #333
}

.live-scores-summary {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.live-scores-team-badge {
	width: 50px;
	padding: 10px;
	box-sizing: content-box
}

.live-scores-score {
	width: 100%;
	text-align: center
}

.live-scores-teams {
	display: block;
	font-size: 16px;
	line-height: 20px
}

.live-scores-time {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold
}

.live-scores-score-numbers {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold
}

.live-scores-events {
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0;
	border-top: 1px solid #333
}

.live-scores-team-events {
	width: 50%;
	padding: 0;
	margin: 0;
	list-style: none
}

.live-scores-event {
	padding: 5px 10px
}

.match-line-up-home,.match-line-up-away {
	padding: 10px
}

.match-line-up-home-squad,.match-line-up-home-substitutes,.match-line-up-away-squad,.match-line-up-away-substitutes {
	margin: 0 0 1em;
	padding: 0;
	list-style: none
}

.match-line-up-home-squad-player,.match-line-up-home-substitutes-player,.match-line-up-away-squad-player,.match-line-up-away-substitutes-player {
	padding: 4px;
	border-bottom: 1px solid #b6b6b6;
	list-style: none
}

.match-line-up-home-squad-player span,.match-line-up-home-substitutes-player span,.match-line-up-away-squad-player span,.match-line-up-away-substitutes-player span {
	display: inline-block;
	width: 40px
}

.match-line-up-home-squad-player:nth-child(even),.match-line-up-home-substitutes-player:nth-child(even),.match-line-up-away-squad-player:nth-child(even),.match-line-up-away-substitutes-player:nth-child(even) {
	background-color: #f7f7f7
}

.match-report-header {
	background-image: url(/pb/resources/img/sport-banner-bg.jpg);
	background-size: cover;
	color: #fff;
	padding: 20px;
	position: relative
}

.match-report-header .live-tag {
	position: absolute;
	top: 10px;
	left: 10px
}

.match-report-header-date-time {
	text-align: center;
	text-transform: uppercase;
	color: #d7fda1
}

@media (max-width:767px) {
	.match-report-header-date-time {
		margin-top: 25px
	}
}

.match-report-header-match-status {
	font-size: 1.75em;
	font-family: Lato,serif;
	text-align: center;
	text-transform: uppercase;
	color: #d7fda1
}

@media (max-width:767px) {
	.match-report-header-match-status {
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translate(-50%)
	}
}

.match-report-header-home-team-badge-img,.match-report-header-home-team-name .team,.match-report-header-away-team-badge-img,.match-report-header-away-team-name .team {
	margin: 0 10px
}

.match-report-header-home-team-badge,.match-report-header-away-team-badge {
	display: inline-block;
	height: 100%
}

@media (max-width:767px) {
	.match-report-header-home-team-badge,.match-report-header-away-team-badge {
		display: none
	}
}

.match-report-header-home-team-badge-img,.match-report-header-away-team-badge-img {
	width: auto;
	height: auto;
	min-width: 40px
}

.match-report-header-home-team-name .team,.match-report-header-away-team-name .team {
	color: #fff;
	float: right;
	font-size: 1.6em;
	text-align: right
}

@media (max-width:767px) {
	.match-report-header-home-team-name .team,.match-report-header-away-team-name .team {
		float: left;
		margin: 0
	}
}

.match-report-header-home-team-score,.match-report-header-away-team-score {
	background-color: #fff;
	color: #000;
	padding: 10px 0;
	text-align: center;
	font-family: Lato,serif;
	font-size: 1.5em
}

@media (max-width:767px) {
	.match-report-header-home-team-score,.match-report-header-away-team-score {
		float: right
	}
}

.match-report-header-home-team-info,.match-report-header-away-team-info {
	padding: 10px;
	color: #fff;
	font-size: .875em
}

.match-report-header-away-team-badge-img {
	float: right
}

.match-report-header-away-team-name .team {
	float: left
}

.match-stats {
	margin-bottom: 1em
}

.match-stats-key {
	margin-bottom: 1em;
	text-align: center
}

.match-stats-key-home,.match-stats-key-away {
	display: inline-block;
	width: 16px;
	height: 16px
}

.match-stats-key-home {
	background-color: #65a30b
}

.match-stats-key-away {
	background-color: #d7fda1
}

.match-stats-data h4 {
	text-align: center
}

.match-stats-data-bar {
	color: #fff;
	height: 32px;
	margin-bottom: 1em;
	width: 100%
}

.match-stats-data-bar-home,.match-stats-data-bar-away {
	box-sizing: border-box;
	float: left;
	min-width: 26px;
	max-width: calc(100% - 26px);
	padding: 4px 8px
}

.match-stats-data-bar-home {
	background-color: #65a30b;
	border-right: 2px solid #fff;
	text-align: left
}

.match-stats-data-bar-away {
	background-color: #d7fda1;
	border-left: 2px solid #fff;
	text-align: right;
	color: #000
}

.single-team-fixture {
	margin-bottom: 1em;
	background-color: #fff
}

.single-team-fixture-link {
	display: block;
	text-decoration: none;
	transition: background-color .1s
}

.single-team-fixture-link:hover {
	background-color: #ececec
}

.single-team-fixture-next-match {
	position: relative;
	background-color: #ececec;
	font-size: .875em
}

.single-team-fixture-next-match-type {
	width: 50px;
	position: absolute;
	top: 0;
	font-size: .875em;
	text-align: center;
	text-transform: uppercase
}

.single-team-fixture-next-match-date {
	display: block;
	text-transform: uppercase;
	font-style: normal
}

.single-team-fixture-full .single-team-fixture-image {
	min-height: 120px;
	padding: 10px;
	text-align: center;
	font-weight: bold
}

.single-team-fixture-full .single-team-fixture-image p {
	margin: 0
}

.single-team-fixture-full .single-team-fixture-image img {
	width: 80px
}

.single-team-fixture-full .single-team-fixture-next-match {
	padding: 4px 10px 4px 60px
}

.single-team-fixture-full .single-team-fixture-next-match-type {
	padding: 6px 8px;
	left: 0;
	height: 100%;
	background-color: #65a30b;
	color: #fff
}

.single-team-fixture-small .single-team-fixture-image {
	min-height: 50px;
	padding: 5px;
	position: absolute;
	left: 0;
	top: 0
}

.single-team-fixture-small .single-team-fixture-image img {
	width: 50px
}

.single-team-fixture-small .single-team-fixture-next-match {
	min-height: 60px;
	padding: 10px 10px 4px 120px
}

.single-team-fixture-small .single-team-fixture-next-match-type {
	padding: 13px 8px;
	left: 60px;
	color: #666
}

.football-team-squad {
	margin-bottom: 1em
}

.football-team-squad:before,.football-team-squad:after {
	content: " ";
	display: table
}

.football-team-squad:after {
	clear: both
}

.football-team-squad-table {
	margin: 0;
	padding: 0;
	list-style: none
}

.football-team-squad-table-header {
	font-size: .875em;
	background-color: #d1d1d1
}

.football-team-squad-table-header:before,.football-team-squad-table-header:after {
	content: " ";
	display: table
}

.football-team-squad-table-header:after {
	clear: both
}

.football-team-squad-row {
	font-size: .875em;
	border-bottom: 1px solid #d1d1d1
}

.football-team-squad-row:before,.football-team-squad-row:after {
	content: " ";
	display: table
}

.football-team-squad-row:after {
	clear: both
}

.football-team-squad-row:nth-child(even) {
	background-color: #f7f7f7
}

.football-team-squad-number,.football-team-squad-player {
	float: left;
	min-width: 32px;
	padding: 8px 4px
}

.football-team-squad-number {
	text-align: center
}

.football-team-squad-appearences,.football-team-squad-goals {
	float: right;
	min-width: 32px;
	padding: 8px 4px;
	text-align: center
}

.football-team-squad-show-full-trigger {
	float: right;
	margin-top: 1em
}

.team-last-result {
	position: relative;
	margin-bottom: 1em;
	padding: 10px;
	border: 1px solid #ececec;
	min-height: 80px
}

.team-last-result-date,.team-last-result-competition,.team-last-result-match {
	display: block;
	font-size: .875em
}

.team-last-result-date {
	color: #b6b6b6;
	text-transform: uppercase;
	font-size: .75em
}

.team-last-result-logo-container {
	position: absolute;
	right: 10px;
	top: 10px
}

.team-last-result-logo {
	display: block;
	height: 60px
}

.team-last-result-match {
	position: relative;
	margin: 6px 0;
	padding-right: 60px;
	font-weight: bold
}

.upcoming-team-fixtures {
	margin-bottom: 1em
}

.upcoming-team-fixtures-header {
	display: table;
	padding: 10px;
	background-color: #65a30b;
	color: #fff;
	width: 100%
}

.upcoming-team-fixtures-header-badge {
	float: right;
	width: 75px
}

@media (max-width:1199px) {
	.upcoming-team-fixtures-header-badge {
		width: 50px
	}
}

.upcoming-team-fixtures-header-title {
	display: table-cell;
	vertical-align: middle
}

.upcoming-team-fixtures-table {
	margin-bottom: 1em;
	background-color: #fff
}

.upcoming-team-fixtures-table-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.upcoming-team-fixtures-table-list-fixture {
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none
}

@media (max-width:1199px) {
	.upcoming-team-fixtures-table-list-fixture {
		font-size: .85em
	}
}

.upcoming-team-fixtures-table-list-fixture:not(:last-child) {
	border-bottom: solid 1px #b6b6b6
}

.upcoming-team-fixtures-table-list-fixture:nth-child(even) {
	background-color: #f7f7f7
}

.upcoming-team-fixtures-table-list-fixture:nth-child(even):hover {
	background-color: #ececec
}

.upcoming-team-fixtures-table-list-fixture:hover {
	background-color: #ececec
}

.upcoming-team-fixtures-table-list-fixture-date,.upcoming-team-fixtures-table-list-fixture-competition {
	color: #666;
	display: inline-block;
	font-size: .8em;
	font-variant: small-caps;
	left: 0;
	padding: 0 8px;
	position: absolute
}

@media (max-width:1199px) {
	.upcoming-team-fixtures-table-list-fixture-date,.upcoming-team-fixtures-table-list-fixture-competition {
		padding: 0 4px
	}
}

.upcoming-team-fixtures-table-list-fixture-date {
	top: 0
}

.upcoming-team-fixtures-table-list-fixture-competition {
	bottom: 0
}

.upcoming-team-fixtures-table-list-fixture-home {
	width: 40%;
	text-align: right;
	box-sizing: border-box;
	padding: 0 8px;
	display: inline-block
}

@media (max-width:1199px) {
	.upcoming-team-fixtures-table-list-fixture-home {
		padding: 0 4px
	}
}

.upcoming-team-fixtures-table-list-fixture-home-badge {
	margin-left: 7px
}

@media (max-width:1199px) {
	.upcoming-team-fixtures-table-list-fixture-home-badge {
		display: none
	}
}

.upcoming-team-fixtures-table-list-fixture-away {
	width: 40%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 8px;
	display: inline-block
}

@media (max-width:1199px) {
	.upcoming-team-fixtures-table-list-fixture-away {
		padding: 0 4px
	}
}

.upcoming-team-fixtures-table-list-fixture-away-badge {
	margin-right: 7px
}

@media (max-width:1199px) {
	.upcoming-team-fixtures-table-list-fixture-away-badge {
		display: none
	}
}

.upcoming-team-fixtures-table-list-fixture-time {
	width: 16%;
	box-sizing: border-box;
	padding: 0 8px;
	display: inline-block
}

@media (max-width:1199px) {
	.upcoming-team-fixtures-table-list-fixture-time {
		padding: 0 4px
	}
}

.upcoming-team-fixtures-table-list-error {
	line-height: 2em;
	margin-left: 10px
}

.upcoming-team-fixture {
	position: relative;
	margin-bottom: 1em;
	padding: 10px 70px 10px 10px;
	border: 1px solid #ececec;
	min-height: 80px
}

.upcoming-team-fixture-date,.upcoming-team-fixture-competition,.upcoming-team-fixture-opponent,.upcoming-team-fixture-time {
	display: block;
	font-size: .875em
}

.upcoming-team-fixture-date {
	color: #b6b6b6;
	text-transform: uppercase;
	font-size: .75em
}

.upcoming-team-fixture-logo-container {
	position: absolute;
	right: 10px;
	top: 10px
}

.upcoming-team-fixture-logo {
	display: block;
	height: 60px
}

.upcoming-team-fixture-opponent {
	position: relative;
	padding-right: 60px;
	font-weight: bold
}

.business-categories-list-business-link::after {
	content: " >"
}

.business-webcard-logo {
	display: block;
	margin: 0 auto
}

.business-webcard-map {
	width: 100%;
	height: 300px;
	margin-bottom: 10px
}

.business-webcard-gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center
}

.business-webcard-gallery-image-link {
	-ms-flex: 50%;
	flex: 50%;
	padding: 5px
}

.business-webcard-gallery-image {
	display: block
}

.business-webcard-socials {
	display: block;
	text-align: center
}

.highlighted-local-businesses-item {
	background-color: #ececec;
	min-height: 220px;
	margin-bottom: 1em
}

.highlighted-local-businesses-item:hover .highlighted-local-businesses-item-name {
	text-decoration: underline
}

.highlighted-local-businesses-item-name {
	position: relative;
	min-height: 40px;
	padding: 6px;
	padding-right: 40px;
	background-color: #4d687f;
	margin: 0;
	color: #fff
}

.highlighted-local-businesses-item-name::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 32px;
	height: 32px;
	background-image: url(/pb/resources/img/icons/jep/sprite@2x.png);
	background-size: 180px 388px;
	background-position: -64px -77px;
	background-color: #fff
}

.highlighted-local-businesses-item-description {
	border-bottom: dotted 2px #4d687f;
	padding: 8px 0 16px
}

.highlighted-local-businesses-item-address {
	position: relative;
	min-height: 50px;
	padding: 8px 0 8px 32px;
	font-size: .875em
}

.highlighted-local-businesses-item-address::before {
	content: "";
	display: block;
	width: 24px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 12px;
	background-image: url(/pb/resources/img/icons/jep/sprite@2x.png);
	background-size: 180px 388px;
	background-position: -66px -326px
}

.highlighted-local-businesses-item-content {
	padding: 8px
}

.bomb-block {
	background: #fff;
	margin-bottom: 1em
}

.bomb-block:before,.bomb-block:after {
	content: " ";
	display: table
}

.bomb-block:after {
	clear: both
}

.bomb-block-title-block {
	position: relative;
	padding: 42px 12px 12px;
	background-color: #c0232c;
	display: block;
	text-decoration: none
}

.bomb-block-title-block-title {
	color: #fff;
	text-decoration: none
}

.bomb-block-title-block:hover .bomb-block-title-block-title {
	text-decoration: underline
}

.bomb-block-img {
	padding: 10px
}

.bomb-block-img img {
	width: 100%
}

.bomb-block-img p {
	margin: 0;
	padding: 10px 0;
	border-bottom: solid 1px #d1d1d1
}

.bomb-block-content {
	padding: 10px
}

.bomb-block-content h3 {
	color: #c0232c;
	text-transform: uppercase
}

.bomb-block-text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px 12px;
	background-color: #fff;
	text-transform: uppercase
}

.breaking-news-banner {
	min-height: 50px;
	width: 100%;
	background-color: #c0232c;
	padding: 10px 100px 10px 10px;
	display: table;
	margin-bottom: 10px
}

.breaking-news-banner-headline {
	color: #fff;
	display: table-cell;
	margin: 0;
	vertical-align: middle
}

.breaking-news-banner-headline-link {
	color: #fff;
	text-decoration: none
}

.breaking-news-banner-headline-link:hover {
	color: #fff;
	text-decoration: underline
}

.breaking-news-banner-headline-link:visited {
	color: #fff
}

.competition-promo {
	position: relative;
	padding: 16px;
	background-color: #353535
}

.competition-promo::after {
	content: "";
	display: block;
	width: 56px;
	height: 56px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(/pb/resources/img/icons/jep/sprite@2x.png);
	background-size: 180px 388px;
	background-position: -100px -234px;
	background-color: #fff
}

.competition-promo-image {
	display: block
}

.competition-promo-title {
	font-size: 1.5em;
	color: #fff
}

.competition-promo-text {
	color: #fff
}

.competition-promo-button {
	background-color: #fff;
	color: #9800b9
}

.competition-promo-button:hover {
	background-color: #ececec;
	color: #9800b9
}

@media (max-width:767px) {
	.competition-promo-image {
		margin-bottom: 10px
	}
}

.single-content p a,.single-content li a {
	color: #c0232c
}

.single-content p{font-size:16px; line-height:26px;}

.story-summary {
	border-left: 2px solid #b6b6b6
}

.story-summary ul {
	list-style: none
}

.story-summary ul>li::before {
	content: "■";
	font-size: 22px;
	margin-top: -13px;
	margin-left: -27px;
	margin-right: 15px;
	color: #b6b6b6
}

.entertainment-editors-picks {
	margin-bottom: 1em
}

.entertainment-editors-picks-navigation:before,.entertainment-editors-picks-navigation:after {
	content: " ";
	display: table
}

.entertainment-editors-picks-navigation:after {
	clear: both
}

.entertainment-editors-picks-navigation-item {
	background-color: #9800b9;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	word-wrap: break-word
}

.entertainment-editors-picks-navigation-item:hover {
	background-color: #2e013b;
	color: #fff
}

.entertainment-editors-picks-content {
	padding: 20px 0;
	background-color: #2e013b;
	color: #fff
}

.entertainment-editors-picks-content:before,.entertainment-editors-picks-content:after {
	content: " ";
	display: table
}

.entertainment-editors-picks-content:after {
	clear: both
}

.entertainment-editors-picks-content .block-link {
	color: #fff
}

@media (max-width:767px) {
	.entertainment-editors-picks-navigation {
		display: none
	}

	.entertainment-editors-picks-content-item {
		padding: 10px 0;
		border-bottom: solid 1px #ececec
	}

	.entertainment-editors-picks-content-item-image {
		margin-bottom: 10px
	}

	.entertainment-editors-picks-content-item:not(:first-child) .entertainment-editors-picks-content-item-image {
		display: none
	}
}

@media (min-width:768px) {
	.entertainment-editors-picks-navigation-item {
		float: left;
		width: 20%;
		height: 150px;
		padding: 16px
	}

	.entertainment-editors-picks-navigation-item:not(:last-child) {
		border-right: 1px solid #ececec
	}

	.entertainment-editors-picks-navigation-item.is-active {
		background-color: #2e013b;
		color: #fff
	}

	.entertainment-editors-picks-content {
		padding: 16px 0;
		border-right: 1px solid #ececec
	}

	.entertainment-editors-picks-content-item-image {
		padding: 0 10px
	}

	.entertainment-editors-picks-content-item-title {
		font-size: 1.25em
	}

	.entertainment-editors-picks-content-item-sub-title {
		font-size: 1.125em
	}

	.entertainment-editors-picks-content-item {
		display: none
	}

	.entertainment-editors-picks-content-item.is-active {
		display: block
	}
}

@media (min-width:1010px) {
	.entertainment-editors-picks-navigation-item {
		float: left;
		width: 20%;
		height: 200px;
		padding: 20px
	}

	.entertainment-editors-picks-navigation-item:not(:last-child) {
		border-right: 1px solid #ececec
	}

	.entertainment-editors-picks-navigation-item.is-active {
		background-color: #2e013b;
		color: #fff
	}

	.entertainment-editors-picks-content {
		padding: 26px 0;
		border-right: 1px solid #ececec
	}

	.entertainment-editors-picks-content-item-image {
		padding: 0 10px
	}

	.entertainment-editors-picks-content-item-title {
		font-size: 1.5em
	}

	.entertainment-editors-picks-content-item-sub-title {
		font-size: 1.25em
	}

	.entertainment-editors-picks-content-item {
		display: none
	}

	.entertainment-editors-picks-content-item.is-active {
		display: block
	}
}

@media (min-width:1200px) {
	.entertainment-editors-picks-navigation-item {
		height: 130px
	}
}

.feature-story-header {
	background-size: cover;
	background-position: 50%
}

@media (max-width:767px) {
	.feature-story-header {
		padding-top: 80px
	}
}

@media (min-width:768px) {
	.feature-story-header {
		padding-top: 160px
	}

	.feature-story-header .center {
		float: none;
		margin: 0 auto
	}
}

@media (min-width:992px) {
	.feature-story-header {
		padding-top: 220px
	}
}

.feature-story-header.nopadding {
	padding: 0
}

.feature-story-header-content {
	background-color: rgba(255,255,255,0.8)
}

@media (max-width:767px) {
	.feature-story-header-content {
		padding: 10px
	}
}

@media (min-width:768px) {
	.feature-story-header-content {
		padding: 20px
	}
}

@media (min-width:992px) {
	.feature-story-header-content {
		padding: 40px
	}
}

.highlighted-story {
	background-color: #4d687f;
	margin-bottom: 1em;
	padding: 8px
}

.highlighted-story-text {
	color: #fff
}

.highlighted-story-image {
	margin-bottom: 5px
}

.highlighted-story-image-asset {
	width: 100%
}

.highlighted-story-meta {
	font-size: .875em
}

.large-author-info {
	position: relative;
	font-size: .875em;
	margin-bottom: 1em
}

.large-author-info:before,.large-author-info:after {
	content: " ";
	display: table
}

.large-author-info:after {
	clear: both
}

.large-author-info-image {
	float: left;
	width: 80px
}

.large-author-info-content {
	color: #666;
	margin-left: 90px
}

.match-report-tabs {
	display: table;
	table-layout: fixed;
	width: 100%
}

.match-report-tabs-item {
	display: table-cell;
	width: 100%;
	background-color: #65a30b;
	border-left: 1px solid #fff;
	border-top: 2px solid #fff;
	cursor: pointer;
	padding: 16px;
	text-align: center
}

@media (min-width:768px) {
	.match-report-tabs-item {
		padding: 12px
	}
}

@media (max-width:767px) {
	.match-report-tabs-item {
		padding: 8px
	}
}

.match-report-tabs-item:hover {
	background-color: #477308
}

.match-report-tabs-item a {
	text-decoration: none;
	color: #fff
}

.match-report-tabs-item.active {
	background-color: #fff
}

.match-report-tabs-item.active a {
	color: #000
}

.small-author-info {
	position: relative;
	font-size: .875em;
	margin-bottom: 1em
}

.small-author-info:before,.small-author-info:after {
	content: " ";
	display: table
}

.small-author-info:after {
	clear: both
}

.small-author-info-image {
	float: left;
	width: 55px
}

.small-author-info-content {
	color: #666;
	margin-left: 70px
}

.back-to-top {
	margin: 0;
	font-size: .875em
}

.back-to-top-link {
	color: #fff
}

.back-to-top-icon {
	display: inline-block;
	width: 12px;
	margin-right: 6px;
	transform: rotate(180deg)
}

.brand-logo {
	padding-top: 10px
}

.brand-logo h1,.brand-logo .hlogo {
	height: 60px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	text-indent: -999px
}



@media (max-width:767px) {
	.brand-logo {
		padding: 0;
		max-width: 290px
	}
}

.buy-a-photo {
	text-decoration: none;
	background-color: #4d687f
}

.buy-a-photo:hover {
	background-color: #2c3346
}

.buy-a-photo-description {
	color: #fff
}

.commercial-navigation {
	padding: 5px 0;
	border-bottom: 1px solid #ececec
}

.commercial-navigation:before,.commercial-navigation:after {
	content: " ";
	display: table
}

.commercial-navigation:after {
	clear: both
}

.commercial-navigation-links {
	margin: 0;
	padding: 0;
	font-size: .875em;
	list-style: none
}

.commercial-navigation-link-container {
	float: left;
	margin: 0;
	padding: 0
}

.commercial-navigation-link-container:not(:last-child) {
	border-right: 1px solid #ececec
}

.commercial-navigation-link {
	display: block;
	padding: 5px;
	color: #666;
	text-decoration: none
}

.commercial-navigation-link:hover {
	color: #000;
	text-decoration: underline
}

.commercial-navigation-link:hover path {
	fill: #000
}

@media (max-width:767px) {
	.commercial-navigation-link-container.visible-xs-block {
		border-right: none
	}

	.commercial-navigation-account-link-container.visible-xs-block {
		border-right: 1px solid #ececec
	}

	.commercial-navigation-more-links {
		clear: both;
		float: none;
		position: relative;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 10
	}

	.commercial-navigation-more-links .commercial-navigation-link-container {
		float: none;
		display: block;
		overflow: hidden;
		transition: .1s
	}

	.commercial-navigation-more-links .commercial-navigation-link {
		padding: 10px;
		background-color: #d1d1d1;
		color: #000
	}
}

@media (min-width:768px) {
	.commercial-navigation-account-link-container {
		border-left: 1px solid #ececec
	}

	.commercial-navigation-links {
		float: right
	}

	.commercial-navigation-more-links {
		display: inline
	}
}

.copyright-statement {
	margin: 0;
	text-align: right;
	font-size: .875em
}

.entertainment-search-form {
	margin-bottom: 1em
}

.entertainment-search-form-title {
	color: #fff
}

.entertainment-search-form-bar {
	padding: 10px;
	background-color: #2e013b;
	margin-bottom: 1em
}

.entertainment-search-form-bar:before,.entertainment-search-form-bar:after {
	content: " ";
	display: table
}

.entertainment-search-form-bar:after {
	clear: both
}

.entertainment-search-form-bar input,.entertainment-search-form-bar select {
	margin: 4px 0
}

.entertainment-search-form-bar .button,.entertainment-search-form-bar .sub-form-form>button {
	margin: 4px 0
}

.entertainment-search-form-bar-add-events {
	color: #d1d1d1;
	font-size: .8em;
	font-style: italic;
	float: right;
	text-align: right
}

.entertainment-search-form-with-bg {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-image: url(/pb/resources/img/entertainment-header.jpg/?t=2);
	height: 380px
}

@media (min-width:1010px) {
	.entertainment-search-form-with-bg-bar {
		padding: 16px
	}
}

@media (max-width:1199px) {
	.entertainment-search-form-with-bg {
		height: 320px
	}
}

.entertainment-search-form-with-bg .entertainment-search-form-content {
	padding: 20px;
	width: 90%;
	position: absolute;
	bottom: 0;
	left: 5%;
	background-color: rgba(0,0,0,0.8)
}

.entertainment-search-form-with-bg .entertainment-search-form-content-date {
	height: 40px
}

.entertainment-search-form-without-bg .entertainment-search-form-content {
	padding: 0;
	width: 100%
}

.full:first-child>.entertainment-search-form {
	margin-top: -11px
}

.explore-sections-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.explore-sections-list-item {
	float: left;
	width: 48%;
	margin: 0 2% 4px 0;
	background-color: #ececec;
	box-sizing: border-box
}

.explore-sections-list-item-link {
	display: block;
	padding: 4px 12px;
	color: #000;
	text-decoration: none
}

.explore-sections-list-item-link:hover {
	background-color: #ddd
}

.explore-sections.primary .explore-sections-list-item {
	background-color: #c0232c
}

.explore-sections.primary .explore-sections-list-item-link {
	color: #fff
}

.explore-sections.primary .explore-sections-list-item-link:hover {
	background-color: #a61e26
}

.explore-sections.sport .explore-sections-list-item {
	background-color: #65a30b
}

.explore-sections.sport .explore-sections-list-item-link {
	color: #fff
}

.explore-sections.sport .explore-sections-list-item-link:hover {
	background-color: #538609
}

.football-team-masthead {
	position: relative;
	margin-bottom: calc(50px + 1em);
	background-size: cover;
	background-position: center center
}

.football-team-masthead-head {
	position: absolute;
	bottom: -50px;
	left: 50%;
	background-color: #fff;
	text-align: center
}

.football-team-masthead-logo {
	height: 60px
}

@media (max-width:767px) {
	.football-team-masthead {
		height: 200px
	}

	.football-team-masthead-head {
		width: 220px;
		margin-left: -110px;
		padding: 10px;
		font-size: .875em
	}

	.football-team-masthead-logo {
		height: 50px
	}
}

@media (min-width:768px) {
	.football-team-masthead {
		height: 340px
	}

	.football-team-masthead-head {
		width: 300px;
		margin-left: -150px;
		padding: 20px
	}
}

.football-team-shortcuts {
	margin-bottom: 1em
}

.football-team-shortcuts:before,.football-team-shortcuts:after {
	content: " ";
	display: table
}

.football-team-shortcuts:after {
	clear: both
}

.football-team-shortcuts-badge {
	background-color: #fff;
	float: left;
	width: 24%;
	margin: 0 1% 2px 0;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	box-sizing: border-box
}

.football-team-shortcuts-badge-image {
	padding: 6px;
	border: solid 1px #ececec
}

.football-team-shortcuts-badge:hover .football-team-shortcuts-team-name {
	transform: translate(0,-100%)
}

.football-team-shortcuts-team-name {
	display: block;
	background-color: #ececec;
	font-size: .875em;
	font-weight: bold;
	margin-bottom: -19px;
	transition: transform .1s
}

@media (max-width:767px) {
	.football-team-shortcuts-badge {
		width: 49%
	}

	.football-team-shortcuts-team-name {
		margin-bottom: -17px
	}
}

@media (min-width:768px) {
	.football-team-shortcuts-badge {
		width: 49%
	}
}

@media (min-width:1010px) {
	.football-team-shortcuts-badge {
		width: 24%
	}
}

.google-search-embed *,.google-search-embed input[type="text"] {
	box-sizing: content-box
}

.google-search-embed input[type="text"] {
	line-height: 1em
}

.link-list-footer-links .link-list-title {
	padding: 5px 0;
	font-family: "Roboto",sans-serif;
	font-weight: normal;
	color: #b6b6b6;
	margin: 0 0 5px;
	border-bottom: 2px solid #c0232c
}

.link-list-footer-links .link-list-links {
	margin: 0 0 20px;
	padding: 0;
	list-style: none
}

.link-list-footer-links .link-list-link-container {
	margin: 0;
	padding: 0
}

.link-list-footer-links .link-list-link {
	display: block;
	padding: 4px 0;
	text-decoration: none;
	color: #000;
	font-size: .875em
}

.link-list-footer-links .link-list-link:hover {
	text-decoration: underline
}

.local-businesses-search {
	margin-bottom: 1em;
	padding: 8px 0;
	background-color: #4d687f
}

.local-businesses-search:before,.local-businesses-search:after {
	content: " ";
	display: table
}

.local-businesses-search:after {
	clear: both
}

.local-businesses-search-title {
	color: #fff
}

.local-businesses-search-label {
	display: table-cell;
	vertical-align: middle;
	margin: 0 10px 0 0;
	color: #fff
}

@media (max-width:767px) {
	.local-businesses-search-button {
		margin: 4px 0
	}
}

@media (min-width:768px) {
	.local-businesses-search-label {
		height: 40px
	}

	.local-businesses-search-input[type="text"] {
		margin: 0
	}
}

.local-jobs {
	margin-bottom: 1em;
	background-color: #ececec
}

.local-jobs-embed {
	display: block;
	width: 100%;
	height: 310px;
	border: none;
	background: none
}

.local-jobs-button-container {
	text-align: center
}

@media (max-width:767px) {
	.local-jobs-embed {
		height: 670px
	}
}

.motoring-video-player {
	position: relative;
	padding-bottom: 100%;
	padding-top: 20px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1em;
	height: 0
}

.motoring-video-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.polls {
	margin-bottom: 1em
}

.primary-promo {
	background-color: #c0232c;
	color: #fff
}

.primary-promo:before,.primary-promo:after {
	content: " ";
	display: table
}

.primary-promo:after {
	clear: both
}

.primary-promo-title {
	color: #fff
}

.scribble-live-stream {
	margin-bottom: 1em;
	position: relative
}

.scribble-live-stream-container {
	height: 500px;
	-webkit-overflow-scrolling: touch
}

@media (max-width:767px) {
	.scribble-live-stream-container {
		overflow: hidden
	}

	.scribble-live-stream-fullscreen-trigger {
		position: absolute;
		left: 0;
		bottom: 0;
		line-height: 1.5
	}

	.scribble-live-stream-fullscreen-trigger::after {
		content: "";
		display: block;
		float: right;
		width: 21px;
		height: 21px;
		margin-left: 6px;
		background-image: url(/pb/resources/img/icons/jep/interface-expand.svg);
		background-size: 21px 21px
	}

	.scribble-live-stream.fullscreen .scribble-live-stream-container {
		position: fixed;
		top: 45px;
		left: 0;
		width: 100%;
		height: calc(100% - 45px);
		z-index: 100;
		overflow-y: scroll
	}

	.scribble-live-stream.fullscreen .scribble-live-stream-fullscreen-trigger {
		position: fixed;
		bottom: auto;
		top: 0;
		z-index: 100
	}

	.scribble-live-stream.fullscreen .scribble-live-stream-fullscreen-trigger::after {
		background-image: url(/pb/resources/img/icons/jep/interface-close.svg)
	}
}

@media (min-width:768px) {
	.scribble-live-stream-container {
		overflow-x: hidden;
		overflow-y: scroll
	}

	.scribble-live-stream-fullscreen-trigger {
		display: none
	}
}

.services-promo {
	background-color: #ececec;
	border-left: 2px solid #ececec
}

.services-promo-title {
	color: #c0232c
}

.services-promo-image {
	margin-bottom: 15px
}

.services-search {
	position: relative;
	margin-bottom: 1em;
	background-size: cover;
	background-position: center center
}

.services-search-content {
	position: absolute;
	bottom: 0;
	left: 0
}

.services-search-bar {
	position: relative;
	margin-bottom: 1em;
	padding: 14px 40px 14px 12px;
	background-color: #c0232c;
	color: #fff
}

.services-search-bar:before,.services-search-bar:after {
	content: " ";
	display: table
}

.services-search-bar:after {
	clear: both
}

.services-search-bar-text {
	display: table-cell;
	margin: 0 10px 0 0;
	vertical-align: middle;
	font-size: .875em
}

@media (max-width:767px) {
	.services-search {
		height: 280px
	}

	.services-search-bar-button {
		margin: 4px 0
	}
}

@media (min-width:768px) {
	.services-search {
		height: 380px
	}

	.services-search-bar-select {
		margin: 0
	}

	.services-search-bar-text {
		height: 40px
	}
}

.social-icons {
	margin: 0;
	padding: 0;
	list-style: none
}

.social-icons-title {
	padding: 5px 0;
	font-family: "Roboto",sans-serif;
	font-weight: normal;
	color: #b6b6b6;
	margin: 0 0 5px;
	border-bottom: 2px solid #c0232c
}

.social-icons-item {
	margin: 0 5px 0 0;
	padding: 0;
	float: left
}

.social-icons-icon {
	display: block;
	width: 34px;
	height: 34px;
	overflow: hidden;
	line-height: 120px;
	text-indent: 80px;
	background-color: #c0232c
}

.social-icons-icon:hover {
	background-color: #951b22
}

.social-icons-facebook {
	background-image: url(/pb/resources/img/sprite-social@2x.png);
	background-position: -2px -37px;
	background-repeat: no-repeat;
	background-size: 211px 75px
}

.social-icons-twitter {
	background-image: url(/pb/resources/img/sprite-social@2x.png);
	background-position: -45px -37px;
	background-repeat: no-repeat;
	background-size: 211px 75px
}

.subscription-option {
	margin-top: 2em;
	margin-bottom: 1em
}

.subscription-option-block {
	padding: 16px;
	background-color: #ececec
}

@media (min-width:768px) {
	.subscription-option-block {
		min-height: 382px
	}
}

.subscription-option-included-all {
	background-color: #ececec;
	border-left: solid 2px #ececec
}

.subscription-option-title,.subscription-option-price {
	font-family: "Roboto",sans-serif;
	font-weight: 100
}

.subscription-option-price {
	font-size: 1.75em
}

.subscription-option .subscription-option-features {
	padding: 0;
	margin: 0 0 1em;
	list-style: none
}

.subscription-option .subscription-option-feature {
	position: relative;
	padding-left: 36px;
	margin-bottom: .5em;
	min-height: 35px
}

.subscription-option .subscription-option-feature::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 26px;
	height: 26px;
	background-image: url(/pb/resources/img/icons/jep/interface-tick.svg);
	background-size: 211px 75px;
	background-size: 26px 26px
}

.subscription-option.is-recommended {
	margin-top: 0
}

.subscription-option.is-recommended .subscription-option-title,.subscription-option.is-recommended .subscription-option-price {
	font-family: "Lato",serif
}

.subscription-option.is-recommended .subscription-option-block {
	background-color: #ccd2d6
}

.subscription-option-recommended-highlight-block {
	height: 2em;
	padding: 4px;
	background-color: #4d687f;
	color: #fff
}

.subscription-login {
	display: inline-block;
	margin-right: 15px
}

@media (max-width:767px) {
	.subscription-option {
		margin-top: 0
	}

	.subscription-option-block {
		padding: 8px
	}
}

@media (min-width:768px) {
	.subscription-option-recommended-highlight-block {
		padding: 4px 16px
	}

	.subscription-option-block {
		padding: 16px
	}
}

@media (min-width:1010px) {
	.subscription-option-recommended-highlight-block {
		padding: 4px 32px
	}

	.subscription-option-block {
		padding: 32px
	}
}

@media (min-width:768px) {
	.subscription-option-included-all .button,.subscription-option-included-all .sub-form-form>button {
		float: right
	}
}

.supplement-block {
	background-color: #fff;
	padding: 10px
}

.supplement-block-image {
	position: relative;
	width: 100%;
	padding: 170px 20px 20px;
	background-size: cover;
	text-align: center;
	box-sizing: border-box
}

.supplement-block-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(44,51,70,0.5)
}

.supplement-block-button {
	position: relative;
	z-index: 2
}

.tab-navigation-scroller {
	padding: 0 0 0 10px;
	margin: 0;
	border-bottom: 2px solid #000
}

.tab-navigation-tab {
	position: relative;
	display: table-cell;
	width: 106px;
	height: 64px;
	margin-bottom: -4px;
	padding: 6px;
	vertical-align: middle;
	background-color: #c0232c;
	font-size: .875em;
	line-height: 1.2em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff
}

.tab-navigation-tab:hover {
	color: #fff
}

.tab-navigation-tab:not(.active):hover {
	background-color: #951b22
}

.tab-navigation-tab.active {
	height: 68px;
	margin-top: 0;
	margin-bottom: -2px;
	border-color: #000;
	background-color: #fff;
	border-bottom-color: #fff;
	color: #000
}

.tab-navigation-tab-content {
	padding: 1em;
	background-color: #fff
}

.tab-navigation-tab-content:target {
	display: block !important
}

.pb-c-tab-navigation-tab {
	min-height: 0
}

@media (max-width:1009px) {
	.tab-navigation {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch
	}

	.tab-navigation-scroller {
		min-width: 900px
	}
}

.sub-form-form>input {
	margin-bottom: 20px
}

.sub-form-form>div[class^="first name"],.sub-form-form>div[class^="last name"] {
	margin: 0 0 20px !important;
	width: 50%
}

.sub-form-form>div[class^="first name"] {
	padding-right: 5px
}

.sub-form-form>div[class^="last name"] {
	padding-left: 5px
}

.sub-form .sub_confirm {
	font-family: "Lato",serif;
	font-weight: 700;
	font-size: 18px;
	background-color: #c0232c;
	color: #fff;
	padding: 40px 20px;
	line-height: 2em;
	border-left: 4px solid #b6b6b6
}

.authentication-form-registration-promo-checkbox-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center
}

.authentication-form-registration-promo-label {
	-ms-flex: 1;
	flex: 1;
	margin: 0;
	font-size: .8em;
	line-height: 1.4
}

.authentication-form-forgot-password-link-container {
	display: block;
	text-align: right;
	font-size: .8em
}

.user-reset-password {
	margin-bottom: 1em;
	padding: 8px;
	background-color: #ececec
}

.user-reset-password:before,.user-reset-password:after {
	content: " ";
	display: table
}

.user-reset-password:after {
	clear: both
}

.user-reset-password-text {
	padding: 0
}

.user-reset-password-text-element {
	display: table-cell;
	vertical-align: middle;
	height: 48px;
	font-size: .875em
}

.user-reset-password-button {
	min-height: 48px;
	position: relative
}

.user-reset-password-button-element {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%)
}

.footer-bottom {
	background-color: #c0232c;
	padding: 20px 0;
	color: #fff
}

.footer-bottom:before,.footer-bottom:after {
	content: " ";
	display: table
}

.footer-bottom:after {
	clear: both
}

.footer {
	background-color: #ececec;
	padding: 20px 0;
	border-top: 2px solid #fff
}

.footer:before,.footer:after {
	content: " ";
	display: table
}

.footer:after {
	clear: both
}

.masthead {
	border-top: 4px solid #c0232c;
	border-bottom: solid 1px #d1d1d1;
	background-color: #fff
}

.masthead:before,.masthead:after {
	content: " ";
	display: table
}

.masthead:after {
	clear: both
}

@media (max-width:767px) {
	.masthead {
		border-bottom: 4px solid #c0232c
	}
}

@media (min-width:768px) {
	.masthead.fixed {
		position: fixed;
		z-index: 100;
		top: 0;
		width: 748px
	}
}

@media (min-width:1010px) {
	.masthead.fixed {
		width: 990px
	}
}

@media (min-width:1200px) {
	.masthead.fixed {
		width: 1024px;
		max-width: 1024px
	}
}

.default-layout-content {
	background-color: #fff
}

.default-layout-header,.default-layout-footer {
	padding-top: 0;
	padding-bottom: 0
}

.entertainment-layout-header,.entertainment-layout-footer {
	padding-top: 0;
	padding-bottom: 0
}

.entertainment-layout-top,.entertainment-layout-best-of,.entertainment-layout-this-week-in-photos,.entertainment-layout-bottom {
	background-color: #fff
}

.entertainment-layout-editors-picks {
	background-color: #ececec
}

.entertainment-layout-music,.entertainment-layout-dining-out,.entertainment-layout-attractions,.entertainment-layout-theatre-and-comedy,.entertainment-layout-whats-on {
	padding: 20px 0;
	background-size: cover;
	position: 50% 50%
}

.entertainment-layout-music,.entertainment-layout-attractions,.entertainment-layout-theatre-and-comedy {
	background-image: url(/pb/resources/img/music-bg.jpg)
}

.entertainment-layout-dining-out,.entertainment-layout-whats-on {
	background-image: url(/pb/resources/img/dining-bg.jpg)
}

.entertainment-layout-dining-out .title-divider,.entertainment-layout-whats-on .title-divider {
	color: #fff
}

.entertainment-layout-section .button-primary:not(.important),.entertainment-layout-section .sub-form-form>button:not(.important):last-child {
	background-color: #9800b9
}

.entertainment-layout-section .button-primary:not(.important):hover,.entertainment-layout-section .sub-form-form>button:not(.important):hover:last-child,.entertainment-layout-section .button-primary:not(.important):focus,.entertainment-layout-section .sub-form-form>button:not(.important):focus:last-child {
	background-color: #2e013b
}

.homepage-header,.homepage-footer {
	padding-top: 0;
	padding-bottom: 0
}

.homepage-top {
	background-color: #ececec
}

.homepage-sport {
	background-image: url(/pb/resources/img/sport-bg.jpg/?t=1);
	background-size: cover
}

.homepage-sport .title-divider {
	color: #fff
}

.homepage-after-top,.homepage-after-sport,.homepage-after-entertainment,.homepage-bottom {
	background-color: #fff
}

.homepage-entertainment {
	position: relative;
	background-image: url(/pb/resources/img/entertainment-bg.jpg/?t=1);
	background-size: cover
}

.homepage-entertainment::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(152,0,185,0.76)
}

.homepage-entertainment .pb-container::after {
	content: "";
	background-image: url(/pb/resources/img/native-monster-logo-white.png);
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	background-size: 120px 35px;
	width: 120px;
	height: 35px
}

.homepage-entertainment .title-divider {
	color: #fff
}

.homepage-voices {
	background-color: #2d6eb0
}

.homepage-voices .title-divider,.homepage-voices .generic-story-list-site-link {
	color: #fff
}

.generic-story-list-site-link {
	font-size:16px;font-weight:800;line-height:28px;
}

@media (max-width:767px) {
	.homepage-entertainment .pb-container::after {
		background-size: 100px 29px;
		width: 100px;
		height: 29px
	}
}

.guiton-homepage-header,.guiton-homepage-footer {
	padding-top: 0;
	padding-bottom: 0
}

.guiton-homepage-top {
	background-color: #ececec
}

.guiton-homepage-sport {
	background-image: url(/pb/resources/img/guiton-sport-bg.jpg);
	background-size: cover
}

.guiton-homepage-sport .title-divider {
	color: #fff
}

.guiton-homepage-after-top,.guiton-homepage-after-sport,.guiton-homepage-bottom {
	background-color: #fff
}

.primary-local-hub-header,.primary-local-hub-footer {
	padding-top: 0;
	padding-bottom: 0
}

.primary-local-hub-top {
	background-color: #ececec
}

.primary-local-hub-sport {
	background-image: url(/pb/resources/img/sport-bg.jpg/?t=1);
	background-size: cover
}

.primary-local-hub-sport .title-divider {
	color: #fff
}

.primary-local-hub-business-and-more,.primary-local-hub-after-entertainment {
	background-color: #fff
}

.primary-local-hub-entertainment {
	position: relative;
	background-image: url(/pb/resources/img/entertainment-bg.jpg/?t=1);
	background-size: cover
}

.primary-local-hub-entertainment::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(152,0,185,0.76)
}

.primary-local-hub-entertainment .pb-container::after {
	content: "";
	background-image: url(/pb/resources/img/native-monster-logo-white.png);
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	background-size: 120px 35px;
	width: 120px;
	height: 35px
}

.primary-local-hub-entertainment .title-divider {
	color: #fff
}

@media (max-width:767px) {
	.primary-local-hub-entertainment .pb-container::after {
		background-size: 100px 29px;
		width: 100px;
		height: 29px
	}
}

.match-report-layout-header,.match-report-layout-footer {
	padding-top: 0;
	padding-bottom: 0
}

.match-report-layout-report,.match-report-layout-line-up,.match-report-layout-live-feed,.match-report-layout-stats,.match-report-layout-bottom {
	background-color: #fff
}

.sport-header,.sport-footer {
	padding-top: 0;
	padding-bottom: 0
}

.sport-after-watch-the-latest {
	background: #fff url(/pb/resources/img/football-bg.jpg) center/cover
}

.sport-after-watch-the-latest .title-divider,.sport-after-watch-the-latest .advertising-notice {
	color: #fff
}

.sport-top,.sport-after-grassroots,.sport-watch-the-latest,.sport-grassroots {
	background-color: #fff
}

.guiton-sport-header,.guiton-sport-footer {
	padding-top: 0;
	padding-bottom: 0
}

.guiton-sport-top,.guiton-sport-pa-feed {
	background-color: #fff
}

.story-content,.story-after-content {
	background-color: #fff
}

.story-header,.story-footer {
	padding-top: 0;
	padding-bottom: 0
}

.voices-header,.voices-footer {
	padding-top: 0;
	padding-bottom: 0
}

.voices-top,.voices-features,.voices-readers-letters {
	background-color: #ececec
}

.voices-your-voice {
	background-color: #2d6eb0
}

.voices-your-voice .title-divider {
	color: #fff
}

.voices-trusted-voices,.voices-our-voices,.voices-bottom {
	background-color: #fff
}

.voices-our-voices .block {
	background-color: #ececec
}