/*  ==========================================================================
	Styles for Spring Impact
	Author: Alchemy Digital
	========================================================================== */

/*  ==========================================================================
	prevent FOUT
	========================================================================== */

body:after {
	content: " ";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: #fff;
	z-index: 1000;
	-webkit-transition: opacity 250ms ease-out 500ms, left 0ms linear 0ms;
	-moz-transition: opacity 250ms ease-out 500ms, left 0ms linear 0ms;
	transition: opacity 250ms ease-out 500ms, left 0ms linear 0ms;
}

body.ready:after {
	opacity: 0;
	left: 100%;
	pointer-events: none;
	-webkit-transition: opacity 250ms ease-out 0ms, left 0ms linear 300ms;
	-moz-transition: opacity 250ms ease-out 0ms, left 0ms linear 300ms;
	transition: opacity 250ms ease-out 0ms, left 0ms linear 300ms;
}

/*  ==========================================================================
	END prevent FOUT
	========================================================================== */

body {
	font-family: "Bureau Grot Lt";
	font-style: Normal;
	font-weight: Normal;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.4;
	overflow-x: hidden;
	max-width: 100%;
	-webkit-font-smoothing: antialiased;
}

/*  ==========================================================================
	Base typography
	========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0em 0 0.25em;
	line-height: 1.2;
	font-family: "Bureau Grot Cond Med";
	font-style: Normal;
	font-weight: Normal;
}

h1,
.h1 {
	margin: 0;
}
h2,
.h2 {
	font-weight: normal;
}

h1,
.fontsize--huge {
	font-size: 48px;
	line-height: 1.1;
	font-family: "Bureau Grot Comp Med";
	font-style: Normal;
	font-weight: Normal;
}
h2,
.fontsize--large {
	font-size: 32px;
	line-height: 1.1;
	font-family: "Bureau Grot Comp Med";
	font-style: Normal;
	font-weight: Normal;
}
h3,
.fontsize--med {
	font-size: 22px;
}
body,
h4,
.fontsize--reg {
	font-size: 15px;
}
h5,
.fontsize--sml {
	font-size: 14px;
}
h6,
.fontsize--tiny {
	font-size: 12px;
}

strong,
b {
	font-family: "Bureau Grot Cond Med";
	font-style: Normal;
	font-weight: Normal;
	font-size: 1.1em;
}

.font--narrow {
	font-family: "Bureau Grot Comp Med";
	font-style: Normal;
	font-weight: Normal;
}
.font--seminarrow {
	font-family: "Bureau Grot Cond Med";
	font-style: Normal;
	font-weight: Normal;
}
.font--reg {
	font-family: "Bureau Grot Lt";
	font-style: Normal;
	font-weight: Normal;
}

.case--lower {
	text-transform: lowercase;
}
.case--upper {
	text-transform: uppercase;
}

.text-align--center {
	text-align: center;
}
.text-align--left {
	text-align: left;
}
.text-align--right {
	text-align: right;
}

@media only screen and (min-width: 550px) {
	h1,
	.fontsize--huge {
		font-size: 60px;
	}
	h2,
	.fontsize--large {
		font-size: 42px;
	}
	h3,
	.fontsize--med {
		font-size: 23px;
	}
	body,
	h4,
	.fontsize--reg {
		font-size: 16px;
	}
	h5,
	.fontsize--sml {
		font-size: 14px;
	}
	h6,
	.fontsize--tiny {
		font-size: 12px;
	}
}

@media only screen and (min-width: 700px) {
	h1,
	.fontsize--huge {
		font-size: 70px;
	}
	h2,
	.fontsize--large {
		font-size: 50px;
	}
	h3,
	.fontsize--med {
		font-size: 27px;
	}
	body,
	h4,
	.fontsize--reg {
		font-size: 16px;
	}
	h5,
	.fontsize--sml {
		font-size: 14px;
	}
	h6,
	.fontsize--tiny {
		font-size: 12px;
	}
}

@media only screen and (min-width: 800px) {
}

@media only screen and (min-width: 1200px) {
	h1,
	.fontsize--huge {
		font-size: 80px;
	}
	h2,
	.fontsize--large {
		font-size: 60px;
	}
	h3,
	.fontsize--med {
		font-size: 32px;
	}
	body,
	h4,
	.fontsize--reg {
		font-size: 17px;
	}
	h5,
	.fontsize--sml {
		font-size: 14px;
	}
	h6,
	.fontsize--tiny {
		font-size: 12px;
	}
}

@media only screen and (min-width: 1400px) {
	h1,
	.fontsize--huge {
		font-size: 90px;
	}
	h2,
	.fontsize--large {
		font-size: 69px;
	}
	h3,
	.fontsize--med {
		font-size: 36px;
	}
	body,
	h4,
	.fontsize--reg {
		font-size: 18px;
	}
	h5,
	.fontsize--sml {
		font-size: 15px;
	}
	h6,
	.fontsize--tiny {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1600px) {
	h1,
	.fontsize--huge {
		font-size: 100px;
	}
	h2,
	.fontsize--large {
		font-size: 72px;
	}
	h3,
	.fontsize--med {
		font-size: 38px;
	}
	body,
	h4,
	.fontsize--reg {
		font-size: 20px;
	}
	h5,
	.fontsize--sml {
		font-size: 15px;
	}
	h6,
	.fontsize--tiny {
		font-size: 13px;
	}
}

ul,
ol {
	margin: 0 0 1em;
	padding: 0;
}

p {
	margin: 0 0 1em;
}

/*  ==========================================================================
	base links, buttons, interaction colors
	========================================================================== */

.color--white {
	color: #fff;
}
.color--grey {
	color: #888;
}
.color--pink {
	color: #ffb5c1;
}
.color--red {
	color: #e8492c;
}
.color--yellow {
	color: #f2ad11;
}
.color--aqua {
	color: #009991;
}
.color--teal {
	color: #5be0cc;
}
.color--purple {
	color: #5b1ebf;
}

.bg--white {
	background-color: #fff;
}
.bg--grey {
	background-color: #888;
}
.bg--pink {
	background-color: #ffb5c1;
}
.bg--red {
	background-color: #e8492c;
}
.bg--yellow {
	background-color: #f2ad11;
}
.bg--aqua {
	background-color: #009991;
}
.bg--teal {
	background-color: #5be0cc;
}
.bg--purple {
	background-color: #5b1ebf;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
}

.linkline {
	border-bottom: solid 1px rgba(0, 212, 255, 0.5);
}
a:hover .linkline {
	border-color: #5be0cc;
}

.color--white .linkline {
	border-color: rgba(255, 255, 255, 0.5);
}
.color--white a:hover .linkline {
	border-color: #fff;
}

.line--pink .linkline {
	border-bottom: solid 1px rgba(255, 181, 193, 0.5);
}
.line--pink a:hover .linkline {
	border-color: #ffb5c1;
}
.line--pink .fa--shape:after {
	border-left: 2em solid #ffb5c1;
}

.line--red .linkline {
	border-bottom: solid 1px rgba(232, 73, 44, 0.5);
}
.line--red a:hover .linkline {
	border-color: #e8492c;
}
.line--red .fa--shape:after {
	border-left: 2em solid #e8492c;
}

.line--yellow .linkline {
	border-bottom: solid 1px rgba(242, 173, 17, 0.5);
}
.line--yellow a:hover .linkline {
	border-color: #f2ad11;
}
.line--yellow .fa--shape:after {
	border-left: 2em solid #f2ad11;
}

.line--aqua .linkline {
	border-bottom: solid 1px rgba(0, 153, 145, 0.5);
}
.line--aqua a:hover .linkline {
	border-color: #009991;
}
.line--aqua .fa--shape:after {
	border-left: 2em solid #009991;
}

.line--teal .linkline {
	border-bottom: solid 1px rgba(91, 224, 204, 0.5);
}
.line--teal a:hover .linkline {
	border-color: #5be0cc;
}
.line--teal .fa--shape:after {
	border-left: 2em solid #5be0cc;
}

.line--purple .linkline {
	border-bottom: solid 1px rgba(91, 30, 191, 0.5);
}
.line--purple a:hover .linkline {
	border-color: #5b1ebf;
}
.line--purple .fa--shape:after {
	border-left: 2em solid #5b1ebf;
}

