html, body {height: 100%;}
html, body, p, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, form, input, h4.subheading {
	font-family:'Open Sans', sans-serif;
	color:#383838;
}
p {
	line-height:24px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight:500;
}
h4.subheading {
	font-size: 15px;
	font-weight: bold;
}
a:link {
	color:#449d44;
	text-decoration:none;
}
a:hover, a:visited, a:active {
	color:#007900;
	text-decoration: underline;
}
a:link.btn,
a:visited.btn,
a:hover.btn,
a:active.btn {
	color:#fff;
}
a:link.btn-default,
a:visited.btn-default,
a:hover.btn-default,
a:active.btn-default {
	color:#333;
}
a.text-danger {
	color: #a94442;
}
img, iframe {
	max-width: 100%;
}
.sp-billing {
	max-width: 700px;
	min-width: 280px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	font-family: sans-serif;
	color: #000;
	font-size: 16px;
}

.sp-form-group {
	line-height: 40px;
	overflow: auto;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
}

div.sp-label-column {
	float: left;
	width: 12%;
	max-width: 200px;
	min-width: 50px;
	margin-right: 4px;
	clear: left;
	color: #000;
	font-size: 16px;
}

div.sp-label-column-sm {
	font-size: 14px;
}

.sp-input-column {
	float: left;
	width: 70%;
	min-width: 220px;
}

.sp-input-column input,
.sp-input-column select {
	border: none;
	outline: none;
	width: 100%;
	font-family: sans-serif;
	font-size: 1em;
	box-sizing: border-box;
	line-height: 1.3em;
	padding: 2px 4px;
	background-color: #fff;
}

.sp-input-column input.invalid,
.sp-input-column select.invalid {
	border: 1px solid #FF2528;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0) inset, 0 1px 0 rgba(255, 255, 255, 0), 0 0 2px 0 rgba(255, 0, 0, 0.5);
}

.sp-error-message {
	clear: both;
	font-size: 0.72em;
	line-height: 1.2em;
	color: red;
	margin-bottom: 5px;
	white-space: nowrap;
}

@media (min-width: 994px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 994px) {
  .navbar-toggle {
    display: none;
  }
}
@media (max-width: 993px) {
  .navbar-toggle {
    display: block;
  }

	.keyitem.keyitem-with-img .carousel-news-title {
		font-size: 2.4vw;
		line-height: 2.9vw;
	}

	.keyitem.keyitem-with-img .carousel-keyitem-description {
		margin-top: 2rem;
		font-size: 1.5rem;
		line-height: 1.9rem;
	}
}
.navbar {
	margin-bottom:0;
	max-height:90px;
	height:90px;
	box-shadow: 0 4px 21px 0 rgba(51,51,51,0.75);
}
.navbar-brand {
  padding: 8px 10px;
  font-size: 19px;
  line-height: 21px;
  height: 50px;
  padding:10px;
}
.navbar-brand img {
	width:150px;
	height:auto;
	margin-top:-2px;
}
.navbar-nav {
	white-space:nowrap;
	clear:both;
	margin-top:-20px;
	margin-right:10px;
}
.navbar-nav li a, .navbar-nav li a:visited {
	color:#383838;
	font-size:14px;
	padding:6px 14px;
	margin-top:-8px;
}
.navbar-nav li a:hover, .navbar-nav li a:active, .navbar-nav .active a, .navbar-nav .active a:hover, .navbar-nav .active a:visited {
	background:none;
	color:#449d44;
}
.navbar-nav li {
	color:#bbb;
	font-size:12px;
	padding-top:7px;
	vertical-align:middle;
	margin-top:0;
}
.navbar-nav .btn {
	margin-left:8px;
	margin-top:-2px;
}
.navbar-nav li.li-login,
.navbar-nav li.li-search {
	padding: 0;
	margin: 0;
}
.navbar-nav li.li-login a {
	margin-left: 8px;
	margin-top: -2px;
	font-size: 16px;
	padding: 6px 12px;
	color: #fff;
}
.navbar-nav li.li-login a:hover,
.navbar-nav li.li-login a:active {
	background-color: #449d44;
	color: #fff;
}

.navbar-menu1 .dropdown-menu li a{
	font-size: 17px;
}

.navbar .navbar-menu1 .dropdown-menu {
	padding: 5px 12px 20px 12px;
}

.full-height {
	height:100%;
}
.carousel-height {
	margin-top:20px;
	height: 55vw;
	max-height: 80vh;
	min-height: 450px;
}

.carousel-news-outer {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: stretch;
	position: absolute;
	bottom: 50px;
	left: 10px;
	right: 10px;
	margin-bottom: 10px;
}

.carousel-keyitem-description {
	font-size: 2vw;
	height: 100%;
	margin-top: -10px;
}

