/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
	--btn-colour1: #df2728;
	--btn-colour2: #bd2e06;
	--btn-register-colour1: #14da68;
	--btn-register-colour2: #10ab52;
	--lightbox-colour-default: rgba(128, 128, 128, 0.2);
	--lightbox-colour-highlighted: rgba(4, 190, 241, 0.8)
}


.photo_block {
	width: 100%
}

.photo_block .panel {
	position: relative;
	background: #222;
	overflow: hidden
}

.photo_block .panel ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0
}

.photo_block .panel ul li {
	float: left;
	position: relative;
	padding: 0;
	min-width: 100px;
	margin: 0
}

.photo_block .panel ul li.twelve-in-line {
	width: 8.32%
}

.photo_block .panel ul li.eleven-in-line {
	width: 9.08%
}

.photo_block .panel ul li.ten-in-line {
	width: 10%
}

.photo_block .panel ul li.nine-in-line {
	width: 11.1%
}

.photo_block .panel ul li.eight-in-line {
	width: 12.5%
}

.photo_block .panel ul li.seven-in-line {
	width: 14.28571428%
}

.photo_block .panel ul li.six-in-line {
	width: 16.66666666%
}

.photo_block .panel ul li.five-in-line {
	width: 20%
}

.photo_block .panel ul li.four-in-line {
	width: 25%
}

.photo_block .panel ul li.three-in-line {
	width: 33.33333333%
}

.photo_block .panel ul li.two-in-line {
	width: 50%
}

.photo_block .panel ul li.one-in-line {
	width: 100%
}

.photo_block .panel ul li a {
	position: absolute;
	top: 0;
	display: block
}

.photo_block .panel ul li a img {
	float: left;
	max-width: 100%;
	width: 100%;
	box-shadow: #000 0 0 0
}

.photo_block .panel ul li a span {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: inherit;
	font-size: 13px;
	color: #fff;
	width: 100%;
	padding: 4.545454545454546%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .8)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0)
}

.flipBlock {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative
}

.blackoutBlock {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .7)
}

.loading-gif {
	display: block;
	position: absolute;
	top: 35%;
	left: 50%;
	margin-left: -85px;
	background-color: #222;
	width: 150px;
	border-radius: 5px;
	padding: 8px;
	color: #fff
}




.hubp-form-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  width: 373px;
  background: #eee;
  position: relative;
}
.hubp-form-wrapper {
  overflow: hidden;
  height: 100px;
}
.hubp-form-titles {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
#hubp-form {
  width: 1815px;
  margin-top: 5px;
  margin-bottom: 2px;
  height: 141px;
}
.hubp-steps {
  width: 363px;
  text-align: center;
  position: relative;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  float: left;
  margin-bottom: 9px;
}
#hubp-form label {
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  padding: 5px 0px;
  display: block;
}
.hubp-btn {
  font-size: 13px;
  padding: .5em 1em;
  color: #444;
  border: 1px solid #999;
  background-color: #E6E6E6;
  border-radius: 2px;
  border:none;
  cursor: pointer;
}
.hubp-btn.hubp-active {
  background-color: #DF2828;
  color: #fff;
}
.hubp-btn:focus {
  outline: none;
}
#hubp-form input,
#hubp-form select {
  width: 285px;
  height: 45px;
  background: #fff;
  color: #333;
  padding: 6px 12px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  margin: 0 auto;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  display: inline-block;
}
.hubp-dobday,
.hubp-dobmonth,
.hubp-dobyear {
  width: 70px !important;
}
.error-border {
  border: 1px solid #f00 !important;
}

