/*!
Theme Name: kronos
Theme URI: https://infomedia.com
Author: Luke Skywalker
Version: 0.0.3
Text Domain: kronos
Copyright 2017. MIT licensed.
 */


button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button,
.btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-font-smoothing: antialiased;
	background-color: #39b54a;
	border-radius: 4px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: proxima-nova, sans-serif;
	font-size: 1em;
	font-weight: 600;
	line-height: 1;
	padding: 10px 40px;
	text-decoration: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus,
.btn:hover,
.btn:focus {
	background-color: #88d292;
	outline: inherit;
	outline-color: transparent;
	color: #fff
}

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
button:disabled,
.btn:disabled {
	cursor: not-allowed;
	opacity: 0.5
}

fieldset {
	background-color: #f7f6f6;
	border: 1px solid #ddd;
	margin: 0 0 .75rem;
	padding: 1.5rem
}

input,
label,
select {
	display: block;
	font-family: proxima-nova, sans-serif;
	font-size: 1em
}

label {
	font-weight: 600;
	margin-bottom: .375rem
}

label.required::after {
	content: "*"
}

label abbr {
	display: none
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select[multiple=multiple],
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	font-family: proxima-nova, sans-serif;
	font-size: 1em;
	margin-bottom: .75rem;
	padding: .5rem;
	transition: border-color;
	width: 100%
}

input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
	border-color: #c4c3c3
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
	border-color: #c4c3c3;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(16, 87, 143, 0.2);
	outline: none
}

textarea {
	resize: vertical
}

input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none
}

input[type="checkbox"],
input[type="radio"] {
	display: inline;
	margin-right: .375rem
}

input[type="file"] {
	padding-bottom: .75rem;
	width: 100%
}

select {
	margin-bottom: 1.5rem;
	max-width: 100%;
	width: auto
}

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

dl {
	margin-bottom: .75rem
}

dl dt {
	font-weight: bold;
	margin-top: .75rem
}

dl dd {
	margin: 0
}

.entry-content ul {
	padding: 0 0 25px 40px;
	list-style: disc
}

.entry-content ol {
	padding: 0 0 25px 40px;
	list-style: decimal
}

table {
	-webkit-font-feature-settings: "kern", "liga", "tnum";
	-moz-font-feature-settings: "kern", "liga", "tnum";
	-ms-font-feature-settings: "kern", "liga", "tnum";
	font-feature-settings: "kern", "liga", "tnum";
	border-collapse: collapse;
	margin: .75rem 0;
	table-layout: fixed;
	width: 100%
}

th {
	border-bottom: 1px solid #b7b7b7;
	font-weight: 600;
	padding: .75rem 0;
	text-align: left
}

td {
	border-bottom: 1px solid #ddd;
	padding: .75rem 0
}

tr,
td,
th {
	vertical-align: middle
}

body {
	-webkit-font-feature-settings: "kern", "liga", "pnum";
	-moz-font-feature-settings: "kern", "liga", "pnum";
	-ms-font-feature-settings: "kern", "liga", "pnum";
	font-feature-settings: "kern", "liga", "pnum";
	-webkit-font-smoothing: antialiased;
	color: #333;
	font-family: proxima-nova, sans-serif;
	font-size: 1em;
	line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: proxima-nova, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	margin: 0 0 .75rem
}

p {
	margin: 0 0 1.25rem;
	color: #444
}

a {
	color: #39b54a;
	text-decoration: none;
	transition: color 0.1s linear
}

a:active,
a:focus,
a:hover {
	color: #88d292
}

a:active,
a:focus {
	outline: none
}

hr {
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
	border-top: none;
	margin: 1.5rem 0
}

img,
picture {
	margin: 0;
	max-width: 100%;
	height: auto
}

ul.list,
ol.list {
	margin-left: 1.25em;
	list-style-position: inside;
	list-style-type: disc
}

ol.list {
	list-style-type: decimal
}

ol.list li ul {
	list-style-type: lower-alpha;
	margin-left: 1.25em
}

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

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

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

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

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

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

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

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

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.h1,
h1 {
	font-size: calc(28px + 22 * ((100vw - 420px) / 480))
}

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

	.h1,
	h1 {
		font-size: 28px
	}
}

@media screen and (min-width: 900px) {

	.h1,
	h1 {
		font-size: 50px
	}
}

h1 {
	font-weight: 900
}

h2 {
	font-size: calc(24px + 26 * ((100vw - 420px) / 480));
	font-weight: 900
}

@media screen and (max-width: 420px) {
	h2 {
		font-size: 24px
	}
}

@media screen and (min-width: 900px) {
	h2 {
		font-size: 50px
	}
}

.h2 {
	font-size: calc(20px + 10 * ((100vw - 420px) / 480))
}

@media screen and (max-width: 420px) {
	.h2 {
		font-size: 20px
	}
}

