/*
Theme Name: Apex Theme
Author: Francesca Costa
*/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html,
body,
ol,
ul,
li,
form,
legend {
	margin: 0;
	padding: 0;
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

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

a:active, a:focus, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0 0 1rem;
}

small,
.sm {
	font-size: 90%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	appearance: none;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #000;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

textarea {
	overflow: auto;
	resize: none;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

html {
	box-sizing: border-box;
	font-size: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	font-size: 1rem;
	font-family: "Open Sans", sans-serif;
	color: #2E517D;
}

@media screen and (max-width: 1000px) {
	body {
		margin-top: 3rem;
	}
}

::-webkit-scrollbar {
	width: 3px;
}

::-webkit-scrollbar-track {
	background: white;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
	background: #2E517D;
}

*,
*:after,
*:before {
	box-sizing: border-box;
	transition: 0.5s ease all;
}

*:hover,
*:focus,
*:active {
	outline: 0 !important;
}

.taright {
	text-align: right;
}

.taleft {
	text-align: left;
}

.tacenter {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
p a,
a {
	line-height: 1.5;
	margin: 0 0 1rem;
	color: #313132;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
p strong,
p a strong,
a strong {
	font-weight: 600;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
p a:last-child,
a:last-child {
	margin: 0;
}

h1,
h2,
h3,
h5,
h6 {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

p,
a {
	font-family: "Open Sans", sans-serif;
}

h1 {
	font-size: 68px;
	line-height: 90px;
	letter-spacing: 0px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 42px;
}

h4 {
	font-size: 60px;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: none;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}

h5 {
	font-size: 1.5rem;
	font-weight: 500;
}

h6 {
	font-size: 19px;
	font-weight: 700;
	color: #2E517D;
	font-family: "Open Sans", sans-serif;
	text-transform: none;
	margin-bottom: 20px;
}

p,
li {
	line-height: 1.8;
	color: #313132;
	font-size: 16px;
	font-weight: 400;
}

a {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

span {
	color: #2E667D;
}

.meta {
	display: block;
	padding: 1rem 0;
}

.meta span {
	position: relative;
	padding: 0 0.5rem 0 1rem;
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase;
	color: #2E667D;
	font-weight: 300;
	line-height: 2;
	font-family: "Oswald", sans-serif;
}

.meta span:before {
	content: "";
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	background: #2E667D;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.opacity {
	opacity: 0.7;
}

.content-area ul {
	list-style: circle !important;
}

.content-area ul li {
	list-style: circle !important;
	text-indent: 1rem;
}

.tdark h1,
.tdark h2,
.tdark h3,
.tdark h4,
.tdark h5,
.tdark a,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark a {
	color: white;
}

.tdark p,
.tdark p a,
.tdark li,
.dark p,
.dark p a,
.dark li {
	color: rgba(255, 255, 255, 0.7);
}

strong {
	font-weight: 600;
}

@media screen and (max-width: 1200px) {
	h1 {
		font-size: 4rem !important;
		line-height: 1.2;
	}
}

@media screen and (max-width: 900px) {
	h1 {
		font-size: 3rem !important;
	}

	h2 {
		font-size: 2rem;
	}

	h3 {
		font-size: 25px;
	}

	h4 {
		font-size: 50px;
	}

	h5 {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 500px) {
	h1 {
		font-size: 2.5rem !important;
	}

	h2 {
		font-size: 25px;
	}

	h4 {
		font-size: 40px;
	}

	p,
	li {
		font-size: 1rem !important;
	}
}

section {
	position: relative;
}

.clear {
	clear: both;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.faq span {
	color: #313132;
}

.faq a {
	color: #2E667D;
	font-weight: 600;
	text-decoration: underline;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.flex.center {
	align-items: center;
}

.flex.justify {
	justify-content: space-between;
}

.xlarge {
	margin: auto;
	width: 85rem;
}

.large {
	margin: auto;
	width: 75rem;
}

.medium {
	margin: auto;
	width: 60rem;
}

.small {
	margin: auto;
	width: 50rem;
}

.xsmall {
	margin: auto;
	width: 35rem;
}

.thick {
	padding: 8rem 0;
}

.thin {
	padding: 5rem 0;
}

.xthin {
	padding: 2.5rem 0;
}

.item-20,
.item-30,
.item-45,
.item-50,
.item-65 {
	margin-top: 2rem;
}

.item-20 {
	width: 22%;
}

.item-20:nth-child(-n + 4) {
	margin-top: 0;
}

.item-30 {
	width: 30%;
}

.item-30:nth-child(-n + 3) {
	margin-top: 0;
}

.item-45 {
	width: 45%;
}

.item-45:nth-child(-n + 2) {
	margin-top: 0;
}

.item-45:nth-child(-n + 2),
.item-50:nth-child(-n + 2),
.item-65:nth-child(-n + 2) {
	margin-top: 0;
}

.item-50 {
	width: 50%;
}

.item-65 {
	width: 65%;
}

.item-80 {
	width: 80%;
}

.margin {
	margin-top: 100px;
}

.light {
	background: rgba(245, 246, 250, 0.8);
}

.dark {
	background: #313132;
}

.white {
	color: white;
}

.section-projects {
	background-image: url("../quikscaff/src/img/projects-background.svg");
	background-repeat: no-repeat;
	background-position: top left;
}

.section-projects .xlarge {
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 1000px) {
	.section-projects {
		background-size: 20%;
	}
}

@media (max-width: 400px) {
	.section-projects {
		background-image: none;
	}

	.section-projects .item-80 {
		width: 100%;
	}
}

@media screen and (max-width: 1500px) {

	.xlarge,
	.large {
		width: 90%;
	}
}

@media screen and (max-width: 1200px) {
	.medium {
		width: 85%;
	}

	.half .item-30,
	.half .item-65 {
		width: 100%;
		margin-top: 2rem;
	}

	.half .item-30:first-child,
	.half .item-65:first-child {
		margin-top: 0;
	}
}

@media screen and (max-width: 900px) {
	.small {
		width: 90%;
	}

	.xthin {
		padding: 1.5rem 0;
	}

	.thin {
		padding: 2rem 0;
	}

	.thick {
		padding: 4rem 0;
	}

	.item-20 {
		width: 45%;
		margin-top: 2rem !important;
	}

	.item-20:nth-child(-n + 2) {
		margin-top: 0;
	}
}

@media screen and (max-width: 750px) {
	.xsmall {
		width: 90%;
	}

	.item-20,
	.item-30,
	.item-45,
	.item-50,
	.item-65,
	.quarter .item {
		width: 100%;
		margin-top: 2rem !important;
	}

	.item-20:first-child,
	.item-30:first-child,
	.item-45:first-child,
	.item-50:first-child,
	.item-65:first-child,
	.quarter .item:first-child {
		margin-top: 0 !important;
	}
}

iframe {
	max-width: 40rem;
	height: 25rem;
}

.image {
	position: relative;
	height: 20rem;
}

.image.flex {
	justify-content: center;
}

.image .background {
	z-index: 0;
}

.feature {
	position: relative;
	height: 40rem;
}

.feature .background {
	top: 2rem;
	right: 2rem;
}

.feature:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 2rem;
	left: 2rem;
	border: 1px solid #DADADA;
}

.background {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -9;
}

.background.dark:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1500px) {
	.item-20 .image {
		height: 22vw;
	}

	.item-30 .image {
		height: 20vw;
	}
}

@media screen and (max-width: 1200px) {
	.item-30 .image {
		height: 25vw;
	}

	.feature {
		height: 50vw;
	}
}

@media screen and (max-width: 900px) {
	.item-20 .image {
		height: 40vw;
	}
}

@media screen and (max-width: 750px) {
	iframe {
		width: 100%;
		height: 50vw;
	}

	.feature {
		height: 100vw;
	}

	.item-20 .image {
		height: 90vw;
	}

	.item-30 .image {
		height: 50vw;
	}
}

header {
	width: 100%;
	position: fixed;
	top: 0;
	text-align: center;
	z-index: 2000000;
	background-color: white;
}

header .logo {
	height: 1.6rem;
	margin: 0;
	display: block;
}

header .logo svg {
	width: auto;
	height: 100%;
}

header ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header ul li {
	position: relative;
	cursor: pointer;
}

header ul li a:hover {
	color: #2E667D;
}

header ul .current-menu-item>a,
header ul .current-menu-parent>a {
	color: #2E667D;
	border-bottom: 2px solid #2E667D;
}

header ul .current-menu-item>a:before,
header ul .current-menu-parent>a:before {
	border-color: #2E667D !important;
}

header ul .menu-item-has-children>a {
	padding-right: 1rem;
}

header ul .menu-item-has-children>a:before {
	content: "";
	position: absolute;
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	border-right: 1.5px solid #313132;
	border-bottom: 1.5px solid #313132;
	right: 1rem;
	top: 2.4rem;
	margin: auto;
	transform: rotate(45deg);
}

header ul .menu-item-has-children>a:hover {
	color: #2E667D;
}

header ul a {
	color: #313132;
	display: block;
	margin: 0;
	padding: 1rem;
	font-family: "Open Sans", sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

header ul .button {
	padding: 0 1.5rem !important;
	margin: 0 !important;
	background: #2E667D !important;
}

header ul .button:hover {
	background: #2E517D;
}

header ul .button a {
	color: white !important;
	border: 0 !important;
	margin: 0 !important;
	font-family: "Oswald", sans-serif;
}

header ul .sub-menu {
	display: block;
	max-height: 0;
	overflow: hidden;
	background: #313132;
}

header ul .sub-menu li:hover a, header ul .sub-menu li.current-menu-item a {
	border: 0;
	color: white;
	background: #2E517D;
}

header ul .sub-menu li a {
	background: #313132;
	margin: 0 !important;
	padding: 1rem 1rem;
	text-transform: none !important;
	color: white !important;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 0.8rem;
}

header ul .open .sub-menu {
	max-height: 30rem;
}

header .hamburger {
	cursor: pointer;
	display: none;
	width: 1.2rem;
	height: 1.2rem;
	position: relative;
}

header .hamburger .bar {
	position: absolute;
	margin: auto;
	background: #2E667D;
	transition: 0.25s ease all;
}

header .hamburger .bar:first-child {
	width: 100%;
	height: 2px;
	top: 0;
	bottom: 0;
}

header .hamburger .bar:last-child {
	width: 2px;
	height: 100%;
	left: 0;
	right: 0;
}

@media screen and (min-width: 1000px) {
	header.scrolled {
		background: #2E667D;
	}

	header.scrolled a {
		color: white;
	}

	header.scrolled a:hover {
		color: white;
		opacity: 0.5;
	}

	header.scrolled .current-menu-item>a,
	header.scrolled .current-menu-parent>a {
		color: white;
		border-bottom: 2px solid white;
	}

	header.scrolled .current-menu-item>a:before,
	header.scrolled .current-menu-parent>a:before {
		border-color: white !important;
	}

	header.scrolled .menu-item-has-children>a {
		padding-right: 1rem;
	}

	header.scrolled .menu-item-has-children>a:before {
		content: "";
		border-right: 1.5px solid white;
		border-bottom: 1.5px solid white;
	}

	header.scrolled .menu-item-has-children>a:hover {
		color: white;
	}

	header ul li {
		padding: 1rem 0;
	}

	header ul a {
		margin: 0 1rem 0 0 !important;
	}

	header ul .sub-menu {
		z-index: 200;
		top: 100%;
		width: 100%;
		text-align: center;
		position: absolute;
		width: 200px;
	}

	header ul .sub-menu li {
		padding: 0rem;
	}
}

@media screen and (max-width: 1000px) {
	header {
		background: white;
		padding: 1rem 0;
	}

	header .logo {
		height: 2rem;
	}

	header .nav {
		max-height: 0;
		overflow: hidden;
		display: block;
		width: 100%;
		background: white;
	}

	header .nav>ul {
		padding-top: 1rem;
	}

	header ul {
		flex-direction: column;
	}

	header ul li {
		width: 100%;
		text-align: left;
		cursor: pointer;
	}

	header ul .current-menu-item>a,
	header ul .current-menu-parent>a {
		border: 0 !important;
	}

	header ul .menu-item-has-children>a:before {
		top: 1.4rem;
	}

	header ul a {
		padding: 1rem 0;
	}

	header .hamburger {
		display: block;
	}

	header.active .nav {
		max-height: 100vh;
	}

	header.active .hamburger .bar {
		transition: 0.25s ease all;
	}

	header.active .hamburger .bar:last-child {
		transform: rotate(-90deg);
		top: 0;
		bottom: 0;
	}
}

footer {
	background: #2E517D;
}

footer .flex {
	align-items: flex-start;
}

footer .logo {
	display: block;
	margin-bottom: 3rem;
}

footer .logo svg {
	height: 2rem;
	width: auto;
}

footer img {
	width: 100%;
	max-width: 20rem;
}

footer * {
	font-size: 0.9rem;
}

footer h6,
footer h5 {
	margin: 0 0 1rem !important;
}

footer li {
	margin-bottom: 1rem;
}

footer p,
footer a {
	color: rgba(245, 246, 250, 0.7) !important;
}

footer h6 {
	color: rgba(245, 246, 250, 0.7) !important;
}

footer .bottom {
	border-top: 1px solid rgba(245, 246, 250, 0.2);
}

footer .bottom p,
footer .bottom p a {
	font-size: 0.75rem;
}

@media screen and (max-width: 1000px) {
	footer .item-30 {
		width: 100%;
		text-align: center;
		margin-top: 2rem !important;
	}

	footer .item-30:first-child {
		margin-top: 0 !important;
	}

	footer .item-65 {
		width: 100%;
	}

	footer .item-45 {
		width: 100%;
		text-align: center;
		margin-top: 2rem !important;
	}

	footer .bottom p,
	footer .bottom p a {
		font-size: 0.8rem !important;
	}
}

.error404 {
	margin: 0 !important;
}

.error404 .flex {
	width: 100%;
	height: 100vh;
	align-items: center;
}

.error404 h2 {
	font-family: "Oswald", sans-serif;
}

.single-post .single-intro {
	background-image: url("../quikscaff/src/img/about-background-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.single-post .single-intro h6 {
	margin-bottom: 0px;
}

.single-post .specs {
	background: #313132;
}

.single-post .specs h5 {
	font-size: 1rem;
	font-weight: 400;
}

.single-post .specs h6 {
	font-family: "Oswald", sans-serif;
	color: white;
	text-transform: uppercase;
}

.single-post .accordion-container {
	background-image: url("../quikscaff/src/img/about-background-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.single-post .testimonial h6 {
	color: white;
}

.single-post .testimonials .carousel-cell {
	background: #2E517D;
	opacity: 1;
	margin: auto;
}

.front-page .services h2, .services p, .front-page .services h6 {
	max-width: 700px;
	text-align: center;
	margin: 0 auto !important;
}

.front-page .services h2 {
	line-height: 1.8;
	color: #313132;
	font-size: 16px;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	text-transform: none;
}

.front-page .services h6 {
	padding-bottom: 1rem;
}

.front-page .about {
	-webkit-box-shadow: 2px 5px 15px -1px rgba(107, 107, 107, 0.5);
	-moz-box-shadow: 2px 5px 15px -1px rgba(107, 107, 107, 0.5);
	box-shadow: 2px 5px 15px -1px rgba(107, 107, 107, 0.5);
}

.front-page .projects .item-50:last-child {
	margin-top: 2rem;
}

.about-page .about-intro {
	background-image: url("../quikscaff/src/img/background-left.svg");
	background-repeat: no-repeat;
	background-position: top left;
}

.about-page .about-intro .flex {
	flex-direction: column;
	align-items: flex-start;
}

.about-page .about-intro p {
	border-left: 2px solid #DADADA;
	padding-left: 2rem;
	margin-top: 50px;
	align-self: flex-end;
}

.about-page .services-background {
	background-image: url("../quikscaff/src/img/about-background-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 100px;
}

.about-page .services-background .services {
	padding: 4rem 0rem;
}

.about-page .services-background .services h2 {
	text-align: center;
}

.single-service .content h6 {
	margin-bottom: 0rem;
}

.single-service .content h3 {
	margin-top: 0px;
}

.single-service .content a {
	color: #2E667D;
}

.single-service .content p {
	text-align: left;
}

.single-service .accordion-container {
	background-image: url("../quikscaff/src/img/about-background-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.single-service .projects .item-50:last-child {
	margin-top: 0px;
}

.contact-page .logos {
	background-color: #DADADA;
}

.accordion .item {
	padding: 2rem 0;
	border-bottom: 1px solid rgba(49, 49, 50, 0.1);
}

.accordion .item .title {
	height: auto;
	max-width: 100%;
	position: relative;
	cursor: pointer;
	padding-right: 2rem;
}

.accordion .item .title:after {
	content: "";
	display: block;
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	top: 1rem;
	right: 0;
	border-right: 1px solid #313132;
	border-bottom: 1px solid #313132;
	transform: rotate(45deg);
}

.accordion .item .expand {
	max-height: 0;
	overflow: hidden;
}

.accordion .item .expand .content {
	padding: 2rem 0 0;
}

.accordion .item.open .title h3 {
	color: #DADADA;
}

.accordion .item.open .title:after {
	top: 1.1rem;
	transform: rotate(225deg);
	border-color: #DADADA;
}

.accordion .item.open .expand {
	height: auto;
	max-height: 80rem;
}

@media screen and (max-width: 750px) {
	.accordion .item .title:after {
		top: 0.5rem;
	}
}

@media screen and (max-width: 900px) {
	.action .thick {
		display: none;
	}

	.action .item-30,
	.action .item-65 {
		margin-top: 1rem !important;
		text-align: left;
	}
}

.banner .overlay {
	background: rgba(46, 102, 125, 0.75);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.banner .tdark {
	z-index: 2;
}

.banner .thick {
	padding: 12rem 0;
}

.banner h1 {
	font-size: 4.5rem;
	letter-spacing: 0.5rem;
}

.banner .background {
	z-index: -9;
}

@media screen and (max-width: 900px) {
	.banner .thick {
		padding: 5rem 0;
	}
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #2E667D !important;
	padding: 0.8rem 2.5rem !important;
	border: 0 !important;
	margin: 1rem 0 0 !important;
	border-radius: 0 !important;
	display: inline-block;
	color: white !important;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	cursor: pointer;
}

.button:hover, .button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #2E517D !important;
}

.button.white,
button.white,
input[type="button"].white,
input[type="reset"].white,
input[type="submit"].white {
	background: white !important;
	color: #2E667D !important;
}

.button.white:hover,
button.white:hover,
input[type="button"].white:hover,
input[type="reset"].white:hover,
input[type="submit"].white:hover {
	color: white !important;
	background: #2E667D !important;
}

.button.download,
button.download,
input[type="button"].download,
input[type="reset"].download,
input[type="submit"].download {
	padding-left: 4rem !important;
	position: relative;
}

.button.download:before,
button.download:before,
input[type="button"].download:before,
input[type="reset"].download:before,
input[type="submit"].download:before {
	content: "";
	position: absolute;
	display: block;
	width: 1rem;
	height: 1rem;
	left: 2.5rem;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url("src/img/download.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.contact {
	font-weight: 600;
	font-size: 17px;
}

.contact:after {
	content: url("src/img/arrow-right.svg");
	padding-left: 1rem;
}

.contact:hover {
	opacity: 0.6;
}

.contact.blue {
	font-size: 14px;
	font-weight: 700;
	color: #2E517D;
	content: url("src/img/arrow-right-blue.svg");
}

.contact.blue:hover {
	content: url("src/img/arrow-right.svg");
}

.arrow {
	background: #2E667D !important;
	padding: 1.2rem 2.5rem !important;
	border: 0 !important;
	margin: 1rem 0 0 !important;
	border-radius: 0 !important;
	display: inline-block;
	color: white !important;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	cursor: pointer;
}

.arrow:after {
	content: url("src/img/arrow-right.svg");
	padding-left: 1rem;
}

.arrow.blue {
	background: #2E517D !important;
}

.arrow.blue:hover {
	background: #2E667D !important;
}

.arrow.white {
	background: white !important;
	color: #2E667D !important;
}

.arrow.white:after {
	content: url("src/img/arrow-right-blue.svg");
}

.arrow.white:hover {
	background: #2E517D !important;
	color: white !important;
}

.arrow.white:hover:after {
	content: url("src/img/arrow-right.svg");
}

.category .item-50:last-child {
	margin-top: 0px !important;
}

.category-nav {
	background: #313132;
}

.category-nav ul {
	justify-content: flex-start;
}

.category-nav li {
	margin: 0 1rem;
}

.category-nav li.current-cat a {
	color: #DADADA;
}

.category-nav li a {
	color: white;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 2px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}

@media screen and (max-width: 650px) {
	.category-nav ul {
		display: block;
	}

	.category-nav ul li {
		display: block;
		margin: 1rem 2rem 1rem 0;
	}
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content blockquote {
	margin: 1.5rem 0;
}

.content p,
.content ul,
.content ol,
.content li {
	margin: 0 0 1rem;
}

.content *:first-child {
	margin-top: 0;
}

.content *:last-child {
	margin-bottom: 0;
}

.content ul,
.content ol {
	list-style: none;
}

.content ul li,
.content ol li {
	padding-left: 1.5rem;
	position: relative;
}

.content ul li:before,
.content ol li:before {
	content: "";
	display: block;
	position: absolute;
	width: 0.2rem;
	height: 0.2rem;
	background: #2E517D;
	left: 0.3rem;
	top: 0;
	bottom: 0;
	margin: auto;
}

.content blockquote {
	border-left: 1px solid rgba(218, 218, 218, 0.6);
	padding: 0 0 0 1rem;
	margin: 2rem 0;
}

.content blockquote p {
	color: #DADADA;
	font-size: 1.4rem;
}

.content img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1200px) {
	.content .xsmall {
		width: calc(100% - 30rem);
	}
}

@media screen and (max-width: 900px) {
	.content .xsmall {
		width: 100%;
	}
}

.crumbs {
	padding: 2rem 0 0;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.crumbs,
.crumbs a {
	color: #DADADA;
	font-weight: 400;
}

.edit_link {
	background: #2E667D;
	position: fixed;
	bottom: 5rem;
	left: 0;
	z-index: 2000;
}

.edit_link a {
	font-family: "Oswald", sans-serif;
	padding: 1rem 2rem;
	display: block;
	color: white;
	font-weight: 600;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.edit_link:hover {
	background: #2E517D;
}

.flickity-enabled {
	position: relative;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: none !important;
}

.carousel-cell {
	position: relative;
	margin: 0 0.5rem;
	opacity: 0.5;
}

.carousel-cell.is-selected {
	opacity: 1;
}

.flickity-button {
	position: absolute;
	background: white;
	border: none;
}

.flickity-button:hover {
	background: white;
	cursor: pointer;
}

.flickity-button:disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.flickity-prev-next-button {
	top: calc(50% - 0.5rem);
	padding: 0 !important;
	margin: 0 !important;
	width: 2.5rem !important;
	height: 3rem !important;
	padding: 2rem 0 !important;
	border-radius: 50%;
	transform: translateY(-50%);
	background: white !important;
	box-shadow: none !important;
}

.flickity-prev-next-button .flickity-button-icon {
	display: none;
}

.flickity-prev-next-button:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0.6rem;
	height: 0.6rem;
	border-right: 1px solid #313132;
	border-bottom: 1px solid #313132;
}

.flickity-prev-next-button.previous {
	left: 0;
}

.flickity-prev-next-button.previous:before {
	right: 33%;
	transform: rotate(135deg);
}

.flickity-prev-next-button.next {
	right: 0;
}

.flickity-prev-next-button.next:before {
	left: 33%;
	transform: rotate(-45deg);
}

.flickity-prev-next-button:hover, .flickity-prev-next-button:focus {
	background: white !important;
	outline: 0 !important;
	opacity: 1;
}

.dark .flickity-prev-next-button {
	background: #313132 !important;
}

.dark .flickity-prev-next-button:before {
	border-color: white;
}

.dark .flickity-prev-next-button:hover, .dark .flickity-prev-next-button:focus {
	background: #313132 !important;
}

.flickity-page-dots {
	bottom: 0;
	width: auto;
	position: relative;
	margin: 2rem 0 0 !important;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-page-dots .dot {
	width: 4rem;
	height: 1px;
	display: inline-block;
	margin: 0;
	border-radius: 0;
	opacity: 1;
	background: rgba(218, 218, 218, 0.3);
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	background: #DADADA;
	height: 3px;
}

form {
	margin: 0;
	padding: 0;
}

form label {
	display: none;
}

form input,
form textarea,
form select {
	-webkit-appearance: none !important;
	appearance: none;
	width: 100% !important;
	margin: 0 !important;
	font-size: 0.9rem;
	font-family: "Open Sans", sans-serif;
	color: black !important;
	text-align: left;
	line-height: 1.5 !important;
	background: #F5F6FA;
	display: inline-block;
	padding: 1rem 2rem !important;
	position: relative;
	resize: none;
	border: 0 !important;
	border-radius: 0 !important;
	cursor: pointer;
}

form input::placeholder,
form textarea::placeholder,
form select::placeholder {
	color: black;
}

form textarea {
	max-height: 8rem;
}

form input[type="checkbox"] {
	vertical-align: top;
	margin: 0.3rem 0.5rem 0 0 !important;
	max-width: 1rem !important;
	width: 1rem !important;
	height: 1rem !important;
	padding: 0 !important;
	display: inline-block !important;
	border: 1px solid #DADADA;
}

form input[type="checkbox"]:checked {
	background: rgba(218, 218, 218, 0.4);
}

form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

form ul li {
	width: 100%;
	margin: 0 0 0.5rem;
}

form .gfield_checkbox li,
form .half {
	width: calc(50% - 0.25rem);
}

form .gfield_html {
	display: block;
	width: 100%;
}

form .gfield_html h3 {
	margin: 0 0 1rem;
}

form .gfield_html a {
	font-size: 0.8rem;
	text-decoration: underline;
}

form .gfield_checkbox label {
	min-height: auto !important;
	margin: 0 !important;
	color: #2E667D;
	width: calc(100% - 2rem);
}

form .gfield_checkbox li {
	margin: 0 0 1rem;
	cursor: pointer;
}

form .gform_footer input {
	margin: 0 auto !important;
}

form .validation_message,
form .validation_error {
	display: none !important;
}

form .gfield_error input,
form .gfield_error select,
form .gfield_error textarea {
	border: 1px solid #2E667D !important;
}

.signup form li input[type="text"],
.signup form li input[type="email"] {
	border: 0;
	border-bottom: 1px solid #2E517D;
}

.signup form li label {
	display: none;
}

.signup form .checkbox {
	width: 100% !important;
	margin: 0 0 1rem;
}

.signup form .checkbox li {
	width: 100%;
}

.signup form .checkbox li label {
	font-size: 1rem;
	display: inline-block;
}

.signup form .checkbox li label,
.signup form .checkbox li label a {
	font-weight: 400;
}

.signup form .checkbox li label a {
	letter-spacing: 0;
	text-decoration: underline;
	text-transform: none;
}

@media screen and (max-width: 750px) {
	form .half {
		width: 100%;
	}

	.signup form .gform_body,
	.signup form .gform_footer {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}
}

.gallery .carousel-cell {
	width: 50%;
	height: 30rem;
}

@media screen and (max-width: 1500px) {
	.gallery .carousel-cell {
		height: 30vw;
	}
}

@media screen and (max-width: 900px) {
	.gallery .carousel-cell {
		width: 100%;
		height: 60vw;
	}
}

.logos .item img {
	max-width: 12rem;
	max-height: 8rem;
	filter: grayscale(100%);
}

@media screen and (max-width: 900px) {
	.logos {
		justify-content: center;
	}

	.logos .item {
		margin: 1rem;
	}
}

.map {
	height: 40rem;
}

.map .background:before {
	content: "";
	position: absolute;
	display: block;
	z-index: 200;
	width: 4rem;
	height: 4rem;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url("src/img/marker.svg") 50% 50% no-repeat;
	background-size: contain;
}

.map .dark {
	bottom: 0;
	right: 0;
}

.map .dark a {
	padding: 2rem;
	display: block;
}

.map .dark:hover {
	background: #2E667D;
}

.map .dark:hover h6 {
	color: white;
}

@media screen and (max-width: 750px) {
	.map {
		height: 30rem;
	}
}

.opener {
	height: 80vh;
	position: relative;
}

.opener .small {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	max-width: 650px;
	background: rgba(46, 102, 125, 0.75);
	padding: 0rem 6rem;
}

.opener .small .text p {
	font-size: 23px;
	line-height: 1.5;
}

.opener .background {
	z-index: -9;
}

.opener .dark:before {
	background: rgba(0, 0, 0, 0.1);
}

.opener .white:hover {
	background: #DADADA !important;
	color: #2E667D !important;
}

.opener .contact {
	padding-left: 1rem;
}

@media screen and (max-width: 1200px) {
	.opener {
		height: 60vw;
	}

	.opener .small {
		max-width: 55%;
		padding: 0rem 4rem;
	}

	.opener .small p {
		font-size: 16px !important;
	}

	.opener .contact {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.opener {
		height: 30rem;
	}

	.opener .small {
		max-width: 60%;
		padding: 0rem 3rem;
	}
}

@media screen and (max-width: 550px) {
	.opener .small {
		max-width: 65%;
		padding: 0rem 2rem;
	}
}

@media screen and (max-width: 405px) {
	.opener .small {
		max-width: 70%;
		padding: 0rem 1.5rem;
	}
}

@media screen and (max-width: 405px) {
	.opener .small {
		max-width: 80%;
	}
}

.pagination {
	justify-content: center;
}

.pagination span,
.pagination div {
	display: inline-block;
}

.pagination span:hover a,
.pagination div:hover a {
	background: #2E667D;
}

.pagination a {
	width: 4rem;
	height: 4rem;
	display: block;
	line-height: 4rem;
	margin: 0 0.25rem;
	color: white;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
	background: #313132;
}

.pagination .next,
.pagination .prev {
	padding: 0;
	position: relative;
}

.pagination .next:before,
.pagination .prev:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	margin: auto;
	width: 0.6rem;
	height: 0.6rem;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

.pagination .next:before {
	transform: rotate(-45deg);
	right: 0.2rem;
}

.pagination .prev:before {
	transform: rotate(135deg);
	left: 2rem;
}

.projects {
	align-items: flex-start;
}

.projects h4 {
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0px;
}

.projects .item-50 {
	margin-bottom: 3rem;
	width: 49%;
}

.projects .item-50 .button {
	z-index: 9;
	margin: auto;
}

.projects .item-50 .arrow {
	display: block;
	width: 250px;
	margin-top: 3rem !important;
}

.projects .item-50:hover .image .background {
	opacity: 0.8;
}

.projects .item-50:hover .button {
	opacity: 1;
}

.projects .item-50:last-child {
	margin-top: 2rem;
}

.projects:after {
	content: "";
	display: block;
	width: 30%;
}

@media (max-width: 1000px) {
	.projects .section-projects {
		background-size: 20%;
	}
}

@media (max-width: 850px) {
	.projects .item-50 {
		width: 100%;
	}
}

.services .carousel-cell {
	width: 100%;
}

.services .carousel-cell .flickity-prev-next-button {
	top: 12rem !important;
}

.services .carousel-cell .image {
	height: 30rem;
	margin-bottom: 1rem;
}

.services .item-50 {
	justify-content: center;
	margin: 0 !important;
	height: 40vw;
}

@media screen and (max-width: 750px) {
	.services .item-50 {
		height: 60vw;
	}
}

.services-flex {
	margin-top: 65px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.services-flex a {
	background-color: white;
	width: 24%;
	text-align: center;
	height: 400px;
	border: 1px solid #DADADA;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	padding: 2rem 0rem;
}

.services-flex a .white-icon {
	display: none;
}

.services-flex a p {
	font-size: 15px;
	margin-top: 1rem;
	max-width: 90%;
}

.services-flex a h6 {
	max-width: 90%;
	margin-bottom: 1rem;
}

.services-flex a:hover {
	background: #2E517D;
}

.services-flex a:hover p, .services-flex a:hover h6 {
	color: white;
}

.services-flex a:hover .white-icon {
	display: block;
}

.services-flex a:hover .thumbnail {
	display: none;
}

.services-flex a:hover .contact.blue {
	content: url("src/img/arrow-right.svg");
}

@media (max-width: 1000px) {
	.services-flex a {
		width: 49% !important;
		margin-bottom: 2%;
	}
}

@media (max-width: 550px) {
	.services-flex a {
		width: 100% !important;
		margin-bottom: 4%;
	}
}

.share {
	justify-content: center;
}

.share a {
	margin: 0 0.5rem;
}

.social {
	margin: 2rem 0;
}

.social .fab {
	font-size: 1rem;
	color: #DADADA;
	margin-right: 1rem;
}

.testimonials:before {
	content: "";
	display: block;
	position: absolute;
	width: 5rem;
	height: 5rem;
	top: -2rem;
	left: 0;
	right: 0;
	margin: auto;
	background: url("src/img/quote.svg");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 200;
}

.testimonials .carousel-cell {
	padding: 5rem 3rem 3rem;
	width: 50rem;
	margin: 0 1rem;
	opacity: 0.5;
}

.testimonials .carousel-cell.is-selected {
	opacity: 1;
	background: #313132;
}

.testimonials .carousel-cell.is-selected p {
	color: white;
}

.testimonials .carousel-cell h6 {
	margin-top: 2rem;
	color: white;
}

.testimonials .flickity-page-dots .dot {
	background: rgba(46, 81, 125, 0.4);
}

.testimonials .flickity-page-dots .is-selected {
	background: #2E517D;
}

@media screen and (max-width: 1200px) {
	.testimonials .carousel-cell {
		width: 80%;
	}
}

@media screen and (max-width: 750px) {
	.testimonials:before {
		width: 4rem;
		height: 4rem;
		top: -1rem;
	}

	.testimonials .carousel-cell {
		width: 90%;
		padding: 5rem 2rem 2rem;
	}
}