.hubp-submit-container {
  text-align: center;
}
.hubp-submit-container .hubp-submit {
  background: #e63a3a;
  color: #fff;
  border:none;
  cursor: pointer;
  font-size: 24px;
  padding:8px 16px;
}
.hubp-steps-ind {
  text-align: center;
  margin-top: 18px;
}
.hubp-steps-ind div {
  background: #E6E6E6;
  color: #444;
  text-align: center;
  font-size: 16px;
  width: 33px;
  height: 33px;
  display: inline-block;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  line-height: 33px;
  cursor: pointer;
}
.hubp-steps-ind .hubp-ind-active {
  background-color: #e63a3a;
  color: #fff;
}
.hubp-terms {
  font-size:12px;
  padding:5px;
  color: #333;
}
.hubp-error {
  border-radius: 5px;
  padding: 4px;
    background: rgba(255, 255, 255, 0.87);
    box-shadow: inset 0px 0px 10px 2px #D69D97;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-top-color: #a94442;
  border-width: 15px;
  margin-left: -15px;
}
@media screen and (max-width: 400px) {
  .hubp-form-container {
    width: 300px !important;
    margin: 0 auto !important;
  }
  .mobile-form .hubp-steps {
    width:300px;
  }
  .mobile-form #hubp-form label {
    font-size: 14px;
  }
  .mobile-form #hubp-form input, 
  .mobile-form #hubp-form select {
    width:255px;
    font-size: 16px;
  }
}

 :root {
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
 ::after,
 ::before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

footer,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

h1,
h2,
h5 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

img {
	vertical-align: middle;
	border-style: none
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button {
	text-transform: none
}

[type=button],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

 ::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

h1,
h2,
h5 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h1 {
	font-size: 2.5rem
}

h2 {
	font-size: 2rem
}

h5 {
	font-size: 1.25rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.small {
	font-size: 80%;
	font-weight: 400
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col-4,
.col-lg-10 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

@media (min-width: 992px) {
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
	opacity: .65
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
	color: #212529 !important;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

#sitecolortext {
	color: #e02928;
}

.btn-dark {
	color: #fff;
	background-color: #e02928;
	border-color: #e02928;
}

.btn-dark:hover {
	color: #fff;
	background-color: #c53535;
	border-color: #c53535;
}

.btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark:disabled {
	color: #fff;
	background-color: #c53535;
	border-color: #c53535
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #c53535;
	border-color: #c53535
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #c53535;
	border-color: #c53535
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: .75
}

.bg-white {
	background-color: #fff!important
}

.mb-0 {
	margin-bottom: 0!important
}

.mb-1 {
	margin-bottom: .25rem!important
}

.mb-5 {
	margin-bottom: 3rem!important
}

.mx-auto {
	margin-right: auto!important
}

.mx-auto {
	margin-left: auto!important
}

.text-center {
	text-align: center!important
}

.text-white {
	color: #fff!important
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	img {
		page-break-inside: avoid
	}
	h2,
	p {
		orphans: 3;
		widows: 3
	}
	h2 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	body {
		min-width: 992px!important
	}
	.container {
		min-width: 992px!important
	}
	.navbar {
		display: none
	}
}


/*!

* Font Awesome Free 5.9.0 by@fontawesome - https://fontawesome.com
	* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
	*/

.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}


@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url(../webfonts/fa-solid-900.eot);
	src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fas {
	font-family: "Font Awesome 5 Free"
}

.fas {
	font-weight: 900
}

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../webfonts/source-sans-pro-v13-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../webfonts/source-sans-pro-v13-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('../webfonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../webfonts/source-sans-pro-v13-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-display: fallback;
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('../webfonts/source-sans-pro-v13-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../webfonts/source-sans-pro-v13-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.photo_block {
	width: 100%
}

.photo_block .panel {
	position: relative;
	background: #222;
	overflow: hidden
}

.hubp-form-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Roboto, sans-serif;
	width: 373px;
	background: #eee;
	position: relative
}

.hubp-form-wrapper {
	overflow: hidden;
	height: 100px
}

.hubp-form-titles {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none
}

#hubp-form {
	width: 1815px;
	margin-top: 5px;
	margin-bottom: 2px;
	height: 141px
}

.hubp-steps {
	width: 363px;
	text-align: center;
	position: relative;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	float: left;
	margin-bottom: 9px
}

#hubp-form label {
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
	padding: 5px 0;
	display: block
}

.hubp-btn {
	font-size: 13px;
	padding: .5em 1em;
	color: #444;
	border: 1px solid #999;
	background-color: #e6e6e6;
	border-radius: 2px;
	border: none;
	cursor: pointer
}

.hubp-btn.hubp-active {
	background-color: #df2828;
	color: #fff
}

.hubp-btn:focus {
	outline: 0
}

#hubp-form input {
	width: 285px;
	height: 45px;
	background: #fff;
	color: #333;
	padding: 6px 12px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 2px;
	margin: 0 auto;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	display: inline-block
}

.hubp-dobday {
	width: 70px!important
}

.hubp-submit-container {
	text-align: center
}

.hubp-submit-container .hubp-submit {
	background: #e63a3a;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 24px;
	padding: 8px 16px
}

.hubp-steps-ind {
	text-align: center;
	margin-top: 18px
}