@media screen and (min-width: 900px) {
	.h2 {
		font-size: 30px
	}
}

h3 {
	font-size: calc(18px + 4 * ((100vw - 420px) / 480))
}

@media screen and (max-width: 420px) {
	h3 {
		font-size: 18px
	}
}

@media screen and (min-width: 900px) {
	h3 {
		font-size: 22px
	}
}

h4 {
	font-size: calc(18px + 2 * ((100vw - 420px) / 480))
}

@media screen and (max-width: 420px) {
	h4 {
		font-size: 18px
	}
}

@media screen and (min-width: 900px) {
	h4 {
		font-size: 20px
	}
}

.entry-content h2 {
	font-size: calc(20px + 10 * ((100vw - 420px) / 480))
}

@media screen and (max-width: 420px) {
	.entry-content h2 {
		font-size: 20px
	}
}

@media screen and (min-width: 900px) {
	.entry-content h2 {
		font-size: 30px
	}
}

body {
	margin: 0
}

.wrap {
	max-width: 80em;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
	padding: 0 1.5625em;
	max-width: 1350px
}

.wrap::after {
	clear: both;
	content: "";
	display: table
}

.home .main {
	padding: 0
}

.search .main {
	padding: 20px 0
}

@media screen and (min-width: 60em) {
	.search .main {
		padding: 40px 0
	}
}

#hero:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3))
}

video {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	left: 50%;
	top: 50%;
	width: 100%
}

.hero-text-wrap {
	color: white;
	position: absolute;
	top: 120px;
	z-index: 10000
}

@media screen and (min-width: 48em) {
	.hero-text-wrap {
		width: 80%;
		top: 220px
	}
}

@media screen and (min-width: 60em) {
	.hero-text-wrap {
		width: 80%;
		top: 300px
	}
}

@media screen and (min-width: 80em) {
	.hero-text-wrap {
		width: 43%;
		top: 377px
	}
}

.hero-text-wrap .h1 {
	font-weight: 900;
	line-height: 1.1
}

.hero-text-wrap p {
	color: white;
	display: none;
	margin-top: 20px
}

@media screen and (min-width: 48em) {
	.hero-text-wrap p {
		display: block
	}
}

.hero-text-wrap a {
	color: white;
	border-bottom: 1px #39b54a solid;
	font-weight: 900;
	margin-left: 18px
}

.hero-text-wrap a:hover {
	color: #d9d9d9
}

.hero-text-wrap a i {
	padding-left: 5px
}

.facetwp-facet-lc_industries {
	margin-bottom: 20px !important
}

div.asl_w .probox .promagnifier {
	background-color: #2a2f33 !important;
	background-image: linear-gradient(180deg, #2a2f33, #2a2f33) !important
}

div.asl_w {
	background-color: #fff !important;
	background-image: linear-gradient(180deg, #fff, #fff) !important
}

div.asl_w .probox .promagnifier .innericon svg {
	fill: white !important
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
	border: 1px solid #2a2f33 !important
}

.page-hero .text-wrap h1 {
	margin-bottom: 10px
}

#responsive-menu-pro-button {
	border-radius: 0
}

@media only screen and (max-width: 1155px) {
	.site-header {
		background-color: #2a2f33
	}
}

.site-header .header-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 0 0 0
}

@media only screen and (max-width: 1225px) {
	.site-header .header-wrap {
		margin-bottom: 0
	}
}

@media only screen and (max-width: 1155px) {
	.site-header .header-wrap {
		margin-bottom: 0;
		padding: 15px 0
	}
}

.site-header .header-wrap #site-title {
	margin: 0
}

.site-header .header-wrap #site-title img {
	width: 350px;
	max-width: 350px
}

@media only screen and (max-width: 1155px) {
	.site-header .header-wrap #site-title .dark {
		display: none
	}
}

@media only screen and (min-width: 1155px) {
	.site-header .header-wrap #site-title .white {
		display: none
	}
}

.site-header .header-wrap .top-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center
}

@media only screen and (max-width: 1155px) {
	.site-header .header-wrap .top-wrap {
		display: none
	}
}

.site-header .header-wrap .top-wrap a {
	line-height: 1;
	padding: 0 5px
}

.site-header .header-wrap .top-wrap a i {
	line-height: 1.5;
	position: relative;
	top: 2px
}

.site-header .header-wrap .top-wrap .text {
	font-size: 22px;
	font-weight: 900;
	color: black
}

.site-header .header-wrap .top-wrap a:hover .text,
.site-header .header-wrap .top-wrap a.text:hover {
	color: #39b54a
}

.site-header .header-wrap .top-wrap .bar {
	font-size: 35px;
	font-weight: 100;
	padding: 0 5px
}

@media screen and (min-width: 80em) {
	.site-header .header-wrap .top-wrap .bar {
		padding: 0 10px
	}
}

