.chrome img {
	image-rendering: -webkit-optimize-contrast;
}

@media only screen and (max-width: 760px) {
	.chrome img {
		image-rendering: auto;
	}
}

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "din-2014";
	font-weight: 400;
	color: #4D4D4D;
	background: #F2F2F2;
}

a {
	text-decoration: none;
	color: inherit;
}

.title {
	font-family: "din-condensed";
	font-weight: 400;
	text-transform: uppercase;
}

.bold {
	font-weight: 600;
}

@media only screen and (min-width: 760px) {
	.mobile {
		display: none !important;
	}
}

@media only screen and (max-width: 760px) {
	.mobile {
		display: block;
	}
}

.clear {
	clear: both;
	height: 1px;
	float: none;
}

.menuToggle {
	position: fixed;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 5010;
	width: 115px;
	height: 58px;
	display: none;
	-webkit-transition: margin-left 0.3s ease;
	-moz-transition: margin-left 0.3s ease;
	-ms-transition: margin-left 0.3s ease;
	-o-transition: margin-left 0.3s ease;
	transition: margin-left 0.3s ease;
}

.menuToggle span {
	font-size: 14px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	color: #FFFFFF;
	position: absolute;
	left: 55px;
	top: 20px;
}

.menuToggle.open {
	margin-left: 270px;
}

