@charset "UTF-8";

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html
{
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body { margin: 0; }
article,aside,footer,header,nav,section { display: block; }

h1
{
	font-size: 2em;
	margin: .67em 0;
}

figcaption,figure,main { display: block; }
figure { margin: 1em 40px; }

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

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

a
{
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,a:hover { outline-width: 0; }

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

b,strong { font-weight: bolder; }

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

dfn { font-style: italic; }

mark
{
	background-color: #ff0;
	color: #000;
}

small { font-size: 80%; }

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

sub { bottom: -.25em; }
sup { top: -.5em; }
audio,video { display: inline-block; }

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

img { border-style: none; }
svg:not(:root) { overflow: hidden; }

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

button,input { overflow: visible; }
button,select { text-transform: none; }
[type=reset],[type=submit],button,html [type=button] { -webkit-appearance: button; }

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

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

fieldset
{
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

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

progress
{
	display: inline-block;
	vertical-align: baseline;
}

textarea { overflow: auto; }

[type=checkbox],[type=radio]
{
	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-cancel-button,[type=search]::-webkit-search-decoration { -webkit-appearance: none; }

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

details,menu { display: block; }
summary { display: list-item; }
canvas { display: inline-block; }
[hidden],template { display: none; }

@import url(../../bower_components/normalize-css/normalize.css);

.container,.container *,.container-fluid,.container-fluid *,.container-fluid:after,.container-fluid :after,.container-fluid:before,.container-fluid :before,.container:after,.container :after,.container:before,.container :before { box-sizing: border-box; }

.container,.container-fluid
{
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}

.container-fluid.fill,.container.fill
{
	padding-left: 0;
	padding-right: 0;
}

.container-fluid.fill .row,.container.fill .row
{
	margin-left: 0;
	margin-right: 0;
}

.container-fluid.fill .column,.container.fill .column
{
	padding-left: 0;
	padding-right: 0;
}

.container { max-width: 1180px; }

.row
{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -16px;
	margin-right: -16px;
}

.row.justify-center
{
	-ms-flex-pack: center;
	justify-content: center;
}

.row.justify-right
{
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.column
{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding-left: 16px;
	padding-right: 16px;
}

.column.xs-auto
{
	-ms-flex: 1;
	flex: 1;
}

.column.xs-20
{
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.column.xs-25
{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.column.xs-33
{
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.column.xs-40
{
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}

.column.xs-50
{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.column.xs-60
{
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}

.column.xs-67
{
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.column.xs-75
{
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.column.xs-80
{
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
}

.column.xs-100
{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width:568px)
{
	.row.sm-reverse
	{
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.column.sm-auto
	{
		-ms-flex: 1;
		flex: 1;
	}
	
	.column.sm-20
	{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.column.sm-25
	{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.column.sm-33
	{
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.column.sm-40
	{
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	
	.column.sm-50
	{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.column.sm-60
	{
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	
	.column.sm-67
	{
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.column.sm-75
	{
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.column.sm-80
	{
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	
	.column.sm-100
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width:768px)
{
	.row.md-reverse
	{
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.column,.column.md-auto
	{
		-ms-flex: 1;
		flex: 1;
	}
	
	.column.md-20
	{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.column.md-25
	{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.column.md-33
	{
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.column.md-40
	{
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	
	.column.md-50
	{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.column.md-60
	{
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	
	.column.md-67
	{
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.column.md-75
	{
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.column.md-80
	{
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	
	.column.md-100
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width:1024px)
{
	.row.lg-reverse
	{
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.column.lg-auto
	{
		-ms-flex: 1;
		flex: 1;
	}
	
	.column.lg-20
	{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.column.lg-25
	{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.column.lg-33
	{
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.column.lg-40
	{
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	
	.column.lg-50
	{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.column.lg-60
	{
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	
	.column.lg-67
	{
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.column.lg-75
	{
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.column.lg-80
	{
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	
	.column.lg-100
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width:1280px)
{
	.row.xl-reverse
	{
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.column.xl-auto
	{
		-ms-flex: 1;
		flex: 1;
	}
	
	.column.xl-20
	{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.column.xl-25
	{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.column.xl-33
	{
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	
	.column.xl-40
	{
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	
	.column.xl-50
	{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.column.xl-60
	{
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	
	.column.xl-67
	{
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	
	.column.xl-75
	{
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.column.xl-80
	{
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	
	.column.xl-100
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

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

body
{
	font-family: canada-type-gibson,sans-serif;
	color: #1a1919;
	-webkit-font-smoothing: antialiased;
	background: url(../images/bg-axis.png) no-repeat 100% 0;
	font-size: 1rem;
}

body:before
{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 61px;
	z-index: -1;
	left: -46px;
	border-width: 617px 310px 0 0;
	border-style: solid;
	border-color: #f1f1f1 transparent transparent;
}

@media (min-width:568px)
{
	body:before
	{
		left: -46px;
		top: 91px;
		border-width: 617px 310px 0 0;
	}
}

@media (min-width:1024px)
{
	body:before
	{
		left: 0;
		border-width: 721px 357px 0 0;
	}
}

@media (min-width:1280px)
{
	body:before { border-width: 797px 418px 0 0; }
}

body.home { background: #fff; }

body.home:before
{
	display: none;
	border-color: rgba(50,191,173,.4) transparent transparent;
}

.entry-meta span,.entry-meta time,.posts-filter__filter-items,a,h1,h2,h3,h4,h5,h6,img,p
{
	backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.entry-meta span,.entry-meta time,.posts-filter__filter-items,blockquote,figure,h1,h2,h3,h4,h5,h6,p
{
	margin: 0 0 1.5625rem;
	font-weight: 400;
}

.h1,.h2,.h3,.h4,.h6,h1,h2,h3,h4,h6 { font-family: canada-type-gibson,sans-serif; }

.h1,h1
{
	font-family: korolev,sans-serif;
	font-size: 2.5rem;
}

@media screen and (min-width:568px)
{
	.h1,h1 { font-size: calc(1.404494382vw + 2.0014044944rem); }
}

@media screen and (min-width:1280px)
{
	.h1,h1 { font-size: 3.125rem; }
}

.h1,h1 { line-height: 2.8125rem; }

@media screen and (min-width:568px)
{
	.h1,h1 { line-height: calc(1.404494382vw + 2.3139044944rem); }
}

@media screen and (min-width:1280px)
{
	.h1,h1 { line-height: 3.4375rem; }
}

.h2,h2
{
	color: #32bfad;
	font-size: 1.375rem;
}

@media screen and (min-width:568px)
{
	.h2,h2 { font-size: calc(.5617977528vw + 1.1755617978rem); }
}

@media screen and (min-width:1280px)
{
	.h2,h2 { font-size: 1.625rem; }
}

.h2,h2 { line-height: 1.75rem; }

@media screen and (min-width:568px)
{
	.h2,h2 { line-height: calc(.8426966292vw + 1.4508426966rem); }
}

@media screen and (min-width:1280px)
{
	.h2,h2 { line-height: 2.125rem; }
}

.h3,h3
{
	color: #32bfad;
	font-size: 1rem;
}

@media screen and (min-width:568px)
{
	.h3,h3 { font-size: calc(.2808988764vw + .9002808989rem); }
}

@media screen and (min-width:1280px)
{
	.h3,h3 { font-size: 1.125rem; }
}

.h3,h3 { line-height: 1.125rem; }

@media screen and (min-width:568px)
{
	.h3,h3 { line-height: calc(.5617977528vw + .9255617978rem); }
}

@media screen and (min-width:1280px)
{
	.h3,h3 { line-height: 1.375rem; }
}

.h4,h4
{
	font-size: 1.5rem;
	line-height: 2rem;
}

.entry-meta span,.entry-meta time,.h5,.posts-filter__filter-items,h5
{
	font-size: .75rem;
	line-height: 1.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.h6,h6 { font-size: 1rem; }
.h6,h6,li,p { line-height: 1.625rem; }

a
{
	transition: color .2s ease,opacity .2s ease;
	will-change: color,opacity;
}

a,a:focus,a:hover
{
	color: #4a90e2;
	text-decoration: none;
}

p a { text-decoration: underline; }

figure,img
{
	max-width: 100%;
	height: auto;
}

figure img { margin-bottom: 15px; }

figure figcaption
{
	font-size: .75rem;
	line-height: .875rem;
}

img:before
{
	display: block;
	content: attr(alt);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid;
	border-radius: 3px;
	padding: 5px 8px;
	background-color: #e6e6e6;
}

img[src*=".svg"],table { width: 100%; }
.main ul:not(.list-inline):not(.list-unstyled),.main ul:not(.list-inline):not(.list-unstyled) ul { margin-top: 1em; }

blockquote
{
	position: relative;
	font-family: korolev,sans-serif;
}

blockquote:before
{
	line-height: 1;
	content: "\e909";
	float: left;
	margin-right: 10px;
}

blockquote:before,blockquote :nth-last-child(2):after
{
	font-family: icomoon!important;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-decoration: inherit;
	text-align: center;
	font-size: 1.5rem;
}

blockquote :nth-last-child(2):after
{
	content: "\e906";
	vertical-align: top;
	margin-left: 8px;
}

@media (min-width:768px)
{
	blockquote { padding-left: 60px; }
	
	blockquote:before
	{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		float: none;
		margin-bottom: 15px;
		margin-right: 0;
		font-size: 2.1875rem;
	}
	
	blockquote :nth-last-child(2):after
	{
		position: relative;
		top: -5px;
		font-size: 2.1875rem;
	}
}

blockquote
{
	margin-top: 30px;
	margin-bottom: 30px;
}

blockquote cite { font-size: .875rem; }

@media screen and (min-width:568px)
{
	blockquote cite { font-size: calc(1.1235955056vw + .4761235955rem); }
}

@media screen and (min-width:1280px)
{
	blockquote cite { font-size: 1.375rem; }
}

blockquote cite { line-height: 1.0625rem; }

@media screen and (min-width:568px)
{
	blockquote cite { line-height: calc(1.2640449438vw + .6137640449rem); }
}

@media screen and (min-width:1280px)
{
	blockquote cite { line-height: 1.625rem; }
}

blockquote,blockquote p { font-size: 1.875rem; }

@media screen and (min-width:568px)
{
	blockquote,blockquote p { font-size: calc(2.106741573vw + 1.1271067416rem); }
}

@media screen and (min-width:1280px)
{
	blockquote,blockquote p { font-size: 2.8125rem; }
}

blockquote,blockquote p { line-height: 2.125rem; }

@media screen and (min-width:568px)
{
	blockquote,blockquote p { line-height: calc(2.2471910112vw + 1.327247191rem); }
}

@media screen and (min-width:1280px)
{
	blockquote,blockquote p { line-height: 3.125rem; }
}

cite { font-style: normal; }

[class^=icon-]
{
	font-size: 0;
	line-height: 0;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
}

[class^=icon-]:before
{
	font-size: 1rem;
	color: currentColor;
}

::selection
{
	color: #fff;
	background: #32bfad;
}

::-moz-selection
{
	color: #fff;
	background: #32bfad;
}

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

.list-inline
{
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.list-inline>li { display: inline-block; }

.list-plain
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list--branded
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5rem;
	font-size: 1.125rem;
}

.list--branded li
{
	display: block;
	margin-bottom: 22px;
	padding-left: 26px;
	position: relative;
}

.list--branded li:before
{
	content: "\e90d";
	font-family: icomoon!important;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	text-align: center;
	color: #32bfad;
	left: 0;
	font-weight: 700;
	position: absolute;
	font-size: 1.25rem;
}

.list--branded a
{
	color: #1a1919;
	font-weight: 700;
	text-decoration: underline;
}

.list--branded a:focus,.list--branded a:hover { color: #4a90e2; }

.visceral_quote_share
{
	margin-top: 45px;
	margin-bottom: 45px;
}

.visceral_quote_share blockquote { margin-bottom: 15px; }

.visceral_quote_share .social-container
{
	text-align: right;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.visceral_quote_share .social-container span
{
	display: inline-block;
	font-size: .875rem;
	line-height: 1rem;
	margin-right: 15px;
	text-transform: uppercase;
	color: #c9c9c9;
}

.visceral_quote_share button.link
{
	height: 28px;
	width: 28px;
	margin-right: 10px;
	margin-left: 0;
	padding: 0;
	background: #c9c9c9;
	border-color: #c9c9c9;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	transition: all .3s;
}

.visceral_quote_share button.link:last-of-type { margin-right: 0; }

.visceral_quote_share button.link:focus,.visceral_quote_share button.link:hover
{
	background-color: #4a90e2;
	border-color: #4a90e2;
}

.img-bg
{
	background-size: cover;
	background-position: 50%;
}

.hide,.js-show { display: none!important; }
.js-hide,.no-js .js-show { display: block!important; }
.no-js .js-hide { display: none!important; }
.entry-meta .text-white span,.entry-meta .text-white time,.text-white,.text-white .entry-meta span,.text-white .entry-meta time,.text-white .posts-filter__filter-items,.text-white blockquote,.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6,.text-white p,a.text-white,a.text-white:hover { color: #fff; }
.bg-white { background-color: #fff; }

.bg-gradient
{
	background-color: #32bfad;
	background: linear-gradient(#32bfad,#1d6e64);
}

.img-circle,.img-cover
{
	overflow: hidden;
	position: relative;
}

.img-circle:before,.img-cover:before
{
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}

.img-circle>.content,.img-cover>.content
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.img-circle img,.img-cover img
{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	max-width: none;
	transform: translate(-50%,-50%);
}

.img-circle img.portrait,.img-cover img.portrait
{
	height: auto;
	width: 100%;
}

.img-contain
{
	position: relative;
	overflow: hidden;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.img-contain img
{
	position: absolute;
	left: 50%;
	top: 50%;
	height: auto;
	width: 100%;
	transform: translate(-50%,-50%);
}

.img-contain img.portrait
{
	height: 100%;
	width: auto;
}

.img-circle
{
	border-radius: 50%;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	position: relative;
}

.img-circle:before
{
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}

.img-circle>.content
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.img-circle img { -webkit-clip-path: circle(50%); }

@media (min-width:768px)
{
	img.img-offset { margin-top: -140px; }
}

.split-divider
{
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	color: #32bfad;
	font-size: 1.125rem;
	line-height: 1.5rem;
}

.split-divider:after
{
	display: block;
	content: "";
	min-width: 135px;
	border-bottom: 2px solid #c9c9c9;
	margin-left: 15px;
}

.split-divider.text-white:after { border-color: #fff; }
.split-divider a { color: #32bfad; }
.vc_section.vc_overflow { overflow: visible; }

.icon-divider
{
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
}

.icon-divider:after,.icon-divider:before
{
	display: block;
	content: "";
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-bottom: 2px solid #fff;
}

@media (min-width:568px)
{
	.icon-divider:after,.icon-divider:before { min-width: 135px; }
}

.icon-divider:before { margin-right: 15px; }
.icon-divider:after { margin-left: 15px; }

.icon-pulse-wrap .vc_icon_element
{
	position: relative;
	z-index: 5;
}

.icon-pulse
{
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
}

.icon-pulse:after
{
	content: "";
	display: block;
	z-index: -1;
	border-radius: 100%;
	height: 60px;
	width: 60px;
	margin: 0 auto;
	background-color: #32bfad;
	animation-name: stretch;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
}

@keyframes stretch{0%{opacity:0;transform:scale(.75)}to{opacity:.5;transform:scale(1.35)}}

.alignnone { margin: 5px 20px 20px 0; }

.aligncenter,div.aligncenter
{
	display: block;
	margin: 5px auto;
}

.alignright
{
	float: right;
	margin: 5px 0 20px 35px;
}

.alignleft
{
	float: left;
	margin: 5px 35px 20px 0;
}

a img.alignright
{
	float: right;
	margin: 5px 0 20px 35px;
}

a img.alignnone { margin: 5px 20px 20px 0; }

a img.alignleft
{
	float: left;
	margin: 5px 35px 20px 0;
}

a img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignleft,.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }

.screen-reader-text
{
	clip: rect(1px,1px,1px,1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

a.btn,a.vc_general.vc_btn3,button,input[type=button],input[type=reset],input[type=submit]
{
	color: #fff;
	font-weight: 700;
	display: inline-block;
	border: 2px solid #1a1919;
	padding: 10px 25px;
	line-height: 1.75rem;
	text-transform: uppercase;
	background-color: #1a1919;
	cursor: pointer;
	transition: all .3s ease;
	text-decoration: none;
	font-size: .875rem;
}

a.btn:focus,a.btn:hover,a.vc_general.vc_btn3:focus,a.vc_general.vc_btn3:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover
{
	color: #fff;
	background-color: #4a90e2;
	outline: none;
	border: 2px solid #4a90e2;
	text-decoration: none;
}

a.btn.btn--ghost,a.vc_general.vc_btn3.btn--ghost,button.btn--ghost,input[type=button].btn--ghost,input[type=reset].btn--ghost,input[type=submit].btn--ghost
{
	color: #1a1919;
	background-color: transparent;
}

a.btn.btn--white,a.vc_general.vc_btn3.btn--white,button.btn--white,input[type=button].btn--white,input[type=reset].btn--white,input[type=submit].btn--white
{
	color: #1a1919;
	border: 2px solid #fff;
	background-color: #fff;
}

a.btn.btn--white:focus,a.btn.btn--white:hover,a.vc_general.vc_btn3.btn--white:focus,a.vc_general.vc_btn3.btn--white:hover,button.btn--white:focus,button.btn--white:hover,input[type=button].btn--white:focus,input[type=button].btn--white:hover,input[type=reset].btn--white:focus,input[type=reset].btn--white:hover,input[type=submit].btn--white:focus,input[type=submit].btn--white:hover
{
	color: #fff;
	border-color: #4a90e2;
	background-color: #4a90e2;
}

a.btn.vc_btn3-color-white,a.vc_general.vc_btn3.vc_btn3-color-white,button.vc_btn3-color-white,input[type=button].vc_btn3-color-white,input[type=reset].vc_btn3-color-white,input[type=submit].vc_btn3-color-white
{
	color: #1a1919;
	border-color: #fff;
	background-color: #fff;
}

a.btn.vc_btn3-color-white:focus,a.btn.vc_btn3-color-white:hover,a.vc_general.vc_btn3.vc_btn3-color-white:focus,a.vc_general.vc_btn3.vc_btn3-color-white:hover,button.vc_btn3-color-white:focus,button.vc_btn3-color-white:hover,input[type=button].vc_btn3-color-white:focus,input[type=button].vc_btn3-color-white:hover,input[type=reset].vc_btn3-color-white:focus,input[type=reset].vc_btn3-color-white:hover,input[type=submit].vc_btn3-color-white:focus,input[type=submit].vc_btn3-color-white:hover
{
	color: #fff;
	border-color: #1a1919;
	background-color: #1a1919;
}

label
{
	display: block;
	margin-bottom: 5px;
}

input,select,textarea
{
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #c9c9c9;
	border-radius: 0;
	padding: 10px;
	font-size: 1rem;
	line-height: 1.125rem;
	font-family: inherit;
}

input:focus,select:focus,textarea:focus
{
	border-color: #32bfad;
	outline: none;
	box-shadow: none;
}

input[type=checkbox],input[type=radio] { width: auto; }
input[type=checkbox]+label,input[type=radio]+label { display: inline-block; }
input[type=checkbox]:focus,input[type=radio]:focus { outline: 1px solid #32bfad; }
select::-ms-expand { display: none; }

select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 30px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAgCAYAAAD9oDOIAAAAwklEQVRIS+2UUQ1CMQxFz3OCBHAADpCAJByAAyRgAQlIAAekpCXNg60dYR8kW7KfbT2593bbRIcxdWAyoL9PdWT6h5kugJvOVvlL4Gq11n1ZPOvGphG8Aw7ABViJGoNugZPKk80s2IBSegeeiv099Qcy4DlwrWrfPpQsuAj09n1jInAVWILKegkcAmvQT+AjsFdL0pRXhvP7F30oXpnVVoGRUoOkLHu1kVIPFutFy99Am55tVumA5hMYmeazyp7skukDKIc0IRW+tqEAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: right 10px center;
}

input[type=button],input[type=reset],input[type=submit]
{
	cursor: pointer;
	width: auto;
}

.gform_wrapper,.gform_wrapper .gform_fields .gfield:first-child { margin-top: 0; }
.gform_wrapper .gform_fields .gfield input[type=email],.gform_wrapper .gform_fields .gfield input[type=text] { padding: 15px 12px; }
.gform_wrapper .gform_fields .gfield .name_first,.gform_wrapper .gform_fields .gfield .name_last { width: 100%; }
.gform_wrapper .gform_fields .gfield:focus .gfield_label { transform: translateY(0); }

.gform_wrapper .gfield_required
{
	float: left;
	margin-left: 0;
	margin-right: 4px;
}

.gform_wrapper .gfield_label
{
	display: block;
	padding-right: 12px;
	transition: all .15s ease-in;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 15px 12px; }

.gform_wrapper div.validation_error,.gform_wrapper li.gfield.gfield_error.gfield_contains_required
{
	border: none;
	background-color: transparent;
}

#mce-responses
{
	margin-bottom: 16px;
	text-align: center;
}

.vc_general div[class^=vc_cta] .vc_cta3-content-header { color: #fff; }

.card
{
	width: 100%;
	background: #fff;
	border: 1px solid #c9c9c9;
	transition: all .3s;
}

.card>* { color: #1a1919; }
.card__content { padding: 30px; }
.card:focus,.card:hover { box-shadow: 0 13px 20px 0 rgba(0,0,0,.3); }

#skip-to-content
{
	position: fixed;
	top: 0;
	left: 0;
	padding: 15px 23px 14px;
	color: #fff;
	background: #32bfad;
	z-index: 100000;
	opacity: 0;
	transform: translateY(-100%);
}

#skip-to-content:active,#skip-to-content:focus
{
	opacity: 1;
	transform: translateY(0);
}

header.banner
{
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 50;
	width: 100%;
	background-color: #fff;
	transition: all .3s ease;
}

@media (min-width:568px)
{
	header.banner
	{
		padding-left: 16px;
		padding-right: 16px;
	}
}

header.banner a { text-decoration: none; }

header.banner a:not(.brand)
{
	display: block;
	color: #fff;
}

header.banner a:not(.brand).brand { color: #1a1919; }
header.banner a:not(.brand):focus,header.banner a:not(.brand):hover { color: #4a90e2; }

header.banner a:not(.brand)
{
	font-weight: 600;
	letter-spacing: .5px;
	padding: 20px 10px;
	font-size: .875rem;
}

header.banner a:not(.brand).header--email
{
	font-size: .75rem;
	margin-right: 20px;
}

header.banner a:not(.brand).header--email:focus,header.banner a:not(.brand).header--email:hover { color: #4a90e2; }
header.banner .nav a { text-transform: uppercase; }
header.banner .brand--tagline { color: #1a1919; }
header.banner .icon-mail { margin-right: 10px; }
header.banner .icon-mail:before { font-size: .875rem; }
header.banner [class^=icon-] { color: inherit; }

header.banner:before
{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: -6vw;
}

header.banner li.current-menu-item a,header.banner li.current_page_ancestor a { color: #4a90e2; }

@media (min-width:568px)
{
	header.banner { background: #1a1919; }
}

@media (min-width:1024px)
{
	header.banner .brand
	{
		padding-left: 0;
		padding-right: 0;
	}
}

.no-js header.banner { position: absolute; }

.brand
{
	padding: 2px 13px;
	position: relative;
	display: block;
	font-weight: 700;
	letter-spacing: .25px;
	word-break: break-word;
	line-height: 1rem;
	background-color: #fff;
	transition: none;
	font-size: .75rem;
}

svg#logo {display: none;}

.brand svg
{
	width: 66px;
	height: 49px;
	margin: 4px 0 0 0;
	transition: all .3s ease;
}

.brand svg .logo-letter
{
	fill: #1a1919;
	transition: fill .3s ease;
}

@media (min-width:568px)
{
	.brand svg
	{
		width: 260px;
		height: 56px;
		margin: 10px 10px 10px 0;
	}
	
	svg#m_logo {display: none;}
	svg#logo {display: inline;}
	
}

@media (min-width:1024px)
{
	.brand svg
	{
		width: 260px;
		height: 56px;
		margin: 10px 10px 10px 0;
	}
}

.brand .brand--tagline { display: none; }

@media (min-width:568px)
{
	.brand { padding: 13px; }
	
	.brand:after
	{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 100%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 106px 50px 0 0;
		border-color: #fff transparent transparent;
	}
}

@media (min-width:1024px)
{
	.brand
	{
		width: 340px;
		max-width: 340px;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	
	.brand:after {
		border-width: 102px 48px 0 0;
	}
	
	.brand .brand--tagline
	{
		display: block;
		max-width: 45%;
	}
}

@media (min-width:1280px)
{
	.brand
	{
		width: 400px;
		max-width: 400px;
		font-size: .875rem;
	}
}

#header-main
{
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
}

@media (min-width:1024px)
{
	#header-main
	{
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.nav-primary { display: none; }

@media (min-width:1024px)
{
	.nav-primary
	{
		padding-left: 60px;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.nav-primary,.nav-primary>div { display: flex; }
	
	.nav-primary>div
	{
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (min-width:1024px)
{
	.nav-primary .menu-item>[class^=icon-] { display: none; }
}

.nav-primary .menu-item .sub-menu
{
	opacity: 0;
	visibility: hidden;
	transition: all .15s ease-in;
	overflow: hidden;
	position: absolute;
	padding: 10px 0;
	list-style: none;
	z-index: 5;
	background: #fff;
	box-shadow: 0 13px 20px rgba(0,0,0,.3);
}

.nav-primary .menu-item .sub-menu a
{
	padding: 17px 40px;
	color: inherit;
}

.nav-primary .menu-item:hover .sub-menu
{
	opacity: 1;
	visibility: visible;
}

.nav-primary .header--email .icon-mail:before { font-size: .75rem; }
.nav-secondary { display: none; }
.nav-secondary ul { display: flex; }

@media (min-width:1024px)
{
	.nav-secondary
	{
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

#search-button
{
	font-size: 0;
	display: none;
}

#search-button:focus,#search-button:hover { color: #32bfad; }

@media (min-width:1024px)
{
	#search-button { display: inline-block; }
	
	#search-button.icon-search:before
	{
		margin-right: 0;
		display: inline-block;
		line-height: 1.25rem;
		font-size: 1rem;
	}
}

#header-search
{
	display: none;
	width: 100%;
	background-color: #1a1919;
	z-index: 10;
	position: relative;
	padding-left: 16px;
	padding-right: 16px;
}

@media (min-width:568px)
{
	#header-search
	{
		margin-right: -16px;
		margin-left: -16px;
	}
}

@media (min-width:1024px)
{
	#header-search { padding: 0 6vw; }
}

#header-search .flex-wrapper
{
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 21px;
}

#header-search form.searchform
{
	-ms-flex-positive: 1;
	flex-grow: 1;
}

#header-search form.searchform input[type=text]
{
	width: 100%;
	margin: 0;
	padding-top: 6px;
	padding-bottom: 7px;
	border: 1px solid #fff;
	color: #fff;
	transition: all .15s ease;
	background-color: transparent;
	font-size: 1.5625rem;
}

#header-search form.searchform input[type=text]:focus { outline: none; }
#header-search form.searchform input[type=text]:-moz-input-placeholder { color: #fff; }
#header-search form.searchform input[type=text]::-webkit-input-placeholder { color: #fff; }
#header-search form.searchform input[type=text]:-ms-input-placeholder { color: #fff; }
#header-search form.searchform input[type=text]::placeholder { color: #fff; }

#header-search #search-close
{
	padding: 0 16px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#header-search #search-close:before { font-size: 2.25rem; }
#nav-toggle { display: none; }

#mobile-nav-icon
{
	display: inline-block;
	position: fixed;
	right: 6%;
	top: 29px;
	transform: translateY(-50%);
	padding: 12px;
	cursor: pointer;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transition: transform .5s,opacity .5s;
	transition-timing-function: ease-out;
}

#mobile-nav-icon>div
{
	position: relative;
	width: 22px;
	height: 16px;
}

#mobile-nav-icon .menu-line
{
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	background-color: #1a1919;
	transition: all .3s;
}

@media (min-width:568px)
{
	#mobile-nav-icon .menu-line { background-color: #fff; }
}

#mobile-nav-icon .menu-line:first-child { top: 0; }
#mobile-nav-icon .menu-line:nth-child(2),#mobile-nav-icon .menu-line:nth-child(3) { transform: translateY(-50%); }

#mobile-nav-icon .menu-line:last-child
{
	top: auto;
	bottom: 0;
}

#mobile-nav-icon:hover .menu-line:first-child { transform: translateY(1px); }
#mobile-nav-icon:hover .menu-line:last-child { transform: translateY(-1px); }

.mobile-nav-open #mobile-nav-icon .menu-line:first-child,.mobile-nav-open #mobile-nav-icon .menu-line:last-child
{
	opacity: 0;
	top: 50%;
}

.mobile-nav-open #mobile-nav-icon .menu-line:nth-child(2) { transform: rotate(45deg); }
.mobile-nav-open #mobile-nav-icon .menu-line:nth-child(3) { transform: rotate(-45deg); }

@media (min-width:568px)
{
	#mobile-nav-icon { top: 44px; }
}

@media (min-width:1024px)
{
	#mobile-nav-icon
	{
		opacity: 0;
		z-index: -1;
		transform: translateY(-200%);
	}
}

.mobile-nav-open #mobile-nav-icon:before { overflow: hidden; }
.mobile-nav-open #mobile-nav-icon:before header.banner { position: fixed; }
.mobile-nav-open #mobile-nav-icon:before #header-main { border: none; }
.mobile-nav-open #mobile-nav-icon:before #header-main .nav-primary,.mobile-nav-open #mobile-nav-icon:before #header-main .nav-secondary { display: none; }
.mobile-nav-open #mobile-nav-icon:before #mobile-nav-icon { display: block; }
#mobile-nav-icon:hover:before { opacity: .7; }

#mobile-nav
{
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: -999999px;
	height: 0;
	width: 100%;
	z-index: -1;
	opacity: 0;
	color: #fff;
	background: #32bfad;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	transition: z-index 0s linear .3s,top 0s linear .3s,opacity .3s linear 0s,height 0s linear .3s;
	backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

#mobile-nav .menu-mobile-menu-container
{
	padding-top: 80px;
	width: 100%;
}

#mobile-nav .menu-mobile-menu-container>ul
{
	opacity: 0;
	transform: translateY(-100%);
	transition: opacity .5s ease 0s,transform .5s ease .15s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

#mobile-nav .menu-mobile-menu-container>ul>li { border-bottom: 1px solid #fff; }

#mobile-nav ul
{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mobile-nav ul::-webkit-scrollbar { display: none; }
#mobile-nav li { padding: 20px 0; }
#mobile-nav li.menu-item-has-children { position: relative; }

#mobile-nav li.menu-item-has-children>span
{
	position: absolute;
	content: "";
	font-family: icomoon;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	width: 1em;
	line-height: 1em;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: none;
	right: 5px;
	transform: translateY(-50%) rotate(-90deg);
	top: 33px;
	font-size: 125%;
}

#mobile-nav li.menu-item-has-children>span:focus,#mobile-nav li.menu-item-has-children>span:hover { cursor: pointer; }

#mobile-nav li.menu-item-has-children a
{
	display: inline-block;
	width: calc(100% - 30px);
}

#mobile-nav a
{
	display: block;
	font-size: 1.25rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	color: #fff;
}

@media (min-width:1024px)
{
	#mobile-nav a
	{
		font-size: 1.875rem;
		line-height: 2rem;
	}
}

#mobile-nav .sub-menu
{
	padding-left: 10px;
	display: none;
}

#mobile-nav .sub-menu li { padding: 10px 0; }

#mobile-nav .sub-menu a
{
	text-transform: none;
	font-size: 1rem;
}

#mobile-nav form
{
	margin-top: 40px;
	width: 100%;
}

#mobile-nav form input[type=text]
{
	background: transparent;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABGdBTUEAALGPC/xhBQAAAQxJREFUKBWNkT1qAmEQhndlQRtzhNR2XkIsLCwXLO1DjpDV0lasFCysBU+gRJI0gRTBi9iENAmfz6wzMK6f4MDD/LzvzO5qkmiEEGrwDF/wA0fYQ26eaMbwCB9wK9YIzatlhvJEW/ynXsAAhrABi2VsWV5VQha7VQMz08XTudAZyDdKzC8E16C9l44QVm6c1GhaOth5oVJvtTdv2crynwp1zbHU0OGvF2X5Wwd9L1jN62bUPe0PNi8zYq7fI+nJi/QZTEXQaHvdDsj/aPFGMYYJHGyo+SW2/IC4rBhvtcXVARng7sAKPuEVZtCGAnzED0Svng8Xfpu6kF/7rkjTdIxx5Mypq+8r5YlQHjkBLN5fAj3CHkgAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) 50%;
	border-color: #fff;
	color: #fff;
	padding-top: 16px;
	padding-bottom: 16px;
}

#mobile-nav form input[type=text]::-webkit-input-placeholder { color: #fff; }
#mobile-nav form input[type=text]:-ms-input-placeholder { color: #fff; }
#mobile-nav form input[type=text]::placeholder { color: #fff; }

@media screen and (max-height:480px)
{
	#mobile-nav li { padding: 10px 0; }
	#mobile-nav li.menu-item-has-children>span { top: 23px; }
	#mobile-nav .sub-menu li { padding: 5px 0; }
}

#nav-toggle:checked~#mobile-nav
{
	z-index: 49;
	top: 0;
	opacity: 1;
	height: 100vh;
	transition: z-index 0s linear 0s,top 0s linear 0s,opacity .3s linear 0s,height 0s linear 0s;
}

#nav-toggle:checked~#mobile-nav .menu-mobile-menu-container>ul
{
	opacity: 1;
	transform: translateY(0);
	transition: opacity .5s ease .25s,transform .5s ease 0s;
}

.masthead
{
	position: relative;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 30px;
	margin-top: 61px;
	overflow: hidden;
}

@media (min-width:568px)
{
	.masthead
	{
		margin-top: 91px;
		padding-top: 50px;
	}
}

@media (min-width:1024px)
{
	.masthead
	{
		padding-bottom: 0;
		padding-top: 100px;
	}
}

.masthead :last-child { margin-bottom: 0; }

.masthead .placeholder-overlay
{
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	filter: blur(10px);
	opacity: 1;
	transition: opacity 1s linear;
}

.masthead .placeholder-overlay.fade-out { opacity: 0; }
.masthead .page-title { font-family: korolev,sans-serif; }

.masthead .container
{
	z-index: 5;
	position: relative;
}

.home .masthead
{
	padding-bottom: 70px;
	overflow: hidden;
}

.home .masthead .page-title,.home .masthead h1
{
	color: #1a1919;
	font-family: korolev,sans-serif;
	font-size: 2.625rem;
}

@media screen and (min-width:568px)
{
	.home .masthead .page-title,.home .masthead h1 { font-size: calc(3.3707865169vw + 1.4283707865rem); }
}

@media screen and (min-width:1280px)
{
	.home .masthead .page-title,.home .masthead h1 { font-size: 4.125rem; }
}

.home .masthead .page-title,.home .masthead h1 { line-height: 3rem; }

@media screen and (min-width:568px)
{
	.home .masthead .page-title,.home .masthead h1 { line-height: calc(3.3707865169vw + 1.8033707865rem); }
}

@media screen and (min-width:1280px)
{
	.home .masthead .page-title,.home .masthead h1 { line-height: 4.5rem; }
}

.home .masthead p
{
	color: #1a1919;
	font-size: 1.5rem;
}

@media (min-width:768px)
{
	.home .masthead h1,.home .masthead p { color: inherit; }
}

@media (min-width:1024px)
{
	.home .masthead { min-height: 80vh; }
}

.home .masthead>.vc_row
{
	position: relative;
	z-index: 1;
}

.home .masthead:after
{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	background: linear-gradient(#32bfad,#1d6e64);
}

@media (min-width:768px)
{
	.home .masthead:after { display: none; }
}

.home .masthead:before
{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(../images/bg-axis.png) no-repeat 100% 0;
}

@media (min-width:768px)
{
	.home .masthead:before
	{
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: #32bfad transparent transparent;
		left: -46px;
		border-width: 740px 365px 0 0;
	}
}

@media (min-width:1024px)
{
	.home .masthead:before
	{
		left: 0;
		border-width: 721px 361px 0 0;
	}
}

@media (min-width:1280px)
{
	.home .masthead:before { border-width: 797px 421px 0 0; }
}

.masthead .row { position: relative; }
.no-masthead header.banner #header-search form.searchform input[type=text]::-webkit-input-placeholder,.scroll-triggered header.banner #header-search form.searchform input[type=text]::-webkit-input-placeholder { color: #424242; }
.no-masthead header.banner #header-search form.searchform input[type=text]:-ms-input-placeholder,.scroll-triggered header.banner #header-search form.searchform input[type=text]:-ms-input-placeholder { color: #424242; }
.no-masthead header.banner #header-search form.searchform input[type=text]::placeholder,.scroll-triggered header.banner #header-search form.searchform input[type=text]::placeholder { color: #424242; }
.no-masthead header.banner .brand svg path,.scroll-triggered header.banner .brand svg path { fill: initial; }
.scroll-triggered header { padding-top: 0; }
.no-masthead .wrap.container { padding-top: 91px; }

.footer-site
{
	margin-top: 40px;
	color: #fff;
	background-color: #1a1919;
	padding-left: 20px;
	padding-right: 20px;
}

.footer-site a { text-decoration: none; }

.footer-site .icon-mail
{
	color: #fff;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background-color: #32bfad;
	transform: translateY(-50%);
}

.footer-site .mc-field-group
{
	padding-left: 4px;
	padding-right: 4px;
	position: relative;
}

.footer-site .mc-field-group label
{
	display: none;
	position: absolute;
	color: #413f3f;
}

.footer-site .mc-field-group input[type=email],.footer-site .mc-field-group input[type=text]
{
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	font-size: 1.125rem;
}

@media (min-width:768px)
{
	.footer-site .mc-field-group input[type=email],.footer-site .mc-field-group input[type=text] { font-size: 1rem; }
}

.footer-site input[type=submit]
{
	width: 100%;
	font-weight: 700;
	padding-top: 4px;
	padding-bottom: 4px;
	border-color: #32bfad;
	background-color: #32bfad;
	text-transform: uppercase;
	font-size: .875rem;
}

.footer-site input[type=submit]:focus,.footer-site input[type=submit]:hover
{
	border-color: #4a90e2;
	background-color: #4a90e2;
}

.footer-bottom
{
	text-align: center;
	margin-top: 65px;
	padding-top: 40px;
	padding-bottom: 45px;
	border-top: 1px solid hsla(0,0%,100%,.4);
}

@media (min-width:768px)
{
	.footer-bottom
	{
		text-align: initial;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.footer-bottom .footer-logo { text-align: center; }

@media (min-width:768px)
{
	.footer-bottom .footer-logo { text-align: left; }
}

.footer-bottom svg
{
	width: 120px;
	height: 26px;
	margin-bottom: 20px;
}

.footer-bottom svg .logo-letter
{
	fill: #fff;
	transition: fill .3s ease;
}

@media (min-width:568px)
{
	.footer-bottom svg { margin-bottom: 0; }
}

.footer-bottom .copyright
{
	text-align: center;
	text-transform: uppercase;
	font-size: .875rem;
	padding-top: 20px;
}

.footer-bottom .copyright p
{
	margin-bottom: 0;
	vertical-align: top;
}

@media (min-width:768px)
{
	.footer-bottom .copyright nav,.footer-bottom .copyright p { display: inline-block; }
}

.footer-bottom .copyright a { color: #fff; }
.footer-bottom .copyright a:focus,.footer-bottom .copyright a:hover { color: #4a90e2; }

@media (min-width:768px)
{
	.footer-bottom .copyright
	{
		padding-top: 0;
		text-align: right;
		font-size: .625rem;
	}
}

.footer-bottom ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-bottom ul li { margin-top: 20px; }

@media (min-width:768px)
{
	.footer-bottom ul
	{
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: .625rem;
	}
	
	.footer-bottom ul li { margin: 0 5px; }
}

.wrap.container main
{
	padding-top: 30px;
	padding-bottom: 40px;
}

.wrap.container main>:last-child { margin-bottom: 0; }
.wrap.container main:focus { outline: none; }
.home .wrap.container main { padding-top: 0; }

.pagination
{
	font-size: 1.625rem;
	line-height: 2.125rem;
}

.pagination a
{
	color: #1a1919;
	text-decoration: none;
}

.pagination a:focus,.pagination a:hover
{
	color: #4a90e2;
	text-decoration: none;
}

.pagination .page-numbers
{
	display: inline-block;
	padding: 12px 10px;
}

@media (min-width:768px)
{
	.pagination .page-numbers { padding: 12px 20px; }
}

.pagination .page-numbers.current { color: #4a90e2; }

.pagination .next,.pagination .prev
{
	display: inline-block;
	margin: 0;
	font-size: 0;
	line-height: 0;
	color: #4a90e2;
}

.pagination .next:after,.pagination .next:before,.pagination .prev:after,.pagination .prev:before { font-size: 1.25rem; }
.pagination .next:focus,.pagination .next:hover,.pagination .prev:focus,.pagination .prev:hover { opacity: .5; }

.pagination .prev:before
{
	content: "";
	font-family: icomoon;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	width: 1em;
	line-height: 1em;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: none;
}

@media (min-width:768px)
{
	.pagination .prev { padding-left: 0; }
}

.pagination .next:after
{
	content: "";
	font-family: icomoon;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	width: 1em;
	line-height: 1em;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: none;
	transform: rotate(180deg);
}

@media (min-width:768px)
{
	.pagination .next { padding-right: 0; }
}

.posts-filter
{
	display: block;
	text-align: center;
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}

@media (min-width:768px)
{
	.posts-filter
	{
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		text-align: unset;
	}
}

.posts-filter__filter-items ul { display: inline-block; }
.posts-filter__filter-items li { margin-left: 15px; }

.posts-filter__filter-items li .filter-item
{
	text-decoration: none;
	color: #4a90e2;
}

.posts-filter__filter-items li .filter-item--active,.posts-filter__filter-items li .filter-item:focus,.posts-filter__filter-items li .filter-item:hover
{
	text-decoration: none;
	color: #d7d7d7;
}

@media (min-width:768px)
{
	.posts-filter__filter-items li { margin-left: 15px; }
}

.posts-filter__layout { margin-bottom: 25px; }
.posts-filter__layout li { margin-left: 20px; }
.posts-filter__layout li:first-child { margin-left: 0; }

@media (min-width:768px)
{
	.posts-filter__layout li { margin-left: 40px; }
}

.posts-filter .layout-item g { fill: #4a90e2; }
.posts-filter .layout-item--active g,.posts-filter .layout-item:focus g,.posts-filter .layout-item:hover g { fill: #d7d7d7; }
.filter-item { color: #1a1919; }
.filter-item--active,.filter-item:focus,.filter-item:hover { color: #d7d7d7; }

.list-item a
{
	color: #1a1919;
	text-decoration: none;
}

.list-item a:focus,.list-item a:hover { color: #4a90e2; }

#breadcrumbs
{
	color: #c9c9c9;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .875rem;
}

#breadcrumbs a
{
	color: #c9c9c9;
	text-decoration: none;
}

#breadcrumbs a:focus,#breadcrumbs a:hover { color: #a3a3a3; }
#breadcrumbs .breadcrumb_last { color: #228276; }

@media (min-width:1280px)
{
	#breadcrumbs
	{
		left: -50px;
		max-width: 175px;
		position: absolute;
		padding-left: 9px;
	}
}

.page-child #breadcrumbs>span>span>.separator:nth-child(2),.page-child #breadcrumbs>span>span>a:first-child { display: none; }

.resource-list
{
	padding-top: 25px;
	padding-bottom: 25px;
}

.list-item.resource
{
	display: flex;
	margin-bottom: 20px;
}

.list-item.resource .card { min-height: 280px; }
.list-item.resource .card:focus h3,.list-item.resource .card:hover h3 { color: #4a90e2; }
.list-item.resource .img-circle,.list-item.resource .img-cover { margin: 7px; }
.list-item.resource .img-circle:before,.list-item.resource .img-cover:before { padding-top: 37.5%; }

.list-item.resource:not(.has-post-thumbnail) .card
{
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.list-item.resource h3
{
	color: #1a1919;
	word-break: break-word;
	transition: all .3s;
}

.list-item.resource.list-item--simple article
{
	width: 100%;
	padding-top: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #c9c9c9;
}

@media (min-width:768px)
{
	.list-item.resource.list-item--simple article { padding-top: 40px; }
}

.list-item.resource.list-item--simple h3
{
	margin-bottom: 5px;
	transition: all .3s;
}

.list-item.resource.list-item--simple h3:focus,.list-item.resource.list-item--simple h3:hover { color: #4a90e2; }

.posts-list
{
	padding-top: 25px;
	padding-bottom: 25px;
}

.post.list-item { width: 100%; }

.post.list-item article
{
	padding-bottom: 22px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c9c9c9;
}

.post.list-item .featured-image
{
	display: block;
	margin-bottom: 22px;
}

@media (min-width:768px)
{
	.post.list-item .featured-image { margin-bottom: 0; }
}

.post.list-item .featured-image:before { padding-top: 75%; }

.post.list-item .content
{
	-ms-flex-align: start;
	align-items: start;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.post.list-item .content p { margin-bottom: 10px; }
.post.list-item .content * { max-width: 100%; }
.post.list-item .content :last-child { margin-bottom: 0; }

.search-results-top
{
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.search-results-top h3
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.no-js .search-results-top form
{
	-ms-flex-direction: row;
	flex-direction: row;
}

.search-result
{
	border-top: 1px solid #c9c9c9;
	padding-top: 30px;
}

.search-result [class^=col-]
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.search-result .wp-post-image
{
	margin-bottom: 35px;
	border: 1px solid #c9c9c9;
}

a.list-item
{
	display: block;
	text-decoration: none;
}

a.list-item p { color: #1a1919; }

a.list-item p a
{
	color: #32bfad;
	text-decoration: none;
}

.entry-meta span:first-child { font-weight: 700; }

.entry-meta span,.entry-meta time
{
	font-weight: 500;
	margin-right: 10px;
}

.posts-nav
{
	padding-top: 28px;
	padding-bottom: 28px;
}

.posts-nav nav { position: relative; }

.posts-nav a
{
	position: absolute;
	display: inline-block;
	color: #1a1919;
	text-decoration: none;
	font-size: 1.375rem;
}

@media screen and (min-width:568px)
{
	.posts-nav a { font-size: calc(.5617977528vw + 1.1755617978rem); }
}

@media screen and (min-width:1280px)
{
	.posts-nav a { font-size: 1.625rem; }
}

.posts-nav a { line-height: 1.75rem; }

@media screen and (min-width:568px)
{
	.posts-nav a { line-height: calc(.8426966292vw + 1.4508426966rem); }
}

@media screen and (min-width:1280px)
{
	.posts-nav a { line-height: 2.125rem; }
}

.posts-nav a:after,.posts-nav a:before
{
	color: #4a90e2;
	font-size: 80%;
	transition: all .3s;
}

.posts-nav a:focus,.posts-nav a:hover { color: #1a1919; }
.posts-nav a:focus:after,.posts-nav a:focus:before,.posts-nav a:hover:after,.posts-nav a:hover:before { opacity: .5; }
.posts-nav a[rel=prev] { left: 0; }

.posts-nav a[rel=prev]:before
{
	content: "";
	font-family: icomoon;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	width: 1em;
	line-height: 1em;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: none;
	margin-right: 10px;
}

.posts-nav a[rel=next] { right: 0; }

.posts-nav a[rel=next]:after
{
	content: "";
	font-family: icomoon;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	width: 1em;
	line-height: 1em;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: none;
	transform: rotate(180deg);
	margin-left: 10px;
}

@media (min-width:1024px)
{
	.single #main-content { padding-top: 100px; }
}

.single #main-content header { margin-bottom: 36px; }

.single #main-content article
{
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 50px;
}

.single .wrap.container>.content { position: relative; }
.single #breadcrumbs .breadcrumb_last a { color: #228276; }
.single-post .featured-image { margin-bottom: 30px; }

@media (min-width:768px)
{
	.single-post .featured-image { margin-bottom: 50px; }
}

.single-post .featured-image:before { padding-top: 56.5%; }

@media (min-width:768px)
{
	.single-resource #main-content article { padding-bottom: 100px; }
}

.single-resource #main-content .wp-post-image { border: 1px solid #c9c9c9; }

@media (min-width:768px)
{
	.single-resource #main-content .wp-post-image { max-width: 50%; }
}

.single-resource .resource-content { margin-bottom: 30px; }

.single-resource .resource-links a
{
	margin-right: 15px;
	margin-bottom: 15px;
}

.single-resource .resource-links a:last-child { margin-right: 0; }
.list-item--featured { margin-top: 25px; }
.list-item--featured img { border: 1px solid #c9c9c9; }

.list-item--featured h4
{
	color: #1a1919;
	word-break: break-word;
}

.entry-meta .list-item--featured span,.entry-meta .list-item--featured time,.list-item--featured .entry-meta span,.list-item--featured .entry-meta time,.list-item--featured .posts-filter__filter-items,.list-item--featured h5 { margin-bottom: 10px; }
.list-item--featured a:focus h4,.list-item--featured a:hover h4 { color: #4a90e2; }

.list-item--featured .entry-meta
{
	width: 100%;
	border-top: 1px solid #c9c9c9;
	padding-top: 15px;
	margin-top: 65px;
	text-transform: uppercase;
}

.list-item--featured .entry-meta * { font-size: .875rem; }

.list-item--featured .entry-meta a
{
	display: block;
	color: #4a90e2;
	font-weight: 700;
}

.list-item--featured .entry-meta a:focus,.list-item--featured .entry-meta a:hover { color: #32bfad; }

@media (min-width:768px)
{
	.list-item--featured .entry-meta a
	{
		display: inline;
		float: right;
	}
}

.list-item--featured .img-circle,.list-item--featured .img-cover { display: block; }
.list-item--featured .card__thumbnail { margin-bottom: 20px; }

@media (min-width:768px)
{
	.list-item--featured .card__thumbnail { margin-bottom: 0; }
}

body#tinymce { margin: 12px!important; }

.rotatingtweets
{
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.5rem;
	font-size: 1.125rem;
}

.rotatingtweets a { text-decoration: none; }

.vc_row-o-equal-height .vc_column-inner>.wpb_wrapper,.vc_row-o-equal-height .vc_column-inner>.wpb_wrapper>*
{
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-direction: column;
	flex-direction: column;
}

.vc-custom-promo-box { min-height: 440px; }

.vc-custom-promo-box .content
{
	bottom: 0;
	transform: none;
	padding: 28px;
}

.vc-custom-promo-box .vc-promo-text
{
	font-weight: 700;
	text-transform: uppercase;
	font-size: .75rem;
}

.vc_callout-container .wpb_wrapper
{
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.vc_callout-container .vc_row { max-width: 1280px; }

@media (min-width:768px)
{
	.vc_callout-container .vc_row .wpb_column:nth-child(2n) { margin-top: 20px; }
}

.vc_callout-container .row { margin-left: 0; }
.vc_callout-container h2 { color: #fff; }

.vc_cta3-container
{
	margin: 0 0 16px;
	display: flex;
}

.vc_cta3-container>.vc_cta3
{
	border: none;
	min-height: 440px;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}

.vc_cta3-container>.vc_cta3 .vc_cta3-content-header h2
{
	position: relative;
	padding-bottom: 20px;
}

.vc_cta3-container>.vc_cta3 .vc_cta3-content-header h2:after
{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 2px;
	width: 70px;
	background-color: #fff;
}

.vc_cta3-container>.vc_cta3 .vc_cta3-content-header h4
{
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 1.5rem;
	font-size: 1.125rem;
}

@media (min-width:768px)
{
	.vc_cta3-container { margin-bottom: 0; }
}

#our-values-promos .vc_cta3 { transition: all .3s; }
#our-values-promos .vc_cta3:focus,#our-values-promos .vc_cta3:hover { transform: scale(1.1); }
#our-strategies-promos .wpb_text_column.wpb_content_element { transition: all .3s; }
#our-strategies-promos .wpb_text_column.wpb_content_element:focus,#our-strategies-promos .wpb_text_column.wpb_content_element:hover { transform: scale(1.1); }
.wpb_text_column p img:last-child { margin-bottom: 20px; }

.vc_section[data-vc-full-width]>.vc_row.container
{
	margin-left: auto;
	margin-right: auto;
}

@media print
{
	.entry-meta span,.entry-meta time,.posts-filter__filter-items,h1,h2,h3,h4,h5,h6 { page-break-after: avoid; }
	
	img
	{
		page-break-before: auto;
		page-break-after: auto;
		page-break-inside: avoid;
	}
	
	.no-print { display: none; }
	.entry-meta span,.entry-meta time,.posts-filter__filter-items,.text-white,h1,h2,h3,h4,h5,h6,p,span { color: #000!important; }
	a { color: #32bfad!important; }
	
	.full-width
	{
		margin-left: 0!important;
		margin-right: 0!important;
		padding-left: 0;
		padding-right: 0;
	}
	
	.img-circle:before,.img-contain:before,.img-cover:before { display: none!important; }
	
	.img-circle img,.img-contain img,.img-cover img
	{
		position: relative!important;
		width: 100%!important;
		height: auto!important;
		transform: translate(0)!important;
		left: 0;
	}
	
	.img-circle .content,.img-contain .content,.img-cover .content,header.banner { position: relative!important; }
	footer.footer-site svg .logo-letter,header.banner svg path { fill: #000!important; }
	
	.masthead
	{
		position: relative;
		display: block!important;
		min-height: 0;
		padding: 0;
	}
	
	.column.md-40,.column.sm-40 { max-width: 40%; }
	.column.md-50 { max-width: 50%; }
	.column.md-33 { max-width: 33%; }
	.column.sm-50 { max-width: 50%; }
	
	.vc_row:not(#program-intro)
	{
		display: flex;
		max-width: 100%;
	}
	
	.vc_col-sm-6 { max-width: 50%; }
	.vc_col-sm-8 { max-width: 75%; }
	.vc_col-sm-3 { max-width: 25%; }
	.vc_col-sm-4 { max-width: 33%; }
	.vc_col-sm-offset-2 { margin-left: 16.66666667%; }
	div[data-vc-full-width=true],section[data-vc-full-width=true] { left: 0!important; }
	.footer-site .container-fluid { display: none; }
	.column.md-40.copyright { max-width: 100%; }
	.et_social_sidebar_networks { display: none; }
}

@font-face{font-family:icomoon;src:url(../fonts/icomoon.eot?hu9otv);src:url(../fonts/icomoon.eot?hu9otv#iefix) format("embedded-opentype"),url(../fonts/icomoon.ttf?hu9otv) format("truetype"),url(../fonts/icomoon.woff?hu9otv) format("woff"),url(../fonts/icomoon.svg?hu9otv#icomoon) format("svg");font-weight:400;font-style:normal}

[class*=" icon-"],[class^=icon-]
{
	font-family: icomoon!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-slash:before { content: "\e90d"; }
.icon-mail:before { content: "\e908"; }
.icon-quote:before { content: "\e909"; }
.icon-quote-close:before { content: "\e906"; }
.icon-search:before { content: "\e90a"; }
.icon-chevron-left:before { content: "\e900"; }
.icon-cancel:before { content: "\e90c"; }
.icon-menu:before { content: "\e90b"; }
.icon-linkedin:before { content: "\e904"; }
.icon-twitter:before { content: "\e905"; }
.icon-facebook:before { content: "\ea90"; }

/*# sourceMappingURL=main.css.map */

/* Added by Thomas Weitz */
form#gform_1 li#field_1_4 label.gfield_label {display: none;}