	

	/**
	 * HTML
	 */
	body {
		font-family: 'Aptos', 'Segoe UI', 'Helvetica Neue', sans-serif;
		word-wrap: break-word;
		color: rgb(42, 42, 42);
		background-color:white !important;
	}
	main {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	a {
		color: rgb(42, 42, 42);
	}
	a:hover {
		color: rgb(42, 42, 42);
		text-decoration:none;
	}
	h1 {
		font-family: 'Aptos', 'Segoe UI', 'Helvetica Neue', sans-serif;
		color: rgb(42, 42, 42);
		font-weight:900;
	}
	h2 {
		font-family: 'Aptos', 'Segoe UI', 'Helvetica Neue', sans-serif;
		color: rgb(42, 42, 42);
		font-weight:900;
	}
	h3, h4 {
		font-family: 'Aptos', 'Segoe UI', 'Helvetica Neue', sans-serif;
		color: rgb(42, 42, 42);
		font-weight:900;
	}
	p, label {
		font-family: 'Aptos', 'Segoe UI', 'Helvetica Neue', sans-serif;
		color: rgb(42, 42, 42);
	}
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	select::-ms-expand {
	    display: none; 
	}


	/**
	 * Bootstrap
	 */	 
	.btn {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		margin-top:2px;
	}
	.alert, .form-control {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.progress-bar {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.form-control {
		padding-bottom:10px;	
	}
	.col-form-label {
	}
	.alert-primary, .alert-secondary {
	}
	.alert-success, .alert-information {
	}
	.alert-error {
	}
	.alert-warning {
	}
	.alert a {
	}
	
	/**
	 * Navigation
	 **/
	#page-navigation-button {
		color:white !important;
		border: 1px solid white !important;
	}
	#page-navigation {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		background-color: transparent;
	}

	#information-page #page-navigation, #form-page #page-navigation {
		background-color: rgb(34, 27, 68);
		background-image: url(https://threshold-production.s3.eu-west-2.amazonaws.com/images/homeless-man.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#page-navigation-logo {
	}

	#information-page #page-navigation-menu a, #form-page #page-navigation-menu a {
		color:white;
		font-weight:900;
		text-decoration:none;
	}

	#page-navigation-menu a {
		color:white;
		font-weight:900;
		text-decoration:none;
	}

	#page-navigation-sub-menu {
		border: none;
		margin: 0px;
		padding: 10px;
		background-color: rgb(34, 27, 68);
	}

	/**
	 * Section title
	 */
.section-title {
	-webkit-border-top-left-radius: 0px !important;
	-moz-border-top-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	-moz-border-top-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-bottom-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-bottom-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.section-content {
	-webkit-border-top-left-radius: 0px !important;
	-moz-border-top-left-radius: 0px !important;
	border-top-left-radius: 00px !important;
	-webkit-border-top-right-radius: 0px !important;
	-moz-border-top-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-bottom-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-bottom-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.section, .section-alt, #page-title, #home-page-section {
	-webkit-border-top-left-radius: 0px !important;
	-moz-border-top-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	-moz-border-top-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-bottom-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-bottom-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
	.section-title {
		background-color:rgb(34, 27, 68);
	}
	.section-title h1, .section-title h2, .section-title h3, .section-title h4  {
		color:white !important;
		font-weight:900;
	}

	/**
	 * Section content
	 */ 
	.section-content, .section-alt {
		background-color:white;
		border: 1px solid rgb(34, 27, 68);
	}
	.section-content h1, .section-content h2, .section-content h3, .section-content h4 {
		color: rgb(42, 42, 42);
		font-weight:900;
	}
	.section-content p {
		color:rgb(42, 42, 42);
	}	
	.section-content a {
		color:rgb(42, 42, 42);
	}	
	.section-content a:hover {
		color: rgb(42, 42, 42);
	}


	/**
	 * Section
	 */
	.section {
		background-color:rgb(233, 81, 104);
		border:1px solid rgb(233, 81, 104);
		color: white;
	}
	.section h1, .section h2, .section h3, .section h4 {
		color:white !important;
		font-weight:900;
	}
	.section p, .section svg, .section strong {
		color:white !important;
	}


	.btn-standard {	 
		min-width:220px;
		width:220px;
		box-sizing:content-box;
	}

	#page-header {
		background-color: rgb(34, 27, 68);
		background-image: url(https://threshold-production.s3.eu-west-2.amazonaws.com/images/homeless-man.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}



	#page-header h1 {
		color:white !important;
		font-weight:900;
	}

	#page-title-row {
		padding-top: 3rem;
		padding-bottom: 3rem;
		font-weight:700;
	}

	#page-title {
	}

	.shadow, .btn {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	.card-header {
		background-color:rgb(34, 27, 68);
	}
	.card-header a, .card-header h4:hover, .card-header h4, .card-header h2 {
		color:white !important;
		font-weight:900;
	}
	.card-body, .card {
		background-color:transparent;
	}

	/**
	 * Buttons
	 **/

	#header-button, #page-button, #header-share-button, .btn-primary, .btn-outline-primary, .btn-secondary:hover, .btn-outline-secondary:hover, .btn-danger:hover, .btn-warning:hover  {
		background-color: rgb(233, 81, 104) !important;
		border: 1px solid white !important;
		color: white !important;
		font-weight:900 !important;
	}
	#header-button:hover, #page-button:hover, #header-share-button:hover, .btn-secondary, .btn-outline-secondary, .btn-danger, .btn-warning, .btn-primary:hover, .btn-outline-primary:hover, #header-button:hover, #page-button:hover  {
		background-color: rgb(34, 27, 68) !important;
		border: 1px solid white !important;
		color: white !important;
		font-weight:900 !important;
	}
		
	/**
	 * Footer
	 */
	#footer-content {
	}
	#page-footer {
		background-color:white;
		margin-top:0rem;
	}
	#page-footer, #page-footer p {
		color:rgb(42, 42, 42);
	}
	#page-footer h2, #page-footer h4, #page-footer a {
		color:rgb(42, 42, 42);
		text-decoration:none !important;
	}

	#page-footer a:hover {
		text-decoration:none !important;
	}

	#page-footer hr {
		visibility: hidden;
		display: none;
	}	
	
	#footer-strapline {
		visibility: hidden;
		display: none;
	}
	
	/**
	 * Media queries
	 */
	@media (min-width: 0px) {
		#logo {
			min-width:272px;
			max-width:272px;
		}
	}
	
	@media (min-width: 576px) {
		#logo {
			min-width:272px;
			max-width:272px;
		}
	}

	@media (min-width: 768px) {
		#logo {
			min-width:272px;
			max-width:272px;
		}
	}

	@media (min-width: 992px) {
		#logo {
			min-width:272px;
			max-width:272px;
		}
	}

	@media (min-width: 1200px) {
		#logo {
			min-width:272px;
			max-width:272px;
		}
	}