@media only screen and (max-width: 760px) {
	.menuToggle.open {
		margin-left: 0;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
}

@media only screen and (max-width: 1140px) {
	.menuToggle {
		display: block;
	}
}

@media only screen and (max-width: 760px) {
	.menuToggle {
		width: 100%;
		text-align: center;
	}
	.menuToggle span {
		position: relative;
		top: 0;
		left: 0;
		padding-top: 20px;
		display: inline-block;
	}
}

.menuToggle .menuI {
	transition: 0.3s ease;
	transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
	position: absolute;
	background: #FFFFFF;
	height: 3px;
	border-radius: 0px;
	width: 20px;
	left: 20px;
}

@media only screen and (max-width: 760px) {
	.menuToggle .menuI {
		display: none;
	}
}

.menuToggle .menuI.topI {
	top: 20px;
}

.menuToggle .menuI.topI.topAnimate {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 27px !important;
}

.menuToggle .menuI.midI {
	top: 27px;
}

.menuToggle .menuI.midI.midAnimate {
	opacity: 0;
}

.menuToggle .menuI.bottomI {
	top: 34px;
}

.menuToggle .menuI.bottomI.bottomAnimate {
	top: 27px !important;
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.nav {
	position: fixed;
	width: 270px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	border-right: 1px solid #ddd;
	background: #F2F2F2;
}

.nav.scrolly {
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.nav.scrolly .inner {
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.nav.scrolly .footer {
	position: relative;
	padding: 60px 30px 10px 0;
}

@media only screen and (max-width: 1140px) {
	.nav {
		-webkit-transition: left 0.3s ease;
		-moz-transition: left 0.3s ease;
		-ms-transition: left 0.3s ease;
		-o-transition: left 0.3s ease;
		transition: left 0.3s ease;
		left: -271px;
	}
	.nav.open {
		left: 0;
	}
}

@media only screen and (max-width: 760px) {
	.nav {
		left: 0;
		top: calc(-100% - 58px);
		width: 100%;
		border-right: none;
		border-top: 1px solid #ddd;
		-webkit-transition: top 0.3s ease;
		-moz-transition: top 0.3s ease;
		-ms-transition: top 0.3s ease;
		-o-transition: top 0.3s ease;
		transition: top 0.3s ease;
		height: calc(100% - 58px);
	}
	.nav.open {
		top: 58px;
	}
	.nav .menu {
		text-align: center;
		position: relative;
		z-index: 1;
	}
	.nav .menu ul li:hover {
		background: none !important;
	}
	.nav .menu ul li.active {
		background: inherit !important;
		color: inherit !important;
	}
	.nav .menu ul li a {
		padding: 20px 0 18px;
	}
}

.nav .logo {
	display: block;
	width: 100%;
	font-size: 0;
}

@media only screen and (max-width: 760px) {
	.nav .logo {
		display: none;
	}
}

.nav .logo a.logoHolder img {
	padding: 30px 40px 40px;
}

.nav .logo a.poweredBy img {
	padding: 0 20px 25px;
	max-width: 250px;
	margin: 0 auto;
}

.nav .logo a img {
	width: 100%;
	display: block;
	box-sizing: border-box;
}

.nav .logo span {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	text-align: center;
	display: block;
	margin-bottom: 18px;
	font-weight: bold;
}

.nav .menu {
	font-size: 16px;
}

.nav .menu ul li {
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	display: block;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

@media only screen and (min-width: 760px) {
	.nav .menu ul li:first-of-type {
		border-top: 1px solid #ddd;
	}
}

.nav .menu ul li:hover:not(.active) {
	background: #FFFFFF;
}

.nav .menu ul li.active {
	color: #FFFFFF;
}

.nav .menu ul li a {
	display: block;
	padding: 20px 40px 18px;
}

.nav .menu ul li.social {
	font-size: 0;
}

.nav .menu ul li.social a {
	display: inline-block;
	padding: 11px 10px;
	box-sizing: border-box;
}

.nav .menu ul li.social a:last-of-type {
	border-right: 0;
}

.nav .menu ul li.social a img {
	height: 40px;
}

@media only screen and (max-width: 1140px) {
	.nav .menu ul li.social a img {
		height: 34px;
	}
}

.nav .footer {
	position: absolute;
	bottom: 25px;
	left: 30px;
	font-size: 10px;
	text-transform: uppercase;
}

@media only screen and (max-width: 760px) {
	.nav .footer {
		position: relative;
		padding: 60px 0 10px;
		text-align: center;
		top: auto;
		left: auto;
	}
}

.nav .footer p a:hover {
	text-decoration: underline;
}

.nav .footer .poweredBy {
	display: block;
	margin-top: 8px;
	padding: 0 20px 0 0px;
	box-sizing: border-box;
}

.nav .footer .poweredBy img {
	width: 100%;
	max-width: 250px;
}

.content {
	position: relative;
	width: calc(100% - 270px);
	left: 270px;
}

@media only screen and (max-width: 1140px) {
	.content {
		left: 0;
		width: 100%;
	}
}

.content .header {
	height: 600px;
	width: 100%;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	image-rendering: -webkit-optimize-contrast;
}

@media only screen and (max-width: 760px) {
	.content .header {
		height: 360px;
	}
}

.content .header .social {
	background: rgba(255, 255, 255, 0.9);
	position: sticky;
	position: -webkit-sticky;
	margin-bottom: 100px;
	top: 0;
	float: right;
	font-size: 0;
}

@media only screen and (max-width: 760px) {
	.content .header .social {
		display: none;
	}
}

.content .header .social a {
	display: inline-block;
	padding: 9px 10px 11px;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.content .header .social a:last-of-type {
	border-right: 0;
}

.content .header .social a:hover {
	background: #FFFFFF;
}

.content .header .social a img {
	height: 40px;
}

@media only screen and (max-width: 1140px) {
	.content .header .social a img {
		height: 34px;
	}
}

.content .header .clubName {
	background: rgba(255, 255, 255, 0.9);
	padding: 25px 72px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	min-height: 100px;
}

@media only screen and (max-width: 1140px) {
	.content .header .clubName {
		padding-left: 55px;
	}
}

@media only screen and (max-width: 760px) {
	.content .header .clubName {
		padding-left: 38px;
	}
}

.content .header .clubName h2 {
	font-size: 16px;
}

.content .header .clubName h1 {
	font-size: 32px;
}

.content .header .line {
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.content .wrapper {
	padding: 25px;
	box-sizing: border-box;
}

@media only screen and (max-width: 760px) {
	.content .wrapper {
		padding: 15px;
	}
}

.content .box {
	background: #FFFFFF;
	margin-bottom: 25px;
	box-sizing: border-box;
	padding: 45px 50px 50px;
	position: relative;
	font-size: 0;
}

@media only screen and (max-width: 760px) {
	.content .box {
		padding: 35px 25px 30px;
		margin-bottom: 20px;
	}
}

.content .box .headerBox h1 {
	font-size: 32px;
	display: inline-block;
}

.content .box .headerBox .button {
	float: right;
	position: relative;
	top: -5px;
}

@media only screen and (max-width: 1140px) {
	.content .box.introBox {
		padding: 30px 30px 35px;
	}
}

@media only screen and (max-width: 760px) {
	.content .box.introBox {
		padding: 25px 20px 20px;
	}
}

.content .box .mobileLogo img {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 360px;
}

.content .box .mobileLogoInfo {
	text-align: center;
	margin-bottom: 30px;
}

.content .box .mobileLogoInfo span {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	text-align: center;
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
}

.content .box .mobileLogoInfo .poweredBy {
	display: block;
	margin: 0px auto 0;
}

.content .box .mobileLogoInfo .poweredBy img {
	padding: 0 20px 25px;
	max-width: 250px;
	margin: 0 auto;
}

.content .box .introHolder {
	width: 100%;
	box-sizing: border-box;
	padding-right: 50px;
	max-width: 760px;
	word-wrap: break-word;
}

@media only screen and (max-width: 760px) {
	.content .box .introHolder {
		width: 100%;
		padding-right: 0;
	}
}

.content .box .introHolder .mobileLogo {
	width: 100%;
	margin-bottom: 20px;
}

.content .box .introHolder h1 {
	font-size: 32px;
	margin-bottom: 20px;
	font-family: "din-condensed";
	font-weight: 400;
	text-transform: uppercase;
}

.content .box .introHolder p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}

.content .box .introHolder p a {
	text-decoration: underline;
}

.content .box .introHolder strong {
	font-weight: bold;
	font-style: inherit;
}

.content .box .introHolder em, .content .box .introHolder i {
	font-style: italic;
	font-weight: inherit;
}

.content .box .introHolder h2 {
	font-size: 24px;
	margin-bottom: 20px;
	font-family: "din-condensed";
	font-weight: 400;
	text-transform: uppercase;
}

.content .box .introHolder h3 {
	font-size: 20px;
	margin-bottom: 20px;
	font-family: "din-condensed";
	font-weight: 400;
	text-transform: uppercase;
}

.content .box .introHolder h4, .content .box .introHolder h5, .content .box .introHolder h6 {
	font-size: 18px;
	margin-bottom: 20px;
	font-family: "din-condensed";
	font-weight: 400;
	text-transform: uppercase;
}

.content .box .introHolder ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 30px;
}

.content .box .introHolder ul li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}

.content .box .introHolder ul li a {
	text-decoration: underline;
}

.content .box .introHolder ol {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 30px;
}

.content .box .introHolder ol li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}

.content .box .introHolder ol li a {
	text-decoration: underline;
}

.content .box .resourceHolder {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 325px;
	width: calc(33.33% - 23px);
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	image-rendering: -webkit-optimize-contrast;
}

@media only screen and (max-width: 760px) {
	.content .box .resourceHolder {
		display: block;
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
		margin-top: 40px;
		height: 300px;
	}
}

.content .box .resourceHolder .subtitle {
	position: absolute;
	top: 0;
	left: 0;
}

.content .box .resourceHolder p {
	color: #FFFFFF;
	position: absolute;
	width: 60%;
	font-size: 16px;
	line-height: 26px;
	bottom: 105px;
	left: 45px;
}

@media only screen and (max-width: 760px) {
	.content .box .resourceHolder p {
		left: 30px;
		bottom: 85px;
	}
}

.content .box .resourceHolder .viewAll {
	position: absolute;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.4px;
	bottom: 45px;
	left: 45px;
}

@media only screen and (max-width: 760px) {
	.content .box .resourceHolder .viewAll {
		left: 30px;
		bottom: 30px;
	}
}

.content .box.teamBox {
	padding: 45px 20px 50px 20px;
}

@media only screen and (max-width: 1140px) {
	.content .box.teamBox {
		padding: 45px 10px 50px 10px;
	}
}

@media only screen and (max-width: 760px) {
	.content .box.teamBox {
		padding: 30px 10px 0;
	}
}

.content .box.teamBox .headerBox {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1140px) {
	.content .box.teamBox .headerBox {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 760px) {
	.content .box.teamBox .headerBox {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 760px) {
	.content .box.blockBox {
		padding: 20px 20px 0;
	}
}

.content .box .oneBlock {
	width: 33.33%;
	display: inline-block;
	padding: 0 30px 0px;
	box-sizing: border-box;
}

@media only screen and (max-width: 1140px) {
	.content .box .oneBlock {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 760px) {
	.content .box .oneBlock {
		padding: 0 0 20px;
		width: 100%;
	}
}

.content .box .oneBlock .image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	image-rendering: -webkit-optimize-contrast;
	position: relative;
	display: block;
}

.content .box .oneBlock .image:before {
	content: '';
	display: block;
	position: relative;
	z-index: 1;
	padding-bottom: 85%;
}

.content .box .oneBlock .image .subtitle {
	position: absolute;
	bottom: 0;
}

.content .box.fullTeamBox {
	padding-bottom: 0;
}

.content .box.fullTeamBox .oneTeam {
	padding-bottom: 60px;
}

@media only screen and (max-width: 1140px) {
	.content .box.fullTeamBox .oneTeam {
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 760px) {
	.content .box.fullTeamBox .oneTeam {
		padding-bottom: 30px;
	}
}

.content .box.fullTeamBox .oneTeam p a {
	text-decoration: underline;
}

.content .box .oneTeam {
	width: 33.33%;
	display: inline-block;
	padding: 0 30px 10px;
	box-sizing: border-box;
	vertical-align: top;
}

@media only screen and (max-width: 1140px) {
	.content .box .oneTeam {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 760px) {
	.content .box .oneTeam {
		padding: 0 10px 30px;
		width: 100%;
	}
}

.content .box .oneTeam .image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	image-rendering: -webkit-optimize-contrast;
	position: relative;
	display: block;
}

.content .box .oneTeam .image:before {
	content: '';
	display: block;
	position: relative;
	z-index: 1;
	padding-bottom: 85%;
}

.content .box .oneTeam .image .subtitle {
	position: absolute;
	bottom: 0;
}

.content .box .oneTeam .teamInfo {
	width: 90%;
	margin-left: 5%;
	background: #F2F2F2;
	display: block;
	box-sizing: border-box;
	padding: 15px 20px 20px;
}

.content .box .oneTeam .teamInfo h1 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-weight: 600;
}

.content .box .oneTeam .teamInfo p {
	font-size: 11px;
}

.content .box.galleryBox {
	padding: 45px 20px 40px 20px;
}

@media only screen and (max-width: 1140px) {
	.content .box.galleryBox {
		padding: 35px 0 30px;
	}
}

@media only screen and (max-width: 760px) {
	.content .box.galleryBox {
		padding: 20px 10px 10px;
	}
}

.content .box.galleryBox .headerBox {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 760px) {
	.content .box.galleryBox .headerBox {
		padding: 10px;
		margin-bottom: 0px;
	}
}

.content .box .galleryHolder {
	padding: 0 20px;
	box-sizing: border-box;
}

@media only screen and (max-width: 760px) {
	.content .box .galleryHolder {
		padding: 0;
	}
}

.content .box .galleryHolder ul li {
	display: inline-block;
	width: 25%;
	box-sizing: border-box;
	padding: 10px;
	vertical-align: top;
}

@media only screen and (max-width: 760px) {
	.content .box .galleryHolder ul li {
		width: 50%;
	}
}

.content .box .galleryHolder ul li a {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	image-rendering: -webkit-optimize-contrast;
	position: relative;
	display: block;
}

.content .box .galleryHolder ul li a:before {
	content: '';
	display: block;
	position: relative;
	z-index: 1;
	padding-bottom: 67.5%;
}

.content .box.fullGalleryBox {
	padding: 12px 10px;
}

.content .box .fullGallery {
	position: relative;
}

.content .box .fullGallery ul li {
	width: 33.33%;
	display: block;
	box-sizing: border-box;
	padding: 10px;
	font-size: 0;
}

@media only screen and (max-width: 760px) {
	.content .box .fullGallery ul li {
		width: 50%;
		padding: 10px;
	}
}

.content .box .fullGallery ul li a img {
	width: 100%;
}

@media only screen and (max-width: 1140px) {
	.content .box.contactBox {
		padding: 30px 30px 35px;
	}
}

@media only screen and (max-width: 760px) {
	.content .box.contactBox {
		padding: 25px 20px 20px;
	}
}

.content .box .contactDetails {
	width: 420px;
}

@media only screen and (max-width: 1400px) {
	.content .box .contactDetails {
		width: 50%;
		box-sizing: border-box;
		padding-right: 50px;
	}
}

@media only screen and (max-width: 760px) {
	.content .box .contactDetails {
		width: 100%;
		padding-right: 0;
	}
}

.content .box .contactDetails h1 {
	font-size: 32px;
	margin-bottom: 20px;
}

.content .box .contactDetails span {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 0.4px;
}

.content .box .contactDetails p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 26px;
}

.content .box .contactDetails p a:hover {
	text-decoration: underline;
}

.content .box .contactDetails .button {
	margin-top: 20px;
}

@media only screen and (max-width: 760px) {
	.content .box .contactDetails .button {
		margin-top: 0;
	}
}

.content .box .contactDetails form {
	padding-top: 10px;
}

.content .box .contactDetails form ::-webkit-input-placeholder {
	opacity: 0.7;
}

.content .box .contactDetails form :-moz-placeholder {
	/* Firefox 18- */
	opacity: 0.7;
}

.content .box .contactDetails form ::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 0.7;
}

.content .box .contactDetails form :-ms-input-placeholder {
	opacity: 0.7;
}

.content .box .contactDetails form [placeholder]:focus::-webkit-input-placeholder {
	opacity: 0.3;
}

.content .box .contactDetails form [placeholder]:focus:-moz-placeholder {
	opacity: 0.3;
}

.content .box .contactDetails form [placeholder]:focus::-moz-placeholder {
	opacity: 0.3;
}

.content .box .contactDetails form [placeholder]:focus:-ms-input-placeholder {
	opacity: 0.3;
}

.content .box .contactDetails form input, .content .box .contactDetails form textarea {
	border: 1px solid #ddd;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	font-size: 16px;
	margin-bottom: 15px;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
}

.content .box .contactDetails form input.invalidEntry, .content .box .contactDetails form textarea.invalidEntry {
	border-color: red;
}

.content .box .contactDetails form textarea {
	height: 140px;
}

.content .box .contactDetails form .button {
	margin-top: 0px;
	outline: none;
}

.content .box .contactDetails form .contactResponse {
	margin: 20px 0 0;
}

.content .box .mapHolder {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 520px);
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	image-rendering: -webkit-optimize-contrast;
	font-size: 12px;
}

@media only screen and (max-width: 1400px) {
	.content .box .mapHolder {
		width: 50%;
	}
}

@media only screen and (max-width: 760px) {
	.content .box .mapHolder {
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
		margin-top: 40px;
		height: 300px;
	}
}

.content .box .mapHolder #map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.content .box.privacyBox p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
}

.content .box .standardHolder {
	margin-top: 20px;
	max-width: 760px;
	word-wrap: break-word;
}

@media only screen and (max-width: 760px) {
	.content .box .standardHolder {
		margin-top: 20px;
	}
}

.content .box .standardHolder p a {
	text-decoration: underline;
}

.content .box .standardHolder strong {
	font-weight: bold;
	font-style: inherit;
}

.content .box .standardHolder em, .content .box .standardHolder i {
	font-style: italic;
	font-weight: inherit;
}

.content .box .standardHolder h2 {
	font-size: 24px;
	margin-bottom: 20px;
	font-family: "din-condensed";
	font-weight: 400;
	text-transform: uppercase;
}

.content .box .standardHolder h3 {
	font-size: 20px;
	margin-bottom: 20px;
	font-family: "din-condensed";
	font-weight: 400;
	text-transform: uppercase;
}

.content .box .standardHolder h4, .content .box .standardHolder h5, .content .box .standardHolder h6 {
	font-size: 18px;
	margin-bottom: 20px;
	font-family: "din-condensed";
	font-weight: 400;
	text-transform: uppercase;
}

.content .box .standardHolder ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 30px;
}