.site-header .header-wrap .top-wrap i {
	font-size: 20px
}

@media only screen and (min-width: 960px) {
	.site-header .header-wrap .top-wrap i {
		font-size: 18px
	}
}

@media only screen and (min-width: 1380px) {
	.site-header .header-wrap .top-wrap i {
		font-size: 20px
	}
}

.site-header .header-wrap .top-wrap .text {
	font-size: 18px
}

@media only screen and (min-width: 960px) {
	.site-header .header-wrap .top-wrap .text {
		font-size: 16px
	}
}

@media only screen and (min-width: 1260px) {
	.site-header .header-wrap .top-wrap .text {
		font-size: 17px
	}
}

@media only screen and (min-width: 1380px) {
	.site-header .header-wrap .top-wrap .text {
		font-size: 18px
	}
}

.header-menu {
	position: relative
}

@media only screen and (max-width: 1155px) {
	.header-menu {
		display: none
	}
}

.header-menu .menu {
	position: relative;
	top: 50px
}

.header-menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center
}

.header-menu ul .menu-item-has-children a::after {
	font-family: "Font Awesome 5 Free", FontAwesome;
	font-style: normal;
	font-weight: 900;
	text-decoration: inherit;
	content: "\f078";
	color: #808080;
	position: relative;
	top: 1px;
	left: 4px
}