@media (max-width: 768px) {
	.carousel-height {
	margin-top:0;
	margin-bottom:0;
	}
}
@media (max-width: 520px) {
	.carousel-height {
		height:400px;
	}

	.carousel-down, .carousel-indicators {
		display: none;
	}

	.carousel-news-outer {
		bottom: 10px;
	}
}
.fit-bg {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.carousel .fit-bg {
	background-position: top center;
}
.carousel-control-fp {
	margin-top:90px;
}
.carousel-indicators {
	display: none;
	margin-bottom: 70px;
}

.carousel-indicators li {
	margin: 1px 10px;
	box-shadow: 0px 0px 4px #fff;
}

.carousel-indicators li.active {
	margin: 0 10px;
}

.carousel-caption {
	display: none;
}

.carousel-down-outer {
	position: absolute;
	bottom: -3em;
	left: 0;
	right: 0;
}

.carousel-down {
	margin: auto;
	width: 44px; 
	height: 44px; 
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 44px;
	font-size: 22px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	cursor: pointer;
}

.carousel-down:hover {
	border: 1px solid #fff;
	background: none;
}

.z-payment-form {
	margin-top: -120px;
}

@-moz-keyframes more {
	0% {
		bottom: -3em;
	}

	100% {
		bottom: 2em;
	}
}

@-webkit-keyframes more {
	0% {
		bottom: -3em;
	}

	100% {
		bottom: 2em;
	}
}

@-ms-keyframes more {
	0% {
		bottom: -3em;
	}

	100% {
		bottom: 2em;
	}
}

@keyframes more {
	0% {
		bottom: -3em;
	}

	100% {
		bottom: 2em;
	}
}
    
.carousel-down-outer {
	-moz-transition: height 0.2s ease;
	-webkit-transition: height 0.2s ease;
	-ms-transition: height 0.2s ease;
	transition: height 0.2s ease;
	-moz-animation: more 0.75s ease-out 3s forwards;
	-webkit-animation: more 0.75s ease-out 3s forwards;
	-ms-animation: more 0.75s ease-out 3s forwards;
	animation: more 0.75s ease-out 3s forwards;
}    

.carousel-news {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
	color: #fff;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.3);
	flex-grow: 1;
}

/* .carousel-news-date, .carousel-news-count, .carousel-news-info {
	color: #fff;
	font-size: 17px;
	line-height: 4.5vw;
}*/

.carousel-news {
	position: relative;
}

.carousel-news-countoutter {
	position: absolute;
	bottom: 10px;
	right: 40px;
}

.carousel-news:hover {
	background-color: rgba(255,255,255,0.6);
}

/* .carousel-light .carousel-control span {
	display: none;
} */

.carousel-news h4 {
	margin: 10px 10px 7px 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #acacac;
}
.carousel-news img {
	border-radius: 8px;
	max-width: 100%;
	max-height: 10vw;
	height: auto;
	width: auto;
	margin-bottom: 1rem;
}

/* .carousel-news a, .carousel-news a:hover {
	font-size: 3.8vw;
	line-height: 4.8vw;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	margin: 10px 20px;
	display: block;
} */

a.carousel-news-left,
a.carousel-news-right {
	color: rgba(255, 255, 255, 0.7);
	font-size: 4vw;
}

a.carousel-news-left:hover,
a.carousel-news-right:hover {
	color: rgba(255, 255, 255, 1);
}

.carousel-news-info {
	margin-top: 0;
}

.carousel-news-count {
	float: right;
}

.carousel-news a.news-no-image, .carousel-news a.news-no-image:hover {
	font-size: 28px;
}

.carousel-news > a, .carousel-news > a:hover {
	display: flex;
	align-items: stretch;
}

.carousel-new-info {
}

.carousel-news .news-img-holder {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 7px;
	margin-right: 20px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	flex-direction: row;
}

.carousel-news .news-text-holder {
	display: flex;
	width: 75%;
	vertical-align: top;
	flex-direction: column;
	justify-content: space-between;
}

.home-news .news-img-empty {
	display: none;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-news a:nth-child(1) .news-img-empty { background-image: url('/data/files/carousel/carousel2.jpg'); }
.home-news a:nth-child(2) .news-img-empty { background-image: url('/data/files/carousel/carousel3.jpg'); }
.home-news a:nth-child(3) .news-img-empty { background-image: url('/data/files/carousel/carousel5.jpg'); }
.home-news a:nth-child(4) .news-img-empty { background-image: url('/data/files/carousel/carousel6.jpg'); }
.home-news a:nth-child(5) .news-img-empty { background-image: url('/data/files/carousel/carousel7.jpg'); }
.home-news a:nth-child(6) .news-img-empty { background-image: url('/data/files/carousel/carousel1.jpg'); }

.carousel-light .carousel-control {
	width: 50px;
	color: rgba(255, 255, 255, 0.8);
	/* display: none; */
}

.large-caption {
	color:#fff;
	text-align:left;
	left:10%;
	bottom:10%;
	width:80%;
	font-size:30px;
	font-size:2vw;
}
.large-caption h1 {
	font-family:'Raleway', sans serif;
	color:#fff;
	font-weight:500;
	font-size:8vw;
}
.fit-img {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	margin-bottom:-1px;
}
div.fit-img {
	background-size: cover;
	display: inline-block;
	background-position: 50% 0;
}
.bg-lightblue {
	background-color:#e9f0fc;
}
.bg-vlightgrey {
	background-color: #f8f8f8;
}
.bg-vlightblue {
	background-color: #f8f8fe;
}
.bg-white {
	background-color:#fff;
}
.circle-size {
	width:90%;
	height:90%;
	max-width:300px;
	max-height:300px;
	border:6px solid #d0dff8;
	margin:0 auto;
}
.block .lead, .lead {
    font-size: 18px;
}
@media (min-width: 768px) {
  .block .lead, .block:not(.block-secondary) .lead, .lead {
    font-size: 18px;
  }

	.carousel-news-outer {
		display: flex;
		flex-direction: row;
		align-items: center;
		align-content: stretch;
		bottom: 120px;
		left: 40px;
		right: 40px;
	}

	.carousel-down, .carousel-indicators {
		display: block;
	}
}
.lead-first > p:nth-of-type(1) {
	font-size: 18px;
}
.text-white {
	color:#fff;
}
.header-bg {
	margin-top:90px;
	height:200px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	position:relative;
	overflow:hidden;
}
.header-bg h1 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 768px) {
  .header-bg h1 {
    width: 740px;
  }
}
	.region-map-col {
		width: 270px;
		max-width: 270px;
		padding-right: 10px;
	}

@media (max-width: 768px) {
.region-map-col, .filter-map-col {
	display: block;
}

.filter-map-col .filters .radio-container {
	display: table-row;
}

.filter-map-col .radio-container input, .filter-map-col .radio-container label {
	display: table-cell;
}

.filter-map-col .radio-container label {
	padding-left: 10px;
}

.pagination-holder .pagination-info {
	float: none;
}

}


@media (min-width: 992px) {
	/*.carousel-news-date, .carousel-news-count, .carousel-news-info {
		font-size: 1.5vw;
	}*/

  .header-bg h1 {
    width: 880px;
  }
}
@media (min-width: 1200px) {
  .header-bg h1 {
    width: 1020px;
  }
}
@media (max-width: 1199px) {
	.navbar-nav li a, .navbar-nav li a:visited {
		padding: 6px 10px;
	}
}
.header-bg img {
	width:100%;
	position:absolute;
	bottom:-2px;
	right:-3px;
}
.text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.text-header {
	margin-top:58px;
	font-size:50px;
}
.page-header {
	font-size:60px;
	line-height:70px;
	border-bottom:1px solid #bbb;
	padding-bottom:20px;
}

@media (max-width: 768px) {
	.page-header {
		font-size:44px;
		line-height:50px;
	}
}
.page-icon {
	font-size:80px;
	line-height:80px;
	color:#305b85;
  	text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.poc-video {
	max-width:443px;
	min-width:300px;
	height:260px;
	margin:auto;
}
.poc-video iframe {
	width:100%;
	height:100%;
}
.navbar-toggle {
	background-color: #5cb85c;
	float:right;
	margin-right:10px;
	margin-top:28px;
}
.navbar-toggle .icon-bar {
	background-color:#fff;
}
.stage {
	min-height: 100%;
}
.stage-shelf {
	padding: 100px 0 0 0;
	background-color:#f7f5f1;
	background-color:#fff;
	height:100%;
	overflow:auto;
	z-index: 1020;
	display: none;
	/*box-shadow: 4px 0 21px 0 rgba(51,51,51,0.55);*/
}
.nav-bordered.nav-stacked li {
	list-style: none;
}
.nav-bordered.nav-stacked ul {
	padding-left: 20px;	
}
.nav-bordered.nav-stacked li ul {
	display: none;
}
.nav-bordered.nav-stacked li.open > ul {
	display: block;
}
.nav-bordered.nav-stacked li.active a,
.nav-bordered.nav-stacked li.active a:hover,
.nav-bordered.nav-stacked li.active a:focus {
  	color:#449d44;
	background-color:none;
  	border-left-color: #2595FF;
  	border:none;
}
.nav-bordered.nav-stacked li a {
  display: block;
  padding: 10px 10px 10px 30px;
  border-bottom: 0;
  color:#383838;
  border-left: 4px solid transparent;
  border:none;
}
.nav-bordered.nav-stacked li a:hover,
.nav-bordered.nav-stacked li a:focus {
	background-color:none;
  border-left: 4px solid;
  color:#449d44;
  border:none;
}
.nav-bordered.nav-stacked .nav-divider {
	margin-right:30px;
	background-color:#acacac;
}
.bg-footer {
	background-color:#383838;
	padding: 10px 20px;
	min-height:160px;
	vertical-align:bottom;
}
.footer-text {
	font-size:12px;
	color:#cfcfcf;
}
.footer-text a {
	color:#ffb645;
}
.footer-logo {
	width:120px;
	height:auto;
	margin-bottom:20px;
}
.footer-text .icon {
	font-size:22px;
	margin-top:-4px;
	margin-right:10px;
	opacity:0.7;
	margin-left:-22px;
}
.footer-text .iconlist {
	margin: 0 50px 0 10px;
	padding:0;
	display: inline-block;
	vertical-align: top;
}
.footer-text .iconlist li {
	margin: 6px 0;
	padding:0;
}
.footer-text .iconlist li .icon {
	vertical-align:middle;
}
.footer-text .iconlist a {
	color:#fff;
	padding-left:0;
}
.footer-text .iconlist a:hover, .footer-text .iconlist a:focus, .footer-text .iconlist a:active {
	text-decoration:none;
	color:#ffb645;
}

.iconlist.footerlist li {
	line-height: 30px;
}

.news-outer {
	position:absolute;
	top:120px;
	right:80px;
}

.news-box {
	background-color:rgba(256,256,256,0.7);
	width:220px;
	border-radius:8px;
  	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
	z-index: 50;
	margin-bottom: 10px;
}
.news-box hr {
	border-top-color:#acacac;
	margin:10px 0;
}
.news-box > a {
	text-decoration:none;
	color:#383838;
	display:block;
	padding:4px;
}
.news-box > a:hover {
	background-color:rgba(256,256,256,0.7);
}

.wod-box {
	display: block;
	text-align: center;
	font-size: 15px;
}

.wod-date {
	display: block;
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0;
}

.wod-box img {
	width: 100%;
}

.wod-box {
	padding: 10px;
}

.wow-text {
	margin-top: 10px;
}

.wow-button {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wow-logo {
	border-radius: 5px 5px 0 0;
}

.news-box a.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.photo-style {
	text-align:center;
	background-color:#fff;
	border-radius:2px;
	padding:6px;
	padding-bottom:12px;
	box-shadow: 2px 2px 16px 0 rgba(51,51,51,0.75);
	font-size:16px;
	font-family: 'Gloria Hallelujah', cursive;
}
.photo-style img {
	margin-bottom:6px;
}
.photo-style.not-written {
	font-family:'Open Sans', sans-serif;
	font-size:14px;
}
.rotate-left {
	transform:rotate(-6deg);
}
.rotate-right {
	transform:rotate(6deg);
}
.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

.helpicon {
	color: #007900;
}

/* Listing tables ------------------------------------------------------------------------------- */

td {
	padding-bottom:8px;
}
.button-icon {
	padding-right:10px;
}
.b-l {
	border-left:1px solid #acacac;
}
.b-b {
	border-bottom:1px solid #acacac;
}
.in-line {
	display:inline;
}
.in-line-block {
	display:table-cell;
}
.md-size {
	font-size:22px;
}
.p-l-ad {
	padding-left:46px;
}


.pagination > li > a,
.pagination > li > span {
  color: #5cb85c;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #449d44;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #fff;
  color: #449d44;
/*  border-color: #2595FF;
 *  */}

.alert div,
.alert p,
.alert a,
.alert a:hover,
.alert a:active,
.alert a:focus,
.alert a:visited {
	color: inherit;
}
.alert p {
	line-height: 1.4;
}

.alert a,
.alert a:hover,
.alert a:active,
.alert a:focus,
.alert a:visited {
	font-weight: bold;
}

.alert.alert-danger a:hover {
	color: #a94442;
	font-weight: bold;
}

.content-list div {
	list-style-type: disc;
	padding-left: 40px;
	margin-bottom: 10.5px;
}

.content-list p {
	display: list-item;
	list-style-type: disc;
	margin: 0;
	line-height: 21px;	
}

.li-p-b li, .li-p-b.content-list p,
.content-plus li {
	padding-bottom: 20px;
}

.content-plus li {
	padding-bottom: 10.5px;
	line-height: 24px;
}

.content-plus li p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.content-plus ul {
	margin-bottom: 0;
}

.paragraph-collapse p {
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

.form-control.day-input,
.form-control.month-input,
.form-control.year-input{
	display: inline;
}
.filterField .input-group,
.filter .input-group{
	width: 180px;
}
@media (max-width: 800px) {
	.form-inline .form-control{
		width: auto;
		display: inline;
		width: 150px;
	}
	.filters-body{
		display: none;
	}
	.filters.open .filters-body, .filters-head{
		display: block;
	}
	.filters-head{
		padding: 5px;
		background-color: #ccc;
		display: block;
	}
	.filters .filter,
	.filters .filterField{
		display: block;
		width: auto;
	}
	.filters .filter label,
	.filters .filterField label,
	.filters .filter .radiogroup-label,
	.filters .filterField .radiogroup-label{
		width: 29%;
	}
}
.filters{
	/*background-color: #b0c9e0;*/
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius:4px;
}
.filters .filters{
	border: none;
	margin: 0;
}

.filters-head{
	font-weight: bold;
	display: none;
}
@media (max-width: 800px) {
	.filters-head{
		display: block;
	}
}

.filters-body{
	padding: 5px 10px;
}

.filter, .filterField, .filter-buttons,
.filter, .filterField, .filterButtons{
	display: inline-block;	
}

.filters .filter.radiogroup-table{
	display: block;
	width: auto;
}

.filter-buttons,
.filterButtons{
	text-align: right;
	float: right;
	margin: 5px 15px 10px 10px;
}

.filter-buttons button,
.filter-buttons input,
.filterButtons button,
.filterButtons input{
	margin-left: 10px;
}

.filters label,
.filters .radiogroup-label{
/*	color: #00529B;
 *	*/	font-weight: bold;
	display: inline-block;
	text-align: right;
	width: 100px;
	margin-right: 10px;
}

.filters .radiogroup label{
	font-weight: normal;
	text-align: left;
	margin-left: 5px;
	width: auto;
	margin-right: 15px;
}
.filters .radio-container{
	display: inline;
}
.filterField .input-group,
.filter .input-group{
	width: 180px;
}

.filterField.autowidth select,
.filter.autowidth select
{
	width: auto;
}
.filter input,
.filterField input
{
	width: 200px;
	margin-right:10px;
	display: inline;
}
.filter input.date{
	width: 180px;
}

.filter select,
.filterField select,
.filterField {
	width: 200px;
	margin-right:10px;
	display: inline;
}

.filter.filter-long select {
	width: 230px;
}

.filter .input-group {
	margin-right: 10px;
}
.filter .datefield-inputs select,
.filterField .datefield-inputs select{
	margin-right:10px;
	width: auto;
	font-size: 11px;
}
.filter input[type="image"],
main input[type="image"]{
	width: auto;
}
div.filters *{
	font-size: 0;
}

div.filters label,
div.filters input,
div.filters select,
div.filters select > *,
div.filters button,
div.filters a,
div.filters .radiogroup-label,
div.filters .datefield-inputs,
div.filters .datefield-inputs *,
div.filters .filters-head,
div.filters .filters-head *,
div.filters .input-group *,
div.filters .radiogroup-table *
{
	font-size: 14px;
	vertical-align: middle;
}
div.filters .filter-symbols-label{
	font-size: 12px;
	margin: -3px 0 7px 13px;
	font-weight: bold;
}
.filter, .filterField{
	margin: 5px 0;
}
.filter label,
.filterField label,
.filter input,
.filterField input,
.filter .datefield-inputs,
.filterField .datefield-inputs,
.filter .datefield-inputs,
.filterField .datefield-inputs *{
	vertical-align: middle;
}

div.filters .datefield-inputs{
	display: inline-block;
	width: 180px;
	margin-right:10px;
}
.filterField .input-group,
.filter .input-group{
	width: 180px;
}

.filterField.autowidth select,
.filter.autowidth select
{
	width: auto;
}

.filter input,
.filterField input
{
	width: 180px;
	display: inline;
}
.filter input.date{
	width: 180px;
}

.filter select,
.filterField select{
	width: 180px;
	display: inline;
}
.filter .datefield-inputs select,
.filterField .datefield-inputs select{
	width: auto;
	font-size: 11px;
}
.filter input[type="image"],
main input[type="image"]{
	width: auto;
}
input.postcode{
	width: 70px;
}

.filter input.postcode{
	width: 180px;
}

.grade_opt{
	display: block;
	margin-right: 20px;
	margin-bottom: 5px;
}

.datefield-inputs img{
	vertical-align: middle;
}

.radiogroup label{
	margin-bottom: 0;
}
.filter_symbols{
        margin-right: 10px;
        margin-bottom: 10px;
}

.filter_symbol{
        display: inline-block;
}

.filter_symbol input{
}

.filter_symbol img{
        opacity: 0.4;
        width: auto;
        cursor: pointer;
        margin-right: 10px;
}

.filter_symbol_box {
	height: 25px;
	width: 25px;
}

.filter_symbol_box img, img.event_symbol_box {
	border: 1px solid #333;
	border-radius: 4px;
	padding: 3px 5px;
	margin-right: 10px;
}

img.event_symbol_box {
	height: 25px;
	display: inline-block;
	margin-right: 0;
	margin-left: 5px;
}

.filter_symbol input:checked + img{
        opacity: 1;
}

.filter_symbol label{
        position: absolute;
        left: -9999px;
}

.filter_symbol label{
	position: absolute;
	left: -9999px;
}
.standard th, .listing th, .info th {
	background-color:#c3c3c3;
}

.smalltabletext td {
	font-size: 12px;
}

.standard tbody tr:nth-child(2n) {
	background-color: #eee;
}

.info td {
	border: 1px solid #ddd;
}

.cke_show_borders table.info.cke_show_border, .cke_show_borders table.info.cke_show_border > tr > td, .cke_show_borders table.info.cke_show_border > tr > th, .cke_show_borders table.info.cke_show_border > tbody > tr > td, .cke_show_borders table.info.cke_show_border > tbody > tr > th, .cke_show_borders table.info.cke_show_border > thead > tr > td, .cke_show_borders table.info.cke_show_border > thead > tr > th, .cke_show_borders table.info.cke_show_border > tfoot > tr > td, .cke_show_borders table.info.cke_show_border > tfoot > tr > th {
    border: #ddd 1px solid;
}
/* Form tables ------------------------------------------------------------------------------- */

table.fields th, table.fields td{
	padding-left: 0;
	padding-right: 20px;
}
table.fields th, label{
	/* color: #666; */
	font-weight: normal;
}

table.fields th, table.fields td{
	vertical-align: top;
}

table.fields .section-heading{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

/* Editable content -------------------------------------------------------------------------- */

.content-editable .content-text:hover,
.content-editable .content-break:hover,
.content-editable .content-basic:hover,
.content-editable .content-plus:hover,
.content-editable .content-list-inner:hover
{
	outline: 2px solid #afc;
	outline-offset: 7px;
}
.content-editable .content-image:hover,
.content-editable .content-images img:hover
{
	outline: 3px solid #afc;
	cursor: pointer;
}

.content-editable .content-text:focus,
.content-editable .content-break:focus,
.content-editable .content-basic:focus,
.content-editable .content-plus:focus,
.content-editable .content-list-inner:focus
{
	outline: 2px solid #acf;
	outline-offset: 7px;
}
.content-editable figcaption {
	display: block;
	min-height: 1em;
}

.content-images {
	white-space: nowrap;
}
.content-images img {
	vertical-align: top;
}
.content-images figure, .content-images-add {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.content-images-add .icon {
	display: table-cell;
	height: 200px;
	width: 150px;
	background-color: #ddd;
	color: #fff;
	vertical-align: middle;
	font-size: 60px;
	margin-bottom: 5px;
}

.content-images img {
	height: 200px;
	margin-bottom: 5px;
}

.content-editable span.content-text {
	display: inline-block;
	/*min-height: 1em;*/
	width: 100%;
}

.content-unused {
	display: none;
}

.btn.content-layout-button {
	margin: 5px 8px;
	padding: 6px;
}

label.content-image-label {
	display: inline;
	position: relative;
	margin: 0;
}

input.content-image-input {
	display: none;
}

.admin-toolbar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 1030;
	padding: 10px;
	box-shadow: 0 -4px 21px 0 rgba(51,51,51,0.75);
}

.admin-message {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 56px;
	z-index: 1030;
	text-align: center;
}

/* Club Map ------------------------------------------------------------------------------- */

#svgclubmap {
	margin-top:10px;
	max-height:500px;
}
.clubbox {
	width:40px;
	height:20px;
	border: 1px solid #575757;
	margin: 0 10px 4px 0;
	float:left;
	clear:left;
}
.soa-colour {
	background-color: #7da7d9;
}
.nioa-colour {
	background-color: #81ca9d;
}
.neoa-colour {
	background-color: #fff79a;
}
.nwoa-colour {
	background-color: #f5999e;
}
.yhoa-colour {
	background-color: #6dcff6;
}
.emoa-colour {
	background-color: #c4df9a;
}
.wmoa-colour {
	background-color: #fec689;
}
.woa-colour {
	background-color: #7accc8;
}
.eaoa-colour {
	background-color: #f69779;
}
.seoa-colour {
	background-color: #f499c2;
}
.scoa-colour {
	background-color: #bc8cbe;
}
.swoa-colour {
	background-color: #8781bd;
}
.clubmaplinks {
	margin-top:20px;
}
.clubmaplinks a {
	color:#000;
	display:block;
	padding:4px;
	margin-bottom:8px;
}
.clubmaplinks a:hover, .clubmaplinks a.hover {
	background-color:#eaeaea;
	text-decoration:none;
}

/* Panels ---------------------------------------------------------------------------- */

.itempanels .panel-body {
	display: none;
}

.itempanels .always-open .panel-body,
.itempanels .open .panel-body {
	display: block;
}

.itempanels .open .caret {
    border-top-width: 0;
    border-bottom: 4px solid #449d44;
}

/* Forms ------------------------------------------------------------------------------ */
.donotuse {
	position: absolute;
	left: -9999px;
}

/* Dropdown menu ------------------------------------------------------------ */

.navbar .dropdown-menu {
	margin: 0;
	top:60px;
	background-color: #383838;
	color:#cfcfcf;
	padding:12px;
	border:none;
}
.navbar .dropdown-menu .divider {
/*  height: 1px;
 *    margin: 9.5px 0;
 *      overflow: hidden;
 *      */  background-color: #cfcfcf;
	padding:0px;
}
.navbar .dropdown-menu > li > ul {
	vertical-align:top;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #858585;
	min-height:100%;
}
.navbar .dropdown-menu > li > ul:last-child {
	border-right:none;
	margin-right:0;
	padding-right:0;
}
.navbar .dropdown-menu > li > a, .navbar .dropdown-menu > li > a:visited, .navbar .dropdown-menu > li > ul > li > a, .navbar .dropdown-menu > li > ul > li > a:visited {
	font-weight:normal;
	line-height:1.4;
/*  display: block;
 *    padding: 3px 20px;
 *      clear: both;
 *        font-weight: normal;
 *          line-height: 1.4;
 *          */  color: #cfcfcf;
/*  white-space: nowrap;
 *  */}
.navbar .dropdown-menu > li > ul > li > a:hover,
.navbar .dropdown-menu > li > ul > li > a:focus {
	background:none;
		text-decoration:none;
	color:#ffb645;

/*  text-decoration: none;
 *    color: #262626;
 *      background-color: #f5f5f5;
 *      */}
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
	background-color: #365d95;
	background-color:rgba(0,0,0,0.2);
	color:#fff;
}
.navbar .dropdown-header a,
.navbar .dropdown-header a:link,
.navbar .dropdown-header a:active,
.navbar .dropdown-header a:focus,
.navbar .dropdown-header a:hover,
.navbar .dropdown-header a:visited
 {
	font-size:20px !important;
	color:#fff !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.navbar .dropdown-header {
	font-size:20px !important;
	color:#fff !important;
	padding:0 12px 6px 12px !important;
	/*margin-top:18px !important;*/
	
/*  display: block;
 *    padding: 3px 20px;
 *      font-size: 13px;
 *        line-height: 1.4;
 *          color: #BEC8CE;
 *            white-space: nowrap;
 *            */}

.navbar .hover > .dropdown-menu {
	display: block;
}

.navbar .nav > li > a:focus {
	background-color: transparent;
}

.navbar-right .dropdown-menu-custom {
	left: -220px;
	right: auto;
}

.navbar .navbar-nav li.dropdown-header {
	margin-top: 20px;
}

.navbar .navbar-nav li:first-child.dropdown-header {
	margin-top: 0;
}

.top-adjust {
	padding-top:120px;
}

.alert {
	padding: 12px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  right: -4px;
}
.alert-warning a {
	color: #8a6d3b;
	text-decoration:underline;
}
.panel {
	border-color:#c9c9c9;
	padding: 12px;
	border-radius: 4px;
	line-height:20px;
	font-size:14px;
}
.panel table {
	font-size: 14px;
}
.panel.panel-default {
	padding: 0;
}
.iconlist > li > .icon {
  float: left;
  margin-left: -25px;
  opacity: 1;
}
.text-sm {
	font-size:12px;
}
.profile-img {
    border: 6px solid #d0dff8;
	width:100px;
	height:auto;
}
.news-panel ul li {
	border-bottom: 1px solid #999;
	margin-bottom:10px;
	padding:10px 0;
	margin:-2px;
	clear:both;
	overflow:auto;
	display:block;
}
.news-panel ul li:last-child {
	border-bottom:none;
}
.news-panel ul li a {
	color:#383838;
	text-decoration:none;
	display:block;
	padding:4px;
}
.news-panel ul li a:hover {
	background-color:#e9f0fc;
}
.news-panel ul li img {
	width:80px;
	margin-left:6px;
	margin-bottom:10px;
	height:auto;
	float:right;
}
.forum-list li {
	margin-bottom:10px;
	padding:10px 0;
	margin:-2px;
	clear:both;
	overflow:auto;
	display:block;
}
.forum-list li img {
    border: 2px solid #d0dff8;
	width:60px;
	height:auto;
	margin-right:6px;
	float:left;
}
.forum-list li button {
	margin-top:6px;
	float:right;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
  padding:4px;
}
.radio-container {
    display: inline;
	vertical-align:middle;
	margin-left:10px;
}
.radio-container label {
	font-weight:normal;
	vertical-align:middle;
}
.radiogroup-label {
	font-weight:bold;
}
.fit-w {
	width:100%;
	height:auto;
}

.doclink {
	display: block;
	margin-bottom: 10px;
	max-width: 400px;
	width: 100%;
}

a.doclink-title:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
a.doclink-title:hover, a.doclink-title:focus, a.doclink-title.focus {
    color: #333;
    text-decoration: none;
}
a.doclink-title {
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
    color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
}
a.doclink-title {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
a.doclink-title {
    display: block;
    margin: 0;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: 9px 9px 9px 50px;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	min-height: 42px;
	background-repeat: no-repeat;
	background-position: 10px 7px;
	width: 100%;
	max-width: 400px;
}

a.doclink-title.doclink-icon-file {
	background-image: url('/images/file.svg');
}

a.doclink-title.doclink-icon-pdf {
	background-image: url('/images/pdf.svg') !important;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

a.doclink-title.doclink-icon-word {
	background-image: url('/images/word.svg');
}

.cke_dialog {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.cke_dialog, .cke_dialog_body {
	border-radius: 6px;
}

.cke_dialog_title {
	border-radius: 6px 6px 0 0;
}

.cke_dialog_contents, .cke_dialog_footer {
	border-radius: 0 0 6px 6px;
}

#modal-editimage .crop-container {
	width: 320px;
	height: 320px;
	text-align: center;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	background-color: #eee;
}
#modal-editimage .crop-inner-container {
	display: inline-block;
	position: relative;
}

#modal-editimage .crop-top,
#modal-editimage .crop-bottom,
#modal-editimage .crop-left,
#modal-editimage .crop-right {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.7);
}

#modal-editimage .crop-centre {
	outline: 2px dotted #444;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#modal-editimage .crop-image {
	max-height: 320px;
	max-width: 320px;
}

#modal-editimage .rotate-buttons {
	text-align: right;
	margin-top: 10px;
}

.upload-label {
	width: 100%;
}

#upload-text {
	margin-top: 40px;
	margin-bottom: 40px;
	display: block;
}