.hubp-steps-ind div {
	background: #e6e6e6;
	color: #444;
	text-align: center;
	font-size: 16px;
	width: 33px;
	height: 33px;
	display: inline-block;
	text-align: center;
	margin-left: 3px;
	margin-right: 3px;
	line-height: 33px;
	cursor: pointer
}

.hubp-steps-ind .hubp-ind-active {
	background-color: #e63a3a;
	color: #fff
}

.hubp-error {
	border-radius: 5px;
	padding: 4px;
	background: rgba(255, 255, 255, .87);
	box-shadow: inset 0 0 10px 2px #d69d97;
	text-align: center;
	font-size: 12px;
	font-weight: 300
}

@media screen and (max-width:400px) {
	.hubp-form-container {
		width: 300px!important;
		margin: 0 auto!important
	}
}


#arrowimage {
	position: absolute;
	z-index: 1;
	width: 10%;
	top: -39px;
	right: 10px;
	display: none
}

#membertitle {
	background-color: var(--btn-colour1);
	color: #fff;
	font-size: 19px;
	line-height: 44px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	letter-spacing: 1px;
	margin: 0 0 10px 0
}

.call-to-action {
	background-image: url(../img/background-1500px.jpg);
	position: relative;
	background-position: right;
	height: 300px;
	background-color: #06bcef;
	background-position-y: 3%;
	background-size: 700px;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center
}

#zindexchange {
	z-index: 2
}

.call-to-action h3 {
	font-family: Roboto, sans-serif;
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
	word-spacing: 5px;
	text-shadow: 1px 1px 3px #000;
	position: relative;
	padding: 0 2%;
	line-height: 35px;
	width: 70%;
	margin: 0 auto
}

#calltoaction1 {
	margin: 25px auto 35px auto!important;
	float: none;
	text-align: center;
	position: relative;
	display: block;
	width: fit-content;
	padding: 20px
}

.imagesmall {
	width: 100%;
	border-radius: 5px
}

#emailinfo {
	padding-top: 24px!important
}

.doblabel {
	padding: 0 40px 0 40px!important;
	font-size: 20px
}

.icons-banner {
	width: 75%;
	margin: 30px auto 30px
}

.footerlinkbar {
	border-right: solid 1px #fff;
	padding-right: 7px;
	margin-right: 4px;
	font-family: Roboto, sans-serif
}

.free {
	position: absolute;
	top: -45px;
	right: -40px;
	background: #12c25c;
	border-radius: 50%;
	height: 80px;
	padding: 23px 0 0 0;
	color: #fff;
	width: 80px;
	font-weight: 400;
	letter-spacing: .5px;
	font-size: 18px;
	text-shadow: 1px 1px 2px #00000070;
	box-shadow: -3px 3px 6px #00000070
}

.footer p a {
	font-size: 8pt;
	text-decoration: none
}

.lightbox {
	text-align: center
}

.expose {
	position: relative
}

.expose2 {
	position: relative
}

#overlay {
	background: rgba(0, 0, 0, .5);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998
}

*,
:after,
:before {
	box-sizing: border-box
}

body,
html {
	height: 100%;
	color: #000;
}

.photo_block .panel {
	border-radius: 10px!important;
	background: #00000000!important
}

.wrapper {
	z-index: 1;
	position: relative
}

body {
	background: url(../img/background-1500px.jpg) top center no-repeat fixed;
	background-size: 100%;
	background-color: #fff
}

.container {
	width: 980px;
	margin: 0 auto;
	overflow: hidden
}

.banner {
	padding-bottom: 30px;
	padding-top: 30px
}

.banner-content {
	width: 50%
}

.banner-content h1 {
	font-family: Roboto, sans-serif;
	color: #fff;
	font-size: 38px;
	margin-top: 65px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: 500
}

.banner-content p {
	font-family: Roboto, sans-serif;
	color: #c53535;
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1.2px
}

.hubp-btn.error-border {
    border:none !important;

    background: rgba(255, 255, 255, 0.87);
    color:#C53535;
    box-shadow: 0 3px #c59595, inset 0px 0px 10px 2px #D69D97;
}
#hubp-form input.error-border {
    border:none !important;

    background: rgba(255, 255, 255, 0.87);
    color:#C53535;
    box-shadow: inset 0px 0px 10px 2px #D69D97;
}

.hubp-error p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin: 3px
}

.banner-content p.infotext {
	font-family: Roboto, sans-serif;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 350;
	text-shadow: 1px 1px 2px #00000070
}

.hubp-form-container {
	width: 373px;
	margin: 0 auto;
	background: rgba(128, 128, 128, 0.2);
	border: 10px solid hsla(0, 0%, 100%, 0);
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 2px;
	border-radius: 10px
}

