.eb-form {
	font-size: 10px;
	font-family: "Frank Ruhl Libre",serif;
	font-weight: 400;
	-webkit-text-size-adjust: none !important;
	color: #333;
	padding-bottom: 60px;
}
.eb-form * {
	box-sizing: border-box;
}
.eb-form h1,
.eb-form h2,
.eb-form h3,
.eb-form h4,
.eb-form h5,
.eb-form h6,
.eb-form ul,
.eb-form li,
.eb-form p,
.eb-form span {
  padding: 0;
  margin: 0;
}
.eb-form .hero-alt {
  width: 100%;
  max-width: 80%;
  margin: 190px auto 60px;
}
.eb-form .center {
  text-align: center;
}
.eb-form .red,
.eb-form .gform_wrapper .gfield_required {
  color: #ff2612;
}
.eb-form .grey {
  color: #aeaeae;
}
.eb-form .ft-sserif--bold {
  font-family: "Museo Sans 700",sans-serif;
  font-weight: 400;
}
.eb-form .lh-156 {
  line-height: 1.36;
}
.eb-form .ft-56 {
  font-size: 56px;
  font-size: 5.6rem;
}
.eb-form .ft-22 {
	font-size: 22px;
	font-size: 2.2rem;
}
.eb-form .ft-18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.eb-form .ft-20,
.eb-form .gform_body {
  font-size: 20px;
  font-size: 2rem;
}
.eb-form .ft-16 {
  font-size: 16px;
  font-size: 1.6rem;
}
.eb-form .lh-14 {
  line-height: 1.4;
}
.eb-form .gform_wrapper {
	margin: 0;
}
.eb-form .ft-sserif,
.eb-form .gform_body {
  font-family: "Museo Sans 300",sans-serif;
  font-weight: 400;
}
.eb-form .contact-hint {
	display: flex;
	display: flex;
	align-items: center;
}
.eb-form .contact-hint .location {
	margin-left: 1.500em;
	padding-left: 33px !important;
	background: url('../img/location_gs.png') no-repeat scroll 0 50% transparent;
}
.eb-form .contact-hint .company {
	margin-left: auto;
	padding-left: 33px !important;
	background: url('../img/company_gs.png') no-repeat scroll 0 50% transparent;
}
#eb-from:after,
#eb-results:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}
#eb-form:before,
#eb-results:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}
#eb-form,
#eb-results {
  padding: 0 60px;
	position: relative;
	max-width: 952px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}
#eb-results {
	margin-bottom: 60px;
}
#eb-form p,
#eb-results a,
#eb-form li.gfield {
  position: relative;
  color: #aeaeae;
  border-bottom: 1px solid rgba(174,174,174,.25);
	margin-top: 0;
	padding-right: 0;
}
#eb-form li.gfield {
	display: flex;
	align-items: flex-start;
	max-width: 100% !important;
}
#eb-form li.gfield > div.ginput_container {
	width: auto;
	flex: 1;
}
#eb-form li.gfield > div.ginput_container input[type="text"],
#eb-form li.gfield > div.ginput_container input[type="email"],
#eb-form li.gfield > div.ginput_container textarea {
	width: 100%;
	line-height: normal;
	min-height: 0;
}
#eb-form li.gfield label {
	color: #aeaeae;
	font-weight: 400;
}
#eb-form li.gfield ul li {
	position: relative;
}
#eb-form li.gfield ul li label,
.tml .tml-checkbox+.tml-label {
	color: #333;
	padding-left: 40px;
	background: url('../img/checkbox.png') no-repeat scroll 0 0 transparent;
	height: 22px;
	line-height: 22px;
}
#eb-form li.gfield ul li.active label,
.tml .active .tml-checkbox+.tml-label {
	background-position: 0 -22px;
}
#eb-form li.gfield ul li input {
	position: absolute;
	top: 7px;
	left: 7px;
	opacity: 0;
	cursor: pointer;
	margin: 0;
}
#eb-form .gform_wrapper .gfield_checkbox li,
#eb-form .gform_wrapper .gfield_radio li {
	margin-bottom: 8px;
}
#eb-results a {
	display:flex;
	text-decoration: none;
	padding-right: 50px;
	position: relative;
	align-items: center;
}
#eb-results a:after {
	position: absolute;
	top: 50%;
	margin: -8px 0 0 0 !important;
	right: 0;
}
#eb-results a:hover:after {
	right: -4px;
}
#eb-form p:not(.level1) {
  border-bottom: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#eb-form p:not(.level1).visible,