a .fa {
	padding: 0 0 0 0.66em;
}
a .fa--left {
	padding: 0 0.66em 0 0;
}
a .fa--nopad {
	padding: 0;
}

.fa--shape {
	position: relative;
	z-index: 1;
}

.fa--shape:after {
	content: " ";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 2em solid transparent;
	border-bottom: 2em solid transparent;
	border-left: 2em solid #5be0cc;
	z-index: -1;
	top: -1em;
	margin-top: -0.5em;
	left: 0.25em;
	-webkit-transition: -webkit-transform 150ms ease-out 0ms;
	-moz-transition: -moz-transform 150ms ease-out 0ms;
	transition: transform 150ms ease-out 0ms;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.fa--shape--2:after {
	left: 1em;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	transform: rotate(15deg);
}

.fa--shape--3:after {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.fa--shape--4:after {
	left: 1em;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	transform: rotate(15deg);
}

.fa--shape--5:after {
	left: 0.88em;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

a:hover .fa--shape:after {
	transform: rotate(0deg);
}

.btn {
	background-color: #5be0cc;
	color: #fff;
	border-radius: 2px;
	display: inline-block;
	margin: 0 0.5em 0.5em 0;
	padding: 0.75em 2em;
	text-transform: uppercase;
	color: #fff;
	border: none;
	box-shadow: none;
	font-family: "Bureau Grot Comp Med";
	font-style: Normal;
	font-weight: Normal;
}

.btn:hover {
	color: #fff;
	background-color: #009991;
}

.btn--block {
	display: block;
	text-align: center;
}

.btn .linkline {
	border: none;
}

.btn--black {
	background-color: #000;
}

.btn--red {
	background-color: #e8492c;
} /* red */
.btn--red:hover {
	background-color: #f2ad11;
} /* yellow */
.btn--red .fa--shape:after {
	border-left: 2em solid #ffb5c1;
} /* pink */

.btn--pink {
	background-color: #ffb5c1;
} /* pink */
.btn--pink:hover {
	background-color: #e8492c;
} /* red */
.btn--pink .fa--shape:after {
	border-left: 2em solid #f2ad11;
} /* yellow */

.btn--yellow {
	background-color: #f2ad11;
} /* yellow */
.btn--yellow:hover {
	background-color: #ffb5c1;
} /* pink */
.btn--yellow .fa--shape:after {
	border-left: 2em solid #e8492c;
} /* red */

.btn--aqua {
	background-color: #009991;
} /* aqua */
.btn--aqua:hover {
	background-color: #5b1ebf;
} /* purple */
.btn--aqua .fa--shape:after {
	border-left: 2em solid #5be0cc;
} /* teal */

.btn--teal {
	background-color: #5be0cc;
} /* teal */
.btn--teal:hover {
	background-color: #5b1ebf;
} /* purple */
.btn--teal .fa--shape:after {
	border-left: 2em solid #ffb5c1;
} /* pink */

.btn--purple {
	background-color: #5b1ebf;
} /* purple */
.btn--purple:hover {
	background-color: #ffb5c1;
} /* pink */
.btn--purple .fa--shape:after {
	border-left: 2em solid #5be0cc;
} /* teal */

.btn--grey {
	background-color: #eee;
	color: #000;
}
.btn--grey:hover {
	background-color: #5b1ebf;
	color: #fff;
} /* purple */

/*  ==========================================================================
	Basic layout classes
	========================================================================== */

.bd {
	margin: 0 7.14%;
	position: relative;
	min-height: 1px;
}

.bd:after {
	content: "";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.padding--top {
	padding-top: 10%;
}
.padding--bottom {
	padding-bottom: 10%;
}
.padding--top-half {
	padding-top: 7%;
}
.padding--bottom-half {
	padding-bottom: 7%;
}
.padding--top-em {
	padding-top: 1em;
}
.padding--bottom-em {
	padding-top: 1em;
}
.padding--none {
	padding: 0;
}

.margin--top {
	margin-top: 10%;
}
.margin--bottom {
	margin-bottom: 10%;
}
.margin--top-half {
	margin-top: 7%;
}
.margin--bottom-half {
	margin-bottom: 7%;
}
.margin--top-em {
	margin-top: 1em;
}
.margin--bottom-em {
	margin-bottom: 1em;
}

.margin--none {
	margin: 0;
}

@media only screen and (min-width: 550px) {
	.padding--top {
		padding-top: 7%;
	}
	.padding--bottom {
		padding-bottom: 7%;
	}
	.padding--top-half {
		padding-top: 3.5%;
	}
	.padding--bottom-half {
		padding-bottom: 3.5%;
	}

	.margin--top {
		margin-top: 7%;
	}
	.margin--bottom {
		margin-bottom: 7%;
	}
	.margin--top-half {
		margin-top: 3.5%;
	}
	.margin--bottom-half {
		margin-bottom: 3.5%;
	}
	.margin--top-em {
		margin-top: 1em;
	}
	.margin--bottom-em {
		margin-bottom: 1em;
	}
}

@media only screen and (min-width: 700px) {
}

@media only screen and (min-width: 800px) {
}

@media only screen and (min-width: 1400px) {
	.padding--top {
		padding-top: 5%;
	}
	.padding--bottom {
		padding-bottom: 5%;
	}
	.padding--top-half {
		padding-top: 3.5%;
	}
	.padding--bottom-half {
		padding-bottom: 3.5%;
	}

	.margin--top {
		margin-top: 5%;
	}
	.margin--bottom {
		margin-bottom: 5%;
	}
	.margin--top-half {
		margin-top: 3.5%;
	}
	.margin--bottom-half {
		margin-bottom: 3.5%;
	}
	.margin--top-em {
		margin-top: 1em;
	}
	.margin--bottom-em {
		margin-bottom: 1em;
	}
}

/*  ==========================================================================
	base nav
	========================================================================== */

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.inlinenavlist {
	margin: 0 -0.75em;
}

.inlinenavlist li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.inlinenavlist a {
	display: block;
	padding: 0 0.75em;
}

/*  ==========================================================================
	siteheader
	========================================================================== */

.siteheader {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transition: color 250ms ease-out 0ms;
	-moz-transition: color 250ms ease-out 0ms;
	transition: color 250ms ease-out 0ms;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, 0, 0);
}

.siteheader:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	z-index: 1;
	background: #fff;
	-webkit-transition: opacity 150ms ease-out 0ms;
	-moz-transition: opacity 150ms ease-out 0ms;
	transition: opacity 150ms ease-out 0ms;
}

.siteheader__bd {
	position: relative;
	z-index: 2;
	padding: 15px 0;
}

.siteheader--padder {
	position: relative;
	visibility: hidden;
}

/*
// sitelogo
*/

.sitelogo {
	margin: 0 0 -50px -14px;
	z-index: 2;
	width: 90px;
	-webkit-transition: margin 150ms ease-out 0ms;
	-moz-transition: margin 150ms ease-out 0ms;
	transition: margin 150ms ease-out 0ms;
}

.sitelogo__link {
	display: block;
}

.sitelogo__img {
	width: 100%;
}

.sitelogo__img--png {
	display: none;
}
.no-svg .sitelogo__img--svg {
	display: none;
}
.no-svg .sitelogo__img--png {
	display: block;
}

/* .hasscrolled .sitelogo{ margin-top: -30px; } */
.hasscrolled .siteheader--padder .sitelogo {
	margin-top: 0px !important;
}

@media only screen and (min-width: 1000px) {
	.siteheader {
	}
	.siteheader:after {
		opacity: 1;
	}
	.hasscrolled .siteheader:after {
		opacity: 1;
	}
	.sitelogo {
		width: 120px;
		margin-bottom: -60px;
		margin-left: -18px;
	}
	.hasscrolled .sitelogo {
		margin-top: -35px;
	}
	.sitelogo__link {
	}
	.sitelogo__img {
	}

	.siteheadercollapse .siteheader--padder {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {
	.sitelogo {
		width: 130px;
		margin-bottom: -65px;
	}
	.hasscrolled .sitelogo {
		margin-top: -40px;
	}
}

/*  ==========================================================================
	mobnav
	========================================================================== */

.mobnav {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 0;
	text-align: center;
	z-index: 2;
	-webkit-transition: height 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition: height 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: height 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.mobnav li {
	border-top: solid 1px rgba(255, 255, 255, 0.15);
	border-bottom: solid 1px rgba(0, 0, 0, 0.25);
}

.mobnav li:first-child {
	border-top: none;
}
.mobnav li:last-child {
	border-bottom: none;
}

.mobnav a {
	display: block;
	padding: 1em 0;
}

.mobnav .btn {
	margin: 0;
}

.mobnav ul ul {
	display: none;
}

@media only screen and (min-width: 700px) {
	.mobnav li {
		border: none;
	}

	.mobnavprimary {
		margin: 0 0 0.5em;
	}
	.mobnavprimary li {
		display: inline-block;
		border-right: solid 1px rgba(255, 255, 255, 0.15);
		box-shadow: 1px 0 0 rgba(0, 0, 0, 0.25);
	}
	.mobnavprimary li:last-child {
		border: none;
		box-shadow: none;
	}
	.mobnavprimary li a {
		padding: 0.66em 1.1em 0.66em 1em;
	}
}

@media only screen and (min-width: 1000px) {
	.mobnav {
		display: none;
	}
}

/*  ==========================================================================
	mobtools
	========================================================================== */

.mobtools {
	position: absolute;
	bottom: 50%;
	margin-bottom: -0.75em;
	right: 0;
}

@media only screen and (min-width: 1000px) {
	.mobtools {
		display: none;
	}
}

/*  ==========================================================================
	sitenav
	========================================================================== */

.sitenav,
.sitetools {
	display: none;
}

.sitenav {
	position: absolute;
	top: 50%;
	left: 8em;
	right: 8em;
	margin-top: -0.6em;
	z-index: 1;
	bottom: 0;
}

.sitenav ul ul {
	display: none;
}

.sitenav > ul,
.sitenav > ul > li {
	position: relative;
	top: 0;
	bottom: 0;
	height: 100%;
}

.sitenav > ul > li.current-menu-item.menu-item-has-children:after,
.sitenav > ul > li.current-menu-ancestor:after {
	content: " ";
	display: block;
	width: 1em;
	height: 0.5em;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.5em;
	background: url(sitenav.selected.png) no-repeat center bottom;
	background-size: 100% auto;
	-webkit-transition: height 250ms ease-out 0ms;
	-moz-transition: height 250ms ease-out 0ms;
	transition: height 250ms ease-out 0ms;
}

.hasscrolled .sitenav > ul > li.current-menu-item.menu-item-has-children:after,
.hasscrolled .sitenav > ul > li.current-menu-ancestor:after {
	height: 0;
}

.sitetools {
	position: absolute;
	right: 0;
	z-index: 5;
	top: 50%;
	margin-top: -1.5em;
	margin-right: -8.3%;
	padding-right: 15px;
}

.sitetools li {
	display: inline-block;
	padding: 0 0 0 1.5em;
}
.sitetools .btn {
	margin: 0;
}

.sitenav a:hover,
.sitetools a:hover {
	color: #5be0cc;
	-webkit-animation: color-pulse-hover 1000ms infinite;
	-moz-animation: color-pulse-hover 1000ms infinite;
	animation: color-pulse-hover 1000ms infinite;
}

.sitetools .btn:hover {
	color: #fff;
	-webkit-animation: bg-pulse-hover 1000ms infinite;
	-moz-animation: bg-pulse-hover 1000ms infinite;
	animation: bg-pulse-hover 1000ms infinite;
}

@-webkit-keyframes color-pulse-hover {
	0%,
	100% {
		color: #009991;
	}
	50% {
		color: #5be0cc;
	}
}
@-moz-keyframes color-pulse-hover {
	0%,
	100% {
		color: #009991;
	}
	50% {
		color: #5be0cc;
	}
}

@keyframes color-pulse-hover {
	0%,
	100% {
		color: #009991;
	}
	50% {
		color: #5be0cc;
	}
}

@-webkit-keyframes bg-pulse-hover {
	0%,
	100% {
		background-color: #009991;
	}
	50% {
		background-color: #5be0cc;
	}
}
@-moz-keyframes bg-pulse-hover {
	0%,
	100% {
		background-color: #009991;
	}
	50% {
		background-color: #5be0cc;
	}
}
@keyframes bg-pulse-hover {
	0%,
	100% {
		background-color: #009991;
	}
	50% {
		background-color: #5be0cc;
	}
}

@media only screen and (min-width: 1000px) {
	.sitenav,
	.sitetools {
		display: block;
	}
}

@media only screen and (min-width: 1200px) {
	.sitetools {
		margin-right: 0;
		padding-right: 0;
	}
}

/*  ==========================================================================
	pagenav
	========================================================================== */

.pagenav {
	text-align: center;
	position: relative;
	z-index: 100;
}

.pagenav--top {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.pagenav--bottom {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.pagenav__bd {
	padding: 0.5em 65px 0.75em;
}

.pagenav li {
	position: relative;
	z-index: 1;
}

.pagenav li:hover {
	z-index: 2;
}

.pagenav ul ul li {
	margin-bottom: -0.5em;
}

.pagenav a {
	display: block;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

.pagenav a:hover {
	color: #5be0cc;
	-webkit-animation: color-pulse-hover 1000ms infinite;
	-moz-animation: color-pulse-hover 1000ms infinite;
	animation: color-pulse-hover 1000ms infinite;
}

.pagenav__bd > ul > li {
	display: none;
}
.pagenav__bd > ul > li.current-menu-item,
.pagenav__bd > ul > li.current-menu-ancestor {
	display: block;
}
.pagenav__bd > ul > li.current-menu-item > a,
.pagenav__bd > ul > li.current-menu-ancestor > a {
	display: none;
}

/* level one */

.pagenav ul ul ul {
	display: block;
	position: absolute;
	width: 200px;
	top: 100%;
	left: 50%;
	margin-left: -100px;
	background: rgba(0, 0, 0, 0.9);
	box-sizing: border-box;
	padding: 1em;
	color: #fff;
	pointer-events: none;
	opacity: 0;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: perspective(1000px) rotateX(-25deg);
	-moz-transform: perspective(1000px) rotateX(-25deg);
	transform: perspective(1000px) rotateX(-25deg);

	-webkit-transition: opacity 150ms ease-out 0ms, -webkit-transform 150ms ease-out 0ms;
	-moz-transition: opacity 150ms ease-out 0ms, -moz-transform 150ms ease-out 0ms;
	transition: opacity 150ms ease-out 0ms, transform 150ms ease-out 0ms;
}

.pagenav ul ul ul ul {
	display: none;
}

.pagenav ul ul li:hover ul {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: perspective(1000px) rotateX(0deg);
	-moz-transform: perspective(1000px) rotateX(0deg);
	transform: perspective(1000px) rotateX(0deg);
}

.pagenav ul ul ul:after {
	content: " ";
	display: block;
	position: absolute;
	border-left: 0.5em solid transparent;
	border-right: 0.5em solid transparent;
	border-bottom: 0.5em solid rgba(0, 0, 0, 0.9);
	position: absolute;
	top: -0.5em;
	left: 50%;
	margin-left: -0.5em;
	z-index: 5;
}

.pagenav ul ul ul li {
	display: block;
	margin: 0;
}
.pagenav ul ul ul a {
	padding: 0.5em 0;
}

/*  ==========================================================================
	Page
	========================================================================== */

.pageheader {
	text-align: center;
	position: relative;
}

.pageheader__bd {
	position: relative;
	z-index: 2;
}

.pageheader h1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 7em;
	margin-bottom: 0.25em;
	text-transform: uppercase;
}

.pageheader .heading--long-plus40 {
	max-width: 11em;
}

.pageheader .leader {
	margin: 0 auto 1em;
	max-width: 30em;
}

/*
// pageheader--img
*/

.pageheader--img {
	background: #000;
	color: #fff;
	overflow: hidden;
}

.pageheader__img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 1000ms ease-out 0ms;
	-moz-transition: opacity 1000ms ease-out 0ms;
	transition: opacity 1000ms ease-out 0ms;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.pageheaderimg--loaded .pageheader__img {
	-webkit-transition: -webkit-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	-moz-transition: -moz-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	transition: transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 0.66;
}

/*
// pageheader--video
*/

.pageheader__video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 2000ms ease-out 0ms;
	-moz-transition: opacity 2000ms ease-out 0ms;
	transition: opacity 2000ms ease-out 0ms;
}

.has-videoheader--playing .pageheader__video {
	opacity: 0.66;
}
.no-touch .has-videoheader .pageheader__img {
	display: none;
}

.shareicons {
	position: relative;
	z-index: 2;
}

/* postheader */

.postheaderimg {
	padding: 50% 0 0;
	position: relative;
	background: #eee;
	overflow: hidden;
	margin-top: -1.5em;
	z-index: 1;
}
.has-videoheader--playing .postheaderimg .pageheader__video {
	opacity: 1;
}
.pageheaderimg--loaded .postheaderimg .pageheader__img {
	opacity: 1;
}

/*  ==========================================================================
    share icons
    ========================================================================== */

.shareicons {
	color: #fff;
}

.shareiconslist {
}

.shareiconslist li {
	margin: 0;
	display: inline-block;
}

.sharelink {
	display: inline-block;
	height: 2.5em;
	background: #f1f1f1;
	line-height: 2.5em;
	margin: 0;
	color: #fff;
	border-radius: 1.25em;
}

.sharelink:after {
	content: "";
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
}

.sharelink--facebook {
	background: #3b5998;
}
.sharelink--twitter {
	background: #00aced;
}
.sharelink--linkedin {
	background: #007bb6;
}

.shareicon {
	width: 2.5em;
	text-align: center;
	display: block;
	float: left;
	padding: 0;
	border: none;
}

.shareicon .fa {
	display: inline-block;
	padding: 0;
}
a:hover .shareicon .fa {
	display: inline-block;
	padding: 0;
}

.sharetext {
	overflow: hidden;
	font-size: 12px;
	display: block;
	float: left;
	text-align: right;
	width: 0;
	-webkit-transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
	text-align: left;
}

.sharelink:hover .sharetext {
	width: 45px;
}

/* reverse sharelink when image is present */
.pageheader--img .sharelink {
	background: #fff;
}
.pageheader--img .sharelink--facebook,
.pageheader--img .sharelink--facebook:hover {
	color: #3b5998;
}
.pageheader--img .sharelink--twitter,
.pageheader--img .sharelink--twitter:hover {
	color: #00aced;
}
.pageheader--img .sharelink--linkedin,
.pageheader--img .sharelink--linkedin:hover {
	color: #007bb6;
}

@media only screen and (min-width: 700px) {
	.sharelink {
		line-height: 3em;
		height: 3em;
		border-radius: 1.5em;
	}
	.shareicon {
		width: 3em;
	}
}

/*  ==========================================================================
	content
	========================================================================== */

.content {
	margin: 0 auto;
	box-sizing: border-box;
}
.content ul {
	padding: 0 0 0 20px;
}

@media only screen and (min-width: 550px) {
	.content {
		width: 83.4%;
		padding: 0 0.5em;
	}
}

@media only screen and (min-width: 700px) {
	.content {
		padding: 0 0.625em;
	}
}

@media only screen and (min-width: 800px) {
	.content {
		width: 66.8%;
	}
}

@media only screen and (min-width: 1000px) {
	.content {
		width: 60%;
		padding: 0 0.75em;
	}
}

@media only screen and (min-width: 1200px) {
	.content {
		width: 50%;
	}
}

@media only screen and (min-width: 1400px) {
}

/*  ==========================================================================
	.posts
	========================================================================== */

.posts {
	margin-bottom: -3em;
}

.post {
	margin-bottom: 3em;
	position: relative;
}

.post__categories {
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	z-index: 2;
}

.post__categories a {
	display: inline-block;
	padding: 0.3em 0.5em;
	background: #fff;
	margin: 0 3px 3px 0;
}

.post__categories a:hover {
	color: #5be0cc;
}

.post__heading {
	margin: 0 0 0.75em;
}

.post__tags {
	padding: 0 0.66em 0.66em 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #f4f4f4;
	z-index: 2;
	-webkit-transition: -webkit-box-shadow 150ms ease-out 0s;
	-moz-transition: -moz-box-shadow 150ms ease-out 0s;
	transition: box-shadow 150ms ease-out 0s;
}

.post__tags:hover {
	-webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.25);
}

.post__link {
	position: relative;
	z-index: 1;
}

.postimg {
	padding: 56.6% 0 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 1.66em;
	-webkit-transition: -webkit-box-shadow 150ms ease-out 0s;
	-moz-transition: -moz-box-shadow 150ms ease-out 0s;
	transition: box-shadow 150ms ease-out 0s;
}

.post__link:hover .postimg {
	-webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
}

.postimg__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #eee;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.postcta {
	text-align: right;
}

/*  ==========================================================================
	paging
	========================================================================== */

.paging {
	position: relative;
	padding: 0;
	border-top: solid 1px #ddd;
}

.paging .btn {
	padding-top: 1em;
	padding-bottom: 1em;
}

.paging__numbers {
	display: none;
}
.paging__numbers a,
.paging__numbers span {
	padding: 1.5em;
	border: none;
	border-right: solid 1px #ddd;
	display: block;
	float: left;
	min-width: 1.4em;
	text-align: center;
}

.paging__numbers .current {
	color: #aaa;
}

.paging__nextprev {
	text-align: center;
	padding: 0.5em;
}

.paging__nextprev {
	text-align: center;
}
.paging__nextprev .btn {
	margin-bottom: 0;
}

.paging__pager--older a:hover {
	background: #afb472;
}

.paging__nextprev--bothpresent .paging__pager--older {
	border-left: solid 1px #e0e0d9;
}

@media only screen and (min-width: 800px) {
	.paging {
		border-bottom: solid 1px #ddd;
	}
	.paging__bd {
		border-bottom: solid 1px #d4d4cb;
		border-top: solid 1px #d4d4cb;
	}
	.paging__numbers {
		display: block;
	}
	.paging__nextprev {
		position: absolute;
		padding: 0;
		right: 0;
		top: 50%;
		margin-top: -1.75em;
	}
	.paging__pager {
		display: inline-block;
		padding: 0.5em;
	}
}

/*  ==========================================================================
    searchpopup
    ========================================================================== */

.searchpopup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	z-index: 99;
	transition: opacity 250ms ease-out 0ms, top 250ms ease-out 0ms, left 0ms linear 250ms;
	opacity: 0;
	top: 1em;
}

.searchpopupoverlay {
	position: fixed;
	z-index: 98;
	top: 0;
	left: 100%;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	transition: opacity 300ms ease-out 0ms, left 0ms linear 500ms;
}
.popupsearch--open .searchpopup {
	left: 0;
	opacity: 1;
	top: 0em;
	-webkit-transition: opacity 500ms ease-out 250ms, top 500ms ease-out 250ms, left 0ms linear 0ms;
	-moz-transition: opacity 500ms ease-out 250ms, top 500ms ease-out 250ms, left 0ms linear 0ms;
	transition: opacity 500ms ease-out 250ms, top 500ms ease-out 250ms, left 0ms linear 0ms;
}
.popupsearch--open .searchpopupoverlay {
	left: 0;
	opacity: 0.88;
	-webkit-transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
	-moz-transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
	transition: opacity 500ms ease-out 5ms, left 0ms linear 0ms;
}

.searchpopup:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}

.searchpopupform {
	width: 85.72%;
	display: inline-block;
	vertical-align: middle;
}

.searchpopupform .field__label {
	display: block;
	font-weight: 700;
	margin: 0 0 0.75em;
}

.searchpopupform .field__note {
	margin: 0.75em 0 0;
}
.searchpopupform .field__note strong {
	cursor: pointer;
}

.searchpopupform .field__input {
	padding: 0.66em 3.5em 0.66em 0.66em;
	border: solid 1px #fff;
	font-size: 1.5em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
}

.searchpopupform .field__input input {
	background: none;
	border: none;
	padding: 0;
	color: #fff;
	width: 100%;
	outline: none;
	text-align: left;
}

.searchpopupbtn {
	width: 1.75em;
	padding: 0.66em;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.searchpopupbtn:hover {
	background: #fff;
	color: #333;
}

.searchpopupbtn .fa {
	padding: 0;
}

@media only screen and (min-width: 550px) {
	.searchpopupform .field__input {
		font-size: 1.75em;
	}
}

@media only screen and (min-width: 700px) {
	.searchpopupform .field__input {
		font-size: 2em;
	}
	.searchpopupform {
		width: 75%;
	}
}

/*  ==========================================================================
	Search results page
	========================================================================== */

.searchpageform {
}

.searchpagefield {
	position: relative;
}

.searchpagefield input {
	background: none;
	padding-right: 4em;
	position: relative;
	z-index: 1;
}

.searchpagesubmit {
	padding: 1em 1.25em;
	border: none;
	position: absolute;
	z-index: 2;
	top: 1px;
	right: 1px;
	background: none;
	text-align: center;
}

.searchpagesubmit:hover {
	background: #eee;
}

/*  ==========================================================================
	flex
	========================================================================== *

.preheading {
	margin: 0 0 0.66em;
}

.heading {
	margin: 0 0 0.25em;
}

/*  ==========================================================================
	flex
	========================================================================== */

.flex:first-child {
	margin-top: 0;
}

.flex__heading {
	margin: 0 0 0.33em;
}

.flex--fullwidth + .flex--fullwidth {
	margin-top: -10%;
}

@media only screen and (min-width: 550px) {
	.flex--fullwidth + .flex--fullwidth {
		margin-top: -7%;
	}
}

@media only screen and (min-width: 1400px) {
	.flex--fullwidth + .flex--fullwidth {
		margin-top: -5%;
	}
}

/*  ==========================================================================
	flexline
	========================================================================== */

.flexline__line {
	border-top: solid 1px #ddd;
	height: 0;
}

/*  ==========================================================================
	flexcols
	========================================================================== */

.content--cols {
	margin-bottom: -2em;
	padding: 0;
}

.flex--contentcols .content:last-child {
	padding-bottom: 0;
}

.contentcol {
	margin-bottom: 2em;
}

@media only screen and (min-width: 550px) {
	.content--cols--2,
	.content--cols--3,
	.content--cols--4 {
		width: 100%;
	}
}

@media only screen and (min-width: 800px) {
	.content--cols--2,
	.content--cols--3,
	.content--cols--4 {
		width: 100%;
	}
}

@media only screen and (min-width: 1000px) {
	.content--cols--2 {
		width: 83.4%;
	}
	.content--cols--3,
	.content--cols--4 {
		width: 100%;
	}
}

@media only screen and (min-width: 1200px) {
	.content--cols--2 {
		width: 83.4%;
	}
	.content--cols--3,
	.content--cols--4 {
		width: 100%;
	}
}

@media only screen and (min-width: 1400px) {
	.content--cols--2 {
		width: 83.4%;
	}
	.content--cols--3 {
		width: 100%;
	}
	.content--cols--4 {
		width: 100%;
	}
}

.content--cols {
	margin-bottom: -2em;
}

/*  ==========================================================================
	flex--faqs
	========================================================================== */

.faqs {
	border-top: 1px solid #ddd;
	position: relative;
}

.faq {
	display: block;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.faq__question {
	margin: 0;
	border-top: none;
	padding: 1em 0 1em 3em;
	position: relative;
	cursor: pointer;
}

.faq__question:hover {
	color: #888;
}

.faq__question .fa {
	position: absolute;
	top: 1em;
	left: 1em;
	display: block;
	line-height: 1.2;
	-webkit-transition: -webkit-transform 150ms ease-out 0s;
	-moz-transition: -moz-transform 150ms ease-out 0s;
	transition: transform 150ms ease-out 0s;
}

.faq__answer .inner {
	margin: 0;
	padding: 0em 0em 1em 3em;
}

.faq__answer {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transform: translate(0, -1em);
	-moz-transform: translate(0, -1em);
	transform: translate(0, -1em);
	-webkit-transition: height 0ms linear 260ms, opacity 250ms ease-out 0ms, -webkit-transform 150ms ease-out 0ms;
	-moz-transition: height 0ms linear 260ms, opacity 250ms ease-out 0ms, -moz-transform 150ms ease-out 0ms;
	transition: height 0ms linear 260ms, opacity 250ms ease-out 0ms, transform 150ms ease-out 0ms;
}

.faq--open .faq__answer {
	-webkit-transition: height 0ms linear 0ms, opacity 250ms ease-out 10ms, -webkit-transform 150ms ease-out 10ms;
	-moz-transition: height 0ms linear 0ms, opacity 250ms ease-out 10ms, -moz-transform 150ms ease-out 10ms;
	transition: height 0ms linear 0ms, opacity 250ms ease-out 10ms, transform 150ms ease-out 10ms;
	height: auto;
	opacity: 1;
	-webkit-transform: translate(0, 0em);
	-moz-transform: translate(0, 0em);
	transform: translate(0, 0em);
}

.faq--open .faq__question {
	color: #6e6f71;
}

.faq--open .faq__question .fa {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/*  ==========================================================================
	Flex slides
	========================================================================== */

.flexslides {
	max-width: 100%;
	overflow: hidden;
}

.flexslides .owl-controls {
	position: absolute;
	top: 0em;
	left: 0;
	right: 0;
	text-align: center;
}

.flexslide {
	position: relative;
	text-align: center;
}

.flexslideimg {
	padding: 50% 0 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.flexslide__content {
	background: #fff;
	padding: 2em 2em 0;
	margin: -3em 0 0;
	box-sizing: border-box;
	text-align: left;
}

.flexslide__heading {
	margin-top: 0;
}
/*
.flexslide__heading{
    margin: 0 0 .5em;
} */

.flexslides.owl-carousel .flexslide__content {
	opacity: 0;
	-webkti-transform: translate(0px, 20px);
	-moz-transform: translate(0px, 20px);
	transform: translate(0px, 20px);
	-webkit-transition: opacity 500ms ease-out 250ms, -webkit-transform 500ms ease-out 250ms;
	-moz-transition: opacity 500ms ease-out 250ms, -moz-transform 500ms ease-out 250ms;
	transition: opacity 500ms ease-out 250ms, transform 500ms ease-out 250ms;
}

.flexslides.owl-carousel .active .flexslide__content {
	opacity: 1;
	-webkti-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.flexslides .owl-dots {
	text-align: center;
	display: inline-block;
}
.flexslides .owl-dot {
	display: inline-block;
	margin: 0;
	color: #888;
}

.flexslides .owl-dot span {
	display: block;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	background: #fff;
	border: none;
	border-left: solid 1px #eee;
	line-height: 1em;
	position: relative;
	border-radius: 0;
	opacity: 1;
}

.flexslides .owl-dot:first-child span {
	border-left: none;
}

.flexslides .owl-dot span:before {
	font-size: 11px;
	line-height: 1em;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	left: 0;
	right: 0;
	text-align: center;
}
.flexslides .owl-dot:nth-child(1) span:before {
	content: "1";
}
.flexslides .owl-dot:nth-child(2) span:before {
	content: "2";
}
.flexslides .owl-dot:nth-child(3) span:before {
	content: "3";
}
.flexslides .owl-dot:nth-child(4) span:before {
	content: "4";
}
.flexslides .owl-dot:nth-child(5) span:before {
	content: "5";
}
.flexslides .owl-dot:nth-child(6) span:before {
	content: "6";
}

.flexslides .owl-dot:hover {
	color: #111;
}
.flexslides .owl-dot.active {
	color: #111;
	font-weight: 700;
}

@media only screen and (min-width: 550px) {
	.flexslide__content {
		width: 90.6%;
		display: inline-block;
	}

	.flexslide--left .flexslide__content {
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (min-width: 700px) {
	.flexslide--left {
		text-align: left;
	}
	.flexslide--right {
		text-align: right;
	}
	.flexslide--center {
		text-align: center;
	}

	.flexslide--right .flexslide__content {
		margin-right: 0em;
	}
	.flexslide--left .flexslide__content {
		margin-left: 0em;
	}
	.flexslide__bd {
		padding-top: 12%;
		padding-bottom: 12%;
		position: relative;
		z-index: 2;
	}

	.flexslideimg {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		padding: 0;
		height: 100%;
		width: 100%;
	}

	.flexslide__content {
		margin: 0;
		padding: 2.5em;
		width: 50%;
	}
}

@media only screen and (min-width: 1000px) {
	.flexslide__content {
		margin: 0;
		padding: 3em;
		width: 33.3%;
	}
}

@media only screen and (min-width: 1400px) {
	.flexslide__content {
		width: 28.5%;
	}
	.flexslide__bd {
		padding-top: 10%;
		padding-bottom: 10%;
	}
}

/*  ==========================================================================
	flex--imgfeature
	========================================================================== */

.fleximgfeature {
}

.fleximgfeaturecontent__heading {
	margin: 0 0 0.5em;
}

.fleximgfeature__imgcontainer--last {
	display: none;
}

.fleximgfeature__img {
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 66.6% 0 0;
}

.fleximgfeature--even .fleximgfeature__img {
	-webkit-animation-delay: 10s;
	-moz-animation-delay: 10s;
	animation-delay: 10s;
}

@media only screen and (min-width: 1000px) {
	.fleximgfeature + .fleximgfeature {
		margin-top: -5%;
	}

	.fleximgfeature__imgcontainer {
		margin-bottom: 0;
	}

	.fleximgfeature__img {
		padding: 100% 0 0;
	}
	.fleximgfeature--right .fleximgfeature__imgcontainer--first {
		display: none;
	}
	.fleximgfeature--right .fleximgfeature__imgcontainer--last {
		display: inline-block;
	}
	.fleximgfeaturecontent {
		padding: 0 16.6%;
	}
}

@media only screen and (min-width: 1400px) {
	.fleximgfeature + .fleximgfeature {
		margin-top: -2.5%;
	}
}

/*  ==========================================================================
	flex--iconlist
	========================================================================== */

.flexiconlist {
}

.iconlist {
	margin-bottom: -2em;
}

.gd-g .iconlistitem {
	text-align: center;
}

.iconlistitem {
	text-align: center;
	margin-bottom: 2em;
}

.iconlistitem__img {
	width: 3.5em;
	display: block;
	margin: 0 auto 1em;
}

.iconlistitem__heading {
	margin: 0 0 0.5em;
}

@media only screen and (min-width: 700px) {
	.iconlist {
		margin-bottom: -2.5em;
	}
	.iconlistitem {
		margin-bottom: 2.5em;
	}

	.iconlist--rows-4 {
		margin-left: -14%;
		margin-right: -14%;
	}
}

@media only screen and (min-width: 1000px) {
	.iconlist {
		margin-bottom: -3em;
	}
	.iconlistitem {
		margin-bottom: 3em;
	}
}

/*  ==========================================================================
	flex--images
	========================================================================== */

.galleryitem {
	margin-bottom: 2em;
}

.galleryitem__img {
	width: 100%;
	display: block;
}

.galleryitem__caption {
	margin-top: 1em;
	color: #888;
}

.galleryitem__caption:after {
	content: " ";
	display: block;
	width: 1.5em;
	border-bottom: solid 1px #ddd;
	margin: 1em 0 0;
}

/*  ==========================================================================
	flex featuredposts
	========================================================================== */

.flex--featuredposts {
}

.flex--featuredposts .fpleader {
	text-align: center;
}

.flex--featuredposts .fpleader {
	max-width: 15em;
	margin: 0 auto 0em;
}
.flex--featuredposts .fpleader p {
	margin: 0 0 0.3em;
}

@media only screen and (min-width: 700px) {
	.flexpostcount--1 .fpleader {
		text-align: left;
	}
	.flexpostcount--1 .fpleader .leader {
		margin-right: 10%;
	}
}

@media only screen and (min-width: 800px) {
	.flexpostcount--1 .fpleader {
		text-align: left;
	}
	.flexpostcount--1 .fpleader .leader {
		margin-right: 15%;
	}
}

/*  ==========================================================================
	flex--quote
	========================================================================== */

.flexquote {
	position: relative;
}

.flexquote__bd {
	position: relative;
	z-index: 2;
}

.flexquote__quote {
	margin: 0;
	padding: 0;
}

.flexquote__quote p {
	margin: 0;
	display: inline;
}

.flexquote__quotemark {
	line-height: 1;
	font-family: Georgia, Times New Roman, serif;
	height: 0.75em;
	font-weight: bold;
}

.flexquote__quotemark--first {
	margin-left: -0.7em;
}

.flexquote__cite {
	margin-top: 1em;
	text-align: right;
	font-style: normal;
	display: block;
}

/* flexquote--img */

.flexquote--withimg {
	background: #000;
	overflow: hidden;
}

.flexquote__img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	-webkit-transition: -webkit-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	-moz-transition: -moz-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	transition: transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.flexquote__img.effect--ready {
	opacity: 0.66;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
}

@media only screen and (min-width: 550px) {
}

@media only screen and (min-width: 800px) {
}

@media only screen and (min-width: 1200px) {
}

/*  ==========================================================================
	flex--video
	========================================================================== */

.flexvideo {
}

.flexvideo__videocode {
	padding: 56.6% 0 0;
	position: relative;
}

.flexvideo__videocode * {
	display: none;
}

.flexvideo__videocode iframe {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.flexvideo__caption {
	margin-top: 1em;
	color: #888;
}

.flexvideo__caption:after {
	content: " ";
	display: block;
	width: 1.5em;
	border-bottom: solid 1px #ddd;
	margin: 1em 0 0;
}

/*  ==========================================================================
	flex cta
	========================================================================== */

.flexcta {
	text-align: center;
	position: relative;
}

.flexcta--left.flexcta--withimg,
.flexcta--right.flexcta--withimg {
	text-align: left;
}
.flexcta--left.flexcta--withimg .gd-u,
.flexcta--right.flexcta--withimg .gd-u {
	text-align: left;
}

.flexcta__bd {
	position: relative;
	z-index: 2;
}

.flexcta__leader {
}

.flexcta__cta {
	margin: 0 -0.75em;
}

.flexcta__ctalink {
	display: inline-block;
}

.flexcta__cta a {
	margin: 0 0.75em 0.75em;
	display: inline-block;
}

/* flexquote--img */

.flexcta--withimg {
	color: #fff;
	background: #000;
	overflow: hidden;
}

.flexcta__img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	-webkit-transition: -webkit-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	-moz-transition: -moz-transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	transition: transform 2000ms ease-out 0ms, opacity 2000ms ease-out 0ms;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.flexcta__img.effect--ready {
	opacity: 0.66;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
}

@media only screen and (min-width: 550px) {
	.flexcta--right.flexcta--withimg {
		text-align: right;
	}
}

@media only screen and (min-width: 1000px) {
	.flexcta--right.flexcta--withimg .flexctacontent,
	.flexcta--left.flexcta--withimg .flexctacontent {
		padding-left: 16.6%;
		padding-right: 16.6%;
	}
}

/*  ==========================================================================
	flex map
	========================================================================== */

.flexmap {
	text-align: center;
	position: relative;
	color: #fff;
}

.flexmap__bd {
	position: relative;
	z-index: 2;
}

.flexmap--left,
.flexmap--right {
	text-align: left;
}
.flexmap--left .gd-u,
.flexmap--right .gd-u {
	text-align: left;
}

.flexmap__map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.66;
}

/*
// map
*/

.map,
.map__canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.map__data {
	display: none;
}

@media only screen and (min-width: 550px) {
	.flexmap--right.flexcta--withimg {
		text-align: right;
	}
}

@media only screen and (min-width: 1000px) {
	.flexmap--right .flexmapcontent,
	.flexmap--left .flexmapcontent {
		padding-left: 16.6%;
		padding-right: 16.6%;
	}
}

/*  ==========================================================================
	triangles
	========================================================================== */

.triangle {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.triangle--aqua {
	background-image: url(triangles/triangle.aqua.svg);
}
.triangle--pink {
	background-image: url(triangles/triangle.pink.svg);
}
.triangle--purple {
	background-image: url(triangles/triangle.purple.svg);
}
.triangle--red {
	background-image: url(triangles/triangle.red.svg);
}
.triangle--teal {
	background-image: url(triangles/triangle.teal.svg);
}
.triangle--yellow {
	background-image: url(triangles/triangle.yellow.svg);
}

/*  ==========================================================================
	flex--tiles
	========================================================================== */

.flextiles {
}

.tiles {
}

.tile {
	position: relative;
}

.tiles .gd-u:last-child .tile {
	margin-bottom: 0;
}

.tilecontent {
	position: relative;
	z-index: 10;
}

.tile--withbg {
	color: #fff;
	padding: 8.3%;
}

.tile__heading {
	max-width: 7.5em;
}
.tile__leader {
	margin: 0 0 1.33em;
	max-width: 22em;
}

.tile__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.tile__triangle {
	position: absolute;
	top: 0;
	left: 0;
	right: -5%;
	bottom: -5%;
	z-index: 1;
	background-position: right bottom;
}

.tile__morphpanel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

@media only screen and (min-width: 550px) {
	.tile--withbg {
		padding-left: 0;
		padding-right: 0;
	}

	.tile__bg {
		left: -8.3%;
		right: -8.3%;
	}
}

@media only screen and (min-width: 700px) {
	.tile {
		margin-bottom: 0;
	}
	.tile--withbg {
		padding: 16.6%;
	}
	.tile__bg {
		left: 0;
		right: 0;
	}
}

@media only screen and (min-width: 1000px) {
	.tile {
		padding-left: 16.6%;
		padding-right: 16.6%;
	}
}

/*  ==========================================================================
	morphpanel
	========================================================================== */

.morphpanel {
	-webkit-transform: translateZ(0px);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.csstransforms3d .morphpanel .morphpanel__bg {
	-webkit-transform: translateZ(0px);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-perspective: 1000;
	-webkit-animation: morph 20s infinite;
	-moz-animation: morph 20s infinite;
	animation: morph 20s infinite;
}

.csstransforms3d .morphpanel .triangle {
	-webkit-transform: translateZ(0px);
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-perspective: 1000;
	-webkit-animation: morphalt 20s infinite;
	-moz-animation: morphalt 20s infinite;
	animation: morphalt 20s infinite;
}

@-webkit-keyframes morph {
	0%,
	100% {
		-webkit-transform: rotateX(-7deg) rotateY(0);
	}
	25% {
		-webkit-transform: rotateX(7deg) rotateY(7deg);
	}
	50% {
		-webkit-transform: rotateX(-7deg) rotateY(7deg);
	}
	75% {
		-webkit-transform: rotateX(-7deg) rotateY(-7deg);
	}
}
@-moz-keyframes morph {
	0%,
	100% {
		-moz-transform: rotateX(-7deg) rotateY(0);
	}
	25% {
		-moz-transform: rotateX(7deg) rotateY(7deg);
	}
	50% {
		-moz-transform: rotateX(-7deg) rotateY(7deg);
	}
	75% {
		-moz-transform: rotateX(-7deg) rotateY(-7deg);
	}
}
@keyframes morph {
	0%,
	100% {
		transform: rotateX(-7deg) rotateY(0);
	}
	25% {
		transform: rotateX(7deg) rotateY(7deg);
	}
	50% {
		transform: rotateX(-7deg) rotateY(7deg);
	}
	75% {
		transform: rotateX(-7deg) rotateY(-7deg);
	}
}

@-webkit-keyframes morphalt {
	0%,
	100% {
		-webkit-transform: rotateX(7deg) rotateY(0);
	}
	25% {
		-webkit-transform: rotateX(-7deg) rotateY(-7deg);
	}
	50% {
		-webkit-transform: rotateX(7deg) rotateY(-7deg);
	}
	75% {
		-webkit-transform: rotateX(7deg) rotateY(7deg);
	}
}
@-moz-keyframes morphalt {
	0%,
	100% {
		-moz-transform: rotateX(7deg) rotateY(0);
	}
	25% {
		-moz-transform: rotateX(-7deg) rotateY(-7deg);
	}
	50% {
		-moz-transform: rotateX(7deg) rotateY(-7deg);
	}
	75% {
		-moz-transform: rotateX(7deg) rotateY(7deg);
	}
}
@keyframes morphalt {
	0%,
	100% {
		transform: rotateX(7deg) rotateY(0);
	}
	25% {
		transform: rotateX(-7deg) rotateY(-7deg);
	}
	50% {
		transform: rotateX(7deg) rotateY(-7deg);
	}
	75% {
		transform: rotateX(7deg) rotateY(7deg);
	}
}

/*  ==========================================================================
	flex logolist
	========================================================================== */

.flexlogolist {
}

.logolist {
	margin: 0 -1em -1em;
}
.logolist__logo {
	max-height: 2em;
	max-width: 7em;
	height: auto;
	width: auto;
	vertical-align: middle;
	display: inline-block;
	margin: 0 1em 1em;
}

@media only screen and (min-width: 700px) {
	.logolist__logo {
		max-height: 2.5em;
		max-width: 7em;
	}
}

@media only screen and (min-width: 1000px) {
	.logolist__logo {
		max-height: 3em;
		max-width: 8em;
	}
}

/*  ==========================================================================
	flex info columns
	========================================================================== */
.flex--infocolumns {
}

@media only screen and (max-width: 1199px) {
	.infocolumn--maintitle {
		margin-left: 9%;
		max-width: 10em;
		margin-bottom: 5%;
	}
}
@media only screen and (max-width: 549px) {
	.infocolumn--maintitle {
		margin-left: 18%;
	}
	.icon--column {
		padding-left: 0.75em;
		padding-right: 0.75em;
	}
}
.flex--infocolumns .title--column {
	margin-left: 17%;
}
.title--column .title {
	border-top: 4px solid;
}
.flex--infocolumns h3,
.flex--infocolumns h4,
.flex--infocolumns h5,
.flex--infocolumns h6 {
	color: inherit;
	margin: 0;
}
.flex--infocolumns p {
	color: #000;
}
.flex--infocolumns .section--row h3 {
	margin-right: 0%;
	margin-bottom: 0.33em;
}

@media only screen and (min-width: 550px) {
	.flex--infocolumns .section--row h3 {
		margin-right: 50%;
	}
}

.flex--infocolumns .section--row .icon--wrapper {
	margin-top: 22%;
	position: relative;
	padding-top: 100%;
	-ms-transform: rotate(-20deg); /* IE 9 */
	-webkit-transform: rotate(-20deg); /* Safari 3-8 */
	transform: rotate(-20deg);
}
.flex--infocolumns .section--row .icon--wrapper .icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-ms-transform: rotate(20deg); /* IE 9 */
	-webkit-transform: rotate(20deg); /* Safari 3-8 */
	transform: rotate(20deg);
	margin: 0.5em;
	box-sizing: border-box;
}
/*  ==========================================================================
	main
	========================================================================== */

.main {
	position: relative;
}

.main__shape {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.main__shape--2 {
	z-index: -2;
}

.main__shape--a--1 {
	background-image: url(page-shapes/hero.a.01.png);
}
.main__shape--a--2 {
	background-image: url(page-shapes/hero.a.02.png);
}

.main__shape--b--1 {
	background-image: url(page-shapes/hero.b.01.png);
}
.main__shape--b--2 {
	background-image: url(page-shapes/hero.b.02.png);
}

.main__shape--c--1 {
	background-image: url(page-shapes/hero.c.01.png);
}
.main__shape--c--2 {
	background-image: url(page-shapes/hero.c.02.png);
}

.main__shape--d--1 {
	background-image: url(page-shapes/hero.d.01.png);
}
.main__shape--d--2 {
	background-image: url(page-shapes/hero.d.02.png);
}

/*  ==========================================================================
	sitefooter
	========================================================================== */

.sitefooter {
	position: relative;
	overflow: hidden;
}

.sitefooter__bd {
	position: relative;
	z-index: 3;
}

.sitefooter__bg {
	content: " ";
	display: block;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transition: -webkit-transform 750ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
	-moz-transition: -moz-transform 750ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
	transition: transform 750ms cubic-bezier(0.645, 0.045, 0.355, 1) 0ms;
}

.sitefooter__bg--1 {
	background-image: url(sitefooter__bg--1.png);
	-webkit-transform: translate(-30%, 0);
	-moz-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
}

.sitefooter__bg--2 {
	background-image: url(sitefooter__bg--2.png);
	background-position: center bottom;
	z-index: 1;
	-webkit-transform: translate(0, 70%);
	-moz-transform: translate(0, 70%);
	transform: translate(0, 70%);
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	transition-delay: 150ms;
}

.sitefooter--inview .sitefooter__bg--1,
.sitefooter--inview .sitefooter__bg--2 {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}

.sitefooterheading {
	margin: 0 0 0.15em;
}

.sitefootersignup__leader {
	max-width: 22em;
}

/*
// signupform
*/

.signupform {
	position: relative;
	margin-bottom: 1em;
}

.signup__field {
	position: relative;
}

.signup__field input {
	position: relative;
	z-index: 1;
	padding-right: 8em;
}

.signup__submit {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 2;
	color: #e8492c;
}

.signup__submit:hover {
	color: #5be0cc;
}

.field__feedback {
	padding: 1em;
	color: #fff;
	background: #e8492c;
	display: block;
	position: relative;
	z-index: 5;
	margin-bottom: 1.5em;
}

.signup__submit--ninjawrapper {
}
.signup__submit--ninja {
	color: #e8492c;
	background: #fff;
	display: inline-block;
	padding: 1em 3.1em 1em 1.6em;
	border: 2px solid #fff;
	cursor: pointer;
	width: 100%;
	border: solid 1px #e5e5e5;
	border-left: 0px;
}

.signup__submit--ninjawrapper .nf-field-element:before {
	content: "\f18e";
	position: absolute;
	top: calc((100% - 18px) / 2);
	right: 1em;
	z-index: 5;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: #e8492c;
}

.signup__submit--ninja:hover {
	color: #5be0cc;
}

.signup__submit--ninjawrapper:hover .nf-field-element:before {
	color: #5be0cc;
}

.footer__signup .nf-multi-cell .nf-cell {
	padding: 0px;
}
@media only screen and (min-width: 1235px) {
	.footer__signup .nf-multi-cell .nf-cell:last-child {
		width: auto !important;
	}
}

.footer__signup input[type="email"] {
	border-right: 0px !important;
}

.field__feedback:before {
	content: " ";
	display: block;
	border-left: 0.5em solid transparent;
	border-right: 0.5em solid transparent;
	border-bottom: 0.5em solid #e8492c;
	position: absolute;
	top: -0.5em;
	left: 1em;
	margin-left: -5px;
	z-index: 5;
}

/* invalid */
.signupform .field__feedback {
	display: none;
}
.signupform--invalid .field__feedback {
	display: block;
}
.signupform--invalid .signup__field {
	border-color: #bc001e;
}

@media only screen and (min-width: 1000px) {
	.sitefootersignup {
		padding-bottom: 0;
	}
}

/*
// sitefootertiles
*/

.sitefootertile:last-child {
	padding-bottom: 0;
}

/*
// sitefooter__secondary
*/

.sitefooter__secondary {
	border-top: solid 1px rgba(255, 255, 255, 0.3);
	position: relative;
}

.sitefooter__copyright {
	margin-bottom: 0.5em;
	max-width: 30em;
}

.legalnav {
	margin-bottom: 0.5em;
}

@media only screen and (min-width: 1000px) {
	.sitefooter__credit {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 3.5%;
	}
}

/*  ==========================================================================
	HERO
	========================================================================== */

.hero {
	position: relative;
}

.hero--right {
	text-align: right;
}

.herobg {
	padding: 120% 0 0;
	position: relative;
	z-index: 1;
	background: #000;
}

.herobg:after {
	content: " ";
	display: block;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0.33;
}

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

.hero__bd {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.heroheading {
	margin: 0 0 0.25em;
	/* max-width: 6em; */
}

.herocontent {
	text-align: left;
}

@media only screen and (min-width: 550px) {
	.herobg {
		padding-top: 100%;
	}
	.hero__bd {
		top: 0;
		height: 100%;
	}
	.hero__bd:before {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em; /* Adjusts for spacing */
	}
	.herocontent {
		display: inline-block;
		vertical-align: middle;
		width: 66%;
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 700px) {
	.herobg {
		padding-top: 75%;
	}
}

@media only screen and (min-width: 1000px) {
	.herobg {
		padding-top: 50%;
	}

	.herocontent {
		width: 50%;
	}
}

/*  ==========================================================================
    newsletter
    ========================================================================== */

.newsletterlink {
	position: fixed;
	right: -10em;
	top: 100px;
	margin: 0 -2px 0 0;
	z-index: 999;
	transition: right 500ms ease-in-out;
}
.hasscrolled .newsletterlink {
	right: 0;
}
.newsletterlink .btn {
	margin: 0;
	padding: 1em 0.75em 1.25em;
}
.newsletterlink .btn .fa {
	padding: 0 0 0.66em;
}
.newsletterlink span {
	writing-mode: vertical-rl;
	line-height: 1;
	display: block;
}

@media only screen and (min-width: 700px) {
	.newsletterlink {
		margin: 0 1em 0 0;
	}
}

/*  ==========================================================================
    clients
    ========================================================================== */

.clientsection__clients.gd-g {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.clientsection__clients .gd-u {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.clients--nocontent .client:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.clients--nocontent .client:last-child {
	padding-bottom: 1em;
}

.clientheader__logo {
	height: 4.5em;
	width: auto;
	margin: 0 0 1em;
}

.clientheader__heading {
	margin: 0 0 0.5em;
}

.clientheader__logo {
	float: right;
	margin: 0 0 1em 1.25em;
}

.clientsection__client {
	text-align: center;
	margin-bottom: 1em;
}

.clientsection__client h5 {
	margin-top: 1em;
	display: none;
}

.clientlogo__wrapper {
	border: solid 1px rgba(0, 0, 0, 0.15);
	height: 0;
	padding-bottom: 70%;
	position: relative;
	background: #fff;
	-webkit-transition: border-color 200ms ease-out 0s;
	-moz-transition: border-color 200ms ease-out 0s;
	transition: border-color 200ms ease-out 0s;
}

.clientsection__client--withcontent .clientlogo__wrapper {
	cursor: pointer;
}

.clientsection__client--withcontent .clientlogo__wrapper:hover {
	border-color: #eee;
}

.active .clientlogo__wrapper::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #eee;
	position: absolute;
	top: -2.1em;
	left: 50%;
	margin-left: -15px;
}

.clientlogo__logo {
	position: absolute;
	top: 8%;
	left: 10%;
	bottom: 8%;
	right: 10%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.client_blurb {
	margin-bottom: 2em;
}

.copy__wrapper {
	background: #eee;
	padding: 2em 2em 1.5em;
}

.clientcopy {
	max-width: 35em;
	margin: 0 auto;
}

/*  ==========================================================================
    member
    ========================================================================== */

.team {
	margin-bottom: -3em;
}

.member {
	margin: 0 0 3em;
}

.member__inner {
}

.member__name {
	margin: 0 0 0.25em;
}

.memberimg {
	position: relative;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	padding: 100% 0 0;
	margin: 0 0 1em;
	background: #eee;
}

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

.profilepicture {
	margin: 0 auto 2em;
	width: 75%;
}

.membercontact {
	border-bottom: solid 1px #eee;
	text-align: center;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}

@media only screen and (min-width: 400px) {
	.profilepicture {
		width: 66.6%;
	}
}

@media only screen and (min-width: 550px) {
	.profilepicture {
		width: 100%;
		margin: 0;
	}

	.memberrightbar {
		padding: 0 0 1em 2em;
		float: right;
		box-sizing: border-box;
		width: 50%;
		margin-right: -12%;
	}

	.membercontact {
		border-bottom: none;
		padding-bottom: 0em;
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 800px) {
	.memberrightbar {
		width: 66%;
		margin-right: -28%;
		padding: 0 0 2em 3em;
	}
}

@media only screen and (min-width: 1000px) {
	.memberrightbar {
		width: 50%;
		margin-right: -25%;
	}
}

.grecaptcha-badge {
	visibility: hidden !important;
}

/*  ==========================================================================
	flex--yumpu
	========================================================================== */

.flex--yumpu > iframe {
	width: 100% !important;
	height: 600px !important;
}

.block-center {
	margin: auto;
	display: block;
}

.block-center > iframe {
	width: 100% !important;
	height: 600px !important;
}