#upload-file {
	display: none;
}

#modal-editimage .or-container {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

#modal-editimage .or {
	background-color: #fff;
	position: absolute;
	left: 45%;
	right: 45%;
	top: -12px;
	display: block;
	text-align: center;
	
}

#modal-editimage .import-button {
	margin-top: 10px;
	float: right;
}

th a, th a:link, th a:visited, th a:hover, th a:focus, th a:active {
	color: #383838;
	text-decoration: none;
	border-bottom: 1px dotted #383838;
}
th a:hover, th a:focus, th a:active {
	color: #386038;
}

.dashboard-text {
	display: inline-block;
	min-width: 30px;
}

.image-gallery img{
	cursor: pointer;
}

.carousel-caption {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

#xplorerlogo {
	width: 300px;
}

.results-workings-overview {
	float: right;
}

.results-workings-overview .MP,
.results-workings-overview .plus
 {
	line-height: 3em;
	vertical-align: middle;
}


.results-workings-overview .devide-upper {
	vertical-align: top;
	display: inline-block;
	width: 150px;
	border-bottom: 1px solid #222;	
	text-align: center;
}

.results-workings-overview .devide-upper span.open-bracket:first-child,
.results-workings-overview .devide-upper span.close-bracket:last-child,
.results-workings-overview .devide
 {
	display: none;
}