.header-menu ul .menu-item-has-children a::after :hover {
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.header-menu ul li {
	z-index: 9;
	position: relative;
	padding: 35px 29px;
	background-color: #333
}

@media only screen and (max-width: 1355px) {
	.header-menu ul li {
		padding: 25px 20px
	}
}

@media only screen and (max-width: 1225px) {
	.header-menu ul li {
		padding: 20px 15px
	}
}

.header-menu ul li:hover {
	color: #000;
	background-color: #39b54a
}

.header-menu ul li:last-of-type {
	padding-right: 30px
}

.header-menu ul li:first-of-type {
	padding-left: 30px
}

.header-menu ul li a {
	color: #fff;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden
}

.header-menu ul li a:hover {
	color: #fff;
	background-color: #39b54a
}

.header-menu ul li .sub-menu {
	display: block;
	visibility: hidden;
	transition: all 0.2s ease;
	position: absolute;
	background: white;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 9999;
	margin-top: 35px;
	margin-left: -29px;
	padding: 25px 35px;
	color: black
}

@media only screen and (max-width: 1355px) {
	.header-menu ul li .sub-menu {
		margin-top: 25px
	}
}

@media only screen and (max-width: 1225px) {
	.header-menu ul li .sub-menu {
		margin-top: 20px
	}
}

@media screen and (min-width: 900px) {
	.header-menu ul li .sub-menu {
		-webkit-box-shadow: -2px 2px 6px 2px rgba(0, 0, 0, 0.25);
		box-shadow: -2px 2px 6px 2px rgba(0, 0, 0, 0.25)
	}
}

.header-menu ul li .sub-menu li {
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	background-color: white
}

.header-menu ul li .sub-menu li a {
	display: block;
	color: black;
	font-size: 16px;
	font-weight: 600;
	background-color: white;
	line-height: initial
}

.header-menu ul li .sub-menu li a::after {
	content: none
}

.header-menu ul li .sub-menu li a:hover {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	color: #39b54a
}

.header-menu ul li .sub-menu .second-level a {
	color: #39b54a
}

.header-menu ul li .sub-menu .second-level a::after {
	content: none
}

.header-menu ul li .sub-menu .second-level a:hover {
	color: #c9e3a3;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.header-menu ul li .sub-menu .second-level .sub-sub-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 9999;
	padding-top: 10px;
	padding-bottom: 10px;
	color: black
}

@media screen and (min-width: 900px) {
	.header-menu ul li .sub-menu .second-level .sub-sub-menu {
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.header-menu ul li .sub-menu .second-level .sub-sub-menu li {
	float: left;
	text-align: left;
	width: 100%;
	margin-bottom: 0px
}

.header-menu ul li .sub-menu .second-level .sub-sub-menu li a {
	display: inline-block;
	color: black;
	font-size: 16px;
	font-weight: 600;
	background-color: white;
	line-height: initial
}

.header-menu ul li .sub-menu .second-level .sub-sub-menu li a::after {
	content: none
}

.header-menu ul li .sub-menu .second-level .sub-sub-menu li a:hover {
	color: #666;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.header-menu ul li:hover .sub-menu {
	visibility: visible;
	animation: fadeIn ease .75s;
	-webkit-animation: fadeIn ease .75s;
	-moz-animation: fadeIn ease .75s;
	-o-animation: fadeIn ease .75s;
	-ms-animation: fadeIn ease .75s
}

.page-id-602 .header-menu .sub-menu,
.parent-pageid-602 .header-menu .sub-menu {
	display: block
}

.page-id-602 .header-menu .menu-item-3456 .sub-menu,
.parent-pageid-602 .header-menu .menu-item-3456 .sub-menu {
	margin-left: -30px
}

.page-id-602 .header-menu .menu-item-638 .sub-menu,
.parent-pageid-602 .header-menu .menu-item-638 .sub-menu {
	margin-left: -61px
}

.burger-bun {
	background: #39b54a;
	height: 80px;
	width: 55px;
	position: absolute;
	right: 0
}

@media only screen and (min-width: 1155px) {
	.burger-bun {
		display: none
	}
}

.nav-toggle {
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 24px;
	justify-content: center;
	max-height: 50px;
	max-width: 70px;
	position: absolute;
	right: 11px;
	width: 32px;
	z-index: 11;
	cursor: pointer;
	top: 25px
}

@media only screen and (min-width: 1155px) {
	.nav-toggle {
		display: none
	}
}

.nav-toggle span {
	background-color: #fff;
	display: block;
	height: 4px;
	width: 20px;
	transition: transform .15s, opacity .15s
}

.nav-toggle span:first-child {
	position: absolute;
	top: 0
}

.nav-toggle span:last-child {
	bottom: 0;
	position: absolute;
	opacity: 1
}

.nav-toggle.-close {
	flex-flow: column
}

.nav-toggle.-close span {
	transform: rotateZ(-45deg)
}

.nav-toggle.-close span:first-child {
	position: relative;
	transform: rotateZ(45deg)
}

.nav-toggle.-close span:nth-child(2) {
	margin-top: -4px
}

.nav-toggle.-close span:last-child {
	opacity: 0;
	transform: translateY(-18px)
}

.menu-overlay {
	width: 100vw;
	height: 100vh;
	background-color: #39b54a;
	position: fixed;
	color: #fff;
	top: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s ease-out, visibility .25s ease-out
}

.menu-overlay .menu {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	text-align: center
}

.menu-overlay .menu .menu-item a {
	color: #fff;
	font-family: proxima-nova, sans-serif;
	font-size: 1.5em;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: .1em
}

.menu-overlay .menu .menu-item a:hover {
	color: #2a2f33
}

.menu-overlay.-active {
	opacity: 1;
	visibility: visible
}

.searching {
	transition: all .5s ease
}

.searching.closed {
	display: none;
	opacity: 0
}

.searching.open {
	display: block;
	position: absolute;
	opacity: 1;
	right: 115px;
	top: 145px;
	z-index: 1000
}

.searching.open form {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.searching.open form label {
	font-size: 16px;
	width: 200px
}

.searching.open form label .search-field {
	margin: 0
}

.searching.open form input {
	border-radius: 0;
	font-size: 16px;
	height: 42px;
	line-height: 18px;
	padding: 10px 25px;
	padding: 8px 12px
}

.search-results article {
	padding: 40px 0;
	border-bottom: 1px black solid
}

.site-footer {
	background-color: #2a2f33;
	color: white;
	padding-top: 40px
}

.site-footer .top-footer-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column
}

@media screen and (min-width: 60em) {
	.site-footer .top-footer-wrap {
		flex-direction: row;
		justify-content: space-between
	}
}

.site-footer .top-footer-wrap .left {
	margin: 0 auto;
	margin-bottom: 25px
}

@media screen and (min-width: 48em) {
	.site-footer .top-footer-wrap .left {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-evenly;
		margin: initial;
		padding-right: 20px
	}
}

@media screen and (min-width: 60em) {
	.site-footer .top-footer-wrap .left {
		display: block
	}
}

.site-footer .top-footer-wrap .left .top-img {
	margin-bottom: 25px
}

.site-footer .top-footer-wrap .left a {
	display: block
}

@media screen and (min-width: 60em) {
	.site-footer .top-footer-wrap .left-mid {
		display: block;
		padding-right: 5px
	}
}

.site-footer .top-footer-wrap .left-mid p {
	color: white
}

.site-footer .top-footer-wrap .left-mid p span {
	font-weight: bold;
	padding-bottom: 10px;
	display: block
}

.site-footer .top-footer-wrap .left-mid a {
	color: white;
	font-weight: 600
}

.site-footer .top-footer-wrap .right-mid {
	padding: 20px 0
}

@media screen and (min-width: 48em) {
	.site-footer .top-footer-wrap .right-mid {
		padding: 0
	}
}

.site-footer .top-footer-wrap .right .icon-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column
}

.site-footer .top-footer-wrap .right .icon-wrap a {
	font-weight: 900;
	margin: 5px;
	font-size: 22px
}

.site-footer .top-footer-wrap .right .icon-wrap a i {
	font-size: 25px;
	position: relative;
	top: 4px;
	padding-right: 10px
}

.site-footer .top-footer-wrap .right .icon-wrap a .text {
	color: white
}

.site-footer .bottom-menu {
	font-size: 14px;
	padding: 15px 0;
	color: white;
	margin-top: 25px
}

.site-footer .bottom-menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-flex: inherit;
	flex-wrap: wrap
}

.site-footer .bottom-menu ul a {
	color: white
}

.site-footer .bottom-menu ul .footer-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.site-footer .bottom-menu ul .footer-social a {
	color: #39b54a
}

.site-footer .bottom-menu ul .footer-social li {
	margin: 0 5px
}

.site-footer .bottom-menu ul .bar {
	padding: 0 10px
}

@media screen and (min-width: 60em) {
	.site-footer .bottom-menu ul .bar {
		padding: 0 20px
	}
}

.site-footer .bottom-menu ul .credit {
	margin: 0;
	color: white
}

.site-footer .bottom-menu ul .credit a {
	font-weight: 600
}

.blocks .block {
	margin-bottom: 50px
}

.video-container {
	height: 0;
	padding-bottom: 56.25%;
	position: relative
}

.video-container iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.blog .archive-hero,
.single .archive-hero {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	height: inherit;
	height: 250px
}

@media screen and (min-width: 60em) {

	.blog .archive-hero,
	.single .archive-hero {
		height: 375px
	}
}

.blog .archive-hero .wrap,
.single .archive-hero .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	height: inherit
}

