

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
		line-height: 34px
	}

	.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm {
		line-height: 30px
	}

	.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox,.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,.radio
label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px
}

.checkbox+.checkbox,.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio
label {
	cursor: not-allowed
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg,.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}

.input-sm {
	height: 30px;
	padding: 5px
10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm,textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px
10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px
10px;
	font-size: 12px;
	line-height: 1.5
}

.input-lg {
	height: 46px;
	padding: 10px
16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px
16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px
16px;
	font-size: 18px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline
label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline
label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline
label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox,.form-inline
.radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox label,.form-inline .radio
label {
		padding-left: 0
	}

	.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox,.form-horizontal
.radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	padding: 6px
12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px
solid transparent;
	border-radius: 4px
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	outline: 5px
auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

a.btn.disabled,fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus,.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default
.badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.focus,.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary
.badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.focus,.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success
.badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus,.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info
.badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.focus,.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning
.badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.focus,.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger
.badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
	padding: 10px
16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-group-sm>.btn,.btn-sm {
	padding: 5px
10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn,.btn-xs {
	padding: 1px
5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}


.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height,visibility;
	-o-transition-property: height,visibility;
	transition-property: height,visibility
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px
0;
	margin: 2px
0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px
solid #ccc;
	border: 1px
solid rgba(0,0,0,0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu
.divider {
	height: 1px;
	margin: 9px
0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px
20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px
20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}





.btn-group,.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
	z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn
.caret {
	margin-left: 0
}

.btn-lg
.caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg
.caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified>.btn-group
.btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px
16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px
10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group .form-control,.input-group-addon,.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px
12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px
solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm {
	padding: 5px
10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg {
	padding: 10px
16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px
15px
}

.nav>li>a:focus,.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px
0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px
solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px
solid #ddd;
	border-bottom-color: transparent
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
	border: 1px
solid #ddd
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width: 768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
	border: 1px
solid #ddd
}

@media (min-width: 768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}



.breadcrumb {
	padding: 8px
15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	padding: 0
5px;
	color: #ccc;
	content: "/\00a0"
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px
0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px
12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px
solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
	padding: 10px
16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
	padding: 5px
10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px
0;
	text-align: center;
	list-style: none
}

.pager
li {
	display: inline
}

.pager li>a,.pager li>span {
	display: inline-block;
	padding: 5px
14px;
	background-color: #fff;
	border: 1px
solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,.pager .next>span {
	float: right
}

.pager .previous>a,.pager .previous>span {
	float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus,a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn
.label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px
7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn
.badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,.btn-xs
.badge {
	top: 0;
	padding: 1px
5px
}

a.badge:focus,a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron .h1,.jumbotron
h1 {
	color: inherit
}

.jumbotron
p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid
.jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px
}

.jumbotron
.container {
	max-width: 100%
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container .jumbotron,.container-fluid
.jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}

	.jumbotron .h1,.jumbotron
h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px
solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a>img,.thumbnail>img {
	margin-right: auto;
	margin-left: auto
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
	border-color: #337ab7
}

.thumbnail
.caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px
solid transparent;
	border-radius: 4px
}

.alert
h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible
.close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success
hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info
hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning
hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger
hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,.media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,.media>.pull-right {
	padding-left: 10px
}

.media-left,.media>.pull-left {
	padding-right: 10px
}

.media-body,.media-left,.media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px
15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px
solid #ddd
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item,button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px
solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px
15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px
15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table
caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child
th {
	border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group
.panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading
.badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading
.badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading
.badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading
.badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading
.badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading
.badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive
video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px
solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}

.well
blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,0.15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.close:focus,.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open
.modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px
solid #999;
	border: 1px
solid rgba(0,0,0,0.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header
.close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px
auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
		box-shadow: 0 5px 15px rgba(0,0,0,0.5)
	}

	.modal-sm {
		width: 300px
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9
}

.tooltip.top {
	padding: 5px
0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0
5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px
0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0
5px;
	margin-left: -3px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px
8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px
solid #ccc;
	border: 1px
solid rgba(0,0,0,0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	line-break: auto
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px
14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px
14px
}

.popover>.arrow,.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;

	border-left-color: rgba(0,0,0,0.25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
	line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}

	.carousel-inner>.item.active.right,.carousel-inner>.item.next {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	.carousel-inner>.item.active.left,.carousel-inner>.item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	background-color: transparent;
	filter: alpha(opacity=50);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
	background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control:focus,.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators
li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent;
	border: 1px
solid #fff;
	border-radius: 10px
}

.carousel-indicators
.active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.carousel-caption
.btn {
	text-shadow: none
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
		margin-left: -10px
	}

	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
		margin-right: -10px
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}



.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width:device-width
}

.visible-lg,.visible-md,.visible-sm,.visible-xs {
	display: none !important
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
	display: none !important
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs,th.visible-xs {
		display: table-cell !important
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm,th.visible-sm {
		display: table-cell !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md,th.visible-md {
		display: table-cell !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg,th.visible-lg {
		display: table-cell !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media
print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	td.visible-print,th.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media
print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media
print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media
print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media
print {
	.hidden-print {
		display: none !important
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide
img {
	display: block
}

.slick-slide.slick-loading
img {
	display: none
}

.slick-slide.dragging
img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px
solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url("/app/themes/e25-base-theme/assets/css/ajax-loader.gif") center center no-repeat
}

@font-face {
	font-family:'slick';font-weight:normal;font-style:normal;src:url("/app/themes/e25-base-theme/assets/css/fonts/slick.eot");src:url("/app/themes/e25-base-theme/assets/css/fonts/slick.eot?#iefix") format("embedded-opentype"),url("/app/themes/e25-base-theme/assets/css/fonts/slick.woff") format("woff"),url("/app/themes/e25-base-theme/assets/css/fonts/slick.ttf") format("truetype"),url("/app/themes/e25-base-theme/assets/css/fonts/slick.svg#slick") format("svg")
}

.slick-prev,.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: 'ΓåÉ'
}[dir='rtl'] .slick-prev:before {
	content: 'ΓåÆ'
}

.slick-next {
	right: -25px
}[dir='rtl'] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: 'ΓåÆ'
}[dir='rtl'] .slick-next:before {
	content: 'ΓåÉ'
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots
li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0
5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li
button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:hover,.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: 'ΓÇó';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black
}

.pro-button-container .lop-primary-button {
	display: inline-block;
	padding: 14px
30px;
	border: 1px
solid #00b6ff !important;
	line-height: normal;
	color: #fff;
	background-color: #00b6ff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: 0.4s ease all;
	border-radius: 0;
	white-space: normal;
	cursor: pointer
}

.pro-button-container .lop-primary-button:active,.pro-button-container .lop-primary-button:focus,.pro-button-container .lop-primary-button:link,.pro-button-container .lop-primary-button:visited {
	color: #fff;
	background-color: #00b6ff
}

.pro-button-container .lop-primary-button:hover {
	color: #fff;
	border: 1px
solid #00b2e5 !important;
	background-color: #00b2e5 !important
}

.pro-button-container .lop-blue-outline-button {
	display: inline-block;
	padding: 14px
25px;
	margin: 0;
	border: 1px
solid #00b6ff !important;
	line-height: normal;
	color: #00b6ff;
	background-color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: 0.4s ease all;
	border-radius: 0;
	white-space: normal;
	cursor: pointer
}

.pro-button-container .lop-blue-outline-button:active,.pro-button-container .lop-blue-outline-button:focus,.pro-button-container .lop-blue-outline-button:link,.pro-button-container .lop-blue-outline-button:visited {
	color: #00b6ff;
	background-color: #fff;
	border: 1px
solid #00b6ff
}

.pro-button-container .lop-blue-outline-button:hover {
	color: #fff;
	background: #00b6ff !important;
	border: 1px
solid #00b6ff
}

.pro-button-container .lop-blue-outline-round-button {
	display: inline-block;
	padding: 14px
25px;
	margin: 0;
	border: 1px
solid #00b6ff !important;
	line-height: normal;
	color: #00b6ff;
	background-color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: 0.4s ease all;
	border-radius: 0;
	white-space: normal;
	cursor: pointer;
	border: 1px
solid #0033a0 !important;
	border-radius: 23px;
	color: #0033a0
}

.pro-button-container .lop-blue-outline-round-button:active,.pro-button-container .lop-blue-outline-round-button:focus,.pro-button-container .lop-blue-outline-round-button:link,.pro-button-container .lop-blue-outline-round-button:visited {
	color: #00b6ff;
	background-color: #fff;
	border: 1px
solid #00b6ff
}

.pro-button-container .lop-blue-outline-round-button:hover {
	color: #fff;
	background: #00b6ff !important;
	border: 1px
solid #00b6ff
}

.pro-button-container .lop-blue-outline-round-button:active,.pro-button-container .lop-blue-outline-round-button:focus,.pro-button-container .lop-blue-outline-round-button:link,.pro-button-container .lop-blue-outline-round-button:visited {
	color: #0033a0;
	border: 1px
solid #0033a0
}

.pro-button-container .lop-blue-outline-round-button:hover {
	color: #00b6ff;
	background: #fff !important;
	border: 1px
solid #00b6ff !important
}

.pro-button-container .lop-violet-outline-button {
	display: inline-block;
	padding: 14px
25px;
	border: 1px
solid #e0e0e0 !important;
	line-height: normal;
	color: #0033a0;
	background-color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	transition: 0.4s ease all;
	border-radius: 0;
	white-space: normal;
	cursor: pointer
}

.pro-button-container .lop-violet-outline-button:active,.pro-button-container .lop-violet-outline-button:link,.pro-button-container .lop-violet-outline-button:visited {
	color: #0033a0;
	background-color: #fff;
	border: 1px
solid #e0e0e0 !important
}

.pro-button-container .lop-violet-outline-button.mixitup-filter-btn-active,.pro-button-container .lop-violet-outline-button.slick-current,.pro-button-container .lop-violet-outline-button:focus,.pro-button-container .lop-violet-outline-button:hover {
	margin-bottom: 10px;
	color: #fff;
	background: #0033a0 !important;
	border: 1px
solid #0033a0 !important
}

.pro-button-container .lop-violet-outline-round-button {
	display: inline-block;
	padding: 14px
25px;
	border: 1px
solid #e0e0e0 !important;
	line-height: normal;
	color: #0033a0;
	background-color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	transition: 0.4s ease all;
	border-radius: 0;
	white-space: normal;
	cursor: pointer;
	border: 1px
solid #0033a0 !important;
	border-radius: 23px
}

.pro-button-container .lop-violet-outline-round-button:active,.pro-button-container .lop-violet-outline-round-button:link,.pro-button-container .lop-violet-outline-round-button:visited {
	color: #0033a0;
	background-color: #fff;
	border: 1px
solid #e0e0e0 !important
}

.pro-button-container .lop-violet-outline-round-button.mixitup-filter-btn-active,.pro-button-container .lop-violet-outline-round-button.slick-current,.pro-button-container .lop-violet-outline-round-button:focus,.pro-button-container .lop-violet-outline-round-button:hover {
	margin-bottom: 10px;
	color: #fff;
	background: #0033a0 !important;
	border: 1px
solid #0033a0 !important
}

.pro-button-container .lop-violet-outline-round-button:active,.pro-button-container .lop-violet-outline-round-button:focus,.pro-button-container .lop-violet-outline-round-button:link,.pro-button-container .lop-violet-outline-round-button:visited {
	border: 1px
solid #0033a0 !important
}

.pro-button-container .lop-arrow-button {
	position: relative;
	display: inline-block;
	padding: 0
25px 0 0;
	margin: 0
0 10px;
	border: none !important;
	line-height: normal;
	color: #00b5ff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer
}

.pro-button-container .lop-arrow-button::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 10px;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png");
	background-position: -10px -40px;
	background-repeat: no-repeat;
	right: -5px;
	top: 4px;
	transition: 500ms ease background-image
}

.pro-button-container .lop-arrow-button:link {
	color: #00b5ff
}

.pro-button-container .lop-arrow-button:active,.pro-button-container .lop-arrow-button:focus,.pro-button-container .lop-arrow-button:visited {
	color: #00b2e5;
	background-color: transparent
}

.pro-button-container .lop-arrow-button:hover {
	color: #00b2e5;
	background-color: transparent !important
}

.pro-button-container .lop-arrow-button:hover::after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png") !important;
	background-position: -10px -10px
}

.pro-button-container .lop-section-scroll-button {
	position: absolute;
	display: inline-block;
	padding: 0
25px;
	margin: 0;
	border: none !important;
	color: #fff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: 0.4s ease all;
	cursor: pointer;
	top: -87px;
	left: 0;
	right: 0
}

.pro-button-container .lop-section-scroll-button::after {
	content: "";
	display: block;
	position: absolute;
	width: 48px;
	height: 25px;
	left: 0;
	right: 0;
	margin: 0
auto;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/scroll.svg");
	background-repeat: no-repeat;
	transition: 0.2s ease all
}

.pro-button-container .lop-section-scroll-button:hover {
	color: #00b2e5;
	background-color: transparent !important
}

.pro-button-container .lop-section-scroll-button:hover::after {
	opacity: 0.6
}

.slick-arrow:before,.get-a-quote-form .form-wrapper .fw-row:nth-of-type(2) .field-text:after,.get-a-quote-form .form-wrapper .fw-row:nth-of-type(3) .field-text:after,.get-a-quote-form .form-wrapper .fw-row:nth-of-type(4) .field-text:after,.get-a-quote-form .form-wrapper .fw-row:nth-of-type(5) .field-text:after,.get-a-quote-form .form-wrapper .fw-row:nth-of-type(6) .field-textarea:after,.contact-form .form-wrapper .fw-row:nth-of-type(2) .field-text:after,.contact-form .form-wrapper .fw-row:nth-of-type(3) .field-text:after,.contact-form .form-wrapper .fw-row:nth-of-type(4) .field-text:after,.contact-form .form-wrapper .fw-row:nth-of-type(5) .field-text:after,.contact-form .form-wrapper .fw-row:nth-of-type(6) .field-textarea:after,.career-inner-form .form-wrapper .fw-row:nth-of-type(2) .field-text:after,.career-inner-form .form-wrapper .fw-row:nth-of-type(3) .field-text:after,.career-inner-form .form-wrapper .fw-row:nth-of-type(4) .field-text:after,.career-inner-form .form-wrapper .fw-row:nth-of-type(5) .file-upload-wrapper:after,.career-inner-form .form-wrapper .fw-row:nth-of-type(5) .file-upload-wrapper:before,.career-inner-form .form-wrapper .fw-row:nth-of-type(6) .field-textarea:after,.market-inner-section .section-container .market-inner-form .form-wrapper .fw-row:nth-of-type(2) .form-builder-item:nth-of-type(1) .field-text:after,.market-inner-section .section-container .market-inner-form .form-wrapper .fw-row:nth-of-type(2) .form-builder-item:nth-of-type(2) .field-text:after,.market-inner-section .section-container .market-inner-form .form-wrapper .fw-row:nth-of-type(3) .form-builder-item:nth-of-type(1) .field-text:after,.market-inner-section .section-container .market-inner-form .form-wrapper .fw-row:nth-of-type(3) .form-builder-item:nth-of-type(2) .field-text:after,.market-inner-section .section-container .market-inner-form .form-wrapper .fw-row:nth-of-type(4) .form-builder-item .field-textarea:after {
	background-image: url("/app/themes/e25-base-theme/assets/images/sprite.png");
	background-repeat: no-repeat
}

.locations-section>div .fw-row address label,h1,h2,h3,h4,h5,h6,input[type="text"]::-webkit-input-placeholder,input[type="text"]::-moz-placeholder,input[type="text"]:-ms-input-placeholder,input[type="text"]:-moz-placeholder,input[type="password"]::-webkit-input-placeholder,input[type="password"]::-moz-placeholder,input[type="password"]:-ms-input-placeholder,input[type="password"]:-moz-placeholder,input[type="url"]::-webkit-input-placeholder,input[type="url"]::-moz-placeholder,input[type="url"]:-ms-input-placeholder,input[type="url"]:-moz-placeholder,input[type="tel"]::-webkit-input-placeholder,input[type="tel"]::-moz-placeholder,input[type="tel"]:-ms-input-placeholder,input[type="tel"]:-moz-placeholder,input[type="search"]::-webkit-input-placeholder,input[type="search"]::-moz-placeholder,input[type="search"]:-ms-input-placeholder,input[type="search"]:-moz-placeholder,input[type="number"]::-webkit-input-placeholder,input[type="number"]::-moz-placeholder,input[type="number"]:-ms-input-placeholder,input[type="number"]:-moz-placeholder,input[type="datetime"]::-webkit-input-placeholder,input[type="datetime"]::-moz-placeholder,input[type="datetime"]:-ms-input-placeholder,input[type="datetime"]:-moz-placeholder,input[type="email"]::-webkit-input-placeholder,input[type="email"]::-moz-placeholder,input[type="email"]:-ms-input-placeholder,input[type="email"]:-moz-placeholder,input[type="textarea"]::-webkit-input-placeholder,.fw-team-inner .fw-team-name h3,.gallery-section .sf__inner,.career-inner-form .form-wrapper .file-upload-wrapper label,.e25-counter-card__inner span,.e25-counter-card__inner .count,.e25-counter-card__inner .prefix,.e25-counter-card__inner
.postfix {
	font-family: "Roboto",sans-serif
}

.pro-button-container .lop-primary-button,.pro-button-container .lop-blue-outline-button,.pro-button-container .lop-blue-outline-round-button,.pro-button-container .lop-violet-outline-button,.pro-button-container .lop-violet-outline-round-button,.pro-button-container .lop-arrow-button,.pro-button-container .lop-section-scroll-button,.contact-us h1,.case-study-inner-header h1,.news-inner-header h1,.get-a-quote-page h1,.faq-page .accordion-wrapper .fw-accordion .fw-accordion-title.ui-state-active,.history-timeline-section .timeline ul li.in-view .timeline-content-box time,h5,.lop-header--nav .search-wrapper input[type="text"],.lop-header--container nav>ul>li.contact-us a,.lop-header--container nav .join-the-team a,.lop-header--container nav .get-a-quote a,.lop-footer__top h3,input[type="submit"],.common-content-image-section .fw-row>div p>a,.common-content-image-section .fw-row>div .pro-button-container a,.color-cards .card-wrapper-row .blog-post-wrapper .lear-more,.color-cards .card-wrapper-row .blog-post-wrapper.last-card .blog-post-content-wrapper h2,.related-products .products__content label,.our-product .products__content label,.home-presses .base-blurb__card__body__summery label,.news-event-tab-menu ul li a,.featured-wrapper__content label,.featured-wrapper:hover .featured-wrapper__content label,.news-post-wrapper .blog-post-content-wrapper label,.event-post-wrapper .blog-post-content-wrapper label,.select2-container .select2-dropdown .select2-results__option,.home-banner .fw-container-fluid .base-banner__content .base-pro-button,#error_page h2,#error_page h3,#error_page a,.open-position-section .filter-grid-wrapper .filter-wrapper a,.open-position-section .filter-grid-wrapper .result-wrapper li a .row .job.view label,.featured-block .featured-blog-description label,.news-event-content .base-resource-block__content .link-text,.iso-certificate .pro-button-container .pro-download label,.iso-certificate .pro-button-container .base-pro-button label,.faq-page .fw-tabs-container .fw-tabs ul li
a {
	font-family: "Montserrat",sans-serif
}

.get-a-quote-page h2,.history-top-section h2,.gallery-section .sf__title,.name_directory_name_box strong,.gallery-section .sf__content,.contact-us .contact-us-left-content label,.iso-certificate .pro-button-container .pro-download,.iso-certificate .pro-button-container .base-pro-button,.faq-page .accordion-wrapper .fw-accordion .fw-accordion-title,.name_directory_entry_message,.fw-team-inner .fw-team-name span,.locations-section>div .fw-row .base-text-block p,.filter-wrapper label,.history-timeline-section .timeline ul li.in-view .timeline-content-box
p {
	font-family: "Roboto",sans-serif;
	color: #212121
}

.get-a-quote-page h2,.history-top-section
h2 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	letter-spacing: 0
}

.gallery-section .sf__title,.name_directory_name_box
strong {
	font-size: 22px;
	line-height: normal;
	font-weight: 700;
	letter-spacing: normal
}

.gallery-section .sf__content,.contact-us .contact-us-left-content label,.iso-certificate .pro-button-container .pro-download,.iso-certificate .pro-button-container .base-pro-button,.faq-page .accordion-wrapper .fw-accordion .fw-accordion-title,.name_directory_entry_message {
	font-size: 18px;
	line-height: normal;
	font-weight: 700;
	letter-spacing: normal
}

.contact-us h1,.case-study-inner-header h1,.news-inner-header h1,.get-a-quote-page h1,.faq-page .accordion-wrapper .fw-accordion .fw-accordion-title.ui-state-active,.history-timeline-section .timeline ul li.in-view .timeline-content-box
time {
	color: #0033a0;
	font-size: 16px;
	line-height: normal;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase
}

.locations-section>div .fw-row address
label {
	display: block;
	margin-bottom: 5px;
	color: #0033a0;
	font-size: 12px;
	font-weight: 500
}

.fw-team-inner .fw-team-name span,.locations-section>div .fw-row .base-text-block p,.filter-wrapper label,.history-timeline-section .timeline ul li.in-view .timeline-content-box




.base-text-block
ul {
	padding: 15px
0;
	text-align: left
}

.base-text-block ul
li {
	position: relative;
	padding: 0
0 10px 21px;
	font-size: 16px;
	line-height: 22px
}

.base-text-block ul li::before {
	position: absolute;
	top: 7px;
	left: 0;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #00b6ff;
	border-radius: 50%
}

.base-text-block ul li:last-of-type {
	padding-bottom: 0
}

.slick-slider
* {
	outline: 0
!important
}

.slick-dots {
	position: absolute;
	bottom: -41px;
	display: block;
	width: 100%;
	padding: 0
0 10px 18px;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li button:before {
	font-size: 0;
	opacity: 1;
	border-radius: 20px;
	left: -5px;
	width: 10px;
	height: 10px;
	background-color: #616161
}

.slick-dots li.slick-active button:before {
	margin-top: -1px;
	width: 12px;
	height: 12px;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	background-color: #00b6ff
}

.slick-dots
li {
	margin: 0
}

.slick-arrow {
	z-index: 8;
	height: 40px;
	width: 40px
}

.slick-arrow:before {
	display: inline-block;
	width: 35px;
	height: 25px;
	opacity: 1
}

.slick-arrow.slick-next {
	right: -55px;
	left: auto;
	top: 52%
}

.slick-arrow.slick-next:before {
	content: '';
	color: transparent;
	background-position: -360px -22px
}

.slick-arrow.slick-prev {
	left: -56px;
	right: auto;
	top: 52%
}

.slick-arrow.slick-prev:before {
	content: '';
	color: transparent;
	background-position: -311px -22px
}

.slick-arrow:hover:before {
	opacity: .75
}

.slick-disabled {
	opacity: 1
}

.slick-disabled:before {
	opacity: 0.6
}[dir='rtl'] .slick-slide .base-text-block {
	text-align: left
}

.fw-container-fluid .slick-arrow.slick-next {
	right: 10px
}

.fw-container-fluid .slick-arrow.slick-prev {
	left: 10px
}

@media (max-width: 1280px) and (min-width: 992px) {
	.slick-arrow.slick-next {
		right: -30px
	}

	.slick-arrow.slick-prev {
		left: -30px
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.slick-arrow.slick-next {
		right: 10px
	}

	.slick-arrow.slick-prev {
		left: 10px
	}

	.fw-container-fluid .slick-arrow.slick-next {
		right: 10px
	}

	.fw-container-fluid .slick-arrow.slick-prev {
		left: 10px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.slick-arrow.slick-next {
		right: 4px
	}

	.slick-arrow.slick-prev {
		left: 16px
	}

	.fw-container-fluid .slick-arrow.slick-next {
		right: 0
	}

	.fw-container-fluid .slick-arrow.slick-prev {
		left: 0
	}
}

.lop-header {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 20px 0 rgba(69,72,87,0.12)
}

.lop-header--nav {
	position: relative
}

.lop-header--nav .search-wrapper {
	visibility: hidden;
	position: absolute;
	right: 118px;
	top: 80px;
	padding: 0;
	width: 349px
}

.lop-header--nav .search-wrapper .form-group {
	display: block
}

.lop-header--nav .search-wrapper input[type="text"] {
	width: 100%;
	border: none;
	outline: none;
	position: relative;
	height: 76px;
	padding: 30px
45px 30px 20px !important;
	border-radius: 0;
	color: #212121;
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	box-shadow: none;
	background-color: #f5f5f5
}

.lop-header--nav .search-wrapper input[type="text"]::-webkit-input-placeholder {
	color: #212121
}

.lop-header--nav .search-wrapper input[type="text"]::-moz-placeholder {
	color: #212121
}

.lop-header--nav .search-wrapper input[type="text"]:-ms-input-placeholder {
	color: #212121
}

.lop-header--nav .search-wrapper input[type="text"]:-moz-placeholder {
	color: #212121
}

.lop-header--nav .search-wrapper input[type="text"]:focus {
	border: none;
	outline: none
}

.lop-header--nav .search-wrapper
button {
	width: 10px;
	height: 10px;
	background: url("/app/themes/e25-base-theme/assets/images/icons/close.png") no-repeat;
	border: none;
	outline: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 44%
}

.lop-header--nav .search-wrapper button:hover {
	opacity: 0.5
}

.lop-header--container {
	padding: 0
16px 0 24px
}

@media (max-width: 1200px) {
	.lop-header--container {
		width: 100% !important
	}
}

.lop-header--container nav>ul {
	display: inline-block;
	display: block;
	margin: 0
}

.lop-header--container nav>ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.lop-header--container nav>ul>li {
	width: auto;
	float: left;
	position: relative;
	margin: 0;
	padding: 0
}

.lop-header--container nav>ul>li>a {
	color: #212121;
	transition: 0.4s ease all;
	display: block;
	margin-top: 15px;
	padding: 19px
15px 32px 16px;
	line-height: 15px;
	text-align: center;
	font-family: "Montserrat",sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	background: transparent
}

.lop-header--container nav>ul>li>a
* {
	color: #212121;
	transition: 0.4s ease all
}

.lop-header--container nav>ul>li>a:active,.lop-header--container nav>ul>li>a:focus,.lop-header--container nav>ul>li>a:link,.lop-header--container nav>ul>li>a:visited {
	color: #212121
}

.lop-header--container nav>ul>li>a:active *,.lop-header--container nav>ul>li>a:focus *,.lop-header--container nav>ul>li>a:link *,.lop-header--container nav>ul>li>a:visited
* {
	color: #212121
}

.lop-header--container nav>ul>li>a.active {
	color: #0033a0
}

.lop-header--container nav>ul>li>a.active
* {
	color: #0033a0
}

.lop-header--container nav>ul>li>a:hover {
	color: #0033a0
}

.lop-header--container nav>ul>li>a:hover
* {
	color: #0033a0
}

.lop-header--container nav>ul>li>a:focus,.lop-header--container nav>ul>li>a:hover {
	color: #0033a0;
	background-color: transparent
}

.lop-header--container nav>ul>li:hover>ul {
	display: block
}

.lop-header--container nav>ul>li>ul {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	width: 198px;
	padding: 20px
0 10px;
	background-color: #f5f5f5
}

.lop-header--container nav>ul>li>ul>li {
	margin: 0;
	padding: 0
}

.lop-header--container nav>ul>li>ul>li>a {
	display: block;
	padding: 10px
30px;
	font-size: 13px;
	line-height: 16px;
	color: #212121;
	font-weight: 400;
	font-family: "Montserrat",sans-serif;
	text-transform: uppercase;
	background-color: #f5f5f5
}

.lop-header--container nav>ul>li>ul>li>a:hover {
	padding: 10px
30px;
	background-color: #00b6ff;
	color: #fff
}

.lop-header--container nav>ul>li>ul>li.active-tab
a {
	padding: 10px
30px;
	background-color: #00b6ff;
	color: #fff
}

.lop-header--container nav>ul>li.contact-us {
	padding: 23px
0 23px 19px
}

.lop-header--container nav>ul>li.contact-us
a {
	display: inline-block;
	padding: 14px
25px;
	margin: 0;
	border: 1px
solid #00b6ff !important;
	line-height: normal;
	color: #00b6ff;
	background-color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: 0.4s ease all;
	border-radius: 0;
	white-space: normal;
	cursor: pointer
}

.lop-header--container nav>ul>li.contact-us a:active,.lop-header--container nav>ul>li.contact-us a:focus,.lop-header--container nav>ul>li.contact-us a:link,.lop-header--container nav>ul>li.contact-us a:visited {
	color: #00b6ff;
	background-color: #fff;
	border: 1px
solid #00b6ff
}

.lop-header--container nav>ul>li.contact-us a:hover {
	color: #fff;
	background: #00b6ff !important;
	border: 1px
solid #00b6ff
}

.lop-header--container nav>ul>li.current_page_item>a,.lop-header--container nav>ul>li.current-menu-ancestor>a,.lop-header--container nav>ul>li.active-tab>a {
	color: #0033a0
}

.lop-header--container nav>ul>li.menu-item-has-children {
	position: relative
}

.lop-header--container nav>ul>li.menu-item-has-children:hover>a {
	background-color: #f5f5f5
}

.lop-header--container nav>ul.navigations-menu {
	padding-left: 20px
}

.lop-header--container nav li>span.drop-down {
	display: none
}

.lop-header--container nav .language-nav>li {
	position: relative;
	margin-top: 15px;
	cursor: pointer
}

.lop-header--container nav .language-nav>li .select2-container {
	width: 60px !important;
	height: 65px
}

.lop-header--container nav .language-nav>li .select2-container--open .select2-selection,.lop-header--container nav .language-nav>li .select2-container:hover .select2-selection {
	background-color: #f5f5f5
}

.lop-header--container nav .language-nav>li .select2-container--open .select2-selection__rendered,.lop-header--container nav .language-nav>li .select2-container:hover .select2-selection__rendered {
	background: url("/app/themes/e25-base-theme/assets/images/icons/globe-active.svg") no-repeat;
	background-position: center 15px
}

.lop-header--container nav .language-nav>li .select2-selection--single {
	border: none;
	border-radius: 0;
	height: 100%;
	outline: none
}

.lop-header--container nav .language-nav>li .select2-selection__rendered {
	font-size: 0;
	height: 100%;
	background: url("/app/themes/e25-base-theme/assets/images/icons/globe.svg") no-repeat;
	background-position: center 15px
}

.lop-header--container nav .language-nav>li .select2-selection__arrow {
	display: none
}

.lop-header--container nav .language-nav>li>a {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 15px
20px 31px
}

.lop-header--container nav .language-nav>li.search
a {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/search-anticon.svg")
}

.lop-header--container nav .language-nav>li.search.search-active,.lop-header--container nav .language-nav>li.search:hover {
	background-color: #f5f5f5
}

.lop-header--container nav .language-nav>li.search.search-active a,.lop-header--container nav .language-nav>li.search:hover
a {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/search-anticon-active.svg")
}

.lop-header--container nav .language-nav>li>ul {
	width: 289px;
	top: 66px;
	padding: 30px
0 20px
}

.lop-header--container nav .language-nav>li>ul>li
a {
	line-height: 15px
}

.lop-header--container nav .language-nav>li>ul>li:first-of-type {
	border-bottom: 1px solid #9e9e9e
}

.lop-header--container nav .language-nav>li>ul>li:first-of-type
a {
	background-color: transparent;
	color: inherit;
	padding: 0
20px 30px
}

.lop-header--container nav .btn-nav {
	padding-left: 20px
}

.lop-header--container nav .join-the-team,.lop-header--container nav .get-a-quote {
	padding-top: 2px
}

.lop-header--container nav .join-the-team {
	padding-right: 10px
}

.lop-header--container nav .join-the-team
a {
	display: inline-block;
	padding: 14px
25px;
	border: 1px
solid #e0e0e0 !important;
	line-height: normal;
	color: #0033a0;
	background-color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	transition: 0.4s ease all;
	border-radius: 0;
	white-space: normal;
	cursor: pointer;
	padding: 13px
24px
}

.lop-header--container nav .join-the-team a:active,.lop-header--container nav .join-the-team a:link,.lop-header--container nav .join-the-team a:visited {
	color: #0033a0;
	background-color: #fff;
	border: 1px
solid #e0e0e0 !important
}

.lop-header--container nav .join-the-team a.mixitup-filter-btn-active,.lop-header--container nav .join-the-team a.slick-current,.lop-header--container nav .join-the-team a:focus,.lop-header--container nav .join-the-team a:hover {
	margin-bottom: 10px;
	color: #fff;
	background: #0033a0 !important;
	border: 1px
solid #0033a0 !important
}

.lop-header--container nav .get-a-quote
a {
	display: inline-block;
	padding: 14px
30px;
	border: 1px
solid #00b6ff !important;
	line-height: normal;
	color: #fff;
	background-color: #00b6ff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: 0.4s ease all;
	border-radius: 0;
	white-space: normal;
	cursor: pointer;
	font-size: 14px;
	padding: 13px
25px
}

.lop-header--container nav .get-a-quote a:active,.lop-header--container nav .get-a-quote a:focus,.lop-header--container nav .get-a-quote a:link,.lop-header--container nav .get-a-quote a:visited {
	color: #fff;
	background-color: #00b6ff
}

.lop-header--container nav .get-a-quote a:hover {
	color: #fff;
	border: 1px
solid #00b2e5 !important;
	background-color: #00b2e5 !important
}

.lop-header--logo {
	float: left;
	border-right: 1px solid #efe6da;
	padding: 12px
35px 12px 6px;
	margin: 15px
0
}

.lop-header--logo
img {
	max-height: 61px;
	float: left
}

.lop-header--hamburger {
	display: none
}

.lop-header--fixed {
	box-shadow: 0 5px 20px rgba(0,0,0,0.25)
}

@media (max-width: 1200px) {
	body {
		overflow-x: hidden
	}

	body main,body footer,body header,body
nav {
		transition: all .2s ease
	}

	body main,body footer,body
header {
		left: 0
	}

	body main,body
footer {
		position: relative
	}

	body.menu-active
header {
		right: 240px;
		width: calc(100% - 240px)
	}

	body.menu-active
main {
		right: 241px
	}

	body.menu-active
nav {
		right: 0
	}

	.lop-header--container {
		width: 100% !important
	}

	.lop-header--container
nav {
		top: 0;
		right: -280px;
		left: auto;
		position: fixed;
		width: 240px;
		height: 100%;
		background-color: rgba(241,241,241,0.95);
		overflow-y: auto
	}

	.lop-header--container nav::-webkit-scrollbar-track {
		box-shadow: inset 0 1px 3px rgba(0,0,0,0.25);
		border-radius: 4px;
		background-color: #fff;
		width: 11px
	}

	.lop-header--container nav::-webkit-scrollbar {
		width: 11px;
		background-color: #fff
	}

	.lop-header--container nav::-webkit-scrollbar-thumb {
		box-shadow: inset 0 1px 3px rgba(0,0,0,0.25);
		border-radius: 8px;
		background-color: #e0e0e0
	}

	.lop-header--container nav>ul>li {
		width: 100%;
		margin: 0;
		padding: 0
	}

	.lop-header--container nav>ul>li>a {
		display: block;
		margin: 0;
		line-height: 16px;
		padding: 8px
15px;
		font-size: 11px;
		text-align: left
	}

	.lop-header--container nav>ul>li>a:hover {
		color: #212121
	}

	.lop-header--container nav>ul>li>ul {
		display: none;
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		padding: 0;
		border-radius: 0
	}

	.lop-header--container nav>ul>li>ul>li {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%
	}

	.lop-header--container nav>ul>li>ul>li>a {
		display: block;
		margin: 0;
		line-height: 16px;
		padding: 8px
30px;
		font-size: 11px;
		color: #212121;
		text-align: left
	}

	.lop-header--container nav>ul>li>ul>li>ul {
		display: block !important
	}

	.lop-header--container nav>ul>li>ul>li>ul>li>a {
		padding: 8px
15px 8px 30px;
		font-size: 16px;
		color: #212121;
		background-color: transparent
	}

	.lop-header--container nav>ul>li>ul>li>ul>li>a:hover {
		background-color: transparent
	}

	.lop-header--container nav>ul>li>ul>li .drop-down {
		display: none
	}

	.lop-header--container nav>ul>li>ul:before {
		display: none
	}

	.lop-header--container nav>ul>li:hover>a {
		color: #0033a0
	}

	.lop-header--container nav>ul>li:hover>ul {
		display: none
	}

	.lop-header--container nav>ul>li.contact-us {
		padding: 0
	}

	.lop-header--container nav>ul>li.contact-us
a {
		padding: 8px
15px;
		border-radius: 0;
		font-size: 11px
	}

	.lop-header--container nav>ul>li.menu-item-has-children:hover:after {
		display: none
	}

	.lop-header--container nav>ul>li.menu-item-has-children:after {
		display: none
	}

	.lop-header--container nav>ul li.active>a {
		color: #0033a0
	}

	.lop-header--container nav li>span.drop-down {
		display: block;
		width: 46px;
		height: 33px;
		background: rgba(34,34,34,0.09);
		top: 0;
		right: 0;
		position: absolute;
		z-index: 2
	}

	.lop-header--container nav li>span.drop-down:after {
		width: 15px;
		height: 14px;
		content: '+';
		font-size: 16px;
		line-height: 14px;
		color: #212121;
		display: block;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		position: absolute;
		margin: auto;
		text-align: center
	}

	.lop-header--container nav li>span.drop-down.active:after {
		content: '-';
		font-size: 23px;
		line-height: 10px
	}

	.lop-header--logo {
		display: block;
		height: 54px;
		max-width: 100%;
		margin: 0
	}

	.lop-header--logo
img {
		float: none;
		height: auto
	}

	.lop-header--hamburger {
		display: block;
		position: relative;
		float: right;
		top: 22px;
		right: 0;
		width: 20px;
		height: 16px
	}

	.lop-header--hamburger .icon-bar {
		right: 0;
		position: absolute;
		display: block;
		height: 2px;
		background-color: #616161;
		transform: rotate(0)
	}

	.lop-header--hamburger .icon-bar-a {
		width: 16px;
		top: 0
	}

	.lop-header--hamburger .icon-bar-b {
		width: 20px;
		top: 6.5px
	}

	.lop-header--hamburger .icon-bar-c {
		width: 16px;
		bottom: 0
	}

	.lop-header--hamburger.active {
		z-index: 10;
		right: -1px;
		top: 0;
		width: 30px;
		height: 30px;
		background: rgba(34,34,34,0.09)
	}

	.lop-header--hamburger.active .icon-bar {
		right: 5px
	}

	.lop-header--hamburger.active .icon-bar-a {
		width: 20px;
		top: 14.5px;
		transform: rotate(45deg)
	}

	.lop-header--hamburger.active .icon-bar-b {
		background-color: transparent !important
	}

	.lop-header--hamburger.active .icon-bar-c {
		width: 20px;
		bottom: 13px;
		transform: rotate(-45deg)
	}
}

@media (min-width: 1025px) and (max-width: 1439px) {
	.lop-header--logo {
		padding: 12px
15px 12px 0
	}

	.lop-header--container nav>ul>li>a {
		padding: 19px
12px 32px 15px
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.lop-header--logo {
		padding: 12px
15px 12px 0
	}

	.lop-header--nav .search-wrapper {
		right: 118px
	}

	.lop-header--container {
		padding-left: 15px
	}

	.lop-header--container nav>ul.navigations-menu {
		padding-left: 0
	}

	.lop-header--container nav>ul>li>a {
		padding-right: 10px;
		padding-left: 12px
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.lop-header--logo {
		height: 54px;
		max-width: 100%;
		margin: 0;
		padding: 15px
20px 15px 6px
	}

	.lop-header--logo
img {
		height: auto
	}

	.lop-header--hamburger {
		right: 20px
	}

	.lop-header--nav .search-wrapper {
		position: relative;
		right: 0;
		top: -105px;
		margin: 10px
0;
		width: 100%
	}

	.lop-header--nav .search-wrapper input[type="text"] {
		height: 45px;
		padding: 12.5px 40px 12.5px 15px !important
	}

	.lop-header--nav .search-wrapper
button {
		right: 15px;
		top: 40%
	}

	.lop-header--container {
		padding: 0
0 0 15px
	}

	.lop-header--container nav>ul.navigations-menu {
		padding-left: 0
	}

	.lop-header--container nav .btn-nav {
		padding: 0
15px
	}

	.lop-header--container nav .btn-nav
li {
		padding-right: 0
	}

	.lop-header--container nav .btn-nav li
a {
		width: 100%;
		margin-bottom: 5px
	}

	.lop-header--container nav .language-nav {
		float: none !important
	}

	.lop-header--container nav .language-nav>li {
		margin-top: 5px
	}

	.lop-header--container nav .language-nav>li .select2-container {
		width: 45px !important;
		height: 45px
	}

	.lop-header--container nav .language-nav>li .select2-container--open .select2-selection__rendered,.lop-header--container nav .language-nav>li .select2-container:hover .select2-selection__rendered {
		background-position: center center
	}

	.lop-header--container nav .language-nav>li .select2-selection--single {
		background-color: transparent
	}

	.lop-header--container nav .language-nav>li .select2-selection__rendered {
		background-position: center center
	}

	.lop-header--container nav .language-nav>li>a {
		margin: 12.5px 15px
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.lop-header--logo {
		height: 54px;
		max-width: 100%;
		margin: 0;
		padding: 15px
20px 15px 6px
	}

	.lop-header--logo
img {
		height: auto
	}

	.lop-header--hamburger {
		right: 20px
	}

	.lop-header--nav .search-wrapper {
		position: relative;
		right: 0;
		top: -105px;
		margin: 10px
0;
		width: 100%
	}

	.lop-header--nav .search-wrapper input[type="text"] {
		height: 45px;
		padding: 12.5px 40px 12.5px 15px !important
	}

	.lop-header--nav .search-wrapper
button {
		right: 15px;
		top: 40%
	}

	.lop-header--container {
		padding: 0
0 0 15px
	}

	.lop-header--container nav>ul.navigations-menu {
		padding-left: 0
	}

	.lop-header--container nav .btn-nav {
		padding: 0
15px
	}

	.lop-header--container nav .btn-nav
li {
		padding-right: 0
	}

	.lop-header--container nav .btn-nav li
a {
		width: 100%;
		margin-bottom: 5px
	}

	.lop-header--container nav .language-nav {
		float: none !important
	}

	.lop-header--container nav .language-nav>li {
		margin-top: 5px
	}

	.lop-header--container nav .language-nav>li .select2-container {
		width: 45px !important;
		height: 45px
	}

	.lop-header--container nav .language-nav>li .select2-container--open .select2-selection__rendered,.lop-header--container nav .language-nav>li .select2-container:hover .select2-selection__rendered {
		background-position: center center
	}

	.lop-header--container nav .language-nav>li .select2-selection--single {
		background-color: transparent
	}

	.lop-header--container nav .language-nav>li .select2-selection__rendered {
		background-position: center center
	}

	.lop-header--container nav .language-nav>li>a {
		margin: 12.5px 15px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.lop-header {
		height: 54px
	}

	.lop-header--logo {
		height: auto;
		max-width: 100px;
		padding: 22px
10px 20px;
		margin: 0
	}

	.lop-header--logo
img {
		height: auto;
		float: none
	}

	.lop-header--hamburger {
		right: 15px
	}

	.lop-header--nav .search-wrapper {
		position: relative;
		right: 0;
		top: -105px;
		margin: 10px
0;
		width: 100%
	}

	.lop-header--nav .search-wrapper input[type="text"] {
		height: 45px;
		padding: 12.5px 40px 12.5px 15px !important
	}

	.lop-header--nav .search-wrapper
button {
		right: 15px;
		top: 40%
	}

	.lop-header--container {
		padding: 0
	}

	.lop-header--container nav .join-the-team,.lop-header--container nav .get-a-quote {
		padding: 5px
10px
	}

	.lop-header--container nav .join-the-team a,.lop-header--container nav .get-a-quote
a {
		font-size: 12px
	}

	.lop-header--container nav>ul.navigations-menu {
		padding-left: 0
	}

	.lop-header--container nav .btn-nav {
		padding-left: 0
	}

	.lop-header--container nav .btn-nav li
a {
		width: 100%
	}

	.lop-header--container nav .language-nav>li {
		margin-top: 5px
	}

	.lop-header--container nav .language-nav>li .select2-container {
		width: 45px !important;
		height: 45px
	}

	.lop-header--container nav .language-nav>li .select2-container--open .select2-selection__rendered,.lop-header--container nav .language-nav>li .select2-container:hover .select2-selection__rendered {
		background-position: center center
	}

	.lop-header--container nav .language-nav>li .select2-selection--single {
		background-color: transparent
	}

	.lop-header--container nav .language-nav>li .select2-selection__rendered {
		background-position: center center
	}

	.lop-header--container nav .language-nav>li>a {
		margin: 12.5px 15px
	}
}

.lop-footer {
	background-color: #f7f4f2
}

.lop-footer__top {
	padding: 60px
0 52px
}

.lop-footer__top
p {
	margin: 8px
120px 8px 0;
	font-size: 16px;
	line-height: 22px;
	color: #616161
}

.lop-footer__top ul
li {
	line-height: 30px
}

.lop-footer__top ul li
a {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: normal;
	color: #616161
}

.lop-footer__top ul li a:hover {
	color: #0033a0
}

.lop-footer__top
h3 {
	margin-bottom: 13px;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	color: #212121
}

.lop-footer__top__social {
	padding-top: 7px
}

.lop-footer__top__social--icon {
	margin-right: 27px
}

.lop-footer__top__social--icon .social-icon,.lop-footer__top__social--icon .social-hover-icon {
	height: 20px
}

.lop-footer__top__social--icon .social-hover-icon {
	display: none
}

.lop-footer__top__social--icon:hover .social-icon {
	display: none
}

.lop-footer__top__social--icon:hover .social-hover-icon {
	display: inline
}

.lop-footer__bottom {
	padding: 36px
0 40px;
	border-top: 1px solid #e0e0e0
}

.lop-footer__bottom
p {
	font-size: 12px;
	color: #616161
}

.lop-footer__bottom ul
li {
	display: inline-block
}

.lop-footer__bottom ul li
a {
	font-weight: 400;
	font-size: 12px;
	letter-spacing: normal;
	color: #616161
}

.lop-footer__bottom ul li a:hover {
	color: #0033a0
}

.lop-footer__bottom--nav ul li,.lop-footer__bottom__language ul
li {
	display: inline-block
}

.lop-footer__bottom--nav ul li.en a,.lop-footer__bottom--nav ul li.cn a,.lop-footer__bottom__language ul li.en a,.lop-footer__bottom__language ul li.cn
a {
	cursor: pointer
}

.lop-footer__bottom--nav ul li a,.lop-footer__bottom__language ul li
a {
	position: relative;
	padding: 0
17px 0 8px
}

.lop-footer__bottom--nav ul li a::after,.lop-footer__bottom__language ul li a::after {
	content: "/";
	position: absolute;
	right: 0
}

.lop-footer__bottom--nav ul li:first-child a,.lop-footer__bottom__language ul li:first-child
a {
	padding-left: 0
}

.lop-footer__bottom--nav ul li:last-child a::after,.lop-footer__bottom__language ul li:last-child a::after {
	display: none
}

.lop-footer__bottom__language ul li
a {
	text-transform: uppercase
}

.lop-footer__bottom__language ul li:last-child
a {
	padding-right: 0
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.lop-footer__top {
		padding: 30px
15px
	}

	.lop-footer__top>div {
		padding-bottom: 10px
	}

	.lop-footer__top
p {
		margin: 8px
0;
		font-size: 16px;
		line-height: 22px;
		color: #616161
	}

	.lop-footer__top__social {
		padding: 20px
0;
		position: relative
	}

	.lop-footer__bottom {
		padding: 36px
15px
	}

	.lop-footer__bottom__copy,.lop-footer__bottom--nav,.lop-footer__bottom__language {
		padding-bottom: 15px;
		text-align: center
	}
}

.page-heading
h1 {
	font-family: "Roboto",sans-serif;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -2px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.page-heading
h1 {
		font-size: 40px;
		line-height: 40px !important
	}
}

.font-white h1,.font-white h2,.font-white h3,.font-white h4,.font-white h5,.font-white h6,.font-white
p {
	color: #fff
}

.common-blurb .blurb-wrapper {
	float: none;
	padding-bottom: 67px;
	margin: 0
auto
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.common-blurb .blurb-wrapper {
		padding-bottom: 0
	}
}

.common-blurb .blurb-wrapper>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.common-blurb .blurb-wrapper>div>a .base-blurb {
	width: 225px;
	margin: 0
45px
}

.common-blurb .blurb-wrapper>div>a .base-blurb__card__header {
	padding-bottom: 30px
}

.common-blurb .blurb-wrapper>div>a .base-blurb__card__body__thumbnail {
	width: 60px;
	height: 50px;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: left
}

.common-blurb .blurb-wrapper>div>a .base-blurb__card__body__summery {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #212121 !important
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.common-blurb .blurb-wrapper>div>a .base-blurb__card__body__summery {
		text-align: center
	}
}

.common-blurb .blurb-wrapper>div>a:first-of-type .base-blurb {
	margin-left: 0
}

.common-blurb .blurb-wrapper>div>a:last-of-type .base-blurb {
	margin-right: 0
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.common-blurb .blurb-wrapper>div>a .base-blurb {
		width: 210px;
		margin: 0
15px
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.common-blurb .blurb-wrapper>div>a .base-blurb {
		width: 165px;
		margin: 0
10px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.common-blurb .blurb-wrapper>div {
		display: block
	}

	.common-blurb .blurb-wrapper>div>a .base-blurb {
		padding-bottom: 40px;
		margin: 0
auto
	}

	.common-blurb .blurb-wrapper>div>a .base-blurb .base-blurb__card__body__thumbnail {
		margin: 0
auto
	}

	.common-blurb .blurb-wrapper>div>a:first-of-type .base-blurb {
		margin: 0
auto
	}

	.common-blurb .blurb-wrapper>div>a:last-of-type .base-blurb {
		margin: 0
auto
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.common-blurb .blurb-wrapper>div {
		display: block
	}

	.common-blurb .blurb-wrapper>div>a .base-blurb {
		width: 350px
	}
}

input[type="text"],input[type="password"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type="datetime"],input[type="email"],select,textarea {
	width: 100%;
	background-color: #fff;
	font-weight: 400
}

input[type="text"],input[type="password"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type="datetime"],input[type="email"],select,option,textarea {
	min-width: 1px;
	padding-left: 55px !important;
	border: transparent;
	color: #616161;
	font-size: 14px;
	line-height: 19px;
	outline: 0
!important
}

input[type="text"]:focus,input[type="password"]:focus,input[type="url"]:focus,input[type="tel"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="datetime"]:focus,input[type="email"]:focus,select:focus,option:focus,textarea:focus {
	color: #616161;
	border: transparent !important
}

input[type="text"],input[type="password"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type="datetime"],input[type="email"],select {
	height: 55px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1)
}

input[type="text"]::-webkit-input-placeholder,input[type="text"]::-moz-placeholder,input[type="text"]:-ms-input-placeholder,input[type="text"]:-moz-placeholder,input[type="password"]::-webkit-input-placeholder,input[type="password"]::-moz-placeholder,input[type="password"]:-ms-input-placeholder,input[type="password"]:-moz-placeholder,input[type="url"]::-webkit-input-placeholder,input[type="url"]::-moz-placeholder,input[type="url"]:-ms-input-placeholder,input[type="url"]:-moz-placeholder,input[type="tel"]::-webkit-input-placeholder,input[type="tel"]::-moz-placeholder,input[type="tel"]:-ms-input-placeholder,input[type="tel"]:-moz-placeholder,input[type="search"]::-webkit-input-placeholder,input[type="search"]::-moz-placeholder,input[type="search"]:-ms-input-placeholder,input[type="search"]:-moz-placeholder,input[type="number"]::-webkit-input-placeholder,input[type="number"]::-moz-placeholder,input[type="number"]:-ms-input-placeholder,input[type="number"]:-moz-placeholder,input[type="datetime"]::-webkit-input-placeholder,input[type="datetime"]::-moz-placeholder,input[type="datetime"]:-ms-input-placeholder,input[type="datetime"]:-moz-placeholder,input[type="email"]::-webkit-input-placeholder,input[type="email"]::-moz-placeholder,input[type="email"]:-ms-input-placeholder,input[type="email"]:-moz-placeholder {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal
}

input[type="textarea"]::-webkit-input-placeholder,input[type="text"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder,input[type="url"]::-webkit-input-placeholder,input[type="tel"]::-webkit-input-placeholder,input[type="search"]::-webkit-input-placeholder,input[type="number"]::-webkit-input-placeholder,input[type="datetime"]::-webkit-input-placeholder,input[type="email"]::-webkit-input-placeholder {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal
}

textarea::-webkit-input-placeholder {
	color: #9e9e9e !important;
	font-family: "Roboto",sans-serif !important;
	font-size: 16px !important;
	font-weight: normal !important;
	font-style: normal !important;
	font-stretch: normal !important;
	line-height: 1.38 !important;
	letter-spacing: normal !important
}

select {
	padding-right: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/down-arrow.png");
	background-repeat: no-repeat;
	background-position: right 25px center;
	cursor: pointer
}

select::-ms-expand {
	display: none
}

.wrap-forms
select {
	height: 47px;
	padding-left: 20px;
	padding-right: 30px;
	color: #616161
}

.wrap-forms select
option {
	color: #616161
}

.wrap-forms
sup {
	color: #9e9e9e
}

textarea {
	resize: none;
	height: 101px !important;
	padding-top: 17px !important
}

input[type="text"][disabled],input[type="text"].disabled,input[type="password"][disabled],input[type="password"].disabled,input[type="url"][disabled],input[type="url"].disabled,input[type="tel"][disabled],input[type="tel"].disabled,input[type="search"][disabled],input[type="search"].disabled,input[type="number"][disabled],input[type="number"].disabled,input[type="datetime"][disabled],input[type="datetime"].disabled,input[type="email"][disabled],input[type="email"].disabled,input[type="radio"][disabled],input[type="radio"].disabled,input[type="checkbox"][disabled],input[type="checkbox"].disabled,input[type="submit"][disabled],input[type="submit"].disabled,input[type="reset"][disabled],input[type="reset"].disabled,*.action.primary[disabled],*.action.primary.disabled,*.action.secondary[disabled],*.action.secondary.disabled,*.action.tertiary[disabled],*.action.tertiary.disabled,*.action.quartenary[disabled],*.action.quartenary.disabled,*.action.special[disabled],*.action.special.disabled,button[disabled],button.disabled,input[type="button"][disabled],input[type="button"].disabled,select[disabled],select.disabled,textarea[disabled],textarea.disabled,*[disabled],*.disabled {
	background-color: #fff;
	border-color: #616161;
	color: #616161;
	cursor: not-allowed
}

input[type="text"][disabled]::-webkit-input-placeholder,input[type="text"][disabled]::-moz-placeholder,input[type="text"][disabled]:-ms-input-placeholder,input[type="text"][disabled]:-moz-placeholder,input[type="text"].disabled::-webkit-input-placeholder,input[type="text"].disabled::-moz-placeholder,input[type="text"].disabled:-ms-input-placeholder,input[type="text"].disabled:-moz-placeholder,input[type="password"][disabled]::-webkit-input-placeholder,input[type="password"][disabled]::-moz-placeholder,input[type="password"][disabled]:-ms-input-placeholder,input[type="password"][disabled]:-moz-placeholder,input[type="password"].disabled::-webkit-input-placeholder,input[type="password"].disabled::-moz-placeholder,input[type="password"].disabled:-ms-input-placeholder,input[type="password"].disabled:-moz-placeholder,input[type="url"][disabled]::-webkit-input-placeholder,input[type="url"][disabled]::-moz-placeholder,input[type="url"][disabled]:-ms-input-placeholder,input[type="url"][disabled]:-moz-placeholder,input[type="url"].disabled::-webkit-input-placeholder,input[type="url"].disabled::-moz-placeholder,input[type="url"].disabled:-ms-input-placeholder,input[type="url"].disabled:-moz-placeholder,input[type="tel"][disabled]::-webkit-input-placeholder,input[type="tel"][disabled]::-moz-placeholder,input[type="tel"][disabled]:-ms-input-placeholder,input[type="tel"][disabled]:-moz-placeholder,input[type="tel"].disabled::-webkit-input-placeholder,input[type="tel"].disabled::-moz-placeholder,input[type="tel"].disabled:-ms-input-placeholder,input[type="tel"].disabled:-moz-placeholder,input[type="search"][disabled]::-webkit-input-placeholder,input[type="search"][disabled]::-moz-placeholder,input[type="search"][disabled]:-ms-input-placeholder,input[type="search"][disabled]:-moz-placeholder,input[type="search"].disabled::-webkit-input-placeholder,input[type="search"].disabled::-moz-placeholder,input[type="search"].disabled:-ms-input-placeholder,input[type="search"].disabled:-moz-placeholder,input[type="number"][disabled]::-webkit-input-placeholder,input[type="number"][disabled]::-moz-placeholder,input[type="number"][disabled]:-ms-input-placeholder,input[type="number"][disabled]:-moz-placeholder,input[type="number"].disabled::-webkit-input-placeholder,input[type="number"].disabled::-moz-placeholder,input[type="number"].disabled:-ms-input-placeholder,input[type="number"].disabled:-moz-placeholder,input[type="datetime"][disabled]::-webkit-input-placeholder,input[type="datetime"][disabled]::-moz-placeholder,input[type="datetime"][disabled]:-ms-input-placeholder,input[type="datetime"][disabled]:-moz-placeholder,input[type="datetime"].disabled::-webkit-input-placeholder,input[type="datetime"].disabled::-moz-placeholder,input[type="datetime"].disabled:-ms-input-placeholder,input[type="datetime"].disabled:-moz-placeholder,input[type="email"][disabled]::-webkit-input-placeholder,input[type="email"][disabled]::-moz-placeholder,input[type="email"][disabled]:-ms-input-placeholder,input[type="email"][disabled]:-moz-placeholder,input[type="email"].disabled::-webkit-input-placeholder,input[type="email"].disabled::-moz-placeholder,input[type="email"].disabled:-ms-input-placeholder,input[type="email"].disabled:-moz-placeholder {
	color: #616161
}

input[type="text"].valid,input[type="password"].valid,input[type="url"].valid,input[type="tel"].valid,input[type="search"].valid,input[type="number"].valid,input[type="datetime"].valid,input[type="email"].valid,select.valid,textarea.valid {
	border-color: #616161;
	color: #616161
}

input[type="text"].error,input[type="password"].error,input[type="url"].error,input[type="tel"].error,input[type="search"].error,input[type="number"].error,input[type="datetime"].error,input[type="email"].error,select.error,textarea.error,label.error {
	color: #FF3A37
}

input.error,textarea.error {
	border-color: #FF3A37;
	border: 1px
solid
}

label.error {
	display: none !important
}

.contact-form-submit {
	text-align: right
}

.contact-form-submit .failed,.contact-form-submit
.is_ajax {
	color: #FF3A37;
	font-size: 12px
}

.contact-form-submit
.success {
	color: #7ed321
}

input[type="submit"] {
	display: inline-block;
	padding: 14px
30px;
	border: 1px
solid #00b6ff !important;
	line-height: normal;
	color: #fff;
	background-color: #00b6ff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: 0.4s ease all;
	border-radius: 0;
	white-space: normal;
	cursor: pointer;
	width: 185px;
	height: 46px;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	padding: 0
}

input[type="submit"]:active,input[type="submit"]:focus,input[type="submit"]:link,input[type="submit"]:visited {
	color: #fff;
	background-color: #00b6ff
}

input[type="submit"]:hover {
	color: #fff;
	border: 1px
solid #00b2e5 !important;
	background-color: #00b2e5 !important
}

.field-recaptcha {
	position: absolute;
	top: -32px;
	right: -50px;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6)
}

.field-text {
	position: relative
}

.field-textarea {
	position: relative
}

.file-upload-wrapper {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 31px;
	z-index: 1
}

.file-upload-wrapper>span .text-danger {
	padding: 0
20px 5px
}

.file-upload-wrapper
label {
	background-color: transparent !important;
	margin-bottom: 0 !important
}

.file-upload-wrapper .bootstrap-filestyle.input-group {
	position: absolute;
	top: 0px;
	left: 125px;
	z-index: -1
}

.file-upload-wrapper .bootstrap-filestyle.input-group
input {
	padding: 0
!important;
	height: 52px;
	box-shadow: none;
	background-color: transparent;
	width: 290px
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.file-upload-wrapper .bootstrap-filestyle.input-group
input {
		width: 180px
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.file-upload-wrapper .bootstrap-filestyle.input-group
input {
		width: 120px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.file-upload-wrapper .bootstrap-filestyle.input-group
input {
		width: 120px
	}
}

.file-upload-wrapper .bootstrap-filestyle.input-group .input-group-btn {
	display: none
}

.form-wrapper .wrap-forms .fw-row .field-textarea>label,.form-wrapper .wrap-forms .fw-row .field-text>label {
	display: none
}

.form-wrapper .wrap-forms .fw-row .field-text:after {
	content: '';
	position: absolute;
	left: 18px;
	top: 19px;
	height: 20px;
	width: 20px
}

.form-wrapper .wrap-forms .fw-row .field-textarea:after {
	content: '';
	position: absolute;
	left: 18px;
	top: 20px;
	height: 20px;
	width: 20px
}

.form-wrapper .wrap-forms .fw-row .file-upload-wrapper:after {
	content: '';
	position: absolute;
	left: 20px;
	top: 20px;
	height: 20px;
	width: 20px
}

.form-wrapper .wrap-forms .fw-row .file-upload-wrapper:before {
	content: '';
	position: absolute;
	right: 20px;
	top: 15px;
	height: 26px;
	width: 23px
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.field-recaptcha {
		right: -14px
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.field-recaptcha {
		right: auto;
		left: -45px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.contact-form-submit {
		margin-top: 25px;
		text-align: center
	}

	.field-recaptcha {
		position: relative;
		top: 0;
		right: 0;
		margin-top: -20px;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	.field-recaptcha .form-builder-item-recaptcha>div {
		margin: 0
auto
	}
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	.field-recaptcha .form-builder-item-recaptcha>div {
		float: right
	}
}

.common-content-image-section {
	padding: 60px
0 35px
}

.common-content-image-section.bg-blue .section-container {
	background-color: #001e5f
}

.common-content-image-section.bg-grey .section-container {
	background-color: #f5f5f5
}

.common-content-image-section--remove-space {
	margin: 0
!important;
	padding-bottom: 0 !important
}

.common-content-image-section .fw-row>div {
	color: #fff
}

.common-content-image-section .fw-row>div h1,.common-content-image-section .fw-row>div
h2 {
	margin-bottom: 22px
}

@media (min-width: 768px) and (max-width: 1024px) {
	.common-content-image-section .fw-row>div h1,.common-content-image-section .fw-row>div
h2 {
		font-size: 25px;
		line-height: normal
	}
}

.common-content-image-section .fw-row>div
p {
	letter-spacing: normal;
	line-height: 26px;
	font-size: 18px
}

.common-content-image-section .fw-row>div p>a {
	position: relative;
	display: inline-block;
	padding: 0
25px 0 0;
	margin: 0
0 10px;
	border: none !important;
	line-height: normal;
	color: #00b5ff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	font-size: 14px
}

.common-content-image-section .fw-row>div p>a::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 10px;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png");
	background-position: -10px -40px;
	background-repeat: no-repeat;
	right: -5px;
	top: 4px;
	transition: 500ms ease background-image
}

.common-content-image-section .fw-row>div p>a:link {
	color: #00b5ff
}

.common-content-image-section .fw-row>div p>a:active,.common-content-image-section .fw-row>div p>a:focus,.common-content-image-section .fw-row>div p>a:visited {
	color: #00b2e5;
	background-color: transparent
}

.common-content-image-section .fw-row>div p>a:hover {
	color: #00b2e5;
	background-color: transparent !important
}

.common-content-image-section .fw-row>div p>a:hover::after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png") !important;
	background-position: -10px -10px
}

@media (min-width: 768px) and (max-width: 1024px) {
	.common-content-image-section .fw-row>div
p {
		font-size: 16px;
		line-height: 18px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.common-content-image-section .fw-row>div
p {
		margin-bottom: 15px
	}
}

.common-content-image-section .fw-row>div
h4 {
	margin-bottom: 20px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.common-content-image-section .fw-row>div
h4 {
		text-align: left
	}
}

.common-content-image-section .fw-row>div .pro-button-container
a {
	position: relative;
	display: inline-block;
	padding: 0
25px 0 0;
	margin: 0
0 10px;
	border: none !important;
	line-height: normal;
	color: #00b5ff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	padding-right: 30px;
	font-size: 14px
}

.common-content-image-section .fw-row>div .pro-button-container a::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 10px;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png");
	background-position: -10px -40px;
	background-repeat: no-repeat;
	right: -5px;
	top: 4px;
	transition: 500ms ease background-image
}

.common-content-image-section .fw-row>div .pro-button-container a:link {
	color: #00b5ff
}

.common-content-image-section .fw-row>div .pro-button-container a:active,.common-content-image-section .fw-row>div .pro-button-container a:focus,.common-content-image-section .fw-row>div .pro-button-container a:visited {
	color: #00b2e5;
	background-color: transparent
}

.common-content-image-section .fw-row>div .pro-button-container a:hover {
	color: #00b2e5;
	background-color: transparent !important
}

.common-content-image-section .fw-row>div .pro-button-container a:hover::after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png") !important;
	background-position: -10px -10px
}

.common-content-image-section .fw-row>div .pro-button-container:first-of-type {
	margin-top: 19px
}

.common-content-image-section .fw-row>div .pro-button-container:last-of-type {
	margin-bottom: 30px
}

.common-content-image-section .fw-row>div>div {
	height: 100%;
	display: flex;
	align-items: center
}

.common-content-image-section .fw-row>div:nth-of-type(1) {
	padding-left: 0;
	padding-right: 0
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.common-content-image-section .fw-row>div:nth-of-type(1) {
		padding-left: 15px;
		padding-right: 15px
	}
}

.common-content-image-section .fw-row>div:nth-of-type(1)>div {
	align-items: flex-start
}

.common-content-image-section .fw-row>div:nth-of-type(1)>div .base-video-popup {
	height: 100%
}

.common-content-image-section .fw-row>div:nth-of-type(1)>div .base-video-popup__mask {
	height: 100%
}

.common-content-image-section .fw-row>div:nth-of-type(1)>div .base-video-popup__mask__inner {
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.common-content-image-section .fw-row>div:nth-of-type(1)>div .base-video-popup__mask__inner__playicon {
	height: 100%;
	width: 100%;
	margin: 0
auto;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/play.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 168px
}

.common-content-image-section .fw-row>div:nth-of-type(1)>div .base-video-popup__mask__inner__playicon
a {
	display: block;
	height: 100%
}

.common-content-image-section .fw-row>div:nth-of-type(1)>div .base-video-popup__mask__inner__playicon a .icon-img {
	display: none
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.common-content-image-section .fw-row>div:nth-of-type(1)>div .base-video-popup__mask__inner {
		height: 50vh
	}
}

.common-content-image-section .fw-row>div:nth-of-type(2) {
	padding-right: 15px
}

.common-content-image-section .fw-row>div:nth-of-type(2)>div {
	padding: 0
100px 20px 65px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.common-content-image-section .fw-row>div:nth-of-type(2)>div {
		padding: 20px
30px 0;
		text-align: center
	}

	.common-content-image-section .fw-row>div:nth-of-type(2)>div p
a {
		float: none
	}

	.common-content-image-section .fw-row>div:nth-of-type(2)>div
br {
		display: none
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.common-content-image-section .fw-row>div {
		padding: 0
	}
}

.common-content-image-section.image-right .fw-row>div:nth-of-type(1) {
	padding-right: 0;
	padding-left: 15px;
	overflow: hidden
}

.common-content-image-section.image-right .fw-row>div:nth-of-type(1)>div {
	align-items: flex-start
}

@media (min-width: 767px) {
	.common-content-image-section.image-right .fw-row>div:nth-of-type(1) {
		float: right;
		padding-left: 0
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.common-content-image-section.image-right .fw-row>div:nth-of-type(1) {
		padding: 0
	}
}

@media (min-width: 1200px) {
	.common-content-image-section.image-right .fw-row>div:nth-of-type(2)>div {
		align-items: center;
		float: right;
		width: 585px;
		padding-right: 100px;
		padding-left: 16px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.common-content-image-section--remove-space {
		margin: 30px
0 0 !important
	}
}

.common-content-image-section.type-two {
	padding: 70px
0 33px
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.common-content-image-section.type-two {
		padding: 30px
0
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.common-content-image-section.type-two {
		padding: 0
	}
}

.common-content-image-section.type-two .fw-row>div
p {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px
}

.common-content-image-section.type-two .fw-row>div p:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.common-content-image-section.type-two .fw-row>div p
a {
	float: left;
	margin: 0
0 -10px;
	padding: 0
0 0 10px
}

.common-content-image-section.type-two .fw-row>div p a:after,.common-content-image-section.type-two .fw-row>div p a:before {
	top: 4px
}

.common-content-image-section.type-two .fw-row>div p a:hover {
	padding-left: 20px
}

.common-content-image-section.type-two .fw-row>div p:last-of-type {
	margin: 0
0 6px
}

.common-content-image-section.type-two .fw-row>div p:last-of-type
a {
	margin: 0
0 2px
}

.common-content-image-section.type-two .fw-row>div:nth-of-type(2) {
	margin-top: 7px
}

@media (min-width: 1200px) {
	.common-content-image-section.type-two .fw-row>div:nth-of-type(2)>div {
		padding-right: 60px
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.common-content-image-section .fw-row>div:nth-of-type(2) {
		padding: 0
30px
	}
}

.color-cards .card-wrapper-row {
	padding-bottom: 30px
}

@media (min-width: 768px) and (max-width: 1024px) {
	.color-cards .card-wrapper-row {
		padding-bottom: 0
	}

	.color-cards .card-wrapper-row>div {
		padding: 0
8px 15px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.color-cards .card-wrapper-row {
		padding-bottom: 0
	}

	.color-cards .card-wrapper-row>div {
		padding-bottom: 30px
	}
}

.color-cards .card-wrapper-row .blog-post-wrapper {
	position: relative;
	margin-bottom: 0px;
	transform: scale(1);
	-webkit-box-shadow: 0px 5px 20px 5px transparent;
	-moz-box-shadow: 0px 5px 20px 5px transparent;
	box-shadow: 0 5px 20px 0 transparent;
	transition: transform 0ms, box-shadow 300ms
}

.color-cards .card-wrapper-row .blog-post-wrapper>a {
	display: block
}

.color-cards .card-wrapper-row .blog-post-wrapper .blog-post-content-wrapper {
	padding: 34px
35px 13px;
	transition: all 300ms
}

.color-cards .card-wrapper-row .blog-post-wrapper .blog-post-content-wrapper
h3 {
	margin-bottom: 14px;
	color: #fff;
	letter-spacing: normal
}

.color-cards .card-wrapper-row .blog-post-wrapper .blog-post-content-wrapper
p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	text-align: left
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.color-cards .card-wrapper-row .blog-post-wrapper .blog-post-content-wrapper {
		padding: 15px
	}

	.color-cards .card-wrapper-row .blog-post-wrapper .blog-post-content-wrapper
h3 {
		font-size: 18px
	}

	.color-cards .card-wrapper-row .blog-post-wrapper .blog-post-content-wrapper
p {
		font-size: 12px
	}
}

.color-cards .card-wrapper-row .blog-post-wrapper .lear-more {
	position: relative;
	display: inline-block;
	padding: 0
25px 0 0;
	margin: 0
0 10px;
	border: none !important;
	line-height: normal;
	color: #00b5ff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	position: absolute;
	font-size: 13px;
	bottom: 30px;
	left: 35px;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	margin: 0
0 14px
}

.color-cards .card-wrapper-row .blog-post-wrapper .lear-more::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 10px;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png");
	background-position: -10px -40px;
	background-repeat: no-repeat;
	right: -5px;
	top: 4px;
	transition: 500ms ease background-image
}

.color-cards .card-wrapper-row .blog-post-wrapper .lear-more:link {
	color: #00b5ff
}

.color-cards .card-wrapper-row .blog-post-wrapper .lear-more:active,.color-cards .card-wrapper-row .blog-post-wrapper .lear-more:focus,.color-cards .card-wrapper-row .blog-post-wrapper .lear-more:visited {
	color: #00b2e5;
	background-color: transparent
}

.color-cards .card-wrapper-row .blog-post-wrapper .lear-more:hover {
	color: #00b2e5;
	background-color: transparent !important
}

.color-cards .card-wrapper-row .blog-post-wrapper .lear-more:hover::after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png") !important;
	background-position: -10px -10px
}

.color-cards .card-wrapper-row .blog-post-wrapper .lear-more::after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png");
	background-position: -44px -10px;
	right: -6px;
	top: 3px
}

.color-cards .card-wrapper-row .blog-post-wrapper .lear-more:hover {
	color: #fff
}

.color-cards .card-wrapper-row .blog-post-wrapper .lear-more:hover::after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png") !important;
	background-position: -44px -10px
}

.color-cards .card-wrapper-row .blog-post-wrapper .blog-post-thumb {
	visibility: visible;
	opacity: 1;
	height: 204px;
	background-repeat: no-repeat;
	background-position: right bottom;
	transition: opacity 300ms, visibility 300ms
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.color-cards .card-wrapper-row .blog-post-wrapper .blog-post-thumb {
		height: 104px;
		background-size: contain
	}
}

.color-cards .card-wrapper-row .blog-post-wrapper.last-card {
	border: 1px
solid #0033a0;
	background-color: #fff !important
}

.color-cards .card-wrapper-row .blog-post-wrapper.last-card .blog-post-content-wrapper
h2 {
	position: absolute;
	left: 40px;
	color: #0033a0;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 0;
	text-align: left
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.color-cards .card-wrapper-row .blog-post-wrapper.last-card .blog-post-content-wrapper
h2 {
		font-size: 18px
	}
}

.color-cards .card-wrapper-row .blog-post-wrapper.last-card .lear-more {
	bottom: 50px;
	left: 19px;
	visibility: visible;
	opacity: 1
}

.color-cards .card-wrapper-row .blog-post-wrapper.last-card .lear-more::after {
	width: 30px;
	height: 20px;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/view-all-arrow.svg")
}

.color-cards .card-wrapper-row .blog-post-wrapper:hover {
	transform: scale(1.05);
	-webkit-box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.1)
}

.color-cards .card-wrapper-row .blog-post-wrapper:hover .blog-post-thumb {
	visibility: hidden;
	opacity: 0
}

.color-cards .card-wrapper-row .blog-post-wrapper:hover .lear-more {
	visibility: visible;
	opacity: 1
}

.color-cards.market-application
h2 {
	padding-bottom: 70px
}

.color-cards.market-application .card-wrapper-row {
	margin: 0
-15px
}

.color-cards.market-application .card-wrapper-row .slick-track {
	margin: 35px
auto
}

.color-cards.market-application .card-wrapper-row .slick-track .slick-slide {
	text-align: center
}

.color-cards.market-application .card-wrapper-row .blog-post-wrapper {
	width: 270px !important;
	margin: 0
auto;
	text-align: left
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.color-cards.market-application .card-wrapper-row .blog-post-wrapper {
		width: 220px !important
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.color-cards.market-application .card-wrapper-row .blog-post-wrapper {
		width: 300px !important
	}

	.color-cards.market-application .card-wrapper-row .slick-list {
		padding-bottom: 0
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.inner-banner {
		padding-top: 0
	}
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	.inner-banner .fw-row>div
img {
		height: 100vh
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.inner-banner .fw-row>div
h1 {
		line-height: normal
	}
}

.landing-banner {
	padding: 135px
0;
	background-size: cover;
	background-position: center bottom
}

.landing-banner
h1 {
	line-height: 55px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.landing-banner
br {
		display: none
	}
}

.common-page-banner {
	padding: 0
}

.common-page-banner .fw-row>div:nth-of-type(2)>div {
	padding-top: 120px
}

@media (min-width: 768px) and (max-width: 1024px) {
	.common-page-banner .fw-row>div:nth-of-type(2)>div {
		padding: 50px
30px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.common-page-banner .fw-row>div:nth-of-type(2)>div {
		padding-top: 30px
	}
}

.common-page-banner
h1 {
	line-height: 38px
}

.related-products,.our-product {
	padding: 80px
0 90px;
	background-color: #f7f4f2
}

.related-products h2,.our-product
h2 {
	font-family: "Roboto",sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 46px;
	letter-spacing: -1px;
	padding-bottom: 60px
}

.related-products .products,.our-product
.products {
	width: 370px;
	margin: 10px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	transition: transform 0ms, box-shadow 300ms;
	transform: scale(1)
}

.related-products .products__image,.our-product
.products__image {
	height: 220px;
	overflow: hidden
}

.related-products .products__image img,.our-product .products__image
img {
	width: 100%
}

.related-products .products__content,.our-product
.products__content {
	padding: 30px
40px 19px
}

.related-products .products__content h3,.our-product .products__content
h3 {
	margin-bottom: 15px;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase
}

.related-products .products__content p,.our-product .products__content
p {
	margin-bottom: 28px;
	font-weight: 400;
	line-height: 1.38
}

.related-products .products__content label,.our-product .products__content
label {
	position: relative;
	display: inline-block;
	padding: 0
25px 0 0;
	margin: 0
0 10px;
	border: none !important;
	line-height: normal;
	color: #00b5ff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	font-size: 14px
}

.related-products .products__content label::after,.our-product .products__content label::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 10px;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png");
	background-position: -10px -40px;
	background-repeat: no-repeat;
	right: -5px;
	top: 4px;
	transition: 500ms ease background-image
}

.related-products .products__content label:link,.our-product .products__content label:link {
	color: #00b5ff
}

.related-products .products__content label:active,.related-products .products__content label:focus,.related-products .products__content label:visited,.our-product .products__content label:active,.our-product .products__content label:focus,.our-product .products__content label:visited {
	color: #00b2e5;
	background-color: transparent
}

.related-products .products__content label:hover,.our-product .products__content label:hover {
	color: #00b2e5;
	background-color: transparent !important
}

.related-products .products__content label:hover::after,.our-product .products__content label:hover::after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png") !important;
	background-position: -10px -10px
}

.related-products .products:hover,.our-product .products:hover {
	transform: scale(1.02)
}

@media (min-width: 768px) and (max-width: 1024px) {
	.related-products,.our-product {
		padding: 40px
0
	}

	.related-products .products,.our-product
.products {
		width: 90%
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.related-products,.our-product {
		padding: 40px
0
	}

	.related-products .products,.our-product
.products {
		width: 100%;
		margin: 0
	}
}

.our-product {
	padding-bottom: 59px
}

.our-product
h2 {
	padding-bottom: 70px
}

.our-product .pagination-wrapper {
	display: none
}

.our-product
.products {
	margin: 0;
	margin-bottom: 30px
}

.related-products .slick-prev {
	top: auto;
	bottom: -19.85%;
	left: 44.45%
}

.related-products .slick-next {
	top: auto;
	bottom: -19.85%;
	right: 44.45%
}

.home-presses {
	padding-bottom: 70px !important
}

.home-presses .home-press-slider-grid {
	padding: 0
}

.home-presses .home-press-slider-grid .slick-arrow {
	justify-content: center
}

.home-presses .home-press-slider-grid .slick-arrow.slick-next,.home-presses .home-press-slider-grid .slick-arrow.slick-prev {
	top: auto;
	bottom: -60px
}

.home-presses .home-press-slider-grid .slick-arrow.slick-next {
	right: 44.45%
}

.home-presses .home-press-slider-grid .slick-arrow.slick-prev {
	left: 44.45%
}

.home-presses .home-press-slider-grid .slick-dots {
	bottom: -15px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.home-presses .home-press-slider-grid .slick-arrow.slick-next {
		right: 35%
	}

	.home-presses .home-press-slider-grid .slick-arrow.slick-prev {
		left: 35%
	}
}

.home-presses .base-blurb {
	padding-bottom: 40px;
	margin-top: 8px;
	margin-bottom: 35px;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	background-color: #fff
}

@media (min-width: 1200px) {
	.home-presses .base-blurb {
		width: 370px
	}
}

.home-presses .base-blurb:hover {
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.15);
	transform: scale(1.02)
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.home-presses .base-blurb:hover {
		box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
		-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
		-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15)
	}
}

.home-presses .base-blurb__card {
	position: static !important;
	border: none !important
}

.home-presses .base-blurb__card__body__thumbnail {
	height: 220px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-color: #e0e0e0
}

.home-presses .base-blurb__card__body__summery {
	padding: 37px
40px 37px;
	text-align: left
}

.home-presses .base-blurb__card__body__summery
h3 {
	margin-bottom: 23px;
	font-size: 28px;
	line-height: 38px;
	overflow: hidden
}

.home-presses .base-blurb__card__body__summery
p {
	margin-bottom: 29px;
	font-weight: 400;
	color: #212121;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden
}

.home-presses .base-blurb__card__body__summery
label {
	position: relative;
	display: inline-block;
	padding: 0
25px 0 0;
	margin: 0
0 10px;
	border: none !important;
	line-height: normal;
	color: #00b5ff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	bottom: 26px
}

.home-presses .base-blurb__card__body__summery label::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 10px;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png");
	background-position: -10px -40px;
	background-repeat: no-repeat;
	right: -5px;
	top: 4px;
	transition: 500ms ease background-image
}

.home-presses .base-blurb__card__body__summery label:link {
	color: #00b5ff
}

.home-presses .base-blurb__card__body__summery label:active,.home-presses .base-blurb__card__body__summery label:focus,.home-presses .base-blurb__card__body__summery label:visited {
	color: #00b2e5;
	background-color: transparent
}

.home-presses .base-blurb__card__body__summery label:hover {
	color: #00b2e5;
	background-color: transparent !important
}

.home-presses .base-blurb__card__body__summery label:hover::after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png") !important;
	background-position: -10px -10px
}

.home-presses .base-blurb__card__body__summery label:after {
	right: -5px;
	top: 4px
}

.fw-team {
	margin-bottom: 30px
}

.fw-team
a {
	font-weight: 400
}

.fw-team-image {
	height: 220px;
	overflow: hidden
}

.fw-team-image__thumnail {
	height: 220px;
	background-repeat: no-repeat;
	background-position: center
}

.fw-team-image
img {
	width: 100%;
	height: 220px
}

@media (min-width: 768px) and (max-width: 1024px) {
	.fw-team-image {
		height: 150px
	}

	.fw-team-image__thumnail {
		height: 150px;
		min-height: 150px
	}

	.fw-team-image
img {
		height: 150px
	}
}

.fw-team-inner {
	border: 1px
solid #e0e0e0;
	padding: 28px
40px 34px
}

.fw-team-inner .fw-team-name {
	margin-bottom: 20px;
	text-align: left
}

.fw-team-inner .fw-team-name
h3 {
	margin: 0
0 5px 0;
	font-size: 22px
}

.fw-team-inner .fw-team-text {
	text-align: left
}

@media (min-width: 768px) and (max-width: 1024px) {
	.fw-team-inner {
		padding: 30px
25px
	}

	.fw-team-inner .fw-team-name
h3 {
		font-size: 20px
	}

	.fw-team-inner .fw-team-name
span {
		font-size: 16px
	}
}

.member-popup {
	width: 770px;
	float: none;
	padding-top: 0;
	margin: 0
auto;
	overflow: unset
}

.member-popup .fw-team-top-wrapper .fw-team-name-wrapper {
	position: relative;
	padding: 0
60px;
	min-height: 220px
}

.member-popup .fw-team-top-wrapper .fw-team-name-wrapper .fw-team-name {
	position: absolute;
	bottom: 0
}

.member-popup .fw-team-top-wrapper .fw-team-name-wrapper .fw-team-name
h3 {
	margin-bottom: 5px
}

.member-popup .fw-team-top-wrapper .pop-up-team-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.member-popup .fw-team-content-wrapper {
	padding: 50px
}

.member-popup .fancybox-close-small {
	right: -40px;
	top: -15px;
	color: #fff
}

@media (min-width: 768px) and (max-width: 1024px) {
	.member-popup {
		width: 550px
	}

	.member-popup .fw-team-top-wrapper .fw-team-name-wrapper {
		min-height: 150px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.member-popup {
		width: unset;
		margin: 30px
	}

	.member-popup .fw-team-top-wrapper .fw-team-name-wrapper {
		padding: 30px
50px 0;
		min-height: auto
	}

	.member-popup .fw-team-top-wrapper .fw-team-name-wrapper .fw-team-name {
		position: unset
	}

	.member-popup .fw-team-content-wrapper {
		padding: 35px
	}
}

.news-event-tab-menu {
	padding: 19px
0 0 0;
	background-color: #001e5f
}

.news-event-tab-menu
ul {
	text-align: center
}

.news-event-tab-menu ul
li {
	display: inline-block;
	margin: 0
18px;
	padding: 0
10px 15px;
	transition: 300ms ease border-bottom
}

.news-event-tab-menu ul li
a {
	color: #fff;
	text-transform: uppercase
}

.news-event-tab-menu ul li:hover,.news-event-tab-menu ul li:focus {
	border-bottom: 3px solid #00b5ff
}

.news-event-tab-menu ul li:hover a,.news-event-tab-menu ul li:focus
a {
	color: #00b5ff
}

.news-event-tab-menu ul li.current_page_item,.news-event-tab-menu ul li.active-tab {
	border-bottom: 3px solid #00b5ff
}

.news-event-tab-menu ul li.current_page_item a,.news-event-tab-menu ul li.active-tab
a {
	color: #00b5ff
}

.featured-wrapper {
	padding-bottom: 30px
}

.featured-wrapper
a {
	display: block;
	width: 100%
}

.featured-wrapper label:hover {
	color: #fff !important
}

.featured-wrapper label:hover:after {
	background-image: url(/app/themes/e25-base-theme/assets/images/icons/button-arrow-white.svg) !important
}

.featured-wrapper__img {
	width: 63.3%;
	float: right;
	min-height: 480px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.featured-wrapper__img {
		width: 100%;
		min-height: 280px;
		float: none
	}
}

.featured-wrapper__content {
	position: relative;
	width: 36.7%;
	padding: 60px
60px 90px;
	background-color: #001e5f
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.featured-wrapper__content {
		width: 100%
	}
}

.featured-wrapper__content p,.featured-wrapper__content
h2 {
	color: #fff
}

.featured-wrapper__content .news-date {
	margin-bottom: 10px
}

.featured-wrapper__content
h2 {
	margin-bottom: 20px
}

.featured-wrapper__content
p {
	font-weight: 400
}

.featured-wrapper__content
label {
	position: relative;
	display: inline-block;
	padding: 0
25px 0 0;
	margin: 0
0 10px;
	border: none !important;
	line-height: normal;
	color: #00b5ff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	position: absolute;
	bottom: 50px;
	font-size: 14px
}

.featured-wrapper__content label::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 10px;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png");
	background-position: -10px -40px;
	background-repeat: no-repeat;
	right: -5px;
	top: 4px;
	transition: 500ms ease background-image
}

.featured-wrapper__content label:link {
	color: #00b5ff
}

.featured-wrapper__content label:active,.featured-wrapper__content label:focus,.featured-wrapper__content label:visited {
	color: #00b2e5;
	background-color: transparent
}

.featured-wrapper__content label:hover {
	color: #00b2e5;
	background-color: transparent !important
}

.featured-wrapper__content label:hover::after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png") !important;
	background-position: -10px -10px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.featured-wrapper__content
label {
		bottom: 30px
	}
}

.featured-wrapper__content--date,.featured-wrapper__content--location {
	position: relative;
	padding-left: 31px
}

.featured-wrapper__content--date:before,.featured-wrapper__content--location:before {
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center
}

.featured-wrapper__content--date {
	margin-bottom: 15px
}

.featured-wrapper__content--date:before {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/event-date.svg")
}

.featured-wrapper__content--location {
	margin-bottom: 20px
}

.featured-wrapper__content--location:before {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/event-location.svg")
}

.featured-wrapper:hover .featured-wrapper__content
label {
	position: relative;
	display: inline-block;
	padding: 0
25px 0 0;
	margin: 0
0 10px;
	border: none !important;
	line-height: normal;
	color: #00b5ff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	position: absolute;
	bottom: 50px;
	color: #fff;
	font-size: 14px
}

.featured-wrapper:hover .featured-wrapper__content label::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 10px;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png");
	background-position: -10px -40px;
	background-repeat: no-repeat;
	right: -5px;
	top: 4px;
	transition: 500ms ease background-image
}

.featured-wrapper:hover .featured-wrapper__content label:link {
	color: #00b5ff
}

.featured-wrapper:hover .featured-wrapper__content label:active,.featured-wrapper:hover .featured-wrapper__content label:focus,.featured-wrapper:hover .featured-wrapper__content label:visited {
	color: #00b2e5;
	background-color: transparent
}

.featured-wrapper:hover .featured-wrapper__content label:hover {
	color: #00b2e5;
	background-color: transparent !important
}

.featured-wrapper:hover .featured-wrapper__content label:hover::after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png") !important;
	background-position: -10px -10px
}

.featured-wrapper:hover .featured-wrapper__content label::after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png") !important;
	background-position: -44px -10px
}

.featured-wrapper:hover .featured-wrapper__content label:hover:after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png") !important;
	background-position: -44px -10px
}

@media (min-width: 768px) and (max-width: 1024px) {
	.featured-wrapper:hover__img {
		width: 60%
	}

	.featured-wrapper:hover__content {
		position: relative;
		width: 40%;
		padding: 30px;
		background-color: #001e5f
	}

	.featured-wrapper:hover__content
h2 {
		font-size: 25px;
		line-height: normal
	}

	.featured-wrapper:hover__content
p {
		font-size: 14px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.featured-wrapper:hover__img {
		float: none;
		width: 100%;
		min-height: 400px
	}

	.featured-wrapper:hover__content {
		position: relative;
		width: 100%;
		padding: 20px;
		background-color: #001e5f
	}

	.featured-wrapper:hover__content
h2 {
		font-size: 18px;
		line-height: normal
	}

	.featured-wrapper:hover__content
p {
		font-size: 14px;
		margin-bottom: 20px
	}

	.featured-wrapper:hover__content
label {
		position: relative;
		bottom: unset
	}

	.featured-wrapper:hover:hover .featured-wrapper__content
label {
		position: relative;
		bottom: unset
	}
}

.news-post-wrapper,.event-post-wrapper {
	margin-bottom: 29px;
	transition: box-shadow 200ms
}

.news-post-wrapper figure,.event-post-wrapper
figure {
	height: 220px;
	overflow: hidden
}

.news-post-wrapper figure img,.event-post-wrapper figure
img {
	width: 100%
}

.news-post-wrapper .blog-post-content-wrapper,.event-post-wrapper .blog-post-content-wrapper {
	border: 1px
solid #e0e0e0;
	padding: 30px
40px 23px
}

.news-post-wrapper .blog-post-content-wrapper p,.event-post-wrapper .blog-post-content-wrapper
p {
	margin-bottom: 29px;
	font-weight: 400;
	line-height: 1.38
}

.news-post-wrapper .blog-post-content-wrapper .news-date,.event-post-wrapper .blog-post-content-wrapper .news-date {
	margin-bottom: 10px
}

.news-post-wrapper .blog-post-content-wrapper h3,.event-post-wrapper .blog-post-content-wrapper
h3 {
	margin-bottom: 21px;
	line-height: 1.14
}

.news-post-wrapper .blog-post-content-wrapper label,.event-post-wrapper .blog-post-content-wrapper
label {
	position: relative;
	display: inline-block;
	padding: 0
25px 0 0;
	margin: 0
0 10px;
	border: none !important;
	line-height: normal;
	color: #00b5ff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	font-size: 14px
}

.news-post-wrapper .blog-post-content-wrapper label::after,.event-post-wrapper .blog-post-content-wrapper label::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 10px;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png");
	background-position: -10px -40px;
	background-repeat: no-repeat;
	right: -5px;
	top: 4px;
	transition: 500ms ease background-image
}

.news-post-wrapper .blog-post-content-wrapper label:link,.event-post-wrapper .blog-post-content-wrapper label:link {
	color: #00b5ff
}

.news-post-wrapper .blog-post-content-wrapper label:active,.news-post-wrapper .blog-post-content-wrapper label:focus,.news-post-wrapper .blog-post-content-wrapper label:visited,.event-post-wrapper .blog-post-content-wrapper label:active,.event-post-wrapper .blog-post-content-wrapper label:focus,.event-post-wrapper .blog-post-content-wrapper label:visited {
	color: #00b2e5;
	background-color: transparent
}

.news-post-wrapper .blog-post-content-wrapper label:hover,.event-post-wrapper .blog-post-content-wrapper label:hover {
	color: #00b2e5;
	background-color: transparent !important
}

.news-post-wrapper .blog-post-content-wrapper label:hover::after,.event-post-wrapper .blog-post-content-wrapper label:hover::after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png") !important;
	background-position: -10px -10px
}

.news-post-wrapper .blog-post-content-wrapper .event-date,.news-post-wrapper .blog-post-content-wrapper .event-location,.event-post-wrapper .blog-post-content-wrapper .event-date,.event-post-wrapper .blog-post-content-wrapper .event-location {
	position: relative;
	padding-left: 31px
}

.news-post-wrapper .blog-post-content-wrapper .event-date:before,.news-post-wrapper .blog-post-content-wrapper .event-location:before,.event-post-wrapper .blog-post-content-wrapper .event-date:before,.event-post-wrapper .blog-post-content-wrapper .event-location:before {
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
	width: 15px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center
}

.news-post-wrapper .blog-post-content-wrapper .event-date,.event-post-wrapper .blog-post-content-wrapper .event-date {
	margin-bottom: 15px
}

.news-post-wrapper .blog-post-content-wrapper .event-date:before,.event-post-wrapper .blog-post-content-wrapper .event-date:before {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/event-dates-violet.svg")
}

.news-post-wrapper .blog-post-content-wrapper .event-location,.event-post-wrapper .blog-post-content-wrapper .event-location {
	margin-bottom: 20px
}

.news-post-wrapper .blog-post-content-wrapper .event-location:before,.event-post-wrapper .blog-post-content-wrapper .event-location:before {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/event-location-violet.svg")
}

.news-post-wrapper:hover,.event-post-wrapper:hover {
	transform: scale(1.01)
}

@media (min-width: 768px) and (max-width: 1024px) {
	.news-post-wrapper figure,.event-post-wrapper
figure {
		height: 130px
	}

	.news-post-wrapper .blog-post-content-wrapper,.event-post-wrapper .blog-post-content-wrapper {
		padding: 15px
	}

	.news-post-wrapper .blog-post-content-wrapper p,.event-post-wrapper .blog-post-content-wrapper
p {
		font-size: 14px
	}

	.news-post-wrapper .blog-post-content-wrapper h3,.event-post-wrapper .blog-post-content-wrapper
h3 {
		font-size: 18px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.news-post-wrapper figure,.event-post-wrapper
figure {
		height: 200px
	}
}

.pagination-wrapper {
	display: table;
	padding: 30px
0 60px;
	margin: 0
auto;
	text-align: center;
	clear: left
}

.pagination-wrapper a,.pagination-wrapper
span {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 12px
0;
	vertical-align: top;
	font-size: 14px;
	line-height: normal;
	color: #616161;
	background-color: #f5f5f5;
	transition: 200ms ease background-color;
	float: left
}

.pagination-wrapper a:hover,.pagination-wrapper span:hover {
	color: #00b6ff;
	background-color: #001e5f
}

.pagination-wrapper
.current {
	color: #00b6ff;
	background-color: #001e5f
}

.pagination-wrapper
.prev {
	background-color: transparent
}

.pagination-wrapper .prev:after {
	position: absolute;
	content: "";
	width: 28px;
	height: 20px;
	top: 10px;
	left: -20px;
	color: transparent;
	background-color: transparent;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/pagination-arrow.svg");
	transform: rotate(180deg)
}

.pagination-wrapper .prev:hover {
	color: transparent;
	background-color: transparent
}

.pagination-wrapper
.next {
	background-color: transparent
}

.pagination-wrapper .next:after {
	position: absolute;
	content: "";
	width: 28px;
	height: 20px;
	top: 10px;
	right: -20px;
	color: transparent;
	background-color: transparent;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/pagination-arrow.svg")
}

.pagination-wrapper .next:hover {
	color: transparent;
	background-color: transparent
}

.related-articles {
	padding: 60px
0 127px
}

.related-articles
h2 {
	margin-bottom: 60px;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: -1px
}

.related-articles .slick-slider {
	margin: 0
-10px
}

.related-articles .slick-slider .slick-arrow {
	justify-content: center
}

.related-articles .slick-slider .slick-arrow.slick-next,.related-articles .slick-slider .slick-arrow.slick-prev {
	top: auto;
	bottom: -13.65%
}

.related-articles .slick-slider .slick-arrow.slick-next {
	right: 44.45%
}

.related-articles .slick-slider .slick-arrow.slick-prev {
	left: 44.45%
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.related-articles .slick-slider .slick-arrow.slick-next {
		right: 35%
	}

	.related-articles .slick-slider .slick-arrow.slick-prev {
		left: 35%
	}
}

.news-post-wrapper-slider {
	padding: 0
15px 0 13px
}

.news-post-wrapper-slider
figure {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.news-post-wrapper-slider .blog-post-content-wrapper {
	border: none;
	background-color: #fff
}

.news-post-wrapper-slider .blog-post-content-wrapper h3,.news-post-wrapper-slider .blog-post-content-wrapper
p {
	color: #212121
}

.select2-container .select2-dropdown {
	width: 289px !important;
	border-radius: 0;
	border: none;
	background-color: #f5f5f5
}

.select2-container .select2-dropdown .select2-search--dropdown {
	display: none
}

.select2-container .select2-dropdown .select2-results__options {
	padding: 20px
0
}

.select2-container .select2-dropdown .select2-results__options li:nth-of-type(1) {
	background-color: transparent !important;
	color: #212121;
	cursor: auto;
	padding: 10px
20px
}

.select2-container .select2-dropdown .select2-results__options li:nth-of-type(2) {
	margin-top: 20px;
	border-top: 1px solid #e0e0e0
}

.select2-container .select2-dropdown .select2-results__option {
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	color: #212121;
	padding: 10px
30px;
	text-transform: uppercase
}

.select2-container .select2-dropdown .select2-results__option[aria-selected=true],.select2-container .select2-dropdown .select2-results__option--highlighted {
	background-color: #00b6ff !important;
	color: #fff
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.select2-container .select2-dropdown {
		width: 240px !important
	}

	.select2-container .select2-dropdown .select2-results__options {
		padding: 10px
0
	}

	.select2-container .select2-dropdown .select2-results__options li:nth-of-type(1) {
		padding: 8px
15px
	}

	.select2-container .select2-dropdown .select2-results__options li:nth-of-type(2) {
		margin-top: 10px
	}

	.select2-container .select2-dropdown .select2-results__option {
		font-size: 11px;
		padding: 8px
30px
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.select2-container .select2-dropdown {
		width: 240px !important
	}

	.select2-container .select2-dropdown .select2-results__options {
		padding: 10px
0
	}

	.select2-container .select2-dropdown .select2-results__options li:nth-of-type(1) {
		padding: 8px
15px
	}

	.select2-container .select2-dropdown .select2-results__options li:nth-of-type(2) {
		margin-top: 10px
	}

	.select2-container .select2-dropdown .select2-results__option {
		font-size: 11px;
		padding: 8px
30px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.select2-container .select2-dropdown {
		width: 240px !important
	}

	.select2-container .select2-dropdown .select2-results__options {
		padding: 10px
0
	}

	.select2-container .select2-dropdown .select2-results__options li:nth-of-type(1) {
		padding: 8px
15px
	}

	.select2-container .select2-dropdown .select2-results__options li:nth-of-type(2) {
		margin-top: 10px
	}

	.select2-container .select2-dropdown .select2-results__option {
		font-size: 11px;
		padding: 8px
30px
	}
}

.gallery-section {
	padding: 60px
0
}

.gallery-section
h1 {
	margin-bottom: 60px
}

.gallery-section
.sf__inner {
	text-align: center
}

.gallery-section
.sf__details {
	padding: 15px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.gallery-section
.sf__details {
		display: block !important;
		padding: 10px
	}

	.gallery-section
.sf__title {
		font-size: 14px;
		display: none
	}

	.gallery-section
.sf__tags {
		font-size: 10px;
		display: none
	}

	.gallery-section
figure {
		width: 50% !important
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.gallery-section
.sf__details {
		display: block !important;
		padding: 10px
	}

	.gallery-section
.sf__title {
		font-size: 14px
	}

	.gallery-section
.sf__tags {
		font-size: 10px
	}
}

.fancybox-container .popup-wrapper {
	padding: 0;
	line-height: 0;
	overflow-y: hidden
}

.fancybox-container .popup-wrapper
p {
	position: absolute;
	bottom: 0;
	padding: 20px;
	color: #fff;
	background-color: #080808f5;
	width: 100%;
	size: 20px;
	font-weight: 500
}

.fancybox-container .popup-wrapper .fancybox-close-small {
	background-color: #e7e7ead1
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.home-banner .slick-slide {
		min-height: 500px
	}
}

.home-banner .base-banner__mobile_view_image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.home-banner .fw-container-fluid {
	padding: 0
}

.home-banner .fw-container-fluid>.fw-row {
	margin: 0
}

.home-banner .fw-container-fluid>.fw-row>div {
	padding: 0
}

.home-banner .fw-container-fluid .base-banner__image {
	height: auto
}

.home-banner .fw-container-fluid .base-banner__image
.container {
	padding: 0
}

.home-banner .fw-container-fluid .base-banner__content {
	padding: 240px
0 110px 16px;
	text-align: left
}

.home-banner .fw-container-fluid .base-banner__content h1,.home-banner .fw-container-fluid .base-banner__content h2,.home-banner .fw-container-fluid .base-banner__content h3,.home-banner .fw-container-fluid .base-banner__content h4,.home-banner .fw-container-fluid .base-banner__content h5,.home-banner .fw-container-fluid .base-banner__content h6,.home-banner .fw-container-fluid .base-banner__content
p {
	text-shadow: 0 2px 4px rgba(0,0,0,0.19);
	color: #fff
}

.home-banner .fw-container-fluid .base-banner__content
h1 {
	margin-bottom: 20px;
	line-height: 58px
}

.home-banner .fw-container-fluid .base-banner__content
p {
	margin-bottom: 34px;
	color: #fff;
	font-size: 24px;
	line-height: 1.42
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.home-banner .fw-container-fluid .base-banner__content
p {
		font-size: 18px
	}

	.home-banner .fw-container-fluid .base-banner__content p
br {
		display: none
	}
}

.home-banner .fw-container-fluid .base-banner__content .base-pro-button {
	display: inline-block;
	padding: 18px
30px;
	border: 1px
solid #00b6ff !important;
	line-height: normal;
	color: #fff;
	background-color: #00b6ff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: 0.4s ease all;
	border-radius: 0;
	white-space: normal;
	cursor: pointer;
	letter-spacing: 1.3px
}

.home-banner .fw-container-fluid .base-banner__content .base-pro-button:active,.home-banner .fw-container-fluid .base-banner__content .base-pro-button:focus,.home-banner .fw-container-fluid .base-banner__content .base-pro-button:link,.home-banner .fw-container-fluid .base-banner__content .base-pro-button:visited {
	color: #fff;
	background-color: #00b6ff
}

.home-banner .fw-container-fluid .base-banner__content .base-pro-button:hover {
	color: #fff;
	border: 1px
solid #00b2e5 !important;
	background-color: #00b2e5 !important
}

@media (min-width: 1200px) {
	.home-banner .fw-container-fluid .base-banner__content {
		width: 780px
	}
}

.home-banner .fw-container-fluid .base-banner.slick-dotted {
	margin-bottom: 0
}

.home-banner .fw-container-fluid .base-banner__gradient {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

.home-banner .fw-container-fluid .base-banner__mobile_view_image .base-banner__content {
	z-index: 1
}

.home-banner .fw-container-fluid .base-banner__video-container {
	height: auto
}

@media (max-width: 1199px) {
	.home-banner .fw-container-fluid .base-banner__content {
		padding: 90px
60px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.base-banner__content {
		text-align: center !important;
		padding: 90px
20px !important
	}

	.base-banner__content h1,.base-banner__content
p {
		text-align: center !important
	}
}

.get-a-quote-form .form-wrapper {
	padding: 80px
50px;
	background-image: url("/app/themes/e25-base-theme/assets/images/backgrounds/small-form.jpg")
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.get-a-quote-form .form-wrapper {
		padding: 80px
25px
	}
}

.get-a-quote-form .form-wrapper .form-builder-item {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0
}

.get-a-quote-form .form-wrapper .fw-row {
	margin: 0
}

.get-a-quote-form .form-wrapper .fw-row .field-text {
	margin-bottom: 30px
}

.get-a-quote-form .form-wrapper .fw-row:nth-of-type(2) .field-text:after {
	background-position: -270px -24px
}

.get-a-quote-form .form-wrapper .fw-row:nth-of-type(3) .field-text:after {
	background-position: -200px -25px
}

.get-a-quote-form .form-wrapper .fw-row:nth-of-type(4) .field-text:after {
	background-position: -90px -25px
}

.get-a-quote-form .form-wrapper .fw-row:nth-of-type(5) .field-text:after {
	background-position: -238px -24px
}

.get-a-quote-form .form-wrapper .fw-row:nth-of-type(6) .field-textarea:after {
	background-position: -55px -26px
}

.get-a-quote-form .form-wrapper .field-recaptcha {
	left: -61px;
	right: auto
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.get-a-quote-form .form-wrapper {
		padding: 80px
25px
	}

	.get-a-quote-form .form-wrapper .contact-form-submit {
		margin-top: 25px
	}

	.get-a-quote-form .form-wrapper .field-recaptcha {
		position: relative;
		top: 0;
		right: -16px;
		left: auto;
		float: right;
		margin-top: -20px;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9)
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.get-a-quote-form .form-wrapper {
		padding: 80px
25px
	}

	.get-a-quote-form .form-wrapper .field-recaptcha {
		left: -3px
	}
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	.get-a-quote-form .form-wrapper .field-recaptcha {
		left: auto
	}
}

.contact-form .form-wrapper {
	background-image: url("/app/themes/e25-base-theme/assets/images/backgrounds/small-form.jpg");
	padding: 80px
50px;
	background-position: center;
	background-size: 100% 100%
}

.contact-form .form-wrapper .form-builder-item {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0
}

.contact-form .form-wrapper .form-builder-item .field-text {
	margin-bottom: 30px
}

.contact-form .form-wrapper .form-builder-item .field-text-area {
	margin-bottom: 24px
}

.contact-form .form-wrapper .fw-row {
	margin: 0
}

.contact-form .form-wrapper .fw-row:nth-of-type(2) .field-text:after {
	background-position: -270px -25px
}

.contact-form .form-wrapper .fw-row:nth-of-type(3) .field-text:after {
	background-position: -200px -26px
}

.contact-form .form-wrapper .fw-row:nth-of-type(4) .field-text:after {
	background-position: -88px -26px
}

.contact-form .form-wrapper .fw-row:nth-of-type(5) .field-text:after {
	background-position: -236px -24px
}

.contact-form .form-wrapper .fw-row:nth-of-type(6) .field-textarea:after {
	background-position: -53px -27px
}

.contact-form .form-wrapper .field-recaptcha {
	left: -61px;
	right: auto
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.contact-form .form-wrapper .contact-form-submit {
		margin-top: 25px
	}

	.contact-form .form-wrapper .field-recaptcha {
		position: relative;
		top: 0;
		right: -17px;
		left: auto;
		margin-top: -20px;
		float: right;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9)
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.contact-form .form-wrapper {
		padding: 80px
25px
	}

	.contact-form .form-wrapper .contact-form-submit {
		margin-top: 25px
	}

	.contact-form .form-wrapper .field-recaptcha {
		position: relative;
		top: 0;
		right: -16px;
		left: auto;
		float: right;
		margin-top: -20px;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9)
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.contact-form .form-wrapper {
		padding: 80px
25px
	}

	.contact-form .form-wrapper .field-recaptcha {
		left: -3px
	}
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	.contact-form .form-wrapper .field-recaptcha {
		left: auto
	}
}

.career-inner-form
h2 {
	font-size: 36px;
	text-align: center;
	color: #fff;
	margin: 0
auto 63px;
	font-weight: 400;
	width: 372px;
	letter-spacing: -1px;
	line-height: 44px
}

.career-inner-form .form-wrapper {
	background-image: url("/app/themes/e25-base-theme/assets/images/backgrounds/small-form.jpg");
	padding: 80px
50px
}

.career-inner-form .form-wrapper .form-builder-item {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%
}

.career-inner-form .form-wrapper .form-builder-item .field-text {
	margin-bottom: 31px
}

.career-inner-form .form-wrapper .form-builder-item .field-textarea {
	margin-bottom: 15px
}

.career-inner-form .form-wrapper .file-upload-wrapper
label {
	background: white;
	padding: 15px
55px;
	color: #9e9e9e;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.38;
	letter-spacing: normal;
	margin-bottom: 31px;
	cursor: pointer
}

.career-inner-form .form-wrapper .file-upload-wrapper input[type=file] {
	display: none
}

.career-inner-form .form-wrapper .fw-row {
	margin: 0
}

.career-inner-form .form-wrapper .fw-row:nth-of-type(2) .field-text:after {
	background-position: -270px -24px
}

.career-inner-form .form-wrapper .fw-row:nth-of-type(3) .field-text:after {
	background-position: -164px -24px
}

.career-inner-form .form-wrapper .fw-row:nth-of-type(4) .field-text:after {
	background-position: -200px -26px
}

.career-inner-form .form-wrapper .fw-row:nth-of-type(5) .file-upload-wrapper:after {
	left: 20px;
	top: 17px;
	background-position: -19px -24px
}

.career-inner-form .form-wrapper .fw-row:nth-of-type(5) .file-upload-wrapper:before {
	right: 14px;
	top: 15px;
	background-position: -126px -22px
}

.career-inner-form .form-wrapper .fw-row:nth-of-type(6) .field-textarea:after {
	background-position: -54px -27px
}

.career-inner-form .form-wrapper .field-recaptcha {
	left: 30px;
	right: auto
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.career-inner-form .form-wrapper .contact-form-submit {
		margin-top: 25px
	}

	.career-inner-form .form-wrapper .field-recaptcha {
		position: relative;
		top: 0;
		right: -17px;
		left: auto;
		margin-top: -20px;
		float: right;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9)
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.career-inner-form
h2 {
		width: auto
	}

	.career-inner-form .form-wrapper {
		padding: 80px
25px
	}

	.career-inner-form .form-wrapper .contact-form-submit {
		margin-top: 25px
	}

	.career-inner-form .form-wrapper .field-recaptcha {
		position: relative;
		top: 0;
		right: -16px;
		left: auto;
		float: right;
		margin-top: -20px;
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9)
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.career-inner-form
h2 {
		width: 100%
	}

	.career-inner-form .form-wrapper {
		padding: 80px
25px
	}

	.career-inner-form .form-wrapper .field-recaptcha {
		left: -3px
	}
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	.career-inner-form
h2 {
		width: 100%
	}

	.career-inner-form .form-wrapper {
		padding: 50px
25px
	}

	.career-inner-form .form-wrapper .field-recaptcha {
		left: auto
	}
}

.market-inner-section {
	padding-top: 80px;
	padding-bottom: 90px;
	background-size: cover
}

.market-inner-section .section-container {
	padding-right: 10px;
	padding-left: 17px
}

.market-inner-section .section-container .market-inner-form {
	float: none;
	margin: 0
auto;
	padding-right: 3px;
	padding-left: 0px
}

.market-inner-section .section-container .market-inner-form .form-wrapper {
	margin-top: 80px
}

.market-inner-section .section-container .market-inner-form .form-wrapper input[type="text"] {
	margin-bottom: 7px
}

.market-inner-section .section-container .market-inner-form .form-wrapper
input {
	padding-right: 0
}

.market-inner-section .section-container .market-inner-form .form-wrapper .contact-form-submit {
	padding-right: 15px
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
	.market-inner-section .section-container .market-inner-form .form-wrapper .contact-form-submit {
		padding-right: 0;
		text-align: center
	}
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	.market-inner-section .section-container .market-inner-form .form-wrapper .contact-form-submit {
		padding-right: 15px;
		text-align: right
	}
}

.market-inner-section .section-container .market-inner-form .form-wrapper .fw-row {
	margin: 0
}

.market-inner-section .section-container .market-inner-form .form-wrapper .fw-row .field-textarea>label,.market-inner-section .section-container .market-inner-form .form-wrapper .fw-row .field-text>label {
	display: none
}

.market-inner-section .section-container .market-inner-form .form-wrapper .fw-row:nth-of-type(2) .form-builder-item:nth-of-type(1) .field-text:after {
	background-position: -270px -24px
}

.market-inner-section .section-container .market-inner-form .form-wrapper .fw-row:nth-of-type(2) .form-builder-item:nth-of-type(2) .field-text:after {
	background-position: -200px -25px
}

.market-inner-section .section-container .market-inner-form .form-wrapper .fw-row:nth-of-type(3) .form-builder-item:nth-of-type(1) .field-text:after {
	background-position: -90px -25px
}

.market-inner-section .section-container .market-inner-form .form-wrapper .fw-row:nth-of-type(3) .form-builder-item:nth-of-type(2) .field-text:after {
	background-position: -238px -24px
}

.market-inner-section .section-container .market-inner-form .form-wrapper .fw-row:nth-of-type(4) .form-builder-item .field-textarea:after {
	background-position: -55px -26px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.market-inner-section .fw-row {
		margin: 0
	}
}

.case-slider-section {
	padding-bottom: 22px !important
}

.case-study-slider .fw-container {
	padding-left: 0
}

.case-study-slider .top-image {
	position: absolute;
	top: 360px;
	width: 270px;
	height: 200px;
	z-index: 1
}

.case-study-slider
.media {
	width: 500px;
	height: 560px;
	margin-top: 60px;
	margin-left: 70px;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.case-study-slider .slick-slide .fw-col-sm-6:last-of-type {
	padding-left: 100px;
	padding-right: 0;
	margin-top: 120px;
	overflow: hidden;
	word-break: break-word
}

.case-study-slider .slick-slide .fw-col-sm-6:last-of-type
p {
	margin-bottom: 50px;
	color: #212121 !important;
	text-align: left
}

.case-study-slider .slick-slide .fw-col-sm-6:last-of-type
h2 {
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: normal
}

.case-study-slider .slick-slide .fw-col-sm-6:last-of-type h3,.case-study-slider .slick-slide .fw-col-sm-6:last-of-type
h4 {
	margin: 20px
0 0;
	color: #0033a0;
	font-size: 40px;
	font-weight: 500
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.case-study-slider .slick-slide .fw-col-sm-6:last-of-type h3,.case-study-slider .slick-slide .fw-col-sm-6:last-of-type
h4 {
		text-align: center
	}
}

.case-study-slider .e25-counter-card {
	width: 50%;
	float: left;
	display: inline-block;
	padding: 0;
	text-align: left
}

.case-study-slider .e25-counter-card:nth-of-type(2) {
	margin-left: -8px
}

.case-study-slider .e25-counter-card:first-of-type
.count {
	margin-right: -13px
}

.case-study-slider .e25-counter-card .e25-counter-card__inner {
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 55px;
	color: #0033a0
}

.case-study-slider .e25-counter-card .e25-counter-card__inner
.count {
	font-size: 50px;
	color: #0033a0
}

.case-study-slider .e25-counter-card
p {
	color: #212121;
	text-align: left
}

.case-study-slider .slick-arrow {
	background: transparent
}

.case-study-slider .slick-arrow:before {
	width: 35px;
	height: 25px;
	background-image: none;
	background-size: unset;
	background-repeat: unset
}

.case-study-slider .slick-next {
	right: 0%;
	top: auto;
	bottom: 55px;
	left: auto
}

.case-study-slider .slick-next:before {
	background-image: url("/app/themes/e25-base-theme/assets/images/sprite.png");
	background-position: -360px -22px
}

.case-study-slider .slick-prev {
	right: 8%;
	top: auto;
	bottom: 55px;
	left: auto
}

.case-study-slider .slick-prev:before {
	background-image: url("/app/themes/e25-base-theme/assets/images/sprite.png");
	background-position: -311px -22px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.case-study-slider
.media {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		height: 400px
	}

	.case-study-slider .top-image {
		top: 200px
	}

	.case-study-slider .slick-slide .fw-col-sm-6:last-of-type {
		padding: 0
15px;
		margin-top: 50px
	}

	.case-study-slider .slick-slide .fw-col-sm-6:last-of-type
p {
		margin-bottom: 0;
		text-align: center
	}

	.case-study-slider .slick-slide .fw-col-sm-6:last-of-type
h2 {
		text-align: center
	}

	.case-study-slider .slick-slide .fw-col-sm-6:last-of-type .pro-button-container {
		text-align: center;
		margin-top: 25px;
		margin-bottom: 25px
	}

	.case-study-slider .e25-counter-card {
		width: 100%;
		float: none;
		margin-bottom: 0;
		display: inline-block;
		text-align: center
	}

	.case-study-slider .e25-counter-card .e25-counter-card__inner {
		margin-top: 35px;
		margin-bottom: 15px
	}

	.case-study-slider .slick-prev {
		left: 40%;
		top: auto;
		bottom: -75px
	}

	.case-study-slider .slick-next {
		right: 40%;
		top: auto;
		bottom: -75px
	}
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
	.case-study-slider .slick-prev {
		left: 35%
	}

	.case-study-slider .slick-next {
		right: 35%
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.case-study-slider
.media {
		width: 100%;
		margin-left: 0
	}

	.case-study-slider .slick-next {
		top: auto;
		bottom: -30px;
		right: 44.5%
	}

	.case-study-slider .slick-prev {
		top: auto;
		bottom: -30px;
		left: 44.5%
	}

	.case-study-slider .slick-slide .fw-col-sm-6:last-of-type {
		padding-left: 0;
		margin-top: 50px
	}

	.case-study-slider .slick-slide .fw-col-sm-6:last-of-type .count,.case-study-slider .slick-slide .fw-col-sm-6:last-of-type
.postfix {
		font-size: 40px
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.case-study-slider
.media {
		width: 380px;
		margin-left: 0
	}

	.case-study-slider .slick-next {
		top: auto;
		bottom: -30px;
		right: 44.5%
	}

	.case-study-slider .slick-prev {
		top: auto;
		bottom: -30px;
		left: 44.5%
	}

	.case-study-slider .slick-slide .fw-col-sm-6:last-of-type {
		padding-left: 45px
	}
}

@media (min-width: 1200px) {
	.case-study-slider .slick-slide .fw-col-sm-6 .e25-counter-card {
		width: 47%
	}

	.case-study-slider .slick-slide .fw-col-sm-6:last-of-type {
		padding-left: 85px
	}

	.case-study-slider .slick-slide .fw-col-sm-6:last-of-type .pro-button-container
a {
		margin-top: -16px
	}

	.case-study-slider .slick-slide .fw-col-sm-6:first-of-type {
		padding-left: 1px
	}
}

.table-section {
	padding: 80px
0 84px
}

.table-section
h2 {
	margin-bottom: 39px
}

.table-section .img-section {
	display: flex;
	align-items: center
}

.table-section .img-section
img {
	height: 444px;
	width: 100%
}

.table-section
table {
	margin-bottom: 0
}

.table-section .default-row {
	box-shadow: inset 0 1px 0 0 #e0e0e0;
	border-top: 0.5px solid #616161
}

.table-section .default-row:nth-of-type(odd) {
	background-color: #e0e0e0
}

.table-section .default-row .default-col {
	text-align: left
}

.table-section .default-row .default-col:nth-child(1) {
	padding: 18px
60px 19px 31px;
	font-weight: 700;
	white-space: nowrap;
	line-height: 1.39
}

.table-section .default-row .default-col:nth-child(2) {
	padding: 15px
30px 19px 33px;
	font-weight: 400
}

.table-section .additional-content {
	margin-top: 78px
}

.table-section .additional-content
h2 {
	margin-bottom: 22px
}

.table-section .additional-content
p {
	font-size: 18px;
	line-height: 1.44
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.table-section .img-section {
		display: flex;
		align-items: center
	}

	.table-section .img-section .base-animation--enabled {
		width: 100%
	}

	.table-section .default-row .default-col:nth-child(1) {
		padding: 18px
30px 19px 30px;
		white-space: unset
	}

	.table-section .default-row .default-col:nth-child(2) {
		padding: 15px
30px 19px 30px;
		white-space: unset
	}
}

.about-loparex h5,.our-solutions h5,.loparex-worldwide h5,.home-case-studies h5,.market-inner-section h5,.home-presses
h5 {
	margin-bottom: 20px
}

.about-loparex h2,.our-solutions h2,.loparex-worldwide h2,.home-case-studies h2,.market-inner-section h2,.home-presses
h2 {
	font-family: "Roboto",sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 46px;
	letter-spacing: -1px;
	margin-bottom: 20px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.about-loparex h2,.our-solutions h2,.loparex-worldwide h2,.home-case-studies h2,.market-inner-section h2,.home-presses
h2 {
		font-size: 30px;
		line-height: 30px
	}
}

.about-loparex p,.our-solutions p,.loparex-worldwide p,.home-case-studies p,.market-inner-section p,.home-presses
p {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	text-align: center
}

.our-solutions,.home-case-studies,.home-presses {
	padding: 80px
0 50px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.our-solutions,.home-case-studies,.home-presses {
		padding-top: 60px
	}
}

.about-loparex h2,.our-solutions h2,.home-presses
h2 {
	margin-bottom: 70px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.about-loparex h2,.our-solutions h2,.home-presses
h2 {
		margin-bottom: 50px
	}
}

.about-loparex {
	padding: 80px
0
}

.about-loparex .pro-button-container {
	text-align: center
}

.loparex-worldwide {
	padding: 80px
0 58px;
	background-color: #001e5f;
	background-position: center;
	background-position-y: 261px
}

.loparex-worldwide .heading-wrapper {
	padding-bottom: 367px
}

.loparex-worldwide .heading-wrapper
h2 {
	margin-bottom: 14px
}

.loparex-worldwide .heading-wrapper .pro-button-container {
	text-align: center
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
	.loparex-worldwide {
		background-position-y: 340px;
		background-size: 100%
	}

	.loparex-worldwide .heading-wrapper {
		padding-bottom: 180px
	}
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	.loparex-worldwide {
		background-position-y: 280px
	}

	.loparex-worldwide .heading-wrapper {
		padding-bottom: 300px
	}
}

.e25-counter-card {
	padding: 48px
22px 33px 23px;
	border: solid 1px #fff;
	text-align: center
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.e25-counter-card {
		margin-bottom: 10px
	}
}

.e25-counter-card__inner {
	padding-bottom: 10px
}

.e25-counter-card__inner span,.e25-counter-card__inner .count,.e25-counter-card__inner .prefix,.e25-counter-card__inner
.postfix {
	color: #7ed321;
	font-size: 50px;
	font-weight: 400;
	line-height: 105%
}

.e25-counter-card
p {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	text-align: center
}

#error_page {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	background-image: url("/app/themes/e25-base-theme/assets/images/404.png");
	background-size: cover;
	text-align: center
}

#error_page
h2 {
	font-size: 12.5em;
	color: #fff;
	line-height: normal;
	text-align: center
}

#error_page
h3 {
	margin-bottom: 50px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase
}

#error_page
a {
	display: inline-block;
	padding: 14px
18px;
	border: 1px
solid #00b6ff !important;
	line-height: normal;
	color: #fff;
	background-color: #00b6ff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition: 0.4s ease all;
	border-radius: 0;
	white-space: normal;
	cursor: pointer
}

#error_page a:active,#error_page a:focus,#error_page a:link,#error_page a:visited {
	color: #fff;
	background-color: #00b6ff
}

#error_page a:hover {
	color: #fff;
	border: 1px
solid #00b2e5 !important;
	background-color: #00b2e5 !important
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	#error_page
h2 {
		font-size: 6.5em
	}
}

.market-landing-main-content {
	padding: 82px
0 55px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.market-landing-main-content {
		padding: 60px
15px
	}
}

.market-landing-main-content
p {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 24px
}

.market-blurb-section.common-blurb .blurb-wrapper {
	float: none;
	padding-bottom: 79px;
	margin: 0
auto
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.market-blurb-section.common-blurb .blurb-wrapper {
		padding-bottom: 0
	}
}

.market-blurb-section.common-blurb .blurb-wrapper>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.market-blurb-section.common-blurb .blurb-wrapper>div>a .base-blurb {
	width: 270px;
	margin: 0
40px
}

.market-blurb-section.common-blurb .blurb-wrapper>div>a .base-blurb__card__body {
	text-align: center
}

.market-blurb-section.common-blurb .blurb-wrapper>div>a .base-blurb__card__body__thumbnail {
	margin: 0
auto
}

.market-blurb-section.common-blurb .blurb-wrapper>div>a:first-of-type .base-blurb {
	margin-left: 0
}

.market-blurb-section.common-blurb .blurb-wrapper>div>a:last-of-type .base-blurb {
	margin-right: 0
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.market-blurb-section.common-blurb .blurb-wrapper>div>a .base-blurb {
		width: 235px;
		margin: 0
15px
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.market-blurb-section.common-blurb .blurb-wrapper>div>a .base-blurb {
		width: 185px;
		margin: 0
10px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.market-blurb-section.common-blurb .blurb-wrapper>div {
		display: block
	}

	.market-blurb-section.common-blurb .blurb-wrapper>div>a .base-blurb {
		padding-bottom: 40px;
		margin: 0
auto
	}

	.market-blurb-section.common-blurb .blurb-wrapper>div>a:first-of-type .base-blurb {
		margin: 0
auto
	}

	.market-blurb-section.common-blurb .blurb-wrapper>div>a:last-of-type .base-blurb {
		margin: 0
auto
	}
}

.basic-content-image {
	padding: 0
0 80px
}

.basic-content-image .section-container>.fw-row {
	margin: 0;
	background-color: #001e5f
}

.basic-content-image .base-text-block {
	padding: 82px
66px
}

.basic-content-image .base-text-block
h2 {
	margin-bottom: 20px
}

.basic-content-image .base-text-block div,.basic-content-image .base-text-block
p {
	color: #fff
}

.basic-content-image .base-text-block
p {
	margin-bottom: 22px
}

.basic-content-image .base-text-block p:last-of-type {
	margin-bottom: 0
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.basic-content-image .base-text-block {
		padding: 60px
15px;
		float: left
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.basic-content-image .base-text-block {
		padding: 60px
15px
	}
}

.basic-content-image__image-wrapper {
	float: right;
	padding: 0
}

.basic-content-image__image-wrapper
img {
	width: 100%;
	float: right
}

.market-application {
	padding: 80px
0 50px
}

.market-application
h2 {
	font-family: "Roboto",sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 46px;
	letter-spacing: -1px;
	padding-bottom: 70px;
	text-align: center
}

.career-inner-top {
	background-color: #f7f4f2
}

.career-inner-top .career-inner-top-content {
	padding: 80px
0
}

.career-inner-top .career-inner-top-content
h1 {
	margin-bottom: 20px
}

.career-inner-top .career-inner-top-content h4:first-of-type {
	margin-bottom: 10px
}

.career-inner-top .career-inner-top-content h4
label {
	font-weight: 400
}

.career-inner-bottom {
	padding-bottom: 50px
}

.career-inner-bottom .career-inner-left-content {
	padding-top: 60px
}

.career-inner-bottom .career-inner-left-content
h3 {
	margin-bottom: 11px
}

.career-inner-bottom .career-inner-left-content
p {
	margin-bottom: 23px;
	line-height: 1.38
}

.career-inner-bottom .career-inner-left-content
ul {
	margin: 5px
auto 50px
}

.career-inner-bottom .career-inner-form {
	margin-top: -200px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.career-inner-bottom .career-inner-form {
		margin-top: 0px
	}
}

.contact-us {
	padding: 80px
0
}

.contact-us
h1 {
	margin-bottom: 20px
}

.contact-us
h2 {
	font-family: "Roboto",sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 46px;
	letter-spacing: -1px;
	margin-bottom: 71px
}

.contact-us .contact-us-left-content {
	margin-right: -30px;
	padding: 140px
0 138px 100px;
	background-color: #f7f4f2;
	-webkit-appearance: none
}

.contact-us .contact-us-left-content .base-text-block__inner {
	-webkit-appearance: none
}

.contact-us .contact-us-left-content
h5 {
	margin-bottom: 5px;
	margin-top: 50px
}

.contact-us .contact-us-left-content h5:first-of-type {
	margin-top: 0
}

.contact-us .contact-us-left-content
h2 {
	margin-bottom: 42px
}

.contact-us .contact-us-left-content
a {
	display: inline-block;
	color: #212121;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.34
}

.contact-us .contact-us-left-content a:hover {
	color: #0033a0
}

.contact-us .contact-us-left-content .pro-tel,.contact-us .contact-us-left-content .pro-mailto {
	background-color: transparent !important;
	border: none !important;
	padding: 0;
	margin: 0;
	font-family: "Roboto",sans-serif !important
}

.contact-us .contact-us-left-content .lop-arrow-button {
	margin-bottom: 0;
	margin-top: 10px;
	font-weight: 700;
	letter-spacing: normal;
	font-size: 14px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.contact-us .contact-us-left-content {
		margin-right: 0 !important;
		padding: 30px
	}

	.contact-us .contact-us-left-content
h5 {
		margin-top: 30px
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.contact-us-left-content {
		padding-left: 60px !important
	}
}

.repeat-section {
	padding: 80px
0
}

.repeat-section .base-video-popup__mask__inner:hover {
	opacity: 0.9
}

.repeat-section .fw-row>div
h2 {
	font-family: "Roboto",sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 46px;
	letter-spacing: -1px;
	letter-spacing: -1px
}

.repeat-section .fw-row>div
p {
	font-size: 18px;
	letter-spacing: -0.2px
}

.repeat-section .fw-row>div:nth-of-type(2) {
	padding-right: 15px
}

.repeat-section .fw-row>div:nth-of-type(2)>div {
	padding: 80px
100px 80px 65px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.repeat-section .fw-row>div:nth-of-type(2) {
		margin-left: 15px;
		margin-right: 15px
	}

	.repeat-section .fw-row>div:nth-of-type(2)>div {
		padding: 30px
	}
}

@media (min-width: 1200px) {
	.repeat-section.image-right .fw-row>div:nth-of-type(2)>div {
		width: 100%;
		padding-right: 30px;
		padding-left: 50px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.repeat-section {
		padding: 40px
0
	}
}

.benefits {
	padding: 80px
0 29px
}

.benefits h1,.benefits
h2 {
	font-family: "Roboto",sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 46px;
	letter-spacing: -1px;
	margin-bottom: 70px
}

.benefits__wrapper {
	float: none;
	padding-bottom: 48px;
	margin: 0
auto
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.benefits__wrapper {
		padding-bottom: 0
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.benefits__wrapper {
		padding-left: 0;
		padding-right: 0
	}
}

.benefits__wrapper>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.benefits__wrapper>div .base-text-block {
	width: 270px;
	margin: 0
40px
}

.benefits__wrapper>div .base-text-block
h4 {
	margin-bottom: 16px;
	font-weight: 900
}

.benefits__wrapper>div .base-text-block:first-of-type {
	margin-left: 0
}

.benefits__wrapper>div .base-text-block:last-of-type {
	margin-right: 0
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.benefits__wrapper>div .base-text-block {
		width: 235px;
		margin: 0
15px
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.benefits__wrapper>div .base-text-block {
		width: 185px;
		margin: 0
10px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.benefits__wrapper>div {
		display: block
	}

	.benefits__wrapper>div .base-text-block {
		padding-bottom: 40px;
		margin: 0
auto
	}

	.benefits__wrapper>div .base-text-block:first-of-type {
		margin: 0
auto
	}

	.benefits__wrapper>div .base-text-block:last-of-type {
		margin: 0
auto
	}
}

.testimonial-slider .fw-row>div {
	padding: 0
}

.testimonial-slider .base-banner {
	margin-bottom: 0
}

.testimonial-slider .base-banner__image,.testimonial-slider .base-banner__video-container {
	height: 100%;
	padding: 112px
0 95px
}

.testimonial-slider .base-banner__content {
	padding: 0
100px;
	text-align: left
}

.testimonial-slider .base-banner__content
blockquote {
	position: relative;
	margin-bottom: 16px;
	color: #fff
}

.testimonial-slider .base-banner__content blockquote::before {
	position: absolute;
	content: "";
	width: 63px;
	height: 56px;
	left: -25px;
	top: -24px;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/quote.svg");
	background-repeat: no-repeat;
	background-position: center
}

.testimonial-slider .base-banner__content
p {
	color: #fff;
	line-height: 1.5;
	font-size: 18px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.testimonial-slider .base-banner__content {
		padding: 0
50px
	}

	.testimonial-slider .base-banner__content blockquote::before {
		left: 0
	}
}

.open-position-section {
	padding: 80px
0
}

.open-position-section .opening-top {
	margin: 0
auto;
	float: none
}

.open-position-section .opening-top
h5 {
	margin-bottom: 20px
}

.open-position-section .opening-top
h2 {
	font-family: "Roboto",sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 46px;
	letter-spacing: -1px;
	margin-bottom: 20px
}

.open-position-section .opening-top
p {
	margin-bottom: 20px
}

.open-position-section .pro-button-container {
	text-align: center
}

.open-position-section .pro-button-container
a {
	font-size: 14px
}

.open-position-section .filter-grid-wrapper {
	float: none;
	margin: 0
auto
}

.open-position-section .filter-grid-wrapper .filter-wrapper {
	padding-top: 58px;
	padding-bottom: 70px;
	margin: 0
auto;
	text-align: center
}

.open-position-section .filter-grid-wrapper .filter-wrapper .filter-btn {
	margin-bottom: 10px
}

.open-position-section .filter-grid-wrapper .filter-wrapper
a {
	display: inline-block;
	padding: 14px
25px;
	border: 1px
solid #e0e0e0 !important;
	line-height: normal;
	color: #0033a0;
	background-color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	transition: 0.4s ease all;
	border-radius: 0;
	white-space: normal;
	cursor: pointer;
	border: 1px
solid #0033a0 !important;
	border-radius: 23px;
	margin: 0
8px;
	min-width: 150px;
	text-transform: uppercase
}

.open-position-section .filter-grid-wrapper .filter-wrapper a:active,.open-position-section .filter-grid-wrapper .filter-wrapper a:link,.open-position-section .filter-grid-wrapper .filter-wrapper a:visited {
	color: #0033a0;
	background-color: #fff;
	border: 1px
solid #e0e0e0 !important
}

.open-position-section .filter-grid-wrapper .filter-wrapper a.mixitup-filter-btn-active,.open-position-section .filter-grid-wrapper .filter-wrapper a.slick-current,.open-position-section .filter-grid-wrapper .filter-wrapper a:focus,.open-position-section .filter-grid-wrapper .filter-wrapper a:hover {
	margin-bottom: 10px;
	color: #fff;
	background: #0033a0 !important;
	border: 1px
solid #0033a0 !important
}

.open-position-section .filter-grid-wrapper .filter-wrapper a:active,.open-position-section .filter-grid-wrapper .filter-wrapper a:focus,.open-position-section .filter-grid-wrapper .filter-wrapper a:link,.open-position-section .filter-grid-wrapper .filter-wrapper a:visited {
	border: 1px
solid #0033a0 !important
}

.open-position-section .filter-grid-wrapper .result-wrapper
li {
	border-top: 1px solid #e0e0e0;
	transition: transform 300ms
}

.open-position-section .filter-grid-wrapper .result-wrapper li:hover {
	transform: scale(1.02)
}

.open-position-section .filter-grid-wrapper .result-wrapper li a
.row {
	display: flex;
	padding: 18px
40px 12px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.open-position-section .filter-grid-wrapper .result-wrapper li a
.row {
		font-size: 15px;
		padding: 18px
20px 12px
	}
}

.open-position-section .filter-grid-wrapper .result-wrapper li a .row
.job {
	width: calc(100% / 4);
	color: #212121;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	text-align: center
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.open-position-section .filter-grid-wrapper .result-wrapper li a .row
.job {
		font-size: 15px
	}
}

.open-position-section .filter-grid-wrapper .result-wrapper li a .row .job.location,.open-position-section .filter-grid-wrapper .result-wrapper li a .row
.job.shift {
	padding-left: 7px
}

.open-position-section .filter-grid-wrapper .result-wrapper li a .row
.job.profession {
	font-size: 18px;
	line-height: normal;
	font-weight: 700;
	text-align: left
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.open-position-section .filter-grid-wrapper .result-wrapper li a .row
.job.profession {
		font-size: 15px
	}
}

.open-position-section .filter-grid-wrapper .result-wrapper li a .row
.job.view {
	text-align-last: right
}

.open-position-section .filter-grid-wrapper .result-wrapper li a .row .job.view
label {
	position: relative;
	display: inline-block;
	padding: 0
25px 0 0;
	margin: 0
0 10px;
	border: none !important;
	line-height: normal;
	color: #00b5ff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	font-size: 14px;
	padding-left: 10px
}

.open-position-section .filter-grid-wrapper .result-wrapper li a .row .job.view label::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 10px;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png");
	background-position: -10px -40px;
	background-repeat: no-repeat;
	right: -5px;
	top: 4px;
	transition: 500ms ease background-image
}

.open-position-section .filter-grid-wrapper .result-wrapper li a .row .job.view label:link {
	color: #00b5ff
}

.open-position-section .filter-grid-wrapper .result-wrapper li a .row .job.view label:active,.open-position-section .filter-grid-wrapper .result-wrapper li a .row .job.view label:focus,.open-position-section .filter-grid-wrapper .result-wrapper li a .row .job.view label:visited {
	color: #00b2e5;
	background-color: transparent
}

.open-position-section .filter-grid-wrapper .result-wrapper li a .row .job.view label:hover {
	color: #00b2e5;
	background-color: transparent !important
}

.open-position-section .filter-grid-wrapper .result-wrapper li a .row .job.view label:hover::after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png") !important;
	background-position: -10px -10px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.open-position-section .filter-grid-wrapper .result-wrapper li a .row .job.view
label {
		font-size: 12px
	}
}

.open-position-section .filter-grid-wrapper .no-result-found {
	text-align: center;
	font-size: 18px
}

.case-study-inner-header,.news-inner-header {
	padding: 60px
0
}

.case-study-inner-header h1,.news-inner-header
h1 {
	margin-bottom: 20px
}

.case-study-inner-header h2,.news-inner-header
h2 {
	margin-bottom: 60px;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.28;
	letter-spacing: -1px
}

.case-study-inner-header__stat-wrapper,.news-inner-header__stat-wrapper {
	float: none;
	margin: 0
auto
}

.case-study-inner-header__stat-wrapper>div,.news-inner-header__stat-wrapper>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0
60px 36px;
	margin-bottom: -142px;
	background-image: url(/app/themes/e25-base-theme/assets/images/stat-bg.png);
	background-repeat: no-repeat;
	background-size: cover
}

.case-study-inner-header__stat-wrapper>div .e25-counter-card,.news-inner-header__stat-wrapper>div .e25-counter-card {
	width: calc(100% / 3);
	padding: 57px
0 0;
	border: none
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.case-study-inner-header__stat-wrapper>div,.news-inner-header__stat-wrapper>div {
		padding: 0
30px
	}

	.case-study-inner-header__stat-wrapper>div .e25-counter-card__inner .count,.case-study-inner-header__stat-wrapper>div .e25-counter-card__inner .prefix,.case-study-inner-header__stat-wrapper>div .e25-counter-card__inner .postfix,.news-inner-header__stat-wrapper>div .e25-counter-card__inner .count,.news-inner-header__stat-wrapper>div .e25-counter-card__inner .prefix,.news-inner-header__stat-wrapper>div .e25-counter-card__inner
.postfix {
		font-size: 36px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.case-study-inner-header__stat-wrapper>div,.news-inner-header__stat-wrapper>div {
		display: block
	}

	.case-study-inner-header__stat-wrapper>div .e25-counter-card,.news-inner-header__stat-wrapper>div .e25-counter-card {
		width: 100%
	}
}

.case-study-inner-header__stat-wrapper.two-grid>div .e25-counter-card,.news-inner-header__stat-wrapper.two-grid>div .e25-counter-card {
	width: calc(100% / 2)
}

.case-study-inner-header__image-wrapper,.news-inner-header__image-wrapper {
	float: none;
	margin: 0
auto
}

.case-study-inner-header__image-wrapper>div img,.news-inner-header__image-wrapper>div
img {
	width: 100%;
	height: 480px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.case-study-inner-header__image-wrapper>div img,.news-inner-header__image-wrapper>div
img {
		height: auto
	}
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	.case-study-inner-header__image-wrapper>div img,.news-inner-header__image-wrapper>div
img {
		height: 260px
	}
}

.news-inner-header {
	padding: 60px
0
}

.news-inner-header
h2 {
	margin-bottom: 0
}

.news-inner-header-image::before {
	position: absolute;
	content: "";
	top: 0;
	width: 100%;
	height: 50%;
	background-color: #f5f5f5
}

.case-study-inner-header {
	padding-bottom: 42px
}

.case-study-inner-description,.case-study-inner-first-description {
	padding: 55px
0 47px
}

.case-study-inner-description__grid-wrapper,.case-study-inner-first-description__grid-wrapper {
	float: none;
	margin: 0
auto
}

.case-study-inner-description__grid-wrapper ul,.case-study-inner-first-description__grid-wrapper
ul {
	margin: 30px
0
}

.case-study-inner-description__grid-wrapper h3,.case-study-inner-first-description__grid-wrapper
h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.36;
	letter-spacing: normal
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.case-study-inner-description,.case-study-inner-first-description {
		padding: 30px
0
	}
}

.case-study-inner-first-description {
	padding: 161px
0 59px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.case-study-inner-first-description {
		padding: 120px
0 30px
	}
}

.case-study-inner-testimonial {
	padding-top: 22px;
	padding-bottom: 6px
}

.case-study-inner-testimonial__grid-wrapper {
	padding: 50px
100px 7px !important
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.case-study-inner-testimonial__grid-wrapper {
		padding: 50px
50px 7px !important
	}
}

.case-study-inner-testimonial__grid-wrapper blockquote
p {
	margin-bottom: 23px !important
}

.news-inner-first-description {
	padding: 60px
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	.news-inner-first-description {
		padding: 30px
	}
}

@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
	.news-inner-first-description {
		padding: 30px
	}
}

.case-study-inner-testimonial .fw-row,.news-inner-testimonial .fw-row {
	margin: 0
}

.case-study-inner-testimonial__grid-wrapper,.news-inner-testimonial__grid-wrapper {
	float: none;
	padding: 50px
100px 30px;
	margin: 0
auto
}

.case-study-inner-testimonial__grid-wrapper blockquote,.news-inner-testimonial__grid-wrapper
blockquote {
	position: relative;
	color: #fff
}

.case-study-inner-testimonial__grid-wrapper blockquote:before,.news-inner-testimonial__grid-wrapper blockquote:before {
	position: absolute;
	content: "";
	width: 75px;
	height: 60px;
	left: -25px;
	top: -24px;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/quote-case-study.svg");
	background-repeat: no-repeat;
	background-position: center
}

.case-study-inner-testimonial__grid-wrapper blockquote p,.news-inner-testimonial__grid-wrapper blockquote
p {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.44;
	letter-spacing: normal
}

.case-study-inner-testimonial__grid-wrapper blockquote p:last-of-type,.news-inner-testimonial__grid-wrapper blockquote p:last-of-type {
	margin-bottom: 0
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.case-study-inner-testimonial__grid-wrapper,.news-inner-testimonial__grid-wrapper {
		padding: 30px
40px
	}
}

.news-inner-testimonial__grid-wrapper {
	padding: 51px
100px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.news-inner-testimonial__grid-wrapper {
		padding: 30px
40px
	}
}

.news-inner-social-share {
	padding-bottom: 52px
}

.news-inner-social-share__grid-wrapper {
	float: none;
	margin: 0
auto
}

.news-inner-social-share__grid-wrapper .social-share .social-share-text {
	display: inline-block;
	float: left;
	padding-right: 30px
}

.news-inner-social-share__grid-wrapper .social-share .social-share-list
li {
	display: inline-block;
	padding-right: 30px
}

.about-page {
	margin-bottom: 20px
}

.about-page.common-content-image-section.image-right {
	padding-top: 0;
	padding-bottom: 0
}

.about-page.common-content-image-section.image-right .fw-row>div:nth-of-type(2)>div {
	padding: 120px
65px 0 14px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.about-page.common-content-image-section.image-right .fw-row>div:nth-of-type(2)>div {
		padding: 30px
20px
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.about-page.common-content-image-section.image-right .fw-row>div:nth-of-type(2)>div {
		padding: 30px
20px
	}
}

.about-page.common-content-image-section .fw-row>div:nth-of-type(2)>div {
	padding: 30px
100px 20px 120px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.about-page.common-content-image-section .fw-row>div:nth-of-type(1) {
		padding: 0
	}

	.about-page.common-content-image-section .fw-row>div:nth-of-type(2)>div {
		padding: 30px
20px
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.about-page.common-content-image-section .fw-row>div:nth-of-type(2)>div {
		padding: 30px
20px
	}
}

.our-team {
	padding: 40px
0 50px
}

.our-team
h2 {
	margin-bottom: 60px;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.28;
	letter-spacing: -1px
}

.about-press {
	padding-bottom: 132px !important
}

.about-press .base-blurb__card__body__summery
h3 {
	color: #212121
}

.about-press .slick-prev,.about-press .slick-next {
	bottom: -14.65% !important
}

.locations-section {
	padding: 39px
0
}

.locations-section>div .fw-row:first-of-type {
	padding-bottom: 10px
}

.locations-section>div .fw-row:not(:first-of-type) {
	padding-top: 30px
}

.locations-section>div .fw-row .base-text-block
h3 {
	margin-bottom: 0
}

.locations-section>div .fw-row
address {
	padding: 24px
0 0
}

.locations-section>div .fw-row address
label {
	margin-bottom: 3px
}

.locations-section>div .fw-row address
a {
	font-size: 16px;
	font-weight: normal;
	color: #212121
}

.locations-section>div .fw-row address a:hover {
	color: #0033a0
}

.locations-section>div .fw-row address .contact-details {
	padding: 0
0 28px
}

.locations-section>div .fw-row address .contact-details:first-of-type {
	padding-top: 20px
}

.locations-section>div .fw-row address .contact-details
a {
	display: block
}

.locations-section>div .fw-row address .location-types {
	padding: 10px
0 11px;
	border-top: 1px solid #e0e0e0
}

.locations-section>div .fw-row address .location-types
p {
	display: inline-block;
	padding-left: 12px
}

.locations-section.first-sec {
	padding-top: 80px
}

.locations-section.last-sec {
	padding-bottom: 80px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.locations-section:nth-of-type(even) {
		background-color: #f5f5f5
	}
}

.get-a-quote-page {
	padding: 80px
0 66px
}

.get-a-quote-page
h1 {
	margin-bottom: 20px
}

.get-a-quote-page
h2 {
	margin-bottom: 55px;
	font-size: 36px;
	font-weight: normal;
	line-height: 1.28;
	letter-spacing: -1px
}

.get-a-quote-page .section-container>div:nth-of-type(2) {
	padding: 15px
}

.get-a-quote-page__left-content {
	background-color: #f7f4f2;
	padding: 71px
118px 41px 100px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.get-a-quote-page__left-content {
		padding: 71px
25px 41px 25px
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.get-a-quote-page__left-content {
		padding: 71px
40px 41px 40px
	}
}

.get-a-quote-page__left-content
p {
	margin-bottom: 52px
}

.get-a-quote-page__left-content p:last-of-type {
	margin-bottom: 0
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.get-a-quote-page__left-content
p {
		text-align: center
	}
}

.get-a-quote-page__left-content
span {
	display: block;
	margin-top: 30px
}

.get-a-quote-page__left-content
img {
	display: block;
	margin-bottom: 30px;
	padding-left: 4px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.get-a-quote-page__left-content
img {
		margin: 0
auto 30px
	}
}

.get-a-quote-page .get-a-quote-form__grid-wrapper {
	padding: 0
}

.get-a-quote-page .get-a-quote-form__grid-wrapper .form-wrapper {
	background-color: #001e5f;
	background-repeat: no-repeat;
	background-size: cover
}

.get-a-quote-page .get-a-quote__eq:first-of-type {
	padding-left: 0
}

.news-event-content
h1 {
	padding: 60px
0
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.news-event-content
h1 {
		padding: 30px
0
	}
}

.filter-wrapper {
	display: table;
	padding: 0
0 20px 0
}

.filter-wrapper select,.filter-wrapper
label {
	display: table-cell
}

.filter-wrapper
label {
	width: 25%;
	text-align: center;
	vertical-align: middle
}

.filter-wrapper
select {
	padding-left: 22px !important;
	color: #9e9e9e;
	font-size: 16px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.filter-wrapper {
		display: block
	}

	.filter-wrapper select,.filter-wrapper
label {
		display: block;
		width: 100%
	}
}

.featured-block {
	padding-bottom: 30px
}

.featured-block
a {
	display: block;
	width: 100%
}

.featured-block .feature-blog-img {
	width: 58.3%;
	float: right;
	min-height: 480px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important
}

.featured-block .featured-blog-description {
	position: relative;
	width: 41.9%;
	padding: 60px;
	padding-top: 76px;
	background-color: #001e5f
}

.featured-block .featured-blog-description p,.featured-block .featured-blog-description
h2 {
	color: #fff
}

.featured-block .featured-blog-description
h2 {
	margin-bottom: 20px
}

.featured-block .featured-blog-description
p {
	font-weight: 400
}

.featured-block .featured-blog-description
label {
	position: relative;
	display: inline-block;
	padding: 0
25px 0 0;
	margin: 0
0 10px;
	border: none !important;
	line-height: normal;
	color: #00b5ff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	position: absolute;
	bottom: 66px;
	font-size: 14px
}

.featured-block .featured-blog-description label::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 10px;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png");
	background-position: -10px -40px;
	background-repeat: no-repeat;
	right: -5px;
	top: 4px;
	transition: 500ms ease background-image
}

.featured-block .featured-blog-description label:link {
	color: #00b5ff
}

.featured-block .featured-blog-description label:active,.featured-block .featured-blog-description label:focus,.featured-block .featured-blog-description label:visited {
	color: #00b2e5;
	background-color: transparent
}

.featured-block .featured-blog-description label:hover {
	color: #00b2e5;
	background-color: transparent !important
}

.featured-block .featured-blog-description label:hover::after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png") !important;
	background-position: -10px -10px
}

@media (min-width: 768px) and (max-width: 1024px) {
	.featured-block .feature-blog-img {
		width: 60%
	}

	.featured-block .featured-blog-description {
		position: relative;
		width: 40%;
		padding: 30px;
		background-color: #001e5f
	}

	.featured-block .featured-blog-description
h2 {
		font-size: 25px;
		line-height: normal
	}

	.featured-block .featured-blog-description
p {
		font-size: 14px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.featured-block {
		padding-top: 100px
	}

	.featured-block .feature-blog-img {
		float: none;
		width: 100%;
		min-height: 400px
	}

	.featured-block .featured-blog-description {
		position: relative;
		width: 100%;
		padding: 20px;
		background-color: #001e5f
	}

	.featured-block .featured-blog-description
h2 {
		font-size: 18px;
		line-height: normal
	}

	.featured-block .featured-blog-description
p {
		font-size: 14px;
		margin-bottom: 20px
	}

	.featured-block .featured-blog-description
label {
		position: relative;
		bottom: unset
	}

	.featured-block:hover .featured-wrapper__content
label {
		position: relative;
		bottom: unset
	}
}

.news-event-content {
	padding-bottom: 20px
}

.news-event-content .pagination-wrapper {
	padding-top: 32px
}

.news-event-content
h1 {
	padding-bottom: 56px;
	padding-top: 71px
}

.news-event-content .base-resource-block {
	margin-bottom: 30px
}

.news-event-content .base-resource-block .blog-post-wrapper {
	transition: box-shadow 200ms
}

.news-event-content .base-resource-block__thumb {
	height: 220px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.news-event-content .base-resource-block__content {
	border: 1px
solid #e0e0e0;
	padding: 30px
40px 30px
}

.news-event-content .base-resource-block__content
p {
	margin-bottom: 28px;
	font-weight: 400;
	line-height: 1.38
}

.news-event-content .base-resource-block__content
h3 {
	margin-bottom: 20px;
	line-height: 1.18
}

.news-event-content .base-resource-block__content .link-text {
	position: relative;
	display: inline-block;
	padding: 0
25px 0 0;
	margin: 0
0 10px;
	border: none !important;
	line-height: normal;
	color: #00b5ff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	font-size: 14px
}

.news-event-content .base-resource-block__content .link-text::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 10px;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png");
	background-position: -10px -40px;
	background-repeat: no-repeat;
	right: -5px;
	top: 4px;
	transition: 500ms ease background-image
}

.news-event-content .base-resource-block__content .link-text:link {
	color: #00b5ff
}

.news-event-content .base-resource-block__content .link-text:active,.news-event-content .base-resource-block__content .link-text:focus,.news-event-content .base-resource-block__content .link-text:visited {
	color: #00b2e5;
	background-color: transparent
}

.news-event-content .base-resource-block__content .link-text:hover {
	color: #00b2e5;
	background-color: transparent !important
}

.news-event-content .base-resource-block__content .link-text:hover::after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png") !important;
	background-position: -10px -10px
}

.news-event-content .base-resource-block:hover .blog-post-wrapper {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4)
}

.default-page {
	padding: 60px
0 30px
}

.default-page
h1 {
	margin-bottom: 60px
}

.default-page p,.default-page
ul {
	margin-bottom: 50px
}

.iso-certificate {
	padding: 58px
0 81px
}

.iso-certificate
h1 {
	margin-bottom: 58px
}

.iso-certificate__grid-wrapper {
	float: none;
	margin: 0
auto
}

.iso-certificate .pro-button-container {
	opacity: 1;
	transition: box-shadow 200ms, transform 200ms
}

.iso-certificate .pro-button-container .pro-download,.iso-certificate .pro-button-container .base-pro-button {
	position: relative;
	width: 100%;
	margin: 0;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-top: 1px solid #e0e0e0;
	padding: 21px
0 14px 65px;
	line-height: 21px
}

.iso-certificate .pro-button-container .pro-download label,.iso-certificate .pro-button-container .base-pro-button
label {
	position: relative;
	display: inline-block;
	padding: 0
25px 0 0;
	margin: 0
0 10px;
	border: none !important;
	line-height: normal;
	color: #00b5ff;
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	float: right;
	margin-right: 29px;
	font-size: 14px
}

.iso-certificate .pro-button-container .pro-download label::after,.iso-certificate .pro-button-container .base-pro-button label::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 10px;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png");
	background-position: -10px -40px;
	background-repeat: no-repeat;
	right: -5px;
	top: 4px;
	transition: 500ms ease background-image
}

.iso-certificate .pro-button-container .pro-download label:link,.iso-certificate .pro-button-container .base-pro-button label:link {
	color: #00b5ff
}

.iso-certificate .pro-button-container .pro-download label:active,.iso-certificate .pro-button-container .pro-download label:focus,.iso-certificate .pro-button-container .pro-download label:visited,.iso-certificate .pro-button-container .base-pro-button label:active,.iso-certificate .pro-button-container .base-pro-button label:focus,.iso-certificate .pro-button-container .base-pro-button label:visited {
	color: #00b2e5;
	background-color: transparent
}

.iso-certificate .pro-button-container .pro-download label:hover,.iso-certificate .pro-button-container .base-pro-button label:hover {
	color: #00b2e5;
	background-color: transparent !important
}

.iso-certificate .pro-button-container .pro-download label:hover::after,.iso-certificate .pro-button-container .base-pro-button label:hover::after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/arrow-sprite.png") !important;
	background-position: -10px -10px
}

.iso-certificate .pro-button-container .pro-download img,.iso-certificate .pro-button-container .base-pro-button
img {
	position: absolute;
	top: 12.2px;
	left: 16.2px;
	height: 37.5px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.iso-certificate .pro-button-container .pro-download label,.iso-certificate .pro-button-container .base-pro-button
label {
		float: none
	}
}

.iso-certificate .pro-button-container:nth-of-type(odd) .pro-download,.iso-certificate .pro-button-container:nth-of-type(odd) .base-pro-button {
	background-color: transparent !important
}

.iso-certificate .pro-button-container:nth-of-type(even) .pro-download,.iso-certificate .pro-button-container:nth-of-type(even) .base-pro-button {
	background-color: #f5f5f5 !important
}

.iso-certificate .pro-button-container:hover {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
	opacity: 0.8
}

.search-result {
	padding: 80px
0
}

.search-result__title {
	padding-bottom: 60px;
	text-align: center
}

.search-result__content {
	text-align: left
}

.search-result__content
ul {
	padding-left: 20px;
	list-style: disc
}

.search-result__content ul
li {
	padding-bottom: 20px
}

.search-result__content ul li
h3 {
	margin-bottom: 0;
	font-weight: 400
}

.search-result__no-result {
	text-align: center
}

.faq-page {
	padding: 70px
0 75px
}

.faq-page
h1 {
	margin-bottom: 70px
}

.faq-page .fw-tabs-container {
	border: none;
	border-radius: 0;
	padding: 0
}

.faq-page .fw-tabs-container .fw-tabs
ul {
	margin: 0
0 54px;
	border: none;
	border-radius: 0;
	background-color: transparent
}

.faq-page .fw-tabs-container .fw-tabs ul
li {
	min-width: 269px;
	margin: 0
10px 10px;
	padding: 0;
	border: none;
	float: none !important;
	background-color: transparent
}

.faq-page .fw-tabs-container .fw-tabs ul li
a {
	width: 100%;
	display: inline-block;
	padding: 14px
25px;
	border: 1px
solid #e0e0e0 !important;
	line-height: normal;
	color: #0033a0;
	background-color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	transition: 0.4s ease all;
	border-radius: 0;
	white-space: normal;
	cursor: pointer;
	border: 1px
solid #0033a0 !important;
	border-radius: 23px
}

.faq-page .fw-tabs-container .fw-tabs ul li a:active,.faq-page .fw-tabs-container .fw-tabs ul li a:link,.faq-page .fw-tabs-container .fw-tabs ul li a:visited {
	color: #0033a0;
	background-color: #fff;
	border: 1px
solid #e0e0e0 !important
}

.faq-page .fw-tabs-container .fw-tabs ul li a.mixitup-filter-btn-active,.faq-page .fw-tabs-container .fw-tabs ul li a.slick-current,.faq-page .fw-tabs-container .fw-tabs ul li a:focus,.faq-page .fw-tabs-container .fw-tabs ul li a:hover {
	margin-bottom: 10px;
	color: #fff;
	background: #0033a0 !important;
	border: 1px
solid #0033a0 !important
}

.faq-page .fw-tabs-container .fw-tabs ul li a:active,.faq-page .fw-tabs-container .fw-tabs ul li a:focus,.faq-page .fw-tabs-container .fw-tabs ul li a:link,.faq-page .fw-tabs-container .fw-tabs ul li a:visited {
	border: 1px
solid #0033a0 !important
}

.faq-page .fw-tabs-container .fw-tabs ul li a .tab-title {
	text-transform: uppercase
}

.faq-page .fw-tabs-container .fw-tabs ul li.ui-tabs-active a,.faq-page .fw-tabs-container .fw-tabs ul li:hover
a {
	margin-bottom: 0;
	color: #00b6ff;
	background: #fff !important;
	border: 1px
solid #00b6ff !important
}

.faq-page .fw-tabs-container .fw-tabs ul li.ui-tabs-active a .tab-title,.faq-page .fw-tabs-container .fw-tabs ul li:hover a .tab-title {
	color: #00b6ff !important
}

.faq-page .fw-tabs-container .fw-tab-content {
	border: none;
	margin: 0
}

.faq-page .fw-tabs-container .fw-tab-content
.animated {
	padding: 0
}

.faq-page .accordion-wrapper .fw-accordion {
	border: none
}

.faq-page .accordion-wrapper .fw-accordion .fw-accordion-title {
	position: relative;
	padding: 20px
80px 20px 25px;
	border: none;
	border-radius: 0;
	margin-bottom: 5px;
	color: #fff;
	background-color: #001e5f;
	text-align: left;
	transition: 200ms ease background-color
}

.faq-page .accordion-wrapper .fw-accordion .fw-accordion-title
span {
	display: none
}

.faq-page .accordion-wrapper .fw-accordion .fw-accordion-title:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 9px;
	top: 26px;
	right: 50px;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/scroll.svg");
	background-repeat: no-repeat;
	background-size: cover;
	transition: 200ms ease background-color
}

.faq-page .accordion-wrapper .fw-accordion .fw-accordion-title.ui-state-active,.faq-page .accordion-wrapper .fw-accordion .fw-accordion-title:hover {
	background-color: #f7f4f2;
	color: #001e5f
}

.faq-page .accordion-wrapper .fw-accordion .fw-accordion-title.ui-state-active:after,.faq-page .accordion-wrapper .fw-accordion .fw-accordion-title:hover:after {
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/shape-top.svg");
	transform: scale(-1)
}

.faq-page .accordion-wrapper .fw-accordion .fw-accordion-title.ui-state-active {
	padding: 56px
80px 0 50px
}

.faq-page .accordion-wrapper .fw-accordion .fw-accordion-title.ui-state-active:after {
	transform: scale(1);
	top: 32px
}

.faq-page .accordion-wrapper .fw-accordion .fw-accordion-content {
	padding: 20px
50px 50px;
	margin: -5px 0 5px;
	border: none;
	background-color: #f7f4f2;
	text-align: left
}

.faq-page .accordion-wrapper .fw-accordion .fw-accordion-content
p {
	padding: 0
0 15px
}

.faq-page .accordion-wrapper .fw-accordion .fw-accordion-content p:empty {
	display: none
}

.faq-page .accordion-wrapper .fw-accordion .fw-accordion-content
ul {
	padding-bottom: 15px;
	text-align: left
}

.faq-page .accordion-wrapper .fw-accordion .fw-accordion-content ul
li {
	position: relative;
	padding: 0
0 10px 21px;
	font-family: "Roboto",sans-serif;
	font-size: 16px;
	line-height: 22px
}

.faq-page .accordion-wrapper .fw-accordion .fw-accordion-content ul li::before {
	position: absolute;
	top: 7px;
	left: 0;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #00b6ff;
	border-radius: 50%
}

.faq-page .accordion-wrapper .fw-accordion .fw-accordion-content ul li:last-of-type {
	padding-bottom: 0
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.faq-page .accordion-wrapper .fw-accordion .fw-accordion-title {
		padding: 20px
45px 20px 25px;
		font-size: 16px
	}

	.faq-page .accordion-wrapper .fw-accordion .fw-accordion-title
span {
		display: none
	}

	.faq-page .accordion-wrapper .fw-accordion .fw-accordion-title:after {
		right: 15px
	}

	.faq-page .accordion-wrapper .fw-accordion .fw-accordion-content {
		padding: 30px
	}

	.faq-page .accordion-wrapper .fw-accordion .fw-accordion-content
ul {
		text-align: left
	}

	.faq-page .accordion-wrapper .fw-accordion .fw-accordion-content ul
li {
		font-size: 14px
	}
}

.glossary-top {
	padding-top: 70px
}

@media (min-width: 768px) and (max-width: 1024px) {
	.glossary-top {
		padding-top: 20px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.glossary-top {
		padding-top: 20px
	}
}

.name-directory-wrapper {
	height: 120px
}

@media (min-width: 768px) and (max-width: 1024px) {
	.name-directory-wrapper {
		height: 150px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.name-directory-wrapper {
		height: 175px
	}
}

.name-directory-wrapper-ag {
	display: flex;
	width: 100%;
	left: 0;
	right: 0;
	background-color: #fff
}

.sticky {
	position: fixed;
	top: 80px;
	padding: 20px
15px 15px
}

@media (min-width: 768px) and (max-width: 1024px) {
	.sticky {
		top: 50px
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.sticky {
		top: 50px
	}
}

.name_directory_column {
	padding-left: 0
}

.name_directory_index {
	position: relative;
	width: 100%;
	max-width: 1170px;
	margin: 0
auto;
	display: inline-flex;
	align-items: baseline;
	padding-bottom: 20px
}

@media (max-width: 1024px) {
	.name_directory_index {
		display: table;
		align-items: unset
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.name_directory_index {
		width: unset;
		max-width: unset
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.name_directory_index {
		display: inline-block
	}
}

.name_directory_index
a {
	position: relative;
	display: inline-block;
	height: 55px;
	padding: 20px
6px;
	color: #616161;
	background-color: #f5f5f5;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	line-height: normal;
	transition: 200ms ease background-color
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.name_directory_index
a {
		margin-left: -5px
	}
}

.name_directory_index a:hover {
	color: #00b6ff;
	background-color: #001e5f
}

.name_directory_index a:first-of-type {
	padding-right: 20px;
	padding-left: 20px
}

.name_directory_index a:last-of-type {
	padding-right: 20px
}

.name_directory_index
.name_directory_active {
	width: 40px;
	color: #00b6ff;
	background-color: #001e5f
}

.name_directory_index .name_directory_active-custom {
	color: #00b6ff;
	background-color: #001e5f
}

.name_directory_index
form {
	position: absolute;
	top: 0;
	right: 0;
	width: 370px
}

.name_directory_index form input[type=text] {
	padding-left: 25px !important
}

.name_directory_index form input[type=submit] {
	position: absolute;
	top: 5px;
	right: 25px;
	width: 20px;
	border: none !important;
	color: transparent;
	background-color: transparent;
	background-image: url("/app/themes/e25-base-theme/assets/images/icons/search-anticon.svg");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right
}

.name_directory_index form input[type=submit]:hover {
	border: none !important;
	color: transparent;
	background-color: transparent !important
}

.name_directory_index:first-of-type {
	position: relative
}

.name_directory_index:first-of-type:after {
	position: absolute;
	content: "";
	z-index: -1;
	top: 0;
	height: 55px;
	width: 100px;
	padding: 20px
6px;
	background-color: #f5f5f5
}

@media (min-width: 768px) and (max-width: 1024px) {
	.name_directory_index {
		padding-bottom: 30px
	}

	.name_directory_index
form {
		position: unset;
		width: 50%;
		margin-top: 20px
	}

	.name_directory_index form input[type=submit] {
		top: 80px;
		right: 55%
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.name_directory_index {
		padding-bottom: 30px
	}

	.name_directory_index:first-of-type:after {
		height: 40px
	}

	.name_directory_index
a {
		margin-bottom: 5px;
		height: 40px;
		padding: 15px
6px;
		font-size: 10px
	}

	.name_directory_index a:first-of-type {
		padding-right: 15px;
		padding-left: 15px
	}

	.name_directory_index
form {
		position: relative;
		width: 100%;
		margin-top: 20px
	}
}

.name_directory_total {
	padding-bottom: 30px
}

.name_directory_name_box {
	padding-bottom: 48px
}

.name_directory_name_box
div {
	font-size: 16px
}

.name_directory_name_box
strong {
	display: inline-block;
	margin-bottom: 10px
}

.name_directory_entry_message {
	padding-bottom: 30px
}

.glossary-disclaimer,.career-disclaimer {
	padding-bottom: 80px
}

.glossary-disclaimer__grid-wrapper,.career-disclaimer__grid-wrapper {
	padding-top: 11px
}

.glossary-disclaimer__grid-wrapper>div,.career-disclaimer__grid-wrapper>div {
	padding: 70px
100px;
	background-color: #f5f5f5;
	padding-right: 95px
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.glossary-disclaimer__grid-wrapper>div,.career-disclaimer__grid-wrapper>div {
		padding-right: 35px;
		padding-left: 3px
	}
}

.glossary-disclaimer__grid-wrapper>div p,.glossary-disclaimer__grid-wrapper>div a,.career-disclaimer__grid-wrapper>div p,.career-disclaimer__grid-wrapper>div
a {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400
}

.career-disclaimer {
	padding: 70px
0 0
}

.translated-ltr .name-directory-wrapper {
	display: none
}

.history-top-section {
	padding-top: 60px
}

.history-top-section
h1 {
	margin-bottom: 60px
}

.history-top-section
h2 {
	margin-bottom: 10px !important
}

.history-timeline-section {
	padding-bottom: 0
}

.history-timeline-section .timeline
ul {
	background-color: transparent;
	position: relative
}

.history-timeline-section .timeline ul
li {
	transform: translate3d(0, 0, 0)
}

.history-timeline-section .timeline ul li
b {
	margin-left: -28px;
	padding: 8px
15px 8px 16px;
	font-weight: 700;
	color: black;
	border-radius: 19px;
	box-shadow: 0 3px 10px 0 rgba(0,44,95,0.2),0 0 1px 0 rgba(0,44,95,0.1);
	background-color: #f7f4f2
}

.history-timeline-section .timeline ul li
div {
	background: none;
	background-color: #e5f6fa
}

.history-timeline-section .timeline ul li.in-view {
	background-color: #e5f6fa;
	width: 8px
}

.history-timeline-section .timeline ul li.in-view .timeline-content-box {
	background-color: #001e5f;
	left: 95px;
	padding: 0;
	margin-top: 10px
}

.history-timeline-section .timeline ul li.in-view .timeline-content-box time,.history-timeline-section .timeline ul li.in-view .timeline-content-box
p {
	color: #f7f4f2;
	padding: 30px
30px 0
}

.history-timeline-section .timeline ul li.in-view .timeline-content-box
p {
	font-weight: 300
}

.history-timeline-section .timeline ul li.in-view .timeline-content-box
time {
	text-transform: uppercase;
	margin-bottom: 10px
}

.history-timeline-section .timeline ul li.in-view .timeline-content-box
p {
	letter-spacing: 1.1px;
	font-size: 16px;
	padding: 0
30px
}

.history-timeline-section .timeline ul li.in-view .timeline-content-box
figure {
	text-align: center;
	display: block;
	margin-top: 30px
}

.history-timeline-section .timeline ul li.in-view .timeline-content-box figure
img {
	vertical-align: middle
}

.history-timeline-section .timeline ul li.in-view .timeline-content-box .empty-figure {
	display: block;
	min-height: 50px
}

.history-timeline-section .timeline ul li.in-view .timeline-content-box:before {
	top: 15px;
	bottom: auto;
	width: 15px;
	height: 45px;
	border: none;
	background-image: url(/app/themes/e25-base-theme/assets/images/icons/timeline-side-arrow.png);
	background-repeat: no-repeat
}

.history-timeline-section .timeline ul li.in-view .timeline-content-box:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 12px;
	width: 130px;
	height: 50px;
	background-color: transparent;
	background-image: url(/app/themes/e25-base-theme/assets/images/icons/timeline-dot.svg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5
}

.history-timeline-section .timeline ul li.in-view .timeline-content-box.item-on-right {
	left: 95px
}

.history-timeline-section .timeline ul li.in-view .timeline-content-box.item-on-right:after {
	left: -132px
}

.history-timeline-section .timeline ul li.in-view .timeline-content-box.item-on-right:before {
	left: -15px;
	right: auto
}

.history-timeline-section .timeline ul li.in-view .timeline-content-box.item-on-left {
	left: -490px
}

.history-timeline-section .timeline ul li.in-view .timeline-content-box.item-on-left:after {
	right: -133px;
	transform: rotate(180deg)
}

.history-timeline-section .timeline ul li.in-view .timeline-content-box.item-on-left:before {
	right: -15px;
	left: auto;
	transform: rotate(180deg)
}

.history-timeline-section .timeline ul li.in-view:after {
	display: none
}

.history-timeline-section .timeline ul:after {
	content: '';
	display: none;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -21.5px;
	width: 43px;
	height: 43px;
	background-color: transparent;
	background-image: url(/app/themes/e25-base-theme/assets/images/icons/timeline-dot-last.svg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5
}

.custom-post-load-more {
	text-align: center;
	margin-top: 30px
}

.custom-post-load-more
a {
	font-weight: 500;
	font-size: 12px;
	color: blue;
	text-transform: uppercase;
	text-decoration: none;
	background-color: white;
	border-radius: 19px;
	box-shadow: 0 3px 10px 0 rgba(0,44,95,0.2),0 0 1px 0 rgba(0,44,95,0.1);
	display: inline-block;
	vertical-align: top;
	padding: 9px
19px
}

.custom-post-load-more a:hover {
	color: white;
	background-color: blue;
	text-decoration: none
}

@media (min-width: 768px) {
	.history-top-section
h2 {
		margin-bottom: 100px
	}

	.history-timeline-section .timeline
ul {
		padding-bottom: 150px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.history-timeline-section .timeline ul li.in-view .timeline-content-box.item-on-left {
		left: -336px
	}

	.history-timeline-section .timeline ul li.in-view .timeline-content-box.item-on-left:after {
		right: -130px
	}
}

@media (max-width: 767px) {
	.history-top-section {
		margin-top: 0;
		padding-top: 30px
	}

	.history-top-section
h1 {
		margin-bottom: 30px
	}

	.history-timeline-section {
		overflow: hidden;
		padding-top: 20px
	}

	.history-timeline-section
.timeline {
		margin-left: 15px
	}

	.history-timeline-section .timeline
ul {
		padding: 20px
0
	}

	.history-timeline-section .timeline ul li
div {
		visibility: visible;
		transform: none;
		transition: none;
		opacity: 1
	}

	.history-timeline-section .timeline ul li:nth-child(odd) {
		transform: none
	}

	.history-timeline-section .timeline ul li.in-view {
		transform: none
	}

	.history-timeline-section .timeline ul li.in-view .timeline-content-box {
		left: 95px;
		width: calc(92vw - 130px);
		transform: none;
		visibility: visible;
		opacity: 1
	}

	.history-timeline-section .timeline ul li.in-view .timeline-content-box
time {
		padding: 30px
20px 0
	}

	.history-timeline-section .timeline ul li.in-view .timeline-content-box
p {
		padding: 0
20px
	}

	.history-timeline-section .timeline ul li.in-view .timeline-content-box.item-on-left {
		left: 95px
	}

	.history-timeline-section .timeline ul li.in-view .timeline-content-box.item-on-left:after {
		left: -132px;
		transform: rotate(0)
	}

	.history-timeline-section .timeline ul li.in-view .timeline-content-box.item-on-left:before {
		left: -15px;
		right: auto;
		transform: rotate(0)
	}

	.custom-post-load-more {
		text-align: center
	}

	.custom-post-load-more a:before {
		left: 23px !important
	}

	.history-timeline-section .timeline ul:after {
		left: 23px !important
	}
}

@media (max-width: 767px) and (orientation: landscape) {
	.history-timeline-section {
		overflow: hidden
	}

	.history-timeline-section .timeline ul
li {
		margin: 0
30px
	}

	.custom-post-load-more {
		text-align: center
	}

	.custom-post-load-more a:before {
		left: 33px !important
	}

	.history-timeline-section .timeline ul:after {
		left: 33px !important
	}
}