.results-workings-overview .devide-lower {
	vertical-align: bottom;
	display: inline-block;
	width: 160px;
	text-align: center;
	float: right;
	margin-left: -150px;
	margin-top: 1.5em;
}

#search-input {
	border: none;
	width: 90px;
}


.navbar-nav li.li-search {
	color: #383838
}

#search-form {
	display: inline-block;
	margin: 0 14px;
	border-bottom: 1px solid #383838;
}

#search-bar {
	background-color: #fff;
	padding-top: 25px;
	display: none;
}

#search-bar form {
	display: flex;
	margin-bottom: 5px;
	width: 100%;
}

#new-search-input {
	margin-right: 5px;
}

nav.showsearch #search-bar {
	display: block;
	padding-right: 12px;
	padding-bottom: 5px;
}

.navbar.showsearch {
	height: auto;
	max-height: none;
}

.gsc-control-cse {
	padding: 0 1em 0 0 !important;
}

.gsc-input {
	font-size: 14px !important;
	height: 30px;
}

.gsc-search-box td {
	padding-bottom: 0;
}

.gsc-input-box {
	height: 34px;
	font-size: 14px;
	padding-left: 6px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

button.gsc-search-button-v2 {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.4;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

button.gsc-search-button-v2:hover,
button.gsc-search-button-v2:active {
	background-color: #449d44;
}

#search-button-mobile {
	background-color: #fff;
	border-color: #ccc;
	padding: 5px 12px 6px 12px;
}

table.gsc-table-result {
	padding-left: 0;
	padding-right: 0;
	margin-left: 8px;
	margin-right: 8px;
}

.content-layout {
	position: relative;
	z-index: 1;
}

a[name] {
	padding-top: 100px;
	padding-bottom: -100px;
	position: relative;
	z-index: -1;
}

.cke_editable.cke_contents_ltr a[name] {
	padding: 0;
}

.carousel-with-keyitems .carousel-news-outer {
	top: 60px;
	height: 100%;
	display: block;
}

.carousel-with-keyitems .carousel-news-outer > .container {
	height: 100%;
}

.carousel-with-keyitems .keyitem {
	padding-top: 10px;
	height: 100%;
	color: #383838;
}

.keyitem-btn-container {
	margin-top: 30px;
}

.carousel-with-keyitems .carousel-news {
	height: 100%;
	border-radius: 0;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	text-shadow: none;
	width: 35%;
}

.carousel-with-keyitems .carousel-news-left, .carousel-with-keyitems .carousel-news-right {
	display: none;

}

.carousel-with-keyitems .carousel-news-title {
	font-size: 3.6vw;
	line-height: 3.6vw;
}

.carousel-with-keyitems .carousel-keyitem-description {
	margin-top: 3rem;
	font-size: 2rem;
	line-height: 2.5rem;
}

.carousel-with-keyitems .carousel-down {
	display: none;
}

.carousel-with-keyitems .carousel-indicators {
	margin-bottom: 0;
}

.carousel-with-keyitems .news-text-holder {
	width: 100%;
}

.carousel-with-keyitems .carousel-news-count {
	display: none;
}

.home-news {
	display: flex;
	flex-wrap: wrap;
}

.home-news-outer {
	margin-top: 30px;
	margin-bottom: 30px;
}

.home-news-more {
	margin-top: 10px;
}

.home-news-header {
	margin-bottom: 5px;
}

.home-news > a, .home-news > a:hover {
	margin: 10px;
	flex-grow: 1;
	width: 30%;
	background-color: #eee;
	color: #383838;
	text-decoration: none;
	position: relative;
	padding-bottom: 40px;
	display: block;
}

.home-news .news-img-holder {
	width: 100%;
	padding-top: 50%;
	background-color: #fff;
	display: block;
	position: relative;
	overflow: hidden;
}

.home-news img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-news img.img-landscape {
}

.home-news .news-text-holder {
	display: block;
	width: 100%;
	padding: 10px 20px;
	font-weight: bold;
}

.home-news .carousel-news-date {
	color: #777;
	font-size: 15px;
	position: absolute;
	bottom: 10px;
	font-weight: normal;
}

.carousel .icon-chevron-left, .carousel .icon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
	font-size: 40px;
}

