.m-0 {
	margin: 0 !important
}

.mt-0 {
	margin-top: 0 !important
}

.mr-0 {
	margin-right: 0 !important
}

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

.ml-0 {
	margin-left: 0 !important
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mr-1 {
	margin-right: .25rem !important
}

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

.ml-1 {
	margin-left: .25rem !important
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mr-2 {
	margin-right: .5rem !important
}

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

.ml-2 {
	margin-left: .5rem !important
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mr-3 {
	margin-right: 1rem !important
}

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

.ml-3 {
	margin-left: 1rem !important
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mr-4 {
	margin-right: 1.5rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.ml-4 {
	margin-left: 1.5rem !important
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mr-5 {
	margin-right: 3rem !important
}

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

.ml-5 {
	margin-left: 3rem !important
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0 {
	padding-top: 0 !important
}

.pr-0 {
	padding-right: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pl-0 {
	padding-left: 0 !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1 {
	padding-top: .25rem !important
}

.pr-1 {
	padding-right: .25rem !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pl-1 {
	padding-left: .25rem !important
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pr-2 {
	padding-right: .5rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pl-2 {
	padding-left: .5rem !important
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3 {
	padding-top: 1rem !important
}

.pr-3 {
	padding-right: 1rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pl-3 {
	padding-left: 1rem !important
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4 {
	padding-top: 1.5rem !important
}

.pr-4 {
	padding-right: 1.5rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pl-4 {
	padding-left: 1.5rem !important
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5 {
	padding-top: 3rem !important
}

.pr-5 {
	padding-right: 3rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.pl-5 {
	padding-left: 3rem !important
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto {
	margin-top: auto !important
}

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

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

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

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

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important
	}
	.mt-sm-0 {
		margin-top: 0 !important
	}
	.mr-sm-0 {
		margin-right: 0 !important
	}
	.mb-sm-0 {
		margin-bottom: 0 !important
	}
	.ml-sm-0 {
		margin-left: 0 !important
	}
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}
	.m-sm-1 {
		margin: .25rem !important
	}
	.mt-sm-1 {
		margin-top: .25rem !important
	}
	.mr-sm-1 {
		margin-right: .25rem !important
	}
	.mb-sm-1 {
		margin-bottom: .25rem !important
	}
	.ml-sm-1 {
		margin-left: .25rem !important
	}
	.mx-sm-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}
	.my-sm-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}
	.m-sm-2 {
		margin: .5rem !important
	}
	.mt-sm-2 {
		margin-top: .5rem !important
	}
	.mr-sm-2 {
		margin-right: .5rem !important
	}
	.mb-sm-2 {
		margin-bottom: .5rem !important
	}
	.ml-sm-2 {
		margin-left: .5rem !important
	}
	.mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}
	.my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}
	.m-sm-3 {
		margin: 1rem !important
	}
	.mt-sm-3 {
		margin-top: 1rem !important
	}
	.mr-sm-3 {
		margin-right: 1rem !important
	}
	.mb-sm-3 {
		margin-bottom: 1rem !important
	}
	.ml-sm-3 {
		margin-left: 1rem !important
	}
	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}
	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
	.m-sm-4 {
		margin: 1.5rem !important
	}
	.mt-sm-4 {
		margin-top: 1.5rem !important
	}
	.mr-sm-4 {
		margin-right: 1.5rem !important
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-sm-4 {
		margin-left: 1.5rem !important
	}
	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}
	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}
	.m-sm-5 {
		margin: 3rem !important
	}
	.mt-sm-5 {
		margin-top: 3rem !important
	}
	.mr-sm-5 {
		margin-right: 3rem !important
	}
	.mb-sm-5 {
		margin-bottom: 3rem !important
	}
	.ml-sm-5 {
		margin-left: 3rem !important
	}
	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}
	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}
	.p-sm-0 {
		padding: 0 !important
	}
	.pt-sm-0 {
		padding-top: 0 !important
	}
	.pr-sm-0 {
		padding-right: 0 !important
	}
	.pb-sm-0 {
		padding-bottom: 0 !important
	}
	.pl-sm-0 {
		padding-left: 0 !important
	}
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	.p-sm-1 {
		padding: .25rem !important
	}
	.pt-sm-1 {
		padding-top: .25rem !important
	}
	.pr-sm-1 {
		padding-right: .25rem !important
	}
	.pb-sm-1 {
		padding-bottom: .25rem !important
	}
	.pl-sm-1 {
		padding-left: .25rem !important
	}
	.px-sm-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}
	.py-sm-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}
	.p-sm-2 {
		padding: .5rem !important
	}
	.pt-sm-2 {
		padding-top: .5rem !important
	}
	.pr-sm-2 {
		padding-right: .5rem !important
	}
	.pb-sm-2 {
		padding-bottom: .5rem !important
	}
	.pl-sm-2 {
		padding-left: .5rem !important
	}
	.px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}
	.py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}
	.p-sm-3 {
		padding: 1rem !important
	}
	.pt-sm-3 {
		padding-top: 1rem !important
	}
	.pr-sm-3 {
		padding-right: 1rem !important
	}
	.pb-sm-3 {
		padding-bottom: 1rem !important
	}
	.pl-sm-3 {
		padding-left: 1rem !important
	}
	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}
	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}
	.p-sm-4 {
		padding: 1.5rem !important
	}
	.pt-sm-4 {
		padding-top: 1.5rem !important
	}
	.pr-sm-4 {
		padding-right: 1.5rem !important
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-sm-4 {
		padding-left: 1.5rem !important
	}
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}
	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}
	.p-sm-5 {
		padding: 3rem !important
	}
	.pt-sm-5 {
		padding-top: 3rem !important
	}
	.pr-sm-5 {
		padding-right: 3rem !important
	}
	.pb-sm-5 {
		padding-bottom: 3rem !important
	}
	.pl-sm-5 {
		padding-left: 3rem !important
	}
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}
	.m-sm-auto {
		margin: auto !important
	}
	.mt-sm-auto {
		margin-top: auto !important
	}
	.mr-sm-auto {
		margin-right: auto !important
	}
	.mb-sm-auto {
		margin-bottom: auto !important
	}
	.ml-sm-auto {
		margin-left: auto !important
	}
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important
	}
	.mt-md-0 {
		margin-top: 0 !important
	}
	.mr-md-0 {
		margin-right: 0 !important
	}
	.mb-md-0 {
		margin-bottom: 0 !important
	}
	.ml-md-0 {
		margin-left: 0 !important
	}
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}
	.m-md-1 {
		margin: .25rem !important
	}
	.mt-md-1 {
		margin-top: .25rem !important
	}
	.mr-md-1 {
		margin-right: .25rem !important
	}
	.mb-md-1 {
		margin-bottom: .25rem !important
	}
	.ml-md-1 {
		margin-left: .25rem !important
	}
	.mx-md-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}
	.my-md-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}
	.m-md-2 {
		margin: .5rem !important
	}
	.mt-md-2 {
		margin-top: .5rem !important
	}
	.mr-md-2 {
		margin-right: .5rem !important
	}
	.mb-md-2 {
		margin-bottom: .5rem !important
	}
	.ml-md-2 {
		margin-left: .5rem !important
	}
	.mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}
	.my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}
	.m-md-3 {
		margin: 1rem !important
	}
	.mt-md-3 {
		margin-top: 1rem !important
	}
	.mr-md-3 {
		margin-right: 1rem !important
	}
	.mb-md-3 {
		margin-bottom: 1rem !important
	}
	.ml-md-3 {
		margin-left: 1rem !important
	}
	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}
	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
	.m-md-4 {
		margin: 1.5rem !important
	}
	.mt-md-4 {
		margin-top: 1.5rem !important
	}
	.mr-md-4 {
		margin-right: 1.5rem !important
	}
	.mb-md-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-md-4 {
		margin-left: 1.5rem !important
	}
	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}
	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}
	.m-md-5 {
		margin: 3rem !important
	}
	.mt-md-5 {
		margin-top: 3rem !important
	}
	.mr-md-5 {
		margin-right: 3rem !important
	}
	.mb-md-5 {
		margin-bottom: 3rem !important
	}
	.ml-md-5 {
		margin-left: 3rem !important
	}
	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}
	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}
	.p-md-0 {
		padding: 0 !important
	}
	.pt-md-0 {
		padding-top: 0 !important
	}
	.pr-md-0 {
		padding-right: 0 !important
	}
	.pb-md-0 {
		padding-bottom: 0 !important
	}
	.pl-md-0 {
		padding-left: 0 !important
	}
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	.p-md-1 {
		padding: .25rem !important
	}
	.pt-md-1 {
		padding-top: .25rem !important
	}
	.pr-md-1 {
		padding-right: .25rem !important
	}
	.pb-md-1 {
		padding-bottom: .25rem !important
	}
	.pl-md-1 {
		padding-left: .25rem !important
	}
	.px-md-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}
	.py-md-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}
	.p-md-2 {
		padding: .5rem !important
	}
	.pt-md-2 {
		padding-top: .5rem !important
	}
	.pr-md-2 {
		padding-right: .5rem !important
	}
	.pb-md-2 {
		padding-bottom: .5rem !important
	}
	.pl-md-2 {
		padding-left: .5rem !important
	}
	.px-md-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}
	.py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}
	.p-md-3 {
		padding: 1rem !important
	}
	.pt-md-3 {
		padding-top: 1rem !important
	}
	.pr-md-3 {
		padding-right: 1rem !important
	}
	.pb-md-3 {
		padding-bottom: 1rem !important
	}
	.pl-md-3 {
		padding-left: 1rem !important
	}
	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}
	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}
	.p-md-4 {
		padding: 1.5rem !important
	}
	.pt-md-4 {
		padding-top: 1.5rem !important
	}
	.pr-md-4 {
		padding-right: 1.5rem !important
	}
	.pb-md-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-md-4 {
		padding-left: 1.5rem !important
	}
	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}
	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}
	.p-md-5 {
		padding: 3rem !important
	}
	.pt-md-5 {
		padding-top: 3rem !important
	}
	.pr-md-5 {
		padding-right: 3rem !important
	}
	.pb-md-5 {
		padding-bottom: 3rem !important
	}
	.pl-md-5 {
		padding-left: 3rem !important
	}
	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}
	.m-md-auto {
		margin: auto !important
	}
	.mt-md-auto {
		margin-top: auto !important
	}
	.mr-md-auto {
		margin-right: auto !important
	}
	.mb-md-auto {
		margin-bottom: auto !important
	}
	.ml-md-auto {
		margin-left: auto !important
	}
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important
	}
	.mt-lg-0 {
		margin-top: 0 !important
	}
	.mr-lg-0 {
		margin-right: 0 !important
	}
	.mb-lg-0 {
		margin-bottom: 0 !important
	}
	.ml-lg-0 {
		margin-left: 0 !important
	}
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}
	.m-lg-1 {
		margin: .25rem !important
	}
	.mt-lg-1 {
		margin-top: .25rem !important
	}
	.mr-lg-1 {
		margin-right: .25rem !important
	}
	.mb-lg-1 {
		margin-bottom: .25rem !important
	}
	.ml-lg-1 {
		margin-left: .25rem !important
	}
	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}
	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}
	.m-lg-2 {
		margin: .5rem !important
	}
	.mt-lg-2 {
		margin-top: .5rem !important
	}
	.mr-lg-2 {
		margin-right: .5rem !important
	}
	.mb-lg-2 {
		margin-bottom: .5rem !important
	}
	.ml-lg-2 {
		margin-left: .5rem !important
	}
	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}
	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}
	.m-lg-3 {
		margin: 1rem !important
	}
	.mt-lg-3 {
		margin-top: 1rem !important
	}
	.mr-lg-3 {
		margin-right: 1rem !important
	}
	.mb-lg-3 {
		margin-bottom: 1rem !important
	}
	.ml-lg-3 {
		margin-left: 1rem !important
	}
	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}
	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
	.m-lg-4 {
		margin: 1.5rem !important
	}
	.mt-lg-4 {
		margin-top: 1.5rem !important
	}
	.mr-lg-4 {
		margin-right: 1.5rem !important
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-lg-4 {
		margin-left: 1.5rem !important
	}
	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}
	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}
	.m-lg-5 {
		margin: 3rem !important
	}
	.mt-lg-5 {
		margin-top: 3rem !important
	}
	.mr-lg-5 {
		margin-right: 3rem !important
	}
	.mb-lg-5 {
		margin-bottom: 3rem !important
	}
	.ml-lg-5 {
		margin-left: 3rem !important
	}
	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}
	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}
	.p-lg-0 {
		padding: 0 !important
	}
	.pt-lg-0 {
		padding-top: 0 !important
	}
	.pr-lg-0 {
		padding-right: 0 !important
	}
	.pb-lg-0 {
		padding-bottom: 0 !important
	}
	.pl-lg-0 {
		padding-left: 0 !important
	}
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	.p-lg-1 {
		padding: .25rem !important
	}
	.pt-lg-1 {
		padding-top: .25rem !important
	}
	.pr-lg-1 {
		padding-right: .25rem !important
	}
	.pb-lg-1 {
		padding-bottom: .25rem !important
	}
	.pl-lg-1 {
		padding-left: .25rem !important
	}
	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}
	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}
	.p-lg-2 {
		padding: .5rem !important
	}
	.pt-lg-2 {
		padding-top: .5rem !important
	}
	.pr-lg-2 {
		padding-right: .5rem !important
	}
	.pb-lg-2 {
		padding-bottom: .5rem !important
	}
	.pl-lg-2 {
		padding-left: .5rem !important
	}
	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}
	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}
	.p-lg-3 {
		padding: 1rem !important
	}
	.pt-lg-3 {
		padding-top: 1rem !important
	}
	.pr-lg-3 {
		padding-right: 1rem !important
	}
	.pb-lg-3 {
		padding-bottom: 1rem !important
	}
	.pl-lg-3 {
		padding-left: 1rem !important
	}
	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}
	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}
	.p-lg-4 {
		padding: 1.5rem !important
	}
	.pt-lg-4 {
		padding-top: 1.5rem !important
	}
	.pr-lg-4 {
		padding-right: 1.5rem !important
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-lg-4 {
		padding-left: 1.5rem !important
	}
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}
	.p-lg-5 {
		padding: 3rem !important
	}
	.pt-lg-5 {
		padding-top: 3rem !important
	}
	.pr-lg-5 {
		padding-right: 3rem !important
	}
	.pb-lg-5 {
		padding-bottom: 3rem !important
	}
	.pl-lg-5 {
		padding-left: 3rem !important
	}
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}
	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}
	.m-lg-auto {
		margin: auto !important
	}
	.mt-lg-auto {
		margin-top: auto !important
	}
	.mr-lg-auto {
		margin-right: auto !important
	}
	.mb-lg-auto {
		margin-bottom: auto !important
	}
	.ml-lg-auto {
		margin-left: auto !important
	}
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important
	}
	.mt-xl-0 {
		margin-top: 0 !important
	}
	.mr-xl-0 {
		margin-right: 0 !important
	}
	.mb-xl-0 {
		margin-bottom: 0 !important
	}
	.ml-xl-0 {
		margin-left: 0 !important
	}
	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}
	.m-xl-1 {
		margin: .25rem !important
	}
	.mt-xl-1 {
		margin-top: .25rem !important
	}
	.mr-xl-1 {
		margin-right: .25rem !important
	}
	.mb-xl-1 {
		margin-bottom: .25rem !important
	}
	.ml-xl-1 {
		margin-left: .25rem !important
	}
	.mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}
	.my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}
	.m-xl-2 {
		margin: .5rem !important
	}
	.mt-xl-2 {
		margin-top: .5rem !important
	}
	.mr-xl-2 {
		margin-right: .5rem !important
	}
	.mb-xl-2 {
		margin-bottom: .5rem !important
	}
	.ml-xl-2 {
		margin-left: .5rem !important
	}
	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}
	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}
	.m-xl-3 {
		margin: 1rem !important
	}
	.mt-xl-3 {
		margin-top: 1rem !important
	}
	.mr-xl-3 {
		margin-right: 1rem !important
	}
	.mb-xl-3 {
		margin-bottom: 1rem !important
	}
	.ml-xl-3 {
		margin-left: 1rem !important
	}
	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}
	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
	.m-xl-4 {
		margin: 1.5rem !important
	}
	.mt-xl-4 {
		margin-top: 1.5rem !important
	}
	.mr-xl-4 {
		margin-right: 1.5rem !important
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem !important
	}
	.ml-xl-4 {
		margin-left: 1.5rem !important
	}
	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}
	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}
	.m-xl-5 {
		margin: 3rem !important
	}
	.mt-xl-5 {
		margin-top: 3rem !important
	}
	.mr-xl-5 {
		margin-right: 3rem !important
	}
	.mb-xl-5 {
		margin-bottom: 3rem !important
	}
	.ml-xl-5 {
		margin-left: 3rem !important
	}
	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}
	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}
	.p-xl-0 {
		padding: 0 !important
	}
	.pt-xl-0 {
		padding-top: 0 !important
	}
	.pr-xl-0 {
		padding-right: 0 !important
	}
	.pb-xl-0 {
		padding-bottom: 0 !important
	}
	.pl-xl-0 {
		padding-left: 0 !important
	}
	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	.p-xl-1 {
		padding: .25rem !important
	}
	.pt-xl-1 {
		padding-top: .25rem !important
	}
	.pr-xl-1 {
		padding-right: .25rem !important
	}
	.pb-xl-1 {
		padding-bottom: .25rem !important
	}
	.pl-xl-1 {
		padding-left: .25rem !important
	}
	.px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}
	.py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}
	.p-xl-2 {
		padding: .5rem !important
	}
	.pt-xl-2 {
		padding-top: .5rem !important
	}
	.pr-xl-2 {
		padding-right: .5rem !important
	}
	.pb-xl-2 {
		padding-bottom: .5rem !important
	}
	.pl-xl-2 {
		padding-left: .5rem !important
	}
	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}
	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}
	.p-xl-3 {
		padding: 1rem !important
	}
	.pt-xl-3 {
		padding-top: 1rem !important
	}
	.pr-xl-3 {
		padding-right: 1rem !important
	}
	.pb-xl-3 {
		padding-bottom: 1rem !important
	}
	.pl-xl-3 {
		padding-left: 1rem !important
	}
	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}
	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}
	.p-xl-4 {
		padding: 1.5rem !important
	}
	.pt-xl-4 {
		padding-top: 1.5rem !important
	}
	.pr-xl-4 {
		padding-right: 1.5rem !important
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem !important
	}
	.pl-xl-4 {
		padding-left: 1.5rem !important
	}
	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}
	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}
	.p-xl-5 {
		padding: 3rem !important
	}
	.pt-xl-5 {
		padding-top: 3rem !important
	}
	.pr-xl-5 {
		padding-right: 3rem !important
	}
	.pb-xl-5 {
		padding-bottom: 3rem !important
	}
	.pl-xl-5 {
		padding-left: 3rem !important
	}
	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}
	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}
	.m-xl-auto {
		margin: auto !important
	}
	.mt-xl-auto {
		margin-top: auto !important
	}
	.mr-xl-auto {
		margin-right: auto !important
	}
	.mb-xl-auto {
		margin-bottom: auto !important
	}
	.ml-xl-auto {
		margin-left: auto !important
	}
	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}
	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

.container {
	margin: 0 auto;
	width: 75%;
	max-width: 1400px
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 85%
	}
}

@media (max-width: 767px) {
	.container {
		width: 90%
	}
}

.container.full {
	max-width: 100%
}

.container.full .row .column {
	padding: 0
}

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