.blog .archive-hero h1,
.single .archive-hero h1 {
	color: white
}

.blog article {
	border-bottom: 5px solid #eee;
	padding: 40px 0
}

.blog article:first-of-type {
	padding-top: 0
}

.blog article h1 {
	margin-bottom: 10px
}

@media screen and (min-width: 60em) {
	.blog article .entry-content {
		display: grid;
		grid-template-columns: 4fr 2fr
	}
}

.blog article .entry-content p {
	align-self: center;
	margin-right: 25px;
	margin-top: 25px
}

.blog article .entry-content .image {
	justify-self: center
}

.nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: 15px
}

.entry-meta,
.entry-footer {
	font-size: 15px
}

.entry-title {
	margin-bottom: 32px;
	font-weight: 800
}

#post-2288 {
	padding-top: 40px
}

#post-2288 h1 {
	text-align: center
}

#post-2288 .gform_wrapper {
	padding: 15px 40px;
	border: 2px solid #f0f0f0;
	max-width: 955px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 60px
}

#hero {
	position: relative;
	max-height: 705px;
	overflow: hidden
}

#hero .slide {
	height: 290px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative
}

@media screen and (min-width: 48em) {
	#hero .slide {
		height: 450px
	}
}

@media screen and (min-width: 60em) {
	#hero .slide {
		height: 705px
	}
}

#hero .slide:before {
	width: 1px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-left: -1px
}

#hero .slide .hero-text-wrap {
	color: white;
	position: relative;
	top: 120px
}

@media screen and (min-width: 48em) {
	#hero .slide .hero-text-wrap {
		width: 80%
	}
}

@media screen and (min-width: 60em) {
	#hero .slide .hero-text-wrap {
		width: 43%;
		top: 377px
	}
}

#hero .slide .hero-text-wrap .h1 {
	font-weight: 900;
	line-height: 1.1
}

#hero .slide .hero-text-wrap p {
	color: white;
	display: none;
	margin-top: 20px
}

@media screen and (min-width: 48em) {
	#hero .slide .hero-text-wrap p {
		display: block
	}
}

#hero .slide .hero-text-wrap a {
	color: white;
	border-bottom: 1px #39b54a solid;
	font-weight: 900;
	margin-left: 8px
}

#hero .slide .hero-text-wrap a:hover {
	color: #d9d9d9
}

#hero .slide .hero-text-wrap a i {
	padding-left: 5px
}

#services .title-wrap {
	padding-top: 35px;
	padding-bottom: 25px
}

@media screen and (min-width: 48em) {
	#services .title-wrap {
		padding-top: 80px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between
	}
}

@media screen and (min-width: 48em) {
	#services .title-wrap h2 {
		width: 50%
	}
}

@media screen and (min-width: 48em) {
	#services .title-wrap p {
		width: 45%
	}
}

#services .services {
	margin-bottom: 40px
}

@media screen and (min-width: 48em) {
	#services .services {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between
	}
}

#services .services .services-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-self: flex-end
}

@media screen and (min-width: 48em) {
	#services .services .services-box {
		width: 46%
	}
}

#services .services .services-box a {
	margin: 20px 0
}

#services .services .services-box .text {
	color: black;
	font-weight: 900
}

#services .services .services-box .text:hover {
	color: #000
}

#services .services .services-box i {
	margin-left: 10px;
	position: relative;
	top: 3px
}

#support .support-image {
	padding: 60px 0
}

#support .support-image h2 {
	font-size: 32px;
	margin: 0 0 24px
}