.hubp-form-wrapper {
	height: 200px
}

#hubp-form {
	margin-top: 0
}

#hubp-form label {
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif!important;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	padding: 8px 0;
	display: block;
	margin-bottom: 10px;
	text-transform: none;
	text-shadow: 1px 1px 2px #00000070;
	line-height: 23px
}

#hubp-form input {
	width: 300px;
	background: #fff;
	box-shadow: 0 0 0 2px transparent;
	color: #212121;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s
}

.hubp-steps-ind div {
	background: rgba(255, 255, 255, .87);
	color: #fff;
	text-align: center;
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	display: inline-block;
	margin: 0 2px;
	cursor: pointer
}

.hubp-steps-ind .hubp-ind-active {
	background: -moz-linear-gradient(top, var(--btn-colour1) 0, var(--btn-colour2) 100%);
	background: -webkit-linear-gradient(top, var(--btn-colour1) 0, var(--btn-colour2) 100%);
	background: linear-gradient(to bottom, var(--btn-colour1) 0, var(--btn-colour2) 100%);
	color: #e63a3a
}

.hubp-btn {
	cursor: pointer;
	float: left;
	display: block;
	margin: 2% 2%;
	width: 161px;
	border: none;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-appearance: none;
	padding: 14px 20px;
	font-family: 'Open Sans', sans-serif!important;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: rgba(255, 255, 255, .87);
	color: #444;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	transition: box-shadow 0s;
	border-radius: 5px;
	box-shadow: 0 3px #e4e4e4
}

.hubp-btn:hover {
	top: 2px
}

.hubp-btn.hubp-active:hover {
	top: 0
}

.hubp-btn.hubp-active {
	color: #fff;
	background: -moz-linear-gradient(top, var(--btn-colour1) 0, var(--btn-colour2) 100%);
	background: -webkit-linear-gradient(top, var(--btn-colour1) 0, var(--btn-colour2) 100%);
	background: linear-gradient(to bottom, var(--btn-colour1) 0, var(--btn-colour2) 100%);
	box-shadow: 0 3px #862d14
}

.hubp-btn:focus {
	outline: 0
}

.hubp-submit-container .hubp-submit {
	border: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: inherit;
	color: inherit;
	background: -moz-linear-gradient(top, var(--btn-register-colour1) 0, var(--btn-register-colour2) 100%);
	background: -webkit-linear-gradient(top, var(--btn-register-colour1) 0, var(--btn-register-colour2) 100%);
	background: linear-gradient(to bottom, var(--btn-register-colour1) 0, var(--btn-register-colour2) 100%);
	cursor: pointer;
	padding: 15px 60px;
	display: inline-block;
	margin: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	outline: 0;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	color: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	border-radius: 5px 5px;
	box-shadow: 0 3px #0c9c49
}

.hubp-submit-container .hubp-submit:hover {
	top: 2px
}

.hubp-submit-container .hubp-submit:active {
	box-shadow: 0 0 #9e1414;
	top: 6px
}

.hubp-submit-container .hubp-submit:focus {
	outline: 0;
	border-bottom-width: 0;
	transition: all .1s ease-in-out
}

.photo_block {
	width: 40%;
	margin: 0 auto;
	background: 0 0;
	padding: 0 0 20px 0
}

.inner_container {
	min-height: 130px
}

.footer {
	width: 100%;
	height: auto;
	background: #2e2e2e;
	color: #fff;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 17px
}

#imagebg {
	background: url(../img/spread.jpg);
	background-size: cover;
	background-position: center;
	background-color: #54299a!important
}

.imagebg2 {
	background-color: #fff!important
}

.imagebg3 {
	background-color: #fff!important
}

.footer a {
	color: #fff
}

@media (max-width:980px) {
	.banner-content {
		width: 100%;
		margin-bottom: 3%
	}
	.call-to-action h3 {
		width: 80%
	}
	.icons-banner {
		width: 373px;
		margin: 30px auto 30px
	}
	.banner-content h1 {
		text-shadow: 0 0 25px #000000a1
	}
	.banner-content p {
		text-shadow: 0 0 40px #8a5f5f
	}
	.btn-xl {
		padding: .75rem 2.5rem!important
	}
	.container {
		width: 100%;
		padding: 0 10px 10px
	}
	.photo_block {
		width: 90%
	}
}

@media (max-width:768px) {
	.hubp-btn {
		width: 138px;
		margin: 2% 5%
	}
}

