
@import url("https://fonts.googleapis.com/css?family=Raleway:200,700|Source+Sans+Pro:300,600,300italic,600italic");

/* Basic */
	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}
	#qbfeatures {
		background-color: #2e3141;
		background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("https://blockpathstatic.website/generic_accounting.jpeg");
		background-size: auto, cover;
		background-attachment: fixed, fixed;
		background-position: center, center;
	}
    @media screen and (max-width: 830px) {
        #qbfeatures {
            margin-left: 0 !important;
        }
    }
		#qbfeatures.is-preload *, #qbfeatures.is-preload *:before, #qbfeatures.is-preload *:after {
			animation: none !important;
			transition: none !important;
		}

/* Type */
	#qbfeatures, .clearinput {
		color: #ffffff;
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 16.5pt;
		font-weight: 300;
		line-height: 1.65;
	}
		@media screen and (max-width: 1680px) {
			#qbfeatures, .clearinput {
				font-size: 13pt;
			}
		}
		@media screen and (max-width: 1280px) {
			#qbfeatures, .clearinput {
				font-size: 12pt;
			}
		}
		@media screen and (max-width: 980px) {
			#qbfeatures, .clearinput {
				font-size: 12pt;
			}
		}
		@media screen and (max-width: 736px) {
			#qbfeatures, .clearinput {
				font-size: 12pt;
			}
		}
		@media screen and (max-width: 480px) {
			#qbfeatures, .clearinput {
				font-size: 12pt;
			}
		}
		a.special:not(.button) {
            color: #ffffff;
			text-decoration: none;
			border-bottom: 0;
			display: block;
			font-family: Raleway, Helvetica, sans-serif;
			font-size: 0.8em;
			font-weight: 700;
			letter-spacing: 0.1em;
			margin: 0 0 2em 0;
			text-transform: uppercase;
		}
			a.special:not(.button):before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}
			a.special:not(.button):before {
				transition: background-color 0.2s ease-in-out;
				border-radius: 100%;
				border: solid 2px rgba(255, 255, 255, 0.125);
				content: '\f105';
				display: inline-block;
				font-size: 1.25em;
				height: 2em;
				line-height: 1.65em;
				margin-right: 0.85em;
				text-align: center;
				text-indent: 0.15em;
				vertical-align: middle;
				width: 2em;
			}
			a.special:not(.button):hover:before {
				background-color: rgba(255, 255, 255, 0.025);
			}
			a.special:not(.button):active:before {
				background-color: rgba(255, 255, 255, 0.075);
			}

	strong, b {
		color: #ffffff;
		font-weight: 600;
	}
	em, i {
		font-style: italic;
	}
	p {
		margin: 0 0 2em 0;
        font-size: 110%;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
		font-family: Raleway, Helvetica, sans-serif;
		font-weight: 700;
		letter-spacing: 0.1em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
			border-bottom: 0;
		}

		h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
			font-weight: 200;
		}

		h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
			padding-bottom: 1em;
			border-bottom: solid 2px rgba(255, 255, 255, 0.125);
		}

	h2 {
		font-size: 1.2em;
	}
	h3 {
		font-size: 0.9em;
	}
	h4 {
		font-size: 0.7em;
	}
	h5 {
		font-size: 0.7em;
	}
	h6 {
		font-size: 0.7em;
	}

	@media screen and (max-width: 736px) {
		h2 {
			font-size: 1em;
		}
		h3 {
			font-size: 0.8em;
		}
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px rgba(255, 255, 255, 0.125);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(255, 255, 255, 0.025);
		border-radius: 5px;
		border: solid 2px rgba(255, 255, 255, 0.125);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}
		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}
	hr {
		border: 0;
		border-bottom: solid 2px rgba(255, 255, 255, 0.125);
		margin: 2.5em 0;
	}
		hr.major {
			margin: 4em 0;
		}
	.align-left {
		text-align: left;
	}
	.align-center {
		text-align: center;
	}
	.align-right {
		text-align: right;
	}



/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