#support .support-image .support-text-wrap {
	margin: 0 0 46px
}

@media screen and (min-width: 60em) {
	#support .support-image .support-text-wrap {
		width: 46%;
		float: left;
		margin: 0 0
	}
}

#support .support-image .support-text-wrap h2 {
	font-weight: 900
}

#support .support-image .support-text-wrap p {
	font-size: 17px
}

#support .support-image .support-text-wrap p a {
	border-bottom: 1px #39b54a solid;
	font-weight: 900;
	margin-left: 2px
}

#support .support-image .support-text-wrap p a i {
	padding-left: 5px
}

#support .support-image .support-text-wrap ul {
	list-style: disc inside none;
	padding: 0 0 0 30px
}

@media screen and (min-width: 60em) {
	#support .support-image .support-news {
		width: 46%;
		float: right
	}
}

#support .support-image .support-news ul li {
	margin: 0 0 32px
}

#support .bottom-cta {
	width: 100%
}

@media only screen and (min-width: 1000px) {
	#support .bottom-cta {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row
	}
}

#support .bottom-cta .left {
	background: #121926;
	color: white;
	font-size: 20px;
	padding: 25px 0;
	font-weight: 500;
	text-align: center
}

@media only screen and (min-width: 1000px) {
	#support .bottom-cta .left {
		width: 70%;
		-webkit-clip-path: polygon(0% -288%, 100% 0%, 95% 250%, 105% 120%, -1% 105%);
		clip-path: polygon(0% -288%, 100% 0%, 95% 250%, 105% 120%, -1% 105%);
		z-index: 99
	}
}

#support .bottom-cta .right {
	background: #39b54a;
	text-align: center;
	padding: 25px 0;
	font-size: 26px;
	font-weight: 900
}

#support .bottom-cta .right:hover {
	background: #88d292;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

#support .bottom-cta .right a {
	color: #fff
}

#support .bottom-cta .right i {
	margin-left: 10px;
	position: relative;
	top: 3px
}

@media only screen and (min-width: 1000px) {
	#support .bottom-cta .right {
		width: 40%;
		z-index: 2;
		overflow: hidden;
		margin-left: -45px
	}
}

.page-hero {
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-bottom: 1px solid #f0f0f0
}

@media screen and (min-width: 60em) {
	.page-hero {
		height: 310px
	}
}

.page-grid {
	margin: 40px 0
}

@media screen and (min-width: 60em) {
	.page-grid {
		display: grid;
		-ms-grid-columns: .75fr 2.50fr 1fr;
		grid-template-columns: .75fr 2.50fr 1fr;
		grid-column-gap: 50px
	}
}

.widget_nav_menu {
	display: none;
	-ms-grid-column: 1
}

@media screen and (min-width: 60em) {
	.widget_nav_menu {
		display: block
	}
}

.widget_nav_menu .menu {
	padding-left: 20px;
	border-left: 5px #eee solid
}

.widget_nav_menu .menu li {
	max-width: 200px;
	margin-top: 10px
}

.widget_nav_menu .menu li .sub-menu li {
	margin-top: 0
}

.widget_nav_menu .menu li .sub-menu li a {
	color: black;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize
}

.widget_nav_menu .menu li .sub-menu li a:hover {
	color: #666666;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.widget_nav_menu .menu li a {
	color: #39b54a;
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
	margin: 0 0 6px
}

.widget_nav_menu .menu li a:hover {
	color: #c9e3a3;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.blog-wrap {
	-ms-grid-column: 2
}

.cta-sidebar,
.learning-center-sidebar,
.cta-sidebar-esp {
	max-width: 300px;
	justify-self: end;
	margin: 0 auto;
	padding-top: 60px;
	-ms-grid-column: 3
}

@media screen and (min-width: 60em) {

	.cta-sidebar,
	.learning-center-sidebar,
	.cta-sidebar-esp {
		padding-top: 0
	}
}

.cta-sidebar ul li,
.learning-center-sidebar ul li,
.cta-sidebar-esp ul li {
	border: #39b54a 4px solid;
	margin-bottom: 35px;
	padding: 25px 15px
}

.cta-sidebar ul li i,
.learning-center-sidebar ul li i,
.cta-sidebar-esp ul li i {
	font-size: 25px;
	position: relative;
	top: 3px;
	margin-right: 9px
}

.cta-sidebar ul li h3,
.learning-center-sidebar ul li h3,
.cta-sidebar-esp ul li h3 {
	display: inline-block;
	font-weight: 900;
	color: black
}

.cta-sidebar ul li h3:hover,
.learning-center-sidebar ul li h3:hover,
.cta-sidebar-esp ul li h3:hover {
	color: #39b54a
}