#eb-form li.gfield {
  border-bottom: 1px solid rgba(174,174,174,.25);
  overflow: visible;
}
#eb-form p ::placeholder,
#eb-form li.gfield ::placeholder {
  color: #333;
}
#eb-form p > *,
#eb-results a > *,
#eb-form li.gfield > *,
#eb-form li.gfield input[type="text"],
#eb-form li.gfield input[type="email"],
#eb-form li.gfield textarea,
#eb-form .gform_wrapper ul.gfield_radio,
#eb-form .gform_wrapper ul.gfield_checkbox {
  padding: 29px 0;
	margin-top: 0;
}
#eb-form .gform_wrapper ul.gfield_radio,
#eb-form .gform_wrapper ul.gfield_checkbox {
	margin-bottom: 0;
}
#eb-form li.gfield .ginput_container {
	padding: 0;
}
#eb-results a > * {
	margin-left: auto;
}
#eb-results a span {
	padding-left: 33px;
	background: url('../img/location.png') no-repeat scroll 0 50% transparent;
	padding-right: 5px;
	width: 20%;
}
#eb-results a span.industry {
	background-image: url('../img/industry.png');
	width: 40%;
}
#eb-results a span.company {
	background-image: url('../img/company.png');
	margin-left: 0;
	color: #333;
	width: 40%;
}
#eb-form p input,
#eb-form p select,
#eb-form p textarea,
#eb-form li.gfield input[type="text"],
#eb-form li.gfield input[type="email"],
#eb-form li.gfield textarea,
#eb-form .gform_wrapper ul.gfield_radio,
#eb-form .gform_wrapper ul.gfield_checkbox,
.tml .tml-field-wrap.tml-submit-wrap input {
	font-size: 20px;
	font-size: 2rem;
	padding-left: 20px;
	border: none;
	color: #333;
	-webkit-appearance: none;
	border: none;
	background: 0 0;
	outline: 0;
	box-shadow: none;
}
#eb-form .cta,
/*#eb-form .gform_footer,*/
.tml .tml-field-wrap.tml-submit-wrap {
	display: inline-block;
	background: #f6f6f6;
	text-transform: uppercase;
	color: #333;
	font-family: "Museo Sans 700",sans-serif;
	font-weight: 400;
	margin: 140px auto;
	clear: left;
	text-align: center;
	cursor: pointer;
}
#eb-form .cta-submit:after,
#eb-results a:after,
/*#eb-form .gform_footer:after,*/
.tml .tml-field-wrap.tml-submit-wrap:after,
button.cta-submit--btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 16px;
  margin-left: 16px;
  margin-right: 16px;
  background-color: transparent;
  background-image: url('../img/arrow--left.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: visible;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
	margin-top: -5px;
}
.tml .tml-field-wrap.tml-submit-wrap:after {
	margin-top: -3px;
}
#eb-form .cta-submit:hover:after,
/*#eb-form .gform_footer:hover:after,*/
.tml .tml-field-wrap.tml-submit-wrap:hover:after {
	margin-left: 24px;
}
#eb-form .cta-submit,
/*#eb-form .gform_footer,*/
.tml .tml-field-wrap.tml-submit-wrap {
  max-height: initial !important;
  overflow: visible !important;
	margin: 40px auto;
	max-width: 220px;
	display: block;
	position: relative;
	color: #aeaeae;
	cursor: pointer;
	border: 0 !important;
}
#eb-form .cta input,
/*#eb-form .gform_footer input,*/
.tml .tml-field-wrap.tml-submit-wrap input {
  font-size: 14px !important;
  font-size: 1.4rem !important;
  font-family: "Museo Sans 700",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
#eb-form .cta-submit input,
/*#eb-form .gform_footer input,*/
.tml .tml-field-wrap.tml-submit-wrap input {
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 21px 0 21px 16px;
}
/*#eb-form .gform_footer input {
	-webkit-appearance: none;
	border: none;
	background: 0 0;
	margin-right: 0;
	margin: 0 !important;
	line-height: normal;
	min-height: 0;
	width: auto;
}*/
#eb-form .gform_footer {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
}
#eb-form .cta-submit:hover input,
/*#eb-form .gform_footer:hover input,*/
.tml .tml-field-wrap.tml-submit-wrap:hover input {
  color: #ff2612 !important;
}
#eb-form .back-button:after,
#eb-form .back-button a:after {
	display: none;
}
#eb-form .back-button {
	margin-top: -20px;
}
#eb-form .back-button a {
	padding: 19px 0;
	border: 2px solid #f5f5f5;
	background-color: #fff;
}
#eb-form figure.img {
	margin: 0 0 35px 0;
}
#eb-form figure img {
	margin: 0;
	padding: 0;
}
#eb-form .gfield_description {
	display: none;
}
#eb-form .gfield_description.validation_message {
	display: block;
	padding: 0 !important;
	position: absolute;
	bottom: -2.5rem;
	right: 0;
	font-weight: 400;
	color: #ff2612;
	line-height: 1;
}
#eb-form .gform_wrapper li.gfield.gfield_error,
#eb-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding: 0;
	margin-bottom: 0 !important;
	border: none;
	border-bottom: 2px solid #ff2612;
	background: #fff;
	position: relative;
	margin-bottom: 3rem !important;
}
#eb-form .validation_error {
	display: none;
}
#eb-form p .selectric-wrapper {
	display: inline-block;
	vertical-align: middle;
}
#eb-form .selectric-items {
	width: calc(100% + 78px) !important;
	max-height: 300px;
	overflow: auto;
}
#eb-form .selectric-items li {
	font-size: 0.900em;
	padding: 0.25em 0.5em !important;
}
#eb-form .selectric-items li:last-child {
	padding-bottom: 1.000em !important;
}
button.cta-submit--btn {
	margin-top: 40px;
	margin-bottom: 40px;
	display: inline-block;
	border: none;
	background-color: #f6f6f6;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	text-transform: uppercase;
	color: #333;
	font-family: "Museo Sans 700",sans-serif;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	padding: 21px 64px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
button.cta-submit--btn span {
	font-size: 14px !important;
	font-size: 1.4rem !important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
button.cta-submit--btn:hover {
	padding: 21px 60px;
}
button.cta-submit--btn:after {
	margin-right: 0;
}
button.cta-submit--btn:hover:after {
	margin-left: 24px;
}
.eb-form .logout {
	text-decoration: none;
}
.tml * {
	font-family: "Museo Sans 300",sans-serif;
	font-weight: 400;
}
.tml .ft-sserif--bold {
	font-family: "Museo Sans 700",sans-serif !important;
	font-weight: 400;
}
.tml.tml-login,
.tml.tml-lostpassword,
.tml.tml-register {
	padding: 130px 20px 100px 20px;
	max-width: 600px;
	margin: 0 auto;
	font-size: 1.75em;
}
.tml .tml-field-wrap {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(174,174,174,.25);
	font-family: "Museo Sans 300",sans-serif;
	font-weight: 400;
	margin-bottom: 0.250em !important;
}
.tml .tml-field-wrap.tml-submit-wrap {
	border: none;
	margin-top: 2em;
	margin-bottom: 4em !important;
	margin-left: 0;
	margin-right: 0;
}
.tml .tml-field-wrap.tml-rememberme-wrap {
	padding: 1em 0;
	position: relative;
}
.tml .tml-field-wrap.tml-rememberme-wrap .tml-checkbox {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 2em;
}
.tml .tml-field-wrap .tml-label {
	white-space: nowrap;
	font-family: "Museo Sans 300",sans-serif;
	font-weight: 400;
	color: #aeaeae;
}
.tml .tml-field-wrap .tml-field {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	width: 100%;
	font-family: "Museo Sans 300",sans-serif;
	font-weight: 400;
	font-size: 1em;
	padding: 1.5em 1em;
}
.tml .tml-action-confirmaction .success,
.tml .tml-error,
.tml .tml-message,
.tml .tml-success {
	margin-bottom: 3em !important;
	border-color: #ff2612 !important;
}
@media (max-width: 1024px) {
	.eb-form .ft-56 {
		font-size: 48px;
		font-size: 4.8rem;
	}
}
@media (max-width: 768px) {
	.eb-form .hero-alt {
		margin: 100px auto 50px;
	}
	.eb-form .ft-56 {
		font-size: 40px;
		font-size: 4rem;
	}
	#eb-form p,
	#eb-results p,
	#eb-form li.gfield {
		padding: 16px 0;
	}
	#eb-form p > *,
	#eb-results a > *,
	#eb-form li.gfield > *,
	#eb-form .gform_wrapper ul.gfield_radio,
	#eb-form .gform_wrapper ul.gfield_checkbox {
		padding: 9px 0;
	}
}
@media (max-width: 767px) {
	.eb-form .hero-alt {
		max-width: 80%;
		margin-bottom: 30px;
	}
	.eb-form .ft-56 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.eb-form .ft-22 {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.eb-form .ft-20,
	.eb-form .gform_body {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.eb-form .ft-18 {
	    font-size: 11px;
	    font-size: 1.1rem;
	}
	.eb-form .ft-16 {
		font-size: 13px;
		font-size: 1.3rem;
	}
	#eb-form:after,
	#eb-form:before,
	#eb-results:after,
	#eb-results:before {
		width: 20px;
	}
	#eb-form,
	#eb-results {
		padding: 0 20px;
	}
	#eb-form p,
	#eb-results a,
	#eb-form li.gfield {
		padding: 12px 0 8px;
	}
	#eb-form li.gfield {
		display: block;
	}
	#eb-results a {
		padding-right: 24px;
	}
	#eb-form p > *,
	#eb-results a > *,
	#eb-form li.gfield > *,
	#eb-form .gform_wrapper ul.gfield_radio,
	#eb-form .gform_wrapper ul.gfield_checkbox {
		padding: 0;
	}
	#eb-form p > span:first-of-type {
		display: block;
	}
	#eb-form p input:not(.cta-submit--btn),
	#eb-form p select,
	#eb-form p textarea,
	#eb-form li.gfield input[type="text"],
	#eb-form li.gfield input[type="email"],
	#eb-form li.gfield textarea,
	#eb-form .gform_wrapper ul.gfield_radio,
	#eb-form .gform_wrapper ul.gfield_checkbox {
		width: 100% !important;
		padding-top: 4px;
		padding-left: 0;
		font-size: 14px;
	}
	#eb-form li.gfield input[type="text"],
	#eb-form li.gfield input[type="email"],
	#eb-form li.gfield textarea,
	#eb-form .gform_wrapper ul.gfield_radio,
	#eb-form .gform_wrapper ul.gfield_checkbox {
		padding-bottom: 0;
	}
	#eb-form p.cta-submit:after {
		margin-right: 20px;
	}
	#eb-form p.cta-submit {
		padding: 0 !important;
	}
	#eb-form .cta input,
	.tml .tml-field-wrap.tml-submit-wrap input {
		font-size: 11px !important;
		font-size: 1.1rem !important;
		padding: 20px 24px 18px 24px !important;
	}
	#eb-form .selectric,
	#eb-form .selectric-wrapper {
	    width: 100%;
	}
	#eb-results a span {
		padding-left: 18px;
		background-size: 10px;
	}
	#eb-form .selectric-items {
		left: 0 !important;
		width: 100% !important;
	}
	.tml.tml-login,
	.tml.tml-lostpassword,
	.tml.tml-register {
		font-size: 1.25em;
	}
}
@media (min-width: 768px) {
	#eb-form .selectric-wrapper {
		max-width: calc(100% - 50px);
	}
}
@media (min-width: 1440px) {
	.eb-form .ft-56 {
		font-size: 79px;
		font-size: 7.9rem;
	}
}