@media (min-width: 576px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media (min-width: 768px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media (min-width: 992px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media (min-width: 1200px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

.row.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.row.noVPadding .column {
	padding-top: 0;
	padding-bottom: 0
}

.row .columnTop {
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-align-self: flex-start
}

.row .columnCenter {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-align-self: center
}

.row .columnBottom {
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-align-self: flex-end
}

.row.fullHeight .column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12,
.column,
.column-auto,
.column-sm-1,
.column-sm-2,
.column-sm-3,
.column-sm-4,
.column-sm-5,
.column-sm-6,
.column-sm-7,
.column-sm-8,
.column-sm-9,
.column-sm-10,
.column-sm-11,
.column-sm-12,
.column-sm,
.column-sm-auto,
.column-md-1,
.column-md-2,
.column-md-3,
.column-md-4,
.column-md-5,
.column-md-6,
.column-md-7,
.column-md-8,
.column-md-9,
.column-md-10,
.column-md-11,
.column-md-12,
.column-md,
.column-md-auto,
.column-lg-1,
.column-lg-2,
.column-lg-3,
.column-lg-4,
.column-lg-5,
.column-lg-6,
.column-lg-7,
.column-lg-8,
.column-lg-9,
.column-lg-10,
.column-lg-11,
.column-lg-12,
.column-lg,
.column-lg-auto,
.column-xl-1,
.column-xl-2,
.column-xl-3,
.column-xl-4,
.column-xl-5,
.column-xl-6,
.column-xl-7,
.column-xl-8,
.column-xl-9,
.column-xl-10,
.column-xl-11,
.column-xl-12,
.column-xl,
.column-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding: 15px
}

@media (min-width: 576px) {
	.column-1,
	.column-2,
	.column-3,
	.column-4,
	.column-5,
	.column-6,
	.column-7,
	.column-8,
	.column-9,
	.column-10,
	.column-11,
	.column-12,
	.column,
	.column-auto,
	.column-sm-1,
	.column-sm-2,
	.column-sm-3,
	.column-sm-4,
	.column-sm-5,
	.column-sm-6,
	.column-sm-7,
	.column-sm-8,
	.column-sm-9,
	.column-sm-10,
	.column-sm-11,
	.column-sm-12,
	.column-sm,
	.column-sm-auto,
	.column-md-1,
	.column-md-2,
	.column-md-3,
	.column-md-4,
	.column-md-5,
	.column-md-6,
	.column-md-7,
	.column-md-8,
	.column-md-9,
	.column-md-10,
	.column-md-11,
	.column-md-12,
	.column-md,
	.column-md-auto,
	.column-lg-1,
	.column-lg-2,
	.column-lg-3,
	.column-lg-4,
	.column-lg-5,
	.column-lg-6,
	.column-lg-7,
	.column-lg-8,
	.column-lg-9,
	.column-lg-10,
	.column-lg-11,
	.column-lg-12,
	.column-lg,
	.column-lg-auto,
	.column-xl-1,
	.column-xl-2,
	.column-xl-3,
	.column-xl-4,
	.column-xl-5,
	.column-xl-6,
	.column-xl-7,
	.column-xl-8,
	.column-xl-9,
	.column-xl-10,
	.column-xl-11,
	.column-xl-12,
	.column-xl,
	.column-xl-auto {
		padding: 15px
	}
}

@media (min-width: 768px) {
	.column-1,
	.column-2,
	.column-3,
	.column-4,
	.column-5,
	.column-6,
	.column-7,
	.column-8,
	.column-9,
	.column-10,
	.column-11,
	.column-12,
	.column,
	.column-auto,
	.column-sm-1,
	.column-sm-2,
	.column-sm-3,
	.column-sm-4,
	.column-sm-5,
	.column-sm-6,
	.column-sm-7,
	.column-sm-8,
	.column-sm-9,
	.column-sm-10,
	.column-sm-11,
	.column-sm-12,
	.column-sm,
	.column-sm-auto,
	.column-md-1,
	.column-md-2,
	.column-md-3,
	.column-md-4,
	.column-md-5,
	.column-md-6,
	.column-md-7,
	.column-md-8,
	.column-md-9,
	.column-md-10,
	.column-md-11,
	.column-md-12,
	.column-md,
	.column-md-auto,
	.column-lg-1,
	.column-lg-2,
	.column-lg-3,
	.column-lg-4,
	.column-lg-5,
	.column-lg-6,
	.column-lg-7,
	.column-lg-8,
	.column-lg-9,
	.column-lg-10,
	.column-lg-11,
	.column-lg-12,
	.column-lg,
	.column-lg-auto,
	.column-xl-1,
	.column-xl-2,
	.column-xl-3,
	.column-xl-4,
	.column-xl-5,
	.column-xl-6,
	.column-xl-7,
	.column-xl-8,
	.column-xl-9,
	.column-xl-10,
	.column-xl-11,
	.column-xl-12,
	.column-xl,
	.column-xl-auto {
		padding: 15px
	}
}

@media (min-width: 992px) {
	.column-1,
	.column-2,
	.column-3,
	.column-4,
	.column-5,
	.column-6,
	.column-7,
	.column-8,
	.column-9,
	.column-10,
	.column-11,
	.column-12,
	.column,
	.column-auto,
	.column-sm-1,
	.column-sm-2,
	.column-sm-3,
	.column-sm-4,
	.column-sm-5,
	.column-sm-6,
	.column-sm-7,
	.column-sm-8,
	.column-sm-9,
	.column-sm-10,
	.column-sm-11,
	.column-sm-12,
	.column-sm,
	.column-sm-auto,
	.column-md-1,
	.column-md-2,
	.column-md-3,
	.column-md-4,
	.column-md-5,
	.column-md-6,
	.column-md-7,
	.column-md-8,
	.column-md-9,
	.column-md-10,
	.column-md-11,
	.column-md-12,
	.column-md,
	.column-md-auto,
	.column-lg-1,
	.column-lg-2,
	.column-lg-3,
	.column-lg-4,
	.column-lg-5,
	.column-lg-6,
	.column-lg-7,
	.column-lg-8,
	.column-lg-9,
	.column-lg-10,
	.column-lg-11,
	.column-lg-12,
	.column-lg,
	.column-lg-auto,
	.column-xl-1,
	.column-xl-2,
	.column-xl-3,
	.column-xl-4,
	.column-xl-5,
	.column-xl-6,
	.column-xl-7,
	.column-xl-8,
	.column-xl-9,
	.column-xl-10,
	.column-xl-11,
	.column-xl-12,
	.column-xl,
	.column-xl-auto {
		padding: 15px
	}
}

@media (min-width: 1200px) {
	.column-1,
	.column-2,
	.column-3,
	.column-4,
	.column-5,
	.column-6,
	.column-7,
	.column-8,
	.column-9,
	.column-10,
	.column-11,
	.column-12,
	.column,
	.column-auto,
	.column-sm-1,
	.column-sm-2,
	.column-sm-3,
	.column-sm-4,
	.column-sm-5,
	.column-sm-6,
	.column-sm-7,
	.column-sm-8,
	.column-sm-9,
	.column-sm-10,
	.column-sm-11,
	.column-sm-12,
	.column-sm,
	.column-sm-auto,
	.column-md-1,
	.column-md-2,
	.column-md-3,
	.column-md-4,
	.column-md-5,
	.column-md-6,
	.column-md-7,
	.column-md-8,
	.column-md-9,
	.column-md-10,
	.column-md-11,
	.column-md-12,
	.column-md,
	.column-md-auto,
	.column-lg-1,
	.column-lg-2,
	.column-lg-3,
	.column-lg-4,
	.column-lg-5,
	.column-lg-6,
	.column-lg-7,
	.column-lg-8,
	.column-lg-9,
	.column-lg-10,
	.column-lg-11,
	.column-lg-12,
	.column-lg,
	.column-lg-auto,
	.column-xl-1,
	.column-xl-2,
	.column-xl-3,
	.column-xl-4,
	.column-xl-5,
	.column-xl-6,
	.column-xl-7,
	.column-xl-8,
	.column-xl-9,
	.column-xl-10,
	.column-xl-11,
	.column-xl-12,
	.column-xl,
	.column-xl-auto {
		padding: 15px
	}
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.column-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.column-1 {
	width: 8.33333%
}

.column-2 {
	width: 16.66667%
}

.column-3 {
	width: 25%
}

.column-4 {
	width: 33.33333%
}

.column-5 {
	width: 41.66667%
}

.column-6 {
	width: 50%
}

.column-7 {
	width: 58.33333%
}

.column-8 {
	width: 66.66667%
}

.column-9 {
	width: 75%
}

.column-10 {
	width: 83.33333%
}

.column-11 {
	width: 91.66667%
}

.column-12 {
	width: 100%
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.column-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.column-sm-1 {
		width: 8.33333%
	}
	.column-sm-2 {
		width: 16.66667%
	}
	.column-sm-3 {
		width: 25%
	}
	.column-sm-4 {
		width: 33.33333%
	}
	.column-sm-5 {
		width: 41.66667%
	}
	.column-sm-6 {
		width: 50%
	}
	.column-sm-7 {
		width: 58.33333%
	}
	.column-sm-8 {
		width: 66.66667%
	}
	.column-sm-9 {
		width: 75%
	}
	.column-sm-10 {
		width: 83.33333%
	}
	.column-sm-11 {
		width: 91.66667%
	}
	.column-sm-12 {
		width: 100%
	}
	.offset-sm-0 {
		margin-left: 0%
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.column-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.column-md-1 {
		width: 8.33333%
	}
	.column-md-2 {
		width: 16.66667%
	}
	.column-md-3 {
		width: 25%
	}
	.column-md-4 {
		width: 33.33333%
	}
	.column-md-5 {
		width: 41.66667%
	}
	.column-md-6 {
		width: 50%
	}
	.column-md-7 {
		width: 58.33333%
	}
	.column-md-8 {
		width: 66.66667%
	}
	.column-md-9 {
		width: 75%
	}
	.column-md-10 {
		width: 83.33333%
	}
	.column-md-11 {
		width: 91.66667%
	}
	.column-md-12 {
		width: 100%
	}
	.offset-md-0 {
		margin-left: 0%
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.column-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.column-lg-1 {
		width: 8.33333%
	}
	.column-lg-2 {
		width: 16.66667%
	}
	.column-lg-3 {
		width: 25%
	}
	.column-lg-4 {
		width: 33.33333%
	}
	.column-lg-5 {
		width: 41.66667%
	}
	.column-lg-6 {
		width: 50%
	}
	.column-lg-7 {
		width: 58.33333%
	}
	.column-lg-8 {
		width: 66.66667%
	}
	.column-lg-9 {
		width: 75%
	}
	.column-lg-10 {
		width: 83.33333%
	}
	.column-lg-11 {
		width: 91.66667%
	}
	.column-lg-12 {
		width: 100%
	}
	.offset-lg-0 {
		margin-left: 0%
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.column-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.column-xl-1 {
		width: 8.33333%
	}
	.column-xl-2 {
		width: 16.66667%
	}
	.column-xl-3 {
		width: 25%
	}
	.column-xl-4 {
		width: 33.33333%
	}
	.column-xl-5 {
		width: 41.66667%
	}
	.column-xl-6 {
		width: 50%
	}
	.column-xl-7 {
		width: 58.33333%
	}
	.column-xl-8 {
		width: 66.66667%
	}
	.column-xl-9 {
		width: 75%
	}
	.column-xl-10 {
		width: 83.33333%
	}
	.column-xl-11 {
		width: 91.66667%
	}
	.column-xl-12 {
		width: 100%
	}
	.offset-xl-0 {
		margin-left: 0%
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.column,
.no-gutters>[class*="column-"] {
	padding-right: 0;
	padding-left: 0
}

.column.no-gutters-left,
[class*="column-"].no-gutters-left {
	padding-left: 0
}

.column.no-gutters-right,
[class*="column-"].no-gutters-right {
	padding-right: 0
}

@media only screen and (min-width: 1025px) {
	.column {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
}

@-ms-viewport {
	width: device-width
}

[tabindex="-1"]:focus {
	outline: none !important
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

[hidden] {
	display: none !important
}

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

*:focus {
	outline: none
}

html {
	font-size: 62.5%;
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html.wf-loading h1,
html.wf-loading h2,
html.wf-loading h3,
html.wf-loading h4,
html.wf-loading h5,
html.wf-loading h6,
html.wf-loading p,
html.wf-loading a {
	visibility: hidden
}

html.wf-active h1,
html.wf-active h2,
html.wf-active h3,
html.wf-active h4,
html.wf-active h5,
html.wf-active h6,
html.wf-active p,
html.wf-active a {
	visibility: visible
}

body {
	background: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	font-family: "Titillium Web";
	color: #2C2C2C
}

h1 {
	font-size: 46px;
	font-size: 4.6rem
}

h2 {
	font-size: 37px;
	font-size: 3.7rem
}

h3 {
	font-size: 29px;
	font-size: 2.9rem
}

h4 {
	font-size: 20px;
	font-size: 2rem
}

h5 {
	font-size: 18px;
	font-size: 1.8rem
}

h6 {
	font-size: 16px;
	font-size: 1.6rem
}

p,
li,
label {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 0 15px;
	font-family: "Titillium Web"
}

a {
	font-family: "Titillium Web";
	font-size: 18px;
	font-size: 1.8rem;
	color: #E51D14;
	text-decoration: none;
	cursor: pointer
}

a:hover {
	color: #ee453e
}

em,
i {
	font-style: italic
}

b,
strong {
	font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
p,
button {
	text-decoration: none;
	margin: 0;
	padding: 0.5rem 0
}

ul {
	list-style-position: inside
}

.paddingNone {
	padding: 0 !important
}

.paddingBottomNone {
	padding-bottom: 0 !important
}

.entryContent {
	margin-top: 80px !important
}

.fa-6x {
	font-size: 6em !important
}

.fa-7x {
	font-size: 7em !important
}

img {
	max-width: 100%;
	height: auto;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none
}

.contentLeft,
.align_left {
	text-align: left
}

.contentCenter,
.align_center {
	text-align: center
}

.contentRight,
.align_right {
	text-align: right
}

.sectionPadding {
	padding: 60px 0
}

.sectionPaddingSmall {
	padding: 30px 0
}

.sectionPaddingTop {
	padding: 60px 0 0 0
}

.sectionPaddingTopSmall {
	padding: 30px 0 0 0
}

.sectionPaddingBottom {
	padding: 0 0 60px 0
}

.sectionPaddingBottomSmall {
	padding: 0 0 30px 0
}

.sidebarContainer {
	background-color: rgba(0, 0, 0, 0.03)
}

.mainContentSidebar {
	margin-right: 40px
}

@media (max-width: 767px) {
	.mainContentSidebar {
		margin-right: 0px !important
	}
}

.contentSection {
	margin-bottom: 0px;
	background: #fff;
	padding-top: 0px !important
}

.contentSection .dark,
.contentSection .container.dark {
	background-color: #242D3B
}

.contentSection .dark p,
.contentSection .container.dark p {
	color: #878787
}

.contentSection .light,
.contentSection .container.light {
	background-color: #fff
}

.contentSection .light p,
.contentSection .container.light p {
	color: #4d4d4d
}

button {
	cursor: pointer
}

.button,
.cat_button {
	color: #fff;
	background-color: #c00;
	font-size: 16px;
	border: none;
	padding: 12px 25px;
	margin-top: 20px;
	margin-bottom: 30px;
	cursor: pointer;
	-webkit-transition: background-color 500ms;
	transition: background-color 500ms
}

.button:hover,
.cat_button:hover {
	-webkit-transition: background-color 500ms;
	transition: background-color 500ms;
	background-color: red;
	color: #fff !important
}

.button.buttonGrey,
.cat_button.buttonGrey {
	background-color: #4D4E4C
}

.button.rounded,
.cat_button.rounded {
	border-radius: 0px
}

#sliderDots {
	text-align: center
}

#sliderDots .slick-dots {
	list-style: none;
	padding-left: 0px !important
}

#sliderDots .slick-dots li {
	display: inline-block;
	content: ""
}

#sliderDots .slick-dots li button {
	font-size: 0px;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	background-color: #c9c9c9;
	background-clip: content-box;
	border: 0px solid #c00;
	padding: 7px;
	margin: 5px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	outline: none
}

#sliderDots .slick-dots li button:hover {
	cursor: pointer
}

#sliderDots .slick-dots li.slick-active button {
	background-color: #585858;
	padding: 3px;
	border: 2px solid #c00;
	-webkit-transition: all 300ms;
	transition: all 300ms
}

#sliderArrows {
	color: #c9c9c9;
	-webkit-transition: color 300ms;
	transition: color 300ms
}

#sliderArrows:hover {
	color: #585858;
	-webkit-transition: color 300ms;
	transition: color 300ms;
	cursor: pointer
}

#webapp27190pagination {
	margin-left: 10px
}

#webapp27190pagination .pag-current {
	color: #c00
}

#webapp27190pagination .pag-number a:hover,
#webapp27190pagination .pag-next a:hover,
#webapp27190pagination .pag-prev a:hover {
	color: red
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

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

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

.nav-link.disabled {
	color: #636c72
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-radius: 0px 0px 0px 0px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #eceeef #eceeef #ddd
}

.nav-tabs .nav-link.disabled {
	color: #636c72;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #464a4c;
	background-color: #fff;
	border-color: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-radius: 0 0 0 0
}

.nav-pills .nav-link {
	border-radius: 0px 0px 0px 0px
}

.nav-pills .nav-link.active,
.show .nav-pills .nav-link {
	color: #fff;
	background-color: #c00
}

.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

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

.navbar>.container-fluid,
.navbar>.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 575px) {
	.navbar>.container-fluid,
	.navbar>.container {
		max-width: 75%;
		width: 100%;
		margin: 0 auto
	}
}

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

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

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-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
}

.navbar-nav .dropdown-menu {
	position: static !important;
	float: none;
	-webkit-transform: unset !important;
	transform: unset !important
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1rem;
	line-height: 1;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 0px 0px 0px 0px
}

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

.navbar-toggler-icon {
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

@media (max-width: 575px) {
	.navbar-toggleable-sm>.container-fluid,
	.navbar-toggleable-sm>.container {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 576px) {
	.navbar-toggleable-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-toggleable-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-toggleable-sm .navbar-nav .dropdown-menu {
		position: absolute !important;
		top: 100% !important
	}
	.navbar-toggleable-sm .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem
	}
	.navbar-toggleable-sm>.container-fluid,
	.navbar-toggleable-sm>.container {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-toggleable-sm .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.navbar-toggleable-sm .navbar-toggler {
		display: none
	}
}

@media (max-width: 767px) {
	.navbar-toggleable-md>.container-fluid,
	.navbar-toggleable-md>.container {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 768px) {
	.navbar-toggleable-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-toggleable-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-toggleable-md .navbar-nav .dropdown-menu {
		position: absolute !important;
		top: 100% !important
	}
	.navbar-toggleable-md .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem
	}
	.navbar-toggleable-md>.container-fluid,
	.navbar-toggleable-md>.container {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-toggleable-md .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.navbar-toggleable-md .navbar-toggler {
		display: none
	}
}

@media (max-width: 991px) {
	.navbar-toggleable-lg>.container-fluid,
	.navbar-toggleable-lg>.container {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 992px) {
	.navbar-toggleable-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-toggleable-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-toggleable-lg .navbar-nav .dropdown-menu {
		position: absolute !important;
		top: 100% !important
	}
	.navbar-toggleable-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem
	}
	.navbar-toggleable-lg>.container-fluid,
	.navbar-toggleable-lg>.container {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-toggleable-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.navbar-toggleable-lg .navbar-toggler {
		display: none
	}
}

@media (max-width: 1199px) {
	.navbar-toggleable-xl>.container-fluid,
	.navbar-toggleable-xl>.container {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 1200px) {
	.navbar-toggleable-xl {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.navbar-toggleable-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-toggleable-xl .navbar-nav .dropdown-menu {
		position: absolute !important;
		top: 100% !important
	}
	.navbar-toggleable-xl .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem
	}
	.navbar-toggleable-xl>.container-fluid,
	.navbar-toggleable-xl>.container {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.navbar-toggleable-xl .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.navbar-toggleable-xl .navbar-toggler {
		display: none
	}
}

.navbar-toggleable {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.navbar-toggleable>.container-fluid,
.navbar-toggleable>.container {
	padding-right: 0;
	padding-left: 0
}

.navbar-toggleable .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.navbar-toggleable .navbar-nav .dropdown-menu {
	position: absolute !important;
	top: 100% !important
}

.navbar-toggleable .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem
}

.navbar-toggleable>.container-fluid,
.navbar-toggleable>.container {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.navbar-toggleable .navbar-collapse {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.navbar-toggleable .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: #E51D14
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: #E51D14
}

.navbar-light .navbar-nav .nav-link {
	color: #000
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: red
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #E51D14
}

.navbar-light .navbar-toggler {
	color: #000;
	border-color: rgba(0, 0, 0, 0.1)
}

.navbar-inverse .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
	color: #000
}

.navbar-inverse .navbar-brand {
	color: #E51D14
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #E51D14
}

.navbar-inverse .navbar-nav .nav-link {
	color: #fff;
	-webkit-transition: color 500ms;
	transition: color 500ms
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
	color: red;
	-webkit-transition: color 500ms;
	transition: color 500ms
}

.navbar-inverse .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25)
}

.navbar-inverse .navbar-nav .active>.nav-link,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .nav-link.show,
.navbar-inverse .navbar-nav .show>.nav-link {
	color: #E51D14
}

.navbar-inverse .navbar-toggler {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.1)
}

.navbar-inverse .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-inverse .navbar-text {
	color: #fff
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.5)
}

.dropdown,
.dropup {
	position: relative
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropup .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 200;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1.8;
	color: #292b2c;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0px 0px 0px 0px
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #eceeef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #292b2c;
	text-align: inherit;
	white-space: nowrap;
	background: none;
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #1d1e1f;
	text-decoration: none;
	background-color: #f7f7f9
}

.dropdown-item.active,
.dropdown-item:active {
	color: #E51D14;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.25)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #636c72;
	background-color: transparent
}

.show>a,
.open>a {
	outline: 0
}

.show>.dropdown-menu,
.open>.dropdown-menu {
	display: block
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: 1.8;
	color: #636c72;
	white-space: nowrap
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.show {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.show {
	display: block
}

tr.collapse.show {
	display: table-row
}

tbody.collapse.show {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}

#passwordRetrieveRequest label,
#passwordReset label {
	color: #4d4d4d;
	font-size: 14px;
	padding-bottom: 5px;
	text-align: left;
	display: block;
	position: relative
}

#passwordRetrieveRequest input,
#passwordReset input {
	width: 100%;
	height: 40px;
	font-size: 15px;
	padding-left: 10px;
	border-radius: 4px;
	border: 1px solid #c00;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.headerInner1 {
	-webkit-box-shadow: 10px 10px 10px rgba(18, 18, 18, 0.29);
	box-shadow: 10px 10px 10px rgba(18, 18, 18, 0.29)
}

.headerInner1 .sliderImage {
	width: 100%;
	display: table;
	background-size: cover;
	background-origin: inherit;
	background-clip: inherit;
	background-position: center;
	background-repeat: no-repeat
}

.headerInner1 .sliderImage .sliderContainer {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25%;
	padding-right: 25%
}

.headerInner1 .sliderImage .sliderContainerSmall {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25%;
	padding-right: 25%;
	vertical-align: bottom;
	padding-bottom: 50px
}

@media (max-width: 767px) {
	.headerInner1 .sliderImage .sliderContainerSmall {
		padding-left: 5%;
		padding-right: 5%;
		vertical-align: middle;
		padding-top: 30%
	}
}

.headerInner1 .sliderImage .sliderContainerSmall h2,
.headerInner1 .sliderImage .sliderContainerSmall h1,
.headerInner1 .sliderImage .sliderContainerSmall h4 {
	color: #fff
}

.headerInner1 .sliderImage .sliderContainerSmall h2 {
	font-size: 44px;
	font-weight: 600
}

@media (max-width: 767px) {
	.headerInner1 .sliderImage .sliderContainerSmall h2 {
		font-size: 40px;
		line-height: 40px;
		font-weight: 400
	}
}

.headerInner1 .sliderImage .sliderContainerSmall h4 {
	font-weight: 300;
	font-size: 22px
}

@media (max-width: 767px) {
	.headerInner1 .sliderImage .sliderContainerSmall h4 {
		font-size: 20px;
		line-height: 22px
	}
}

.headerInner1 .sliderImage button {
	color: #fff;
	background-color: #c00;
	border: none;
	padding: 12px 25px;
	margin-top: 20px
}

.headerHome1 .sliderImage h2,
.headerHome1 .sliderImage h5 {
	color: #fff !important
}

.headerHome1 .sliderImage button {
	color: #fff;
	background-color: #c00;
	border: none;
	padding: 12px 25px;
	margin-top: 20px;
	cursor: pointer
}

.menu1 body {
	background: #f0f0f0
}

.menu1 a {
	color: #458cff
}

.menu1 a:hover {
	cursor: pointer
}

.menu1 h1,
.menu1 h2,
.menu1 h3 {
	font-weight: 300
}

.menu1 h4,
.menu1 h5,
.menu1 h6,
.menu1 a,
.menu1 span,
.menu1 p {
	font-weight: 200
}

.menu1 .linksContainer:hover {
	cursor: pointer
}

.menu1 #menuToggle {
	position: absolute;
	right: 40px
}

.menu1 #menuShow {
	opacity: 1;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	pointer-events: all
}

.menu1 #backgroundFalse {
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background 200ms;
	transition: background 200ms
}

.menu1 #backgroundTrue {
	background: rgba(1, 19, 53, 0.51);
	-webkit-transition: background 200ms;
	transition: background 200ms
}

.menu1 .fa.fa-bars {
	margin-top: 35px;
	color: white;
	float: right;
	display: none
}

@media only screen and (max-width: 1359px) {
	.menu1 .mobileNavShow {
		opacity: 0;
		-webkit-transition: all 200ms;
		transition: all 200ms;
		pointer-events: none
	}
	.menu1 .fa.fa-bars {
		display: block
	}
}

@media only screen and (min-width: 1800px) {
	.menu1 .navGutter {
		width: 65%
	}
}

@media only screen and (min-width: 1535px) and (max-width: 1799px) {
	.menu1 .navGutter {
		width: 75%
	}
}

@media only screen and (min-width: 1360px) and (max-width: 1534px) {
	.menu1 .navGutter {
		width: 83%
	}
}

@media only screen and (max-width: 1359px) {
	.menu1 .navGutter {
		width: 90%
	}
}

@media only screen and (max-width: 1359px) {
	.menu1 .links {
		width: 250px
	}
}

@media only screen and (min-width: 1360px) {
	.menu1 .links {
		width: 83%
	}
}

@media only screen and (max-width: 1200px) {
	.menu1 .links {
		width: 100%
	}
	.menu1 #linksContainer {
		margin-top: 0px;
		padding-left: 0px
	}
	.menu1 li>a {
		font-size: 2em
	}
	.menu1 .navContainer {
		height: 150px !important;
		z-index: 100
	}
	.menu1 .logo img {
		height: 70px !important
	}
}