/* Form */
	form {
		margin: 0 0 2em 0;
	}
		form > :last-child {
			margin-bottom: 0;
		}
		form > .fields {
			display: flex;
			flex-wrap: wrap;
			width: calc(100% + 3em);
			margin: -1.5em 0 2em -1.5em;
		}
			form > .fields > .field {
				flex-grow: 0;
				flex-shrink: 0;
				padding: 1.5em 0 0 1.5em;
				width: calc(100% - 1.5em);
			}
				form > .fields > .field.half {
					width: calc(50% - 0.75em);
				}
				form > .fields > .field.third {
					width: calc(100%/3 - 0.5em);
				}
				form > .fields > .field.quarter {
					width: calc(25% - 0.375em);
				}

		@media screen and (max-width: 480px) {
			form > .fields {
				width: calc(100% + 3em);
				margin: -1.5em 0 2em -1.5em;
			}
				form > .fields > .field {
					padding: 1.5em 0 0 1.5em;
					width: calc(100% - 1.5em);
				}
					form > .fields > .field.half {
						width: calc(100% - 1.5em);
					}
					form > .fields > .field.third {
						width: calc(100% - 1.5em);
					}
					form > .fields > .field.quarter {
						width: calc(100% - 1.5em);
					}
		}

	.whitelabel {
		color: #ffffff;
		display: block;
		font-family: Raleway, Helvetica, sans-serif;
		font-size: 0.8em;
		font-weight: 700;
		letter-spacing: 0.1em;
		margin: 0 0 0.7em 0;
		text-transform: uppercase;
	}

	.clearinput {
		appearance: none;
		background: rgba(255, 255, 255, 0.025);
		border-radius: 5px;
		border: none;
		border: solid 2px rgba(255, 255, 255, 0.125);
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}
		.clearinput:invalid {
			box-shadow: none;
		}

		.clearinput:focus {
			border-color: #5b6ba6;
		}

	.clearinput {
		height: 2.75em;
	}
	.clearinput {
		padding: 0.75em 1em;
	}


/* Icon */
	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}
		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}
		.icon > .label {
			display: none;
		}

/* Image */
	.image {
		border-radius: 5px;
		border: 0;
		display: inline-block;
		position: relative;
	}
		.image img {
			border-radius: 5px;
			display: block;
		}
		.image.left, .image.right {
			max-width: 40%;
		}
			.image.left img, .image.right img {
				width: 100%;
			}
		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}
		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}
		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}
			.image.fit img {
				width: 100%;
			}
		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}
			.image.main img {
				width: 100%;
			}

/* List */
	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}
	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}
		ul li {
			padding-left: 0.5em;
		}
		ul.alt {
			list-style: none;
			padding-left: 0;
		}
			ul.alt li {
				border-top: solid 1px rgba(255, 255, 255, 0.125);
				padding: 0.5em 0;
			}
				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2em 0;
	}
		dl dt {
			display: block;
			font-weight: 600;
			margin: 0 0 1em 0;
		}
		dl dd {
			margin-left: 2em;
		}

/* Actions */
	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}
		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}
		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}
			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}
			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}
				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}
			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}
				ul.actions.fit li > * {
					width: 100%;
				}
			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {
			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}
				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}
					ul.actions:not(.fixed) li > * {
						width: 100%;
					}
					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5rem;
						}
		}

/* Icons */
	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}
		ul.icons li {
			display: inline-block;
			padding: 0 1em 0 0;
		}
			ul.icons li:last-child {
				padding-right: 0;
			}
			ul.icons li .icon:before {
				font-size: 1.25em;
			}

/* Contact */
	ul.contact {
		list-style: none;
		padding: 0;
	}
		ul.contact li {
			text-decoration: none;
			margin: 2.5em 0 0 0;
			padding: 0 0 0 3.25em;
			position: relative;
		}
			ul.contact li:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}
			ul.contact li:before {
				border-radius: 100%;
				border: solid 2px rgba(255, 255, 255, 0.125);
				display: inline-block;
				font-size: 0.8em;
				height: 2.5em;
				left: 0;
				line-height: 2.35em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.5em;
			}
			ul.contact li:first-child {
				margin-top: 0;
			}

		@media screen and (max-width: 736px) {
			ul.contact li {
				margin: 1.5em 0 0 0;
			}
		}