.cta-sidebar ul li .cta-link,
.learning-center-sidebar ul li .cta-link,
.cta-sidebar-esp ul li .cta-link {
	border-bottom: 1px #39b54a solid;
	font-weight: 900;
	color: black;
	padding-bottom: 2px
}

.cta-sidebar ul li .cta-link:hover,
.learning-center-sidebar ul li .cta-link:hover,
.cta-sidebar-esp ul li .cta-link:hover {
	color: #666666;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.cta-sidebar ul li .cta-link i,
.learning-center-sidebar ul li .cta-link i,
.cta-sidebar-esp ul li .cta-link i {
	margin-right: 0;
	color: #39b54a
}

.cta-sidebar ul li .cta-link i:hover,
.learning-center-sidebar ul li .cta-link i:hover,
.cta-sidebar-esp ul li .cta-link i:hover {
	color: #0b3b61
}

#culture {
	background: #e6e6e6;
	padding: 65px 0 80px 0
}

#culture h3 {
	text-align: center
}

#culture .culture-slides {
	max-width: 1350px;
	margin: 0 auto
}

#culture .culture-slides img {
	padding: 0 5px;
	max-width: 315px
}

@media screen and (min-width: 48em) {
	#culture .culture-slides img {
		padding: 0 10px
	}
}

@media screen and (min-width: 60em) {
	#culture .culture-slides img {
		padding: 0 17px
	}
}

#culture .culture-slides .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 150;
	background: none
}

#culture .culture-slides .slick-prev {
	left: -35px;
	font-size: 0
}

#culture .culture-slides .slick-prev:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	content: "\f177";
	font-weight: 500;
	font-size: 30px;
	color: #444
}

#culture .culture-slides .slick-next {
	right: -35px;
	font-size: 0
}

#culture .culture-slides .slick-next:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	content: "\f178";
	font-size: 30px;
	color: #444
}

.error404 .block {
	font-size: 26px;
	font-weight: 500;
	margin: 0 auto;
	max-width: 1050px;
	padding: 100px 0 125px;
	text-align: center
}

.error404 .main {
	margin-top: 75px
}

.error404 .main h1 {
	text-align: center
}

.single-learning_center_post .main,
.post-type-archive-learning_center_post .main {
	margin: 20px 0
}

@media screen and (min-width: 60em) {

	.single-learning_center_post .main,
	.post-type-archive-learning_center_post .main {
		margin: 40px 0
	}
}

.single-learning_center_post .learning-hero .wrap,
.post-type-archive-learning_center_post .learning-hero .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	height: inherit;
	flex-direction: column
}

@media screen and (min-width: 48em) {

	.single-learning_center_post .learning-hero .wrap,
	.post-type-archive-learning_center_post .learning-hero .wrap {
		flex-direction: row
	}
}

.single-learning_center_post .learning-hero h1,
.post-type-archive-learning_center_post .learning-hero h1 {
	color: white
}

.single-learning_center_post .learning-hero h3,
.post-type-archive-learning_center_post .learning-hero h3 {
	color: white
}

.single-learning_center_post .learning-hero .learn-search,
.post-type-archive-learning_center_post .learning-hero .learn-search {
	display: block;
	opacity: 1;
	z-index: 7
}

.single-learning_center_post .learning-hero .learn-search form,
.post-type-archive-learning_center_post .learning-hero .learn-search form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.single-learning_center_post .learning-hero .learn-search form label,
.post-type-archive-learning_center_post .learning-hero .learn-search form label {
	font-size: 16px;
	width: 350px
}

.single-learning_center_post .learning-hero .learn-search form label .search-field,
.post-type-archive-learning_center_post .learning-hero .learn-search form label .search-field {
	margin: 0
}

.single-learning_center_post .learning-hero .learn-search form input,
.post-type-archive-learning_center_post .learning-hero .learn-search form input {
	border-radius: 0;
	font-size: 16px;
	height: 42px;
	line-height: 18px;
	padding: 10px 25px;
	padding: 8px 12px
}

.learning-center-sidebar h4 {
	color: #39b54a;
	font-weight: 600;
	font-family: proxima-nova, sans-serif;
	font-size: 1em
}

.fwpl-item.el-pe5vls {
	font-size: calc(18px + 2 * ((100vw - 420px) / 480));
	font-weight: 800
}

@media screen and (max-width: 420px) {
	.fwpl-item.el-pe5vls {
		font-size: 18px
	}
}

@media screen and (min-width: 900px) {
	.fwpl-item.el-pe5vls {
		font-size: 20px
	}
}

.fwpl-result:last-of-type {
	border: none
}

@media only screen and (max-width: 960px) {
	.fwpl-row {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		flex-direction: column !important
	}
}

@media only screen and (max-width: 960px) {
	.fwpl-col {
		padding-bottom: 25px !important
	}
}

.learning-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column-reverse
}

@media screen and (min-width: 60em) {
	.learning-wrap {
		display: grid;
		grid-template-columns: 1fr 3fr
	}
}