@media only screen and (min-width: 1360px) {
	.menu1 a.hasSubDropdown::after {
		background-image: url("/Images/white-arrow-right.png");
		background-size: cover;
		height: 15px;
		width: 15px;
		margin-bottom: -2px;
		margin-left: 7px;
		content: "";
		display: inline-block
	}
	.menu1 .navContainer {
		top: 0;
		margin-top: 0em !important;
		height: 100px;
		width: 100%;
		z-index: 100;
		position: fixed;
		background: rgba(0, 0, 0, 0)
	}
	.menu1 .navContainer .navGutter {
		margin: 0 auto
	}
	.menu1 .navContainer .navGutter .logo {
		float: left;
		padding: 25px 0
	}
	.menu1 .navContainer .navGutter .links {
		z-index: 10;
		float: right
	}
	.menu1 .navContainer .navGutter .links ul:not(.hasDropdown) {
		height: 100px;
		display: table;
		list-style-type: none;
		margin: 0;
		float: right;
		color: #ffffff
	}
	.menu1 .navContainer .navGutter .links ul:not(.hasDropdown) li:not(.dropdown) {
		display: table-cell;
		-webkit-transition: all 200ms;
		transition: all 200ms;
		padding: 25px 35px;
		vertical-align: bottom;
		text-align: center;
		font-size: 17px;
		position: relative;
		cursor: pointer
	}
	.menu1 .navContainer .navGutter .links ul:not(.hasDropdown) li:not(.dropdown) a {
		color: #fff
	}
	.menu1 .navContainer .navGutter .links ul:not(.hasDropdown) li:not(.dropdown):hover {
		background: rgba(20, 17, 98, 0.35);
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links li.hasDropdown {
		background: rgba(20, 17, 98, 0);
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links li.hasDropdown a:not(.dropdown)::after {
		background-image: url("https://www.encompasscorporation.com/wp-content/uploads/2015/09/white-arrow-down.png");
		background-size: cover;
		height: 15px;
		width: 15px;
		margin-bottom: -2px;
		margin-left: 7px;
		content: "";
		display: inline-block
	}
	.menu1 .navContainer .navGutter .links li.hasDropdown:hover {
		background: rgba(20, 17, 98, 0.35);
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links li.hasDropdown:hover ul.hasDropdown {
		opacity: 1;
		-webkit-transition: opacity 200ms;
		transition: opacity 200ms
	}
	.menu1 .navContainer .navGutter .links li.hasDropdown:hover ul.hasDropdown li.dropdown {
		border-bottom: 1px rgba(255, 255, 255, 0.17) solid;
		height: 20px;
		padding: 0.5em 0;
		opacity: 1;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links li.hasDropdown:hover ul.hasDropdown li.dropdown a {
		font-size: 17px;
		padding: 0.5em 0;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links li.hasDropdown ul.hasDropdown li.dropdown:hover ul.hasSubDropdown li.dropdown a {
		font-size: 17px;
		padding: 0.5em 0;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links li.hasDropdown ul.hasDropdown li.dropdown ul.hasSubDropdown li.dropdown a {
		font-size: 0px;
		padding: 0em 0;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown {
		background: rgba(20, 17, 98, 0.35);
		opacity: 0;
		-webkit-transition: all 200ms;
		transition: all 200ms;
		position: absolute;
		list-style-type: none;
		margin: 0;
		padding-left: 0;
		left: 0;
		top: 100px;
		width: 100%
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown li.dropdown {
		height: 0;
		padding: 0;
		border-bottom: 1px rgba(255, 255, 255, 0) solid;
		background: rgba(20, 17, 98, 0);
		opacity: 0;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown li.dropdown a {
		font-size: 0px;
		padding: 0em 0;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown li.dropdown:hover {
		background: rgba(20, 17, 98, 0.24)
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown li.dropdown:hover ul#linksContainer.dropdown {
		min-width: 150px;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown li.dropdown:hover ul#linksContainer.dropdown li {
		opacity: 1;
		background: rgba(20, 17, 98, 0.28);
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown li.dropdown:hover ul#linksContainer.dropdown li ul li {
		opacity: 0;
		background: rgba(20, 17, 98, 0.28);
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown ul#linksContainer.dropdown {
		position: absolute;
		left: 100%;
		margin-top: -28.5px;
		padding-left: 0;
		min-width: 0px;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown ul#linksContainer.dropdown li {
		opacity: 0;
		background: rgba(20, 17, 98, 0.28);
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown ul#linksContainer.dropdown li.subDropdown:hover {
		opacity: 1;
		background: rgba(20, 17, 98, 0.28);
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown ul#linksContainer.dropdown li.subDropdown:hover ul li.subDropdown {
		background: black;
		opacity: 1 !important;
		background: rgba(20, 17, 98, 0.28);
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
}

@media only screen and (max-width: 1359px) {
	.menu1 .navContainer {
		margin-top: 0em !important;
		height: 100px;
		z-index: 100;
		width: 100%;
		position: fixed;
		background: rgba(0, 0, 0, 0)
	}
	.menu1 .navContainer .navGutter {
		margin: 0 auto
	}
	.menu1 .navContainer .navGutter .logo {
		float: left;
		padding: 25px 0
	}
	.menu1 .navContainer .navGutter .links {
		z-index: 10;
		float: right
	}
	.menu1 .navContainer .navGutter .links ul {
		text-align: center;
		list-style-type: none;
		margin: 0
	}
	.menu1 .navContainer .navGutter .links ul li {
		padding: 10px 0px;
		background: rgba(20, 17, 98, 0.64);
		border-bottom: 1px rgba(255, 255, 255, 0.17) solid
	}
	.menu1 .navContainer .navGutter .links ul li a.hasDropdown::after {
		background-image: url("https://www.encompasscorporation.com/wp-content/uploads/2015/09/white-arrow-down.png");
		background-size: cover;
		height: 15px;
		width: 15px;
		margin-bottom: -2px;
		margin-left: 7px;
		content: "";
		display: inline-block
	}
	.menu1 .navContainer .navGutter .links ul li a {
		color: #ffffff
	}
	.menu1 .navContainer .navGutter .links ul li ul.hasDropdown {
		padding: 0px 0 10px 0;
		max-height: 0;
		opacity: 0;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul li ul.hasDropdown li.dropdown {
		max-height: 0;
		padding: 0;
		-webkit-transition: all 200ms;
		transition: all 200ms;
		border-bottom: 1px rgba(255, 255, 255, 0.17) solid
	}
	.menu1 .navContainer .navGutter .links ul li:last-child {
		border-radius: 0 0 4px 4px
	}
	.menu1 .navContainer .navGutter .links ul li.hasDropdown {
		padding: 10px 0 0 0
	}
	.menu1 .navContainer .navGutter .links ul li.hasDropdown#hover ul.hasDropdown {
		max-height: 200px;
		opacity: 1;
		padding: 10px 0 0 0;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul li.hasDropdown#hover ul.hasDropdown li.dropdown {
		padding: 10px 0px;
		max-height: 200px;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul:not(.hasDropdown) {
		margin-top: 100px
	}
}

.menu1 body {
	background: #f0f0f0
}

.menu1 a {
	color: #458cff
}

.menu1 a:hover {
	cursor: pointer
}

.menu1 h1,
.menu1 h2,
.menu1 h3 {
	font-weight: 300
}

.menu1 h4,
.menu1 h5,
.menu1 h6,
.menu1 a,
.menu1 span,
.menu1 p {
	font-weight: 200
}

.menu1 .linksContainer:hover {
	cursor: pointer
}

.menu1 #menuToggle {
	position: absolute;
	right: 40px
}

.menu1 #menuShow {
	opacity: 1;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	pointer-events: all
}

.menu1 #backgroundFalse {
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background 200ms;
	transition: background 200ms
}

.menu1 #backgroundTrue {
	background: rgba(1, 19, 53, 0.51);
	-webkit-transition: background 200ms;
	transition: background 200ms
}

.menu1 .fa.fa-bars {
	margin-top: 35px;
	color: white;
	float: right;
	display: none
}

@media only screen and (max-width: 1359px) {
	.menu1 .mobileNavShow {
		opacity: 0;
		-webkit-transition: all 200ms;
		transition: all 200ms;
		pointer-events: none
	}
	.menu1 .fa.fa-bars {
		display: block
	}
}

@media only screen and (min-width: 1800px) {
	.menu1 .navGutter {
		width: 65%
	}
}

@media only screen and (min-width: 1535px) and (max-width: 1799px) {
	.menu1 .navGutter {
		width: 75%
	}
}

@media only screen and (min-width: 1360px) and (max-width: 1534px) {
	.menu1 .navGutter {
		width: 83%
	}
}

@media only screen and (max-width: 1359px) {
	.menu1 .navGutter {
		width: 90%
	}
}

@media only screen and (max-width: 1359px) {
	.menu1 .links {
		width: 250px
	}
}

@media only screen and (min-width: 1360px) {
	.menu1 .links {
		width: 83%
	}
}

@media only screen and (max-width: 1200px) {
	.menu1 .links {
		width: 100%
	}
	.menu1 #linksContainer {
		margin-top: 0px;
		padding-left: 0px
	}
	.menu1 li>a {
		font-size: 2em
	}
	.menu1 .navContainer {
		height: 150px !important;
		z-index: 100
	}
	.menu1 .logo img {
		height: 70px !important
	}
}

@media only screen and (min-width: 1360px) {
	.menu1 a.hasSubDropdown::after {
		background-image: url("/Images/white-arrow-right.png");
		background-size: cover;
		height: 15px;
		width: 15px;
		margin-bottom: -2px;
		margin-left: 7px;
		content: "";
		display: inline-block
	}
	.menu1 .navContainer {
		top: 0;
		margin-top: 0em !important;
		height: 100px;
		width: 100%;
		z-index: 100;
		position: fixed;
		background: rgba(0, 0, 0, 0)
	}
	.menu1 .navContainer .navGutter {
		margin: 0 auto
	}
	.menu1 .navContainer .navGutter .logo {
		float: left;
		padding: 25px 0
	}
	.menu1 .navContainer .navGutter .links {
		z-index: 10;
		float: right
	}
	.menu1 .navContainer .navGutter .links ul:not(.hasDropdown) {
		height: 100px;
		display: table;
		list-style-type: none;
		margin: 0;
		float: right;
		color: #ffffff
	}
	.menu1 .navContainer .navGutter .links ul:not(.hasDropdown) li:not(.dropdown) {
		display: table-cell;
		-webkit-transition: all 200ms;
		transition: all 200ms;
		padding: 25px 35px;
		vertical-align: bottom;
		text-align: center;
		font-size: 17px;
		position: relative;
		cursor: pointer
	}
	.menu1 .navContainer .navGutter .links ul:not(.hasDropdown) li:not(.dropdown) a {
		color: #fff
	}
	.menu1 .navContainer .navGutter .links ul:not(.hasDropdown) li:not(.dropdown):hover {
		background: rgba(20, 17, 98, 0.35);
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links li.hasDropdown {
		background: rgba(20, 17, 98, 0);
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links li.hasDropdown a:not(.dropdown)::after {
		background-image: url("https://www.encompasscorporation.com/wp-content/uploads/2015/09/white-arrow-down.png");
		background-size: cover;
		height: 15px;
		width: 15px;
		margin-bottom: -2px;
		margin-left: 7px;
		content: "";
		display: inline-block
	}
	.menu1 .navContainer .navGutter .links li.hasDropdown:hover {
		background: rgba(20, 17, 98, 0.35);
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links li.hasDropdown:hover ul.hasDropdown {
		opacity: 1;
		-webkit-transition: opacity 200ms;
		transition: opacity 200ms
	}
	.menu1 .navContainer .navGutter .links li.hasDropdown:hover ul.hasDropdown li.dropdown {
		border-bottom: 1px rgba(255, 255, 255, 0.17) solid;
		height: 20px;
		padding: 0.5em 0;
		opacity: 1;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links li.hasDropdown:hover ul.hasDropdown li.dropdown a {
		font-size: 17px;
		padding: 0.5em 0;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links li.hasDropdown ul.hasDropdown li.dropdown:hover ul.hasSubDropdown li.dropdown a {
		font-size: 17px;
		padding: 0.5em 0;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links li.hasDropdown ul.hasDropdown li.dropdown ul.hasSubDropdown li.dropdown a {
		font-size: 0px;
		padding: 0em 0;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown {
		background: rgba(20, 17, 98, 0.35);
		opacity: 0;
		-webkit-transition: all 200ms;
		transition: all 200ms;
		position: absolute;
		list-style-type: none;
		margin: 0;
		padding-left: 0;
		left: 0;
		top: 100px;
		width: 100%
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown li.dropdown {
		height: 0;
		padding: 0;
		border-bottom: 1px rgba(255, 255, 255, 0) solid;
		background: rgba(20, 17, 98, 0);
		opacity: 0;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown li.dropdown a {
		font-size: 0px;
		padding: 0em 0;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown li.dropdown:hover {
		background: rgba(20, 17, 98, 0.24)
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown li.dropdown:hover ul#linksContainer.dropdown {
		min-width: 150px;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown li.dropdown:hover ul#linksContainer.dropdown li {
		opacity: 1;
		background: rgba(20, 17, 98, 0.28);
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown li.dropdown:hover ul#linksContainer.dropdown li ul li {
		opacity: 0;
		background: rgba(20, 17, 98, 0.28);
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown ul#linksContainer.dropdown {
		position: absolute;
		left: 100%;
		margin-top: -28.5px;
		padding-left: 0;
		min-width: 0px;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown ul#linksContainer.dropdown li {
		opacity: 0;
		background: rgba(20, 17, 98, 0.28);
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown ul#linksContainer.dropdown li.subDropdown:hover {
		opacity: 1;
		background: rgba(20, 17, 98, 0.28);
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul.hasDropdown ul#linksContainer.dropdown li.subDropdown:hover ul li.subDropdown {
		background: black;
		opacity: 1 !important;
		background: rgba(20, 17, 98, 0.28);
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
}

@media only screen and (max-width: 1359px) {
	.menu1 .navContainer {
		margin-top: 0em !important;
		height: 100px;
		z-index: 100;
		width: 100%;
		position: fixed;
		background: rgba(0, 0, 0, 0)
	}
	.menu1 .navContainer .navGutter {
		margin: 0 auto
	}
	.menu1 .navContainer .navGutter .logo {
		float: left;
		padding: 25px 0
	}
	.menu1 .navContainer .navGutter .links {
		z-index: 10;
		float: right
	}
	.menu1 .navContainer .navGutter .links ul {
		text-align: center;
		list-style-type: none;
		margin: 0
	}
	.menu1 .navContainer .navGutter .links ul li {
		padding: 10px 0px;
		background: rgba(20, 17, 98, 0.64);
		border-bottom: 1px rgba(255, 255, 255, 0.17) solid
	}
	.menu1 .navContainer .navGutter .links ul li a.hasDropdown::after {
		background-image: url("https://www.encompasscorporation.com/wp-content/uploads/2015/09/white-arrow-down.png");
		background-size: cover;
		height: 15px;
		width: 15px;
		margin-bottom: -2px;
		margin-left: 7px;
		content: "";
		display: inline-block
	}
	.menu1 .navContainer .navGutter .links ul li a {
		color: #ffffff
	}
	.menu1 .navContainer .navGutter .links ul li ul.hasDropdown {
		padding: 0px 0 10px 0;
		max-height: 0;
		opacity: 0;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul li ul.hasDropdown li.dropdown {
		max-height: 0;
		padding: 0;
		-webkit-transition: all 200ms;
		transition: all 200ms;
		border-bottom: 1px rgba(255, 255, 255, 0.17) solid
	}
	.menu1 .navContainer .navGutter .links ul li:last-child {
		border-radius: 0 0 4px 4px
	}
	.menu1 .navContainer .navGutter .links ul li.hasDropdown {
		padding: 10px 0 0 0
	}
	.menu1 .navContainer .navGutter .links ul li.hasDropdown#hover ul.hasDropdown {
		max-height: 200px;
		opacity: 1;
		padding: 10px 0 0 0;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul li.hasDropdown#hover ul.hasDropdown li.dropdown {
		padding: 10px 0px;
		max-height: 200px;
		-webkit-transition: all 200ms;
		transition: all 200ms
	}
	.menu1 .navContainer .navGutter .links ul:not(.hasDropdown) {
		margin-top: 100px
	}
}

.footer10 .footerContent {
	position: relative;
	bottom: 0px;
	width: 100%;
	background: #2f2f2f
}

.footer10 .footerContent h4 {
	color: #ffffff
}

.footer10 .footerContent h5 {
	color: #878787
}

.footer10 .footerContent h5 a {
	color: #878787;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-transition: color 500ms;
	transition: color 500ms
}

.footer10 .footerContent h5 a:hover {
	color: #fff;
	-webkit-transition: color 500ms;
	transition: color 500ms
}

.footer10 .footerContent svg {
	color: #5d5d5d;
	margin: 10px 15px 10px 0;
	font-size: 24px !important;
	-webkit-transition: color 500ms;
	transition: color 500ms
}

.footer10 .footerContent svg:hover {
	color: #878787;
	-webkit-transition: color 500ms;
	transition: color 500ms
}

.footer10 .footerContent hr {
	border-color: #464646;
	border-top: 1px
}

.footer10 .footerCopy .links h5 {
	display: inline-block;
	color: #d4eafd;
	margin-right: 30px
}

.footer10 .footerCopy h5 {
	color: #d4eafd
}

.footer10 .scaleWithGrid {
	width: 100%
}

.footer11 {
	background: #242D3B;
	color: #878787
}

.footer11 h6 {
	display: inline;
	vertical-align: top
}

.footer11 img {
	width: 10%;
	padding-right: 10px
}

.footer11 a {
	color: inherit
}

.footer11 .row .column {
	margin-top: 10px
}

.login1 {
	background-size: cover;
	padding: 130px 0 80px 0
}

.login1 h4 {
	font-weight: 600;
	padding-bottom: 30px
}

.login1 .loginContainer {
	border-radius: 10px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 3px #b3b3b3;
	box-shadow: 0px 0px 3px #b3b3b3;
	border: 0.5px solid #c1e3fa;
	margin-bottom: 20px;
	margin-top: 30px
}

.login1 .loginContainer .shieldContainer {
	width: 64px;
	height: 64px;
	background-color: #0093EE;
	border-radius: 12px;
	margin: 0 auto;
	margin-top: -32px
}

.login1 .loginContainer .shieldContainer svg {
	color: #ffffff;
	margin: 17.5px
}

.login1 .loginContainer .titleContent {
	padding: 10px 50px 0px 50px;
	border-bottom: 1px solid #E5EEF5
}

.login1 .loginContainer .titleContent h3 {
	color: #2C405A;
	font-weight: 400;
	max-width: 60%;
	margin: 0 auto;
	font-size: 2.4em;
	padding-bottom: 0
}

.login1 .loginContainer .titleContent h4 {
	color: #4d4d4d;
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	font-size: 1.5em;
	font-weight: 300;
	max-width: 60%;
	margin: 0 auto
}

.login1 .loginContainer .mainContent {
	padding: 30px 50px 10px 50px
}

.login1 .loginContainer .mainContent input[type='text'],
.login1 .loginContainer .mainContent input[type='password'] {
	width: 100%;
	height: 40px;
	font-size: 15px;
	padding-left: 10px;
	border-radius: 4px;
	border: 1px solid #A8C6DF;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.login1 .loginContainer .mainContent input[type='checkbox'] {
	display: inline-block;
	margin-left: 15px;
	height: 20px;
	vertical-align: middle
}

.login1 .loginContainer .mainContent .remember {
	display: inline-block;
	margin-left: 5px;
	line-height: 20px;
	padding: 0 !important;
	color: #4d4d4d;
	margin-bottom: 0
}

.login1 .loginContainer .mainContent .remember:hover {
	cursor: pointer
}

.login1 .loginContainer .mainContent button {
	width: 100%;
	height: 40px;
	border: none;
	background-color: #4ECE3D;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin-top: 20px;
	border: 1px solid rgba(0, 0, 0, 0.05)
}

.login1 .loginContainer .mainContent h5 {
	color: #4d4d4d;
	font-size: 14px;
	padding-bottom: 5px;
	text-align: left
}

.login1 .loginContainer .mainContent h6 {
	color: #4d4d4d;
	font-size: 13px;
	padding-bottom: 5px;
	text-align: left
}

.login1 .loginContainer .mainContent a {
	font-size: 13px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: 300
}

.login1 .loginContainer h5.hr {
	color: #4d4d4d;
	font-size: 14px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #E5EEF5;
	line-height: 0.1em;
	margin: 10px 0 20px;
	padding: 0
}

.login1 .loginContainer h5.hr span {
	padding: 10px;
	font-weight: 400;
	background-color: #ffffff
}

.login1 .loginContainer h5 {
	color: #4d4d4d;
	font-size: 14px;
	padding-bottom: 5px
}

.login1 .loginContainer .socialContainer {
	padding: 20px 50px 50px 50px
}

.login1 .loginContainer .socialContainer .facebookButton {
	width: 100%;
	height: 40px;
	background-color: #0079C4;
	border-radius: 4px;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	border: 1px solid rgba(0, 0, 0, 0.05)
}

.login1 .loginContainer .socialContainer .twitterButton {
	width: 100%;
	height: 40px;
	background-color: #0093EE;
	border-radius: 4px;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	margin-top: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05)
}

.login1 h5 {
	color: #4d4d4d;
	font-size: 14px;
	padding-bottom: 0;
	font-weight: 400;
	font-size: 15px
}

.login1 a {
	color: #1895EB;
	padding-bottom: 0;
	font-weight: 400;
	font-size: 15px
}

.login2 {
	background-size: cover;
	padding: 130px 0 80px 0
}

.login2 h4 {
	font-weight: 600;
	padding-bottom: 30px
}

.login2 .loginContainer {
	border-radius: 10px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 3px #b3b3b3;
	box-shadow: 0px 0px 3px #b3b3b3;
	border: 0.5px solid #c1e3fa;
	margin-bottom: 20px;
	max-width: 400px;
	margin: 0 auto
}

.login2 .loginContainer .mainContent {
	padding: 50px 50px 0px 50px
}

.login2 .loginContainer .mainContent h3 {
	color: #2C405A;
	font-weight: 400
}

.login2 .loginContainer .mainContent h4 {
	color: #8DABC4;
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 20px;
	padding-bottom: 0.5em
}

.login2 .loginContainer .mainContent input {
	width: 100%;
	height: 40px;
	font-size: 15px;
	padding-left: 10px;
	border-radius: 4px;
	border: 1px solid #A8C6DF;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.login2 .loginContainer .mainContent button {
	width: 100%;
	height: 40px;
	border: none;
	background-color: #4ECE3D;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 30px;
	border: 1px solid rgba(0, 0, 0, 0.05)
}

.login2 .loginContainer .mainContent h5 {
	color: #8DABC4;
	font-size: 14px;
	padding-bottom: 5px
}

.login2 .loginContainer .row {
	border-top: 1px solid #E5EEF5;
	margin-top: 20px
}

.login2 .loginContainer .row .oneThird:nth-child(-n+2) {
	border-right: 1px solid #E5EEF5
}

.login2 .loginContainer .row .oneThird {
	color: #8DABC4;
	padding: 15px
}

.login2 .loginContainer .row .oneThird svg {
	vertical-align: middle
}

.login2 .loginContainer .row .oneThird h5 {
	color: #8DABC4;
	display: inline-block;
	font-size: 14px;
	padding-left: 5px;
	vertical-align: middle
}

.login2 h5 {
	color: #8DABC4;
	font-size: 14px;
	padding-bottom: 0;
	font-weight: 400;
	font-size: 15px
}

.login2 a {
	color: #1895EB;
	padding-bottom: 0;
	font-weight: 400;
	font-size: 15px
}

.register1 {
	background-size: cover;
	padding: 130px 0 80px 0
}

.register1 h4 {
	font-weight: 600;
	padding-bottom: 30px
}

.register1 .registerContainer {
	border-radius: 10px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 3px #b3b3b3;
	box-shadow: 0px 0px 3px #b3b3b3;
	border: 0.5px solid #c1e3fa;
	margin-bottom: 20px;
	margin-top: 30px
}

.register1 .registerContainer .shieldContainer {
	width: 64px;
	height: 64px;
	background-color: #0093EE;
	border-radius: 12px;
	margin: 0 auto;
	margin-top: -32px
}

.register1 .registerContainer .shieldContainer svg {
	color: #ffffff;
	margin: 17.5px
}

.register1 .registerContainer .titleContent {
	padding: 10px 50px 0px 50px;
	border-bottom: 1px solid #E5EEF5
}

.register1 .registerContainer .titleContent h3 {
	color: #2C405A;
	font-weight: 400;
	max-width: 60%;
	margin: 0 auto;
	font-size: 2.4em;
	padding-bottom: 0
}

.register1 .registerContainer .titleContent h4 {
	color: #4d4d4d;
	font-weight: 400;
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 20px;
	padding-bottom: 30px;
	font-size: 1.5em;
	font-weight: 300;
	max-width: 60%;
	margin: 0 auto
}

.register1 .registerContainer .mainContent {
	padding: 30px 50px 10px 50px
}

.register1 .registerContainer .mainContent input[type='text'],
.register1 .registerContainer .mainContent input[type='password'] {
	width: 100%;
	height: 40px;
	font-size: 15px;
	font-size: 1.5rem;
	padding-left: 10px;
	border-radius: 4px;
	border: 1px solid #A8C6DF;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.register1 .registerContainer .mainContent input[type='checkbox'] {
	display: inline-block;
	margin-left: 15px;
	height: 20px;
	vertical-align: middle
}

.register1 .registerContainer .mainContent .remember {
	display: inline-block;
	margin-left: 5px;
	line-height: 20px;
	padding: 0 !important;
	color: #4d4d4d;
	margin-bottom: 0
}

.register1 .registerContainer .mainContent .remember:hover {
	cursor: pointer
}

.register1 .registerContainer .mainContent button {
	width: 100%;
	height: 40px;
	border: none;
	background-color: #4ECE3D;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 20px;
	border: 1px solid rgba(0, 0, 0, 0.05)
}

.register1 .registerContainer .mainContent h5 {
	color: #4d4d4d;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 5px;
	text-align: left
}

.register1 .registerContainer .mainContent h6 {
	color: #4d4d4d;
	font-size: 13px;
	padding-bottom: 5px;
	text-align: left
}

.register1 .registerContainer .mainContent a {
	font-size: 13px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: 300
}

.register1 .registerContainer h5 {
	color: #4d4d4d;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 5px
}

.register1 .registerContainer h5.hr {
	color: #4d4d4d;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #E5EEF5;
	line-height: 0.1em;
	margin: 10px 0 20px;
	padding: 0
}

.register1 .registerContainer h5.hr span {
	padding: 10px;
	font-weight: 400;
	background-color: #ffffff
}

.register1 .registerContainer .socialContainer {
	padding: 20px 50px 50px 50px
}

.register1 .registerContainer .socialContainer .facebookButton {
	width: 100%;
	height: 40px;
	background-color: #0079C4;
	border-radius: 4px;
	color: #fff;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	border: 1px solid rgba(0, 0, 0, 0.05)
}

.register1 .registerContainer .socialContainer .twitterButton {
	width: 100%;
	height: 40px;
	background-color: #0093EE;
	border-radius: 4px;
	color: #fff;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	margin-top: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05)
}

.register1 h5 {
	color: #4d4d4d;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 0;
	font-weight: 400;
	font-size: 15px;
	font-size: 1.5rem
}

.register1 a {
	color: #1895EB;
	padding-bottom: 0;
	font-weight: 400;
	font-size: 15px;
	font-size: 1.5rem
}

#settings3 {
	background: rgba(44, 56, 71, 0.8);
	min-height: 650px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0
}

#settings3 .settingsContainer {
	max-width: 400px;
	margin: 0 auto;
	max-width: 400px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	border: 1px solid rgba(183, 210, 229, 0.8);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

#settings3 .settingsContainer .avatarContainer {
	height: 100px;
	width: 100px;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 20
}

#settings3 .settingsContainer .avatarContainer .imageContainer {
	background-size: cover;
	height: 100%;
	border-radius: 12px;
	width: 100%
}

#settings3 .settingsContainer .avatarContainer svg {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff
}

#settings3 .settingsContainer .mainContent {
	padding: 70px 70px 0 70px;
	border-bottom: 1px solid #D8E5EE
}

#settings3 .settingsContainer .mainContent input {
	width: 100%;
	height: 35px;
	margin-bottom: 17px;
	border-radius: 5px;
	border: 1px solid #A8C6DF;
	font-size: 14px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#settings3 .settingsContainer .mainContent h5 {
	color: #8DABC4;
	font-size: 13px
}

#settings3 .settingsContainer .buttonContainer {
	padding: 15px 60px 30px 60px
}

#settings3 .settingsContainer .buttonContainer .cancel {
	border: 1px solid #C5D9E8;
	border-radius: 4px;
	background: #ffffff;
	color: #0093EE;
	font-weight: 500;
	font-size: 14px;
	padding: 10px;
	height: auto;
	width: 100%
}

#settings3 .settingsContainer .buttonContainer .submit {
	border: 1px solid #C5D9E8;
	border-radius: 4px;
	background: #0093EE;
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
	padding: 10px;
	height: auto;
	width: 100%
}

.blogList4 .blogListContentHover {
	background-color: #ffffff;
	border-radius: 0px;
	padding: 50px;
	min-height: 450px;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px #e5e5e5;
	box-shadow: 0px 0px 10px #e5e5e5
}

.blogList4 .blogListContentHover .blogListHeader {
	display: table
}

.blogList4 .blogListContentHover .blogListHeader h5 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	font-weight: 300
}

.blogList4 .blogListContentHover .blogListHeader img {
	display: table-cell
}

.blogList4 .blogListContentHover .blogListFooter {
	position: absolute;
	bottom: 50px
}

.blogList4 .blogListContent {
	background-color: #ffffff;
	border-radius: 0px;
	padding: 50px;
	min-height: 450px;
	position: relative;
	color: #fff !important;
	-webkit-box-shadow: 0px 0px 10px #e5e5e5;
	box-shadow: 0px 0px 10px #e5e5e5;
	background-position: center;
	opacity: 1;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms
}

.blogList4 .blogListContent:hover {
	opacity: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	cursor: pointer
}

.blogList4 .blogListContent .blogListHeader {
	display: table
}

.blogList4 .blogListContent .blogListHeader h6 {
	background-color: rgba(201, 200, 206, 0.2);
	display: inline-block;
	border-radius: 15px;
	padding: 5px 10px;
	margin: 15px 0px;
	color: #fff
}

.blogList4 .blogListContent .blogListHeader h3 {
	font-size: 37px;
	line-height: 37px;
	margin: 15px 0px;
	color: #fff
}

.blogList4 .blogListContent .blogListHeader img {
	display: table-cell
}

.blogList4 .blogListContent .blogListHeader .dateContainer {
	display: table
}

.blogList4 .blogListContent .blogListHeader .dateContainer svg {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.6em;
	color: #fff
}

.blogList4 .blogListContent .blogListHeader .dateContainer h5 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	color: #fff
}

.blogList4 .blogListContent .blogListFooter {
	display: table;
	position: absolute;
	bottom: 50px
}

.blogList4 .blogListContent .blogListFooter h5 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	font-weight: 300;
	color: #fff
}

.blogList4 .blogListContent .blogListFooter img {
	padding-top: 3px;
	display: table-cell
}

.blogList4 .blogListContainer {
	min-height: 550px
}

.blogList4 .rel {
	position: relative
}

.blogList4 .abs {
	position: absolute
}

.blogList4 #webapp27190pagination {
	display: none
}

.blogList4 .noFormatting {
	color: inherit;
	text-decoration: inherit
}

.blogContainer13 .blogContainer {
	border-radius: 4px;
	border: 1px solid #ececec;
	-webkit-box-shadow: 0px 1px 4px #ededed;
	box-shadow: 0px 1px 4px #ededed;
	position: relative
}

.blogContainer13 .blogContainer img {
	border-radius: 4px 4px 0 0
}

.blogContainer13 .blogContainer .content {
	padding: 30px;
	margin-bottom: 40px
}

.blogContainer13 .blogContainer .content h5 {
	color: #333
}

.blogContainer13 .blogContainer .footer {
	padding: 15px 30px 15px 30px;
	border-top: 1px solid lightgrey;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 88%
}

.blogContainer13 .blogContainer .footer svg {
	font-size: 2.5em;
	color: #808080;
	-webkit-transition: color 200ms;
	transition: color 200ms;
	margin: 0 5px
}

.blogContainer13 .blogContainer .footer svg:hover {
	color: #d3232a;
	cursor: pointer;
	-webkit-transition: color 200ms;
	transition: color 200ms
}

.blog14 .indvBlog {
	margin-bottom: 30px
}

.blog14 .indvBlog .outerContainer {
	position: relative;
	-webkit-box-shadow: 0px 0px 10px #e5e5e5;
	box-shadow: 0px 0px 10px #e5e5e5
}

.blog14 .indvBlog .outerContainer .imageContainer {
	height: auto;
	background-size: cover !important;
	border-radius: 0px 0;
	background-position-y: 0px;
	background-size: 120% 120% !important;
	-webkit-transition: background-position-y 200ms;
	transition: background-position-y 200ms
}

.blog14 .indvBlog .outerContainer .textContainer {
	padding: 25px;
	background-color: #fff;
	border-radius: 0px 0px 0px 0px;
	min-height: 220px
}

.blog14 .indvBlog .outerContainer .textContainer h3 {
	padding-bottom: 30px
}

.blog14 .indvBlog .outerContainer .footerContainer {
	position: absolute;
	bottom: 30px;
	left: 30px
}

.blog14 .indvBlog .outerContainer .footerContainer svg {
	margin-left: 5px
}

.blog14 .indvBlog .outerContainer:hover .imageContainer {
	background-position-y: -10px !important;
	-webkit-transition: background-position-y 200ms;
	transition: background-position-y 200ms
}

.blogRHS .post {
	margin-bottom: 10px;
	list-style: none outside
}

.blogRHS .post a {
	text-decoration: none
}

.blogRHS .post a .photo img {
	position: relative;
	width: 100%;
	height: auto;
	border: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.blogRHS .post a .desc {
	background: #fff;
	position: relative;
	min-height: 70px;
	z-index: 2
}

.blogRHS .post a .desc h6 {
	font-size: 18px;
	color: #c00;
	position: relative;
	z-index: 2;
	margin-bottom: 3px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-style: solid;
	border-left: none;
	border-top: none;
	border-right: none;
	-webkit-transition: color 600ms;
	transition: color 600ms
}

.blogRHS .post a .desc span {
	color: #a8a8a8;
	position: relative;
	z-index: 2;
	-webkit-transition: color 600ms;
	transition: color 600ms
}

.blogRHS .post a .desc:after {
	background-color: #c00;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	height: 96%;
	-webkit-transition: width 300ms;
	transition: width 300ms
}

.blogRHS .post a:hover .desc:after {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	padding-left: 20px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.blogRHS .post a:hover h6 {
	color: #ffffff;
	-webkit-transition: color 600ms;
	transition: color 600ms
}

.blogRHS .post a:hover span {
	color: #fff !important;
	-webkit-transition: color 600ms;
	transition: color 600ms
}

.blogRHS .widget {
	margin-bottom: 20px
}

.blogRHS .webForm input[type="text"] {
	width: 100%;
	display: inline-block;
	height: 30px;
	padding-left: 10px;
	border-width: 0px 0px 2px 0px;
	border-bottom: 2px #c00 solid;
	margin-bottom: 25px;
	font-size: 13px;
	font-family: "Titillium Web";
	color: #424242
}

.blogRHS .webForm textarea {
	width: 100%;
	display: inline-block;
	min-height: 20px;
	padding-left: 10px;
	border-width: 0px 0px 2px 0px;
	border-bottom: 2px #c00 solid;
	margin-bottom: 25px;
	font-size: 13px;
	font-family: "Titillium Web";
	color: #424242
}

#mainBlogList {
	margin-bottom: 20px
}

#mainBlogList .imageContainer {
	max-height: 350px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 10px
}

#mainBlogList a {
	color: inherit
}

#mainBlogList p {
	font-size: 16px;
	font-weight: 200
}

.blog1 .blogRHSButton {
	background: #c00;
	color: #fff;
	padding: 10px;
	margin: 3px 2px;
	display: inline-block
}

.blog1 .blogRHSButton:hover {
	color: #fff
}

.blog1 .blogContent {
	padding: 20px 0
}

.blog1 .blogContent img {
	margin-bottom: 20px
}

.blog1 .blogContent p {
	font-size: 1.6em;
	font-weight: 300
}

.ctaSection6.callToActionContainer {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 45, 59, 0.5)), to(rgba(36, 45, 59, 0.8))), url("/Images/Backgrounds/homeInterior.jpg");
	background: linear-gradient(rgba(36, 45, 59, 0.5), rgba(36, 45, 59, 0.8)), url("/Images/Backgrounds/homeInterior.jpg");
	background-size: cover;
	background-position: center;
	color: #fff
}