/* Button */
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 5px;
		border: 0;
		box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.125);
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-family: Raleway, Helvetica, sans-serif;
		font-size: 0.8em;
		font-weight: 700;
		height: 3.75em;
		letter-spacing: 0.1em;
		line-height: 3.75em;
		padding: 0 2.25em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}
		.button:hover {
			background-color: rgba(255, 255, 255, 0.025);
		}    
		.button:active {
			background-color: rgba(255, 255, 255, 0.075);
		}
		.button.icon:before {
			margin-right: 0.5em;
			color: rgba(255, 255, 255, 0.35);
		}

		.button.primary {
			background-color: #4c5c96;
			box-shadow: none;
		}
			.button.primary:hover {
				background-color: #53639e;
			}
			.button.primary:active {
				background-color: #45558d;
			}
			.button.primary.icon:before {
				color: #7985b0;
			}
		.button.fit {
			width: 100%;
		}
		.button.small {
			font-size: 0.6em;
		}
		.button.large {
			font-size: 1em;
		}
		@media screen and (max-width: 480px) {
			.button {
				padding: 0 5px;
			}
		}

/* Features */
	.features {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 2em 0;
	}
		.features article {
			padding: 1.75em 1.75em 0.1em 1.75em ;
			background-color: #353849;
			border-radius: 5px;
			margin: 1.5em 3em 1.5em 0;
			width: calc(50% - 1.5em);
		}
			.features article:nth-child(2n) {
				margin-right: 0;
			}
			.features article .image {
				border-radius: 5px 5px 0 0;
				display: block;
				margin-bottom: 1.75em;
				margin-left: -1.75em;
				margin-top: -1.75em;
				position: relative;
				width: calc(100% + 3.5em);
				height: 285px;
			}
				.features article .image img {
					border-radius: 5px 5px 0 0;
					width: 100%;
				}

		@media screen and (max-width: 980px) {
			.features article {
				margin: 1em 2em 1em 0;
				width: calc(50% - 1em);
			}
		}

		@media screen and (max-width: 736px) {
			.features article {
				padding: 1.5em 1.5em 0.1em 1.5em ;
				margin: 0.875em 1.75em 0.875em 0;
				width: calc(50% - 0.875em - 1px);
			}
				.features article .image {
					margin-bottom: 1.5em;
					margin-left: -1.5em;
					margin-top: -1.5em;
					width: calc(100% + 3em);
				}
		}

		@media screen and (max-width: 480px) {
			.features {
				display: block;
			}
				.features article {
					width: 100%;
					margin: 0 0 2em 0 !important;
				}
		}