.carousel .icon-chevron-right {
    right: 50%;
    margin-right: -20px;
}

.carousel .icon-chevron-left {
    left: 50%;
    margin-left: -20px;
}

.pocbadge {
	background-color: #F13C4B;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 0 5px;
	border-radius: 3px;
	margin-right: 5px;
}

.pocbadge.pocbadge-pocvoc {
	background-color: #774270;
}

.pocbadge.pocbadge-voc {
	background-color: #2975AA;
}

.poc-map {
	margin-bottom: 10px;
}

.marquee {
  height: 25px;
  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;

  position: absolute;
  overflow: hidden;

  animation: marquee 50s linear infinite;
}

.marquee span {
  float: left;
  width: 100%;
}

#cancelTicker {
	margin-top: .5rem;
}

.ces-footer-logo {
	height: 60px;
	margin: 0 -10px 20px 10px;
}

@keyframes marquee {
  0% { left: 100%; }
  100% { left: -200%; }
}

.nim-form-container label {
	margin-top: 6px;
}

.form-group-ns_disability label,
.form-group-ns_dis_visual label,
.form-group-ns_dis_hearing label,
.form-group-ns_dis_physical label,
.form-group-ns_dis_learning label,
.form-group-ns_gender label {
	margin-top: 0;
}

.nim-form-container .ZDataForm_enumopts_label {
	margin-right: 20px;
}