.ctaSection6.callToActionContainer h3,
.ctaSection6.callToActionContainer h5 {
	color: #fff
}

.ctaSection6.callToActionContainer button {
	margin-left: 6%;
	width: 30%;
	color: #fff;
	background-color: #c00;
	border: none;
	padding: 12px 25px;
	margin-top: 20px;
	font-size: 16px;
	border-radius: 0px
}

.ctaSection6.callToActionContainer input {
	margin: 60px 0 !important;
	height: 30px;
	width: 60%;
	background: 0;
	border: 0;
	border-bottom: 1px rgba(255, 255, 255, 0.49) solid;
	font-size: 18px;
	padding: 0px 0px 5px 20px;
	color: #fff
}

.ctaSection7 .CTATitle {
	color: #fff;
	font-size: 60px;
	font-size: 6rem;
	margin-bottom: 20px
}

.ctaSection7 .CTAButton {
	background-color: #c00;
	color: #fff;
	border-radius: 50px;
	border: 10px solid #c00;
	display: inline-block
}

.ctaSection7 .CTAButton:hover {
	background-color: red;
	border: 10px solid red
}

.contact1 .googleMapWrapper .gmaps {
	width: 100%;
	height: 500px
}

.contact1 h2 {
	padding-bottom: 4px !important
}

.contact1 h4 {
	color: #424242;
	padding-left: 10px;
	padding-bottom: 0
}

.contact1 hr {
	border-color: #eeeeee;
	color: #eee;
	background-color: #eee;
	border-style: solid
}

.contact1 form {
	margin-top: 20px
}

.contact1 form input {
	width: 90%;
	margin-right: 10%;
	display: inline-block;
	height: 60px;
	padding-left: 30px;
	border-width: 0px 0px 2px 0px;
	margin-bottom: 25px;
	font-size: 20px;
	color: #424242
}

.contact1 form textarea {
	width: 95%;
	margin-right: 2.5%;
	display: inline-block;
	min-height: 200px;
	padding: 20px;
	border: 2px solid #EEEEEE;
	border-radius: 4px;
	margin-bottom: 25px;
	font-size: 20px;
	color: #424242
}

.contact1 form .cat_button {
	color: #fff;
	background-color: #c00;
	font-size: 2em;
	border: none;
	padding: 12px 25px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-family: "Titillium Web";
	font-weight: 100;
	margin: 0;
	width: auto;
	height: auto;
	position: absolute;
	right: 65px
}

.contact1 form .cat_button:hover {
	color: #fff !important
}

.contact11 {
	background-color: #eee
}

.contact11 .googleMapWrapper {
	position: relative;
	min-height: 300px;
	padding-top: 0
}

.contact11 .googleMapWrapper iframe {
	width: 100%;
	height: 100%;
	position: absolute
}

.contact11 .googleMapWrapper iframe #mapDiv div.gm-style div:nth-child(10) {
	left: 40px;
	top: 10px
}

.contact11 .formContainer .formContent {
	width: 80%;
	margin: 0 auto
}

.contact11 .formContainer h2 {
	color: #fff !important
}

.contact11 .formContainer form {
	margin-top: 20px
}

.contact11 .formContainer form input {
	width: 100%;
	margin-right: 10%;
	display: inline-block;
	height: 60px;
	padding-left: 30px;
	border-width: 0px 0px 1px 0px;
	border-color: #c00;
	margin-bottom: 25px;
	font-size: 20px;
	color: #ffffff;
	background: none
}

.contact11 .formContainer form textarea {
	width: 100%;
	margin-right: 2.5%;
	display: inline-block;
	min-height: 200px;
	padding: 30px;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	border-color: #c00;
	margin-bottom: 25px;
	font-size: 20px;
	color: #ffffff;
	background: none
}

.contact11 .formContainer form .cat_button {
	color: #fff;
	background-color: #c00;
	font-size: 2em;
	border: none;
	padding: 12px 25px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-family: "Titillium Web";
	font-weight: 100;
	margin: 0;
	width: 100%;
	height: auto;
	border-radius: 4px
}

.contact11 .formContainer form .cat_button:hover {
	color: #fff !important
}

.contact12 h2 {
	padding: 20px;
	margin: 0
}

.contact12 h4,
.contact12 h5 {
	padding: 0;
	margin: 0
}

.contact12 .gmaps {
	width: 100%;
	height: 400px
}

.contact12 form {
	width: 100%
}

.contact12 form input,
.contact12 form textarea {
	padding: 10px;
	width: 95%;
	display: block;
	font-size: 15px;
	border-color: rgba(0, 0, 0, 0.08);
	font-family: "Titillium Web"
}

.contact12 form button {
	background: #E51D14;
	border: 0;
	padding: 12px 25px;
	font-size: 15px;
	color: white;
	cursor: pointer;
	border-radius: 0px 0px 0px 0px
}

.contentSection16 img {
	border-radius: 3px
}

.contentSection16 h2,
.contentSection16 h4,
.contentSection16 h5 {
	color: #4d4d4d
}

.contentSection16 svg {
	margin-top: 15px;
	color: #c00
}

.dashboard1 input {
	width: 100%;
	height: 40px;
	font-size: 1.6em;
	font-weight: 200;
	padding-left: 10px;
	border: 0;
	border-bottom: 2px solid #c00
}

.dashboard1 select {
	width: 100%;
	height: 40px;
	background-color: #fff;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 10px;
	border: 0;
	border-bottom: 2px solid #c00;
	border-radius: 0px;
	font-size: 1.6em;
	font-weight: 200
}

.dashboard1 hr {
	border-color: #c00;
	border-style: solid;
	border-bottom: 1px
}

.faqContainer1 h3 {
	color: #4d4d4d;
	font-weight: 700
}

.faqContainer1 .indvFAQ h4 {
	color: #4d4d4d
}

.featureContainer2 {
	background-size: cover
}

.featureContainer2 h4,
.featureContainer2 h5 {
	color: #fff
}

.featureContainer2 h5 {
	margin-bottom: 15px
}

.featureContainer19 {
	background-color: #242D3B
}

.featureContainer19 .indvFeature {
	padding: 60px 0;
	border-bottom: 1px solid #000
}

@media (min-width: 768px) {
	.featureContainer19 .indvFeature {
		border-bottom: 0;
		border-right: 1px solid #000
	}
}

.featureContainer19 .indvFeature:last-child {
	border-bottom: 0
}

@media (min-width: 768px) {
	.featureContainer19 .indvFeature:nth-child(even) {
		border-right: 0
	}
}

@media (min-width: 992px) {
	.featureContainer19 .indvFeature:nth-child(even) {
		border-right: 1px solid #000
	}
	.featureContainer19 .indvFeature:last-child {
		border-right: 0
	}
}

.featureContainer19 .indvFeature .indvFeatureContent {
	padding: 0 20%
}

.featureContainer19 .indvFeature .indvFeatureContent svg {
	color: #E51D14;
	margin-right: 5px
}

.featureContainer19 .indvFeature .indvFeatureContent h3 {
	color: #fff
}

.featureContainer19 .indvFeature .indvFeatureContent p {
	color: #ccc
}

.featureContainer26 {
	background-color: #eee
}

.featureContainer26 h3 {
	color: #4d4d4d;
	font-weight: 700
}

.featureContainer26 .indvFeature {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	padding: 60px 0
}

.featureContainer26 .indvFeature p {
	max-width: 60%;
	margin: 0 auto 30px auto
}

.featureContainer26 .indvFeature a {
	color: #c00
}

.featureContainer26 .indvFeature a:hover {
	color: red
}

.portfolio2 .portfolioContainer {
	border-radius: 0px 0px 0px 0px;
	position: relative;
	color: #fff
}

.portfolio2 .portfolioContainer p {
	color: #878787
}

.portfolio2 .portfolioContainer .portfolioDescription {
	padding: 0 10% 15%
}

.portfolio2 .portfolioContainer .overlay1 {
	background-color: rgba(19, 27, 45, 0.7);
	border-radius: 0px 0px 0px 0px;
	padding: 15% 0 10%
}

.portfolio2 .portfolioContainer a {
	color: inherit
}

.portfolio3 .portfolioContainer {
	border-radius: 0px 0px 0px 0px;
	position: relative;
	color: #fff
}

.portfolio3 .portfolioContainer svg {
	color: #E51D14;
	margin-top: 20%
}

.portfolio3 .portfolioContainer h4 {
	margin-top: 15%
}

.portfolio3 .portfolioContainer .portfolioDescription {
	padding: 0 10% 15%
}

.portfolio3 .portfolioContainer .overlay1 {
	background-color: rgba(19, 27, 45, 0.9);
	border-radius: 0px 0px 0px 0px;
	height: 210px
}

.portfolio3 .portfolioContainer .overlay2 {
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	height: 210px;
	position: absolute;
	background-color: #131b2d;
	top: 0px;
	opacity: 0;
	border-radius: 0px 0px 0px 0px
}

.portfolio3 .portfolioContainer a {
	color: inherit
}

.portfolio3 .portfolioContainer:hover .overlay1 i,
.portfolio3 .portfolioContainer:hover .overlay1 h3 {
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	opacity: 0
}

.portfolio3 .portfolioContainer:hover .overlay2 {
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	opacity: 1
}

.portfolio5 .portfolioContainer {
	border-radius: 0px 0px 0px 0px;
	position: relative;
	color: #fff
}

.portfolio5 .portfolioContainer h3,
.portfolio5 .portfolioContainer h5 {
	padding: 0;
	margin: 0
}

.portfolio5 .portfolioContainer h3 {
	margin-top: 20%
}

.portfolio5 .portfolioContainer h5 {
	color: #E51D14
}

.portfolio5 .portfolioContainer .portfolioDescription {
	margin-top: 5%;
	padding: 0 10% 15%
}

.portfolio5 .portfolioContainer .overlay {
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 20px;
	background-color: rgba(19, 27, 45, 0.9);
	border-radius: 0px 0px 0px 0px;
	opacity: 0
}

.portfolio5 .portfolioContainer a {
	color: inherit
}

.portfolio5 .portfolioContainer:hover .overlay {
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	opacity: 1
}

.portfolio10 .isoButtons {
	text-align: center
}

.portfolio10 .isoButtons button {
	color: #4a4a4a;
	background-color: rgba(0, 0, 0, 0) !important;
	font-weight: 200;
	border: 2px solid #c00;
	min-width: 130px;
	font-size: 16px;
	margin: 0 5px;
	padding: 6px 25px;
	border-radius: 0px
}

.portfolio10 .portfolioContainer {
	border-radius: 0px;
	position: relative;
	text-align: center;
	min-height: 220px;
	color: #fff;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.portfolio10 .portfolioContainer button {
	color: #ffffff;
	background-color: #c00;
	border: none;
	font-size: 16px;
	padding: 7px 25px;
	border-radius: 0px
}

.portfolio10 .portfolioContainer .portfolioTitle {
	position: absolute;
	width: 100%;
	height: 10%;
	left: 0;
	top: 30%;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	color: #fff
}