/* Banner */

	#banner {
		padding: 6em 0 4.75em 0 ;
	}
		#banner .inner {
			margin: 0 auto;
			width: 55em;
		}
		#banner .logo {
			-moz-transition: opacity 2s ease, -moz-transform 1s ease;
			-webkit-transition: opacity 2s ease, -webkit-transform 1s ease;
			-ms-transition: opacity 2s ease, -ms-transform 1s ease;
			transition: opacity 2s ease, transform 1s ease;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			opacity: 1;
			margin: 0 0 1.3em 0;
		}
			#banner .logo .icon {
				border-radius: 100%;
				border: solid 2px rgba(255, 255, 255, 0.125);
				cursor: default;
				display: inline-block;
				font-size: 2em;
				height: 2.25em;
				line-height: 2.25em;
				text-align: center;
				width: 2.25em;
			}

		#banner h2 {
			-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
			-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
			-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
			transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			-moz-transition-delay: 0.65s;
			-webkit-transition-delay: 0.65s;
			-ms-transition-delay: 0.65s;
			transition-delay: 0.65s;
			-moz-filter: blur(0);
			-webkit-filter: blur(0);
			-ms-filter: blur(0);
			filter: blur(0);
			opacity: 1;
			border-bottom: solid 2px rgba(255, 255, 255, 0.125);
			font-size: 2.25em;
			margin-bottom: 0.8em;
			padding-bottom: 0.4em;
		}

		#banner p {
			-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease, -moz-filter 0.25s ease;
			-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, -webkit-filter 0.25s ease;
			-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease, -ms-filter 0.25s ease;
			transition: opacity 0.5s ease, transform 0.5s ease, filter 0.25s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			-moz-transition-delay: 0.8s;
			-webkit-transition-delay: 0.8s;
			-ms-transition-delay: 0.8s;
			transition-delay: 0.8s;
			-moz-filter: blur(0);
			-webkit-filter: blur(0);
			-ms-filter: blur(0);
			filter: blur(0);
			opacity: 1;
			font-family: Raleway, Helvetica, sans-serif;
			font-size: 1em;
			font-weight: 200;
			letter-spacing: 0.1em;
			line-height: 2;
			text-transform: uppercase;
		}

		@media screen and (max-width: 1280px) {
			#banner {
				padding: 7em 0 8.25em 0 ;
				background-color: #2e3141;
				background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("https://blockpathstatic.website/generic_accounting.jpeg");
				background-size: auto, cover;
				background-position: center, center;
				margin-bottom: -6.5em;
			}
		}

		@media screen and (max-width: 980px) {
			#banner {
				padding: 12em 3em 12.375em 3em ;
				margin-bottom: -4.75em;
			}
				#banner .inner {
					width: 100%;
				}
		}

		@media screen and (max-width: 736px) {
			#banner {
				padding: 5em 2em 4.25em 2em ;
				margin-bottom: -2.5em;
			}
				#banner .logo {
					margin: 0 0 1em 0;
				}
					#banner .logo .icon {
						font-size: 1.5em;
					}
				#banner h2 {
					font-size: 1.5em;
				}
				#banner p {
					font-size: 0.8em;
				}

		}
		#qbfeatures.is-preload #banner .logo {
			transform: translateY(0.5em);
			opacity: 0;
		}
		#qbfeatures.is-preload #banner h2 {
			opacity: 0;
			transform: translateX(0.25em);
			filter: blur(2px);
		}
		#qbfeatures.is-preload #banner p {
			opacity: 0;
			transform: translateX(0.5em);
			filter: blur(2px);
		}