@media (max-width: 768px) {
	.carousel-with-keyitems .carousel-news-outer {
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		min-width: 100%;
		top: auto;
		height: auto;
		margin-bottom: 0;
	}

	.carousel-news img {
		width: 20%;
		height: auto;
		max-width: 150px;
		min-width: 100px;
		max-height: none;
	}
	
	.carousel-with-keyitems .carousel-news-outer > .container {
		padding: 0;
	}

	.carousel-with-keyitems .carousel-news {
		padding: 5px 15px 15px 15px;
		width: 100%;
	}

	.carousel-with-keyitems .carousel-keyitem-description {
		margin-top: 1rem;
	}

	.carousel-with-keyitems .carousel-news-title, .carousel-with-keyitems .keyitem.keyitem-with-img .carousel-news-title {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}

	.carousel-height {
		margin-top: 50px;
		min-height: 70vw;
		height: 50vh;
		max-height: 700px;
	}

	.keyitem-btn-container {
		margin-top: 10px;
	}

	.keyitem-btn {
		font-size: 12px;
	}

	.carousel-with-keyitems .carousel-keyitem-description, .carousel-with-keyitems .keyitem.keyitem-with-img .carousel-keyitem-description {
		font-size: 14px;
		line-height: 16px;
		margin-top: 1rem;
	}

	.carousel .icon-chevron-left, .carousel .icon-chevron-right {
		display: none;
	}
}