.portfolio10 .portfolioContainer .portfolioDescription {
	position: absolute;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	bottom: 10%;
	right: 10%;
	left: 10%;
	width: 80%;
	padding: 0px 10%;
	opacity: 0;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.portfolio10 .portfolioContainer p {
	font-size: 14px;
	margin-bottom: 30px;
	color: #fff
}

.portfolio10 .portfolioContainer:hover {
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.portfolio10 .portfolioContainer:hover .portfolioDescription {
	opacity: 1;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.portfolio10 .portfolioContainer:hover .portfolioTitle {
	top: 10%;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.portfolio10 .grid-item {
	margin-bottom: 20px
}

.portfolio11 a {
	color: #c00
}

.portfolio11 a:hover {
	color: red
}

.portfolio11 .portfolio11ListImage {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.portfolio11 .portfolio11ListImage:hover {
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.portfolioSidebar {
	padding: 20px 0
}

.portfolioSidebar .post {
	margin-bottom: 10px;
	list-style: none outside
}

.portfolioSidebar .post a {
	text-decoration: none
}

.portfolioSidebar .post a .photo img {
	position: relative;
	width: 100%;
	height: auto;
	border: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.portfolioSidebar .post a .desc {
	background: #fff;
	position: relative;
	min-height: 70px;
	z-index: 2;
	padding-left: 20px
}

.portfolioSidebar .post a .desc h6 {
	font-size: 18px;
	color: #c00;
	position: relative;
	z-index: 2;
	margin-bottom: 3px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-style: solid;
	border-left: none;
	border-top: none;
	border-right: none;
	-webkit-transition: color 600ms;
	transition: color 600ms
}

.portfolioSidebar .post a .desc span {
	color: #a8a8a8;
	position: relative;
	z-index: 2;
	-webkit-transition: color 600ms;
	transition: color 600ms
}

.portfolioSidebar .post a .desc:after {
	background-color: #c00;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	height: 96%;
	-webkit-transition: width 300ms;
	transition: width 300ms
}

.portfolioSidebar .post a:hover .desc:after {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.portfolioSidebar .post a:hover h6 {
	color: #ffffff;
	-webkit-transition: color 600ms;
	transition: color 600ms
}

.portfolioSidebar .post a:hover span {
	color: #fff !important;
	-webkit-transition: color 600ms;
	transition: color 600ms
}

.portfolioSidebar .widget {
	margin-bottom: 20px
}

.portfolioSidebar .webForm input[type="text"] {
	width: 100%;
	display: inline-block;
	height: 30px;
	padding-left: 10px;
	border-width: 0px 0px 2px 0px;
	border-bottom: 2px #c00 solid;
	margin-bottom: 25px;
	font-size: 13px;
	font-family: "Titillium Web";
	color: #424242
}

.portfolioSidebar .webForm textarea {
	width: 100%;
	display: inline-block;
	min-height: 20px;
	padding-left: 10px;
	border-width: 0px 0px 2px 0px;
	border-bottom: 2px #c00 solid;
	margin-bottom: 25px;
	font-size: 13px;
	font-family: "Titillium Web";
	color: #424242
}

#webapp30537pagination {
	display: none
}

.slider1 .sliderImage {
	width: 100%;
	display: table;
	background-size: cover;
	background-origin: inherit;
	background-clip: inherit;
	background-position: center;
	background-repeat: no-repeat
}

.slider1 .sliderImage .sliderTextPadding {
	padding: 15%
}

.slider1 .sliderImage .sliderContainer {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25%;
	padding-right: 25%
}

.slider1 .sliderImage .sliderContainerSmall {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25%;
	padding-right: 25%;
	vertical-align: bottom;
	padding-bottom: 40px
}

.slider1 .sliderImage .sliderContainerSmall h2,
.slider1 .sliderImage .sliderContainerSmall h4 {
	color: #fff
}

.slider1 .sliderImage button {
	color: #fff;
	background-color: #c00;
	border: none;
	padding: 12px 25px;
	margin-top: 20px
}

.team7 {
	background-color: #242D3B
}

.team7 h2 {
	color: #fff;
	font-weight: 700
}

.team7 .teamContainer {
	color: #fff
}

.team7 .teamContainer img {
	border-radius: 5px
}

.team7 .teamContainer .teamDescription {
	padding: 0 15%
}

.team7 .teamContainer .teamDescription h3 {
	color: #fff;
	padding-bottom: 0
}

.team7 .teamContainer .teamDescription h5 {
	padding-top: 5px;
	color: #fff
}

.team7 .teamContainer .teamDescription p {
	color: #ccc
}

.team9 .teamContainer .teamImg img {
	border-radius: 0px 0px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.team9 .teamContainer .teamDescription {
	border-radius: 0px 0px 0px 0px;
	background: #fff;
	padding: 5%
}

.team9 .teamContainer .teamDescription h4,
.team9 .teamContainer .teamDescription h6 {
	margin: 0;
	padding: 0
}

.team9 .teamContainer .teamDescription h4 {
	font-weight: 600
}

.team9 .teamContainer .teamDescription h6 {
	font-weight: 100;
	font-size: 15px
}

.team4 .teamListIcon {
	border-radius: 50% 50% 50% 50%;
	opacity: 0.4;
	cursor: pointer;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms
}

.team4 .teamListIcon.active,
.team4 .teamListIcon:hover {
	opacity: 1;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms
}

.team4 h1 {
	margin-bottom: 10px
}

.team4 h2 {
	margin-top: 0;
	color: #4d4d4d;
	font-size: 20px;
	font-size: 2rem
}

.testimonial7 {
	background-color: #242D3B
}

.testimonial7 h3 {
	color: #fff;
	font-weight: 700
}

.testimonial7 .indvTestimonial .imageContainer {
	margin: 30px 0
}

.testimonial7 .indvTestimonial .imageContainer img {
	border-radius: 50%
}

.testimonial7 .indvTestimonial .testimonialTitle {
	max-width: 80%;
	margin: 0 auto;
	color: red
}

.testimonial7 .indvTestimonial .testimonialName {
	color: #fff
}

.testimonial7 .indvTestimonial .testimonialCompany {
	color: red
}

.testimonial8 {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	-webkit-box-shadow: 0px 0px 8px #ededed;
	box-shadow: 0px 0px 8px #ededed;
	border-radius: 4px
}

.testimonial8 .imageContainer {
	width: 45%;
	margin: 20px auto
}

.testimonial8 .imageContainer img {
	border-radius: 100px;
	width: 170px
}

.testimonial8 p {
	font-weight: 300 !important;
	font-size: 15px !important
}

.testimonial8 h5:not(.Text-Alt) {
	color: #333
}

.testimonial12 .slick-slide img {
	border-radius: 50%;
	margin-bottom: 10px
}

.testimonial12 .slick-slide:not(.slick-current) img {
	opacity: 0.4;
	width: 80%;
	margin: 0 auto;
	-webkit-transition: all 300ms;
	transition: all 300ms
}

.testimonial12 .slick-slide.slick-current img {
	opacity: 1;
	width: 100%;
	-webkit-transition: all 300ms;
	transition: all 300ms
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
li,
a,
td,
input,
select {
	font-family: "Titillium Web"
}

p {
	font-family: "Open Sans" !important;
	font-size: 1.6em !important
}

@media (min-width: 1200px) {
	p {
		font-size: 1.6em !important;
		line-height: 1.6em !important
	}
}

a {
	color: inherit;
	font-size: inherit !important;
	font-weight: inherit !important
}

a:hover {
	color: inherit
}

.stopClicks {
	pointer-events: none
}

.circle {
	border-radius: 50%
}

.displayNone {
	display: none
}

.font0 {
	font-size: 0
}

hr.narrow {
	width: 175px
}

.blogDescription a {
	color: #c00;
	font-weight: 600 !important
}

hr {
	border: none;
	border-top: solid 1px #e6e6e6
}

h1 {
	font-weight: 400;
	margin-bottom: 10px
}

@media (max-width: 767px) {
	h1 {
		font-size: 40px;
		line-height: 40px
	}
}

h2 {
	font-weight: 400;
	line-height: 1.2em;
	font-size: 3.5em
}

@media (max-width: 767px) {
	h2 {
		font-size: 3.5em;
		line-height: 44px !important
	}
}

h3 {
	font-size: 2.4em;
	line-height: 39px;
	font-weight: 600
}

h4 {
	line-height: 36px;
	font-weight: 400
}

p {
	margin-bottom: 20px;
	line-height: 28px;
	font-weight: 300
}

.wideImage {
	max-width: 116%;
	width: 116%;
	margin-left: -10%
}

button {
	color: #c00;
	padding: 15px 30px;
	background: rgba(25, 25, 25, 0);
	border: 1px #c00 solid;
	border-radius: 1px;
	font-size: 18px;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

button:hover {
	background: #c00;
	color: #FFFFFF;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	border-color: #fff
}

.contentSection {
	-webkit-box-shadow: 10px 0px 10px rgba(18, 18, 18, 0.29);
	box-shadow: 10px 0px 10px rgba(18, 18, 18, 0.29)
}

.contentSection.light {
	-webkit-box-shadow: 10px 0px 10px rgba(18, 18, 18, 0.1);
	box-shadow: 10px 0px 10px rgba(18, 18, 18, 0.1)
}

.blogAuthor img {
	width: 90%
}

.blogAuthor h5 {
	font-size: 1.6rem
}

.blogSearch {
	width: 70%;
	height: 40px;
	font-size: 18px;
	padding-left: 10px;
	float: left
}

#submitForm {
	float: left;
	padding: 0;
	width: 30%
}

#submitForm button {
	margin: 0;
	border-radius: 0;
	width: 100%;
	padding: 11px 25px
}

.systemContainer {
	margin: 0px 0
}

.systemContainer table {
	width: 100%
}

.systemContainer #title strong {
	font-size: 3.0rem
}

.systemContainer tr td {
	padding-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 400
}

.systemContainer tr td strong {
	font-size: 2.0rem;
	font-weight: 100
}

.systemContainer tr td table {
	width: 100%
}

.isotopeLinks a {
	font-size: 18px !important;
	margin: 0 15px;
	position: relative;
	white-space: nowrap;
	line-height: 40px
}

.isotopeLinks a:hover:after {
	content: "";
	width: 100%;
	left: 0px;
	height: 2px;
	background: #c00;
	-webkit-transition: all 200ms;
	transition: all 200ms
}

.isotopeLinks a:after {
	position: absolute;
	bottom: 0;
	content: "";
	width: 0%;
	left: 50%;
	height: 0px;
	background: #c00;
	-webkit-transition: all 200ms;
	transition: all 200ms
}

.isotopeLinks a.active {
	font-weight: 600 !important
}

.isotopeLinks a.active:after {
	content: "";
	width: 100%;
	left: 0px;
	height: 2px;
	background: #c00;
	-webkit-transition: all 200ms;
	transition: all 200ms
}

.separator {
	width: 40%;
	border: 1px solid #c00;
	margin: 25px auto 0 auto
}

.contentBox {
	background: white;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
	padding: 30px
}

.sliderImage {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0.498039)), to(rgba(0, 0, 0, 0.498039))), url("../../Images/Banners/Black-Polygons.jpg");
	background-image: linear-gradient(rgba(27, 27, 27, 0.498039), rgba(0, 0, 0, 0.498039)), url("../../Images/Banners/Black-Polygons.jpg")
}

.blogTitle {
	position: fixed;
	color: #121212;
	top: 120px;
	left: -30px;
	font-size: 7rem;
	font-weight: 200;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.footerPadding {
	-webkit-box-shadow: 10px 0px 10px rgba(18, 18, 18, 0.19);
	box-shadow: 10px 0px 10px rgba(18, 18, 18, 0.19);
	padding-bottom: 200px
}

.footerPadding.light {
	-webkit-box-shadow: 10px 0px 10px rgba(18, 18, 18, 0.1);
	box-shadow: 10px 0px 10px rgba(18, 18, 18, 0.1)
}

.columnCenter {
	margin: 0 auto
}

.underline {
	text-decoration: underline
}

.noVPadding {
	padding-top: 0;
	padding-bottom: 0
}

.mainBody {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	z-index: 2
}

.mainBody.menuOpen {
	-webkit-transition: all 500ms;
	transition: all 500ms;
	right: 80%;
	left: -80%
}

.mainBody.menuOpen .headerHome2 {
	background-color: rgba(34, 34, 34, 0.2);
	-webkit-transition: all 500ms;
	transition: all 500ms;
	right: 80%;
	left: -80%
}

.mobileMenu {
	position: fixed;
	background: -webkit-gradient(linear, left top, right bottom, from(#c30000), to(#610000));
	background: linear-gradient(to bottom right, #c30000, #610000);
	top: 0;
	bottom: 0;
	left: 100%;
	right: -100%;
	z-index: 1;
	-webkit-transition: all 600ms;
	transition: all 600ms
}

.mobileMenu.menuOpen {
	left: 0;
	right: 0;
	-webkit-transition: all 550ms;
	transition: all 550ms
}

.mobileMenu.menuOpen .contactNumber {
	right: 4em;
	-webkit-transition: all 400ms;
	transition: all 400ms
}

.mobileMenu ul {
	margin-top: 35%;
	list-style: none;
	color: #fff;
	text-align: right;
	margin-right: 4em
}

.mobileMenu ul li {
	font-size: 3em;
	font-weight: 100;
	margin-bottom: 20px
}

@media (max-width: 1199px) {
	.mobileMenu ul li {
		font-size: 4em
	}
}

@media (max-width: 767px) {
	.mobileMenu ul li {
		font-size: 3em
	}
}

@media only screen and (orientation: landscape) and (max-width: 1199px) {
	.mobileMenu ul {
		margin-top: 15%
	}
}

@media only screen and (orientation: landscape) and (max-width: 767px) {
	.mobileMenu ul {
		margin-top: 10%
	}
	.mobileMenu ul li {
		margin-bottom: 10px
	}
}

.mobileMenu .contactNumber {
	position: fixed;
	right: -100%;
	bottom: 1em;
	-webkit-transition: all 400ms;
	transition: all 400ms
}

.mobileMenu .contactNumber h3 {
	color: #fff;
	font-weight: 300;
	font-size: 2.5em
}

.mobileMenu.light {
	background: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#e0e0e0));
	background: linear-gradient(to bottom right, #fff, #e0e0e0)
}

.mobileMenu.light ul,
.mobileMenu.light h3 {
	color: #424242
}

.headerHome2 {
	-webkit-transition: all 500ms;
	transition: all 500ms;
	top: 0;
	background-color: rgba(34, 34, 34, 0.9);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	transition: all 500ms
}

.headerHome2 a .hamburgerPosition {
	position: fixed;
	right: 0;
	top: 15px;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.headerHome2 a .hamburgerPosition .hamburgerContainer {
	position: relative;
	float: right;
	width: 40px;
	height: 30px;
	margin-right: 29px;
	margin-top: 13px
}

.headerHome2 a .hamburgerPosition .hamburgerContainer .menuBar {
	position: absolute;
	background: #fff;
	height: 2px;
	width: 100%;
	-webkit-transition: all 600ms;
	transition: all 600ms
}

.headerHome2 a .hamburgerPosition .hamburgerContainer #menuBar1 {
	top: 0
}

.headerHome2 a .hamburgerPosition .hamburgerContainer #menuBar2 {
	top: 47%;
	left: 0%;
	opacity: 1;
	-webkit-transition: all 550ms;
	transition: all 550ms
}

.headerHome2 a .hamburgerPosition .hamburgerContainer #menuBar3 {
	top: 97%
}

.headerHome2 a .hamburgerPosition .hamburgerContainer.menuOpen #menuBar1 {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	top: 50%;
	-webkit-transition: all 600ms;
	transition: all 600ms
}

.headerHome2 a .hamburgerPosition .hamburgerContainer.menuOpen #menuBar2 {
	width: 0%;
	left: 0%;
	opacity: 0.3;
	-webkit-transition: all 200ms;
	transition: all 200ms
}

.headerHome2 a .hamburgerPosition .hamburgerContainer.menuOpen #menuBar3 {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	top: 50%;
	-webkit-transition: all 600ms;
	transition: all 600ms
}

.headerHome2.light {
	background-color: rgba(255, 255, 255, 0.8)
}

.headerHome2.light .hamburgerContainer .menuBar {
	background-color: #424242 !important
}

.headerHome2.light a {
	color: #2C2C2C !important
}

.headerHome2.light input {
	margin-top: 10px;
	background-color: transparent;
	border: none;
	color: #2C2C2C;
	border-bottom: 1px solid #e6e6e6;
	line-height: 20px;
	padding: 3px 0px;
	width: 150px;
	border-radius: 0px;
	font-size: 16px
}

.headerHome2.light input::-webkit-input-placeholder {
	color: #2C2C2C
}

.headerHome2.light input:-ms-input-placeholder {
	color: #2C2C2C
}

.headerHome2.light input::-ms-input-placeholder {
	color: #2C2C2C
}

.headerHome2.light input::placeholder {
	color: #2C2C2C
}

.headerHome2.light select {
	margin-top: 10px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	-webkit-appearance: none;
	line-height: 20px;
	padding: 5px 0px;
	width: 150px;
	border-radius: 0px;
	font-size: 16px;
	margin-right: 20px;
	position: relative;
	background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/221782-200.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 13px
}

.headerHome2 .row.dropdownMenu .column {
	padding: 0
}

.headerHome2 .row.dropdownMenu .column p {
	color: #fff;
	float: right;
	line-height: 35px;
	padding: 0px;
	padding-right: 20px
}

.headerHome2 .row.dropdownMenu .column .dropdownBox {
	float: right;
	height: 35px;
	width: 50px;
	background: #c00
}

.headerHome2 .row.dropdownMenu .column .dropdownBox svg {
	color: #fff;
	width: 100%;
	margin-top: -3px
}

.headerHome2 .row img {
	max-height: 50px;
	margin-top: 10px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-left: 20px
}

.headerHome2 .row ul {
	float: right;
	padding: 0;
	margin-top: 10px
}

.headerHome2 .row ul li {
	display: inline-block;
	margin: 0
}

.headerHome2 .row ul li a {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding: 0;
	position: relative;
	margin: 0 25px
}

.headerHome2 .row ul li a:hover:after {
	position: absolute;
	bottom: -7px;
	height: 2px;
	left: 0;
	width: 100%;
	content: "";
	background-color: #E51D14;
	-webkit-transition: all 200ms;
	transition: all 200ms
}

.headerHome2 .row ul li a:after {
	position: absolute;
	bottom: -7px;
	height: 2px;
	left: 50%;
	width: 0%;
	content: "";
	background-color: #E51D14;
	-webkit-transition: all 200ms;
	transition: all 200ms
}

.headerHome2 .row ul li.active a {
	font-weight: 400 !important
}

.headerHome2 .row ul li.active a:after {
	position: absolute;
	bottom: -7px;
	height: 2px;
	left: 0;
	width: 100%;
	content: "";
	background-color: #E51D14
}

.headerHome2 .row li:first-of-type a {
	margin-left: 0px !important
}

.headerHome2 .row li:last-of-type a {
	margin-right: 20px !important
}

.headerHome2.hidden {
	top: -90px;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.headerHome2.hidden .hamburgerPosition {
	right: -100px;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.clientLogoShowcase {
	height: 50px
}

@-webkit-keyframes hideAfterMenu {
	0% {
		left: 50%;
		width: 0%;
		height: 2px;
		bottom: -7px
	}
	25% {
		left: 0;
		width: 100%;
		height: 2px;
		bottom: -7px
	}
	50% {
		left: 0;
		height: 150px;
		bottom: -7px;
		width: 100%
	}
	100% {
		left: 0;
		bottom: 450px;
		height: 150px;
		width: 100%
	}
}

@keyframes hideAfterMenu {
	0% {
		left: 50%;
		width: 0%;
		height: 2px;
		bottom: -7px
	}
	25% {
		left: 0;
		width: 100%;
		height: 2px;
		bottom: -7px
	}
	50% {
		left: 0;
		height: 150px;
		bottom: -7px;
		width: 100%
	}
	100% {
		left: 0;
		bottom: 450px;
		height: 150px;
		width: 100%
	}
}

@-webkit-keyframes showAfterMenu {
	0% {
		left: 0;
		bottom: 450px;
		height: 150px;
		width: 100%
	}
	25% {
		left: 0;
		height: 150px;
		bottom: -7px;
		width: 100%
	}
	50% {
		left: 0;
		width: 100%;
		height: 2px;
		bottom: -7px
	}
	100% {
		left: 50%;
		width: 0%;
		height: 2px;
		bottom: -7px
	}
}

@keyframes showAfterMenu {
	0% {
		left: 0;
		bottom: 450px;
		height: 150px;
		width: 100%
	}
	25% {
		left: 0;
		height: 150px;
		bottom: -7px;
		width: 100%
	}
	50% {
		left: 0;
		width: 100%;
		height: 2px;
		bottom: -7px
	}
	100% {
		left: 50%;
		width: 0%;
		height: 2px;
		bottom: -7px
	}
}

@-webkit-keyframes hideMenuItem {
	0% {
		opacity: 1
	}
	25% {
		opacity: 1
	}
	50% {
		opacity: 0;
		display: none
	}
	100% {
		opacity: 0
	}
}

@keyframes hideMenuItem {
	0% {
		opacity: 1
	}
	25% {
		opacity: 1
	}
	50% {
		opacity: 0;
		display: none
	}
	100% {
		opacity: 0
	}
}

@-webkit-keyframes showMenuItem {
	0% {
		opacity: 0
	}
	25% {
		opacity: 0
	}
	50% {
		opacity: 1;
		display: none
	}
	100% {
		opacity: 1
	}
}

@keyframes showMenuItem {
	0% {
		opacity: 0
	}
	25% {
		opacity: 0
	}
	50% {
		opacity: 1;
		display: none
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes hideAfterMenuActive {
	0% {
		left: 0;
		width: 100%;
		height: 2px;
		bottom: -7px
	}
	25% {
		left: 0;
		width: 100%;
		height: 2px;
		bottom: -7px
	}
	50% {
		left: 0;
		height: 150px;
		bottom: -7px;
		width: 100%
	}
	100% {
		left: 0;
		bottom: 450px;
		height: 150px;
		width: 100%
	}
}

@keyframes hideAfterMenuActive {
	0% {
		left: 0;
		width: 100%;
		height: 2px;
		bottom: -7px
	}
	25% {
		left: 0;
		width: 100%;
		height: 2px;
		bottom: -7px
	}
	50% {
		left: 0;
		height: 150px;
		bottom: -7px;
		width: 100%
	}
	100% {
		left: 0;
		bottom: 450px;
		height: 150px;
		width: 100%
	}
}

@-webkit-keyframes showAfterMenuActive {
	0% {
		left: 0;
		bottom: 450px;
		height: 150px;
		width: 100%
	}
	25% {
		left: 0;
		height: 150px;
		bottom: -7px;
		width: 100%
	}
	50% {
		left: 0;
		width: 100%;
		height: 2px;
		bottom: -7px
	}
	100% {
		left: 0;
		width: 100%;
		height: 2px;
		bottom: -7px
	}
}

@keyframes showAfterMenuActive {
	0% {
		left: 0;
		bottom: 450px;
		height: 150px;
		width: 100%
	}
	25% {
		left: 0;
		height: 150px;
		bottom: -7px;
		width: 100%
	}
	50% {
		left: 0;
		width: 100%;
		height: 2px;
		bottom: -7px
	}
	100% {
		left: 0;
		width: 100%;
		height: 2px;
		bottom: -7px
	}
}

.animateHeader a {
	-webkit-animation: hideMenuItem 1.5s;
	animation: hideMenuItem 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.animateHeader a:after {
	-webkit-animation: hideAfterMenu 1.5s;
	animation: hideAfterMenu 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.deAnimateHeader a {
	-webkit-animation: showMenuItem 1.5s;
	animation: showMenuItem 1.5s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}

.deAnimateHeader a:after {
	-webkit-animation: showAfterMenu 1.5s;
	animation: showAfterMenu 1.5s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}

.animateHeaderActive a {
	-webkit-animation: hideMenuItem 1.5s;
	animation: hideMenuItem 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.animateHeaderActive a:after {
	-webkit-animation: hideAfterMenuActive 1.5s;
	animation: hideAfterMenuActive 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.deAnimateHeaderActive a {
	-webkit-animation: showMenuItem 1.5s;
	animation: showMenuItem 1.5s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}

.deAnimateHeaderActive a:after {
	-webkit-animation: showAfterMenuActive 1.5s;
	animation: showAfterMenuActive 1.5s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}

.HomeCTABackground {
	background-size: cover;
	width: 100%;
	display: table;
	position: relative
}

@media (max-width: 767px) {
	.HomeCTABackground {
		background-position: center !important
	}
}

.HomeCTABackground .CTAContent {
	z-index: 10;
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.83)), color-stop(9.24%, rgba(0, 0, 0, 0.79)), color-stop(47.9%, rgba(77, 77, 77, 0.51)), color-stop(99.58%, rgba(0, 0, 0, 0.2)));
	background: linear-gradient(rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.79) 9.24%, rgba(77, 77, 77, 0.51) 47.9%, rgba(0, 0, 0, 0.2) 99.58%);
	text-align: center;
	vertical-align: middle;
	height: 100%;
	display: table-cell
}

.HomeCTABackground .CTAContent .textContainer {
	padding-top: 120px;
	margin: 0 20px
}

.HomeCTABackground .CTAContent .textContainer h2 {
	font-size: 55px;
	line-height: 50px;
	color: #fff;
	font-weight: 200
}

.HomeCTABackground .CTAContent .textContainer h2.typer {
	font-weight: 400 !important
}

.HomeCTABackground .CTAContent .buttonContainer {
	margin-top: 60px
}

.HomeCTABackground .CTAContent .buttonContainer a {
	left: 0;
	-webkit-transform: none;
	transform: none;
	position: relative
}

.HomeCTABackground .CTAContent .buttonContainer button {
	background: rgba(25, 25, 25, 0.2);
	border: 2px #e4e4e4 solid;
	border-radius: 1px;
	font-size: 18px;
	color: white;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	margin: 0
}

@media (max-width: 767px) {
	.HomeCTABackground .CTAContent .buttonContainer button {
		float: none !important
	}
}

.HomeCTABackground .CTAContent .buttonContainer button:hover {
	background: #fff;
	color: rgba(25, 25, 25, 0.8);
	-webkit-transition: all 500ms;
	transition: all 500ms;
	border-color: rgba(0, 25, 25, 0)
}

.HomeSectorsList .row {
	margin-bottom: 15px;
	margin-top: 120px
}

@media (max-width: 767px) {
	.HomeSectorsList .row {
		margin-top: 30px
	}
}

.HomeSectorsList .row .item {
	background: #c00;
	padding: 35px;
	text-align: left
}

.HomeSectorsList .row .item p {
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	padding: 0;
	margin-bottom: 0px
}

.HomeSectorsList .row .item h3 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	padding: 0;
	position: relative;
	display: inline-block
}

.HomeSectorsList .row .item h3:after {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	display: none;
	bottom: -4px
}

.HomeDesignAgency {
	position: relative;
	text-align: center;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px
}

.HomeDesignAgency h1 {
	font-size: 56px;
	color: #393939;
	margin-top: 20px;
	margin-bottom: 20px
}

@media (max-width: 767px) {
	.HomeDesignAgency h1 {
		font-size: 46px;
		line-height: 40px
	}
}

.HomeDesignAgency h4 {
	color: #4d4d4d;
	font-weight: 400
}

.HomeDesignAgency h5 {
	color: #878787;
	font-size: 22px;
	margin-bottom: 50px
}

.HomeDesignAgency p {
	font-weight: 300;
	font-size: 18px;
	color: #878787
}

.HomeDesignAgency hr {
	border: 0;
	border-bottom: 1px solid rgba(229, 47, 53, 0.3);
	margin-bottom: 80px
}

.HomeDesignAgency img {
	width: 100%
}

.HomeDesignAgency .column-5 {
	padding-top: 0
}

@media (max-width: 767px) {
	.footerContainer {
		background: white
	}
}

.Footer {
	padding-bottom: 60px
}

@media (max-width: 767px) {
	.Footer {
		margin-bottom: 0
	}
}

.Footer .Links {
	text-align: center
}

.Footer .Links ul {
	padding: 0
}

.Footer .Links ul li {
	display: inline-block;
	padding: 3px 12px;
	color: #7A7A7A;
	font-size: 16px;
	font-weight: 300;
	border-right: 1px #C9C5C5 solid
}

@media (max-width: 767px) {
	.Footer .Links ul li {
		padding: 3px 6px
	}
}

.Footer .Links li:last-of-type {
	border-right: 0 !important
}

.Footer button.SEOAudit {
	padding: 25px;
	border-radius: 50px;
	border: 0;
	background: #E51D14;
	font-size: 16px;
	color: white;
	font-weight: 300
}

.Footer button.Conversation {
	padding: 25px;
	border-radius: 50px;
	border: 0;
	background: #E51D14;
	font-size: 16px;
	color: white;
	font-weight: 300;
	float: right
}

.HomeMajorProject .ProjectContainer {
	position: relative;
	background: url(/Images/Homepage/section-bg.jpg);
	background-position: center;
	background-size: cover;
	display: table;
	width: 100%;
	margin: -15px 0
}

.HomeMajorProject .ProjectContainer .container {
	padding: 420px 0 120px 0
}

@media (max-width: 767px) {
	.HomeMajorProject .ProjectContainer .container {
		padding: 120px 0 120px 0
	}
}

.HomeMajorProject .ProjectContainer .container .relative {
	position: relative
}

.HomeMajorProject .ProjectContainer .container .featuredText {
	position: absolute;
	left: -60px;
	bottom: -64px;
	font-size: 30px;
	color: #FFF;
	font-weight: 600
}

@media (max-width: 767px) {
	.HomeMajorProject .ProjectContainer .container .featuredText {
		display: none
	}
}

.HomeMajorProject .ProjectContainer .container h2 {
	position: relative;
	color: white;
	font-size: 120px;
	line-height: 82px;
	padding: 0;
	font-weight: 700;
	margin-bottom: 20px;
	left: 90px
}

@media (max-width: 991px) {
	.HomeMajorProject .ProjectContainer .container h2 {
		font-size: 50px;
		line-height: 52px
	}
}

.HomeMajorProject .ProjectContainer .container h2:before {
	position: absolute;
	content: "";
	background: url("../../Images/wysi-icon-colon-568x238.png");
	background-size: cover;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	max-height: 80px;
	width: 155px;
	top: 3px;
	left: -170px
}

@media (max-width: 767px) {
	.HomeMajorProject .ProjectContainer .container h2 {
		left: 0
	}
	.HomeMajorProject .ProjectContainer .container h2:before {
		content: none
	}
}

.HomeMajorProject .ProjectContainer .container h5 {
	color: white;
	background: rgba(57, 57, 57, 0.81);
	float: left;
	padding: 15px 20px;
	margin-left: 99px
}

@media (max-width: 767px) {
	.HomeMajorProject .ProjectContainer .container h5 {
		margin-left: 0
	}
}

.mainPortfolio .column-12 {
	height: 35vh !important;
	float: left;
	min-height: 185px !important
}

.mainPortfolio .column-12.short {
	height: 30vh !important
}

.mainPortfolio .column-12.short h3 {
	font-size: 4rem !important;
	line-height: 30px !important
}

.mainPortfolio .PortfolioContainer.column.short {
	height: 30vh !important
}

.mainPortfolio .PortfolioContainer {
	background-position: center !important;
	background-size: cover;
	height: 70vh;
	min-height: 370px
}

@media (max-width: 767px) {
	.mainPortfolio .PortfolioContainer {
		height: 30vh !important;
		min-height: 185px !important
	}
}

.mainPortfolio .PortfolioContainer .PortfolioItem {
	position: absolute;
	display: table;
	height: 100%;
	width: 100%
}

.mainPortfolio .PortfolioContainer .PortfolioItem .TextContainer {
	max-width: 80%;
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px
}

.mainPortfolio .PortfolioContainer .PortfolioItem .TextContainer .TextBorder {
	width: 80%;
	margin: 0 auto;
	padding-left: 20px;
	border-left: 4px #c00 solid;
	padding: 10px 10px;
	-webkit-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	position: relative
}

.mainPortfolio .PortfolioContainer .PortfolioItem .TextContainer .TextBorder:before {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: #c00;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.mainPortfolio .PortfolioContainer .PortfolioItem .TextContainer .TextBorder h3 {
	color: #fff;
	font-size: 57px;
	font-weight: 700;
	padding: 0;
	line-height: 45px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1
}

@media (max-width: 767px) {
	.mainPortfolio .PortfolioContainer .PortfolioItem .TextContainer .TextBorder h3 {
		font-size: 39px;
		line-height: 30px;
		margin-bottom: 0px
	}
}

.mainPortfolio .PortfolioContainer .PortfolioItem .TextContainer .TextBorder h3:after {
	content: "";
	position: absolute;
	width: 100%
}

.mainPortfolio .PortfolioContainer .PortfolioItem .TextContainer .TextBorder h5 {
	color: white;
	font-size: 18px;
	font-weight: 200;
	padding: 0;
	position: relative;
	z-index: 1
}

@media (max-width: 767px) {
	.mainPortfolio .PortfolioContainer .PortfolioItem .TextContainer .TextBorder h5 {
		display: none !important
	}
}

.mainPortfolio .PortfolioContainer .PortfolioItem .portfolioBtn {
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #c00;
	padding: 10px
}

.mainPortfolio .PortfolioContainer .PortfolioItem .portfolioBtn svg {
	color: #fff
}

.mainPortfolio .PortfolioContainer .PortfolioItem:hover .TextContainer .TextBorder {
	padding: 10px 10px;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}

.mainPortfolio .PortfolioContainer .PortfolioItem:hover .TextContainer .TextBorder:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: #c00;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out
}

.HomePortfolio .column-12 {
	height: 250px !important
}

.HomePortfolio .PortfolioContainer {
	background-size: cover;
	height: 500px
}

@media (max-width: 767px) {
	.HomePortfolio .PortfolioContainer {
		height: 250px
	}
}

.HomePortfolio .PortfolioContainer .PortfolioItem {
	position: absolute;
	display: table;
	height: 100%;
	width: 100%
}

.HomePortfolio .PortfolioContainer .PortfolioItem .TextContainer {
	max-width: 80%;
	display: table-cell;
	vertical-align: middle
}

.HomePortfolio .PortfolioContainer .PortfolioItem .TextContainer .TextBorder {
	width: 80%;
	margin: 0 auto;
	padding-left: 20px;
	border-left: 4px #c00 solid;
	padding: 10px 10px;
	-webkit-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	position: relative
}

.HomePortfolio .PortfolioContainer .PortfolioItem .TextContainer .TextBorder:before {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: #c00;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.HomePortfolio .PortfolioContainer .PortfolioItem .TextContainer .TextBorder h3 {
	color: #fff;
	font-size: 57px;
	font-weight: 700;
	padding: 0;
	line-height: 45px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1
}

@media (max-width: 767px) {
	.HomePortfolio .PortfolioContainer .PortfolioItem .TextContainer .TextBorder h3 {
		font-size: 47px;
		line-height: 35px
	}
}

.HomePortfolio .PortfolioContainer .PortfolioItem .TextContainer .TextBorder h3:after {
	content: "";
	position: absolute;
	width: 100%
}

.HomePortfolio .PortfolioContainer .PortfolioItem .TextContainer .TextBorder h5 {
	color: white;
	font-size: 18px;
	font-weight: 200;
	padding: 0;
	position: relative;
	z-index: 1
}

@media (max-width: 767px) {
	.HomePortfolio .PortfolioContainer .PortfolioItem .TextContainer .TextBorder h5 {
		display: none
	}
}

.HomePortfolio .PortfolioContainer .PortfolioItem:hover .TextContainer .TextBorder {
	padding: 10px 10px;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}

.HomePortfolio .PortfolioContainer .PortfolioItem:hover .TextContainer .TextBorder:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: #c00;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out
}

.portfolio5 .introText {
	padding-top: 55px;
	padding-bottom: 25px
}

.portfolio5 hr {
	width: 180px;
	border: 0;
	border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
	margin-bottom: 10px
}

.portfolio5 button {
	background: 0;
	border: 2px #c00 solid;
	font-size: 13px;
	padding: 7px 20px;
	border-radius: 1px;
	font-weight: 300;
	margin: 10px;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	margin-bottom: 70px;
	color: #4d4d4d
}

.portfolio5 button:hover {
	background: #c00;
	color: #fff;
	-webkit-transition: all 200ms;
	transition: all 200ms
}

.portfolio5 .PortfolioContainer {
	background-size: cover;
	padding: 0;
	height: 300px
}

.portfolio5 .PortfolioContainer .PortfolioItem {
	position: absolute;
	display: table;
	height: 100%;
	width: 100%
}

.portfolio5 .PortfolioContainer .PortfolioItem:after {
	content: "NEWS ITEM";
	position: absolute;
	background: #c00;
	color: #fff;
	font-family: "Titillium Web";
	padding: 10px;
	right: 10px;
	top: 10px;
	font-size: 10px;
	-webkit-transition: all 600ms;
	transition: all 600ms
}

.portfolio5 .PortfolioContainer .PortfolioItem .TextContainer {
	max-width: 80%;
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.portfolio5 .PortfolioContainer .PortfolioItem .TextContainer .TextBorder {
	width: 80%;
	margin: 0 auto
}

.portfolio5 .PortfolioContainer .PortfolioItem .TextContainer .TextBorder:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 0%;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: #c00;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

.portfolio5 .PortfolioContainer .PortfolioItem .TextContainer .TextBorder h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	padding: 0;
	line-height: 45px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	display: inline-block
}

@media (max-width: 767px) {
	.portfolio5 .PortfolioContainer .PortfolioItem .TextContainer .TextBorder h3 {
		font-size: 47px !important;
		line-height: 35px !important
	}
}

.portfolio5 .PortfolioContainer .PortfolioItem .TextContainer .TextBorder h3:after {
	content: "";
	position: absolute;
	width: 99%;
	height: 1px;
	background-color: #fff;
	opacity: 0.3;
	bottom: -10px;
	left: 0
}

.portfolio5 .PortfolioContainer .PortfolioItem .TextContainer .TextBorder h5 {
	color: white;
	font-size: 18px;
	font-weight: 200;
	padding: 0;
	position: relative;
	z-index: 1;
	margin-top: 10px
}

.portfolio5 .PortfolioContainer .PortfolioItem:hover .TextContainer .TextBorder:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: #c00;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out
}

.portfolio5 .PortfolioContainer .PortfolioItem:hover:after {
	background: #fff;
	color: #c00;
	-webkit-transition: all 600ms;
	transition: all 600ms
}

.HomePortfolio h2 {
	text-align: center;
	font-size: 47px;
	margin-bottom: 60px
}

.HomeBlog {
	padding: 100px 0px 200px 0px;
	background: url("/Images/Patterns/congruent_outline.png")
}

#webapp27190pagination {
	display: none
}

.BlogContainer {
	height: 100%;
	min-height: 550px;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: all 500ms;
	transition: all 500ms;
	background: #fff
}

.BlogContainer:hover {
	background: #c00
}

.BlogContainer.blogItem .Image:after {
	content: "NEWS ITEM"
}

.BlogContainer.service .Image:after {
	content: "SERVICES" !important
}

.BlogContainer.caseStudy .Image:after {
	content: "CASE STUDY" !important
}

.BlogContainer .Image {
	position: relative
}

.BlogContainer .Image img {
	margin-bottom: -2px;
	height: 250px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.BlogContainer .Image:after {
	content: "NEWS ITEM";
	position: absolute;
	background: #c00;
	color: #fff;
	font-family: "Titillium Web";
	padding: 10px;
	right: 20px;
	bottom: 20px
}

.BlogContainer .Content {
	padding: 20px;
	background: #ffffff;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.BlogContainer .Content h3 {
	color: #393939;
	font-weight: 600;
	font-size: 24px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	line-height: 30px;
	margin-bottom: 5px
}

.BlogContainer .Content h5,
.BlogContainer .Content p {
	color: #818181;
	font-weight: 200;
	font-size: 14px;
	line-height: 1.5;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.BlogContainer .column {
	background: #fff !important
}

.BlogContainer p {
	display: inline-block;
	margin-bottom: 0;
	line-height: 12px;
	font-size: 14px
}

.BlogContainer p svg {
	color: #bcbcbc;
	margin-right: 5px;
	vertical-align: middle
}

.BlogContainer h6 {
	display: inline-block;
	padding: 0;
	font-size: 25px;
	font-weight: 100;
	color: #e6e6e6;
	margin: 0px 10px
}

.BlogContainer:hover {
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	background: #c00;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.BlogContainer:hover .Content {
	padding: 20px;
	background: #c00;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.BlogContainer:hover .Content h3 {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.BlogContainer:hover .Content h5,
.BlogContainer:hover .Content p {
	color: #fff;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.FooterCTA {
	margin-top: -120px;
	margin-bottom: 60px
}

.FooterCTA .column {
	background: #E51D14;
	-webkit-box-shadow: 0 8px 38px 0 rgba(0, 0, 0, 0.32);
	box-shadow: 0 8px 38px 0 rgba(0, 0, 0, 0.32)
}

.FooterCTA .column .content {
	padding: 50px;
	text-align: center
}

@media (max-width: 767px) {
	.FooterCTA .column .content {
		padding: 10px
	}
}

.FooterCTA .column .content h2 {
	color: white;
	margin-bottom: 20px;
	font-weight: 500
}

@media (max-width: 767px) {
	.FooterCTA .column .content h2 {
		font-size: 3.2rem;
		line-height: 37px
	}
}

.FooterCTA .column .content button {
	background: rgba(25, 25, 25, 0);
	border: 2px #e4e4e4 solid;
	border-radius: 1px;
	font-size: 18px;
	color: white;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	padding: 15px 30px
}

.FooterCTA .column .content button:hover {
	background: #fff;
	color: rgba(25, 25, 25, 0.8);
	-webkit-transition: all 500ms;
	transition: all 500ms;
	border-color: rgba(0, 25, 25, 0)
}

.CaseStudyHero {
	background-size: cover;
	background-position: center;
	min-height: 600px
}

.CaseStudyHero .TextContainer {
	text-align: center;
	padding: 135px 15px 0 15px
}

.CaseStudyHero .TextContainer p {
	color: #fff;
	font-weight: 200;
	padding: 0;
	margin-bottom: 10px;
	display: inline-block;
	position: relative
}

.CaseStudyHero .TextContainer p:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	bottom: -1px;
	left: 0
}

.CaseStudyHero .TextContainer h2 {
	color: #fff;
	font-size: 5.6em;
	font-weight: 600;
	padding: 0;
	margin-bottom: 3px
}

.CaseStudyHero .TextContainer h3 {
	color: #fff;
	font-weight: 200;
	font-size: 2em;
	padding: 0
}

.CaseStudyHero .ImageContainer {
	max-width: 750px;
	margin: 0 auto;
	margin-top: 40px
}

.CaseStudyHero .ImageContainer img {
	max-width: 750px;
	text-align: center;
	margin-bottom: -75px;
	width: 100%
}

.CaseStudyIntro {
	padding-top: 40px
}

@media (max-width: 767px) {
	.CaseStudyIntro {
		padding-top: 0px
	}
}

.CaseStudyIntro h1 {
	color: #2C2C2C;
	margin-bottom: 20px;
	font-size: 4em
}

@media (max-width: 767px) {
	.CaseStudyIntro h1 {
		font-size: 40px
	}
}

.CaseStudyIntro p {
	font-size: 1.8em;
	font-weight: 300;
	color: #393939;
	line-height: 28px
}

.CaseStudyIntro .IntroSidebar {
	border: 1px solid #E6E6E6;
	padding: 20px;
	margin: 0px 20px
}

.CaseStudyIntro .IntroSidebar h3 {
	font-size: 2.9em;
	font-weight: 600
}

.CaseStudyIntro .IntroSidebar .Services {
	padding: 15px 0
}

.CaseStudyIntro .IntroSidebar .Services table {
	width: 100%
}

.CaseStudyIntro .IntroSidebar .Services table tr td {
	color: #BB0F6F;
	font-weight: 500;
	font-size: 2em;
	border-bottom: 1px solid #E6E6E6;
	border-right: 0px dotted grey;
	padding: 8px 10px 8px 0px
}

.CaseStudyIntro .IntroSidebar .Services table tr:last-of-type td {
	border-bottom: 1px hidden #E6E6E6
}

.CaseStudyIntro .IntroSidebar .Services h5 {
	color: #BB0F6F;
	font-weight: 600;
	font-size: 2em
}

.CaseStudyIntro .IntroSidebar .Services hr {
	border: none;
	border-bottom: 1px solid #E6E6E6
}

.CaseStudyIntro .IntroSidebar button {
	color: rgba(25, 25, 25, 0.8);
	padding: 15px 30px;
	background: rgba(25, 25, 25, 0);
	border: 2px #e4e4e4 solid;
	border-radius: 1px;
	font-size: 18px;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.CaseStudyIntro .IntroSidebar button:hover {
	background: #c00;
	color: #FFFFFF;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	border-color: rgba(0, 25, 25, 0)
}

.SectionSeparatorBottom {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(158, 158, 158, 0.08)));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(158, 158, 158, 0.08) 100%);
	width: 100%;
	height: 80px;
	margin-top: -40px
}

.SectionSeparatorTop {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(158, 158, 158, 0.08)));
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(158, 158, 158, 0.08) 100%);
	width: 100%;
	height: 80px
}

