@media all and (max-width: 575px) {
	html {
		font-size: 0.9375rem;
	}
}
@media all and (min-width: 576px) {
	html {
		/* (15 / 768) * 100 */
		font-size: 1.953125vw;
		font-size: 1.822916667vw;
	}
}
body {
	background-color: #333;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}
h1, .h1 {
	font-size: 3em;
	line-height: 1.5;
	margin-bottom: calc(1.5em / 3);
}
h2, .h2 {
	font-size: 2.4em;
	line-height: 1.5;
	margin-bottom: calc(1.5em / 2.4);
}
h3, .h3 {
	font-size: 1.9em;
	line-height: 1.5;
	margin-bottom: calc(1.5em / 1.9);
}
h4, .h4 {
	font-size: 1.5em;
	line-height: 1.5;
	margin-bottom: calc(1.5em / 1.5);
}
h5, .h5 {
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: calc(1.5em / 1.2);
}
h6, .h6 {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: calc(1.5em / 1);
}
p, ul {
	margin-bottom: 1.5em;
}
ul, ol {
	margin-left: 1.2em;
	padding-left: 0;
}
.container {
	max-width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
	display: flex;
	flex-direction: column;
}
.row {
	margin-right: -1rem;
	margin-left: -1rem;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 1rem;
    padding-left: 1rem;
}
.section {
	padding: 1.75rem 0 .25rem;
}
.background {
	position: relative;
	overflow: hidden;
	display: flex;
	background-size: cover;
	background-position: center top;
}
.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.background-colour {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.wrapper {
	display: flex;
	flex-direction: column;
}
.sidebar {
	background-color: #f8f8fb;
}
.content {
	background-color: #fff;
}
@media all and (min-width: 576px) {
	.wrapper {
		flex-direction: row;
	}
	.sidebar {
		width: 15rem;
		flex-shrink: 0;
	}
	.content {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
	}
	.content > .section:last-of-type {
		flex-grow: 1;
	}
	
}
.spacer {
	padding-top: .25em;
	padding-bottom: 1.75em;
}
.box {
	padding: 1.75em 2em .25em;
}
.image {
	background-size: 100% 100%;
}
.thumb {
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.125);
	position:relative;
}
.thumb:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: .25rem solid #fff;
	box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.125);
	z-index: 999;
	pointer-events: none;
}
.circle, .thumb.circle:before {
	border-radius: 50%;
}
pre, .table {
	color: inherit;
}
small, .small, .invalid-feedback {
	font-size: .75rem;
}
b, strong {
    font-weight: 700;
}
hr {
	margin: 0;
	padding-top: .25em;
	margin-bottom: 1.75em;
	border: 0;
	border-bottom: 1px dashed #aaa;
}
@media all and (min-width: 768px) {
	hr {
		border-bottom-width: 2px;
	}
}
a, a:hover {
	color: #67879e;
	text-decoration: underline;
}
a.btn {
	text-decoration: none;
}
/* Form */
.form-group {
	margin-bottom: 1.5em;
}
.form-text.text-muted {
    font-size: .75rem;
    color: inherit!important;
}
form .alert p {
	margin-bottom: 0;
}
form ul.errors {
	margin: 0;
	padding: 0;
	list-style: none;
}
form label.required:after {
	content:"*";
	color:#f00;
	margin-left:.25em;
}
select {
	/* Fix Safari select element not resizing */
	/* https://stackoverflow.com/questions/503101/text-size-for-drop-down-menu-input-select-not-working-in-safari */
	border-image-width: 0;
}