@media (max-width: 400px) {
	.home-news {
		flex-direction: column;
		width: 100%;
	}

	.home-news > a, .home-news > a:hover {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.carousel-with-keyitems .carousel-news-title {
		font-size: 40px;
		line-height: 40px;
	}
}

a.goo-banner {
	display: flex;
	color: #212529;
	border: 2px solid #ced4da;
	padding: 1.5rem 2.5rem .8rem 2.5rem;
	margin: 1rem 0;
	text-decoration: none;
	background-color: #fff;
}

.goo-right {
	flex-grow: 1;
	text-align: right;
}

.goo-button {
	color: #fff;
	background-color: #f50;
	display: inline-block;
	font-size: 20px;
	font-family: 'Raleway';
	padding: 8px 16px;
	margin-top: .7rem;
}

.goo-url {
	font-size: 20px;
	margin-top: 1.7rem;
}

.goo-logo {
	height: 110px;
}

@media (max-width: 767px) {
	a.goo-banner {
		flex-direction: column;
		text-align: center;
	}

	.goo-right {
		text-align: center;
		margin-top: .8rem;
	}
}

.footer-partners {
	border-top: 1px solid #555;
	padding-top: .5rem;
}

.footer-partners h5 {
	color: #cfcfcf;
	font-weight: bold;
	padding-bottom: .5rem;
}

.partners-list {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	flex-wrap: wrap;
	align-items: center;
}

.partners-item > div {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 160px;
	height: 100px;
}

.partners-item-of > div {
	background-image: url('../images/partners/orienteering-foundation.png');
	filter: grayscale(1) brightness(1.7);
}

.partners-item-se > div {
	background-image: url('../images/partners/sport-england.png');
	filter: grayscale(1) brightness(3.8);
	width: 200px;
}

.partners-item-sni > div {
	background-image: url('../images/partners/sport-ni.png');
	filter: grayscale(1) saturate(0.2) brightness(4) contrast(.4);
	width: 180px;
}

.partners-item-woc > div {
	background-image: url('../images/partners/woc24.svg');
	filter: grayscale(1) brightness(5.5);
	width: 140px;
}

.partners-item:hover > div {
	filter: drop-shadow(0 0 10px rgba(255, 255, 255, .5));
}

.partners-item-trimtex > div {
	background-image: url('../images/partners/trimtex.png');
	filter: grayscale(1) saturate(0.2) brightness(4) contrast(.4) invert(1);
}

.partners-item-of:hover > div {
	filter: none;
}

.queen-banner, .queen-banner-faux {
	background-color: #000;
}

.queen-banner-faux {
	opacity: 0;
}

.has-queen-banner .navbar.bg-white {
	height: auto;
	max-height: none;
	background-color: #000;
	max-width: 100vw;
}

.has-queen-banner #navbar {
	min-height: 90px;
}