.CaseStudiesTestimonialHome {
	padding: 50px 0;
	background-size: cover;
	background-position: center;
	margin-top: -20px
}

.CaseStudiesTestimonialHome .container {
	background: rgba(255, 255, 255, 0.92);
	-webkit-box-shadow: 0px 0px 30px #505050;
	box-shadow: 0px 0px 30px #505050;
	padding: 30px
}

.CaseStudiesTestimonialHome button {
	margin-top: 30px
}

@media (max-width: 767px) {
	.CaseStudiesTestimonialHome {
		padding: 30px 0
	}
}

.CaseStudiesTestimonialHome img {
	max-width: 270px
}

.CaseStudiesTestimonialHome .RatingContainer {
	margin: 20px
}

.CaseStudiesTestimonialHome .RatingContainer svg {
	color: #B49D5E
}

.CaseStudiesTestimonialHome h5 {
	color: #393939;
	font-size: 2.2em;
	font-style: italic;
	font-weight: 200;
	line-height: 32px
}

.CaseStudiesTestimonialHome h6 {
	color: #979797;
	font-size: 20px;
	font-weight: 200;
	font-style: italic
}

.CaseStudiesTestimonial {
	padding: 80px 0
}

@media (max-width: 767px) {
	.CaseStudiesTestimonial {
		padding-top: 120px
	}
}

.CaseStudiesTestimonial img {
	max-width: 270px
}

.CaseStudiesTestimonial .RatingContainer {
	margin: 20px
}

.CaseStudiesTestimonial .RatingContainer svg {
	color: #B49D5E
}

.CaseStudiesTestimonial h5 {
	color: #393939;
	font-size: 2.2em;
	font-style: italic;
	font-weight: 200;
	line-height: 32px
}

.CaseStudiesTestimonial h6 {
	color: #979797;
	font-size: 20px;
	font-weight: 200;
	font-style: italic
}

.CaseStudiesBrief {
	background: #232323;
	padding: 90px 0
}

.CaseStudiesBrief h3 {
	color: #2C2C2C;
	font-size: 2.9em;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0;
	color: #fff
}

.CaseStudiesBrief svg {
	color: #91137D
}

.CaseStudiesBrief p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 10px
}

.CaseStudiesStrategy {
	position: relative
}

.CaseStudiesStrategy img {
	position: absolute;
	right: 0;
	top: -230px;
	width: 50%
}

@media (max-width: 991px) {
	.CaseStudiesStrategy img {
		display: none
	}
}

.CaseStudiesStrategy .container {
	height: 100%;
	min-height: 500px
}

.CaseStudiesStrategy .container .row {
	height: 100%;
	min-height: 500px
}

.CaseStudiesStrategy .container .row .column {
	margin-bottom: 80px
}

.CaseStudiesStrategy .container .row .column h3 {
	color: #2C2C2C;
	font-size: 2.9em;
	font-weight: 700;
	margin-bottom: 20px
}

.CaseStudiesStrategy .container .row .column svg {
	color: #91137D
}

.CaseStudiesStrategy .container .row .column p {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 10px
}

.teamContainer .teamDescription {
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.teamContainer .teamImg {
	position: relative
}

.teamContainer .teamImg .aboutTeam {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.58);
	-webkit-transition: all 500ms;
	transition: all 500ms;
	padding: 15px;
	text-align: center
}

.teamContainer .teamImg .aboutTeam p {
	color: #fff;
	margin: 15px 0 0 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 5%;
	width: 90%;
	position: absolute
}