/* Wrapper */

	#wrapper > header {
		padding: 11em 0 2.25em 0 ;
	}
		#wrapper > header .inner {
			margin: 0 auto;
			width: 55em;
		}
		#wrapper > header h2 {
			border-bottom: solid 2px rgba(255, 255, 255, 0.125);
			font-size: 2em;
			margin-bottom: 0.8em;
			padding-bottom: 0.4em;
		}
		#wrapper > header p {
			font-family: Raleway, Helvetica, sans-serif;
			font-size: 1em;
			font-weight: 200;
			letter-spacing: 0.1em;
			line-height: 2;
			text-transform: uppercase;
		}

	@media screen and (max-width: 1280px) {
		#wrapper > header {
			padding: 9em 0 6.25em 0 ;
			background-color: #2e3141;
			background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("../../images/bg.jpg");
			background-size: auto, cover;
			background-position: center, 0% 30%;
			margin-bottom: -6.5em;
		}
	}

	@media screen and (max-width: 980px) {
		#wrapper > header {
			padding: 11em 3em 7.375em 3em ;
			background-size: auto, cover;
			background-position: center, 0% 0%;
			margin-bottom: -4.75em;
		}
			#wrapper > header .inner {
				width: 100%;
			}
	}

	@media screen and (max-width: 736px) {
		#wrapper > header {
			padding: 6.5em 2em 3em 2em ;
			background-size: auto, 125%;
			margin-bottom: -2.5em;
		}
			#wrapper > header h2 {
				font-size: 1.25em;
			}
			#wrapper > header p {
				font-size: 0.8em;
			}
	}

	.wrapper {
		background-color: #196019;
		margin: 6.5em 0;
		position: relative;
	}
		.wrapper:before, .wrapper:after {
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23196019' /%3E%3C/svg%3E");
		}
		.wrapper:before {
			box-shadow: inset 0 -1px 0 0 #196019, 0 1px 0 0 #196019;
		}
		.wrapper:after {
			box-shadow: inset 0 -1px 0 0 #196019, 0 1px 0 0 #196019;
		}
		.wrapper:before, .wrapper:after {
			background-repeat: no-repeat;
			background-size: 100% 100%;
			content: '';
			display: block;
			height: 6.5em;
			position: absolute;
			width: 100%;
		}
		.wrapper:before {
			left: 0;
			top: -6.5em;
		}
		.wrapper:after {
			transform: scaleY(-1);
			bottom: -6.5em;
			left: 0;
		}
		.wrapper.alt:before {
			transform: scaleX(-1);
		}
		.wrapper.alt:after {
			transform: scaleY(-1) scaleX(-1);
		}
		.wrapper .inner {
			padding: 3em 0 1em 0 ;
			margin: 0 auto;
			width: 55em;
		}

		.wrapper.style2 {
			background-color: #353849;
		}
			.wrapper.style2:before, .wrapper.style2:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23353849%3B' /%3E%3C/svg%3E");
			}
			.wrapper.style2:before {
				box-shadow: inset 0 -1px 0 0 #353849, 0 1px 0 0 #353849;
			}
			.wrapper.style2:after {
				box-shadow: inset 0 -1px 0 0 #353849, 0 1px 0 0 #353849;
			}

		.wrapper.style3 {
			background-color: #3d4051;
		}
			.wrapper.style3:before, .wrapper.style3:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%233d4051%3B' /%3E%3C/svg%3E");
			}
			.wrapper.style3:before {
				box-shadow: inset 0 -1px 0 0 #3d4051, 0 1px 0 0 #3d4051;
			}
			.wrapper.style3:after {
				box-shadow: inset 0 -1px 0 0 #3d4051, 0 1px 0 0 #3d4051;
			}

		.wrapper.style4 {
			background-color: #454858;
		}
			.wrapper.style4:before, .wrapper.style4:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23454858%3B' /%3E%3C/svg%3E");
			}
			.wrapper.style4:before {
				box-shadow: inset 0 -1px 0 0 #454858, 0 1px 0 0 #454858;
			}
			.wrapper.style4:after {
				box-shadow: inset 0 -1px 0 0 #454858, 0 1px 0 0 #454858;
			}

		.wrapper.style5 {
			background-color: #4d5060;
		}
			.wrapper.style5:before, .wrapper.style5:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%234d5060%3B' /%3E%3C/svg%3E");
			}
			.wrapper.style5:before {
				box-shadow: inset 0 -1px 0 0 #4d5060, 0 1px 0 0 #4d5060;
			}
			.wrapper.style5:after {
				box-shadow: inset 0 -1px 0 0 #4d5060, 0 1px 0 0 #4d5060;
			}

		.wrapper.style6 {
			background-color: #555867;
		}
			.wrapper.style6:before, .wrapper.style6:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23555867%3B' /%3E%3C/svg%3E");
			}
			.wrapper.style6:before {
				box-shadow: inset 0 -1px 0 0 #555867, 0 1px 0 0 #555867;
			}
			.wrapper.style6:after {
				box-shadow: inset 0 -1px 0 0 #555867, 0 1px 0 0 #555867;
			}

		.wrapper.spotlight {
			background-color: #258925;
		}
			.wrapper.spotlight:before, .wrapper.spotlight:after {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23258925' /%3E%3C/svg%3E");
			}
			.wrapper.spotlight:before {
				box-shadow: inset 0 -1px 0 0 #258925, 0 1px 0 0 #258925;
			}
			.wrapper.spotlight:after {
				box-shadow: inset 0 -1px 0 0 #258925, 0 1px 0 0 #258925;
			}
			.wrapper.spotlight .inner {
				display: flex;
				align-items: center;
				flex-direction: row;
			}
			.wrapper.spotlight .image {
				border-radius: 100%;
				margin: 0 3em 2em 0;
				width: 22em;
				overflow: hidden;
				-ms-flex: 1;
			}
				.wrapper.spotlight .image img {
					border-radius: 100%;
					width: 100%;
				}
			.wrapper.spotlight .content {
				width: 100%;
				-ms-flex: 2;
			}
			.wrapper.spotlight:nth-child(2n - 1) .inner {
				flex-direction: row-reverse;
				text-align: right;
			}
			.wrapper.spotlight:nth-child(2n - 1) .image {
				margin: 0 0 2em 3em;
			}

			.wrapper.spotlight.style2 {
				background-color: #227f22;
			}
				.wrapper.spotlight.style2:before, .wrapper.spotlight.style2:after {
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23227f22' /%3E%3C/svg%3E");
				}
				.wrapper.spotlight.style2:before {
					box-shadow: inset 0 -1px 0 0 #227f22, 0 1px 0 0 #227f22;
				}
				.wrapper.spotlight.style2:after {
					box-shadow: inset 0 -1px 0 0 #227f22, 0 1px 0 0 #227f22;
				}

			.wrapper.spotlight.style3 {
				background-color: #207720;
			}
				.wrapper.spotlight.style3:before, .wrapper.spotlight.style3:after {
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23207720' /%3E%3C/svg%3E");
				}
				.wrapper.spotlight.style3:before {
					box-shadow: inset 0 -1px 0 0 #207720, 0 1px 0 0 #207720;
				}
				.wrapper.spotlight.style3:after {
					box-shadow: inset 0 -1px 0 0 #207720, 0 1px 0 0 #207720;
				}

			.wrapper.spotlight.style4 {
				background-color: #4c5c96;
			}
				.wrapper.spotlight.style4:before, .wrapper.spotlight.style4:after {
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%234c5c96%3B' /%3E%3C/svg%3E");
				}
				.wrapper.spotlight.style4:before {
					box-shadow: inset 0 -1px 0 0 #4c5c96, 0 1px 0 0 #4c5c96;
				}
				.wrapper.spotlight.style4:after {
					box-shadow: inset 0 -1px 0 0 #4c5c96, 0 1px 0 0 #4c5c96;
				}

			.wrapper.spotlight.style5 {
				background-color: #324072;
			}
				.wrapper.spotlight.style5:before, .wrapper.spotlight.style5:after {
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23324072%3B' /%3E%3C/svg%3E");
				}
				.wrapper.spotlight.style5:before {
					box-shadow: inset 0 -1px 0 0 #324072, 0 1px 0 0 #324072;
				}
				.wrapper.spotlight.style5:after {
					box-shadow: inset 0 -1px 0 0 #324072, 0 1px 0 0 #324072;
				}
			.wrapper.spotlight.style6 {
				background-color: #2d3a69;
			}
				.wrapper.spotlight.style6:before, .wrapper.spotlight.style6:after {
					background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%232d3a69%3B' /%3E%3C/svg%3E");
				}
				.wrapper.spotlight.style6:before {
					box-shadow: inset 0 -1px 0 0 #2d3a69, 0 1px 0 0 #2d3a69;
				}
				.wrapper.spotlight.style6:after {
					box-shadow: inset 0 -1px 0 0 #2d3a69, 0 1px 0 0 #2d3a69;
				}

		@media screen and (max-width: 980px) {
			.wrapper {
				margin: 4.75em 0;
			}
				.wrapper:before, .wrapper:after {
					height: 4.75em;
				}
				.wrapper:before {
					top: -4.75em;
				}
				.wrapper:after {
					bottom: -4.75em;
					left: 0;
				}
				.wrapper .inner {
					padding: 3em 3em 1em 3em ;
					width: 100%;
				}
				.wrapper.spotlight .image {
					margin: 0 2em 2em 0;
					width: 32em;
				}
				.wrapper.spotlight:nth-child(2n - 1) .image {
					margin: 0 0 2em 2em;
				}
		}

		@media screen and (max-width: 736px) {
			.wrapper {
				margin: 2.5em 0;
			}
				.wrapper:before, .wrapper:after {
					height: 2.5em;
				}
				.wrapper:before {
					top: -2.5em;
				}
				.wrapper:after {
					bottom: -2.5em;
					left: 0;
				}
				.wrapper .inner {
					padding: 2em 2em 0.1em 2em ;
				}
				.wrapper.spotlight .inner {
					align-items: flex-start;
				}
				.wrapper.spotlight .image {
					width: 19em;
					margin: 0 1.75em 2em 0;
				}
				.wrapper.spotlight:nth-child(2n - 1) .image {
					margin: 0 0 2em 1.75em;
				}
		}

		@media screen and (max-width: 480px) {
			.wrapper.spotlight .inner {
				display: block;
			}
			.wrapper.spotlight .image {
				margin: 0 0 1em 0 !important;
				max-width: 85%;
				width: 12em;
			}
		}

		@media screen and (max-width: 360px) {
			.wrapper .inner {
				padding: 2em 1.5em 0.1em 1.5em ;
			}
		}