.content .box .standardHolder ul li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}

.content .box .standardHolder ul li a {
	text-decoration: underline;
}

.content .box .standardHolder ol {
	list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 30px;
}

.content .box .standardHolder ol li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}

.content .box .standardHolder ol li a {
	text-decoration: underline;
}

@media only screen and (max-width: 760px) {
	.content .box.resourceBox {
		padding: 25px 20px 20px 20px;
	}
}

.content .box .resourcesHolder {
	font-size: 16px;
	margin-top: 30px;
}

@media only screen and (max-width: 760px) {
	.content .box .resourcesHolder {
		margin-top: 20px;
		font-size: 13px;
	}
}

.content .box .resourcesHolder table {
	border: 1px solid #F2F2F2;
	width: 100%;
}

.content .box .resourcesHolder table tr {
	background: #FFFFFF;
}

.content .box .resourcesHolder table tr.grey {
	background: #F2F2F2;
}

.content .box .resourcesHolder table tr td {
	padding: 15px 20px;
}

@media only screen and (max-width: 760px) {
	.content .box .resourcesHolder table tr td {
		padding: 15px 15px;
	}
}

.content .box .resourcesHolder table tr td.download {
	width: 140px;
	text-align: right;
}

@media only screen and (max-width: 760px) {
	.content .box .resourcesHolder table tr td.download {
		width: 90px;
	}
}