.teamContainer h4,
.teamContainer h6 {
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.teamContainer:hover .aboutTeam {
	opacity: 1;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.teamContainer:hover .teamDescription {
	background: #c00;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.teamContainer:hover .teamDescription h4,
.teamContainer:hover .teamDescription h6 {
	color: #fff;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.SectionImageStrip {
	height: 450px;
	width: 100%;
	z-index: 1;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom
}

@media (max-width: 1199px) {
	.SectionImageStrip {
		height: 370px
	}
}

@media (max-width: 991px) {
	.SectionImageStrip {
		height: 270px
	}
}

@media (max-width: 767px) {
	.SectionImageStrip {
		height: 170px
	}
}

.SectionImageStrip.about {
	background-size: 100%
}

.CaseStudiesTechnology {
	position: relative
}

@media (min-width: 768px) and (max-width: 991px) {
	.CaseStudiesTechnology {
		padding-bottom: 180px
	}
}

.CaseStudiesTechnology .dashboardImage {
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 50%;
	z-index: 2;
	-webkit-box-shadow: -10px 10px 10px rgba(62, 62, 62, 0.1);
	box-shadow: -10px 10px 10px rgba(62, 62, 62, 0.1)
}

@media (max-width: 767px) {
	.CaseStudiesTechnology .dashboardImage {
		display: none
	}
}

.CaseStudiesTechnology .container {
	height: 100%
}

.CaseStudiesTechnology .container .row {
	height: 100%
}

.CaseStudiesTechnology .container .row .column-lg-5 h3 {
	color: #2C2C2C;
	font-size: 2.9em;
	font-weight: 700;
	margin-bottom: 20px
}

.CaseStudiesTechnology .container .row .column-lg-5 svg {
	color: #91137D
}

.CaseStudiesTechnology .container .row .column-lg-5 p {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 10px
}

@media (max-width: 767px) {
	.CaseStudiesTechnology .container .row .column-lg-5 img {
		width: 100%
	}
}

.CaseStudiesTechnology .container .row .column-lg-5 button {
	color: rgba(25, 25, 25, 0.8);
	padding: 15px 30px;
	background: rgba(25, 25, 25, 0);
	border: 2px #e4e4e4 solid;
	border-radius: 1px;
	font-size: 18px;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.CaseStudiesTechnology .container .row .column-lg-5 button:hover {
	background: #c00;
	color: #FFFFFF;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	border-color: rgba(0, 25, 25, 0)
}

.CaseStudiesResults {
	padding: 50px 0px;
	position: relative;
	z-index: 4
}

.CaseStudiesResults h3 {
	font-size: 2.4rem
}

.CaseStudiesResults h2,
.CaseStudiesResults p,
.CaseStudiesResults h3 {
	color: #fff
}

.CaseStudiesResults .SideContainer {
	padding: 20px;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 5px 5px 10px rgba(3, 3, 3, 0.12);
	box-shadow: 5px 5px 10px rgba(3, 3, 3, 0.12)
}

.CaseStudiesResults .SideContainer h3 {
	color: #2C2C2C;
	font-size: 2.4rem
}

.CaseStudiesResults .SideContainer svg {
	color: #91D9B1;
	width: 32px !important;
	height: 32px !important
}

.CaseStudiesResults .SideContainer:before {
	content: "";
	position: absolute;
	background: #fff;
	left: -40px;
	top: 35%;
	bottom: 0;
	height: 30%;
	width: 25%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
	-webkit-box-shadow: 5px 5px 10px rgba(3, 3, 3, 0.12);
	box-shadow: 5px 5px 10px rgba(3, 3, 3, 0.12)
}

@media (max-width: 991px) {
	.CaseStudiesResults .SideContainer:before {
		top: -2%;
		left: 40%
	}
}

.CaseStudiesResults p {
	margin-bottom: 20px
}

.PortflioProjectsDetail {
	padding: 60px 0px 200px 0px;
	background: url("/Images/Patterns/footer_lodyas.png")
}

.PortflioProjectsDetail h2 {
	color: #ffffff;
	margin-bottom: 30px;
	font-weight: 200
}

.PortflioProjectsDetail .ProjectContainer {
	-webkit-box-shadow: 0 9px 4px 0 rgba(0, 0, 0, 0.14);
	box-shadow: 0 9px 4px 0 rgba(0, 0, 0, 0.14);
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.PortflioProjectsDetail .ProjectContainer .Image {
	position: relative
}

.PortflioProjectsDetail .ProjectContainer .Image img {
	margin-bottom: -2px;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.PortflioProjectsDetail .ProjectContainer .Image:after {
	content: "NEWS ITEM";
	position: absolute;
	background: #c00;
	color: #fff;
	font-family: "Titillium Web";
	padding: 10px;
	right: 20px;
	bottom: 20px
}

.PortflioProjectsDetail .ProjectContainer .Content {
	padding: 20px;
	background: #ffffff;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.PortflioProjectsDetail .ProjectContainer .Content h3 {
	color: #393939;
	font-weight: 600;
	font-size: 24px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	padding-left: 10px;
	position: relative;
	z-index: 2
}

.PortflioProjectsDetail .ProjectContainer .Content h3:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 5px;
	top: 0;
	left: 0;
	background-color: #c00;
	z-index: -1;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.PortflioProjectsDetail .ProjectContainer .Content h5 {
	color: #818181;
	font-weight: 500;
	font-size: 18px;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.PortflioProjectsDetail .ProjectContainer:hover {
	-webkit-box-shadow: 0 9px 4px 0 rgba(0, 0, 0, 0.31);
	box-shadow: 0 9px 4px 0 rgba(0, 0, 0, 0.31);
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.PortflioProjectsDetail .ProjectContainer:hover .Content {
	padding: 20px;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.PortflioProjectsDetail .ProjectContainer:hover .Content h3 {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	padding-left: 10px;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.PortflioProjectsDetail .ProjectContainer:hover .Content h3:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #c00;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.PortflioProjectsDetail .ProjectContainer:hover .Content h5 {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.sectionGrey {
	background-color: #f6f6f6
}

.sectionGrey.boxShadow {
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16)
}

.sectionRed {
	background-color: #c00
}

.sectionRed h1,
.sectionRed h2,
.sectionRed h3,
.sectionRed h4,
.sectionRed h5,
.sectionRed h6,
.sectionRed p,
.sectionRed a {
	color: #fff
}

.sectionDarkGrey {
	background-color: #181818
}

.sectionDarkGrey h1,
.sectionDarkGrey h2,
.sectionDarkGrey h3,
.sectionDarkGrey h4,
.sectionDarkGrey h5,
.sectionDarkGrey h6,
.sectionDarkGrey p,
.sectionDarkGrey a {
	color: #fff
}

.sectionStripDark {
	background-color: #222E3D;
	background-position: right;
	background-size: 90%;
	background-repeat: no-repeat
}

@media (min-width: 992px) {
	.sectionStripDark {
		background-image: url("../../Images/what-we-do/SiteglideDashBackgroundLarge.jpg")
	}
}

.sectionStripDark h4,
.sectionStripDark p {
	color: #BAD9E5
}

.sectionStripDark h4 {
	font-weight: 600
}

h3.redBar {
	padding: 0 0 0 10px;
	line-height: 25px;
	position: relative
}

h3.redBar:after {
	top: 1px;
	content: "";
	height: 100%;
	width: 3px;
	background: #c00;
	position: absolute;
	left: 0
}

li.redBar {
	position: relative;
	margin-left: 11px !important;
	padding: 0 0 0 35px !important
}

li.redBar a {
	margin-left: 0 !important
}

li.redBar:after {
	top: 1px;
	content: "";
	height: 100%;
	width: 3px;
	background: #c00;
	position: absolute;
	left: 0
}

.services2.light .servicesContainer {
	background: #ffffff
}

.services2.light .servicesContainer h3 {
	color: #2C2C2C
}

.services2.light .servicesItem h4 {
	color: #4d4d4d !important
}

.services2.light .servicesItem .arrowContainer {
	background-color: #f6f6f6
}

.services2.light .servicesItem .arrowContainer svg {
	color: #c00
}

.services2.light .servicesItem .arrowContainer:hover {
	background-color: #c00
}

.services2.light .servicesItem .arrowContainer:hover svg {
	color: #fff
}

.services2 .backgroundContainer {
	background-size: cover;
	background-position: center;
	padding: 80px 0px
}

@media (max-width: 767px) {
	.services2 .backgroundContainer {
		padding: 10px 0px
	}
}

.services2 .servicesContainer {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 66, 66, 0.98)), color-stop(99.58%, rgba(33, 33, 33, 0.98)));
	background: linear-gradient(rgba(66, 66, 66, 0.98), rgba(33, 33, 33, 0.98) 99.58%);
	margin: 0px auto;
	padding: 10px 40px
}

@media (max-width: 767px) {
	.services2 .servicesContainer {
		padding: 0px !important
	}
}

.services2 .servicesContainer h3 {
	position: relative;
	margin: 2rem 0;
	padding: 0 0 0 10px;
	line-height: 21px;
	color: #ffffff
}

.services2 .servicesContainer h3:after {
	content: "";
	height: 100%;
	width: 4px;
	background: #c00;
	position: absolute;
	left: 0
}

.servicesItem.Detail h4 {
	color: #4d4d4d !important
}

.servicesItem {
	margin-top: 5px;
	border: 1px solid #E6E6E6;
	margin: 20px 1px 1px 1px
}

.servicesItem .column-10 {
	padding: 10px
}

.servicesItem .textContainer h4 {
	padding: 0;
	padding-left: 5px;
	font-weight: 400;
	font-size: 1.7rem;
	color: #424242;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.servicesItem .arrowContainer {
	border-left: 1px #E6E6E6 solid;
	background: #fff;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	padding: 10px 0
}

.servicesItem .arrowContainer svg {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	color: #c00;
	margin-top: 2px;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.servicesItem .arrowContainer:hover svg {
	padding-left: 10px;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.servicesItem.Grey {
	background-color: #f6f6f6 !important
}

.servicesItem.Grey h4 {
	color: #b1b1b1
}

.servicesItem.Grey .arrowContainer {
	background-color: #f6f6f6;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.servicesItem.Grey .arrowContainer svg {
	color: #b1b1b1;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.servicesItem.Grey:hover h4 {
	padding-left: 5px !important;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.servicesItem.Grey:hover .arrowContainer {
	background: #f6f6f6;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.servicesItem.Grey:hover .arrowContainer svg {
	color: #b1b1b1;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	padding-left: 0px !important
}

.servicesItem:hover h4 {
	padding-left: 10px;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.servicesItem:hover .arrowContainer {
	background: #c00;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.servicesItem:hover .arrowContainer svg {
	color: #fff;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.featuredCaseStudy {
	border: 2px solid rgba(88, 88, 88, 0.1);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1)
}

@media (max-width: 767px) {
	.featuredCaseStudy button {
		width: 100%
	}
}

.featuredCaseStudy .column-7 {
	padding: 20px 40px
}

.featuredCaseStudy .column-5 {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.88)), to(rgba(255, 255, 255, 0.88))), url("../../Images/CaseStudies/VansonBourne/FeaturedStudyBackground.jpg");
	background: linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)), url("../../Images/CaseStudies/VansonBourne/FeaturedStudyBackground.jpg");
	background-position: center;
	background-size: cover !important
}

.featuredCaseStudy .column-5 img {
	max-width: 60%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.ti-cursor {
	color: #c00 !important;
	font-weight: 300 !important
}

.stickyNav {
	border-top: 1px solid rgba(0, 0, 0, 0.07)
}

.stickyNav .arrowNavigation {
	border-bottom: 0px hidden !important
}

.stickyNav .arrowNavigation select,
.stickyNav .arrowNavigation input {
	margin-top: 0px !important
}

.arrowNavigation {
	border-bottom: 2px solid rgba(0, 0, 0, 0.07);
	padding: 5px 0
}

.arrowNavigation .left {
	padding-left: 50px
}

.arrowNavigation .left a {
	font-size: 1em
}

.arrowNavigation .left a svg {
	display: inline-block;
	color: #c00;
	vertical-align: middle
}

.arrowNavigation .left a h5 {
	display: inline-block;
	padding: 5px 10px;
	vertical-align: -4px;
	max-width: 94%
}

.arrowNavigation .left a strong {
	position: relative;
	margin: 2rem 0;
	line-height: 5px !important;
	margin-left: 5px;
	padding-left: 10px
}

.arrowNavigation .left a strong:after {
	content: "";
	height: 79%;
	width: 3px;
	background: #c00;
	position: absolute;
	bottom: 2px;
	left: 0%
}

.arrowNavigation .categories {
	padding: 0;
	padding-top: 5px
}

.arrowNavigation .categories h5 {
	display: inline-block;
	padding: 0px 7px 2px 10px;
	position: relative
}

@media (max-width: 991px) {
	.arrowNavigation .categories h5 {
		padding: 0px 5px 2px 5px
	}
}

.arrowNavigation .categories h5 a {
	color: #4d4d4d
}

.arrowNavigation .categories h5:after {
	content: "";
	height: 100%;
	width: 3px;
	background: #c00;
	position: absolute;
	bottom: 2px;
	left: 100%
}

@media (max-width: 991px) {
	.arrowNavigation .categories h5:after {
		width: 1px
	}
}

.arrowNavigation .categories h5:last-of-type:after {
	display: none
}

.arrowNavigation .right {
	text-align: right;
	padding-right: 50px
}

.arrowNavigation .right a {
	font-size: 1em
}

.arrowNavigation .right a svg {
	display: inline-block;
	color: #c00;
	vertical-align: middle
}

.arrowNavigation .right a h5 {
	display: inline-block;
	padding: 5px 10px;
	vertical-align: -4px
}

.arrowNavigation .right a strong {
	position: relative;
	margin: 2rem 0;
	line-height: 5px !important;
	margin-right: 5px;
	padding-right: 7px
}

.arrowNavigation .right a strong:after {
	content: "";
	height: 79%;
	width: 3px;
	background: #c00;
	position: absolute;
	bottom: 2px;
	left: 100%
}

.siteglideButton img {
	margin-bottom: -4px
}

.siteglideButton button {
	width: 100%;
	border: 1px solid #202935 !important;
	border-radius: 0px !important
}

.siteglideButton:hover button {
	background: #39c !important;
	color: #fff !important
}

.teamSlider10 {
	background-image: url("/Images/Patterns/dark-triangles.png");
	padding-bottom: 150px;
	padding-top: 75px
}

.teamSlider10 svg {
	height: 100%;
	max-width: 40px;
	width: 100% !important;
	color: #8C8C8C
}

.teamSlider10 h2,
.teamSlider10 h3,
.teamSlider10 p {
	color: #ffffff
}

.teamSlider10 h2 {
	font-weight: 600
}

.teamSlider10 h3 {
	font-weight: 200
}

.teamSlider10 hr {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #585858
}

.teamSlider10 .mainImage img {
	border-radius: 5px
}

.teamSlider10 .imageThumbnails ul {
	text-align: center;
	padding-left: 0;
	width: 100%
}

.teamSlider10 .imageThumbnails ul li {
	list-style: none;
	display: inline
}

.teamSlider10 .imageThumbnails ul li button {
	border: 0;
	background-size: cover;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	color: transparent;
	opacity: 0.4;
	margin: 20px 20px 0px 20px;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.teamSlider10 .imageThumbnails ul li.slick-active button {
	opacity: 1;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.teamSlider10 .imageThumbnails img {
	border-radius: 50%;
	width: 64px;
	height: 64px
}

.blogContainer20.detail {
	min-height: inherit !important
}

.blogContainer20.detail .Content {
	-webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
	border: 0px solid #E5E5E5 !important;
	position: relative !important;
	min-height: inherit !important
}

.blogContainer20.detail .Content .ContentContainer {
	padding: 10px 0px;
	margin-bottom: 0px
}

.blogContainer20.detail .Content .ContentContainer p {
	margin: 0
}

.blogContainer20.detail .Content .FooterContainer {
	border-top: 0px solid #F6F6F6 !important;
	left: inherit;
	right: inherit;
	bottom: inherit;
	position: relative
}

.blogContainer20.detail .Content .FooterContainer div {
	padding: 0;
	padding-top: 20px
}

.blogContainer20 .Content {
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: all 250ms;
	transition: all 250ms;
	border: 1px solid #E5E5E5;
	background: #fff;
	min-height: 570px
}

.blogContainer20 .Content .ImageContainer {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	width: 100%;
	height: 280px;
	-o-object-fit: cover;
	object-fit: cover;
	background-size: cover;
	background-position: center
}

.blogContainer20 .Content .ContentContainer {
	padding: 10px 20px;
	background: #fff;
	margin-bottom: 60px
}

@media (max-width: 991px) {
	.blogContainer20 .Content .ContentContainer {
		margin-bottom: 100px
	}
}

.blogContainer20 .Content .FooterContainer {
	background: #fff;
	border-top: 1px solid #F6F6F6;
	margin: 0;
	left: 16px;
	right: 16px;
	bottom: 16px;
	position: absolute
}

@media (max-width: 767px) {
	.blogContainer20 .Content .FooterContainer .column-12 {
		padding-bottom: 0;
		text-align: center
	}
}

.blogContainer20 .Content .FooterContainer p {
	display: inline-block;
	margin-bottom: 5px;
	line-height: 12px;
	font-size: 14px !important
}

.blogContainer20 .Content .FooterContainer p svg {
	color: #bcbcbc;
	margin-right: 5px;
	vertical-align: middle
}

.blogContainer20 .Content .FooterContainer h6 {
	display: inline-block;
	padding: 0;
	font-size: 25px;
	font-weight: 100;
	color: #e6e6e6;
	margin: 0px 10px
}

.blogContainer20 .Content .FooterContainer .author {
	text-align: right
}

@media (max-width: 767px) {
	.blogContainer20 .Content .FooterContainer .author {
		text-align: center
	}
}

.blogContainer20 .Content .FooterContainer .author img {
	max-height: 30px;
	vertical-align: middle;
	border-radius: 50%
}

.blogContainer20 .Content .FooterContainer .author p {
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px
}

.blogContainer20 .Content:hover {
	-webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.075);
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.075);
	-webkit-transition: all 250ms;
	transition: all 250ms
}

.newsletterSignup .sidebarContainer {
	background: #fff;
	margin-top: 15px;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
	border: 1px solid #E5E5E5
}

.newsletterSignup .row {
	display: table;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px
}

.newsletterSignup .newsletterDesc {
	padding-bottom: 0
}

.newsletterSignup .followUsOn {
	padding: 0.47rem 0
}

.newsletterSignup .sidebarFooterContainer {
	margin: 0 -15px -15px -15px;
	text-align: center
}

.newsletterSignup .sidebarFooterContainer .column-3 {
	display: table-cell;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	text-align: center;
	vertical-align: middle
}

.newsletterSignup .sidebarFooterContainer .column-3 svg {
	font-size: 3.5em !important
}

.newsletterSignup .sidebarFooterContainer .column-3 svg.fa-twitter {
	color: #1DA1F2
}

.newsletterSignup .sidebarFooterContainer .column-3 svg.fa-facebook-f {
	color: #3B5998
}

.newsletterSignup .sidebarFooterContainer .column-3 svg.fa-linkedin-in {
	color: #0077B5
}

.newsletterSignup .sidebarFooterContainer .column-3 svg.fa-google-plus-g {
	color: #DB4437
}

.newsletterSignup .sidebarFooterContainer .column-3:last-child {
	display: table-cell;
	border-top: 1px solid #ededed;
	border-right: 0px solid #ededed;
	text-align: center
}

.newsletterSignup h4,
.newsletterSignup h5 {
	font-weight: 300
}

.newsletterSignup h6 {
	font-weight: 600
}

.newsletterSignup input[type="email"],
.newsletterSignup input[type="text"] {
	width: 100%;
	height: 40px;
	border: 2px solid #e6e6e6;
	font-size: 1.6rem;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 5px
}

.newsletterSignup iframe {
  max-width: 100%;
}

.newsletterSignup .g-recaptcha > div {
  max-width: 304px;
  width: 100% !important;
  margin-bottom: 5px;
}

.newsletterSignup .submitBtn {
	padding: 5px 10px;
	background: #c00;
	border: 2px #c00 solid;
	border-radius: 1px;
	font-size: 18px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	cursor: pointer;
	color: #fff;
	width: 100%
}

.newsletterSignup .submitBtn:hover {
	background: rgba(25, 25, 25, 0);
	border: 2px #e4e4e4 solid;
	color: #2C2C2C
}

.blogCategory {
	height: 120px;
	background-size: cover;
	display: table;
	width: 100%;
	background-position: center
}

.blogCategory.grey {
	filter: grayscale(1);
	-webkit-filter: grayscale(1)
}

.blogCategory .overlayContainer {
	display: table-cell;
	vertical-align: middle;
	padding: 0 45px
}

.blogCategory .overlayContainer h3 {
	color: #FFFFFF;
	padding: 0;
	line-height: 24px;
	position: relative;
	z-index: 1
}

.blogCategory .overlayContainer h3:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 150%;
	left: -8px;
	top: -25%;
	background: #c00;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	z-index: -1
}

.blogCategory.large {
	height: 180px !important
}

.blogCategory.large .overlayContainer {
	padding-left: 65px
}

.blogCategory.large .overlayContainer h3 {
	font-size: 3rem;
	line-height: 32px
}

.blogCategory.large .overlayContainer h3:before {
	width: 4px;
	left: -16px
}

.blogCategory:hover h3:before {
	width: 100%;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.blogDetail2 .blogHeaderContainer {
	margin: 0 auto
}

.blogDetail2 .blogPostFooter {
	border-top: solid 2px #e6e6e6;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 15px
}

@media (max-width: 767px) {
	.blogDetail2 .blogPostFooter .author {
		text-align: center
	}
}

.blogDetail2 .blogPostFooter .author .info {
	margin-left: 15px
}

.blogDetail2 .blogPostFooter .author .image,
.blogDetail2 .blogPostFooter .author .info {
	display: inline-block;
	vertical-align: top
}

.blogDetail2 .blogPostFooter .author img {
	max-height: 75px;
	border-radius: 50%
}

.blogDetail2 .blogPostFooter .author p,
.blogDetail2 .blogPostFooter .author h5 {
	vertical-align: top;
	margin: 0;
	padding: 0;
	margin-bottom: 5px
}

.blogDetail2 .blogPostFooter .author p {
	margin-right: 5px
}

.blogDetail2 .blogPostFooter .author h5 {
	font-size: 14px
}

@media (max-width: 767px) {
	.blogDetail2 .blogPostFooter .contentRight {
		text-align: center
	}
}

.blogDetail2 .blogPostFooter .contentRight p {
	margin-bottom: 5px
}

.blogDetail2 .blogPostFooter .contentRight svg {
	color: #A7A7A7;
	margin: 0 5px;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.blogDetail2 .blogPostFooter .contentRight svg path {
	font-size: 2.5em
}

.blogDetail2 .blogPostFooter .contentRight svg:hover {
	color: #424242;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.blogFooterList {
	padding-bottom: 200px
}

.stickyNav {
	z-index: 100;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	background-color: #fff;
	-webkit-transition: all 750ms;
	transition: all 750ms
}

.stickyNav input {
	margin-top: 10px;
	background-color: transparent;
	border: none;
	color: #2C2C2C;
	border-bottom: 1px solid #e6e6e6;
	line-height: 20px;
	padding: 3px 0px;
	width: 150px;
	border-radius: 0px;
	font-size: 16px
}

.stickyNav input::-webkit-input-placeholder {
	color: #2C2C2C
}

.stickyNav input:-ms-input-placeholder {
	color: #2C2C2C
}

.stickyNav input::-ms-input-placeholder {
	color: #2C2C2C
}

.stickyNav input::placeholder {
	color: #2C2C2C
}

.stickyNav select {
	margin-top: 10px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	-webkit-appearance: none;
	line-height: 20px;
	padding: 5px 0px;
	width: 150px;
	border-radius: 0px;
	font-size: 16px;
	margin-right: 20px;
	position: relative;
	background-image: url("https://d30y9cdsu7xlg0.cloudfront.net/png/221782-200.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 13px
}

.stickyNav.hidden {
	bottom: -90px;
	-webkit-transition: all 750ms;
	transition: all 750ms
}

#webapp27190pagination,
#webapp30622pagination,
#webapp18275pagination {
	display: none
}

.solutionsContainer .relatedContainer {
	padding: 25px 30px;
	background: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
	margin-top: 40px;
	margin-bottom: -130px;
	z-index: 2;
	position: relative
}

@media (max-width: 767px) {
	.solutionsContainer .relatedContainer {
		margin-top: 0px
	}
}

.solutionsContainer .relatedContainer h6 {
	margin-bottom: 10px
}

.solutionsContainer .relatedContainer .servicesItem {
	margin: 5px 1px 1px 1px
}

.solutionsContainer .relatedContainer .buttonContainer {
	padding: 30px 0 10px 0
}

.solutionsContainer .relatedContainer .buttonContainer button {
	width: 100%
}

.solutionsContainer .SectionImageStrip {
	height: 300px
}

.solutionsContainer .wysiQuoteContainer img {
	padding: 0 30px
}

.solutionsContainer .wysiQuoteContainer .wysiQuote {
	padding-left: 45px;
	border-left: 1px solid rgba(204, 0, 0, 0.1)
}

.solutionsContainer .stagesContainer {
	margin: 15px;
	border: 1px solid rgba(204, 0, 0, 0.17);
	background: url("../../Images/Patterns/redPolygons.png");
	background-repeat: no-repeat;
	background-size: contain
}

.solutionsContainer .stagesContainer.alt {
	background: url("../../Images/Patterns/redPolygonsFlipped.png");
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: contain
}

.solutionsContainer .stagesContainer .numberContainer {
	display: table;
	width: 100%;
	height: 100%
}

.solutionsContainer .stagesContainer .numberContainer .slick-slide {
	opacity: 0.5
}

.solutionsContainer .stagesContainer .numberContainer .numberContainerInner {
	display: table-cell;
	vertical-align: middle;
	padding: 5px
}

.solutionsContainer .stagesContainer .numberContainer .numberContainerInner h2 {
	text-align: center;
	width: 150px;
	margin: 0 auto;
	height: 150px;
	background: white;
	line-height: 130px;
	font-size: 100px;
	color: #c00;
	border-radius: 50%;
	border: 1px solid
}

.solutionsContainer .stagesContainer .content {
	margin-left: 30px
}

.solutionsContainer .stagesContainer .content h2 {
	color: #c00
}

.solutionsContainer .sliderDots {
	margin-top: 30px
}

.solutionsContainer .sliderDots ul {
	padding: 0;
	text-align: center
}

.solutionsContainer .sliderDots ul li {
	list-style: none;
	display: inline-block;
	margin: 5px
}

.solutionsContainer .sliderDots ul li button {
	font-size: 0px;
	padding: 0;
	background: #f6f6f6;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: none
}

.solutionsContainer .sliderDots ul li.slick-active button {
	background: #D8D8D8
}

.animated.animatedHidden {
	opacity: 0 !important
}

.animated.animatedVisible {
	opacity: 1 !important
}

.aboutImages .left {
	width: 50%;
	display: inline-block
}

.aboutImages .left .imageContainer {
	height: 100vh;
	min-height: 135px
}

@media (max-width: 991px) {
	.aboutImages .left .imageContainer {
		height: 50vh
	}
}

@media screen and (max-width: 991px) and (orientation: landscape) {
	.aboutImages .left .imageContainer {
		height: 100vh !important;
		margin-top: 10px !important
	}
}

@media (max-width: 991px) {
	.aboutImages .left {
		width: 100%
	}
}

.aboutImages .right {
	width: 50%;
	display: inline-block
}

.aboutImages .right .imageContainer {
	height: 50vh
}

@media screen and (max-width: 991px) and (orientation: landscape) {
	.aboutImages .right .imageContainer {
		height: 100vh !important;
		margin-top: 10px !important
	}
}

@media (max-width: 991px) {
	.aboutImages .right {
		width: 100%
	}
}

.aboutImages .imageContainer {
	background-size: cover;
	display: table;
	max-width: 100%;
	width: 100%;
	background-position: center
}

@media (max-width: 991px) {
	.aboutImages .imageContainer {
		width: 100vw;
		margin-bottom: 30px
	}
	.aboutImages .imageContainer .textContainer h2 {
		font-size: 6vw !important
	}
}

@media (max-width: 767px) {
	.aboutImages .imageContainer {
		width: 100vw;
		height: 33.333vh !important
	}
	.aboutImages .imageContainer .textContainer h2 {
		font-size: 8vw !important
	}
}

.aboutImages .imageContainer .textContainer {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: linear-gradient(277.47deg, rgba(204, 0, 0, 0.64), rgba(204, 0, 0, 0.78));
	opacity: 0;
	-webkit-transition: all 400ms;
	transition: all 400ms
}

.aboutImages .imageContainer .textContainer h2 {
	color: #fff;
	font-size: 2vw;
	padding: 0 20px;
	margin-top: 10vh;
	-webkit-transition: all 400ms;
	transition: all 400ms
}

.aboutImages .imageContainer .textContainer hr {
	margin-top: 15px;
	width: 40px;
	height: 0px;
	border: none;
	border-bottom: 0px solid #fff;
	-webkit-transition: all 400ms;
	transition: all 400ms
}

.aboutImages .imageContainer:hover .textContainer {
	opacity: 1;
	background: linear-gradient(277.47deg, rgba(204, 0, 0, 0.64), rgba(204, 0, 0, 0.78));
	-webkit-transition: all 400ms;
	transition: all 400ms
}

.aboutImages .imageContainer:hover .textContainer h2 {
	margin-top: 0px;
	-webkit-transition: all 400ms;
	transition: all 400ms
}

.aboutImages .imageContainer:hover .textContainer hr {
	width: 120px;
	height: 5px;
	border-bottom: 5px solid #fff;
	margin-top: 0.5em;
	-webkit-transition: all 400ms;
	transition: all 400ms
}

.aboutImages.Services .left .imageContainer {
	height: 70vh
}

@media (max-width: 991px) {
	.aboutImages.Services .left .imageContainer {
		height: 35vh
	}
}

.aboutImages.Services .right .imageContainer {
	height: 35vh
}

.contactForm {
	padding-left: 60px
}

@media (min-width: 768px) and (max-width: 991px) {
	.contactForm {
		padding-left: 40px
	}
}

@media (max-width: 767px) {
	.contactForm {
		padding-left: 15px
	}
}

.contactForm label {
	display: block;
	font-weight: 600
}

.contactForm select {
	-webkit-appearance: none
}

.contactForm select,
.contactForm input,
.contactForm textarea {
	border: none;
	width: 100%;
	height: 60px;
	background-color: #F7F7F7;
	font-size: 18px;
	padding-left: 20px;
	color: #969696
}

.contactForm textarea {
	height: 200px;
	padding: 20px;
	font-family: "Titillium Web"
}

.contactForm input.cat_button {
	width: auto;
	height: auto;
	padding: 20px 50px;
	font-size: 22px;
	margin: 0;
	float: right;
	color: #c00;
	background: 0;
	border: #c00 solid 1px;
	margin-top: 10px;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

@media (max-width: 767px) {
	.contactForm input.cat_button {
		width: 100%;
		font-size: 18px;
		border-radius: 0px
	}
}

.contactForm input.cat_button:hover {
	color: #fff;
	border: #fff solid 1px;
	background: #c00;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.contactForm input#FileAttachment {
	line-height: 30px;
	padding: 15px
}

.contactForm .req {
	color: #c00
}

.contactForm #projectForm {
	display: none
}

.contactMapContainer hr {
	border-top: 1px solid #EF3223
}

.contactMapContainer table {
	color: #fff;
	font-size: 18px;
	vertical-align: top
}

.contactMapContainer table tr {
	vertical-align: top
}

.contactMapContainer table tr td {
	padding: 20px 30px 0px 0
}

.contactMapContainer table tr td:nth-child(2) {
	font-weight: 100
}

.contactMapContainer table tr td svg {
	padding-right: 10px;
	margin-top: -6px
}

.contactSidebar p {
	margin-bottom: 0
}

.contactSidebar button {
	margin-bottom: 25px;
	padding: 15px 40px;
	font-size: 18px;
	color: #c00;
	background: 0;
	border: #c00 solid 1px;
	font-weight: 600;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.contactSidebar button:hover {
	color: #fff;
	border: #fff solid 1px;
	background: #c00;
	-webkit-transition: all 500ms;
	transition: all 500ms
}

.contactSidebar h4 {
	color: #c00;
	padding-bottom: 0px;
	margin-top: 20px
}

.contactSidebar h3 {
	padding-top: 0px
}

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

@media (max-width: 767px) {
	.colorStrip {
		padding: 0 !important
	}
	.colorStrip h2 {
		font-size: 40px
	}
}

.teamPosts h1 {
	font-size: 3.5em
}

.wContainer {
	position: relative;
	min-height: 450px
}

.wContainer .wItemContainer {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms;
	transition: all 1000ms
}

.wContainer .wItemContainer .redW {
	width: 33%;
	position: absolute;
	opacity: 1;
	-webkit-transition: all 1000ms;
	transition: all 1000ms
}

.wContainer .wItemContainer .overlayW {
	width: 33%;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 1000ms;
	transition: all 1000ms
}

.wContainer .wItemContainer .pulse {
	position: absolute;
	width: 0.8vw;
	height: 0.8vw;
	border-radius: 50%;
	background: #d6d4d4;
	padding: 0;
	z-index: 1;
	-webkit-transform: translate(55%, -400%);
	transform: translate(55%, -400%)
}

@media (max-width: 991px) {
	.wContainer .wItemContainer .pulse {
		-webkit-transform: translateY(1000%);
		transform: translateY(1000%)
	}
}

@media (max-width: 767px) {
	.wContainer .wItemContainer .pulse {
		-webkit-transform: translateY(1600%);
		transform: translateY(1600%)
	}
}

.wContainer .wItemContainer .pulse:after {
	content: "";
	border-radius: 50%;
	height: 0.8vw;
	width: 0.8vw;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 0;
	opacity: 0;
	-webkit-box-shadow: 0 0 4px 1px #39c;
	box-shadow: 0 0 4px 1px #39c;
	-webkit-transition: all 1s;
	transition: all 1s
}

.wContainer .wItemContainer .textContainer {
	opacity: 0;
	width: 33%;
	position: absolute;
	-webkit-transition: all 1s;
	transition: all 1s
}

@media (max-width: 767px) {
	.wContainer .wItemContainer .textContainer {
		width: 100%;
		margin-top: 60px
	}
}

.wContainer .wItemContainer .textContainer h5 {
	margin-bottom: 10px;
	color: #393939;
	font-weight: 300
}

.wContainer .wItemContainer:hover .redW {
	opacity: 0;
	-webkit-transition: all 1000ms;
	transition: all 1000ms
}

.wContainer .wItemContainer:hover .overlayW {
	opacity: 1;
	-webkit-transition: all 1000ms;
	transition: all 1000ms
}

.wContainer .wItemContainer:hover .textContainer {
	opacity: 1;
	-webkit-transition: all 1s;
	transition: all 1s
}

.wContainer .wItemContainer.active .redW {
	opacity: 0;
	-webkit-transition: all 1000ms;
	transition: all 1000ms
}

.wContainer .wItemContainer.active .overlayW {
	opacity: 1;
	-webkit-transition: all 1000ms;
	transition: all 1000ms
}

.wContainer .wItemContainer.active .textContainer {
	opacity: 1;
	-webkit-transition: all 1s;
	transition: all 1s
}

.wContainer .wItemContainer#wItem1 .redW {
	-webkit-transform: translate(-6.5%, -95%);
	transform: translate(-6.5%, -95%);
	left: 9.5%;
	z-index: 10
}

.wContainer .wItemContainer#wItem1 .overlayW {
	-webkit-transform: translate(-6.5%, -95%);
	transform: translate(-6.5%, -95%);
	left: 9.5%;
	z-index: 12
}

.wContainer .wItemContainer#wItem1 .pulse {
	left: 21.95%
}

.wContainer .wItemContainer#wItem1 .pulse:after {
	-webkit-animation: pulsate1 4.5s ease-out;
	animation: pulsate1 4.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.wContainer .wItemContainer#wItem1 .textContainer {
	-webkit-transform: translate(19%, 1vw);
	transform: translate(19%, 1vw)
}

@media (max-width: 767px) {
	.wContainer .wItemContainer#wItem1 .textContainer {
		-webkit-transform: translate(0%, 1vw);
		transform: translate(0%, 1vw)
	}
}

.wContainer .wItemContainer#wItem2 .redW {
	-webkit-transform: translate(-46.9%, -95%);
	transform: translate(-46.9%, -95%);
	left: 50%;
	z-index: 6
}