.learning-wrap .learning-center-sidebar {
	border-left: lightgrey 4px solid;
	padding-left: 20px;
	padding-top: 15px;
	height: max-content
}

@media only screen and (max-width: 960px) {
	.learning-wrap .learning-center-sidebar {
		margin: 0 0 25px 0
	}
}

.whitebar {
	width: 100%;
	padding: 52px 0;
	text-align: center;
	background: #F4F5F5;
	margin: 25px 0
}

.svg-container {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 50%;
	vertical-align: middle;
	overflow: hidden
}

.svg-content {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0
}

.st0 {
	opacity: 0;
	fill: #FFFFFF;
	stroke: #000000;
	stroke-miterlimit: 10
}

.newsletter {
	float: left
}

@media screen and (min-width: 60em) {
	.newsletter {
		padding-bottom: 20px
	}
}

.newsletter label {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px
}

.newsletter>div {
	float: left;
	width: 100%;
	position: relative
}

.newsletter input[type="email"] {
	margin: 0;
	float: left;
	width: 100%;
	height: 32px;
	color: #94c947;
	font-size: 13px;
	background: #fff;
	border-radius: 0;
	font-weight: 700;
	padding: 6px 35px 6px 12px;
	border: 1px solid #bebdbd;
	font-family: proxima-nova, sans-serif;
	max-width: 225px !important
}

@media screen and (min-width: 48em) {
	.newsletter input[type="email"] {
		max-width: 200px !important
	}
}

.newsletter input[type="submit"] {
	right: 0;
	border: 0;
	margin: 0;
	color: #fff;
	font-size: 15px;
	padding: 0 15px;
	height: 32px;
	cursor: pointer;
	border-radius: 0;
	font-weight: 400;
	background: #a4d059
}

.newsletter input[type="submit"]:hover {
	background: #555
}

.map {
	float: left;
	width: 100%;
	min-height: 434px;
	padding-top: 280px;
	background: url(../images/map.png) no-repeat;
	background-position: top right
}

.entry-content ul ul {
	padding: 0 0 0px 40px
}

.logo-wrap #site-title {
	min-height: 61px;
	display: contents
}

.rc-anchor-container {
	transform-origin: left top;
	-webkit-transform-origin: left top
}

.facetwp-checkbox {
	color: black;
	font-weight: 600;
	font-size: 14px;
	font-family: proxima-nova, sans-serif
}

.facetwp-counter {
	display: none
}

.locbox {
	margin: 0 0 40px
}

.locbox h3 {
	margin: 0 0 2px
}

.locbox .location-title {
	margin: 0 0 8px
}

@media screen and (min-width: 48em) {
	.locbox {
		float: left;
		width: 45%;
		padding-right: 5%
	}
}

.city,
.mapp {
	margin: 0 0 40px
}

.mapp iframe {
	width: 100%
}

@media screen and (min-width: 48em) {
	.city {
		float: left;
		width: 30%
	}

	.mapp {
		float: right;
		width: 65%
	}
}

@media screen and (max-width: 575px) {
	#input_3_13 {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0
	}
}

.mobile-nav ul li a {
	color: black
}

.mobile-nav ul li ul {
	display: none
}

.mobile-nav ul li:hover ul {
	display: block
}

.mobile-nav ul li:hover ul li a {
	color: White
}

.rep-header {
	margin: 30px 0 50px;
	text-align: center
}

.rep-header h1 {
	margin: 0 0 18px
}

.rep-header p {
	font-size: 1.2em
}

.distrib-title {
	margin: 0 0 1.2em;
	font-size: 1.875rem;
	text-align: center
}

.distributorsList {
	text-align: center
}

.distributorsList h3 {
	font-weight: 900
}

.distributorsList .distList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 24px 0 0
}

.distributorsList .distList li {
	width: auto;
	margin: 0 1.5% 30px;
	padding: 18px 25px 28px;
	text-align: center;
	border: 4px solid #39b54a
}

.distributorsList .distList li h4 {
	margin: 0 0 .25em;
	font-weight: 900
}

.distributorsList .distList li h5 {
	margin: 0 0 4px;
	color: #000
}

.distributorsList .distList li .cta-link {
	display: inline-block;
	margin: 0 0 .25em;
	font-weight: 700;
	padding-bottom: 2px
}

.distributorsList .distList li .cta-link i {
	color: black
}

.gfield_label {
	text-transform: uppercase;
	font-weight: 800 !important
}

#input_3_12 li label {
	font-size: 1em
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.hvr-icon-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s
}

.hvr-icon-forward .hvr-icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.hvr-icon-forward:hover .hvr-icon,
.hvr-icon-forward:focus .hvr-icon,
.hvr-icon-forward:active .hvr-icon {
	-webkit-transform: translateX(4px);
	transform: translateX(4px)
}