@media (max-width:1500px) {
	body {
		background: url(../img/background-1500px.jpg) top right no-repeat fixed;
		background-color: #07bdef;
	}
	.banner {
		padding-bottom: 5px;
		padding-top: 10px
	}
	.photo_block {
		margin-top: 10px
	}
	.footer {
		height: auto;
		padding: 10px 0
	}
}

@media (max-width:800px) {
	body {
		background: url(../img/background-800px.jpg) top right no-repeat fixed;
		background-color: #07bdef
	}
	#arrowimage {
		display: block
	}
	.call-to-action {
		background-image: url(../img/background-800px.jpg);
		position: relative;
		background-position: right;
		height: 300px;
		background-color: #06bcef;
		background-position-y: 0;
		background-position-x: 110%;
		background-size: 420px;
		background-repeat: no-repeat;
		display: flex;
		justify-content: center;
		align-items: center
	}
	.banner {
		padding-bottom: 0;
		margin-bottom: 10px
	}
	.banner-content h1 {
		font-size: 34px;
		padding-top: 10px;
		margin-top: 0;
		font-weight: 300
	}
	.photo_block {
		margin-top: 10px
	}
	.footer {
		height: auto;
		padding: 10px 0
	}
}

@media (max-width:639px) {
	.banner {
		padding-bottom: 0;
		margin-bottom: 10px
	}
	.banner-content h1 {
		font-size: 36px;
		font-weight: 400;
		padding-top: 10px;
		margin-top: 0
	}
	.photo_block {
		margin-top: 10px
	}
	.footer {
		height: auto;
		padding: 10px 0
	}
}

@media (max-width:500px) {
	body {
		background: url(../img/background-500px.jpg) top 3vw center no-repeat fixed;
		background-color: #07bdef
	}
	#calltoaction1 {
		width: 180px
	}
	.call-to-action h1 {
		margin-top: 30px
	}
	#arrowimage {
		top: -37px;
		right: 10px
	}
	#membertitle {
		font-size: 16px
	}
	.call-to-action {
		background-image: url(../img/background-500px.jpg);
		position: relative;
		background-position: right;
		height: 300px;
		background-color: #06bcef;
		background-position-y: 9%;
		background-position-x: 150%;
		background-size: 320px;
		background-repeat: no-repeat;
		display: flex;
		justify-content: center;
		align-items: center
	}
	.free {
		right: -25px;
		top: -45px
	}
	.banner-content h1 {
		text-shadow: none
	}
	.banner-content p {
		text-shadow: none
	}
}

@media (max-width:414px) {
	.hubp-btn {
		width: 138px;
		margin: 2.5% 5%
	}
}

@media (max-width:400px) {
	.banner-content {
		padding-bottom: 0
	}
	.icons-banner {
		width: 300px;
		margin: 10px auto -18px
	}
	.hubp-btn {
		width: 138px;
		margin: 2.5% 5%;
		font-size: 14px
	}
	#arrowimage {
		top: -35px;
		right: -10px;
		width: 12%
	}
}

@media (max-width:375px) {
	.hubp-btn {
		width: 130px;
		margin: 2.5% 1.4%
	}
	.banner-content p {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 20px
	}
}

@media (max-width:348px) {
	#arrowimage {
		right: -15px;
		width: 10%
	}
}

@media (max-width:340px) {
	.banner-content h1 {
		font-size: 32px
	}
}


/*!
		* Start Bootstrap - Stylish Portfolio v5.0.6 (https: //startbootstrap.com/template-overviews/stylish-portfolio)
		* Copyright 2013-2019 Start Bootstrap * Licensed under MIT (https: //github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
		*/

: root {
	--btn-colour1: #df2728;
	--btn-colour2: #bd2e06;
	--btn-register-colour1: #14da68;
	--btn-register-colour2: #10ab52;
	--lightbox-colour-default: rgba(29, 117, 184, 0.4);
	--lightbox-colour-highlighted: rgba(54, 147, 228, 0.8);
	--danger: #000
}

body,
html {
	width: 100%;
	height: 100%
}

body {
	font-family: 'Source Sans Pro'
}

.btn-xl {
	padding: 1.25rem 2.5rem
}

.content-section {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem
}

h1,
h2,
h5 {
	font-weight: 700
}

footer.footer {
	padding-top: 1rem;
	padding-bottom: 1rem
}

footer.footer a {
	font-size: .95rem;
	color: #aaa;
	text-decoration: underline;
	letter-spacing: .2px;
	font-weight: 300;
	line-height: 1.8;
	font-family: Roboto, sans-serif
}