.content .box .resourcesHolder table tr td.download a {
	line-height: 25px;
}

.content .box .resourcesHolder table tr td.download a img {
	margin: auto;
	vertical-align: middle;
	display: inline-block;
	height: 21px;
	padding-left: 10px;
}

.button {
	display: inline-block;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 12px 35px;
	font-size: 12px;
	letter-spacing: 0.4px;
	cursor: pointer;
	font-weight: 600;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	border: none;
	border-radius: 0;
}

.subtitle {
	display: inline-block;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 6px 40px 6px 15px;
	font-size: 12px;
}

.cookieBar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	color: #000;
	padding: 20px 30px;
	box-sizing: border-box;
	font-size: 0;
	border-top: 1px solid #ededed;
	z-index: 99999;
	color: #4D4D4D;
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-ms-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	-webkit-transform: translateY(500%);
	-moz-transform: translateY(500%);
	-ms-transform: translateY(500%);
	-o-transform: translateY(500%);
	transform: translateY(500%);
}

.cookieBar.show {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

@media only screen and (max-width: 900px) {
	.cookieBar {
		padding: 15px 25px;
	}
}

@media only screen and (max-width: 760px) {
	.cookieBar {
		text-align: center;
		padding-top: 10px;
	}
}

.cookieBar .cookieInfo {
	display: inline-block;
}

@media only screen and (max-width: 760px) {
	.cookieBar .cookieInfo {
		display: block;
		margin-bottom: 15px;
	}
}

.cookieBar .cookieInfo p {
	font-size: 14px;
	margin-top: 10px;
	padding: 0;
}

@media only screen and (max-width: 900px) {
	.cookieBar .cookieInfo p {
		font-size: 13px;
		margin-top: 12px;
	}
}

.cookieBar .cookieInfo p a {
	text-decoration: underline;
}

.cookieBar .cookieButton {
	float: right;
}

@media only screen and (max-width: 760px) {
	.cookieBar .cookieButton {
		float: none;
		margin-bottom: 5px;
	}
}

.cookieBar .cookieButton a {
	display: block;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 12px 25px;
	font-size: 12px;
	letter-spacing: 0.4px;
	font-weight: 600;
}

.mobile.footer {
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 20px 25px;
	position: relative;
	top: -10px;
	box-sizing: border-box;
}

.mobile.footer .social {
	font-size: 0;
}

.mobile.footer .social a {
	display: inline-block;
	padding: 0 10px 11px 10px;
	box-sizing: border-box;
}

.mobile.footer .social a:last-of-type {
	border-right: 0;
}

.mobile.footer .social a img {
	height: 40px;
}

@media only screen and (max-width: 1140px) {
	.mobile.footer .social a img {
		height: 34px;
	}
}

.mobile.footer p a:hover {
	text-decoration: underline;
}

.mobile.footer .poweredBy {
	display: block;
	margin-top: 3px;
}

.mobile.footer .poweredBy img {
	padding: 0 20px 0px;
	max-width: 250px;
	margin: 0 auto;
}

.advert {
	padding-bottom: 25px;
	font-size: 0;
}

@media only screen and (max-width: 760px) {
	.advert {
		padding-bottom: 20px;
	}
}

.advert a {
	display: block;
}

.advert a img {
	width: 100%;
}