/* Footer */
	#footer .inner {
		padding: 5em 0 3em 0 ;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0 auto;
		width: 55em;
	}
		#footer .inner > * {
			width: 100%;
		}
		#footer .inner form {
			margin: 0 3em 0 0;
			width: calc(50% - 1.5em);
		}
		#footer .inner .contact {
			width: calc(50% - 1.5em);
		}
		#footer .inner .copyright {
			border-top: solid 2px rgba(255, 255, 255, 0.125);
			list-style: none;
			margin: 4em 0 2em 0;
			padding: 2em 0 0 0;
			width: 100%;
		}
			#footer .inner .copyright li {
				border-left: solid 2px rgba(255, 255, 255, 0.125);
				color: rgba(255, 255, 255, 0.35);
				display: inline-block;
				font-size: 0.9em;
				line-height: 1;
				margin-left: 1em;
				padding: 0;
				padding-left: 1em;
			}
				#footer .inner .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}
				#footer .inner .copyright li a {
					color: inherit;
				}

	@media screen and (max-width: 1280px) {
		#footer {
			background-color: #2e3141;
			background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("https://blockpathstatic.website/generic_accounting.jpeg");
			background-size: auto, cover;
			background-position: center, center;
			margin-top: -6.5em;
			padding-top: 6.5em;
		}
	}

	@media screen and (max-width: 980px) {
		#footer {
			margin-top: -4.75em;
			padding-top: 4.75em;
		}
			#footer .inner {
				padding: 4em 3em 1em 3em ;
				display: block;
				width: 100%;
			}
				#footer .inner form {
					width: 100%;
					margin: 0 0 4em 0;
				}
				#footer .inner .contact {
					width: 100%;
					margin: 0 0 4em 0;
				}
				#footer .inner .copyright {
					margin: 4em 0 2em 0;
				}
	}

	@media screen and (max-width: 736px) {
		#footer {
			margin-top: -2.5em;
			padding-top: 2.5em;
		}
			#footer .inner {
				padding: 4em 2em 0.1em 2em ;
			}
				#footer .inner form {
					margin: 0 0 3em 0;
				}
				#footer .inner .contact {
					margin: 0 0 3em 0;
				}
	}

	@media screen and (max-width: 480px) {
		#footer .inner .copyright li {
			border-left: 0;
			display: block;
			margin: 1em 0 0 0;
			padding-left: 0;
		}
			#footer .inner .copyright li:first-child {
				margin-top: 0;
			}
	}

	@media screen and (max-width: 360px) {
		#footer .inner {
			padding: 2em 1.5em 0.1em 1.5em ;
		}
	}