footer.footer a:hover {
	color: #fff;
	text-decoration: underline
}

a {
	color: #1d809f
}

a:active,
a:focus,
a:hover {
	color: #155d74
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(151, 36, 4, .5)
}

.btn-dark {
	color: #fff!important
}

.btn {
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .1);
	font-weight: 700
}

.photo_block {
	margin: 0 auto;
	background: 0 0;
	padding: 0 0 20px 0
}

#overlay {
	background: rgba(0, 0, 0, .5);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998
}

.free {
	position: absolute;
	top: -45px;
	right: -40px;
	background: #12c25c;
	border-radius: 50%;
	height: 80px;
	padding: 14px 0 0 0;
	color: #fff;
	width: 80px;
	font-weight: 400;
	letter-spacing: .5px;
	font-size: 18px;
	text-shadow: 1px 1px 2px #00000070;
	box-shadow: -3px 3px 6px #00000070
}

.photo_block .panel {
	background-color: rgba(0, 0, 0, 0)!important
}

#about {
	padding-top: 1.5rem
}

#warlock-nav {
	z-index: 1;
	position: relative;
	display: inline-flex;
	width: 100%;
	background-color: transparent!important
}

#copyright-text {
	padding-top: 20px;
	font-size: 11pt;
	font-family: Roboto, sans-serif
}

.big-header {
	color: #fff;
	text-shadow: 1px 1px 10px #003f50 !important;
	font-family: 'Source Sans Pro'!important;
	font-weight: 700!important
}

.padded-h2 {
	padding: 20px 0
}

#copyright-text .non-under {
	text-decoration: none!important;
	font-size: 10pt
}

#navbar-logo {
	width: 445px;
	margin-left: 75px
}

.content-section {
	padding-top: 3rem;
	padding-bottom: 3rem
}

.footerlinkbar {
	border-right: solid 1px #666;
	padding-right: 7px;
	margin-right: 4px;
	font-family: Roboto, sans-serif
}

#footerlogo {
	width: 100%;
	max-width: 450px;
	margin: 20px 0 25px 0
}

@media (min-width: 1200px) {
	.container-footer {
		max-width: 720px
	}
}

@media (min-width: 576px) {
	.photo_block .panel {
		border-radius: 5px!important
	}
}

@media (max-width: 800px) {
	#navbar-logo {
		margin-left: 0
	}
}

@media (max-width: 768px) {
	.hubp-btn {
		width: 138px;
		margin: 2% 5%
	}
	.free {
		right: -25px;
		top: -45px
	}
	.content-section {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem
	}
}

@media (max-width: 720px) {
	#navbar-logo {
		width: 100%
	}
	.navbar-brand {
		width: 65%
	}
}

@media (max-width: 500px) {
	.bigScreen {
		display: none
	}
	.smallScreen {
		display: block
	}
}

@media (min-width: 501px) {
	.bigScreen {
		display: block
	}
	.smallScreen {
		display: none
	}
}

@media (max-width: 440px) {
	h2 {
		font-size: 1.8rem
	}
}

@media (max-width: 414px) {
	.hubp-btn {
		width: 138px;
		margin: 2.5% 5%
	}
}

@media (max-width: 400px) {
	.hubp-btn {
		width: 126px;
		margin: 2.5% 2%;
		font-size: 14px
	}
	#navbar-logo {
		width: 240px
	}
	.navbar-brand {
		width: auto
	}
	h2 {
		font-size: 1.6rem
	}
}

@media (max-width: 375px) {
	.hubp-btn {
		width: 130px;
		margin: 2.5% 1.4%
	}
	#loginbtn {
		padding: .2rem .3rem
	}
}

@media (max-width: 360px) {
	#navbar-logo {
		width: 230px
	}
}

@media (max-width: 350px) {
	.free {
		right: -18px;
		top: -45px
	}
	#navbar-logo {
		width: 220px
	}
	h2 {
		font-size: 1.5rem
	}
	footer.footer a {
		font-size: .8rem
	}
}

@media (max-width: 340px) {
	#navbar-logo {
		width: 210px
	}
}

@media (max-width: 330px) {
	#navbar-logo {
		width: 200px
	}
	h2 {
		font-size: 1.45rem
	}
}

@media (max-width: 320px) {
	#navbar-logo {
		width: 199px
	}
}

@media (max-width: 319px) {
	#navbar-logo {
		width: 180px
	}
}
