html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
.skip-link {
    background-color: #fff;
    padding: 1em;
    z-index: 10000;
    position: absolute;
    border: 2px solid;
    top: 10px;
    z-index:9;
    left: -9999px;
}
.skip-link:focus {
    left: 20px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,[type="button"],[type="reset"],[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.bdhwk body {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #141414;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-animation: bodyFade 1.5s forwards;
	animation: bodyFade 1.5s forwards;
	font-family: "Open Sans",sans-serif;
}

@-webkit-keyframes bodyFade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes bodyFade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.bdhwk main {
	overflow: hidden;
}

.bdhwk .search-shrink-open {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-animation: searchShrinkOpen 0.5s ease 0.1s forwards;
	animation: searchShrinkOpen 0.5s ease 0.1s forwards;
}

@-webkit-keyframes searchShrinkOpen {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes searchShrinkOpen {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.bdhwk .search-shrink-close {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-animation: searchShrinkClose 0.5s ease 0.1s forwards;
	animation: searchShrinkClose 0.5s ease 0.1s forwards;
}

@-webkit-keyframes searchShrinkClose {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
}

@keyframes searchShrinkClose {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}
}

.bdhwk ::-moz-selection {
	background: #9BC76E;
	color: #fff;
}

.bdhwk ::selection {
	background: #9BC76E;
	color: #fff;
}

.bdhwk ::-moz-selection {
	background: #9BC76E;
	color: #fff;
}

.bdhwk a {
	text-decoration: none;
	color: #141414;
	webkit-tap-highlight-color: transparent;
}

.bdhwk h1 {
	color: #141414;
	font: 200 60px/68px "Work Sans",sans-serif;
	margin: 0px;
}

@media screen and (max-width: 800px) {
	.bdhwk h1 {
		font: 200 36px/42px "Work Sans",sans-serif;
	}
}

.bdhwk h2 {
	color: #141414;
	font: 200 48px/52px "Work Sans",sans-serif;
	margin: 0px;
}

@media screen and (max-width: 800px) {
	.bdhwk h2 {
		font: 200 30px/34px "Work Sans",sans-serif;
	}
}

.bdhwk h3 {
	color: #141414;
	font: 700 24px/28px "Work Sans",sans-serif;
	margin: 0px;
}

@media screen and (max-width: 800px) {
	.bdhwk h3 {
		font: 700 20px/28px "Work Sans",sans-serif;
	}
}

.bdhwk h4 {
	color: #141414;
	font: 700 20px/24px "Work Sans",sans-serif;
	margin: 0px;
}

@media screen and (max-width: 800px) {
	.bdhwk h4 {
		font: 700 18px/22px "Work Sans",sans-serif;
	}
}

.bdhwk h5 {
	color: #fff;
	font: 700 16px/18px "Work Sans",sans-serif;
	margin: 0px;
}

@media screen and (max-width: 800px) {
	.bdhwk h5 {
		font: 700 14px/18px "Work Sans",sans-serif;
	}
}

.bdhwk h6 {
	color: #141414;
	font: 200 36px/42px "Work Sans",sans-serif;
	margin: 0px;
}

@media screen and (max-width: 800px) {
	.bdhwk h6 {
		font: 200 30px/38px "Work Sans",sans-serif;
	}
}

.bdhwk p {
	color: #616161;
	font: 300 16px/28px "Open Sans",sans-serif;
	margin: 0px;
}

@media screen and (max-width: 800px) {
	.bdhwk p {
		font: 300 14px/23px "Open Sans",sans-serif;
	}
}

.bdhwk hr {
	border-bottom: 1px solid #141414;
}

.bdhwk .wrap {
	width: 80%;
	max-width: 1364px;
	margin: 0px auto;
}

.bdhwk #sftExt-frontend-button.rectangle {
	z-index: 99999;
	border-radius: 8px;
	border: 1px solid rgba(255,255,255,0.2);
	padding: 8px 20px;
	-webkit-animation: buttonPulse 3.5s 5 forwards;
	animation: buttonPulse 3.5s 5 forwards;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

@media screen and (max-width: 745px) {
	.bdhwk #sftExt-frontend-button.rectangle {
		border-radius: 0px;
		border: none;
		border-top: 1px solid rgba(255,255,255,0.2);
		right: 0px;
		bottom: 0px;
		width: 100%;
		padding: 8px 0px;
	}
}

.bdhwk #sftExt-frontend-button.rectangle:hover {
	background-color: #572179;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

@-webkit-keyframes buttonPulse {
	0% {
		-webkit-box-shadow: 0px 0px 0px 0px #572179;
		box-shadow: 0px 0px 0px 0px #572179;
	}

	29% {
		-webkit-box-shadow: 0px 0px 0px 40px rgba(87,33,121,0);
		box-shadow: 0px 0px 0px 40px rgba(87,33,121,0);
	}

	30% {
		-webkit-box-shadow: 0px 0px 0px 0px rgba(87,33,121,0);
		box-shadow: 0px 0px 0px 0px rgba(87,33,121,0);
	}

	31% {
		-webkit-box-shadow: 0px 0px 0px 0px #9bc76e;
		box-shadow: 0px 0px 0px 0px #9bc76e;
	}

	60% {
		-webkit-box-shadow: 0px 0px 0px 40px rgba(155,199,110,0);
		box-shadow: 0px 0px 0px 40px rgba(155,199,110,0);
	}

	61% {
		-webkit-box-shadow: 0px 0px 0px 0px rgba(155,199,110,0);
		box-shadow: 0px 0px 0px 0px rgba(155,199,110,0);
	}

	62% {
		-webkit-box-shadow: 0px 0px 0px 0px #fff;
		box-shadow: 0px 0px 0px 0px #fff;
	}

	91% {
		-webkit-box-shadow: 0px 0px 0px 40px rgba(255,255,255,0);
		box-shadow: 0px 0px 0px 40px rgba(255,255,255,0);
	}

	92% {
		-webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
		box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
	}
}

@keyframes buttonPulse {
	0% {
		-webkit-box-shadow: 0px 0px 0px 0px #572179;
		box-shadow: 0px 0px 0px 0px #572179;
	}

	29% {
		-webkit-box-shadow: 0px 0px 0px 40px rgba(87,33,121,0);
		box-shadow: 0px 0px 0px 40px rgba(87,33,121,0);
	}

	30% {
		-webkit-box-shadow: 0px 0px 0px 0px rgba(87,33,121,0);
		box-shadow: 0px 0px 0px 0px rgba(87,33,121,0);
	}

	31% {
		-webkit-box-shadow: 0px 0px 0px 0px #9bc76e;
		box-shadow: 0px 0px 0px 0px #9bc76e;
	}

	60% {
		-webkit-box-shadow: 0px 0px 0px 40px rgba(155,199,110,0);
		box-shadow: 0px 0px 0px 40px rgba(155,199,110,0);
	}

	61% {
		-webkit-box-shadow: 0px 0px 0px 0px rgba(155,199,110,0);
		box-shadow: 0px 0px 0px 0px rgba(155,199,110,0);
	}

	62% {
		-webkit-box-shadow: 0px 0px 0px 0px #fff;
		box-shadow: 0px 0px 0px 0px #fff;
	}

	91% {
		-webkit-box-shadow: 0px 0px 0px 40px rgba(255,255,255,0);
		box-shadow: 0px 0px 0px 40px rgba(255,255,255,0);
	}

	92% {
		-webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
		box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
	}
}

.bdhwk .btn,.bdhwk .btn-green,.bdhwk button-green,.bdhwk .btn-purple,.bdhwk button-purple,.bdhwk .btn-green-sm,.bdhwk button-green-sm,.bdhwk .btn-purple-sm,.bdhwk button-purple-sm,.bdhwk button {
	position: relative;
	font: 700 22px/47px "Work Sans",sans-serif;
	text-align: center;
	cursor: pointer;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 8px;
	padding: 0px 20px;
	display: block;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

@media screen and (max-width: 800px) {
	.bdhwk .btn,.bdhwk .btn-green,.bdhwk button-green,.bdhwk .btn-purple,.bdhwk button-purple,.bdhwk .btn-green-sm,.bdhwk button-green-sm,.bdhwk .btn-purple-sm,.bdhwk button-purple-sm,.bdhwk button {
		font: 700 14px/32px "Work Sans",sans-serif;
		height: 32px;
	}
}

.bdhwk .btn-green,.bdhwk button-green {
	background-color: #9BC76E;
	color: #fff;
}

.bdhwk .btn-green:hover,.bdhwk button-green:hover {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: rgba(155,199,110,0.7);
}

.bdhwk .btn-purple,.bdhwk button-purple {
	background-color: #572179;
	color: #fff;
}

.bdhwk .btn-purple:hover,.bdhwk button-purple:hover {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: rgba(87,33,121,0.7);
}

.bdhwk .btn-green-sm,.bdhwk button-green-sm {
	background-color: #9BC76E;
	color: #fff;
	font: 700 14px/32px "Work Sans",sans-serif;
	height: 32px;
}

.bdhwk .btn-green-sm:hover,.bdhwk button-green-sm:hover {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: rgba(155,199,110,0.7);
}

.bdhwk .btn-purple-sm,.bdhwk button-purple-sm {
	background-color: #572179;
	color: #fff;
	font: 700 14px/32px "Work Sans",sans-serif;
	height: 32px;
}

.bdhwk .btn-purple-sm:hover,.bdhwk button-purple-sm:hover {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: rgba(87,33,121,0.7);
}

.bdhwk .link {
	position: relative;
	font: 700 18px/20px "Work Sans",sans-serif;
	color: #572179;
}

.bdhwk .link:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 2px;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	height: 18px;
	width: 18px;
	border-radius: 22px;
	background: url("../src/icons/arrow-link.svg") center no-repeat;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.bdhwk .link:hover:after {
	-webkit-transform: translateX(36px);
	transform: translateX(36px);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.bdhwk .error404 .not-found {
	padding: 141px 0px 0px 0px;
}

@media screen and (max-width: 925px) {
	.bdhwk .error404 .not-found {
		padding: 90px 0px 0px 0px;
	}
}

.bdhwk .error404 .not-found .header-not-found {
	margin: 180px 0px;
}

.bdhwk .error404 .not-found .header-not-found h2 {
	margin: 0px 0px 30px 0px;
}

.bdhwk .error404 .not-found .header-not-found p {
	max-width: 500px;
}

.bdhwk .error404 .not-found .header-not-found a {
	color: #795995;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.bdhwk .error404 .not-found .header-not-found a:hover {
	color: #9BC76E;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.bdhwk .error404 .not-found .search-bar {
	background-color: #9BC76E;
	padding: 80px 0px 100px 0px;
	margin: 54px 0px 0px 0px;
}

.bdhwk .error404 .not-found .search-bar input {
	display: block;
	border: none;
	border-bottom: 2px solid #fff;
	color: #fff;
	background-color: #9BC76E;
	width: 100%;
	padding: 20px 0px 20px 0px;
	height: 50px;
	outline: none;
	font: 700 74px/74px "Open Sans",sans-serif;
}

@media screen and (max-width: 700px) {
	.bdhwk .error404 .not-found .search-bar input {
		height: 60px;
		font: 700 38px/38px "Open Sans",sans-serif;
	}
}

@media screen and (max-width: 400px) {
	.bdhwk .error404 .not-found .search-bar input {
		height: 50px;
		font: 700 24px/24px "Open Sans",sans-serif;
	}
}

.bdhwk .error404 .not-found .search-bar p {
	color: #fff;
	text-align: right;
	margin: 5px 0px 0px 0px;
}

.bdhwk .error404 .not-found .search-bar ::-webkit-input-placeholder {
	color: #fff;
}

.bdhwk .error404 .not-found .search-bar :-moz-placeholder {
	color: #fff;
}

.bdhwk .error404 .not-found .search-bar ::-moz-placeholder {
	color: #fff;
}

.bdhwk .error404 .not-found .search-bar :-ms-input-placeholder {
	color: #fff;
}

.wp-admin .wp-block {
	max-width: 1920px;
	width: 80%;
	margin: 50px auto;
}

.wp-admin #tab-panel-1-patterns,.wp-admin #tab-panel-2-patterns,.wp-admin #tab-panel-3-patterns,.wp-admin #tab-panel-4-patterns,.wp-admin #tab-panel-5-patterns,.wp-admin #tab-panel-6-patterns,.wp-admin #tab-panel-7-patterns,.wp-admin #tab-panel-8-patterns,.wp-admin #tab-panel-9-patterns,.wp-admin #tab-panel-10-patterns {
	display: none;
}

header {
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100px;
	background-color: rgba(255,255,255,0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 0px 0px 0px;
	z-index: 8;
}

header .green-callout {
	position: relative;
	top: -28px;
	background-color: #9BC76E;
	width: 100%;
	text-align: center;
	height: 28px;
	z-index: 2;
}

header .green-callout>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0px 89px 0px 0px;
}

@media screen and (max-width: 1060px) {
	header .green-callout>div {
		margin: 0px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

header .green-callout p {
	color: #fff;
	margin: 0px 0px 0px 15px;
	line-height: 28px;
}

header .green-callout p strong {
	font: 700 14px/16px "Work Sans",sans-serif;
	margin: 0px 5px 0px 0px;
}

@media screen and (max-width: 768px) {
	header .green-callout p strong {
		font: 16px/16px;
	}
}

header .green-callout p .mobile-link {
	display: none;
}

@media screen and (max-width: 1280px) {
	header .green-callout p .mobile-link {
		display: inline-block;
	}
}

header .green-callout p a {
	font: 500 14px/16px "Work Sans",sans-serif;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

header .green-callout p a:hover {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #572179;
}

@media screen and (max-width: 768px) {
	header .green-callout p a {
		font: 16px/16px;
	}
}

@media screen and (max-width: 1280px) {
	header .green-callout .btn-callout {
		display: none;
	}
}

header .green-callout .search-icon {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

header .green-callout .search-icon svg {
	margin: 8px 0px 0px 30px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

header .green-callout .search-icon svg path {
	fill: #fff;
}

header .green-callout .search-icon:hover {
	opacity: 1;
}

header .green-callout .search-icon:hover svg path {
	fill: #572179;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

@media screen and (max-width: 1280px) {
	header .green-callout .search-icon {
		display: none;
	}
}

@media screen and (max-width: 320px) {
	header .green-callout {
		height: 55px;
	}
}

@media screen and (max-width: 1280px) {
	header .green-callout {
		top: 0px;
	}
}

header .logo {
	position: relative;
	width: 320px;
	margin: 0px 0px 0px 110px;
}

@media screen and (max-width: 1470px) {
	header .logo {
		margin: 15px 0px 0px 70px;
	}
}

@media screen and (max-width: 1277px) {
	header .logo {
		margin: 17px 0px 0px 25px;
		width: 250px;
	}
}

@media screen and (max-width: 1060px) {
	header .logo {
		width: 142px;
		margin: 12px 0px 0px 25px;
	}
}

header .logo a,header .logo img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
}

header .logo .color {
	opacity: 1;
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

header .logo .color-open {
	opacity: 0 !important;
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

header .logo .white {
	opacity: 1;
	z-index: 2;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

header .logo .white-open {
	opacity: 1 !important;
	z-index: 2;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

header .navigation {
	margin: 0px 90px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 1;
}

@media screen and (max-width: 1277px) {
	header .navigation {
		margin: 8px 25px 0px 0px;
	}
}

header .navigation .action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

@media screen and (max-width: 1060px) {
	header .navigation .action {
		display: none;
	}
}

header .navigation .action p {
	color: #fff;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .navigation .action p strong {
	font: 700 16px/16px "Work Sans",sans-serif;
	margin: 0px 5px 0px 0px;
}

header .navigation .action p a {
	font: 300 16px/16px "Work Sans",sans-serif;
	color: #fff;
	margin: 0px 20px 0px 0px;
}

header .navigation .action a {
	margin: 0px 0px 0px 10px;
}

header .navigation .action .search-icon svg {
	margin: 8px 0px 0px 30px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

header .navigation .action .search-icon svg path {
	fill: #fff;
}

header .navigation .action .search-icon:hover {
	opacity: 1;
}

header .navigation .action .search-icon:hover svg path {
	fill: #9BC76E;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

header .navigation .nav-desk {
	width: 100%;
	margin: 0px;
	-webkit-transform: translateX(13px);
	transform: translateX(13px);
}

@media screen and (max-width: 1060px) {
	header .navigation .nav-desk {
		display: none;
	}
}

header .navigation .nav-desk nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

header .navigation .nav-desk nav .nav-box {
	position: relative;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

header .navigation .nav-desk nav .nav-box:hover .top-link {
	color: #9BC76E;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .navigation .nav-desk nav .nav-box:hover .top-link svg {
	-webkit-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .navigation .nav-desk nav .nav-box:hover .top-link svg path {
	fill: #9BC76E !important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .navigation .nav-desk nav .nav-box:hover .nav-drop,header .navigation .nav-desk nav .nav-box.active-box .nav-drop {
	display: block;
	opacity: 1;
	top: 30px;
	height: auto;
	padding: 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .navigation .nav-desk nav .nav-box:hover .nav-drop:after,header .navigation .nav-desk nav .nav-box.active-box .nav-drop:after {
	width: 100%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

header .navigation .nav-desk nav .nav-box:hover .nav-drop a,header .navigation .nav-desk nav .nav-box.active-box .nav-drop a {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	padding: 10px 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .navigation .nav-desk nav .nav-box:hover .nav-drop a:hover,header .navigation .nav-desk nav .nav-box.active-box .nav-drop a:hover {
	color: #9BC76E;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

header .navigation .nav-desk nav .nav-box .top-link {
	margin: 0 0px 0px 15px;
	padding: 0px 5px 10px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media screen and (max-width: 1385px) {
	header .navigation .nav-desk nav .nav-box .top-link {
		margin: 0 0px 0px 5px;
	}
}

@media screen and (max-width: 1120px) {
	header .navigation .nav-desk nav .nav-box .top-link {
		margin: 0 0px 0px 4px;
	}
}

header .navigation .nav-desk nav .nav-box .top-link a {
	color: #fff;
	text-transform: uppercase;
	font: 700 14px/14px "Work Sans",sans-serif;
	letter-spacing: 1px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media screen and (max-width: 1385px) {
	header .navigation .nav-desk nav .nav-box .top-link a {
		font: 700 13px/13px "Work Sans",sans-serif;
	}
}

header .navigation .nav-desk nav .nav-box .top-link svg {
	display: block;
	height: 10px;
	width: 10px;
	-webkit-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
	margin: 2px 0px 0px 0px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .navigation .nav-desk nav .nav-box .top-link svg path {
	fill: #9BC76E;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .navigation .nav-desk nav .nav-box .nav-drop {
	display: block;
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background-color: #fff;
	padding: 0px 10px;
	border-radius: 0px 0px 8px 8px;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .navigation .nav-desk nav .nav-box .nav-drop:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 1%;
	height: 2px;
	margin: auto;
	background-color: #9BC76E;
}

header .navigation .nav-desk nav .nav-box .nav-drop a {
	padding: 0px;
	color: #141414;
	width: 100%;
	display: block;
	opacity: 0;
	font: 400 12px/14px "Open Sans",sans-serif;
	color: #616161;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	border-bottom: 1px solid #cfcfcf;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .navigation .nav-desk nav .nav-box .nav-drop a:last-of-type {
	border: none;
}

header .navigation .nav-desk nav .btn-green-sm {
	margin: 0px 0px 0px 20px;
}

@media screen and (max-width: 1277px) {
	header .navigation .nav-desk nav .btn-green-sm {
		margin: 0px 10px 0px 10px;
	}
}

header .navigation .nav-mobile,header .navigation .nav-mobile-open {
	display: none;
	-webkit-transform: translateX(100vw);
	transform: translateX(100vw);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

@media screen and (max-width: 1060px) {
	header .navigation .nav-mobile,header .navigation .nav-mobile-open {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100vw;
		background-color: #572179;
		z-index: 9;
	}
}

header .navigation .nav-mobile-open {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .navigation .nav-mobile .scroll-box,header .navigation .nav-mobile-open .scroll-box {
	position: relative;
	overflow: auto;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

header .navigation .nav-mobile nav,header .navigation .nav-mobile-open nav {
	margin: 100px 0px 0px 0px;
	width: 100%;
}

header .navigation .nav-mobile nav .nav-accord,header .navigation .nav-mobile-open nav .nav-accord {
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid #141414;
}

header .navigation .nav-mobile nav .nav-accord:last-of-type,header .navigation .nav-mobile-open nav .nav-accord:last-of-type {
	border: none;
}

header .navigation .nav-mobile nav .nav-accord .main,header .navigation .nav-mobile-open nav .nav-accord .main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% - 48px);
	padding: 15px 24px;
}

header .navigation .nav-mobile nav .nav-accord .main a,header .navigation .nav-mobile-open nav .nav-accord .main a {
	color: #fff;
	display: block;
	font: 700 14px/20px "Work Sans",sans-serif;
	text-transform: uppercase;
}

header .navigation .nav-mobile nav .nav-accord .main span,header .navigation .nav-mobile-open nav .nav-accord .main span {
	display: block;
	height: 22px;
	width: 22px;
	background: url("../src/icons/arrow-nav.svg") center no-repeat;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .navigation .nav-mobile nav .nav-accord .subs,header .navigation .nav-mobile-open nav .nav-accord .subs {
	background-color: #38214b;
	width: calc(100% - 48px);
	padding: 0px 24px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .navigation .nav-mobile nav .nav-accord .subs a,header .navigation .nav-mobile-open nav .nav-accord .subs a {
	color: #fff;
	display: block;
	font: 300 14px/20px "Work Sans",sans-serif;
	margin: 0px 0px;
	opacity: 0;
	height: 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .navigation .nav-mobile nav .nav-accord.active .main span,header .navigation .nav-mobile-open nav .nav-accord.active .main span {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .navigation .nav-mobile nav .nav-accord.active .subs,header .navigation .nav-mobile-open nav .nav-accord.active .subs {
	padding: 5px 24px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .navigation .nav-mobile nav .nav-accord.active .subs a,header .navigation .nav-mobile-open nav .nav-accord.active .subs a {
	margin: 12px 0px;
	opacity: 1;
	height: 24px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .navigation .nav-mobile .buttons,header .navigation .nav-mobile-open .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 31px auto 30px;
}

header .navigation .nav-mobile .buttons a,header .navigation .nav-mobile-open .buttons a {
	margin: 0px 10px;
}

header .navigation .nav-mobile .bottom,header .navigation .nav-mobile-open .bottom {
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 1px;
}

header .navigation .nav-mobile .bottom span,header .navigation .nav-mobile-open .bottom span {
	display: block;
	border-top: 1px solid rgba(20,20,20,0.5);
	border-right: 1px solid rgba(20,20,20,0.5);
	width: 33%;
	padding: 22px 0px;
}

header .navigation .nav-mobile .bottom span img,header .navigation .nav-mobile-open .bottom span img,header .navigation .nav-mobile .bottom span svg,header .navigation .nav-mobile-open .bottom span svg {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0px auto 16px;
}

header .navigation .nav-mobile .bottom span img path,header .navigation .nav-mobile-open .bottom span img path,header .navigation .nav-mobile .bottom span svg path,header .navigation .nav-mobile-open .bottom span svg path {
	fill: #795995;
}

header .navigation .nav-mobile .bottom span p,header .navigation .nav-mobile-open .bottom span p {
	color: #fff;
	font: 700 10px/10px "Work Sans",sans-serif;
	text-align: center;
}

header .navigation .nav-mobile .bottom span:last-of-type,header .navigation .nav-mobile-open .bottom span:last-of-type {
	border-right: none;
}

header .navigation .ham,header .navigation .ham-close {
	position: relative;
	display: none;
	cursor: pointer;
	z-index: 99;
	webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 1060px) {
	header .navigation .ham,header .navigation .ham-close {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 39px;
		height: 39px;
		border-radius: 39px;
		background-color: #9BC76E;
	}
}

header .navigation .ham .lines,header .navigation .ham-close .lines {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

header .navigation .ham .lines span,header .navigation .ham-close .lines span {
	width: 25px;
	height: 1px;
	background-color: #fff;
	margin: 2px 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .navigation .ham .center1,header .navigation .ham-close .center1,header .navigation .ham .center2,header .navigation .ham-close .center2 {
	position: absolute;
	width: 0px;
	height: 1px;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	opacity: 1;
}

header .navigation .ham-close .lines {
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

header .navigation .ham-close .lines span {
	opacity: 0;
	margin: 0px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

header .navigation .ham-close .center1 {
	-webkit-animation: centerGrow1 0.3s ease 0.1s forwards;
	animation: centerGrow1 0.3s ease 0.1s forwards;
}

header .navigation .ham-close .center2 {
	-webkit-animation: centerGrow2 0.3s ease 0.1s forwards;
	animation: centerGrow2 0.3s ease 0.1s forwards;
}

@-webkit-keyframes centerGrow1 {
	0% {
		width: 0px;
		opacity: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	70% {
		width: 25px;
		opacity: 1;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		width: 25px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 1;
	}
}

@keyframes centerGrow1 {
	0% {
		width: 0px;
		opacity: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	70% {
		width: 25px;
		opacity: 1;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		width: 25px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 1;
	}
}

@-webkit-keyframes centerGrow2 {
	0% {
		width: 0px;
		opacity: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	70% {
		width: 25px;
		opacity: 1;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		width: 25px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 1;
	}
}

@keyframes centerGrow2 {
	0% {
		width: 0px;
		opacity: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	70% {
		width: 25px;
		opacity: 1;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		width: 25px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 1;
	}
}

@media screen and (max-width: 320px) {
	header {
		height: 90px;
	}
}

@media screen and (max-width: 1060px) {
	header {
		height: 60px;
	}
}

header.compressed {
	height: 110px;
	padding-top: 0px;
	background-color: #fff;
}

header.compressed .navigation .search-icon svg path {
	fill: #141414;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

header.compressed .navigation .nav-desk {
	margin: -46px 0px 0px 0px;
}

header.compressed .navigation nav .nav-box {
	position: relative;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

header.compressed .navigation nav .nav-box .top-link {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header.compressed .navigation nav .nav-box .top-link a {
	color: #141414;
}

header.compressed .navigation nav .nav-box .top-link svg {
	-webkit-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header.compressed .navigation nav .nav-box .top-link svg path {
	fill: #141414 !important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header.compressed .navigation nav .nav-box:hover .top-link {
	color: #9BC76E;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header.compressed .navigation nav .nav-box:hover .top-link svg {
	-webkit-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header.compressed .navigation nav .nav-box:hover .top-link svg path {
	fill: #9BC76E !important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header.compressed .navigation nav .nav-box:hover .nav-drop {
	top: 37px;
}

header.compressed .logo {
	width: 200px;
	margin-top: 0px;
}

@media screen and (max-width: 1470px) {
	header.compressed .logo {
		margin: 18px 0px 0px 70px;
	}
}

@media screen and (max-width: 1440px) {
	header.compressed .logo {
		margin: 0px 0px 0px 70px;
	}
}

@media screen and (max-width: 1339px) {
	header.compressed .logo {
		margin: 23px 0px 0px 70px;
	}
}

@media screen and (max-width: 1230px) {
	header.compressed .logo {
		margin: 23px 0px 0px 25px;
	}
}

@media screen and (max-width: 1060px) {
	header.compressed .logo {
		width: 142px;
		margin: 12px 0px 0px 25px;
	}
}

header.compressed .logo .white {
	opacity: 0;
}

header.compressed .action {
	opacity: 0;
	-webkit-transform: translateY(-55px);
	transform: translateY(-55px);
}

header.compressed .green-callout {
	top: 0px;
}

footer .footer-callout {
	position: relative;
	background-color: #572179;
	padding: 75px 0px;
}

footer .footer-callout .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 1240px) {
	footer .footer-callout .wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

footer .footer-callout div {
	width: calc(33% - 50px);
}

footer .footer-callout .chat,footer .footer-callout .faq {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0px 50px 0px 0px;
}

@media screen and (max-width: 1240px) {
	footer .footer-callout .chat,footer .footer-callout .faq {
		width: calc(50% - 100px);
		margin: 0px 50px 100px 50px;
	}
}

@media screen and (max-width: 850px) {
	footer .footer-callout .chat,footer .footer-callout .faq {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		margin: 0px 0px 70px 0px;
	}
}

footer .footer-callout .chat img,footer .footer-callout .faq img {
	width: 75px;
	margin: 0px 40px 0px 0px;
}

@media screen and (max-width: 850px) {
	footer .footer-callout .chat img,footer .footer-callout .faq img {
		margin: 0px 0px 40px 0px;
	}
}

@media screen and (max-width: 850px) {
	footer .footer-callout .chat span,footer .footer-callout .faq span {
		width: 100%;
		margin: 0px 0px 40px 0px;
	}
}

footer .footer-callout .chat span h5,footer .footer-callout .faq span h5 {
	text-transform: uppercase;
	margin: 0px 0px 14px 0px;
}

@media screen and (max-width: 850px) {
	footer .footer-callout .chat span h5,footer .footer-callout .faq span h5 {
		text-align: center;
		margin: 0px 0px 14px 0px;
	}
}

footer .footer-callout .chat span p,footer .footer-callout .faq span p {
	font: 400 14px/20px "Open Sans",sans-serif;
	color: #fff;
	margin: 0px 0px 14px 0px;
}

@media screen and (max-width: 850px) {
	footer .footer-callout .chat span p,footer .footer-callout .faq span p {
		text-align: center;
		max-width: 300px;
		margin: 0px auto;
	}
}

footer .footer-callout .chat span a,footer .footer-callout .faq span a {
	display: inline-block;
}

@media screen and (max-width: 850px) {
	footer .footer-callout .chat span a,footer .footer-callout .faq span a {
		margin: 25px auto 0px;
		display: block;
		max-width: 100px;
	}
}

@media screen and (max-width: 1240px) {
	footer .footer-callout .subscribe {
		min-width: 0px;
		width: 50%;
		margin: 0px auto;
	}
}

@media screen and (max-width: 850px) {
	footer .footer-callout .subscribe {
		width: 80%;
	}
}

footer .footer-callout .subscribe h5 {
	text-transform: uppercase;
	margin: 0px 0px 14px 0px;
}

@media screen and (max-width: 850px) {
	footer .footer-callout .subscribe h5 {
		text-align: center;
	}
}

footer .footer-callout .subscribe p {
	font: 400 14px/20px "Open Sans",sans-serif;
	color: #fff;
	margin: 14px 0px 0px 0px;
	width: calc(100% - 60px);
}

@media screen and (max-width: 1240px) {
	footer .footer-callout .subscribe p {
		width: calc(100% - 10px);
	}
}

@media screen and (max-width: 850px) {
	footer .footer-callout .subscribe p {
		text-align: center;
	}
}

footer .footer-callout .subscribe .gform_wrapper {
	width: 100%;
}

footer .footer-callout .subscribe .gform_wrapper form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer .footer-callout .subscribe .gform_wrapper .gform-body {
	width: calc(100% - 120px);
}

footer .footer-callout .subscribe .gform_wrapper .gform-body .gfield {
	width: 100%;
}

footer .footer-callout .subscribe .gform_wrapper .gform-body .gfield .ginput_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

footer .footer-callout .subscribe .gform_wrapper .gform-body .gfield .ginput_container input {
	padding: 10px 20px;
	outline: none;
	border: none;
	border-radius: 8px 0px 0px 8px;
	z-index: 0;
	width: 100%;
}

footer .footer-callout .subscribe .gform_wrapper .gform_footer {
	margin: 0px;
	padding: 0px;
}

footer .footer-callout .subscribe .gform_wrapper .gform_footer .gform_button {
	position: relative;
	height: 37px;
	margin: 0px;
	width: 100px;
	z-index: 1;
	background-color: #9BC76E;
	color: #fff;
	border-radius: 0px 8px 8px 0px;
	outline: none;
	border: none;
	font: 700 14px/32px "Work Sans",sans-serif;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

footer .footer-callout .subscribe .gform_wrapper .gform_footer .gform_button:hover {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: rgba(155,199,110,0.7);
}

footer .footer-callout .subscribe .gform_confirmation_wrapper {
	width: 100%;
}

footer .footer-callout .subscribe .gform_confirmation_wrapper .gform_confirmation_message {
	font: 300 14px/20px "Open Sans",sans-serif;
	color: #fff;
	width: 100%;
}

footer .footer-callout .subscribe .gform_validation_errors {
	display: none;
}

footer .footer-callout .subscribe .gfield_validation_message {
	font: 700 14px/32px "Work Sans",sans-serif;
	color: #ff2e00;
	width: 100%;
	background: transparent;
	border: none;
	padding: 0px;
}

footer .footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 100px 0px;
}

@media screen and (max-width: 1023px) {
	footer .footer-nav {
		padding: 80px 0px;
	}
}

footer .footer-nav span {
	display: block;
	margin: 0px 50px 0px 0px;
	width: 130px;
}

@media screen and (max-width: 1023px) {
	footer .footer-nav span {
		display: none;
	}
}

footer .footer-nav span ul {
	list-style-type: none;
	padding: 0px;
}

@media screen and (max-width: 1023px) {
	footer .footer-nav span ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	footer .footer-nav span ul .heading {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 560px) {
	footer .footer-nav span ul {
		display: block;
	}

	footer .footer-nav span ul .heading {
		text-align: left;
	}
}

footer .footer-nav span ul li {
	color: #141414;
	font: 700 14px/20px "Work Sans",sans-serif;
	text-transform: uppercase;
	margin: 0px 0px 23px 0px;
}

@media screen and (max-width: 1023px) {
	footer .footer-nav span ul li {
		width: 33%;
	}
}

@media screen and (max-width: 560px) {
	footer .footer-nav span ul li {
		width: 100%;
	}
}

footer .footer-nav span ul li a {
	color: #616161;
	font: 400 14px/20px "Open Sans",sans-serif;
	text-transform: capitalize;
	display: block;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

footer .footer-nav span ul li a:hover {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #9BC76E;
}

@media screen and (max-width: 1023px) {
	footer .footer-nav span ul li a {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 560px) {
	footer .footer-nav span ul li a {
		text-align: left;
	}
}

footer .footer-nav .contact {
	margin-left: auto;
	width: 145px;
}

@media screen and (max-width: 1023px) {
	footer .footer-nav .contact {
		display: block;
		width: 100%;
		margin: 0px auto;
	}
}

@media screen and (max-width: 560px) {
	footer .footer-nav .contact {
		width: 80%;
	}
}

footer .footer-nav .contact li p {
	color: #616161;
	font: 400 14px/20px "Open Sans",sans-serif;
}

footer .footer-nav .contact li p strong {
	font: 700 16px/20px "Work Sans",sans-serif;
	color: #616161;
	margin: 0px 5px 0px 0px;
}

@media screen and (max-width: 1023px) {
	footer .footer-nav .contact li p strong {
		margin: 0px;
		display: block;
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 560px) {
	footer .footer-nav .contact li p strong {
		text-align: left;
	}
}

@media screen and (max-width: 1023px) {
	footer .footer-nav .contact li p {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 560px) {
	footer .footer-nav .contact li p {
		text-align: left;
	}
}

footer .footer-nav .contact .social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 1023px) {
	footer .footer-nav .contact .social {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 40px 0px 0px 0px;
	}
}

@media screen and (max-width: 560px) {
	footer .footer-nav .contact .social {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 145px;
	}
}

footer .footer-nav .contact .social li {
	width: 24px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

footer .footer-nav .contact .social li a img {
	width: 100%;
}

footer .footer-nav .contact .social li:hover {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0.5;
}

@media screen and (max-width: 1023px) {
	footer .footer-nav .contact .social li {
		margin: 0px 10px;
	}
}

@media screen and (max-width: 560px) {
	footer .footer-nav .contact .social li {
		margin: 0px;
	}
}

footer .footer-nav .btn-green-sm {
	max-width: 150px;
}

@media screen and (max-width: 1023px) {
	footer .footer-nav .btn-green-sm {
		margin: 20px auto 10px;
	}
}

@media screen and (max-width: 560px) {
	footer .footer-nav .btn-green-sm {
		margin: 20px 0px 10px;
	}
}

footer .footer-tag {
	padding: 30px 0px;
	background-color: #9BC76E;
}

footer .footer-tag ::-moz-selection {
	background: #572179;
	color: #fff;
}

footer .footer-tag ::selection {
	background: #572179;
	color: #fff;
}

footer .footer-tag ::-moz-selection {
	background: #572179;
	color: #fff;
}

footer .footer-tag .wrap {
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 1100px) {
	footer .footer-tag .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

footer .footer-tag span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
}

@media screen and (max-width: 1100px) {
	footer .footer-tag span {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0px 0px 50px 0px;
	}
}

footer .footer-tag span p {
	color: #fff;
	line-height: 16px;
}

@media screen and (max-width: 520px) {
	footer .footer-tag span p {
		width: auto;
		text-align: center;
	}
}

footer .footer-tag span p:after {
	content: "|";
	margin: 0px 15px;
}

@media screen and (max-width: 520px) {
	footer .footer-tag span p:after {
		content: "";
		margin: 0px 5px;
	}
}

footer .footer-tag span a {
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

@media screen and (max-width: 520px) {
	footer .footer-tag span a {
		width: 100%;
		text-align: center;
		margin: 20px 0px 0px 0px;
	}
}

footer .footer-tag span a:hover {
	color: #616161;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

footer .footer-tag .disclaimer p {
	font: 300 12px/18px "Open Sans",sans-serif;
}

@media screen and (max-width: 520px) {
	footer .footer-tag .disclaimer p {
		width: 100%;
	}
}

footer .footer-tag .disclaimer p:after {
	content: "";
	margin: 0px;
}

.search-pop,.search-pop-open,.search-pop-close {
	position: fixed;
	height: 0px;
	width: 100vw;
	overflow: hidden;
	z-index: 99999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.search-pop div,.search-pop-open div,.search-pop-close div {
	width: 100%;
	height: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.search-pop div:first-of-type,.search-pop-open div:first-of-type,.search-pop-close div:first-of-type {
	background-color: #616161;
	position: absolute;
	top: 0px;
}

.search-pop div:last-of-type,.search-pop-open div:last-of-type,.search-pop-close div:last-of-type {
	background-color: #9BC76E;
	position: absolute;
	bottom: 0px;
}

.search-pop div span,.search-pop-open div span,.search-pop-close div span {
	display: block;
	width: 80%;
	max-width: 900px;
}

.search-pop .top span,.search-pop-open .top span,.search-pop-close .top span {
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px);
	opacity: 0;
}

.search-pop .top input,.search-pop-open .top input,.search-pop-close .top input {
	display: block;
	border: none;
	border-bottom: 2px solid #fff;
	color: #fff;
	background-color: #616161;
	width: 100%;
	padding: 20px 0px 0px 0px;
	height: 100px;
	outline: none;
	font: 700 74px/74px "Open Sans",sans-serif;
}

@media screen and (max-width: 700px) {
	.search-pop .top input,.search-pop-open .top input,.search-pop-close .top input {
		height: 60px;
		font: 700 38px/38px "Open Sans",sans-serif;
	}
}

@media screen and (max-width: 400px) {
	.search-pop .top input,.search-pop-open .top input,.search-pop-close .top input {
		height: 50px;
		font: 700 24px/24px "Open Sans",sans-serif;
	}
}

.search-pop .top p,.search-pop-open .top p,.search-pop-close .top p {
	color: #fff;
	text-align: right;
	margin: 5px 0px 0px 0px;
}

.search-pop .bottom span,.search-pop-open .bottom span,.search-pop-close .bottom span {
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
	opacity: 0;
}

.search-pop .bottom h6,.search-pop-open .bottom h6,.search-pop-close .bottom h6 {
	color: #fff;
	width: 100%;
	margin: 0px 0px 15px 0px;
}

.search-pop .bottom a,.search-pop-open .bottom a,.search-pop-close .bottom a {
	width: 100%;
	color: #fff;
	text-align: left;
	margin: 0px 15px 0px 0px;
	font: 400 14px/14px "Open Sans",sans-serif;
}

.search-pop .bottom a:hover,.search-pop-open .bottom a:hover,.search-pop-close .bottom a:hover {
	opacity: 0.5;
}

.search-pop svg,.search-pop-open svg,.search-pop-close svg {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
	opacity: 0;
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px);
}

.search-pop svg:hover,.search-pop-open svg:hover,.search-pop-close svg:hover {
	opacity: 0.5;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.search-pop ::-moz-selection,.search-pop-open ::-moz-selection,.search-pop-close ::-moz-selection {
	background: #cfcfcf;
	color: #fff;
}

.search-pop ::selection,.search-pop-open ::selection,.search-pop-close ::selection {
	background: #cfcfcf;
	color: #fff;
}

.search-pop ::-moz-selection,.search-pop-open ::-moz-selection,.search-pop-close ::-moz-selection {
	background: #cfcfcf;
	color: #fff;
}

.search-pop-open {
	height: 100vh;
}

.search-pop-open div {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-animation: searchOpen 0.3s ease 0.1s forwards;
	animation: searchOpen 0.3s ease 0.1s forwards;
}

.search-pop-open .top span {
	-webkit-animation: searchOpenTop 0.5s ease 0.3s forwards;
	animation: searchOpenTop 0.5s ease 0.3s forwards;
}

.search-pop-open .bottom span {
	-webkit-animation: searchOpenBottom 0.5s ease 0.3s forwards;
	animation: searchOpenBottom 0.5s ease 0.3s forwards;
}

.search-pop-open svg {
	-webkit-animation: searchOpenTop 0.5s ease 0.3s forwards;
	animation: searchOpenTop 0.5s ease 0.3s forwards;
}

.search-pop-close {
	height: 100vh;
	-webkit-animation: searchCloseWrap 0s ease 0.5s forwards;
	animation: searchCloseWrap 0s ease 0.5s forwards;
}

.search-pop-close div {
	height: 50%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-animation: searchClose 0.5s ease 0.1s forwards;
	animation: searchClose 0.5s ease 0.1s forwards;
}

.search-pop-close .top span {
	-webkit-animation: searchCloseTop 0.5s ease 0s forwards;
	animation: searchCloseTop 0.5s ease 0s forwards;
}

.search-pop-close .bottom span {
	-webkit-animation: searchCloseBottom 0.5s ease 0s forwards;
	animation: searchCloseBottom 0.5s ease 0s forwards;
}

.search-pop-close svg {
	-webkit-animation: searchCloseTop 0.5s ease 0s forwards;
	animation: searchCloseTop 0.5s ease 0s forwards;
}

@-webkit-keyframes searchOpenWrap {
	0% {
		height: 0px;
	}

	100% {
		height: 100vh;
	}
}

@keyframes searchOpenWrap {
	0% {
		height: 0px;
	}

	100% {
		height: 100vh;
	}
}

@-webkit-keyframes searchOpen {
	0% {
		height: 0px;
	}

	100% {
		height: 50%;
	}
}

@keyframes searchOpen {
	0% {
		height: 0px;
	}

	100% {
		height: 50%;
	}
}

@-webkit-keyframes searchOpenTop {
	0% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes searchOpenTop {
	0% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}
}

@-webkit-keyframes searchOpenBottom {
	0% {
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes searchOpenBottom {
	0% {
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}
}

@-webkit-keyframes searchCloseWrap {
	0% {
		height: 100vh;
	}

	100% {
		height: 0px;
	}
}

@keyframes searchCloseWrap {
	0% {
		height: 100vh;
	}

	100% {
		height: 0px;
	}
}

@-webkit-keyframes searchClose {
	0% {
		height: 50%;
	}

	100% {
		height: 0px;
	}
}

@keyframes searchClose {
	0% {
		height: 50%;
	}

	100% {
		height: 0px;
	}
}

@-webkit-keyframes searchCloseTop {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
		opacity: 0;
	}
}

@keyframes searchCloseTop {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(-80px);
		transform: translateY(-80px);
		opacity: 0;
	}
}

@-webkit-keyframes searchCloseBottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
		opacity: 0;
	}
}

@keyframes searchCloseBottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
		opacity: 0;
	}
}

.search-result-page .search-bar {
	background-color: #572179;
	padding: 80px 0px 100px 0px;
	margin: 54px 0px 0px 0px;
}

.search-result-page .search-bar input {
	display: block;
	border: none;
	border-bottom: 2px solid #fff;
	color: #fff;
	background-color: #572179;
	width: 100%;
	padding: 20px 0px 20px 0px;
	height: 50px;
	outline: none;
	font: 700 74px/74px "Open Sans",sans-serif;
}

@media screen and (max-width: 700px) {
	.search-result-page .search-bar input {
		height: 60px;
		font: 700 38px/38px "Open Sans",sans-serif;
	}
}

@media screen and (max-width: 400px) {
	.search-result-page .search-bar input {
		height: 50px;
		font: 700 24px/24px "Open Sans",sans-serif;
	}
}

.search-result-page .search-bar p {
	color: #fff;
	text-align: right;
	margin: 5px 0px 0px 0px;
}

.search-result-page .search-bar ::-webkit-input-placeholder {
	color: #9a9a9a;
}

.search-result-page .search-bar :-moz-placeholder {
	color: #9a9a9a;
}

.search-result-page .search-bar ::-moz-placeholder {
	color: #9a9a9a;
}

.search-result-page .search-bar :-ms-input-placeholder {
	color: #9a9a9a;
}

.search-result-page .search-header {
	padding: 80px 0px 100px 0px;
	background-color: #fff;
}

.search-result-page .search-header h2 {
	color: #141414;
}

.search-result-page .search-results {
	padding: 0px 0px 100px 0px;
}

.search-result-page .search-results article {
	border-top: 1px solid #cfcfcf;
	padding: 33px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 835px) {
	.search-result-page .search-results article {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.search-result-page .search-results article span {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
}

.search-result-page .search-results article span:first-of-type {
	width: 280px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 835px) {
	.search-result-page .search-results article span:first-of-type {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
}

.search-result-page .search-results article span:first-of-type h5 {
	color: #141414;
	text-transform: uppercase;
	width: 100%;
	height: 16px;
	margin: 0px 0px 16px 0px;
	display: block;
}

.search-result-page .search-results article span:first-of-type .date {
	font: 300 12px/12px "Open Sans",sans-serif;
	width: 100%;
	margin: 0px;
	display: block;
}

.search-result-page .search-results article span:last-of-type {
	display: block;
	width: calc(100% - 280px);
}

@media screen and (max-width: 835px) {
	.search-result-page .search-results article span:last-of-type {
		width: 100%;
	}
}

.search-result-page .search-results article span:last-of-type h3 {
	color: #141414;
	width: 100%;
	margin: 0px 0px 10px 0px;
	font: 200 36px/42px "Open Sans",sans-serif;
}

@media screen and (max-width: 835px) {
	.search-result-page .search-results article span:last-of-type h3 {
		font: 200 30px/38px "Work Sans",sans-serif;
	}
}

.search-result-page .search-results article span:last-of-type .snippet {
	width: 90%;
	margin: 0px 0px 20px 0px;
}

.search-result-page .search-results article:last-of-type {
	border-bottom: 1px solid #cfcfcf;
}

.single-events .event-header {
	margin: 100px 0px 0px 0px;
	padding: 100px 0px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-events .event-header .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-events .event-header .wrap span {
	display: block;
	width: calc(50% - 100px);
	margin: 0px 100px 0px 0px;
}

.single-events .event-header .wrap img {
	width: 50%;
	border-radius: 8px;
}

.single-events .event-post {
	padding: 100px 0px;
}

.page-news .news-stories {
	padding: 0px 0px 100px 0px;
}

@media screen and (max-width: 925px) {
	.page-news .news-stories {
		padding: 0px 0px 50px 0px;
	}
}

.page-news .news-stories article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px 0px 150px 0px;
}

@media screen and (max-width: 768px) {
	.page-news .news-stories article {
		margin: 0px 0px 50px 0px;
	}
}

.page-news .news-stories article span {
	display: block;
	width: calc(100% - 530px);
	margin: 0px 130px 0px 0px;
}

@media screen and (max-width: 1175px) {
	.page-news .news-stories article span {
		width: calc(100% - 450px);
		margin: 0px 50px 0px 0px;
	}
}

@media screen and (max-width: 928px) {
	.page-news .news-stories article span {
		width: calc(100% - 350px);
	}
}

@media screen and (max-width: 768px) {
	.page-news .news-stories article span {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
}

.page-news .news-stories article span:last-of-type {
	width: 400px;
	margin: 0px;
}

@media screen and (max-width: 928px) {
	.page-news .news-stories article span:last-of-type {
		width: 300px;
	}
}

@media screen and (max-width: 768px) {
	.page-news .news-stories article span:last-of-type {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
}

.page-news .news-stories article span img {
	border-radius: 8px;
	width: 100%;
}

.page-news .news-stories article span h2 {
	font: 200 36px/42px "Work Sans",sans-serif;
	color: #572179;
	margin: 0px 0px 30px 0px;
}

@media screen and (max-width: 1175px) {
	.page-news .news-stories article span h2 {
		margin: 0px 0px 15px 0px;
	}
}

@media screen and (max-width: 800px) {
	.page-news .news-stories article span h2 {
		font: 200 30px/34px "Work Sans",sans-serif;
	}
}

.page-news .news-stories article span a {
	color: #572179;
}

.page-news .news-stories article span .info {
	margin: 0px 0px 30px 0px;
}

@media screen and (max-width: 1175px) {
	.page-news .news-stories article span .info {
		margin: 0px 0px 15px 0px;
	}
}

.page-news .news-stories article span .snippet {
	margin: 0px 0px 30px 0px;
}

@media screen and (max-width: 1175px) {
	.page-news .news-stories article span .snippet {
		margin: 0px 0px 15px 0px;
	}
}

.page-news .news-stories article span .btn-purple-sm {
	color: #fff;
	max-width: 150px;
}

.page-news .news-stories article span .btn-purple-sm svg {
	-webkit-transform: translate(16px, 4px);
	transform: translate(16px, 4px);
}

.page-news .news-stories .load-more {
	max-width: 300px;
	margin: 0px auto;
}

.page-news .news-stories .no-more-posts {
	color: #141414;
	text-align: center;
}

.single-post .news-single .news-header,.single-events .news-single .news-header {
	padding: 180px 0px 50px 0px;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 1100px) {
	.single-post .news-single .news-header,.single-events .news-single .news-header {
		padding: 130px 0px 0px 0px;
	}
}

.single-post .news-single .news-header span,.single-events .news-single .news-header span {
	display: block;
	width: calc(100% - 530px);
	margin: 0px 130px 0px 0px;
}

@media screen and (max-width: 1175px) {
	.single-post .news-single .news-header span,.single-events .news-single .news-header span {
		width: calc(100% - 450px);
		margin: 0px 50px 0px 0px;
	}
}

@media screen and (max-width: 928px) {
	.single-post .news-single .news-header span,.single-events .news-single .news-header span {
		width: calc(100% - 350px);
	}
}

@media screen and (max-width: 768px) {
	.single-post .news-single .news-header span,.single-events .news-single .news-header span {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
}

.single-post .news-single .news-header span:last-of-type,.single-events .news-single .news-header span:last-of-type {
	width: 400px;
	margin: 0px;
}

@media screen and (max-width: 928px) {
	.single-post .news-single .news-header span:last-of-type,.single-events .news-single .news-header span:last-of-type {
		width: 300px;
	}
}

@media screen and (max-width: 768px) {
	.single-post .news-single .news-header span:last-of-type,.single-events .news-single .news-header span:last-of-type {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
}

.single-post .news-single .news-header span img,.single-events .news-single .news-header span img {
	border-radius: 8px;
	width: 100%;
}

.single-post .news-single .news-header span h2,.single-events .news-single .news-header span h2 {
	font: 200 36px/42px "Work Sans",sans-serif;
	color: #572179;
	margin: 0px 0px 30px 0px;
}

@media screen and (max-width: 1175px) {
	.single-post .news-single .news-header span h2,.single-events .news-single .news-header span h2 {
		margin: 0px 0px 15px 0px;
	}
}

@media screen and (max-width: 800px) {
	.single-post .news-single .news-header span h2,.single-events .news-single .news-header span h2 {
		font: 200 30px/34px "Work Sans",sans-serif;
	}
}

.single-post .news-single .news-header span .info,.single-events .news-single .news-header span .info {
	margin: 0px 0px 30px 0px;
}

@media screen and (max-width: 1175px) {
	.single-post .news-single .news-header span .info,.single-events .news-single .news-header span .info {
		margin: 0px 0px 15px 0px;
	}
}

.single-post .news-single .news-header span .snippet,.single-events .news-single .news-header span .snippet {
	margin: 0px 0px 30px 0px;
}

@media screen and (max-width: 1175px) {
	.single-post .news-single .news-header span .snippet,.single-events .news-single .news-header span .snippet {
		margin: 0px 0px 15px 0px;
	}
}

.single-post .news-single .news-story,.single-events .news-single .news-story {
	padding: 80px 0px 80px 0px;
}

@media screen and (max-width: 768px) {
	.single-post .news-single .news-story,.single-events .news-single .news-story {
		padding: 0px 0px 80px 0px;
	}
}

.single-post .news-single .news-story .iframe,.single-events .news-single .news-story .iframe {
	margin: 50px auto 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.single-post .news-single .news-story .text-builder,.single-events .news-single .news-story .text-builder {
		margin: 50px 0px 0px 0px;
	}
}

.single-post .news-single .news-story .text-builder ul,.single-events .news-single .news-story .text-builder ul {
	margin: 30px 0px;
}

.wp-admin .news-stories {
	padding: 100px 0px;
}

.accordion-link-list {
	padding: 0px 0px 140px 0px;
}

@media screen and (max-width: 925px) {
	.accordion-link-list {
		padding: 0px 0px 90px 0px;
	}
}

.accordion-link-list .heading h2 {
	text-align: center;
}

.accordion-link-list .heading p {
	margin: 28px auto;
	width: 80%;
	max-width: 655px;
	text-align: center;
}

.accordion-link-list .accordion,.accordion-link-list .accordion-open {
	display: block;
	border-bottom: 1px solid #cfcfcf;
}

.accordion-link-list .accordion button,.accordion-link-list .accordion-open button {
	position: relative;
	width: calc(100% - 50px);
	padding: 42px 0px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background:transparent;
	border:0;
	text-align: left;
    font-size: 36px;
    font-weight: 200;
}

.accordion-link-list .accordion button:hover,.accordion-link-list .accordion-open button:hover {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0.7;
}

.accordion-link-list .accordion button:after,.accordion-link-list .accordion-open button:after {
	content: "";
	position: absolute;
	top: 41px;
	right: -50px;
	height: 42px;
	width: 42px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	border-radius: 42px;
	background: #9BC76E url("../src/icons/arrow.svg") center no-repeat;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media screen and (max-width: 800px) {
	.accordion-link-list .accordion button:after,.accordion-link-list .accordion-open button:after {
		height: 30px;
		width: 30px;
		top: 46px;
	}
}

.accordion-link-list .accordion ul,.accordion-link-list .accordion-open ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 0px;
	opacity: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	overflow: hidden;
	-webkit-animation: shrinkAcc 0.3s ease-in-out;
	animation: shrinkAcc 0.3s ease-in-out;
	-webkit-transition: max-height 0.3s ease-in-out;
	transition: max-height 0.3s ease-in-out;
}

.accordion-link-list .accordion ul li,.accordion-link-list .accordion-open ul li {
	width: calc(33.333% - 80px);
	margin: 0px 40px 60px 40px;
}

@media screen and (max-width: 1024px) {
	.accordion-link-list .accordion ul li,.accordion-link-list .accordion-open ul li {
		width: calc(50% - 80px);
	}
}

@media screen and (max-width: 600px) {
	.accordion-link-list .accordion ul li,.accordion-link-list .accordion-open ul li {
		width: calc(100% - 0px);
		margin: 0px 0px 60px 0px;
	}
}

.accordion-link-list .accordion ul li h3,.accordion-link-list .accordion-open ul li h3 {
	margin: 0px 0px 20px 0px;
}

.accordion-link-list .accordion ul .full,.accordion-link-list .accordion-open ul .full {
	width: calc(100% - 80px);
}

.accordion-link-list .accordion ul a,.accordion-link-list .accordion-open ul a {
	text-decoration: underline;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.accordion-link-list .accordion ul a:hover,.accordion-link-list .accordion-open ul a:hover {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #9BC76E;
}

.accordion-link-list .accordion-open ul {
	max-height: 2000px;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	margin: 38px 0px;
	-webkit-animation: growAcc 0.5s ease-in-out;
	animation: growAcc 0.5s ease-in-out;
	-webkit-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;
}

.accordion-link-list .accordion-open h6:after {
	content: "";
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

@-webkit-keyframes shrinkAcc {
	0% {
		opacity: 1;
		margin: 38px 0px;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	99% {
		opacity: 0;
		margin: 0px 0px;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	100% {
		opacity: 0;
		margin: 0px 0px;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@keyframes shrinkAcc {
	0% {
		opacity: 1;
		margin: 38px 0px;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	99% {
		opacity: 0;
		margin: 0px 0px;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	100% {
		opacity: 0;
		margin: 0px 0px;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@-webkit-keyframes growAcc {
	0% {
		opacity: 0;
		margin: 0px 0px;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}

	1% {
		opacity: 0;
		margin: 0px 0px;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	100% {
		opacity: 1;
		margin: 38px 0px;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@keyframes growAcc {
	0% {
		opacity: 0;
		margin: 0px 0px;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}

	1% {
		opacity: 0;
		margin: 0px 0px;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	100% {
		opacity: 1;
		margin: 38px 0px;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

.blank {
	padding: 150px 0px 100px 0px;
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
}

.blank span {
	display: block;
}

.blank .title {
	margin: 0px auto 50px;
}

.basic-headline {
	margin: 40px auto 10px;
}

.basic-headline h1,.basic-headline h2,.basic-headline h3,.basic-headline h4,.basic-headline h5,.basic-headline h6 {
	letter-spacing: .5px;
}

.basic-text {
	margin: 10px auto 40px;
}

.basic-text p {
	margin: 10px auto 20px;
}

.basic-wysiwyg a {
	color: #795995;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.basic-wysiwyg a:hover {
	color: #9BC76E;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.basic-wysiwyg ul {
	margin: 30px 0px;
}

.basic-wysiwyg ul li {
	color: #616161;
	font: 400 16px/24px "Open Sans",sans-serif;
	margin: 0px;
}

@media screen and (max-width: 768px) {
	.basic-wysiwyg ul li {
		font: 400 14px/22px "Open Sans",sans-serif;
	}
}

.basic-wysiwyg strong {
	font: 700 16px/24px "Work Sans",sans-serif;
	color: black;
}

@media screen and (max-width: 768px) {
	.basic-wysiwyg strong {
		font: 700 14px/22px "Work Sans",sans-serif;
	}
}

.divider-contact {
	background-color: #9BC76E;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 60px;
	margin: 0px auto 140px !important;
}

@media screen and (max-width: 925px) {
	.divider-contact {
		margin: 0px auto 90px !important;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 750px) {
	.divider-contact {
		-webkit-transform: translateX(-33px);
		transform: translateX(-33px);
		padding: 50px 80px;
	}
}

.divider-contact ::-moz-selection {
	background: #572179;
	color: #fff;
}

.divider-contact ::selection {
	background: #572179;
	color: #fff;
}

.divider-contact ::-moz-selection {
	background: #572179;
	color: #fff;
}

.divider-contact span {
	display: block;
	padding: 0px 100px 0px 0px;
}

@media screen and (max-width: 1024px) {
	.divider-contact span {
		padding: 0px 50px 0px 0px;
	}
}

@media screen and (max-width: 925px) {
	.divider-contact span {
		width: calc(100% - 50px);
		margin: 0px 0px 20px 0px;
		padding: 0px 50px 0px 0px;
	}
}

.divider-contact span h4 {
	font: 200 36px/36px "Work Sans",sans-serif;
	color: #fff;
}

@media screen and (max-width: 925px) {
	.divider-contact span h4 {
		margin: 0px 0px 50px 0px;
	}
}

.divider-contact span ul {
	padding: 0px;
	list-style-type: none;
}

.divider-contact span ul li p {
	color: #fff;
}

.divider-contact span ul li p strong {
	font-weight: 700;
}

.divider-contact span ul li p a {
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.divider-contact span ul li p a:hover {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #795995;
}

.divider-text-callout,.divider-text-callout-purple,.divider-text-callout--purple,.divider-text-callout-white,.divider-text-callout--white,.divider-text-callout- {
	background-color: #572179;
	padding: 73px 0px;
	margin: 0px 0px 140px 0px;
}

@media screen and (max-width: 925px) {
	.divider-text-callout,.divider-text-callout-purple,.divider-text-callout--purple,.divider-text-callout-white,.divider-text-callout--white,.divider-text-callout- {
		margin: 0px 0px 90px 0px;
	}
}

.divider-text-callout ::-moz-selection,.divider-text-callout-purple ::-moz-selection,.divider-text-callout--purple ::-moz-selection,.divider-text-callout-white ::-moz-selection,.divider-text-callout--white ::-moz-selection,.divider-text-callout- ::-moz-selection {
	background: #572179;
	color: #fff;
}

.divider-text-callout ::selection,.divider-text-callout-purple ::selection,.divider-text-callout--purple ::selection,.divider-text-callout-white ::selection,.divider-text-callout--white ::selection,.divider-text-callout- ::selection {
	background: #572179;
	color: #fff;
}

.divider-text-callout ::-moz-selection,.divider-text-callout-purple ::-moz-selection,.divider-text-callout--purple ::-moz-selection,.divider-text-callout-white ::-moz-selection,.divider-text-callout--white ::-moz-selection,.divider-text-callout- ::-moz-selection {
	background: #572179;
	color: #fff;
}

.divider-text-callout .wrap,.divider-text-callout-purple .wrap,.divider-text-callout--purple .wrap,.divider-text-callout-white .wrap,.divider-text-callout--white .wrap,.divider-text-callout- .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
	.divider-text-callout .wrap,.divider-text-callout-purple .wrap,.divider-text-callout--purple .wrap,.divider-text-callout-white .wrap,.divider-text-callout--white .wrap,.divider-text-callout- .wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.divider-text-callout .wrap span,.divider-text-callout-purple .wrap span,.divider-text-callout--purple .wrap span,.divider-text-callout-white .wrap span,.divider-text-callout--white .wrap span,.divider-text-callout- .wrap span {
	display: block;
}

@media screen and (max-width: 1024px) {
	.divider-text-callout .wrap span,.divider-text-callout-purple .wrap span,.divider-text-callout--purple .wrap span,.divider-text-callout-white .wrap span,.divider-text-callout--white .wrap span,.divider-text-callout- .wrap span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 1024px) and (max-width: 900px) {
	.divider-text-callout .wrap span,.divider-text-callout-purple .wrap span,.divider-text-callout--purple .wrap span,.divider-text-callout-white .wrap span,.divider-text-callout--white .wrap span,.divider-text-callout- .wrap span {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.divider-text-callout .wrap span h2,.divider-text-callout-purple .wrap span h2,.divider-text-callout--purple .wrap span h2,.divider-text-callout-white .wrap span h2,.divider-text-callout--white .wrap span h2,.divider-text-callout- .wrap span h2 {
	color: #fff;
	width: 80%;
	margin: 0px 0px 27px 0px;
}

.divider-text-callout .wrap span p,.divider-text-callout-purple .wrap span p,.divider-text-callout--purple .wrap span p,.divider-text-callout-white .wrap span p,.divider-text-callout--white .wrap span p,.divider-text-callout- .wrap span p {
	color: #fff;
	width: 80%;
}

.divider-text-callout .wrap span .btn-green,.divider-text-callout-purple .wrap span .btn-green,.divider-text-callout--purple .wrap span .btn-green,.divider-text-callout-white .wrap span .btn-green,.divider-text-callout--white .wrap span .btn-green,.divider-text-callout- .wrap span .btn-green {
	display: inline-block;
	padding: 0px 50px;
}

.divider-text-callout .wrap span:first-of-type,.divider-text-callout-purple .wrap span:first-of-type,.divider-text-callout--purple .wrap span:first-of-type,.divider-text-callout-white .wrap span:first-of-type,.divider-text-callout--white .wrap span:first-of-type,.divider-text-callout- .wrap span:first-of-type {
	width: 70%;
}

@media screen and (max-width: 1024px) {
	.divider-text-callout .wrap span:first-of-type,.divider-text-callout-purple .wrap span:first-of-type,.divider-text-callout--purple .wrap span:first-of-type,.divider-text-callout-white .wrap span:first-of-type,.divider-text-callout--white .wrap span:first-of-type,.divider-text-callout- .wrap span:first-of-type {
		width: 60%;
	}
}

@media screen and (max-width: 900px) {
	.divider-text-callout .wrap span:first-of-type,.divider-text-callout-purple .wrap span:first-of-type,.divider-text-callout--purple .wrap span:first-of-type,.divider-text-callout-white .wrap span:first-of-type,.divider-text-callout--white .wrap span:first-of-type,.divider-text-callout- .wrap span:first-of-type {
		width: 100%;
	}
}

.divider-text-callout .wrap span:last-of-type,.divider-text-callout-purple .wrap span:last-of-type,.divider-text-callout--purple .wrap span:last-of-type,.divider-text-callout-white .wrap span:last-of-type,.divider-text-callout--white .wrap span:last-of-type,.divider-text-callout- .wrap span:last-of-type {
	width: 30%;
}

@media screen and (max-width: 1024px) {
	.divider-text-callout .wrap span:last-of-type,.divider-text-callout-purple .wrap span:last-of-type,.divider-text-callout--purple .wrap span:last-of-type,.divider-text-callout-white .wrap span:last-of-type,.divider-text-callout--white .wrap span:last-of-type,.divider-text-callout- .wrap span:last-of-type {
		width: 40%;
	}
}

@media screen and (max-width: 900px) {
	.divider-text-callout .wrap span:last-of-type,.divider-text-callout-purple .wrap span:last-of-type,.divider-text-callout--purple .wrap span:last-of-type,.divider-text-callout-white .wrap span:last-of-type,.divider-text-callout--white .wrap span:last-of-type,.divider-text-callout- .wrap span:last-of-type {
		width: 100%;
		margin: 50px 0px 0px 0px;
	}
}

.divider-text-callout-white,.divider-text-callout--white {
	background-color: white;
}

.divider-text-callout-white .wrap span h2,.divider-text-callout--white .wrap span h2 {
	color: #141414;
}

.divider-text-callout-white .wrap span p,.divider-text-callout--white .wrap span p {
	color: #141414;
}

.events-list {
	padding: 0 0 140px;
}

@media screen and (max-width: 925px) {
	.events-list {
		padding: 0px 0px 90px 0px;
	}
}

@media screen and (max-width: 800px) {
	.events-list {
		padding: 0px 0px 40px 0px;
	}
}

.events-list h2 {
	text-align: center;
}

.events-list .headline-copy {
	margin: 28px auto;
	width: 80%;
	max-width: 655px;
	text-align: center;
}

.events-list .btn-purple {
	max-width: 250px;
	margin: 90px auto 0px;
}

@media screen and (max-width: 800px) {
	.events-list .btn-purple {
		margin: 45px auto 0px;
		max-width: 150px;
	}
}

.events-list .all-events {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 45px auto 0px;
}

.events-list .all-events article {
	position: relative;
	width: calc(33.333% - 60px);
	background-color: #572179;
	padding: 30px 0px 90px 0px;
	margin: 20px 30px;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

@media screen and (max-width: 1300px) {
	.events-list .all-events article {
		margin: 15px 15px;
		width: calc(33.333% - 90px);
	}
}

@media screen and (max-width: 1200px) {
	.events-list .all-events article {
		margin: 15px 15px;
		width: calc(50% - 90px);
	}
}

@media screen and (max-width: 800px) {
	.events-list .all-events article {
		margin: 15px 15px;
		width: calc(100% - 60px);
	}
}

.events-list .all-events article .top {
	display: block;
}

.events-list .all-events article .top .date {
	text-align: right;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	width: calc(100% - 60px);
	margin: 0px 0px 15px 0px;
	padding: 0px 30px 0px 30px;
}

.events-list .all-events article .top h4 {
	color: #fff;
	margin: 0px 0px 35px 0px;
	padding: 0px 30px 0px 30px;
	width: calc(100% - 60px);
}

.events-list .all-events article .top p {
	color: #fff;
	margin: 0px 0px 25px 0px;
	padding: 0px 30px 0px 30px;
	width: calc(100% - 60px);
}

.events-list .all-events article .top .image {
	width: 100%;
	height: 177px;
	margin: 0px 0px 30px 0px;
	display: none;
}

.events-list .all-events article .link {
	position: absolute;
	right: 60px;
	bottom: 45px;
	color: #fff;
}

.events-list .all-events article .link:after {
	top: 0px;
	background: url("../src/icons/arrow-link.svg") center no-repeat;
}

.events-list .featured-events {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 45px auto 0px;
}

.events-list .featured-events article {
	position: relative;
	width: calc(33.333% - 120px);
	background-color: #9BC76E;
	padding: 30px 30px 90px 30px;
	margin: 20px 30px;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

@media screen and (max-width: 1300px) {
	.events-list .featured-events article {
		margin: 15px 15px;
		width: calc(33.333% - 90px);
	}
}

@media screen and (max-width: 1024px) {
	.events-list .featured-events article {
		margin: 15px 0px;
		width: calc(100% - 60px);
	}
}

.events-list .featured-events article .top {
	display: block;
}

.events-list .featured-events article .top .date {
	text-align: right;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	width: 100%;
	margin: 0px 0px 30px 0px;
}

.events-list .featured-events article .top h4 {
	color: #fff;
	margin: 0px 0px 35px 0px;
	width: 100%;
}

.events-list .featured-events article .top p {
	color: #fff;
	margin: 0px 0px 25px 0px;
	width: 100%;
}

.events-list .featured-events article .top .image {
	width: 100%;
	height: 177px;
	margin: 0px 0px 30px 0px;
	border-radius: 8px;
	display: none;
}

.events-list .featured-events article .link {
	position: absolute;
	right: 60px;
	bottom: 45px;
	color: #fff;
}

.events-list .featured-events article .link:after {
	top: 0px;
	background: url("../src/icons/arrow-link-purple.svg") center no-repeat;
}

.footer-callout {
	padding: 0px 0px 140px 0px;
}

@media screen and (max-width: 925px) {
	.footer-callout {
		padding: 0px 0px 90px 0px;
	}
}

.footer-callout ul {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

@media screen and (max-width: 1150px) {
	.footer-callout ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0px 0px 10px 0px;
	}
}

.footer-callout ul li {
	position: relative;
	height: 390px;
	width: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0px 10px 0px 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.footer-callout ul li:last-of-type {
	margin: 0px 0px 0px 0px;
}

@media screen and (max-width: 1150px) {
	.footer-callout ul li {
		width: 100%;
		height: 200px;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 0px 0px 10px 0px;
	}
}

.footer-callout ul li:hover {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-blend-mode: normal !important;
}

.footer-callout ul li .cover {
	position: absolute;
	top: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #9BC76E;
	background: linear-gradient(45deg, #9BC76E 0%, #9BC76E 20%, rgba(9,9,121,0) 100%);
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.footer-callout ul li h3 {
	display: block;
	position: absolute;
	bottom: 50px;
	left: 60px;
	width: calc(100% - 100px);
	color: #fff;
	font: 700 36px/38px "Work Sans",sans-serif;
	text-shadow: 2px 2px 10px #2b41158a;
}

@media screen and (max-width: 1400px) {
	.footer-callout ul li h3 {
		left: 30px;
		width: calc(100% - 60px);
	}
}

.gallery-slider {
	position: relative;
	width: 100%;
	padding: 0px 0px 140px 0px;
}

@media screen and (max-width: 925px) {
	.gallery-slider {
		padding: 0px 0px 90px 0px;
	}
}

.gallery-slider #gallery {
	position: relative;
	width: 100%;
	height: 500px;
	margin: 0px auto;
	overflow: hidden;
}

@media screen and (max-width: 900px) {
	.gallery-slider #gallery {
		height: 400px;
	}
}

@media screen and (max-width: 745px) {
	.gallery-slider #gallery {
		height: 300px;
		overflow: visible;
	}
}

@media screen and (max-width: 575px) {
	.gallery-slider #gallery {
		height: 200px;
	}
}

.gallery-slider #gallery .slick-track {
	height: 500px;
}

@media screen and (max-width: 900px) {
	.gallery-slider #gallery .slick-track {
		height: 400px;
	}
}

@media screen and (max-width: 745px) {
	.gallery-slider #gallery .slick-track {
		height: 300px;
	}
}

@media screen and (max-width: 575px) {
	.gallery-slider #gallery .slick-track {
		height: 200px;
	}
}

.gallery-slider #gallery .slick-arrow {
	position: absolute;
	top: calc(50% - 29px);
	height: 58px;
	width: 58px;
	border-radius: 58px;
	padding: 0px;
	outline: none;
	border: none;
	text-indent: 100000000px;
	overflow: hidden;
	z-index: 9;
	background: #572179 url("../src/icons/arrow.svg") center no-repeat;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media screen and (max-width: 1024px) {
	.gallery-slider #gallery .slick-arrow {
		top: calc(50% - 19px);
		height: 38px;
		width: 38px;
		border-radius: 38px;
	}
}

@media screen and (max-width: 745px) {
	.gallery-slider #gallery .slick-arrow {
		height: 28px;
		width: 28px;
		border-radius: 28px;
		top: calc(100% + 15px);
	}
}

.gallery-slider #gallery .slick-arrow:hover {
	opacity: 0.9;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.gallery-slider #gallery .slick-prev {
	left: 30px;
}

@media screen and (max-width: 1024px) {
	.gallery-slider #gallery .slick-prev {
		left: 40px;
	}
}

@media screen and (max-width: 745px) {
	.gallery-slider #gallery .slick-prev {
		left: 150px;
	}
}

.gallery-slider #gallery .slick-next {
	right: 30px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

@media screen and (max-width: 1024px) {
	.gallery-slider #gallery .slick-next {
		right: 40px;
	}
}

@media screen and (max-width: 745px) {
	.gallery-slider #gallery .slick-next {
		right: 150px;
	}
}

.gallery-slider #gallery .slick-slide {
	margin: 0px 15px;
	height: 100%;
	width: 889px;
	border-radius: 8px;
	outline: none;
	border: none;
}

.gallery-slider #gallery .slick-slide:focus {
	outline: none;
}

@media screen and (max-width: 900px) {
	.gallery-slider #gallery .slick-slide {
		width: 711px;
	}
}

@media screen and (max-width: 745px) {
	.gallery-slider #gallery .slick-slide {
		width: 533px;
	}
}

@media screen and (max-width: 575px) {
	.gallery-slider #gallery .slick-slide {
		width: 356px;
	}
}

.gallery-slider #gallery .slick-slide img {
	opacity: 0;
}

.gallery-slider #gallery .slick-slide iframe {
	height: 100%;
	width: 889px;
	border-radius: 8px;
	overflow: hidden;
	-webkit-transform: translateZ(0);
}

@media screen and (max-width: 900px) {
	.gallery-slider #gallery .slick-slide iframe {
		width: 711px;
	}
}

@media screen and (max-width: 745px) {
	.gallery-slider #gallery .slick-slide iframe {
		width: 533px;
	}
}

@media screen and (max-width: 575px) {
	.gallery-slider #gallery .slick-slide iframe {
		width: 356px;
	}
}

.gallery-slider #gallery .slick-slide .video,.gallery-slider #gallery .slick-slide .image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	width: 889px;
	background-color: #141414;
	border-radius: 8px;
	overflow: hidden;
	-webkit-transform: translateZ(0);
}

@media screen and (max-width: 900px) {
	.gallery-slider #gallery .slick-slide .video,.gallery-slider #gallery .slick-slide .image {
		width: 711px;
	}
}

@media screen and (max-width: 745px) {
	.gallery-slider #gallery .slick-slide .video,.gallery-slider #gallery .slick-slide .image {
		width: 533px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 575px) {
	.gallery-slider #gallery .slick-slide .video,.gallery-slider #gallery .slick-slide .image {
		width: 356px;
	}
}

.gallery-slider #gallery .slick-slide .video .text,.gallery-slider #gallery .slick-slide .image .text {
	display: block;
	z-index: 2;
	margin: 0px 0px 0px 60px;
	width: 80%;
}

@media screen and (max-width: 745px) {
	.gallery-slider #gallery .slick-slide .video .text,.gallery-slider #gallery .slick-slide .image .text {
		width: 100%;
		margin: 0px auto;
	}
}

.gallery-slider #gallery .slick-slide .video .text h2,.gallery-slider #gallery .slick-slide .image .text h2 {
	color: #fff;
	margin: 0px 0px 30px 0px;
	text-transform: uppercase;
}

@media screen and (max-width: 745px) {
	.gallery-slider #gallery .slick-slide .video .text h2,.gallery-slider #gallery .slick-slide .image .text h2 {
		font: 400 16px/20px "Work Sans",sans-serif;
		width: 80%;
		margin: 0px auto 15px;
	}
}

.gallery-slider #gallery .slick-slide .video .text p,.gallery-slider #gallery .slick-slide .image .text p {
	color: #fff;
}

@media screen and (max-width: 745px) {
	.gallery-slider #gallery .slick-slide .video .text p,.gallery-slider #gallery .slick-slide .image .text p {
		width: 80%;
		margin: 0px auto;
		font: 300 12px/16px "Open Sans",sans-serif;
	}
}

.gallery-slider #gallery .slick-slide .video .text .cta,.gallery-slider #gallery .slick-slide .image .text .cta {
	margin: 30px 0px 0px 0px;
	max-width: 130px;
}

@media screen and (max-width: 745px) {
	.gallery-slider #gallery .slick-slide .video .text .cta,.gallery-slider #gallery .slick-slide .image .text .cta {
		margin: 15px 0px 0px 10%;
	}
}

.gallery-slider #gallery .slick-slide .video .cover,.gallery-slider #gallery .slick-slide .image .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #000;
	opacity: 0.5;
	display: block;
	border-radius: 8px;
}

.gallery-slider #gallery .slick-slide .video img,.gallery-slider #gallery .slick-slide .image img {
	display: block;
	margin: 0px 150px 0px 0px;
	z-index: 2;
	opacity: 2;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

@media screen and (max-width: 745px) {
	.gallery-slider #gallery .slick-slide .video img,.gallery-slider #gallery .slick-slide .image img {
		margin: -120px 0px 0px 0px;
	}
}

@media screen and (max-width: 575px) {
	.gallery-slider #gallery .slick-slide .video img,.gallery-slider #gallery .slick-slide .image img {
		width: 60px;
		margin: -80px 0px 0px 0px;
		opacity: 0.8;
	}
}

.gallery-slider #gallery .slick-slide .video img:hover,.gallery-slider #gallery .slick-slide .image img:hover {
	opacity: 0.5;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gallery-slider #gallery .slick-slide .video video,.gallery-slider #gallery .slick-slide .image video {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.gravity-form {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 0px 140px 0px;
}

@media screen and (max-width: 925px) {
	.gravity-form {
		padding: 0px 0px 90px 0px;
	}
}

.gravity-form h2 {
	margin: 0px 0px 40px 0px;
	width: 100%;
}

.gravity-form p {
	width: 100%;
	margin: 0px 0px 30px 0px;
}

.gravity-form .gform_wrapper {
	width: 100%;
}

.gravity-form .gform_wrapper form {
	width: 100%;
}

.gravity-form .gform_wrapper .gform-body {
	width: calc(100% - 120px);
}

.gravity-form .gform_wrapper .gform-body .gfield {
	width: 100%;
}

.gravity-form .gform_wrapper .gform-body .gfield .ginput_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.gravity-form .gform_wrapper .gform-body .gfield .ginput_container input,.gravity-form .gform_wrapper .gform-body .gfield .ginput_container textarea {
	padding: 10px 20px;
	outline: none;
	border: 1px solid #616161;
	border-radius: 8px;
	z-index: 0;
	width: 100%;
	font: 300 14px/20px "Open Sans",sans-serif;
}

.gravity-form .gform_wrapper .gform-body .gfield_label {
	font: 300 14px/20px "Open Sans",sans-serif;
}

.gravity-form .gform_wrapper .gform_footer {
	margin: 0px;
	padding: 0px;
}

.gravity-form .gform_wrapper .gform_footer .gform_button {
	position: relative;
	height: 37px;
	margin: 0px;
	width: 100px;
	z-index: 1;
	background-color: #9BC76E;
	color: #fff;
	border-radius: 8px;
	outline: none;
	border: none;
	font: 700 14px/32px "Work Sans",sans-serif;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gravity-form .gform_wrapper .gform_footer .gform_button:hover {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: rgba(155,199,110,0.7);
}

.gravity-form .gform_confirmation_wrapper {
	width: 100%;
}

.gravity-form .gform_confirmation_wrapper .gform_confirmation_message {
	font: 300 14px/20px "Open Sans",sans-serif;
	color: #fff;
	width: 100%;
}

.gravity-form .gform_validation_errors {
	display: none;
}

.gravity-form .gfield_validation_message {
	font: 700 14px/32px "Work Sans",sans-serif;
	color: #ff2e00;
	width: 100%;
	background: transparent;
	border: none;
	padding: 0px;
}

.history-slider {
	position: relative;
	background-color: #572179;
	padding: 100px 0px;
	margin: 0px 0px 140px 0px;
}

@media screen and (max-width: 1000px) {
	.history-slider {
		padding: 70px 0px;
	}
}

@media screen and (max-width: 925px) {
	.history-slider {
		margin: 0px 0px 90px 0px;
	}
}

.history-slider ::-moz-selection {
	background: #572179;
	color: #fff;
}

.history-slider ::selection {
	background: #572179;
	color: #fff;
}

.history-slider ::-moz-selection {
	background: #572179;
	color: #fff;
}

.history-slider .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0px auto;
	width: 70%;
}

@media screen and (max-width: 1000px) {
	.history-slider .heading {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.history-slider .heading h2 {
	color: #fff;
	margin: 0px 150px 0px 0px;
}

@media screen and (max-width: 1000px) {
	.history-slider .heading h2 {
		width: 100%;
		text-align: center;
		margin: 0px 0px 30px 0px;
	}
}

.history-slider .heading p {
	color: #fff;
}

@media screen and (max-width: 1000px) {
	.history-slider .heading p {
		width: 100%;
		text-align: center;
	}
}

.history-slider .wrap {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.history-slider .wrap:after {
	content: "";
	position: absolute;
	top: calc(50% + 20px);
	left: 0px;
	width: 100%;
	height: 5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(15%, #fff), color-stop(85%, #fff), to(rgba(255,255,255,0)));
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 15%, #fff 85%, rgba(255,255,255,0) 100%);
}

@media screen and (max-width: 500px) {
	.history-slider .wrap:after {
		top: calc(0% + 83px);
	}
}

.history-slider .slick-arrow {
	position: absolute;
	top: calc(50% + 23px);
	height: 58px;
	width: 58px;
	border-radius: 58px;
	padding: 0px;
	outline: none;
	border: none;
	text-indent: 100000000px;
	overflow: hidden;
	background: #795995 url("../src/icons/arrow.svg") center no-repeat;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media screen and (max-width: 1561px) {
	.history-slider .slick-arrow {
		top: calc(50% + 34px);
	}
}

@media screen and (max-width: 1181px) {
	.history-slider .slick-arrow {
		top: calc(50% + 49px);
	}
}

.history-slider .slick-arrow:hover {
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.history-slider .prev {
	left: 100px;
}

@media screen and (max-width: 1561px) {
	.history-slider .prev {
		left: 50px;
	}
}

.history-slider .next {
	right: 100px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

@media screen and (max-width: 1561px) {
	.history-slider .next {
		right: 50px;
	}
}

.history-slider .swipe-icon {
	display: none;
}

@media screen and (max-width: 1000px) {
	.history-slider .swipe-icon {
		display: block;
		width: 150px;
		margin: 50px auto 0px;
	}
}

@media screen and (max-width: 600px) {
	.history-slider .swipe-icon {
		margin: 30px auto 0px;
	}
}

.history-slider .swipe-icon img,.history-slider .swipe-icon svg {
	width: 100%;
}

.history-slider #history {
	margin: 42px auto 0px;
	padding: 200px 0px;
	overflow: visible;
	background-color: transparent;
	z-index: 2;
}

@media screen and (max-width: 500px) {
	.history-slider #history {
		padding: 0px 0px 100px 0px;
	}
}

.history-slider #history .slick-list {
	overflow: visible;
}

.history-slider #history .slick-slide {
	position: relative;
	width: 25%;
	height: 124px;
	padding: 70px 30px 0px 30px;
	margin: 0px 0px 0px 70px;
	border-left: 1px solid #DEDEDE;
	-webkit-transform: translate(0px, calc(50% - 10px));
	transform: translate(0px, calc(50% - 10px));
}

@media screen and (max-width: 650px) {
	.history-slider #history .slick-slide {
		height: 220px;
	}
}

@media screen and (max-width: 500px) {
	.history-slider #history .slick-slide {
		padding: 50px 30px 0px 30px;
		margin: 0px 0px 0px 30px;
		-webkit-transform: translate(0px, calc(50% - 103px));
		transform: translate(0px, calc(50% - 103px));
	}
}

.history-slider #history .slick-slide:focus {
	outline: none;
}

.history-slider #history .slick-slide h5 {
	color: #fff;
	font: 700 20px/24px "Work Sans",sans-serif;
	margin: 0px 0px 20px 0px;
}

.history-slider #history .slick-slide p {
	color: #fff;
	min-width: 470px;
}

@media screen and (max-width: 1000px) {
	.history-slider #history .slick-slide p {
		min-width: 320px;
	}
}

@media screen and (max-width: 500px) {
	.history-slider #history .slick-slide p {
		min-width: 200px;
	}
}

.history-slider #history .slick-slide:after {
	content: "";
	width: 24px;
	height: 24px;
	background-color: #9BC76E;
	border-radius: 24px;
	position: absolute;
	left: -13px;
	z-index: 99;
}

.history-slider #history .slick-slide:nth-of-type(odd):after {
	top: 0px;
}

.history-slider #history .slick-slide:nth-of-type(even) {
	-webkit-transform: translate(0px, calc(-50% + 14px));
	transform: translate(0px, calc(-50% + 14px));
	padding: 0px 30px 70px 30px;
}

@media screen and (max-width: 500px) {
	.history-slider #history .slick-slide:nth-of-type(even) {
		-webkit-transform: translate(0px, calc(0% - -31px));
		transform: translate(0px, calc(0% - -31px));
		padding: 50px 30px 0px 30px;
	}
}

.history-slider #history .slick-slide:nth-of-type(even):after {
	bottom: 0px;
}

@media screen and (max-width: 500px) {
	.history-slider #history .slick-slide:nth-of-type(even):after {
		top: 0px;
		bottom: auto;
	}
}

.home-hero {
	position: relative;
	margin: 0px 0px 46px 0px;
}

.home-hero ::-moz-selection {
	background: #572179;
	color: #fff;
}

.home-hero ::selection {
	background: #572179;
	color: #fff;
}

.home-hero ::-moz-selection {
	background: #572179;
	color: #fff;
}

.home-hero .bg-image {
	position: relative;
	width: 100%;
	height: calc(100vh - 250px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media screen and (max-width: 1300px) {
	.home-hero .bg-image {
		height: calc(100vh - 150px);
	}
}

@media screen and (max-width: 600px) {
	.home-hero .bg-image {
		height: calc(100vh - 0px);
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media screen and (max-height: 879px) {
	.home-hero .bg-image {
		height: calc(100vh - 0px);
	}
}

@media screen and (max-height: 555px) {
	.home-hero .bg-image {
		height: calc(100vh + 50px);
	}
}

.home-hero .bg-image span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #502775;
	background: -webkit-gradient(linear, left top, right top, from(rgba(80,39,117,0.9)), color-stop(21%, rgba(9,9,121,0)), color-stop(35%, rgba(9,9,121,0)), to(rgba(80,39,117,0.9)));
	background: linear-gradient(90deg, rgba(80,39,117,0.9) 0%, rgba(9,9,121,0) 21%, rgba(9,9,121,0) 35%, rgba(80,39,117,0.9) 100%);
}

@media screen and (max-width: 600px) {
	.home-hero .bg-image span {
		height: 50vh;
		position: absolute;
		top: 0px;
		background-color: #572179;
		background: -webkit-gradient(linear, left top, left bottom, from(#572179), color-stop(70%, #572179), to(rgba(255,255,255,0)));
		background: linear-gradient(180deg, #572179 0%, #572179 70%, rgba(255,255,255,0) 100%);
		background: transparent;
	}
}

.home-hero .bg-image .text {
	position: relative;
	width: 40%;
	height: auto;
	margin: 0 90px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
	.home-hero .bg-image .text {
		width: calc(90% - 30px);
		margin: 0 0px 0px 30px;
	}
}

.home-hero .bg-image .text h1 {
	color: #fff;
	margin: 0px 0px 30px 0px;
	width: 100%;
}

.home-hero .bg-image .text p {
	color: #fff;
	margin: 0px 0px 30px 0px;
	width: 100%;
}

.home-hero .bg-image .text .btn,.home-hero .bg-image .text .bdhwk .btn-green,.bdhwk .home-hero .bg-image .text .btn-green,.home-hero .bg-image .text .bdhwk button-green,.bdhwk .home-hero .bg-image .text button-green,.home-hero .bg-image .text .bdhwk .btn-purple,.bdhwk .home-hero .bg-image .text .btn-purple,.home-hero .bg-image .text .bdhwk button-purple,.bdhwk .home-hero .bg-image .text button-purple,.home-hero .bg-image .text .bdhwk .btn-green-sm,.bdhwk .home-hero .bg-image .text .btn-green-sm,.home-hero .bg-image .text .bdhwk button-green-sm,.bdhwk .home-hero .bg-image .text button-green-sm,.home-hero .bg-image .text .bdhwk .btn-purple-sm,.bdhwk .home-hero .bg-image .text .btn-purple-sm,.home-hero .bg-image .text .bdhwk button-purple-sm,.bdhwk .home-hero .bg-image .text button-purple-sm {
	max-width: 215px;
}

@media screen and (max-width: 750px) {
	.home-hero .bg-image .text .btn,.home-hero .bg-image .text .bdhwk .btn-green,.bdhwk .home-hero .bg-image .text .btn-green,.home-hero .bg-image .text .bdhwk button-green,.bdhwk .home-hero .bg-image .text button-green,.home-hero .bg-image .text .bdhwk .btn-purple,.bdhwk .home-hero .bg-image .text .btn-purple,.home-hero .bg-image .text .bdhwk button-purple,.bdhwk .home-hero .bg-image .text button-purple,.home-hero .bg-image .text .bdhwk .btn-green-sm,.bdhwk .home-hero .bg-image .text .btn-green-sm,.home-hero .bg-image .text .bdhwk button-green-sm,.bdhwk .home-hero .bg-image .text button-green-sm,.home-hero .bg-image .text .bdhwk .btn-purple-sm,.bdhwk .home-hero .bg-image .text .btn-purple-sm,.home-hero .bg-image .text .bdhwk button-purple-sm,.bdhwk .home-hero .bg-image .text button-purple-sm {
		display: inline-block;
	}
}

.home-hero .links {
	width: 100%;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
}

@media screen and (max-width: 750px) {
	.home-hero .links {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@media screen and (max-height: 750px) {
	.home-hero .links {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

.home-hero .links ul {
	width: 95%;
	max-width: 1364px;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home-hero .links ul li {
	width: calc(25% - 152px);
	margin: 0px 28px 0px 28px;
	padding: 39px 48px;
	background-color: #9BC76E;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 1344px) {
	.home-hero .links ul li {
		margin: 0px 12px 0px 12px;
		width: calc(25% - 120px);
	}
}

@media screen and (max-width: 1080px) {
	.home-hero .links ul li {
		width: calc(50% - 120px);
		margin: 0px 12px 12px 12px;
	}
}

@media screen and (max-width: 540px) {
	.home-hero .links ul li {
		width: 100%;
	}
}

.home-hero .links ul li h3 {
	color: #fff;
	margin: 0px 0px 20px 0px;
	width: 100%;
}

.home-hero .links ul li p {
	color: #fff;
	margin: 0px 0px 20px 0px;
	width: 100%;
}

.home-hero .links ul li a {
	display: inline-block;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.wp-admin .home-hero .bg-image {
	height: 400px;
}

.wp-admin .home-hero .text {
	width: 50%;
	right: 30px;
	left: auto;
}

.wp-admin .home-hero .text .btn-green {
	position: relative;
	font: 700 14px/38px "Work Sans",sans-serif;
	text-align: center;
	width: 150px;
	border-radius: 8px;
	padding: 0px 20px;
	display: block;
	background-color: #9BC76E;
	color: #fff;
}

.wp-admin .home-hero .links {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.wp-admin .home-hero .links ul li {
	width: 25%;
}

.hubspot {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 0px 140px 0px;
}

@media screen and (max-width: 925px) {
	.hubspot {
		padding: 0px 0px 90px 0px;
	}
}

.hubspot h2 {
	margin: 0px 0px 40px 0px;
	width: 100%;
}

.hubspot p {
	width: 100%;
	margin: 0px 0px 30px 0px;
}

.image-stack ul {
	padding: 0px;
	list-style-type: none;
}

.image-stack ul li {
	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;
	margin: 0px 0px 175px;
}

@media screen and (max-width: 800px) {
	.image-stack ul li {
		margin: 0px 0px 125px;
	}
}

.image-stack ul li img {
	width: 50%;
	border-radius: 8px;
}

@media screen and (max-width: 800px) {
	.image-stack ul li img {
		width: 100%;
		margin: 0px 0px 44px 0px;
	}
}

.image-stack ul li span {
	display: block;
	width: calc(50% - 150px);
	margin: 0px 0px 0px 150px;
}

@media screen and (max-width: 1100px) {
	.image-stack ul li span {
		width: calc(50% - 75px);
		margin: 0px 0px 0px 75px;
	}
}

@media screen and (max-width: 800px) {
	.image-stack ul li span {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
}

.image-stack ul li span h2 {
	margin: 0px 0px 50px 0px;
	width: 90%;
}

.image-stack ul li span p {
	margin: 0px 0px 60px 0px;
	width: 100%;
}

.image-stack .stack-staggered li:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.image-stack .stack-staggered li:nth-of-type(even) span {
	margin: 0px 150px 0px 0px;
}

@media screen and (max-width: 1100px) {
	.image-stack .stack-staggered li:nth-of-type(even) span {
		width: calc(50% - 75px);
		margin: 0px 75px 0px 0px;
	}
}

@media screen and (max-width: 800px) {
	.image-stack .stack-staggered li:nth-of-type(even) span {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
}

.image-stack .stack-staggered li:nth-of-type(even) span p {
	margin: 0px 0px 60px 0px;
}

.image-stack .stack-right li {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.image-stack .stack-right li span {
	margin: 0px 150px 0px 0px;
}

@media screen and (max-width: 1100px) {
	.image-stack .stack-right li span {
		width: calc(50% - 75px);
		margin: 0px 75px 0px 0px;
	}
}

@media screen and (max-width: 800px) {
	.image-stack .stack-right li span {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
}

.image-stack .stack-right li span p {
	margin: 0px 0px 60px 0px;
}

.image-text-callout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 0px 140px 0px;
}

@media screen and (max-width: 925px) {
	.image-text-callout {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 0px 0px 90px 0px;
	}
}

.image-text-callout .image-side {
	position: relative;
	width: 50%;
	border-radius: 8px;
}

@media screen and (max-width: 925px) {
	.image-text-callout .image-side {
		width: 100%;
	}
}

.image-text-callout .image-side .cover {
	display: none;
	width: 100%;
	height: 100%;
	background: #9BC76E;
	background: -webkit-gradient(linear, left top, right top, from(#9BC76E), color-stop(21%, rgba(9,9,121,0)), color-stop(35%, rgba(9,9,121,0)), to(#9BC76E));
	background: linear-gradient(90deg, #9BC76E 0%, rgba(9,9,121,0) 21%, rgba(9,9,121,0) 35%, #9BC76E 100%);
}

.image-text-callout .image-side .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 70px;
}

@media screen and (max-width: 557px) {
	.image-text-callout .image-side .text {
		padding: 50px 20px;
	}
}

.image-text-callout .image-side .text h3 {
	color: #fff;
	margin: 30px 0px 62px 0px;
	text-transform: uppercase;
	width: 100%;
}

.image-text-callout .image-side .text span {
	width: 100%;
	display: block;
	margin: 30px 0px 30px 0px;
}

.image-text-callout .image-side .text span p {
	color: #fff;
}

.image-text-callout .image-side .text span p:first-of-type {
	font: 700 16px/20px "Open Sans",sans-serif;
	margin: 0px 0px 12px 0px;
}

.image-text-callout .image-side .text span p:last-of-type {
	font: 700 44px/48px "Work Sans",sans-serif;
}

.image-text-callout .text-side {
	width: calc(50% - 80px);
	margin: 0px 0px 0px 80px;
	color: #616161;
	font: 300 16px/28px "Open Sans",sans-serif;
}

@media screen and (max-width: 800px) {
	.image-text-callout .text-side {
		font: 300 14px/24px "Open Sans",sans-serif;
	}
}

@media screen and (max-width: 1100px) {
	.image-text-callout .text-side {
		margin: 0px 0px 0px 80px;
		width: calc(50% - 80px);
	}
}

@media screen and (max-width: 925px) {
	.image-text-callout .text-side {
		width: 100%;
		margin: 0px 0px 80px 0px;
	}
}

.image-text-callout .text-side h2 {
	color: #141414;
	margin: 0px 0px 50px 0px;
	width: 90%;
}

@media screen and (max-width: 925px) {
	.image-text-callout .text-side h2 {
		width: 100%;
	}
}

.image-text-callout .text-side p {
	color: #141414;
	margin: 0px 0px 60px 0px;
	width: 95%;
}

@media screen and (max-width: 925px) {
	.image-text-callout .text-side p {
		width: 100%;
	}
}

.image-with-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 0px 140px 0px;
}

@media screen and (max-width: 925px) {
	.image-with-text {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 0px 0px 90px 0px;
	}
}

.image-with-text .image-side {
	position: relative;
	width: 30%;
	border-radius: 8px;
}

@media screen and (max-width: 925px) {
	.image-with-text .image-side {
		width: 100%;
	}
}

.image-with-text .image-side .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #572179;
	background: -webkit-gradient(linear, left top, right top, from(rgba(87,33,121,0.2)), color-stop(21%, rgba(9,9,121,0)), color-stop(35%, rgba(9,9,121,0)), to(rgba(87,33,121,0.2)));
	background: linear-gradient(90deg, rgba(87,33,121,0.2) 0%, rgba(9,9,121,0) 21%, rgba(9,9,121,0) 35%, rgba(87,33,121,0.2) 100%);
	border-radius: 8px;
}

.image-with-text .image-side img {
	opacity: 0;
}

.image-with-text .image-side .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 70px;
}

@media screen and (max-width: 557px) {
	.image-with-text .image-side .text {
		padding: 50px 20px;
	}
}

.image-with-text .image-side .text h3 {
	color: #fff;
	margin: 30px 0px 62px 0px;
	text-transform: uppercase;
	width: 100%;
}

.image-with-text .image-side .text span {
	width: 100%;
	display: block;
	margin: 30px 0px 30px 0px;
}

.image-with-text .image-side .text span p {
	color: #fff;
}

.image-with-text .image-side .text span p:first-of-type {
	font: 700 16px/20px "Open Sans",sans-serif;
	margin: 0px 0px 12px 0px;
}

.image-with-text .image-side .text span p:last-of-type {
	font: 700 44px/48px "Work Sans",sans-serif;
}

.image-with-text .text-side {
	width: calc(70% - 80px);
	margin: 0px 0px 0px 80px;
}

@media screen and (max-width: 1100px) {
	.image-with-text .text-side {
		margin: 0px 0px 0px 80px;
		width: calc(50% - 80px);
	}
}

@media screen and (max-width: 925px) {
	.image-with-text .text-side {
		width: 100%;
		margin: 0px 0px 80px 0px;
	}
}

.image-with-text .text-side h2 {
	color: #141414;
	margin: 0px 0px 50px 0px;
	width: 90%;
}

@media screen and (max-width: 925px) {
	.image-with-text .text-side h2 {
		width: 100%;
	}
}

.image-with-text .text-side p {
	color: #141414;
	margin: 0px 0px 60px 0px;
	width: 95%;
}

@media screen and (max-width: 925px) {
	.image-with-text .text-side p {
		width: 100%;
	}
}

.hero-internal {
	position: relative;
	margin: 0px 0px 140px 0px;
	padding: 107px 0px 0px 0px;
}

@media screen and (max-width: 1060px) {
	.hero-internal {
		padding: 88px 0px 0px 0px;
	}
}

@media screen and (max-width: 925px) {
	.hero-internal {
		margin: 0px 0px 90px 0px;
	}
}

.hero-internal ::-moz-selection {
	background: #572179;
	color: #fff;
}

.hero-internal ::selection {
	background: #572179;
	color: #fff;
}

.hero-internal ::-moz-selection {
	background: #572179;
	color: #fff;
}

.hero-internal .bg-image {
	position: relative;
	width: 100%;
	min-height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
}

@media screen and (max-width: 1300px) {
	.hero-internal .bg-image {
		height: calc(100vh - 150px);
	}
}

@media screen and (max-width: 600px) {
	.hero-internal .bg-image {
		height: calc(100vh - 90px);
		min-height: 0px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

.hero-internal .bg-image span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #502775;
	background: -webkit-gradient(linear, left top, right top, from(rgba(80,39,117,0.9)), color-stop(50%, rgba(9,9,121,0)), color-stop(70%, rgba(80,39,117,0.2)), to(rgba(80,39,117,0.4)));
	background: linear-gradient(90deg, rgba(80,39,117,0.9) 0%, rgba(9,9,121,0) 50%, rgba(80,39,117,0.2) 70%, rgba(80,39,117,0.4) 100%);
}

@media screen and (max-width: 600px) {
	.hero-internal .bg-image span {
		height: 50vh;
		position: absolute;
		top: calc(100% - 50vh);
		background-color: #572179;
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(87,33,121,0.8)), color-stop(70%, rgba(87,33,121,0.7)), to(rgba(255,255,255,0)));
		background: linear-gradient(0deg, rgba(87,33,121,0.8) 0%, rgba(87,33,121,0.7) 70%, rgba(255,255,255,0) 100%);
	}
}

.hero-internal .bg-image .text {
	z-index: 1;
	width: 50%;
	max-width: 550px;
	padding: 100px 0px 100px 150px;
}

@media screen and (max-width: 1240px) {
	.hero-internal .bg-image .text {
		padding: 0px 0px 0px 30px;
	}
}

@media screen and (max-width: 600px) {
	.hero-internal .bg-image .text {
		width: 80%;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 50px;
	}
}

.hero-internal .bg-image .text h1 {
	color: #fff;
	margin: 0px 0px 30px 0px;
}

.hero-internal .bg-image .text p {
	color: #fff;
	margin: 0px 0px 30px 0px;
}

.hero-internal .bg-image .text .btn,.hero-internal .bg-image .text .bdhwk .btn-green,.bdhwk .hero-internal .bg-image .text .btn-green,.hero-internal .bg-image .text .bdhwk button-green,.bdhwk .hero-internal .bg-image .text button-green,.hero-internal .bg-image .text .bdhwk .btn-purple,.bdhwk .hero-internal .bg-image .text .btn-purple,.hero-internal .bg-image .text .bdhwk button-purple,.bdhwk .hero-internal .bg-image .text button-purple,.hero-internal .bg-image .text .bdhwk .btn-green-sm,.bdhwk .hero-internal .bg-image .text .btn-green-sm,.hero-internal .bg-image .text .bdhwk button-green-sm,.bdhwk .hero-internal .bg-image .text button-green-sm,.hero-internal .bg-image .text .bdhwk .btn-purple-sm,.bdhwk .hero-internal .bg-image .text .btn-purple-sm,.hero-internal .bg-image .text .bdhwk button-purple-sm,.bdhwk .hero-internal .bg-image .text button-purple-sm {
	max-width: 215px;
}

.hero-internal .bg-image.no-callout {
	min-height: 0px;
}

.hero-internal .hero-callout {
	position: relative;
	-webkit-transform: translateY(-90px);
	transform: translateY(-90px);
	background-color: #9BC76E;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 50px 60px;
	width: calc(90% - 120px);
	max-width: 1200px;
	margin: 0px auto -90px;
	z-index: 2;
}

@media screen and (max-width: 1024px) {
	.hero-internal .hero-callout {
		margin: 0px auto 0px;
		padding: 50px 30px;
		width: calc(90% - 60px);
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
}

@media screen and (max-width: 600px) {
	.hero-internal .hero-callout {
		padding: 36px 30px;
	}
}

.hero-internal .hero-callout span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 50%;
}

@media screen and (max-width: 600px) {
	.hero-internal .hero-callout span {
		width: 100%;
	}
}

.hero-internal .hero-callout span h2 {
	color: #fff;
	font: 700 48px/48px "Work Sans",sans-serif;
	width: 100%;
	margin: 0px 0px 18px 0px;
}

@media screen and (max-width: 1024px) {
	.hero-internal .hero-callout span h2 {
		font: 700 30px/34px "Work Sans",sans-serif;
	}
}

@media screen and (max-width: 600px) {
	.hero-internal .hero-callout span h2 {
		text-align: center;
	}
}

.hero-internal .hero-callout span p {
	color: #fff;
	font: 200 36px/36px "Work Sans",sans-serif;
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.hero-internal .hero-callout span p {
		font: 200 24px/24px "Work Sans",sans-serif;
	}
}

@media screen and (max-width: 600px) {
	.hero-internal .hero-callout span p {
		text-align: center;
		font: 200 20px/20px "Work Sans",sans-serif;
	}
}

.hero-internal .hero-callout span .tel {
	color: #fff;
	font: 700 48px/48px "Work Sans",sans-serif;
	width: 100%;
	text-align: right;
}

@media screen and (max-width: 1024px) {
	.hero-internal .hero-callout span .tel {
		font: 700 30px/34px "Work Sans",sans-serif;
	}
}

@media screen and (max-width: 600px) {
	.hero-internal .hero-callout span .tel {
		text-align: center;
	}
}

.hero-internal .hero-callout span .btn-purple {
	min-width: 200px;
	margin: 0px 0px 18px 0px;
	margin-left: auto;
	height: 47px;
}

@media screen and (max-width: 1024px) {
	.hero-internal .hero-callout span .btn-purple {
		min-width: 150px;
	}
}

@media screen and (max-width: 600px) {
	.hero-internal .hero-callout span .btn-purple {
		margin: 30px auto;
	}
}

.leadership-list {
	padding: 0 0 140px;
}

@media screen and (max-width: 925px) {
	.leadership-list {
		padding: 0px 0px 90px 0px;
	}
}

.leadership-list h2 {
	margin: 0px 0px 50px 0px;
}

.leadership-list ul {
	margin: 15px 0px;
	padding: 0px;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.leadership-list ul li {
	width: calc(33% - 50px);
	color: #616161;
	margin: 0px 50px 50px 0px;
}

@media screen and (max-width: 768px) {
	.leadership-list ul li {
		width: calc(50% - 25px);
	}
}

@media screen and (max-width: 500px) {
	.leadership-list ul li {
		width: 100%;
		margin: 0px 0px 50px 0px;
	}
}

@media screen and (max-width: 768px) {
	.leadership-list ul li:nth-of-type(even) {
		margin: 0px 0px 50px 0px;
		width: calc(50% - 25px);
	}
}

.leadership-list ul li .profile {
	width: 150px;
	height: 170px;
	border-radius: 8px;
	margin: 0px 0px 15px 0px;
}

.leadership-list ul li .profile img {
	opacity: 0;
}

.leadership-list ul li h4 {
	color: #616161;
	margin: 0px 0px 5px 0px;
}

.leadership-list ul li p {
	margin: 0px 0px -5px 0px;
}

@media screen and (max-width: 768px) {
	.leadership-list ul li p {
		margin: 0px 0px 5px 0px;
		font: 400 14px/14px "Open Sans",sans-serif;
	}
}

.location-list {
	padding: 0 0 140px;
}

@media screen and (max-width: 925px) {
	.location-list {
		padding: 0px 0px 90px 0px;
	}
}

.location-list h2 {
	margin: 0px 0px 40px 0px;
	color: #141414;
	text-align: center;
}

.location-list p {
	color: #616161;
	text-align: center;
	max-width: 569px;
	margin: 0px auto 0px;
}

.location-list .locations-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transform: translateX(-15px);
	transform: translateX(-15px);
	margin: 80px 0px 0px 0px;
}

@media screen and (max-width: 1100px) {
	.location-list .locations-grid {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

.location-list .locations-grid .block {
	width: calc(33.333% - 115px);
	margin: 0px 15px 30px 15px;
	padding: 30px 40px;
	border: 1px solid #cfcfcf;
	border-radius: 8px;
}

@media screen and (max-width: 1100px) {
	.location-list .locations-grid .block {
		width: calc(50% - 115px);
	}
}

@media screen and (max-width: 680px) {
	.location-list .locations-grid .block {
		width: 100%;
		margin: 0px 0px 30px 0px;
	}
}

.location-list .locations-grid .block h4 {
	margin: 0px 0px 20px 0px;
}

.location-list .locations-grid .block .phone {
	margin: 0px 0px 15px 0px;
	text-align: left;
}

.location-list .locations-grid .block .address {
	margin: 0px 0px 25px 0px;
	text-align: left;
	line-height: 18px;
}

.number-callout {
	position: relative;
	width: 100%;
	margin: 0px 0px 140px 0px;
	background-color: #572179;
	padding: 100px 0px;
}

@media screen and (max-width: 925px) {
	.number-callout {
		margin: 0px 0px 90px 0px;
	}
}

@media screen and (max-width: 600px) {
	.number-callout {
		padding: 50px 0px;
	}
}

.number-callout ::-moz-selection {
	background: #9BC76E;
	color: #fff;
}

.number-callout ::selection {
	background: #9BC76E;
	color: #fff;
}

.number-callout ::-moz-selection {
	background: #9BC76E;
	color: #fff;
}

.number-callout div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (max-width: 1100px) {
	.number-callout div {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.number-callout div span {
	display: block;
}

@media screen and (max-width: 1100px) {
	.number-callout div span {
		width: calc(50% - 100px);
		margin: 50px 50px 50px 50px;
	}
}

@media screen and (max-width: 763px) {
	.number-callout div span {
		width: 100%;
		margin: 50px 0px 50px 0px;
	}
}

.number-callout div span .figure {
	color: #fff;
	font: 700 60px/60px "Work Sans",sans-serif;
	margin: 0px 50px 27px 50px;
	text-align: center;
}

@media screen and (max-width: 1100px) {
	.number-callout div span .figure {
		margin: 0px 0px 27px 0px;
	}
}

.number-callout div span .caption {
	color: #fff;
	font: 700 18px/28px "Open Sans",sans-serif;
	text-align: center;
	margin: 0px 50px 0px 50px;
}

@media screen and (max-width: 1100px) {
	.number-callout div span .caption {
		margin: 0px 0px 0px 0px;
	}
}

.recent-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0px 0px 140px 0px;
}

@media screen and (max-width: 925px) {
	.recent-posts {
		padding: 0px 0px 90px 0px;
	}
}

.recent-posts article {
	width: 350px;
}

@media screen and (max-width: 1400px) {
	.recent-posts article {
		width: 300px;
	}
}

@media screen and (max-width: 1200px) {
	.recent-posts article {
		width: 250px;
	}
}

@media screen and (max-width: 1100px) {
	.recent-posts article {
		width: 350px;
	}
}

@media screen and (max-width: 947px) {
	.recent-posts article {
		width: 300px;
	}
}

@media screen and (max-width: 813px) {
	.recent-posts article {
		width: 250px;
	}
}

@media screen and (max-width: 670px) {
	.recent-posts article {
		width: 100%;
	}
}

.recent-posts article img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 0px 0px 21px 0px;
}

.recent-posts article .date {
	font: 300 12px/12px "Work Sans",sans-serif;
	text-transform: uppercase;
	margin: 0px 0px 18px 0px;
}

.recent-posts article h3 {
	font-weight: 200;
	margin: 0px 0px 11px 0px;
}

.recent-posts article .snippet {
	color: #616161;
}

@media screen and (max-width: 1100px) {
	.recent-posts article:last-of-type {
		display: none;
	}
}

@media screen and (max-width: 670px) {
	.recent-posts article:nth-of-type(2) {
		display: none;
	}
}

.sponsors-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 140px;
}

@media screen and (max-width: 925px) {
	.sponsors-list {
		padding: 0px 0px 90px 0px;
	}
}

.sponsors-list span {
	display: block;
	width: calc(100% - 550px);
	margin: 0px;
}

@media screen and (max-width: 1400px) {
	.sponsors-list span {
		width: calc(100% - 450px);
	}
}

@media screen and (max-width: 1000px) {
	.sponsors-list span {
		width: 100%;
	}
}

.sponsors-list span h2 {
	margin: 40px 0px 30px 0px;
}

.sponsors-list span p {
	margin: 0px 0px 30px 0px;
}

.sponsors-list span strong {
	font-weight: 700;
}

.sponsors-list span .link {
	display: inline-block;
	margin: 7px 0px 0px 0px;
}

.sponsors-list span ul {
	list-style-type: none;
	padding: 0px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px;
}

.sponsors-list span ul li {
	margin: 0px 25px;
	width: calc(33% - 50px);
}

.sponsors-list span ul li img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1500px) {
	.sponsors-list span ul li {
		width: calc(50% - 50px);
	}
}

.sponsors-list span:first-of-type {
	width: 300px;
	margin: 0px 250px 0px 0px;
}

@media screen and (max-width: 1400px) {
	.sponsors-list span:first-of-type {
		margin: 0px 150px 0px 0px;
	}
}

@media screen and (max-width: 1000px) {
	.sponsors-list span:first-of-type {
		width: 100%;
		margin: 0px;
	}
}

.tabbed-image-with-text {
	padding: 0px 0px 140px 0px;
}

@media screen and (max-width: 925px) {
	.tabbed-image-with-text {
		padding: 0px 0px 90px 0px;
	}
}

.tabbed-image-with-text .tabs {
	margin: 0px 0px 100px 0px;
}

.tabbed-image-with-text .tabs ul {
	list-style-type: none;
	padding: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tabbed-image-with-text .tabs ul button {
	width: 220px;
	height: 61px;
	border: 1px solid #616161;
	color: #616161;
	text-align: center;
	font: 700 24px/61px "Work Sans",sans-serif;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: transparent;
    border-radius: 0;
}

@media screen and (max-width: 925px) {
	.tabbed-image-with-text .tabs ul button {
		font: 700 18px/61px "Work Sans",sans-serif;
	}
}

@media screen and (max-width: 600px) {
	.tabbed-image-with-text .tabs ul button {
		height: 41px;
		font: 700 14px/41px "Work Sans",sans-serif;
	}
}

.tabbed-image-with-text .tabs ul button:hover {
	background-color: #cfcfcf;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.tabbed-image-with-text .tabs ul button:nth-of-type(2) {
	border-top: 1px solid #616161;
	border-bottom: 1px solid #616161;
	border-right: none;
}

.tabbed-image-with-text .tabs ul button:nth-of-type(3) {
	border-top: 1px solid #616161;
	border-bottom: 1px solid #616161;
	border-right: none;
}

.tabbed-image-with-text .tabs ul button:first-of-type {
	border-top: 1px solid #616161;
	border-left: 1px solid #616161;
	border-bottom: 1px solid #616161;
	border-right: none;
	border-radius: 8px 0px 0px 8px;
}

.tabbed-image-with-text .tabs ul button:last-of-type {
	border: 1px solid #616161;
	border-radius: 0px 8px 8px 0px;
}

.tabbed-image-with-text .tabs ul .active {
	background-color: #9BC76E;
	color: #fff;
	cursor: default;
}

.tabbed-image-with-text .tabs ul .active:hover {
	background-color: #9BC76E;
	color: #fff;
}

.tabbed-image-with-text span {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
}

@media screen and (max-width: 925px) {
	.tabbed-image-with-text span {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.tabbed-image-with-text span .image-side {
	position: relative;
	width: 50%;
	border-radius: 8px;
}

@media screen and (max-width: 925px) {
	.tabbed-image-with-text span .image-side {
		width: 100%;
	}
}

.tabbed-image-with-text span .image-side img {
	width: 100%;
}

.tabbed-image-with-text span .text-side {
	width: calc(50% - 180px);
	margin: 0px 180px 0px 0px;
}

@media screen and (max-width: 1100px) {
	.tabbed-image-with-text span .text-side {
		margin: 0px 0px 0px 80px;
		width: calc(50% - 80px);
	}
}

@media screen and (max-width: 925px) {
	.tabbed-image-with-text span .text-side {
		width: 100%;
		margin: 50px 0px 0px 0px;
	}
}

.tabbed-image-with-text span .text-side h2 {
	color: #141414;
	margin: 0px 0px 50px 0px;
	width: 90%;
}

@media screen and (max-width: 925px) {
	.tabbed-image-with-text span .text-side h2 {
		width: 100%;
	}
}

.tabbed-image-with-text span .text-side p {
	color: #141414;
	margin: 0px 0px 60px 0px;
	width: 80%;
}

@media screen and (max-width: 925px) {
	.tabbed-image-with-text span .text-side p {
		width: 100%;
	}
}

.tabbed-image-with-text .active-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.testimonial-slider {
	background-color: #572179;
	padding: 73px 0px;
	margin: 0px 0px 140px 0px;
}

@media screen and (max-width: 925px) {
	.testimonial-slider {
		margin: 0px 0px 90px 0px;
	}
}

.testimonial-slider h4 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.testimonial-slider #testimonials {
	width: 730px;
	margin: 42px auto 0px;
}

@media screen and (max-width: 833px) {
	.testimonial-slider #testimonials {
		width: 85%;
	}
}

.testimonial-slider #testimonials .slick-slide {
	max-width: 730px;
	width: 90%;
	margin: 0px auto;
}

.testimonial-slider #testimonials .slick-slide p {
	color: #fff;
	font: 300 24px/34px "Open Sans",sans-serif;
	text-align: center;
}

@media screen and (max-width: 833px) {
	.testimonial-slider #testimonials .slick-slide p {
		font: 300 18px/28px "Open Sans",sans-serif;
	}
}

.testimonial-slider #testimonials .slick-slide .name {
	font: 700 20px/24px "Work Sans",sans-serif;
	margin: 24px 0px 0px 0px;
}

@media screen and (max-width: 833px) {
	.testimonial-slider #testimonials .slick-slide .name {
		font: 700 16px/26px "Work Sans",sans-serif;
	}
}

.testimonial-slider #testimonials .slick-arrow {
	position: absolute;
	top: calc(50% - 77px);
	height: 58px;
	width: 58px;
	border-radius: 58px;
	padding: 0px;
	outline: none;
	border: none;
	text-indent: 100000000px;
	overflow: hidden;
	background: #795995 url("../src/icons/arrow.svg") center no-repeat;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media screen and (max-width: 1024px) {
	.testimonial-slider #testimonials .slick-arrow {
		top: calc(100% - 27px);
		height: 38px;
		width: 38px;
		border-radius: 38px;
	}
}

.testimonial-slider #testimonials .slick-arrow:hover {
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.testimonial-slider #testimonials .slick-prev {
	left: -130px;
}

@media screen and (max-width: 1024px) {
	.testimonial-slider #testimonials .slick-prev {
		left: 0px;
	}
}

.testimonial-slider #testimonials .slick-next {
	right: -130px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

@media screen and (max-width: 1024px) {
	.testimonial-slider #testimonials .slick-next {
		right: 0px;
	}
}

.testimonial-slider #testimonials .slick-dots {
	padding: 0px;
	margin: 36px 0px 0px 0px;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 1024px) {
	.testimonial-slider #testimonials .slick-dots {
		margin: 100px 0px 0px 0px;
	}
}

.testimonial-slider #testimonials .slick-dots li {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #795995;
	margin: 0px 3px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.testimonial-slider #testimonials .slick-dots li button {
	display: none;
}

.testimonial-slider #testimonials .slick-dots li:hover {
	opacity: 0.7;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.testimonial-slider #testimonials .slick-dots .slick-active {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background-color: #9BC76E;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	cursor: default;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.testimonial-slider #testimonials .slick-dots .slick-active:hover {
	opacity: 1;
}

.wp-admin .testimonial-slider h4 {
	color: #fff;
}

.wp-admin .testimonial-slider #testimonials p {
	color: #fff;
}

.wp-admin .testimonial-slider #testimonials .name {
	color: #fff;
}

.wp-admin .testimonial-slider #testimonials div {
	display: none;
}

.wp-admin .testimonial-slider #testimonials div:first-of-type {
	display: block;
	margin: 0px 0px 50px 0px;
}

.wp-admin .testimonial-slider #testimonials div:nth-of-type(2) {
	display: block;
}

.text-2-col-list {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 0px 140px 0px;
}

@media screen and (max-width: 925px) {
	.text-2-col-list {
		padding: 0px 0px 90px 0px;
	}
}

.text-2-col-list h2 {
	margin: 0px 0px 80px 60px;
}

@media screen and (max-width: 1100px) {
	.text-2-col-list h2 {
		margin: 0px 0px 80px 0px;
	}
}

@media screen and (max-width: 600px) {
	.text-2-col-list h2 {
		margin: 0px 0px 40px 0px;
	}
}

.text-2-col-list ul {
	padding: 0px;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.text-2-col-list ul li {
	width: calc(50% - 180px);
}

@media screen and (max-width: 1100px) {
	.text-2-col-list ul li {
		width: calc(50% - 90px);
	}
}

@media screen and (max-width: 800px) {
	.text-2-col-list ul li {
		width: calc(50% - 40px);
	}
}

@media screen and (max-width: 600px) {
	.text-2-col-list ul li {
		width: 100%;
	}
}

.text-2-col-list ul li:nth-of-type(odd) {
	margin: 0px 30px 60px 60px;
}

@media screen and (max-width: 1100px) {
	.text-2-col-list ul li:nth-of-type(odd) {
		margin: 0px 60px 60px 0px;
	}
}

@media screen and (max-width: 800px) {
	.text-2-col-list ul li:nth-of-type(odd) {
		margin: 0px 0px 60px 0px;
	}
}

.text-2-col-list ul li:nth-of-type(even) {
	margin: 0px 60px 60px 30px;
}

@media screen and (max-width: 1100px) {
	.text-2-col-list ul li:nth-of-type(even) {
		margin: 0px 0px 60px 30px;
	}
}

@media screen and (max-width: 800px) {
	.text-2-col-list ul li:nth-of-type(even) {
		margin: 0px 0px 60px 0px;
	}
}

.text-2-col-list ul li h3 {
	margin: 0px 0px 15px 0px;
}

.text-2-col-list ul li p {
	color: #616161;
}

.text-builder {
	padding: 0 0 140px;
}

@media screen and (max-width: 925px) {
	.text-builder {
		padding: 0px 0px 90px 0px;
	}
}

.text-builder h2 {
	margin: 0px 0px 50px 0px;
}

.text-builder h5 {
	color: #616161;
	margin: 50px 0px 10px 0px;
}

.text-builder p {
	margin: 0px 0px 20px 0px;
	color: #141414;
}

.text-builder strong {
	font-weight: 700;
}

.text-builder a {
	color: #795995;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.text-builder a:hover {
	color: #9BC76E;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.text-builder ul {
	margin: 15px 0px;
}

.text-builder ul li {
	color: #616161;
	font: 400 16px/24px "Open Sans",sans-serif;
	margin: 0px;
}

@media screen and (max-width: 768px) {
	.text-builder ul li {
		font: 400 14px/22px "Open Sans",sans-serif;
	}
}

.text-builder .btn-green {
	display: inline-block;
	margin: 50px 0px 20px 0px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.text-builder .btn-green:hover {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #fff;
}

.text-with-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 0px 140px 0px;
}

@media screen and (max-width: 925px) {
	.text-with-button {
		padding: 0px 0px 90px 0px;
	}
}

.text-with-button span {
	display: block;
	width: calc(50% - 180px);
}

@media screen and (max-width: 1100px) {
	.text-with-button span {
		width: calc(50% - 80px);
	}
}

@media screen and (max-width: 900px) {
	.text-with-button span {
		width: 100%;
	}
}

.text-with-button span:nth-of-type(odd) {
	margin: 0px 30px 60px 60px;
}

@media screen and (max-width: 1100px) {
	.text-with-button span:nth-of-type(odd) {
		margin: 0px 30px 60px 30px;
	}
}

@media screen and (max-width: 900px) {
	.text-with-button span:nth-of-type(odd) {
		margin: 0px 0px 60px 0px;
	}
}

.text-with-button span:nth-of-type(even) {
	margin: 0px 60px 60px 30px;
}

@media screen and (max-width: 1100px) {
	.text-with-button span:nth-of-type(even) {
		margin: 0px 20px 60px 20px;
	}
}

@media screen and (max-width: 900px) {
	.text-with-button span:nth-of-type(even) {
		margin: 0px 0px 60px 0px;
	}
}

.text-with-button span h3 {
	font: 200 36px/36px "Work Sans",sans-serif;
	margin: 0px 0px 24px 0px;
}

.text-with-button span .btn-green {
	display: inline-block;
	padding: 0px 35px;
	margin: 24px 0px 0px 0px;
}

.text-with-button .full {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 900px) {
	.text-with-button .full {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.text-with-button .full h3 {
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 900px) {
	.text-with-button .full h3 {
		text-align: left;
	}
}

.text-with-button .full p {
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 900px) {
	.text-with-button .full p {
		text-align: left;
	}
}

.text-with-button .full .btn-green {
	margin: 40px auto 0px;
}

@media screen and (max-width: 900px) {
	.text-with-button .full .btn-green {
		margin: 24px 0px 0px 0px;
	}
}

.three-col-cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0px 0px 140px 0px;
}

@media screen and (max-width: 925px) {
	.three-col-cta {
		padding: 0px 0px 90px 0px;
	}
}

.three-col-cta div {
	width: 350px;
	margin: 0px 0px 60px 0px;
}

@media screen and (max-width: 1400px) {
	.three-col-cta div {
		width: 300px;
	}
}

@media screen and (max-width: 1200px) {
	.three-col-cta div {
		width: 250px;
	}
}

@media screen and (max-width: 1100px) {
	.three-col-cta div {
		width: 350px;
	}
}

@media screen and (max-width: 947px) {
	.three-col-cta div {
		width: 300px;
	}
}

@media screen and (max-width: 813px) {
	.three-col-cta div {
		width: 250px;
	}
}

@media screen and (max-width: 670px) {
	.three-col-cta div {
		width: 100%;
	}
}

.three-col-cta div img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 0px 0px 21px 0px;
}

.three-col-cta div h3 {
	font-weight: 200;
	margin: 0px 0px 11px 0px;
}

.three-col-cta div .copy {
	color: #616161;
}

.three-col-cta div .btn-green-sm {
	margin: 20px 0px 0px 0px;
	max-width: 250px;
	display: inline-block;
}