.has-queen-banner .navbar-toggle {
	margin-bottom: 27px;
}

.has-queen-banner .navbar-nav li a, .has-queen-banner .navbar-nav li a:visited {
	color: #ddd;
}

.has-queen-banner .navbar-nav li.li-login a {
	color: #fff;
}

.has-queen-banner #search-bar, .has-queen-banner #search-bar input {
	background-color: transparent;
	color: #fff;
}

.squad-members {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: space-evenly;
	margin-bottom: 2rem;
	align-items: stretch;
}

.squad-member, .squad-faux {
	flex: auto 0 0;
	width: 150px;
}

.squad-member .photo-style {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: .5rem;
}

.squad-member .photo-style .fit-img {
	height: 153px;
	flex-grow: 0;
}

.squad-member-name {
	flex-grow: 1;
}

.testmode-banner {
	display: none;
}

#sidebar .testmode-banner {
	display: block;
	margin: 5px;
}

@media (min-width: 994px) {

	.testmode-banner {
		display: block;
		border-radius: 0;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	}

	.testmode-body .navbar-fixed-top {
		padding-top: 47px;
		height: 137px;
		max-height: 137px;
	}

	.testmode-body .top-adjust {
		padding-top: 167px;
	}

	.testmode-body .carousel {
		margin-top: 47px;
	}

	.testmode-body .header-bg {
		margin-top: 137px;
	}

}

.reg-grade-label-col {
	width: 435px;
}

@media (max-width: 700px) {
	.reg-grade-label-col {
		width: auto;
	}
}