.wContainer .wItemContainer#wItem2 .overlayW {
	-webkit-transform: translate(-46.9%, -95%);
	transform: translate(-46.9%, -95%);
	left: 50%;
	z-index: 8
}

.wContainer .wItemContainer#wItem2 .pulse {
	left: 49.2%
}

.wContainer .wItemContainer#wItem2 .pulse:after {
	-webkit-animation: pulsate2 4.5s ease-out;
	animation: pulsate2 4.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.wContainer .wItemContainer#wItem2 .textContainer {
	-webkit-transform: translate(102%, 1vw);
	transform: translate(102%, 1vw)
}

@media (max-width: 767px) {
	.wContainer .wItemContainer#wItem2 .textContainer {
		-webkit-transform: translate(0%, 1vw);
		transform: translate(0%, 1vw)
	}
}

.wContainer .wItemContainer#wItem3 .redW {
	-webkit-transform: translate(-88.5%, -95%);
	transform: translate(-88.5%, -95%);
	left: 90.9%;
	z-index: 2
}

.wContainer .wItemContainer#wItem3 .overlayW {
	-webkit-transform: translate(-88.5%, -95%);
	transform: translate(-88.5%, -95%);
	left: 90.9%;
	z-index: 4
}

.wContainer .wItemContainer#wItem3 .pulse {
	left: 76.68%
}

.wContainer .wItemContainer#wItem3 .pulse:after {
	-webkit-animation: pulsate3 4.5s ease-out;
	animation: pulsate3 4.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.wContainer .wItemContainer#wItem3 .textContainer {
	-webkit-transform: translate(185%, 1vw);
	transform: translate(185%, 1vw)
}

@media (max-width: 767px) {
	.wContainer .wItemContainer#wItem3 .textContainer {
		-webkit-transform: translate(0%, 1vw);
		transform: translate(0%, 1vw)
	}
}

@-webkit-keyframes pulsate1 {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0
	}
	15% {
		opacity: 1
	}
	30% {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0
	}
	100% {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0
	}
}

@keyframes pulsate1 {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0
	}
	15% {
		opacity: 1
	}
	30% {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0
	}
	100% {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0
	}
}

@-webkit-keyframes pulsate2 {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0
	}
	15% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0
	}
	30% {
		opacity: 1
	}
	45% {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0
	}
	100% {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0
	}
}

@keyframes pulsate2 {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0
	}
	15% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0
	}
	30% {
		opacity: 1
	}
	45% {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0
	}
	100% {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0
	}
}

@-webkit-keyframes pulsate3 {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0
	}
	30% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0
	}
	45% {
		opacity: 1
	}
	60% {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0
	}
	100% {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0
	}
}

@keyframes pulsate3 {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0
	}
	30% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0
	}
	45% {
		opacity: 1
	}
	60% {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0
	}
	100% {
		-webkit-transform: scale(3, 3);
		transform: scale(3, 3);
		opacity: 0
	}
}

.footerBlog {
	position: absolute;
	left: 16px;
	width: calc(100% - 32px);
	right: -16px;
	bottom: 16px;
	z-index: 2
}

.blogListHome {
	min-height: inherit !important
}

#sitemap li {
	margin: 15px 0 15px
}

#outdated {
	background-color: #5c5e65;
	height: 210px
}

.blogCatH1 {
	font-weight: 600;
	line-height: 1.4em;
	font-size: 3.5em;
	margin: 0;
	padding: 0
}

.W:after {
	position: absolute;
	background: #fff;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	content: "";
	-webkit-transition: all 0ms;
	transition: all 0ms;
	-webkit-box-shadow: 0px 0px 0px transparent;
	box-shadow: 0px 0px 0px transparent;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0)
}

#w1::before {
	background-image: url(../../Images/wysiW/W-Stage-1-1.png)
}

#w2::before {
	background-image: url(../../Images/wysiW/W-Stage-1-2.png)
}

#w3::before {
	background-image: url(../../Images/wysiW/W-Stage-1-3.png)
}

#w4::before {
	background-image: url(../../Images/wysiW/W-Stage-1-4.png)
}

#w5::before {
	background-image: url(../../Images/wysiW/W-Stage-2-1-v2.png)
}

#w6::before {
	background-image: url(../../Images/wysiW/W-Stage-2-2-v2.png)
}

#w7::before {
	background-image: url(../../Images/wysiW/W-Stage-2-3-v2.png)
}

#w8::before {
	background-image: url(../../Images/wysiW/W-Stage-2-4-v2.png)
}

#w9::before {
	background-image: url(../../Images/wysiW/W-Stage-3-1.png)
}

#w10::before {
	background-image: url(../../Images/wysiW/W-Stage-3-2.png)
}

#w11::before {
	background-image: url(../../Images/wysiW/W-Stage-3-3.png)
}

#w12::before {
	background-image: url(../../Images/wysiW/W-Stage-3-4.png)
}

.W {
	overflow: hidden
}

.WContainer {
	display: inline-block;
	position: relative
}

.WContainer:hover {
	cursor: pointer
}

.WContainer:hover .W:before {
	opacity: 1;
	-webkit-transition: all 1s;
	transition: all 1s
}

.WContainer:hover .textContainer {
	opacity: 1;
	-webkit-transition: all 1s;
	transition: all 1s
}

.WContainer .pulse {
	opacity: 0;
	position: absolute;
	width: 0.8vw;
	height: 0.8vw;
	border-radius: 50%;
	background: #d6d4d4;
	padding: 0;
	z-index: 1;
	left: 8.65vw;
	top: 7.4vw
}

@media (max-width: 1199px) {
	.WContainer .pulse {
		width: 1vw;
		height: 1vw;
		left: 12.8vw;
		top: 10.4vw
	}
}

.WContainer .pulse:after {
	content: "";
	border-radius: 50%;
	height: 0.8vw;
	width: 0.8vw;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 0;
	opacity: 0;
	-webkit-box-shadow: 0 0 4px 1px #39c;
	box-shadow: 0 0 4px 1px #39c;
	-webkit-transition: all 1s;
	transition: all 1s
}

.WContainer #pulse1:after {
	-webkit-animation: pulsate1 4.5s ease-out;
	animation: pulsate1 4.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.WContainer #pulse2:after {
	-webkit-animation: pulsate2 4.5s ease-out;
	animation: pulsate2 4.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.WContainer #pulse3:after {
	-webkit-animation: pulsate3 4.5s ease-out;
	animation: pulsate3 4.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.WContainer .textContainer {
	opacity: 0;
	width: 100%;
	margin-left: 1vw;
	margin-top: 1vw;
	position: absolute;
	-webkit-transition: all 1s;
	transition: all 1s
}

@media (max-width: 767px) {
	.WContainer .textContainer {
		width: 300%;
		margin-top: 1vw
	}
	.WContainer .textContainer#text2 {
		left: -100%
	}
	.WContainer .textContainer#text3 {
		left: -200%
	}
}

.WContainer .textContainer h5 {
	margin-bottom: 10px;
	color: #393939;
	font-weight: 300
}

.wysiW1 {
	position: relative;
	top: 0;
	background: transparent;
	height: 10.5vw;
	width: 2.6vw;
	-webkit-transform: skew(22deg);
	transform: skew(22deg);
	display: inline-block;
	margin-left: 1.5vw;
	position: relative;
	-webkit-box-shadow: -0px 0px 0px #0f0f0f;
	box-shadow: -0px 0px 0px #0f0f0f;
	-webkit-transition: all 600ms;
	transition: all 600ms
}

@media (max-width: 1199px) {
	.wysiW1 {
		width: 3.6vw;
		height: 15vw;
		margin-left: 2.2vw
	}
}

.wysiW1:before {
	content: "";
	position: absolute;
	top: 0%;
	bottom: 0%;
	right: 0%;
	left: -81.4%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 263%;
	-webkit-transform: skew(-22deg);
	transform: skew(-22deg);
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s
}

.wysiW2 {
	background: transparent;
	height: 10.5vw;
	width: 2.6vw;
	-webkit-transform: skew(-22deg);
	transform: skew(-22deg);
	display: inline-block;
	margin-left: 1.5vw;
	position: relative;
	z-index: 22
}

@media (max-width: 1199px) {
	.wysiW2 {
		width: 3.6vw;
		height: 15vw;
		margin-left: 2.2vw
	}
}

.wysiW2:before {
	content: "";
	opacity: 0;
	position: absolute;
	top: 0%;
	bottom: 0%;
	right: 0%;
	left: -81.4%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 263%;
	-webkit-transform: skew(22deg);
	transform: skew(22deg);
	-webkit-transition: all 1s;
	transition: all 1s
}

.aniWcontainer {
	opacity: 1;
	-webkit-transition: all 1000ms;
	transition: all 1000ms
}

.wContainer.aniActive .wItemContainer {
	opacity: 1;
	-webkit-transition: all 600ms;
	transition: all 600ms;
	-webkit-transition-delay: 2800ms;
	transition-delay: 2800ms
}

.wContainer.aniActive .aniWcontainer {
	opacity: 1;
	-webkit-transition: all 1000ms;
	transition: all 1000ms;
	-webkit-transition-delay: 3200ms;
	transition-delay: 3200ms
}

.wContainer.aniActive .wysiW1 {
	background: #950900;
	-webkit-transition: all 600ms;
	transition: all 600ms;
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms
}

.wContainer.aniActive .wysiW2 {
	background: #c50001;
	-webkit-transition: all 600ms;
	transition: all 600ms;
	-webkit-transition-delay: 1800ms;
	transition-delay: 1800ms
}

.wContainer.aniActive .active .textContainer {
	opacity: 1;
	-webkit-transition: all 1000ms;
	transition: all 1000ms;
	-webkit-transition-delay: 2800ms;
	transition-delay: 2800ms
}

.wContainer.aniActive .active .W:before {
	opacity: 1;
	-webkit-transition: all 1000ms;
	transition: all 1000ms;
	-webkit-transition-delay: 2800ms;
	transition-delay: 2800ms
}

.wContainer.aniActive #pulse1 {
	opacity: 1;
	-webkit-transition: all 1000ms;
	transition: all 1000ms;
	-webkit-transition-delay: 3600ms;
	transition-delay: 3600ms
}

.wContainer.aniActive #pulse2 {
	opacity: 1;
	-webkit-transition: all 1000ms;
	transition: all 1000ms;
	-webkit-transition-delay: 4000ms;
	transition-delay: 4000ms
}

.wContainer.aniActive #pulse3 {
	opacity: 1;
	-webkit-transition: all 1000ms;
	transition: all 1000ms;
	-webkit-transition-delay: 4400ms;
	transition-delay: 4400ms
}

.wContainer.aniActive .W {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.37);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.37);
	-webkit-transition: all 1000ms;
	transition: all 1000ms
}

.wContainer.aniActive #w2 {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms
}

.wContainer.aniActive #w3 {
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms
}

.wContainer.aniActive #w4 {
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms
}

.wContainer.aniActive #w5 {
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms
}

.wContainer.aniActive #w6 {
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms
}

.wContainer.aniActive #w7 {
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms
}

.wContainer.aniActive #w8 {
	-webkit-transition-delay: 700ms;
	transition-delay: 700ms
}

.wContainer.aniActive #w9 {
	-webkit-transition-delay: 800ms;
	transition-delay: 800ms
}

.wContainer.aniActive #w10 {
	-webkit-transition-delay: 900ms;
	transition-delay: 900ms
}

.wContainer.aniActive #w11 {
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms
}

.wContainer.aniActive #w12 {
	-webkit-transition-delay: 1100ms;
	transition-delay: 1100ms
}

.wContainer.aniActive #w1:after {
	-webkit-transition: all 600ms;
	transition: all 600ms;
	opacity: 1;
	top: 100% !important;
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms
}

.wContainer.aniActive #w2:after {
	-webkit-transition: all 600ms;
	transition: all 600ms;
	opacity: 1;
	bottom: 100% !important;
	-webkit-transition-delay: 2200ms;
	transition-delay: 2200ms
}

.wContainer.aniActive #w3:after {
	-webkit-transition: all 600ms;
	transition: all 600ms;
	opacity: 1;
	top: 100% !important;
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms
}

.wContainer.aniActive #w4:after {
	-webkit-transition: all 600ms;
	transition: all 600ms;
	opacity: 1;
	bottom: 100% !important;
	-webkit-transition-delay: 2200ms;
	transition-delay: 2200ms
}

.wContainer.aniActive #w5:after {
	-webkit-transition: all 600ms;
	transition: all 600ms;
	opacity: 1;
	top: 100% !important;
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms
}

.wContainer.aniActive #w6:after {
	-webkit-transition: all 600ms;
	transition: all 600ms;
	opacity: 1;
	bottom: 100% !important;
	-webkit-transition-delay: 2200ms;
	transition-delay: 2200ms
}

.wContainer.aniActive #w7:after {
	-webkit-transition: all 600ms;
	transition: all 600ms;
	opacity: 1;
	top: 100% !important;
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms
}

.wContainer.aniActive #w8:after {
	-webkit-transition: all 600ms;
	transition: all 600ms;
	opacity: 1;
	bottom: 100% !important;
	-webkit-transition-delay: 2200ms;
	transition-delay: 2200ms
}

.wContainer.aniActive #w9:after {
	-webkit-transition: all 600ms;
	transition: all 600ms;
	opacity: 1;
	top: 100% !important;
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms
}

.wContainer.aniActive #w10:after {
	-webkit-transition: all 600ms;
	transition: all 600ms;
	opacity: 1;
	bottom: 100% !important;
	-webkit-transition-delay: 2200ms;
	transition-delay: 2200ms
}

.wContainer.aniActive #w11:after {
	-webkit-transition: all 600ms;
	transition: all 600ms;
	opacity: 1;
	top: 100% !important;
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms
}

.wContainer.aniActive #w12:after {
	-webkit-transition: all 600ms;
	transition: all 600ms;
	opacity: 1;
	bottom: 100% !important;
	-webkit-transition-delay: 2200ms;
	transition-delay: 2200ms
}

.googleMapWrapper iframe {
	pointer-events: none;
	position: relative
}

._form_2 form,
._form_3 form,
._form_6 form {
	width: 100% !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
	padding-left: 0 !important
}

._form_2 label,
._form_3 label,
._form_6 label {
	font-size: 1.8rem !important;
	margin: 0 0 15px !important;
	font-family: "Titillium Web" !important
}

._form_2 label span,
._form_3 label span,
._form_6 label span {
	color: #c00 !important
}

._form_2 textarea,
._form_3 textarea,
._form_6 textarea {
	height: 200px !important;
	padding: 20px !important;
	font-family: "Titillium Web" !important;
	border: none !important;
	width: 100% !important;
	height: 200px !important;
	background-color: #F7F7F7 !important;
	font-size: 18px !important;
	color: #969696 !important;
	border-radius: 0 !important
}

._form_2 button[class$="submit"],
._form_3 button[class$="submit"],
._form_6 button[class$="submit"] {
	width: auto !important;
	height: auto !important;
	padding: 20px 50px !important;
	font-size: 18px !important;
	margin: 0 !important;
	float: right !important;
	color: #c00 !important;
	background: 0 !important;
	border: #c00 solid 1px !important;
	margin-top: 10px !important;
	-webkit-transition: all 500ms !important;
	transition: all 500ms !important;
	font-family: "Titillium Web" !important;
	border-radius: 0 !important
}

._form_2 button[class$="submit"]:hover,
._form_3 button[class$="submit"]:hover,
._form_6 button[class$="submit"]:hover {
	background-color: #c00 !important
}

._form_2 ._form-title,
._form_3 ._form-title,
._form_6 ._form-title {
	padding: 0 0 0 10px !important;
	line-height: 25px !important;
	position: relative !important;
	font-family: "Titillium Web" !important;
	color: #2C2C2C !important;
	margin-bottom: 3% !important;
	font-size: 2.4rem !important
}

._form_2 ._form-title:after,
._form_3 ._form-title:after,
._form_6 ._form-title:after {
	top: 1px !important;
	content: "" !important;
	height: 100% !important;
	width: 3px !important;
	background: #c00 !important;
	position: absolute !important;
	left: 0 !important
}

._form_2 ._form-label,
._form_3 ._form-label,
._form_6 ._form-label {
	color: #2C2C2C !important;
	font-family: "Titillium Web" !important;
	font-weight: 600 !important
}

._form_2 input,
._form_3 input,
._form_6 input {
	border: none !important;
	width: 100% !important;
	height: 60px !important;
	background-color: #F7F7F7 !important;
	font-size: 18px !important;
	padding-left: 20px !important;
	color: #969696 !important;
	font-family: "Titillium Web" !important;
	border-radius: 0 !important
}

._form_2 select,
._form_3 select,
._form_6 select {
	border: none !important;
	width: 100% !important;
	height: 60px !important;
	background-color: #F7F7F7 !important;
	font-size: 18px !important;
	padding-left: 20px !important;
	color: #969696 !important;
	font-family: "Titillium Web" !important;
	border-radius: 0 !important
}

._form_2 ._error-inner,
._form_3 ._error-inner,
._form_6 ._error-inner {
	background-color: #FFF !important;
	border: 1px solid #c00 !important;
	color: #c00 !important;
	font-family: "Titillium Web" !important;
	font-size: 14px !important
}

._form_2 .error-below._error-arrow,
._form_3 .error-below._error-arrow,
._form_6 .error-below._error-arrow {
	border-top: 5px solid #c00 !important
}

._form_2 .error-above._error-arrow,
._form_3 .error-above._error-arrow,
._form_6 .error-above._error-arrow {
	border-bottom: 5px solid #c00 !important
}

._form_2 ._form-thank-you,
._form_3 ._form-thank-you,
._form_6 ._form-thank-you {
	font-size: 18px !important;
	font-family: "Titillium Web" !important
}

._form_6 ._row._checkbox-radio {
	margin-bottom: 2% !important
}

._form_6 ._row._checkbox-radio input {
	width: 6% !important;
	height: 1.6rem !important
}

.blogDescription li {
	font-size: 1.6em !important;
	line-height: 1.6em !important;
	font-family: "Open Sans" !important;
	font-weight: 300
}

#formLoad {
	display: none
}

#formLoad.show {
	display: table !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

#formLoad.show div {
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

#success1 {
	display: none
}

#success1.show {
	display: table !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

#success1.show div {
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

#formTCont.hide {
	display: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.feedbackForm1 .numberRangeOuter {
	height: 67px;
	width: 67px;
	font-size: 22px;
	margin: 0;
	color: #c00;
	background: 0;
	border: #c00 solid 1px;
	margin-top: 10px;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	text-align: center
}

.feedbackForm1 .numberRangeOuter .numberRangeInner {
	margin: 0;
	line-height: 67px !important;
	vertical-align: middle;
	padding: 0
}

.navbar .navbar-mobile {
		align-items: center !important;
		display: flex;
		flex-basis: 100% !important;
		justify-content: space-between !important;
		padding: 10px 0 !important;
	}
	.navbar-light .navbar-nav .nav-link {
		color: white;
	}
	@media (max-width: 992px) {
		.navbar>.container-fluid, .navbar>.container {
    		max-width: 100% !important;
		}
	}
	.navbar-toggler {
	  background: white;
	}
	.navbar-light .navbar-toggler {
	  border-color: rgba(204, 0, 0, 1) !important;
	  color: rgba(204, 0, 0, 1) !important;
	}
	.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(204, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}